]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/testsuite/
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f6dc277e
YQ
12013-07-18 Yao Qi <yao@codesourcery.com>
2
3 * lib/gdb.exp (gdb_compile): Set
4 gdb_saved_set_unbuffered_mode_obj to
5 set_unbuffered_mode_saved.o if host is remote. Invoke
6 remote_download to copy $unbuf_obj to host.
7
e7045703
DE
82013-07-17 Doug Evans <dje@google.com>
9
10 * gdb.python/py-frame-args.c: New file.
11 * gdb.python/py-frame-args.py: New file.
12 * gdb.python/py-frame-args.exp New file.
13
5ea5559b
AB
142013-07-16 Andrew Burgess <aburgess@broadcom.com>
15
16 * gdb.base/printcmds.exp (test_printf): Add tests for format
17 strings with missing format specifier.
18
4229ca0e
TT
192013-07-16 Tom Tromey <tromey@redhat.com>
20
21 * gdb.ada/info_types.exp: Use standard_testfile.
22
5ee657d5
TT
232013-07-16 Tom Tromey <tromey@redhat.com>
24
25 * gdb.mi/mi-basics.exp: Use standard_output_file.
26 (test_dir_specification, test_cwd_specification)
27 (test_path_specification): Use testsubdir, not subdir and objdir.
28
20e3d738
TT
292013-07-16 Tom Tromey <tromey@redhat.com>
30
31 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
32
7d7c6477
JB
332013-07-09 Joel Brobecker <brobecker@adacore.com>
34
35 * gdb.ada/small_reg_param.exp: Accept optional entry value
36 for parameter "w".
37
52cd8b7d
JB
382013-07-09 Joel Brobecker <brobecker@adacore.com>
39
40 * gdb.ada/small_reg_param.exp: Remove trailing space.
41
2a998fc0
DE
422013-07-09 Doug Evans <dje@google.com>
43
44 * gdb.base/default.exp: Update expected output of "show print array"
45 and "show print pretty".
46
0329e9fb
UW
472013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
48
49 * gdb.threads/wp-replication.exp: Stop counting available hardware
50 watchpoints after NR_THREADS iterations.
51
1953058f
AB
522013-07-08 Andrew Burgess <aburgess@broadcom.com>
53
54 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
55
7c0de741
YQ
562013-07-07 Yao Qi <yao@codesourcery.com>
57
58 * boards/native-gdbserver.exp: Move invoke of
59 process_multilib_options to gdbserver-base.exp.
60 Move set_board_info 'compiler', 'gdb,noinferiorio',
61 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
62 gdbserver-base.exp.
63 Move proc ${board}_download, ${board}_upload and
64 ${board}_file to gdbserver-base.exp.
65 * boards/native-extended-gdbserver.exp: Likewise.
66 * boards/native-stdio-gdbserver.exp: Likewise.
67 * boards/gdbserver-base.exp: New file.
68
497a4c48
LM
692013-07-05 Luis Machado <lgustavo@codesourcery.com>
70
71 * gdb.base/dump.exp: Remove arch-specific tests and do a
72 generic data address check to set is64bitonly correctly.
73
bb3f62fc
LM
742013-07-05 Luis Machado <lgustavo@codesourcery.com>
75
76 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
77 the register number instead of expecting only 0.
78
005faa9d
WN
792013-07-05 Will Newton <will.newton@linaro.org>
80
81 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
82 in asm syntax to allow building on ARM.
83
4767856f
YQ
842013-07-05 Yao Qi <yao@codesourcery.com>
85
86 * boards/local-remote-host.exp: Remove obsolete comments.
87 * boards/native-extended-gdbserver.exp: Likewise.
88 * boards/native-gdbserver.exp: Likewise.
89 * boards/native-stdio-gdbserver.exp: Likewise.
90
691a26f5
AB
912013-07-04 Andrew Burgess <aburgess@broadcom.com>
92
93 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
94 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
95 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
96
4d142eaa
JK
972013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 * gdb.base/break-on-linker-gcd-function.exp: Replace
100 prepare_for_testing by build_executable_from_specs and clean_restart.
101
62cef515
TT
1022013-06-27 Tom Tromey <tromey@redhat.com>
103
104 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
105 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
106 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
107 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
108 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
109 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
110 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
111 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
112 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
113 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
114 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
115 Use standard_testfile, standard_output_file, prepare_for_testing,
116 clean_restart.
117
0ab77f5f
TT
1182013-06-27 Tom Tromey <tromey@redhat.com>
119
120 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
121 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
122 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
123 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
124 gdb.base/shreloc.exp, gdb.base/sigall.exp,
125 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
126 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
127 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
128 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
129 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
130 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
131 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
132 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
133 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
134 gdb.base/solib-weak.exp, gdb.base/source.exp,
135 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
136 gdb.base/stap-probe.exp, gdb.base/start.exp,
137 gdb.base/step-break.exp, gdb.base/step-bt.exp,
138 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
139 gdb.base/step-test.exp, gdb.base/structs.exp,
140 gdb.base/structs2.exp, gdb.base/structs3.exp,
141 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
142 standard_output_file, prepare_for_testing, clean_restart.
143
822bd149
TT
1442013-06-27 Tom Tromey <tromey@redhat.com>
145
146 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
147 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
148 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
149 gdb.base/pending.exp, gdb.base/permissions.exp,
150 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
151 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
152 gdb.base/printcmds.exp, gdb.base/prologue.exp,
153 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
154 gdb.base/ptype.exp, gdb.base/randomize.exp,
155 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
156 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
157 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
158 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
159 standard_testfile, standard_output_file, prepare_for_testing,
160 clean_restart.
161
f8b41b00
TT
1622013-06-27 Tom Tromey <tromey@redhat.com>
163
a8c97a87
TT
164 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
165 gdb.base/huge.exp, gdb.base/included.exp,
166 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
167 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
168 gdb.base/info-os.exp, gdb.base/info-proc.exp,
169 gdb.base/info-target.exp, gdb.base/infoline.exp,
170 gdb.base/interp.exp, gdb.base/interrupt.exp,
171 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
172 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
173 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
174 gdb.base/logical.exp, gdb.base/long_long.exp,
175 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
176 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
177 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
178 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
179 standard_testfile, standard_output_file, prepare_for_testing,
180 clean_restart.
181
289f9037
TT
1822013-06-27 Tom Tromey <tromey@redhat.com>
183
a8c97a87
TT
184 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
185 gdb.base/enumval.exp, gdb.base/environ.exp,
186 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
187 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
188 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
189 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
190 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
191 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
192 gdb.base/fullname.exp, gdb.base/funcargs.exp,
193 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
194 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
195 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
196 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
197 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
198 gdb.base/gnu_vector.exp: Use standard_testfile,
199 standard_output_file, prepare_for_testing, clean_restart.
289f9037 200
f76495c8
TT
2012013-06-27 Tom Tromey <tromey@redhat.com>
202
a8c97a87
TT
203 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
204 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
205 gdb.base/call-strs.exp, gdb.base/callexit.exp,
206 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
207 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
208 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
209 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
210 gdb.base/commands.exp, gdb.base/completion.exp,
211 gdb.base/complex.exp, gdb.base/cond-expr.exp,
212 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
213 gdb.base/constvars.exp, gdb.base/corefile.exp,
214 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
215 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
216 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
217 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
218 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
219 standard_output_file, prepare_for_testing, clean_restart.
220
a64d2530
TT
2212013-06-27 Tom Tromey <tromey@redhat.com>
222
a8c97a87
TT
223 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
224 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
225 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
226 gdb.base/async-shell.exp, gdb.base/async.exp,
227 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
228 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
229 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
230 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
231 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
232 gdb.base/break-on-linker-gcd-function.exp,
233 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
234 standard_output_file, prepare_for_testing, clean_restart.
235
aaff8d73
YQ
2362013-06-26 Yao Qi <yao@codesourcery.com>
237
238 * gdb.trace/mi-trace-frame-collected.exp: New.
239
a0743c90
YQ
2402013-06-25 Yao Qi <yao@codesourcery.com>
241
242 * boards/native-extended-gdbserver.exp: Set board_info
243 'gdb,predefined_tsv'.
244 * boards/native-gdbserver.exp: Likewise.
245 * boards/native-stdio-gdbserver.exp: Likewise.
246 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
247 uploaded TSVs if target supports tracing.
248 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
249 tracing and target has predefined tsv.
250
9d6e6e84
HZ
2512013-06-25 Yao Qi <yao@codesourcery.com>
252 Hui Zhu <hui@codesourcery.com>
253 Pedro Alves <palves@redhat.com>
254
255 PR breakpoints/15075
256 PR breakpoints/15434
257 * gdb.base/dprintf-next.c: New file.
258 * gdb.base/dprintf-next.exp: New file.
259 * gdb.base/dprintf-non-stop.c: New file.
260 * gdb.base/dprintf-non-stop.exp: New file.
261 * gdb.base/dprintf.exp: Don't check "continue" in the output
262 of "info breakpoints".
263 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
264 Don't check "continue" in script field.
265
e7ab3185
TT
2662013-06-21 Tom Tromey <tromey@redhat.com>
267
268 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
269 name in a test name.
270
c898adb7
YQ
2712013-06-20 Yao Qi <yao@codesourcery.com>
272
273 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
274 and set an action.
275 (test_trace_unavailable): Test command -data-list-register-values
276 in the context of traceframe and with option --skip-unavailable.
277 * gdb.trace/trace-unavailable.c (foo): New.
278 (main): Call it.
279 * gdb.mi/gdb2549.exp: Update matching pattern.
280
4d157a3d
MF
2812013-06-19 Mike Frysinger <vapier@gentoo.org>
282
283 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
284 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
285 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
286 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
287 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
288
d69cace4
LM
2892013-06-19 Luis Machado <lgustavo@codesourcery.com>
290
291 * gdb.base/subst.exp: Delete default rules before further
292 tests.
293
9bdd0636
YQ
2942013-06-19 Yao Qi <yao@codesourcery.com>
295
296 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
297 unsupported if it is not registered.
298
427cd150
TT
2992013-06-18 Tom Tromey <tromey@redhat.com>
300
301 * gdb.base/random-signal.c: New file.
302 * gdb.base/random-signal.exp: New file.
303
6de7c271
WN
3042013-06-18 Will Newton <will.newton@linaro.org>
305
306 * gdb.base/skip.c: Use comma to evaluate results of foo()
307 and bar() before passing to baz().
308 * gdb.base/skip.c: baz() now takes one argument instead of
309 two.
310
5bd1ef56
TT
3112013-06-18 Tom Tromey <tromey@redhat.com>
312
313 * gdb.dwarf2/implptrpiece.exp: New file.
314 * gdb.dwarf2/implptrconst.exp (d): New variable.
315 Print d.
316 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
317
e379b391
TT
3182013-06-18 Tom Tromey <tromey@redhat.com>
319
320 * lib/selftest-support.exp (do_self_tests): Reject remote or
321 non-native targets.
322 * gdb.gdb/complaints.exp: Remove check.
323 * gdb.gdb/observer.exp: Remove check.
324 * gdb.gdb/xfullpath.exp: Remove check.
325 * gdb.gdb/complaints.exp: Remove check.
326
4ec70201
PA
3272013-06-07 Pedro Alves <palves@redhat.com>
328
329 * boards/native-extended-gdbserver.exp: Remove semicolon.
330 * config/arm-ice.exp: Likewise.
331 * config/bfin.exp: Likewise.
332 * config/cygmon.exp: Likewise.
333 * config/h8300.exp: Likewise.
334 * config/monitor.exp: Likewise.
335 * config/sid.exp: Likewise.
336 * config/sim.exp: Likewise.
337 * config/slite.exp: Likewise.
338 * config/vx.exp: Likewise.
339 * gdb.arch/i386-bp_permanent.exp: Likewise.
340 * gdb.asm/asm-source.exp: Likewise.
341 * gdb.base/args.exp: Likewise.
342 * gdb.base/attach-pie-misread.exp: Likewise.
343 * gdb.base/auxv.exp: Likewise.
344 * gdb.base/bigcore.exp: Likewise.
345 * gdb.base/bitfields2.exp: Likewise.
346 * gdb.base/bitfields.exp: Likewise.
347 * gdb.base/break.exp: Likewise.
348 * gdb.base/break-interp.exp: Likewise.
349 * gdb.base/callfuncs.exp: Likewise.
350 * gdb.base/call-sc.exp: Likewise.
351 * gdb.base/commands.exp: Likewise.
352 * gdb.base/corefile.exp: Likewise.
353 * gdb.base/dbx.exp: Likewise.
354 * gdb.base/ending-run.exp: Likewise.
355 * gdb.base/exprs.exp: Likewise.
356 * gdb.base/funcargs.exp: Likewise.
357 * gdb.base/hbreak2.exp: Likewise.
358 * gdb.base/huge.exp: Likewise.
359 * gdb.base/list.exp: Likewise.
360 * gdb.base/memattr.exp: Likewise.
361 * gdb.base/overlays.exp: Likewise.
362 * gdb.base/printcmds.exp: Likewise.
363 * gdb.base/recurse.exp: Likewise.
364 * gdb.base/remotetimeout.exp: Likewise.
365 * gdb.base/reread.exp: Likewise.
366 * gdb.base/savedregs.exp: Likewise.
367 * gdb.base/scope.exp: Likewise.
368 * gdb.base/sepdebug.exp: Likewise.
369 * gdb.base/setshow.exp: Likewise.
370 * gdb.base/setvar.exp: Likewise.
371 * gdb.base/sigaltstack.exp: Likewise.
372 * gdb.base/siginfo-addr.exp: Likewise.
373 * gdb.base/siginfo.exp: Likewise.
374 * gdb.base/siginfo-obj.exp: Likewise.
375 * gdb.base/sigrepeat.exp: Likewise.
376 * gdb.base/sigstep.exp: Likewise.
377 * gdb.base/structs.exp: Likewise.
378 * gdb.base/testenv.exp: Likewise.
379 * gdb.base/twice.exp: Likewise.
380 * gdb.base/valgrind-db-attach.exp: Likewise.
381 * gdb.base/valgrind-infcall.exp: Likewise.
382 * gdb.base/varargs.exp: Likewise.
383 * gdb.base/watchpoint.exp: Likewise.
384 * gdb.cp/gdb1355.exp: Likewise.
385 * gdb.cp/misc.exp: Likewise.
386 * gdb.disasm/hppa.exp: Likewise.
387 * gdb.disasm/t01_mov.exp: Likewise.
388 * gdb.disasm/t02_mova.exp: Likewise.
389 * gdb.disasm/t03_add.exp: Likewise.
390 * gdb.disasm/t04_sub.exp: Likewise.
391 * gdb.disasm/t05_cmp.exp: Likewise.
392 * gdb.disasm/t06_ari2.exp: Likewise.
393 * gdb.disasm/t07_ari3.exp: Likewise.
394 * gdb.disasm/t08_or.exp: Likewise.
395 * gdb.disasm/t09_xor.exp: Likewise.
396 * gdb.disasm/t10_and.exp: Likewise.
397 * gdb.disasm/t11_logs.exp: Likewise.
398 * gdb.disasm/t12_bit.exp: Likewise.
399 * gdb.disasm/t13_otr.exp: Likewise.
400 * gdb.gdb/selftest.exp: Likewise.
401 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
402 * gdb.mi/mi-reverse.exp: Likewise.
403 * gdb.pascal/floats.exp: Likewise.
404 * gdb.python/py-inferior.exp: Likewise.
405 * gdb.threads/attach-into-signal.exp: Likewise.
406 * gdb.threads/pthreads.exp: Likewise.
407 * gdb.threads/thread_events.exp: Likewise.
408 * gdb.threads/watchthreads.exp: Likewise.
409 * gdb.trace/actions-changed.exp: Likewise.
410 * gdb.trace/actions.exp: Likewise.
411 * gdb.trace/ax.exp: Likewise.
412 * gdb.trace/backtrace.exp: Likewise.
413 * gdb.trace/change-loc.exp: Likewise.
414 * gdb.trace/deltrace.exp: Likewise.
415 * gdb.trace/disconnected-tracing.exp: Likewise.
416 * gdb.trace/ftrace.exp: Likewise.
417 * gdb.trace/infotrace.exp: Likewise.
418 * gdb.trace/passc-dyn.exp: Likewise.
419 * gdb.trace/passcount.exp: Likewise.
420 * gdb.trace/pending.exp: Likewise.
421 * gdb.trace/qtro.exp: Likewise.
422 * gdb.trace/range-stepping.exp: Likewise.
423 * gdb.trace/report.exp: Likewise.
424 * gdb.trace/save-trace.exp: Likewise.
425 * gdb.trace/status-stop.exp: Likewise.
426 * gdb.trace/strace.exp: Likewise.
427 * gdb.trace/tfile.exp: Likewise.
428 * gdb.trace/tfind.exp: Likewise.
429 * gdb.trace/trace-break.exp: Likewise.
430 * gdb.trace/tracecmd.exp: Likewise.
431 * gdb.trace/trace-mt.exp: Likewise.
432 * gdb.trace/tspeed.exp: Likewise.
433 * gdb.trace/tsv.exp: Likewise.
434 * gdb.trace/while-stepping.exp: Likewise.
435 * lib/gdb.exp: Likewise.
436 * lib/gdbserver-support.exp: Likewise.
437 * lib/java.exp: Likewise.
438 * lib/mi-support.exp: Likewise.
439 * lib/pascal.exp: Likewise.
440 * lib/prompt.exp: Likewise.
441 * lib/trace-support.exp: Likewise.
442
47d48711
PA
4432013-06-07 Pedro Alves <palves@redhat.com>
444
445 * gdb.ada/info_types.c: Fix formating in copyright header.
446 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
447 * gdb.base/float.c: Likewise.
448 * gdb.base/inferior-died.c: Likewise.
449 * gdb.base/interp.c: Likewise.
450 * gdb.base/jit-main.c: Likewise.
451 * gdb.base/jit-solib.c: Likewise.
452 * gdb.base/long_long.c: Likewise.
453 * gdb.base/longjmp.c: Likewise.
454 * gdb.base/nextoverexit.c: Likewise.
455 * gdb.base/pr11022.c: Likewise.
456 * gdb.base/prelink-lib.c: Likewise.
457 * gdb.base/prelink.c: Likewise.
458 * gdb.base/prologue.c: Likewise.
459 * gdb.base/restore.c: Likewise.
460 * gdb.base/sigchld.c: Likewise.
461 * gdb.base/solib-search-lib1.c: Likewise.
462 * gdb.base/solib-search-lib2.c: Likewise.
463 * gdb.base/solib-search.c: Likewise.
464 * gdb.base/solib-search.h: Likewise.
465 * gdb.base/whatis.c: Likewise.
466 * gdb.cp/abstract-origin.cc: Likewise.
467 * gdb.cp/anon-struct.cc: Likewise.
468 * gdb.cp/baseenum.cc: Likewise.
469 * gdb.cp/bs15503.cc: Likewise.
470 * gdb.cp/call-c-1.c: Likewise.
471 * gdb.cp/call-c.cc: Likewise.
472 * gdb.cp/class2.cc: Likewise.
473 * gdb.cp/classes.cc: Likewise.
474 * gdb.cp/cttiadd.cc: Likewise.
475 * gdb.cp/cttiadd1.cc: Likewise.
476 * gdb.cp/cttiadd2.cc: Likewise.
477 * gdb.cp/cttiadd3.cc: Likewise.
478 * gdb.cp/derivation.cc: Likewise.
479 * gdb.cp/derivation2.cc: Likewise.
480 * gdb.cp/dispcxx.cc: Likewise.
481 * gdb.cp/exception.cc: Likewise.
482 * gdb.cp/gdb2384-base.cc: Likewise.
483 * gdb.cp/gdb2384-base.h: Likewise.
484 * gdb.cp/gdb2384.cc: Likewise.
485 * gdb.cp/gdb2495.cc: Likewise.
486 * gdb.cp/mb-inline.h: Likewise.
487 * gdb.cp/mb-inline1.cc: Likewise.
488 * gdb.cp/mb-inline2.cc: Likewise.
489 * gdb.cp/member-name.cc: Likewise.
490 * gdb.cp/member-ptr.cc: Likewise.
491 * gdb.cp/misc.cc: Likewise.
492 * gdb.cp/namespace1.cc: Likewise.
493 * gdb.cp/nextoverthrow.cc: Likewise.
494 * gdb.cp/pr-574.cc: Likewise.
495 * gdb.cp/pr9631.cc: Likewise.
496 * gdb.cp/printmethod.cc: Likewise.
497 * gdb.cp/psmang1.cc: Likewise.
498 * gdb.cp/psmang2.cc: Likewise.
499 * gdb.cp/psymtab-parameter.cc: Likewise.
500 * gdb.cp/ptype-flags.cc: Likewise.
501 * gdb.cp/ref-params.cc: Likewise.
502 * gdb.cp/ref-types.cc: Likewise.
503 * gdb.cp/smartp.cc: Likewise.
504 * gdb.cp/try_catch.cc: Likewise.
505 * gdb.cp/userdef.cc: Likewise.
506 * gdb.cp/using-crash.cc: Likewise.
507 * gdb.cp/virtfunc.cc: Likewise.
508 * gdb.cp/virtfunc2.cc: Likewise.
509 * gdb.dwarf2/callframecfa.S: Likewise.
510 * gdb.dwarf2/dw2-ranges.c: Likewise.
511 * gdb.dwarf2/dw2-ranges2.c: Likewise.
512 * gdb.dwarf2/dw2-ranges3.c: Likewise.
513 * gdb.dwarf2/dw2-restore.S: Likewise.
514 * gdb.dwarf2/pieces.S: Likewise.
515 * gdb.dwarf2/valop.S: Likewise.
516 * gdb.java/jnpe.java: Likewise.
517 * gdb.mi/mi-stepn.c: Likewise.
518 * gdb.mi/mi-var-cp.cc: Likewise.
519 * gdb.mi/mi-var-rtti.cc: Likewise.
520 * gdb.mi/ns-stale-regcache.c: Likewise.
521 * gdb.mi/pr11022.c: Likewise.
522 * gdb.mi/solib-lib.c: Likewise.
523 * gdb.mi/solib-main.c: Likewise.
524 * gdb.python/py-arch.c: Likewise.
525 * gdb.python/py-block.c: Likewise.
526 * gdb.python/py-breakpoint.c: Likewise.
527 * gdb.python/py-events.c: Likewise.
528 * gdb.python/py-evthreads.c: Likewise.
529 * gdb.python/py-explore.c: Likewise.
530 * gdb.python/py-explore.cc: Likewise.
531 * gdb.python/py-finish-breakpoint.c: Likewise.
532 * gdb.python/py-finish-breakpoint2.cc: Likewise.
533 * gdb.python/py-symbol.c: Likewise.
534 * gdb.threads/execl.c: Likewise.
535 * gdb.threads/execl1.c: Likewise.
536
88ab5684
WN
5372013-06-07 Will Newton <will.newton@linaro.org>
538
539 * gdb.base/long_long.exp: Fix ARM EABI target glob.
540
42daa7a0
WN
5412013-06-07 Will Newton <will.newton@linaro.org>
542
543 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
544 and "starting".
545
f4059ef3
WN
5462013-06-07 Will Newton <will.newton@linaro.org>
547
548 * gdb.cp/anon-struct.exp: Conditionalize constructor and
549 destructor prototypes for ARM ABI.
550 * gdb.cp/m-static.exp: Likewise.
551
8cb5cc78
YQ
5522013-06-07 Yao Qi <yao@codesourcery.com>
553
554 * gdb.trace/mi-trace-unavailable.exp: New.
555 * gdb.trace/trace-unavailable.c: New.
556
c6cf1712
DE
5572013-06-06 Doug Evans <dje@google.com>
558
559 * gdb.cp/derivation.exp: Make tests have unique names.
560
bf6be0f4
TT
5612013-06-06 Tom Tromey <tromey@redhat.com>
562
563 * gdb.base/dump.exp (capture_value): Don't put expression into
564 test name if arguments passed in.
565 Rename a couple more tests to make them unique.
566
ebb022fa
TT
5672013-06-06 Tom Tromey <tromey@redhat.com>
568
569 * gdb.base/break-always.exp: Explicitly specify test name.
570
69fc87c2
DE
5712013-06-05 Doug Evans <dje@google.com>
572 Keith Seitz <keiths@redhat.com>
573
574 * gdb.cp/derivation2.cc: New file.
575 * gdb.cp/derivation.cc (main): Call foo2.
576 * gdb.cp/derivation.exp: Add tests for typedefs in another
577 file, and when there's an active block.
578
f993f39e
LM
5792013-06-05 Luis Machado <lgustavo@codesourcery.com>
580
581 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
582 from targets that use function descriptors in the virtual tables.
583 Handle presence of dot symbols.
584
afacd7f3
GB
5852013-06-04 Gary Benson <gbenson@redhat.com>
586
587 * gdb.base/break-probes.exp: New file.
588 * gdb.base/break-probes.c: Likewise.
589 * gdb.base/break-probes-solib.c: Likewise.
590 * gdb.base/info-shared.exp: New file.
591 * gdb.base/info-shared.c: Likewise.
592 * gdb.base/info-shared-solib1.c: Likewise.
593 * gdb.base/info-shared-solib2.c: Likewise.
594
a29a3fb7
GB
5952013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
596 Gary Benson <gbenson@redhat.com>
597
598 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
599 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
600 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
601 to be set to "no" to indicate that no ld.so copy should be made.
602 * gdb.base/break-interp.exp (solib_bp): New constant.
603 (reach_1): Use the above instead of "_dl_debug_state".
604 (test_attach): Likewise.
605 (test_ld): Likewise.
606 * gdb.threads/dlopen-libpthread.exp: New file.
607 * gdb.threads/dlopen-libpthread.c: Likewise.
608 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
609 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
610
62a813cc
YQ
6112013-05-30 Yao Qi <yao@codesourcery.com>
612
613 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
614 Add a test that no MI notification is emitted when executing
615 -exec-arguments.
616
8f56dad4
JK
6172013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 PR testsuite/12649
620 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
621 $mi_gdb_prompt expectation by mi_expect_stop.
622 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
623 (mi info dprintf second time): Replace them by mi_send_resuming_command
624 and mi_expect_stop.
625
c588eb20
GB
6262013-05-24 Gary Benson <gbenson@redhat.com>
627
628 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
629 backslash.
630 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
631 backslashes.
632 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
633 backslash.
634
c0ea94eb
YQ
6352013-05-24 Yao Qi <yao@codesourcery.com>
636
637 * gdb.trace/tfile.exp: Test inferior and thread.
638
db1ac436
YQ
6392013-05-24 Yao Qi <yao@codesourcery.com>
640 Pedro Alves <palves@redhat.com>
641
642 * gdb.base/range-stepping.exp: Skip the rest of tests if the
643 test fails.
644 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
645 Return 0 if the test passes, otherwise return 1.
646
b6abb10c
DE
6472013-05-23 Doug Evans <dje@google.com>
648
649 * boards/fission-dwp.exp: New file.
650
bc5065a7
PA
6512013-05-23 Yao Qi <yao@codesourcery.com>
652 Pedro Alves <palves@redhat.com>
653
654 * gdb.base/range-stepping.c: New file.
655 * gdb.base/range-stepping.exp: New file.
656 * gdb.trace/range-stepping.c: New file.
657 * gdb.trace/range-stepping.exp: New file.
658 * lib/range-stepping-support.exp: New file.
659
5f2e6b00
TT
6602013-05-22 Tom Tromey <tromey@redhat.com>
661
662 * gdb.cp/class2.cc (main): New local 'aref'.
663 * gdb.cp/class2.exp: Check printing of 'aref'.
664
e6ba475a
DE
6652013-05-22 Doug Evans <dje@google.com>
666
667 * gdb.threads/wp-replication.c (main): Insert some code at the start
668 to ensure the breakpoint on main is only hit once. Fix comment.
669
52c935b6
KS
6702013-05-21 Keith Seitz <keiths@redhat.com>
671 Pedro Alves <palves@redhat.com>
672
673 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
674 gdb_expect.
675 Add test to flush the remaining input buffer so that this
676 file passes testsuite/12649.
677
bd9673a4
PW
6782013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
679
680 * gdb.base/catch-signal-fork.exp: New file.
681 * gdb.base/catch-signal-fork.c: New file.
682
69a97597
SA
6832013-05-21 Sterling Augustine <saugustine@google.com>
684
685 * boards/remote-stdio-gdbserver.exp: New file.
686
44e97363
JK
6872013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
688
689 PR testsuite/12649
690 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
691 racy matches.
692
02392865
CG
6932013-05-21 Christian Groessler <chris@groessler.org>
694
695 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
696 since it's not supported in all shells.
697
c5867ab6
HZ
6982013-05-21 Hui Zhu <hui@codesourcery.com>
699
700 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
701 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
702
6c9e2db4
DE
7032013-05-20 Doug Evans <dje@google.com>
704
705 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
706 (_handle_DW_TAG): Use it.
707 (cu, tu): Replace parameters is_64, version, addr_size with options.
708 All callers updated. Add Fission support.
709 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
710 * gdb.dwarf2/method-ptr.exp: Ditto.
711 * gdb.dwarf2/nostaticblock.exp: Ditto.
712 * gdb.dwarf2/subrange.exp: Ditto.
713 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
714
4a6e676c
TT
7152013-05-20 Tom Tromey <tromey@redhat.com>
716
717 * gdb.gdb/python-selftest.exp: New file.
718
e19d3afb
DE
7192013-05-20 Doug Evans <dje@google.com>
720
721 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
722 -fdebug-types-section.
723
4d804846
JB
7242013-05-20 Joel Brobecker <brobecker@adacore.com>
725
726 * gdb.ada/float_param: New testcase.
727
8d324e83
DE
7282013-05-17 Doug Evans <dje@google.com>
729
7d0c9981
DE
730 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
731 Add tests for "maint check-symtabs", "maint expand-symtabs".
732
8d324e83
DE
733 * gdb.base/maint.exp: Remove testing of individual maint command
734 help output.
735
177aadc4
PA
7362013-05-16 Pedro Alves <palves@redhat.com>
737
738 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
739 comment. Use gdb_test_no_output.
740
b8fea896
JB
7412013-05-16 Joel Brobecker <brobecker@adacore.com>
742
743 * gdb.ada/complete.exp: Add test verifying completion using
744 the "tab" key.
745
52c935b6
KS
7462013-05-15 Keith Seitz <keiths@redhat.com>
747
748 * gdb.base/filesym.exp: New completer test.
749 * gdb.base/filesym.c: New file.
750
ed0f00b8
PA
7512013-05-15 Pedro Alves <palves@redhat.com>
752
753 * gdb.base/fixsection.c: Remove attribution.
754 * gdb.base/watch-read.exp: Ditto.
755
55fb6d27
TT
7562013-05-13 Tom Tromey <tromey@redhat.com>
757
758 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
759 size and change type sizes to 4 bytes.
760
ac1ca910
TT
7612013-05-13 Tom Tromey <tromey@redhat.com>
762
763 * gdb.base/exprs.exp (test_expr): Add regression test.
764 * gdb.base/exprs.c (null_t_struct): New global.
765
8414efef
MB
7662013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
767
768 * gdb.base/default.exp: Disable history saving.
769 * gdb.base/setshow.exp: Likewise.
770
9779ab84
PA
7712013-05-10 Pedro Alves <palves@redhat.com>
772
773 PR remote/15455
774
775 * gdb.trace/qtro.c: New file.
776 * gdb.trace/qtro.exp: New file.
777
1e611234
PM
7782013-05-10 Phil Muldoon <pmuldoon@redhat.com>
779
780 * gdb.python/py-framefilter.py: New File.
781 * gdb.python/py-framefilter-mi.exp: Ditto.
782 * gdb.python/py-framefilter.c: Ditto.
783 * gdb.python/py-framefilter-mi.exp: Ditto.
784 * gdb.python/py-framefilter-mi.c: Ditto,
785 * gdb.python/py-framefilter-gdb.py.in: Ditto.
786
5e4c3ac4
TT
7872013-05-08 Tom Tromey <tromey@redhat.com>
788
789 * gdb.base/solib-search.exp: Set test name for "set
790 solib-search-path" test.
791
993654a9
HAQ
7922013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
793
794 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
795 (set_a_tracepoint): Set tracepoint before prologue.
796 (run_trace_experiment): Test setup_tracepoints and 'break end'
797 in it.
798 (trace_buffer_normal): Remove.
799 (gdb_trace_circular_tests): Remove. Move tests to...
800 (top level): ...here. Call 'runto_main' before checking for
801 trace support. Use commands to check the support for circular
802 trace buffer and changing of trace buffer size. Add test
803 to calculate size of single frame. Use this size to
804 calculate the size of trace buffer. Use 'tfind pc func9'
805 instead of 'tfind 9'. Use 'with_test_prefix'.
806
c95aea6b
TT
8072013-05-07 Tom Tromey <tromey@redhat.com>
808
809 * lib/selftest-support.exp: New file.
810 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
811 do_self_tests.
812 (setup_test, find_gdb): Remove.
813 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
814 do_self_tests.
815 (setup_test, find_gdb): Remove.
816 (test_observer): Don't call setup_test. Remove argument.
817 * gdb.gdb/selftest.exp: Load selftest-support.exp.
818 (find_gdb): Remove.
819 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
820 do_self_tests.
821 (setup_test, find_gdb): Remove.
822 (test_with_self): Don't call setup_test. Remove argument.
823
1f031429
PA
8242013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
825
826 * gdb.arch/system-gcore.exp: Remove.
827 * gdb.arch/gcore.c: Remove.
828 * gdb.base/gcore.exp: Add "info reg system".
829
58ce7251
SDJ
8302013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
831
832 PR breakpoints/15413:
833 * gdb.base/pending.exp: Add test for completion of the "condition"
834 command for pending breakpoints.
835 * gdb.linespec/linespec.ex: Add test for completion of the
836 "condition" command when dealing with multiple locations.
837
aacbb8a5
LM
8382013-05-07 Luis Machado <lgustavo@codesourcery.com>
839
840 * gdb.threads/wp-replication.c: New file.
841 * gdb.threads/wp-replication.exp: New file.
842
2dd6254d
SL
8432013-05-06 Sandra Loosemore <sandra@codesourcery.com>
844
845 * gdb.xml/tdesc-regs.exp: Add case for nios2.
846
c2a96e8c
DE
8472013-05-06 Doug Evans <dje@google.com>
848
b903e17e
DE
849 * gdb.base/solib-search-lib1.c: New file.
850 * gdb.base/solib-search-lib2.c: New file.
851 * gdb.base/solib-search.c: New file.
852 * gdb.base/solib-search.h: New file.
853 * gdb.base/solib-search.exp: New file.
854
fac51dd9
DE
855 * lib/gdb.exp (gdb_core_cmd): New function.
856 * gdb.arch/system-gcore.exp: Use it.
857 * gdb.arch/vsx-regs.exp: Ditto.
858 * gdb.base/gcore.exp: Ditto.
859 * gdb.threads/gcore-thread.exp: Ditto.
860
c2a96e8c
DE
861 * gdb.reverse/shr.h: New file.
862 * gdb.reverse/shr1.c: New file.
863 * gdb.reverse/shr2.c: #include "shr.h".
864 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
865 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
866 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
867 Update tests using sleep/printf to use shr2.sl instead.
868 * gdb.reverse/solib-reverse.exp: Ditto.
869
b6807d98
TT
8702013-05-06 Tom Tromey <tromey@redhat.com>
871
872 * gdb.dwarf2/implptrconst.c: New file.
873 * gdb.dwarf2/implptrconst.exp: New file.
874 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
875 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
876 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
877
96f7d3f1
PW
8782013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
879
880 * gdb.base/catch-sig.c (main): Raise SIGINT.
881 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
882
1ebff1fd
HAQ
8832013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
884
885 * status-stop.exp (test_tstart_tstart): Check for error
886 returned by the second 'tstart' command.
887
f92b06da
WT
8882013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
889
890 * gdb.xml/maint_print_struct.exp: New file.
891 * gdb.xml/maint_print_struct.xml: New file.
892
ff546935
TT
8932013-04-25 Tom Tromey <tromey@redhat.com>
894
895 * gdb.dwarf2/nostaticblock.exp: New file.
896
bf9e4d0c
MB
8972013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
898
899 PR gdb/10462
900 * gdb.base/setshow.exp: Add test case.
901
a11cfd87
HZ
9022013-04-23 Hui Zhu <hui@codesourcery.com>
903
904 PR gdb/15293
a11cfd87
HZ
905 * gdb.base/dprintf.exp: Add ignore command.
906
2d9442cc
HZ
9072013-04-23 Hui Zhu <hui@codesourcery.com>
908
909 PR gdb/15165
2d9442cc
HZ
910 * gdb.base/save-bp.exp: Add test for dprintf.
911
0f3305ed
TT
9122013-04-22 Tom Tromey <tromey@redhat.com>
913
914 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
915 notice_open_fds.
916
d504301e
SDJ
9172013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
918
919 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
920 ldflags.
921
9991b207
SDJ
9222013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
923
924 * gdb.arch/arm-bl-branch-dest.c: New file.
925 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
926
433730c9
PA
9272013-04-19 Vladimir Kargov <kargov@gmail.com>
928 Pedro Alves <palves@redhat.com>
929
930 * gdb.arch/i386-float.S: New file.
931 * gdb.arch/i386-float.exp: New file.
932
9a908334
LM
9332013-04-18 Luis Machado <lgustavo@codesourcery.com>
934
935 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
936 type void *.
937
4f22ed5c
DE
9382013-04-17 Doug Evans <dje@google.com>
939
940 * lib/dwarf.exp (Dwarf): New proc "tu".
941 * gdb.dwarf2/missing-sig-type.exp: New file.
942
a0d3f2f5
SCR
9432013-04-15 Siva Chandra Reddy <sivachandra@google.com>
944
945 Add option to link testcases with Pthreads library when
946 using 'prepare_for_testing' in tests.
947
948 * lib/gdb.exp (build_executable_from_specs): Use
949 gdb_compile_pthreads to compile if option "pthreads" is
950 specified.
951
cc16e6c9
TT
9522013-04-15 Tom Tromey <tromey@redhat.com>
953
954 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
955
72f1fe8a
TT
9562013-04-15 Tom Tromey <tromey@redhat.com>
957
958 * gdb.base/default.exp: Update for $_exception.
959 * gdb.cp/exceptprint.cc: New file.
960 * gdb.cp/exceptprint.exp: New file.
961 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
962
6e72ca20
TT
9632013-04-15 Tom Tromey <tromey@redhat.com>
964
965 * gdb.cp/typeid.cc: New file.
966 * gdb.cp/typeid.exp: New file.
967
591f19e8
TT
9682013-04-15 Tom Tromey <tromey@redhat.com>
969
970 * gdb.cp/exception.exp: Add "catch rethrow" tests.
971
da9160e4
YQ
9722013-04-13 Yao Qi <yao@codesourcery.com>
973
974 * gdb.base/completion.exp: Test completion of command
975 'target ctf' if target ctf is supported.
976
f81d1120
PA
9772013-04-10 Pedro Alves <palves@redhat.com>
978
979 * gdb.base/completion.exp: Test "set height", "set listsize" and
980 "set trace-buffer-size" completion.
981 * gdb.base/setshow.exp: Test "set height unlimited".
982 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
983 unlimited".
984
393fd4c3
YQ
9852013-04-10 Yao Qi <yao@codesourcery.com>
986
987 * gdb.trace/actions.exp: Save trace data to CTF.
988 Change to ctf target if GDB supports, read CTF data in ctf
989 target, and check the actions of tracepoints.
990 * gdb.trace/while-stepping.exp: Likewise.
991 * gdb.trace/report.exp: Test GDB saves trace data to CTF
992 format and read CTF trace file if GDB supports.
993 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
994 target is supported, change to ctf target, read trace data and
995 check output of command "tstatus".
996 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
997 read CTF data by target ctf and call check_tsv.
998
b7a273f8
YQ
9992013-04-10 Yao Qi <yao@codesourcery.com>
1000
1001 * gdb.trace/actions.exp (check_tracepoint): New.
1002 (top level): Start the tracing and check the actions of
1003 tracepoints. Save trace data to tfile format. Restart GDB
1004 and read trace file in tfile target. Check the actions of
1005 tracepoints again.
1006 * gdb.trace/while-stepping.exp: Likewise.
1007
f3786771
YQ
10082013-04-10 Yao Qi <yao@codesourcery.com>
1009
1010 * gdb.trace/report.exp: Use standard_output_file for saved
1011 trace file.
1012
5c2b4418
HZ
10132013-04-10 Hui Zhu <hui@codesourcery.com>
1014
1015 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1016 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1017 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1018
f7543f0a
JK
10192013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1020
1021 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1022 response.
1023
f6de8ec2
PA
10242013-04-08 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1027 the location.
1028
b8abfd58
SL
10292013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1030
1031 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1032 for breakpoint location.
1033
156bffd0
SL
10342013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1035
1036 * gdb.linespec/linespec.exp: Make dir/file:line tests
1037 conditional for non-remote hosts only.
1038
c9a6ce02
PA
10392013-04-04 Stan Shebs <stan@codesourcery.com>
1040 Pedro Alves <palves@redhat.com>
1041
1042 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1043 * gdb.trace/actions-changed.c: New file.
1044 * gdb.trace/actions-changed.exp: New file.
1045 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1046 (gdb_trace_setactions_command): ... this. Add "actions_command"
1047 parameter, and handle it.
1048 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1049
4bd05f24
YQ
10502013-04-04 Yao Qi <yao@codesourcery.com>
1051
1052 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1053 'step'.
1054
3758b5ce
YQ
10552013-04-03 Yao Qi <yao@codesourcery.com>
1056
1057 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1058 "tfile-basic.tf".
1059 (test_tfind_tfile): Likewise.
1060
1dcaed0d
YQ
10612013-04-03 Yao Qi <yao@codesourcery.com>
1062
1063 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1064 "tfile-basic.tf" instead of "basic.tf".
1065 (write_error_trace_file): Pass argument "tfile-error.tf"
1066 instead of "error.tf".
1067 * gdb.trace/tfile.exp: Update tfile names to
1068 "tfile-basic.tf" and "tfile-error.tf".
1069
0e7a53fc
SL
10702013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1071
1072 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1073 empty directory in file for breakpoint hit.
1074
9852c492
YQ
10752013-03-29 Yao Qi <yao@codesourcery.com>
1076
1077 * gdb.base/completion.exp: Test completion of commands
1078 "target core", "target tfile" and "target exec".
1079 * gdb.trace/tfile.exp: Test completion of command
1080 "target tfile".
1081
af312be7
JB
10822013-03-28 Joel Brobecker <brobecker@adacore.com>
1083
1084 * gdb.ada/win_fu_syms: New testcase.
1085
e4a48d9d
DE
10862013-03-28 Doug Evans <dje@google.com>
1087
1088 * gdb.base/maint.exp (maint print statistics): Update expected output.
1089
7f7cc265
PA
10902013-03-28 Pedro Alves <palves@redhat.com>
1091
1092 PR gdb/15294
1093
1094 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1095 mean unlimited instead of $arg < 0.
1096 (test_listsize): Remove "listsize of 0 suppresses output" test.
1097 Test that "set listsize 0" ends up with an unlimited listsize.
1098
fc0da894
PA
10992013-03-28 Pedro Alves <palves@redhat.com>
1100
1101 * gdb.base/list.exp (last_line): New global.
1102 (last_line_re): New global.
1103 (test_listsize, test_list_function, test_list_forward)
1104 (test_repeat_list_command, test_list_range)
1105 (test_list_filename_and_function): Use them.
1106 * gdb.base/list0.c: Comment the last line of the file with "last
1107 line".
1108
abe7b711
PA
11092013-03-28 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1112 list the whole file.
1113
15b3979c
PA
11142013-03-28 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1117 "set listsize".
1118
96811e3b
KS
11192013-03-26 Keith Seitz <keiths@redhat.com>
1120
1121 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1122 from passing.
1123
4043f22b
PA
11242013-03-26 Pedro Alves <palves@redhat.com>
1125
1126 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1127 until after GDB has run.
1128
14a1aa17
YQ
11292013-03-26 Yao Qi <yao@codesourcery.com>
1130
1131 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1132 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1133
99c819ee
MM
11342013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1135
1136 * gdb.btrace/enable.exp: Add regression test.
1137
24955f63
TT
11382013-03-25 Tom Tromey <tromey@redhat.com>
1139
1140 * gdb.cp/m-static.exp: Add destructor-printing tests.
1141
fce632b6
TT
11422013-03-25 Tom Tromey <tromey@redhat.com>
1143
1144 * gdb.cp/m-static.exp: Add constructor ptype tests.
1145 * gdb.cp/m-static.cc (single_constructor): New class.
1146 (main): Make instance of single_constructor.
1147
598d3636
JK
11482013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1149 Pedro Alves <palves@redhat.com>
1150
1151 * gdb.server/server-kill.c: New file.
1152 * gdb.server/server-kill.exp: New file.
1153
c12440c9
PA
11542013-03-21 Pedro Alves <palves@redhat.com>
1155
1156 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1157 Expect $gdb_prompt in gdb_test_multiple.
1158
bd712aed
DE
11592013-03-21 Doug Evans <dje@google.com>
1160
1161 * gdb.base/maint.exp: Update tests for per-command stats.
1162
b2f83c08
TT
11632013-03-21 Tom Tromey <tromey@redhat.com>
1164
1165 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1166 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1167
ef0026f0
PA
11682013-03-20 Pedro Alves <palves@redhat.com>
1169
1170 PR gdb/15289
1171
1172 * gdb.base/remote.exp: Test
1173 "set remote hardware-watchpoint-limit -1",
1174 "set remote hardware-breakpoint-limit -1",
1175 "set remote hardware-watchpoint-limit 2147483647" and
1176 "set remote hardware-breakpoint-limit 2147483647".
1177
3f1175a9
PA
11782013-03-20 Pedro Alves <palves@redhat.com>
1179 Yao Qi <yao@codesourcery.com>
1180
1181 * gdb.trace/tfile.c: Add comments.
1182 (nonconstglob): New global.
1183 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1184 global that is not covered by the trace frame. Test
1185 disassembling.
1186
a09ae1c1
JK
11872013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * gdb.base/valgrind-infcall.exp
1190 (continue #$continue_count) <remote connection closed>
1191 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1192 $valgrind_pid.
1193
9ce98649
TT
11942013-03-15 Tom Tromey <tromey@redhat.com>
1195
1196 * gdb.cp/overload.cc (intintfunc): New.
1197 * gdb.cp/overload.exp: Add regression test.
1198
0a251e08
YQ
11992013-03-15 Yao Qi <yao@codesourcery.com>
1200
1201 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1202 using with_test_prefix.
1203 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1204 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1205 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1206 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1207 * gdb.base/break-interp.exp (test_core): Likewise.
1208 (test_attach_gdb): Likewise.
1209 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1210 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1211 Likewise.
1212 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1213 * gdb.base/jit.exp (one_jit_test): Likewise.
1214 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1215 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1216 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1217 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1218 Likewise.
1219 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1220 Likewise.
1221 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1222 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1223 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1224 (tracepoint_change_loc_2): Likewise.
1225 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1226 Likewise.
1227 (disconnected_tfind): Likewise.
1228 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1229 Likewise.
1230 (test_tfind_remote): Likewise.
1231 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1232 Likewise.
1233 (test_pending_resolved): Likewise.
1234 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1235 Likewise.
1236 (test_upload_tsv): Likewise.
1237 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1238 Likewise.
1239 (pending_tracepoint_works): Likewise.
1240 * gdb.trace/report.exp (use_collected_data): Likewise.
1241 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1242 Likewise.
1243 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1244 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1245 (strace_trace_on_same_addr): Likewise.
1246 (strace_trace_on_diff_addr): Likewise.
1247 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1248 (gdb_collect_locals_test): Likewise.
1249 (gdb_unavailable_registers_test): Likewise.
1250 (gdb_collect_globals_test): Likewise.
1251
2c415c0f
YQ
12522013-03-15 Yao Qi <yao@codesourcery.com>
1253
1254 * gdb.base/condbreak.exp: Add semicolon back which was removed
1255 by my previous commit.
1256
ae59b1da
YQ
12572013-03-14 Yao Qi <yao@codesourcery.com>
1258
1259 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1260 'return'.
1261 (gdb_target_monitor, gdb_load): Likewise.
1262 * config/sid.exp (gdb_load): Likewise.
1263 * config/slite.exp (gdb_load): Likewise.
1264 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1265 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1266 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1267 (single_step_until): Likewise.
1268 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1269 * gdb.arch/system-gcore.exp: Likewise.
1270 * gdb.base/bigcore.exp (extract_heap): Likewise.
1271 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1272 * gdb.base/call-ar-st.exp: Likewise.
1273 * gdb.base/call-rt-st.exp: Likewise.
1274 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1275 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1276 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1277 * gdb.base/corefile.exp: Likewise.
1278 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1279 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1280 * gdb.base/fixsection.exp: Likewise.
1281 * gdb.base/funcargs.exp: Likewise.
1282 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1283 * gdb.base/gcore-relro.exp: Likewise.
1284 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1285 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1286 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1287 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1288 * gdb.base/list.exp: Likewise.
1289 (set_listsize): Likewise.
1290 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1291 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1292 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1293 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1294 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1295 * gdb.base/setvar.exp: Likewise.
1296 (test_set): Likewise.
1297 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1298 * gdb.base/solib-overlap.exp: Likewise.
1299 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1300 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1301 * gdb.base/watchpoint.exp (initialize): Likewise.
1302 (test_simple_watchpoint): Likewise.
1303 (test_disabling_watchpoints): Likewise.
1304 (test_watchpoint_triggered_in_syscall): Likewise.
1305 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1306 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1307 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1308 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1309 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1310 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1311 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1312 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1313 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1314 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1315 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1316 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1317 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1318 * gdb.mi/gdb792.exp: Likewise.
1319 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1320 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1321 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1322 * gdb.threads/gcore-thread.exp: Likewise.
1323 (load_core): Likewise.
1324 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1325 (test_startup, check_control_c): Likewise.
1326 * gdb.threads/sigstep-threads.exp: Likewise.
1327 * gdb.threads/thread_check.exp: Likewise.
1328 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1329 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1330 (set_a_tracepoint, trace_buffer_normal): Likewise.
1331 (gdb_trace_circular_tests): Likewise.
1332 * gdb.trace/collection.exp: Likewise.
1333 * gdb.trace/disconnected-tracing.exp: Likewise.
1334 * gdb.trace/infotrace.exp: Likewise.
1335 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1336 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1337 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1338 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1339 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1340 * gdb.trace/stap-trace.exp: Likewise.
1341 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1342 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1343 * gdb.trace/trace-buffer-size.exp: Likewise.
1344 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1345 * gdb.trace/unavailable.exp: Likewise.
1346 * gdb.trace/while-dyn.exp: Likewise.
1347 * lib/fortran.exp (set_lang_fortran): Likewise.
1348 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1349 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1350 (default_gdb_start, get_compiler_info): Likewise.
1351 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1352 (get_debug_format, setup_xfail_format): Likewise.
1353 (rerun_to_main, gdb_skip_float_test): Likewise.
1354 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1355 * lib/java.exp (set_lang_java): Likewise.
1356 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1357 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1358 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1359 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1360 * lib/objc.exp (set_lang_objc): Likewise.
1361 * lib/pascal.exp (set_lang_pascal): Likewise.
1362 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1363 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
1364 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
1365
bb869963
SDJ
13662013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1367
1368 PR c++/15203
1369 PR c++/15210
1370 * gdb.cp/m-static.cc (keepalive_int): New function.
1371 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
1372 * gdb.cp/m-static.exp: New test for `sintvar'.
1373
e2be70a0
YQ
13742013-03-14 Yao Qi <yao@codesourcery.com>
1375
1376 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
1377 of 'tstatus' into tstatus_output.
1378 (top level): Save the trace data to tfile. Read trace file in
1379 tfile target. Check the trace status.
1380
8ddb1965
YQ
13812013-03-13 Yao Qi <yao@codesourcery.com>
1382
1383 * gdb.trace/tsv.exp (check_tsv): New.
1384 (top level): Save a tfile on current trace session. Call
1385 check_tsv on live target. Load the tfile with target tfile
1386 and call check_tsv again.
1387
045dd51f
YQ
13882013-03-13 Yao Qi <yao@codesourcery.com>
1389
1390 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
1391 Replace some "gdb_test" with "gdb_test_no_output".
1392
82d049ab
PH
13932013-03-12 Paul Hilfinger <hilfingr@adacore.com>
1394
1395 * gdb.ada/expr_delims.exp: New file.
1396 * gdb.ada/expr_delims/foo.adb: New file.
1397 * gdb.ada/expr_delims/pck.ads: New file.
1398 * gdb.ada/expr_delims/pck.adb: New file.
1399
cb8ea32b
KS
14002013-03-11 Keith Seitz <keiths@redhat.com>
1401
1402 * watchpoint.exp (test_no_hw_watchpoints): Add test using
1403 both condition and thread. Then delete the watchpoint.
1404
2f1d9bdd
MM
14052013-03-11 Christian Himpel <christian.himpel@intel.com>
1406
1407 * Makefile.in: Add btrace testsuite.
1408 * configure: Regenerated.
1409 * configure.ac: Add btrace testsuite.
1410 * gdb.btrace/Makefile.in: New file.
1411 * gdb.btrace/enable.c: New file.
1412 * gdb.btrace/enable.exp: New file.
1413 * gdb.btrace/function_call_history.c: New file.
1414 * gdb.btrace/function_call_history.exp: New file.
1415 * gdb.btrace/instruction_history.c: New file.
1416 * gdb.btrace/instruction_history.exp: New file.
1417 * gdb.btrace/instruction_history.S: New file.
1418 * lib/gdb.exp: Add btrace skip proc.
1419
05c56a9d
JK
14202013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1421
1422 Fix entry-values if the callee called a noreturn function.
1423 * gdb.arch/amd64-tailcall-noret.S: New file.
1424 * gdb.arch/amd64-tailcall-noret.c: New file.
1425 * gdb.arch/amd64-tailcall-noret.exp: New file.
1426
9112db09
JK
14272013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1428
1429 Fix entry-values in C++ across CUs.
1430 * gdb.arch/amd64-tailcall-cxx.exp: New file.
1431 * gdb.arch/amd64-tailcall-cxx1.S: New file.
1432 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
1433 * gdb.arch/amd64-tailcall-cxx2.S: New file.
1434 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
1435
be9a119c 14362013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1437 Hafiz Abid Qadeer <abidh@codesourcery.com>
1438
1439 gdb/testsuite/
1440 * gdb.trace/trace-buffer-size.exp: New file.
1441 * gdb.trace/trace-buffer-size.c: New file.
1442
049109b0
PA
14432013-03-06 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
1446 doesn't support the tested optional feature, call "unsupported"
1447 with the same test message as the "pass" case, instead of calling
1448 "pass" with a different message. Use the same text for the "fail"
1449 cases too.
1450
4aa54120
YQ
14512013-03-06 Yao Qi <yao@codesourcery.com>
1452
1453 * gdb.trace/tstatus.exp: Remove the invocation of
1454 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
1455 (test_tracepoints): Don't set fast tracepoint.
1456 (top level): Don't check agent library is loaded or not.
1457
b8b71e63
YQ
14582013-03-06 Yao Qi <yao@codesourcery.com>
1459
1460 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
1461 parentheses by "\\".
1462
33f448b1
JK
14632013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1464
1465 * gdb.linespec/base/one/thefile.cc (twodup): New.
1466 (m): Call it.
1467 * gdb.linespec/base/two/thefile.cc (dupname): New.
1468 (n): Call it.
1469 * gdb.linespec/break-ask.exp: New file.
1470 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
1471
1c942fb9
YQ
14722013-02-28 Yao Qi <yao@codesourcery.com>
1473
1474 * gdb.trace/report.exp: Move some code to ...
1475 (use_collected_data): New.
1476 (top level): Call use_collected_data once on the live target.
1477 Save at file of the current trace session, load it with target
1478 tfile, and call use_collected_data again.
1479
5b967901
JK
14802013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 * gdb.threads/fork-thread-pending.c (main): Add alarm.
1483
6447023f
JK
14842013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1485
1486 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
1487 Add final kill of ${valgrind_pid}.
1488
9f44fbc0
SCR
14892013-02-20 Siva Chandra Reddy <sivachandra@google.com>
1490
1491 * gdb.python/py-arch.c: New test case
1492 * gdb.python/py-arch.exp: New tests to test
1493 gdb.Architecture.disassemble
1494 * gdb.python/Makefile.in: Add py-arch to the list of
1495 EXECUTABLES.
1496
4c9ad8c2
TT
14972013-02-18 Tom Tromey <tromey@redhat.com>
1498
1499 * gdb.dwarf2/subrange.exp: New file.
1500
f5911ea1
HAQ
15012013-02-15 Pedro Alves <pedro@codesourcery.com>
1502 Hafiz Abid Qadeer <abidh@codesourcery.com>
1503
1504 * gdb.trace/tfile.exp: Add test for -trace-status command.
1505
420f4384
JK
15062013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1507
1508 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
1509 nanosleep by sleep.
1510
4819b3f8
PA
15112013-02-14 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
1514
1773c82c
HAQ
15152013-02-14 Pedro Alves <pedro@codesourcery.com>
1516 Hafiz Abid Qadeer <abidh@codesourcery.com>
1517
1518 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
1519
e234dfaf
TT
15202013-02-12 Tom Tromey <tromey@redhat.com>
1521
1522 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
1523 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
1524
6c01dd94
PA
15252013-02-12 Pedro Alves <palves@redhat.com>
1526
1527 * gdb.base/catch-signal.c: Update copyright years.
1528 * gdb.base/catch-signal.exp: Update copyright years.
1529 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
1530 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
1531 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
1532 * gdb.dwarf2/dw2-error.S: Update copyright years.
1533 * gdb.dwarf2/dw2-error.c: Update copyright years.
1534 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
1535 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
1536 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
1537
595fc67f
PA
15382013-02-12 Pedro Alves <palves@redhat.com>
1539
1540 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
1541 message.
1542 * gdb.base/sigaltstack.exp: Ditto.
1543 * gdb.base/siginfo.exp: Ditto.
1544 * gdb.base/sizeof.exp: Ditto.
1545
17282693
PA
15462013-02-12 Pedro Alves <palves@redhat.com>
1547
1548 * gdb.mi/mi-basics.exp: Tweak intro comment.
1549 * gdb.mi/mi-break.exp: Tweak intro comment.
1550 * gdb.mi/mi-console.exp: Tweak intro comment.
1551 * gdb.mi/mi-file.exp: Tweak intro comment.
1552 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
1553 * gdb.mi/mi-return.exp: Tweak intro comment.
1554 * gdb.mi/mi-stepi.exp: Tweak intro comment.
1555 * gdb.mi/mi-until.exp: Tweak intro comment.
1556 * gdb.mi/mi-watch.exp: Tweak intro comment.
1557
8a4ac37e
PA
15582013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1559
1560 * gdb.server/no-thread-db.exp: New file.
1561 * gdb.server/no-thread-db.c: New file.
1562 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
1563
c2792f5a
DE
15642013-02-11 Doug Evans <dje@google.com>
1565
1566 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
1567 two decfloats.
1568
d9e98382
SDJ
15692013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
1570
1571 * gdb.base/bitfields.c (struct internalvartest): New declaration.
1572 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
1573
a321661a
JK
15742013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
1577
134a2066
YQ
15782013-02-06 Yao Qi <yao@codesourcery.com>
1579
1580 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
1581 to ...
1582 (test_create_delete_modify_tsv): ... here. New test on modifying
1583 the initial value of a tsv.
1584
5a2dc60a
JK
15852013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
1588 (cd .../rdir): ... here.
1589
233d95b5
JK
15902013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1591
1592 * gdb.linespec/base/one/header.h: New file.
1593 * gdb.linespec/base/two/header.h: New file.
1594 * gdb.linespec/macro-relative.c: New file.
1595 * gdb.linespec/macro-relative.exp: New file.
1596
fbd9ab74
JK
15972013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 * gdb.base/fullpath-expand-func.c: New file.
1600 * gdb.base/fullpath-expand.c: New file.
1601 * gdb.base/fullpath-expand.exp: New file.
1602 * gdb.base/realname-expand-real.c: New file.
1603 * gdb.base/realname-expand.c: New file.
1604 * gdb.base/realname-expand.exp: New file.
1605
1b56eb55
JK
16062013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1607
1608 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
1609 * gdb.dwarf2/dw2-dir-file-name.c: New file.
1610
af529f8f
JK
16112013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
1614 (compare_filenames_for_search does not match)
1615 (compare_filenames_for_search does match): New tests.
1616
f5b95b50
JK
16172013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1618
1619 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
1620
d47921b9
JK
16212013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1622
1623 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
1624
8a92335b
JK
16252013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
1628 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
1629 ${binfile}.mini_debuginfo-debuglink and
1630 ${binfile}.mini_debuginfo-debuglink.xz.
1631
17f2157d
TT
16322013-02-01 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
1635 attributes.
1636
d65f0a9c
TT
16372013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1638 Tom Tromey <tromey@redhat.com>
1639
1640 * gdb.dwarf2/method-ptr.exp: Link with c++.
1641 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
1642
f25c0135
TT
16432013-01-31 Tom Tromey <tromey@redhat.com>
1644
1645 * gdb.base/jit.exp (compile_jit_test): New proc.
1646 Add PIE tests.
1647
7078baeb
TT
16482013-01-31 Tom Tromey <tromey@redhat.com>
1649
1650 * gdb.dwarf2/method-ptr.cc: New file.
1651 * gdb.dwarf2/method-ptr.exp: New file.
1652
1d24041a
TT
16532013-01-31 Tom Tromey <tromey@redhat.com>
1654
1655 * lib/dwarf.exp (namespace Dwarf): New.
1656
8d9878a4
TT
16572013-01-29 Tom Tromey <tromey@redhat.com>
1658
1659 * gdb.dwarf2/fission-reread.exp: Add unload test.
1660
bed911e5
DE
16612013-01-28 Doug Evans <dje@google.com>
1662
1663 * gdb.dwarf2/fission-loclists.exp: New file.
1664 * gdb.dwarf2/fission-loclists.S: New file.
1665
e229648e
JK
16662013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1667
1668 Code cleanup.
1669 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
1670 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
1671 and prepare_for_testing.
1672 * gdb.base/store.exp: Likewise.
1673
86700f00
TT
16742013-01-25 Tom Tromey <tromey@redhat.com>
1675
1676 * gdb.python/py-explore.exp: Expect the gdb prompt.
1677
8954db33
AB
16782013-01-25 Andrew Burgess <aburgess@broadcom.com>
1679
1680 * gdb.base/gnu_vector.c: New variable for use in tests.
1681 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
1682 changes in scalar to vector casting and widening.
1683 * gdb.python/py-type.c: New variables for use in tests.
1684 * gdb.python/py-type.exp: Update vector related tests to reflect
1685 changes in scalar to vector casting and widening.
1686
2077afdd
TD
16872013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
1688
1689 * gdb.base/prologue-include.c: New file.
1690 * gdb.base/prologue-include.exp: New file.
1691 * gdb.base/prologue-include.h: New file.
1692
d7499464
HAQ
16932013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
1694
1695 PR gdb/13443
1696 * gdb.mi/mi-var-block.exp: Make test messages unique.
1697
e2a3e0f1
TT
16982013-01-23 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
1701
152fcc9c
TT
17022013-01-23 Tom Tromey <tromey@redhat.com>
1703
1704 * gdb.cp/converts.cc (main): Initialize 'a'.
1705
bea883fd
SCR
17062013-01-23 Siva Chandra Reddy <sivachandra@google.com>
1707
1708 * testsuite/gdb.python/frame.exp: Add a test for
1709 gdb.Frame.architecture() method.
1710
0928e93d
PA
17112013-01-22 Pedro Alves <palves@redhat.com>
1712
1713 * gdb.base/annota1.exp (signal sent): No longer expect
1714 breakpoints-invalid.
1715 * gdb.cp/annota2.exp (continue until exit)
1716 (watch triggered on a.x): Ditto.
1717
9c97429f
PA
17182013-01-22 Pedro Alves <palves@redhat.com>
1719
1720 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
1721 Adjust tests to breakpoints-invalid changes.
1722 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
1723 variables.
1724 Adjust tests to breakpoints-invalid changes.
1725
187d10dd
PA
17262013-01-22 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.base/annota1.exp (annotate ignore count change): Add
1729 expected output for failure case.
1730
ea3aedcb
TT
17312013-01-22 Tom Tromey <tromey@redhat.com>
1732
1733 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
1734 call.
1735
998580f1
MK
17362013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
1737
1738 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 1739 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
1740 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
1741 Also handle 'thread' field.
1742 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
1743 * gdb.mi/mi-watch.exp: Ditto.
1744 * lib/mi-support.exp: Ditto.
1745
8f1d5693
MK
17462013-01-21 Siva Chandra Reddy <sivachandra@google.com>
1747
1748 * gdb.python/py-explore.exp: Improve a test
1749
2d8c5d7c
DB
17502013-01-18  David Blaikie  <dblaikie@gmail.com>
1751
1752 * gdb.base/label.c (main): Correct the type of the second
1753 parameter.
1754
46f35228
TT
17552013-01-18 Tom Tromey <tromey@redhat.com>
1756
1757 * gdb.dwarf2/trace-crash.s: New file.
1758 * gdb.dwarf2/trace-crash.exp: New file.
1759
5965d69d
HAQ
17602013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
1761
43aaf8b6
PA
1762 PR gdb/13443
1763 * gdb.base/checkpoint.exp: Update test messages to make them
1764 unique.
5965d69d 1765
5ae4861a
YQ
17662013-01-18 Yao Qi <yao@codesourcery.com>
1767
1768 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
1769 output of 'info tracepoints'.
1770 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1771 Likewise.
1772 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1773 * gdb.trace/disconnected-tracing.c (struct foo): New.
1774
d84fca2c
JK
17752013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1776
1777 * gdb.dwarf2/dw2-dos-drive.S: New file.
1778 * gdb.dwarf2/dw2-dos-drive.exp: New file.
1779
aebb1cc9
DE
17802013-01-17 Doug Evans <dje@google.com>
1781
2782d512
DE
1782 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
1783 CXX_FOR_TARGET.
1784
aebb1cc9
DE
1785 * boards/cc-with-tweaks.exp: New file.
1786
db2b2972
TT
17872013-01-17 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.base/completion.exp: Add "set cp-abi" completion test.
1790
96343774
PA
17912013-01-17 Pedro Alves <palves@redhat.com>
1792
1793 Merge dg-extract-results.sh from upstream (svn 195224).
1794
1795 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 1796 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
1797
1798 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 1799 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
1800
1801 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 1802 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
1803
1804 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1805 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1806 of grep -q.
1807
675921c0
SD
18082012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
1809
1810 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
1811 interface.
1812 * gdb.base/jithost.c: New file.
1813 * gdb.base/jithost.h: New file.
1814 * gdb.base/jitreader.c : New file.
1815 * gdb.base/jit-protocol.h: New file.
1816
ab04a2af
TT
18172013-01-16 Tom Tromey <tromey@redhat.com>
1818
1819 * gdb.base/catch-signal.c: New file.
1820 * gdb.base/catch-signal.exp: New file.
1821
8ac3646f
TT
18222013-01-16 Tom Tromey <tromey@redhat.com>
1823
1824 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
1825
22fc223e
JK
18262013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
1829
44478ab3
TT
18302013-01-14 Tom Tromey <tromey@redhat.com>
1831
1832 * gdb.base/completion.exp: Add "set gnutarget" test.
1833
06d66ee9
TT
18342013-01-14 Tom Tromey <tromey@redhat.com>
1835
1836 * gdb.dwarf2/dw2-restrict.S: New file.
1837 * gdb.dwarf2/dw2-restrict.c: New file.
1838 * gdb.dwarf2/dw2-restrict.exp: New file.
1839
c9bf0622
TT
18402013-01-14 Tom Tromey <tromey@redhat.com>
1841
1842 * gdb.dwarf2/dw2-error.exp: New file.
1843 * gdb.dwarf2/dw2-error.c: New file.
1844 * gdb.dwarf2/dw2-error.S: New file.
1845
5b12a61c
JK
18462013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1847
1848 * gdb.cp/parse-lang.cc: New file.
1849 * gdb.cp/parse-lang.exp: New file.
1850
f0a4b570
JK
18512013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1852
1853 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
1854 (set substitute-path): New test.
1855 (fullname present): Remove content.
1856 (substituted fullname): New test.
1857
f751cc97
JB
18582013-01-13 Joel Brobecker <brobecker@adacore.com>
1859
1860 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
1861 check. Move $gdb_py_is_py24 value check right after.
1862
04164e8e
JK
18632013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
1866 targets.
1867
5bf480a5
YQ
18682013-01-11 Yao Qi <yao@codesourcery.com>
1869
1870 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
1871 for dprintf.
1872 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1873 Check the fields in "=breakpoint-created" for dprintf.
1874
f35a17b5
JK
18752012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1876
1877 * gdb.mi/mi-fullname-deleted.exp: New file.
1878
85817405
JK
18792012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1880
1881 * gdb.base/skip-solib.exp (info skip with pending file): Update the
1882 expected output.
1883 (info skip with pending file): Remove.
1884 (ignoring function in solib, info skip for function multiply): Update
1885 the expected output.
1886 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
1887 (info skip (delete 1), info skip after disabling all)
1888 (info skip after enabling all, info skip after disabling 4 2-3)
1889 (info skip after enabling 2-3, info skip 2-3)
1890 (info skip after deleting 2 3): Update the expected output.
1891 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
1892 statement to its initialization and return.
1893 * gdb.linespec/skip-two.exp: New file.
1894
27210e12
DE
18952012-12-19 Doug Evans <dje@google.com>
1896
1897 * gdb.base/maint.exp: Handle testing with .gdb_index.
1898
bb627a12
JB
18992012-12-19 Joel Brobecker <brobecker@adacore.com>
1900
1901 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
1902 Cavium to FSF.
1903
7785b880
JB
19042012-12-19 Joel Brobecker <brobecker@adacore.com>
1905
1906 * dg-extract-results.sh: Update contact info in copyright notice.
1907 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
1908 GPL v3 or later. Update contact info.
1909 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
1910 gdb.threads/watchpoint-fork-mt.c,
1911 gdb.threads/watchpoint-fork-parent.c,
1912 gdb.threads/watchpoint-fork-st.c,
1913 gdb.threads/watchpoint-fork.h: Likewise.
1914
f2a8bc8a
YQ
19152012-12-15 Yao Qi <yao@codesourcery.com>
1916
1917 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
1918 'installed' field in '=breakpoint-modified'.
1919 (test_reconnect): Check 'installed' field in
1920 '=breakpoint-modified' and '=breakpoint-created'.
1921
1922 * gdb.trace/actions.exp: Update test for 'installed' field.
1923 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
1924 (tracepoint_change_loc_2): Likewise.
1925 Check 'info tracepoint' display nothing else.
1926 * gdb.trace/deltrace.exp: Likewise.
1927 * gdb.trace/infotrace.exp: Likewise.
1928 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
1929 Likewise.
1930 * gdb.trace/passcount.exp: Likewise.
1931 * gdb.trace/tracecmd.exp: Likewise.
1932 * gdb.trace/while-stepping.exp: Likewise.
1933
6592e36f
TT
19342012-12-14 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.cp/member-name.exp: New file.
1937 * gdb.cp/member-name.cc: New file.
1938
7d27a96d
TT
19392012-12-14 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
1942
f8c05d0d
DE
19432012-12-14 Doug Evans <dje@google.com>
1944
1945 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
1946 DW_OP_GNU_implicit_pointer is section-relative.
1947
451b7c33
TT
19482012-12-14 Tom Tromey <tromey@redhat.com>
1949
43aaf8b6 1950 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 1951
10e339df
PA
19522012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
1953
6fdff2c5 1954 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 1955
e780d813
DE
19562012-12-13 Doug Evans <dje@google.com>
1957
1958 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
1959 * gdb.multi/multi-arch.exp: Ditto.
1960
ca3dbcc8 19612012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 1962
ca3dbcc8
MG
1963 * gdb.mi/mi-catch-load-so.c: New. Clone of the
1964 catch load test library source file.
1965 * gdb.mi/mi-catch-load.c: New. Clone of the catch
1966 load test source file.
1967 * gdb.mi/mi-catch-load.exp: New. Test file for
1968 basic MI -catch-load and -catch-unload tests.
1969
2960a434
PK
19702012-12-11 Paul Koning <paul_koning@dell.com>
1971
1972 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
1973 exception.
1974 (_iterator_except): New function.
1975 (ArrayPrinter): Use _iterator function instead of local _iterator
1976 class for Python 3 compatibility.
1977 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 1978 _iterator.
2960a434
PK
1979 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
1980 execfile for Python 3 compatibility.
1981 * gdb.python/python.exp: Handle Python 2.4 exception traceback
1982 format in error_prompt test.
6fdff2c5 1983
9325cb04
PK
19842012-12-10 Paul Koning <paul_koning@dell.com>
1985
1986 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 1987 compatibility.
9325cb04
PK
1988 * gdb.python/py-block.exp: Ditto.
1989 * gdb.python/py-breakpoint.exp: Ditto.
1990 * gdb.python/py-cmd.exp: Ditto.
1991 * gdb.python/py-events.py: Ditto.
1992 * gdb.python/py-finish-breakpoint.py: Ditto.
1993 * gdb.python/py-finish-breakpoint2.exp: Ditto.
1994 * gdb.python/py-finish-breakpoint2.py: Ditto.
1995 * gdb.python/py-frame-inline.exp: Ditto.
1996 * gdb.python/py-frame.exp: Ditto.
1997 * gdb.python/py-infthread.exp: Ditto.
1998 * gdb.python/py-objfile.exp: Ditto.
1999 * gdb.python/py-parameter.exp: Ditto.
2000 * gdb.python/py-progspace.exp: Ditto.
2001 * gdb.python/py-prompt.exp: Ditto.
2002 * gdb.python/py-symbol.exp: Ditto.
2003 * gdb.python/py-symtab.exp: Ditto.
2004 * gdb.python/py-template.exp: Ditto.
2005 * gdb.python/py-value-cc.exp: Ditto.
2006 * gdb.python/python.exp: Ditto.
2007 * gdb.python/source2.py: Ditto.
2008 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 2009 compatibility.
9325cb04
PK
2010 Use sorted() function rather than sort() method.
2011 Accept either int or long values for enum values.
2012 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2013 execfile for Python 3 compatibility.
2014 * gdb.python/py-evsignal.exp: Ditto.
2015 * gdb.python/py-evthreads.exp: Ditto.
2016 * gdb.python/py-mi.exp: Ditto.
2017 * gdb.python/py-pp-maint.exp: Ditto.
2018 * gdb.python/py-prettyprint.exp: Ditto.
2019 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 2020 Python 3 compatibility.
9325cb04
PK
2021 Skip tests for Python 2.4.
2022 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 2023 Python 3 compatibility.
9325cb04
PK
2024 Use byte string rather than character string in memory write test
2025 if Python 3.
2026 * gdb.python/py-pp-maint.py: Change class declarations to "new
2027 class" syntax.
2028 * gdb.python/py-prettyprint.py: Change iterator class to generator
2029 function for Python 3 compatibility.
2030 Make all classes "new style".
2031 Fix indentation issue and stray semicolon.
2032 * gdb.python/py-shared.expChange print syntax for Python 3
2033 compatibility.
2034 Define "long" if Python 3.
2035 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 2036 compatibility.
9325cb04
PK
2037 Accept either int or long values for enum values.
2038 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 2039 compatibility.
9325cb04
PK
2040 Skip "long" and "unicode" tests if Python 3.
2041 Accept either "type" or "class" in type checks.
2042 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2043 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2044
8b9737bf
TT
20452012-12-10 Tom Tromey <tromey@redhat.com>
2046
2047 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2048 (test): Add "two_cu" argument.
2049 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2050 for types; allow two CUs.
2051
1b80a9fa
JK
20522012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2053
2054 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2055 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2056
f0b6d50a
YQ
20572012-12-08 Yao Qi <yao@codesourcery.com>
2058 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2061 '=breakpoint-created' when GDB merges the tracepoints of both
2062 sides.
2063
2f68a895
TT
20642012-12-07 Tom Tromey <tromey@redhat.com>
2065
2066 * gdb.base/break1.c (enum some_enum, union some_union): New.
2067 (some_enum_global, some_union_global, some_value): New globals.
2068 * gdb.base/completion.exp: Add tag completion tests.
2069
4fc5d43e
TT
20702012-12-07 Tom Tromey <tromey@redhat.com>
2071
2072 * gdb.base/completion.exp: Add tests for ptype and whatis
2073 completion.
2074
6559e013
JB
20752012-12-07 Joel Brobecker <brobecker@adacore.com>
2076
2077 * gdb.base/stale-infcall.exp: Fix copyright line.
2078
ae2b630d
JB
20792012-12-07 Joel Brobecker <brobecker@adacore.com>
2080
2081 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2082
0ba2eb0f
TT
20832012-12-06 Pedro Alves <palves@redhat.com>
2084 Tom Tromey <tromey@redhat.com>
2085
2086 * gdb.base/exprs.exp: Add tests for cast to void.
2087
731145cb
TT
20882012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2089
2090 * gdb.python/py-mi.exp: Correct expected results for attribute
2091 "dynamic" returned by -var-update.
2092 Add test case for correct handling of "diplayhint" for children
2093 of dynamic varobjs.
2094 * gdb.python/py-prettyprint.c (set_itme): New function.
2095 (bug_14741) New function.
2096 (main) Add call to bug_14741().
2097 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2098
e58fcc15
UW
20992012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2100
2101 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2102 ${binfile}.funcsyms list.
2103
e9eb0d14
YQ
21042012-12-04 Yao Qi <yao@codesourcery.com>
2105
2106 PR gdb/13443
2107 * gdb.trace/actions.exp: Make test messages unique.
2108
4983028c
TT
21092012-11-29 Tom Tromey <tromey@redhat.com>
2110
2111 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2112
ea5e6b0e
UW
21132012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2114
2115 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2116 * gdb.opencl/datatypes.exp: Likewise.
2117 * gdb.opencl/operators.exp: Likewise.
2118 * gdb.opencl/vec_comps.exp: Likewise.
2119
cdde3dfb
JG
21202012-11-29 Jerome Guitton <guitton@adacore.com>
2121
2122 * gdb.ada/iwide: New testcase.
2123
b50d69b5
JG
21242012-11-29 Jerome Guitton <guitton@adacore.com>
2125
2126 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2127 ptype test.
2128
c2d3fccf
JG
21292012-11-29 Jerome Guitton <guitton@adacore.com>
2130
2131 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2132 form {VARIANT_TYPE}ADDRESS.
2133
5edf51fe
YQ
21342012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2135
2136 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2137 (func): New function.
2138 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2139 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2140 pointers to members with pointer-to-function type.
2141
608e2dbb
TT
21422012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2143 Tom Tromey <tromey@redhat.com>
2144
2145 * gdb.base/gnu-debugdata.exp: New file.
2146 * gdb.base/gnu-debugdata.c: New file.
2147 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2148 (gdb_unload): Return 0 on success.
2149
4648e588
JK
21502012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2151
2152 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2153
17d6efc4
JB
21542012-11-26 Joel Brobecker <brobecker@adacore.com>
2155
2156 * gdb.base/empty_exe.exp: New testcase.
2157
ace21957
MF
21582012-11-20 Mike Frysinger <vapier@gentoo.org>
2159
2160 * gdb.base/completion.exp: Add test for help aliases completion.
2161
5c401a0a
YQ
21622012-11-20 Yao Qi <yao@codesourcery.com>
2163
2164 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2165 Don't test 'maint set show-debug-regs'.
2166 Use command 'set remotecache' instead of
2167 'set circular-trace-buffer'.
2168
8dea366b
KS
21692012-11-16 Keith Seitz <keiths@redhat.com>
2170
2171 PR c++/13615
2172 * gdb.cp/baseenum.cc: New file.
2173 * gdb.cp/baseenum.exp: New file.
2174 * gdb.cp/derivation.cc (A): Add copyright.
2175 Add a typedef.
2176 (B): Use A::value_type instead of int. Change all references.
2177 (D): Use value_type instead of int. Change all references.
2178 (E): Likewise.
2179 (F); Likewise.
2180 (Z): New class.
2181 (ZZ): New class.
6fdff2c5 2182 (N, Base, Derived): New namespace and classes.
8dea366b
KS
2183 (main): Add instances of Z and ZZ.
2184 Make sure all symbols from N are kept.
2185 * gdb.cp/derivation.exp: Update typedef changes in tests.
2186 Add tests for class typedefs both before and after starting
2187 the inferior.
2188 Add tests for searching for a typedef while stopped in a
2189 method.
2190
5e34c6c3
LM
21912012-11-14 Luis Machado <lgustavo@codesourcery.com>
2192
2193 * gdb.mi/mi-var-create-rtti.c: New file.
2194 * gdb.mi/mi-var-create-rtti.exp: New file.
2195
5e487a5f
LM
21962012-11-14 Luis Machado <lgustavo@codesourcery.com>
2197
2198 * gdb.base/structs3.exp: Run to main before doing any tests.
2199
6d67b990
AB
22002012-11-14 Andrew Burgess <aburgess@broadcom.com>
2201
2202 * gdb.python/py-type.exp: Uniquify test names.
2203
e5d98164
YQ
22042012-11-14 Yao Qi <yao@codesourcery.com>
2205
2206 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2207 (thread_function) [DEBUG]: Call 'printf'.
2208 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2209 command line if 'DEBUG=1' is passed to test.
2210 Remove a pattern to match inferior's output.
2211
62747a60
TT
22122012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2213
2214 * gdb.mi/mi-fill-memory.exp: New test.
2215
18a9fc12
TT
22162012-11-12 Tom Tromey <tromey@redhat.com>
2217
2218 * gdb.base/completion.exp: Update for "info type-printers".
2219 * gdb.python/py-typeprint.cc: New file.
2220 * gdb.python/py-typeprint.exp: New file.
2221 * gdb.python/py-typeprint.py: New file.
2222
bd69fc68
TT
22232012-11-12 Tom Tromey <tromey@redhat.com>
2224
2225 * gdb.base/call-sc.exp: Use "ptype/r".
2226 * gdb.base/volatile.exp: Don't expect "int".
2227 * gdb.cp/ptype-flags.cc: New file.
2228 * gdb.cp/ptype-flags.exp: New file.
2229 * gdb.cp/templates.exp: Use ptype/r.
2230 (test_ptype_of_templates, test_template_typedef): Likewise.
2231 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2232 argument. Handle template names and template parameters.
2233 * gdb.mi/mi-var-cmd.exp: Accept "long".
2234 * gdb.mi/mi-var-child.exp: Accept "long".
2235 * gdb.mi/mi-var-display.exp: Accept "long".
2236 * gdb.mi/mi2-var-child.exp: Accept "long".
2237
b3720c3a
TT
22382012-11-12 Tom Tromey <tromey@redhat.com>
2239
2240 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2241 "ptype" from calls to cp_test_ptype_class.
2242 (test_enums): Likewise.
2243 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2244 cp_test_ptype_class.
2245 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2246 calls to cp_test_ptype_class.
2247 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2248 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2249 from calls to cp_test_ptype_class.
2250 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2251 command here. Change "in_command" argument to "in_exp".
2252
0d63ecda
KS
22532012-11-10 Keith Seitz <keiths@redhat.com>
2254
2255 PR gdb/14288
2256 * gdb.base/printcmds.c: Add invalid_XXX globals
2257 for repeated byte tests.
2258 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2259 * gdb.base/wchar.c (main): Add and construct a wchar_t
2260 array with repeated characters.
2261 * gdb.base/wchar.exp: Add repeated character tests.
2262
ed8a1c2d
AB
22632012-11-09 Andrew Burgess <aburgess@broadcom.com>
2264
2265 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2266 disassembly output.
2267
9107fc8d
PA
22682012-11-09 Pedro Alves <palves@redhat.com>
2269
2270 PR gdb/14306
2271
2272 * gdb.multi/multi-arch-exec.c: New file.
2273 * gdb.multi/multi-arch-exec.exp: New file.
2274
558a9d82
YQ
22752012-11-09 Yao Qi <yao@codesourcery.com>
2276
2277 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2278 (top level): Call it.
2279
e714f336
YQ
22802012-11-09 Yao Qi <yao@codesourcery.com>
2281
2282 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2283 typo.
2284
6ecd4729
PA
22852012-11-09 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.multi/multi-arch.exp: New.
2288
9015683b
TT
22892012-11-08 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2292 core files, if possible.
2293 * gdb.base/siginfo-thread.c: New file
2294 * gdb.base/siginfo-thread.exp: New file
2295
ea9f10bb
TT
22962012-11-08 Tom Tromey <tromey@redhat.com>
2297
2298 * gdb.base/comprdebug.exp: New file.
2299
f6592439
PA
23002012-11-06 Pedro Alves <palves@redhat.com>
2301
2302 PR gdb/14810
2303
2304 * gdb.base/disabled-location.c: New file.
2305 * gdb.base/disabled-location.exp: New file.
2306
2d338fa9
TT
23072012-11-06 Tom Tromey <tromey@redhat.com>
2308
2309 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2310 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2311 gdb_gcore_cmd.
2312 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2313 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2314 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2315 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2316 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2317 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2318 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2319 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2320 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2321
68c9da30
PA
23222012-11-05 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2325 procedure.
2326 (do_vfork_and_follow_child_tests_exec)
2327 (do_vfork_and_follow_child_tests_exit): Call it.
2328
a7c8c931
PA
23292012-11-05 Pedro Alves <palves@redhat.com>
2330
2331 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2332 fails.
2333
6f6484cd
YQ
23342012-11-03 Yao Qi <yao@codesourcery.com>
2335
2336 Fix PR gdb/14617.
2337 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2338 Remove setup_kfail, and update test.
2339
b45627a0
TT
23402012-11-02 Tom Tromey <tromey@redhat.com>
2341
2342 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2343 test.
2344
f50f4e56
PA
23452012-11-02 Pedro Alves <palves@redhat.com>
2346
2347 PR gdb/14766
2348
2349 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2350 setup_kfail.
2351 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2352 get registers".
2353
71ce889d
PA
23542012-11-02 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.base/foll-vfork-exit.c: New file.
2357 * gdb.base/foll-vfork.exp (top level): New file-describing
2358 comment.
2359 (vfork_child_follow_to_exit): New procedure.
2360 (tcatch_vfork_then_child_follow): Rename as ...
2361 (tcatch_vfork_then_child_follow_exec): ... this.
2362 (tcatch_vfork_then_child_follow_exit): New procedure.
2363 (do_vfork_and_follow_parent_tests): New procedure, factored out
2364 from do_vfork_and_exec_tests.
2365 (do_vfork_and_follow_child_tests_exec): Ditto.
2366 (do_vfork_and_exec_tests): Delete.
2367 (do_vfork_and_follow_child_tests_exit): New procedure.
2368 (top level): Run tests with both the program that has the vfork
2369 child execing, and the program has the vfork child exiting.
2370
1e35b1a9
PA
23712012-11-02 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
2374 (check_vfork_catchpoints, vfork_parent_follow_through_step)
2375 (vfork_parent_follow_to_bp): Call it.
2376 (kill_child): Delete.
2377 (vfork_and_exec_child_follow_to_main_bp)
2378 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
2379 longer call kill_child.
2380 (tcatch_vfork_then_parent_follow): Call setup_gdb.
2381 (do_vfork_and_exec_tests): Don't runto_main before calling each
2382 test procedure.
2383 (top level): Don't clean restart and set verbose before running
2384 each test procedure.
2385
23862012-11-02 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
2389 (vfork_parent_follow_to_bp)
2390 (vfork_and_exec_child_follow_to_main_bp)
2391 (vfork_and_exec_child_follow_through_step)
2392 (tcatch_vfork_then_parent_follow)
2393 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2394 Use with_test_prefix.
2395
23962012-11-02 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/foll-vfork.c: Add copyright header.
2399 * gdb.base/vforked-prog.c: Add copyright header.
2400
24012012-11-02 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/foll-vfork.exp
2404 (vfork_and_exec_child_follow_through_step): Don't skip on
2405 non-HP/UX targets. Expect the next to only step one line on
2406 non-HP/UX targets, rather than stopping only after the exec.
2407
24082012-11-02 Pedro Alves <palves@redhat.com>
2409
2410 Don't hard code line numbers.
2411
2412 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
2413 Expect text from the sources instead of a line number.
2414 (vfork_parent_follow_to_bp)
2415 (vfork_and_exec_child_follow_to_main_bp)
2416 (vfork_and_exec_child_follow_through_step)
2417 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
2418 Use gdb_get_line_number.
2419
24202012-11-02 Pedro Alves <palves@redhat.com>
2421
2422 Modernize.
2423
2424 * gdb.base/foll-vfork.exp: Use standard_testfile and
2425 build_executable. Pass descriptive string to untested.
2426 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
2427 (vfork_and_exec_child_follow_to_main_bp)
2428 (vfork_and_exec_child_follow_through_step)
2429 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
2430 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
2431 of send_gdb/gdb_expect.
2432
2433 (kill_child): New procedure.
2434 (vfork_and_exec_child_follow_to_main_bp)
2435 (vfork_and_exec_child_follow_through_step): Use it.
2436
f0559fff
YQ
24372012-11-02 Yao Qi <yao@codesourcery.com>
2438
2439 * gdb.base/setvar.exp: Test setting nested struct.
2440 * gdb.base/setvar.c (v_struct3): New.
2441
c207c6da
DE
24422012-11-01 Doug Evans <dje@google.com>
2443
2444 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
2445 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
2446 use them.
2447
2f27adfe
AB
24482012-10-31 Andrew Burgess <aburgess@broadcom.com>
2449
2450 PR cli/14772
2451 * gdb.base/gnu_vector.c (union_with_vector_1)
2452 (struct_with_vector_1): Add new struct and union for testing
2453 ptype.
2454 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
2455 structs / unions containing vectors.
2456
bb662ca6
YQ
24572012-10-25 Yao Qi <yao@codesourcery.com>
2458
2459 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
2460 'setup_kfail' instead of 'setup_kfail_for_target'.
2461 * gdb.base/varargs.exp: Likewise.
2462 * lib/gdb.exp (setup_kfail_for_target): Remove.
2463
635d23ff
MK
24642012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
2465
2466 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
2467
afdb064f
MK
24682012-10-25 Mark Kettenis <kettenis@gnu.org>
2469
2470 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
2471
d99dcf51
JB
24722012-10-24 Joel Brobecker <brobecker@adacore.com>
2473
2474 * gdb.ada/set_wstr: New testcase.
2475
32560274
JB
24762012-10-24 Joel Brobecker <brobecker@adacore.com>
2477
2478 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
2479
5ded5331
JB
24802012-10-24 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
2483
d8d84291
MK
24842012-10-24 Mark Kettenis <kettenis@gnu.org>
2485
2486 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2487
6e933c51
JK
24882012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2489
2490 * gdb.base/callfuncs.exp (do_function_calls): Fix
2491 setup_kfail_for_target for -m32 mode.
2492
274bd000
MK
24932012-10-23 Mark Kettenis <kettenis@gnu.org>
2494
2495 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
2496 are now fixed.
2497
545f743d
YQ
24982012-10-23 Yao Qi <yao@codesourcery.com>
2499
2500 * gdb.base/info-os.exp: Resume the inferior until it exits.
2501
48b56b6a 25022012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
2503
99c7d5a8 2504 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
2505 * gdb.base/print-file-var.exp: Likewise.
2506 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 2507
8de0566d
YQ
25082012-10-17 Yao Qi <yao@codesourcery.com>
2509
2510 * gdb.mi/mi-memory-changed.exp: New.
2511
44883546
YQ
25122012-10-16 Yao Qi <yao@codesourcery.com>
2513
2514 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
2515 returns true.
2516 Call gdb_load_shlibs.
2517 * gdb.reverse/solib-reverse.exp: Likewise.
2518
345f514a
KS
25192012-10-15 Keith Seitz <keiths@redhat.com>
2520
2521 * lib/cp-support.exp (cp_test_ptype_class): Add support
2522 for class typedefs.
2523
2524 * gdb.cp/derivation.exp: Add tests for g_instance.
2525
9e3a7d65
JK
25262012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2527
2528 Fix entry values resolving in inlined frames.
2529 * gdb.arch/amd64-entry-value-inline.S: New file.
2530 * gdb.arch/amd64-entry-value-inline.c: New file.
2531 * gdb.arch/amd64-entry-value-inline.exp: New file.
2532
21a7b089
JK
25332012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2534 Doug Evans <dje@google.com>
2535
2536 Fix recent gdb_breakpoint regression.
2537 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
2538 braces from the parameter.
2539 * gdb.java/jprint.exp: Likewise.
2540
2c47921e
DE
25412012-10-15 Doug Evans <dje@google.com>
2542
2543 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
2544
89398707
JB
25452012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
2546
2547 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
2548
801e4185
TT
25492012-10-15 Tom Tromey <tromey@redhat.com>
2550
2551 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
2552
74f910c8
TT
25532012-10-15 Tom Tromey <tromey@redhat.com>
2554
2555 * gdb.python/py-symbol.exp: Test symbol destructor.
2556
91567807
YQ
25572012-10-14 Yao Qi <yao@codesourcery.com>
2558
2559 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
2560 * gdb.mi/mi-cli.exp: New.
2561
2562 * gdb.mi/mi2-basics.exp: Remove.
2563 * gdb.mi/mi2-break.exp: Remove.
2564 * gdb.mi/mi2-console.exp: Remove.
2565 * gdb.mi/mi2-disassemble.exp: Remove.
2566 * gdb.mi/mi2-eval.exp: Remove.
2567 * gdb.mi/mi2-file.exp: Remove.
2568 * gdb.mi/mi2-hack-cli.exp: Remove.
2569 * gdb.mi/mi2-pthreads.exp: Remove.
2570 * gdb.mi/mi2-read-memory.exp: Remove.
2571 * gdb.mi/mi2-regs.exp: Remove.
2572 * gdb.mi/mi2-return.exp: Remove.
2573 * gdb.mi/mi2-simplerun.exp: Remove.
2574 * gdb.mi/mi2-stack.exp: Remove.
2575 * gdb.mi/mi2-stepi.exp: Remove.
2576 * gdb.mi/mi2-syn-frame.exp: Remove.
2577 * gdb.mi/mi2-until.exp: Remove.
2578 * gdb.mi/mi2-watch.exp: Remove.
2579 * gdb.mi/mi2-var-block.exp: Remove.
2580 * gdb.mi/mi2-var-cmd.exp: Remove.
2581 * gdb.mi/mi2-var-display.exp: Remove.
2582
87332029
YQ
25832012-10-12 Yao Qi <yao@codesourcery.com>
2584
2585 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
2586 trail '.*' on matching patterns.
2587
11fc9057
L
25882012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2589
2590 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
2591 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
2592 * gdb.arch/i386-disp-step.exp: Likewise.
2593 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2594 * gdb.arch/i386-prologue.exp: Likewise.
2595 * gdb.arch/i386-size-overlap.exp: Likewise.
2596 * gdb.arch/i386-size.exp: Likewise.
2597 * gdb.arch/i386-unwind.exp: Likewise.
2598
7d46bcdc
L
25992012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2600
2601 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
2602 * gdb.arch/i386-word.exp: Likewise.
2603
31224d9d
L
26042012-10-11 H.J. Lu <hongjiu.lu@intel.com>
2605
2606 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
2607 is_ilp32_target to set nr_regs.
2608 * gdb.arch/i386-sse.exp: Likewise.
2609
5b7d0050
DE
26102012-10-11 Doug Evans <dje@google.com>
2611
7c09e5a0
DE
2612 PR breakpoints/14643.
2613 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
2614 * gdb.linespec/thread.c: New file.
2615 * gdb.linespec/thread.exp: New file.
2616
5b7d0050
DE
2617 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
2618 Recognize "message" -> print pass and fail. Add eof case.
2619 (runto): Recognize message, no-message. Print pass/fail if requested,
2620 with same treatment as gdb_breakpoint.
2621 (runto_main): Pass no-message to runto.
2622 (gdb_internal_error_resync): Add log message.
2623 (gdb_file_cmd): Tweak internal error fail text for consistency.
2624
2e24f4aa
JK
26252012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2626
2627 Fix crash during stepping on ppc32.
2628 * gdb.base/step-symless.c: New file.
2629 * gdb.base/step-symless.exp: New file.
2630
aa14df25
DE
26312012-10-03 Doug Evans <dje@google.com>
2632
2633 PR symtab/14601
2634 * gdb.cp/using-crash.exp: New file.
2635 * gdb.cp/using-crash.cc: New file.
2636
975531db
DE
26372012-10-02 Doug Evans <dje@google.com>
2638
2639 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
2640 more consistent.
2641 (runto,gdb_debug_format): Ditto.
2642 (gdb_file_cmd): Watch for eof in nested gdb_expect.
2643 Clean up logging and error messages.
2644
b3dc46ff
AB
26452012-10-01 Andrew Burgess <aburgess@broadcom.com>
2646
2647 Test find command on unmapped memory.
2648 * gdb.base/find-unmapped.c: New file.
2649 * gdb.base/find-unmapped.exp: New file.
2650
45814d45
YQ
26512012-09-29 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.trace/mi-tracepoint-changed.exp: New.
2654 * gdb.mi/mi-breakpoint-changed.exp: New.
2655 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
2656 * gdb.mi/pendshr2.c: New.
2657
4c2786ba
YQ
26582012-09-28 Yao Qi <yao@codesourcery.com>
2659
2660 * gdb.mi/pr11022.exp: New.
2661 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
2662
7977e5d2
TT
26632012-09-27 Tom Tromey <tromey@redhat.com>
2664
2665 * gdb.cp/derivation.exp: Add regression test.
2666 * gdb.cp/derivation.cc (class V_base, class V_inter, class
2667 V_derived): New.
2668 (vderived): New global.
2669
0971de02
TT
26702012-09-26 Tom Tromey <tromey@redhat.com>
2671
2672 * gdb.dwarf2/dw2-common-block.S: New file.
2673 * gdb.dwarf2/dw2-common-block.exp: New file.
2674
4357ac6c
TT
26752012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2676
2677 * gdb.fortran/common-block.exp: New file.
2678 * gdb.fortran/common-block.f90: New file.
2679
6f380991
AB
26802012-09-26 Andrew Burgess <aburgess@broadcom.com>
2681
2682 * gdb.base/duplicate-bp.c: New file.
2683 * gdb.base/duplicate-bp.exp: New file.
2684
8ae551cf
YQ
26852012-09-26 Yao Qi <yao@codesourcery.com>
2686
2687 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
2688
2689 Revert:
2690 2012-09-21 Yao Qi <yao@codesourcery.com>
2691
2692 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2693
318102b9
SP
26942012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2695
2696 * gdb.base/longest-types.c: New test case.
2697 * gdb.base/longest-types.exp: New test case.
2698
a1e5fd69
YQ
26992012-09-25 Yao Qi <yao@codesourcery.com>
2700
2701 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
2702
04e7407c
JK
27032012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2704
2705 Fix internal error on canonicalization of clang types.
2706 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
2707 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
2708 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
2709
9bf4bce9
JK
27102012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 Fix disassemble without parameters in tailcall frame.
2713 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
2714
2603f7ee
AB
27152012-09-21 Andrew Burgess <aburgess@broadcom.com>
2716
2717 * gdb.dwarf2/dw2-op-out-param.S: New file.
2718 * gdb.dwarf2/dw2-op-out-param.exp: New file.
2719
a3569abd
YQ
27202012-09-21 Yao Qi <yao@codesourcery.com>
2721
2722 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
2723
a065d7af
YQ
27242012-09-21 Yao Qi <yao@codesourcery.com>
2725
2726 * gdb.mi/mi-cli.exp: Remove.
2727 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
2728
15544bd9
YQ
27292012-09-21 Yao Qi <yao@codesourcery.com>
2730
2731 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
2732 "=record-started" notification.
2733
82a90ccf
YQ
27342012-09-21 Yao Qi <yao@codesourcery.com>
2735
2736 * gdb.mi/mi-record-changed.exp: New.
2737 * gdb.mi/mi-reverse.exp: Adjust expected output.
2738
d7de8e3c
TT
27392012-09-20 Tom Tromey <tromey@redhat.com>
2740
2741 * gdb.python/python.exp: Test atexit.register.
2742
1aa99537
DE
27432012-09-20 Doug Evans <dje@google.com>
2744
05eade73
DE
2745 * boards/dwarf4-gdb-index.exp: New file.
2746
1aa99537
DE
2747 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
2748 while running the tests.
2749
4ae24af0
JB
27502012-09-18 Joel Brobecker <brobecker@adacore.com>
2751
2752 * gdb.ada/bp_reset: New testcase.
2753
bb25a15c
YQ
27542012-09-18 Yao Qi <yao@codesourcery.com>
2755
2756 * gdb.trace/mi-tsv-changed.exp: New.
2757
201b4506
YQ
27582012-09-18 Yao Qi <yao@codesourcery.com>
2759
2760 * gdb.trace/mi-traceframe-changed.exp: New.
2761
6fc1c773
YQ
27622012-09-17 Yao Qi <yao@codesourcery.com>
2763
2764 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
2765 when it is less than 0.
2766
1ab3b62c
JK
27672012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2768
2769 PR 14119
2770 * gdb.arch/amd64-tailcall-ret.S: New file.
2771 * gdb.arch/amd64-tailcall-ret.c: New file.
2772 * gdb.arch/amd64-tailcall-ret.exp: New file.
2773 * gdb.reverse/amd64-tailcall-reverse.S: New file.
2774 * gdb.reverse/amd64-tailcall-reverse.c: New file.
2775 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
2776
acf9414f
JK
27772012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2778
2779 PR 14548
2780 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
2781 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
2782 * gdb.reverse/singlejmp-reverse.S: New file.
2783 * gdb.reverse/singlejmp-reverse.c: New file.
2784 * gdb.reverse/singlejmp-reverse.exp: New file.
2785
666b578b
JK
27862012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 Fix compatibility with old GCC (~4.1).
2789 * gdb.cp/converts.cc (my_enum_var): New variable.
2790
42056501
AB
27912012-09-14 Andrew Burgess <aburgess@broadcom.com>
2792
2793 * gdb.xml/tdesc-regs.exp: Update expected output for new
2794 vector_size syntax of vector types.
2795
b9516fa1
YPK
27962012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2797
2798 Refactor Python "gdb" module into a proper Python package, by
2799 introducing a new "_gdb" module for code implemented in C, and
2800 using reload/__import__ instead of exec.
2801 * gdb.python/python.exp (Test stderr location): Update module
2802 location of GDB-specific sys.stderr.
2803 (Test stdout location): Ditto for sys.stdout.
2804
18dc9ad8
JK
28052012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
2808
ea3a9873
KS
28092012-09-12 Keith Seitz <keiths@redhat.com>
2810
2811 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
2812 conversion statement.
2813
5941debb
DE
28142012-09-12 Doug Evans <dje@google.com>
2815
2816 * gdb.base/help.exp: Remove testing of individual command help text,
2817 too much of a maintenance burden. Instead, test the functionality
2818 of "help" itself.
2819
cfc35e02
DE
28202012-09-11 Doug Evans <dje@google.com>
2821
3a0ed5d7
DE
2822 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
2823 breakpoint.
2824
cfc35e02
DE
2825 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
2826 * gdb.dwarf2/fission-reread.S: Ditto.
2827 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
2828 * gdb.dwarf2/fission-reread.exp: Ditto.
2829
350b1b26
AB
28302012-09-11 Andrew Burgess <aburgess@broadcom.com>
2831
2832 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
2833
2fa15f23
JB
28342012-09-10 Joel Brobecker <brobecker@adacore.com>
2835
2836 * gdb.ada/optim_drec: New testcase.
2837
09be558e
DE
28382012-09-10 Doug Evans <dje@google.com>
2839
2840 * boards/fission.exp: Explicitly mark "board" as not remote.
2841
5b4f6e25
KS
28422012-09-10 Keith Seitz <keiths@redhat.com>
2843
2844 PR gdb/13483
2845 * gdb.cp/converts.cc (A::A): Add ctor.
2846 (A::member_): Add member.
2847 (enum my_enum): New enumeration.
2848 (main): Add calls to foo1_7 with various
2849 permitted arguments.
2850 * gdb.cp/converts.exp: Add tests for boolean
2851 conversions permitted by the standard.
2852
b4ca5ed9
YPK
28532012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
2854
2855 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
2856 avoid spurious results due to ~/.gdbinit.
2857 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
2858 $INTERNAL_GDBFLAGS in run command.
2859 * gdb.gdb/observer.exp (setup_test): Ditto.
2860 * gdb.gdb/selftest.exp (test_with_self): Ditto.
2861 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
2862
d54b30bb
DE
28632012-09-06 Doug Evans <dje@google.com>
2864
14910956
DE
2865 * boards/fission.exp: New file.
2866
d54b30bb
DE
2867 * gdb.python/py-value.exp: Use clean_restart.
2868
91b253e1
DE
28692012-09-05 Doug Evans <dje@google.com>
2870
2871 * gdb.base/info-macros.c: Fix whitespace.
2872
1292279a
PA
28732012-08-28 Pedro Alves <palves@redhat.com>
2874
2875 PR gdb/14428
2876
2877 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
2878
1c8cdcb1
JK
28792012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 * gdb.base/break-caller-line.c: New file.
2882 * gdb.base/break-caller-line.exp: New file.
2883
1e8e8b51
JK
28842012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2885
2886 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
2887 * gdb.arch/i386-cfi-notcurrent.S: New file.
2888 * gdb.arch/i386-cfi-notcurrent.exp: New file.
2889
1591a1e8
PA
28902012-08-27 Wei-cheng Wang <cole945@gmail.com>
2891 Yao Qi <yao@codesourcery.com>
2892 Pedro Alves <palves@redhat.com>
2893
2894 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
2895 New procedures.
2896 (top level): Add overlap checking tests.
2897
4442ada7
TT
28982012-08-24 Tom Tromey <tromey@redhat.com>
2899
2900 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
2901 gdb_test_multiple fails for other reasons.
2902
e7d50cc9
YQ
29032012-08-24 Yao Qi <yao@codesourcery.com>
2904
2905 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
2906
dfbd5e7b
PA
29072012-08-23 Pedro Alves <palves@redhat.com>
2908
2909 * gdb.base/help.exp: Adjust to "handle" help text change.
2910
8d735b87
YQ
29112012-08-23 Yao Qi <yao@codesourcery.com>
2912
2913 * gdb.trace/disconnected-tracing.c (start, end): New.
2914 (main): Call start and end.
2915 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
2916 existing tests into this proc.
2917 (disconnected_tfind): New.
2918
61b1d759
YQ
29192012-08-23 Yao Qi <yao@codesourcery.com>
2920
2921 * boards/native-gdbserver.exp (${board}_upload): New.
2922 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
2923 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
2924 Execute tfile on remote target.
2925 Copy trace file from target to host.
2926
6ca1b147
JM
29272012-08-22 Joseph Myers <joseph@codesourcery.com>
2928
2929 * gdb.arch/thumb-bx-pc.S: New file.
2930 * gdb.arch/thumb-bx-pc.exp: New file.
2931
706e3705
TT
29322012-08-22 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.base/maint.exp: Update.
2935
b4893d48
TT
29362012-08-22 Tom Tromey <tromey@redhat.com>
2937
2938 * lib/gdb.exp (skip_unwinder_tests): New proc.
2939 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
2940 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
2941
45b7da81
TT
29422012-08-21 Tom Tromey <tromey@redhat.com>
2943
2944 * gdb.hp/gdb.aCC/exception.exp: Remove.
2945
f94363d7
AP
2946012-08-19 Andrew Pinski <apinski@cavium.com>
2947
2948 * gdb.arch/mips-octeon-bbit.c: New file.
2949 * gdb.arch/mips-octeon-bbit.exp: New Test.
2950
e5afdbd7
KS
2951012-08-19 Keith Seitz <keiths@redhat.com>
2952
2953 PR c++/14365
2954 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
2955 * gdb.dwarf2/dw2-anon-mptr.S: New file.
2956
c29e8b64
JK
29572012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2958
2959 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
2960 verbose -log by more specific untested call.
2961
15a7e7bc
YQ
29622012-08-18 Yao Qi <yao@codesourcery.com>
2963
2964 * gdb.trace/tfind.exp: Move tests on various command help before
2965 checking target supports trace.
2966 Fix the expected output of 'help tfind end'.
2967
a451cb65
KS
29682012-08-17 Keith Seitz <keiths@redhat.com>
2969
2970 PR c++/13356
2971 * gdb.base/default.exp: Update all "check type" tests.
2972 * gdb.base/help.exp: Likewise.
2973 * gdb.base/setshow.exp: Likewise.
2974 * gdb.cp/converts.cc (foo1_type_check): New function.
2975 (foo2_type_check): New function.
2976 (foo3_type_check): New function.
2977 (main): Call new functions.
2978 * converts.exp: Add tests for integer-to-pointer conversions
2979 with/without strict type-checking.
2980
dbf6a605
MF
29812012-08-16 Mike Frysinger <vapier@gentoo.org>
2982
2983 * gdb.base/help.exp: Update expected output.
2984
0c92d8c1
JB
29852012-08-16 Joel Brobecker <brobecker@adacore.com>
2986
2987 * gdb.ada/rdv_wait: New testcase.
2988
e56f7f42
JK
29892012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * gdb.base/attach-twice.exp: Remove excessive ps exec.
2992
f47f77df
DE
29932012-08-13 Doug Evans <dje@google.com>
2994
e202d6e8 2995 * gdb.base/help.exp: Update expected output.
f47f77df
DE
2996 * gdb.base/default.exp: Update expected output of "show convenience".
2997
a72c3253
DE
29982012-08-10 Doug Evans <dje@google.com>
2999
3000 * gdb.python/py-strfns.c: New file.
3001 * gdb.python/py-strfns.exp: New file.
3002 * gdb.python/py-type.exp (test_fields): Add vector tests.
3003
de0bea00
MF
30042012-08-10 Mike Frysinger <vapier@gentoo.org>
3005
3006 PR cli/10436:
3007 * gdb.base/completion.exp: Add tests for handle completion.
3008
5b9afe8a
YQ
30092012-08-09 Yao Qi <yao@codesourcery.com>
3010
3011 * gdb.mi/mi-cmd-param-changed.exp: New.
3012 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3013 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3014 * gdb.mi/mi2-prompt.exp: Likewise.
3015
4f485ebc
DE
30162012-08-08 Doug Evans <dje@google.com>
3017
3018 * gdb.base/debug-expr.c: New file.
3019 * gdb.base/debug-expr.exp: New file.
3020 * gdb.base/exprs.exp: Test {type} casts.
3021 * gdb.cp/debug-expr.exp: New file.
3022
5888842d
JK
30232012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3026 global variable loop, not a 'break'. Add loop count limit to 100.
3027 Add new fail case for terminated vgdb.
3028
4f69f4c2
JK
30292012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3030 Jean-Marc Saffroy <saffroy@gmail.com>
3031
3032 PR 11804
3033 * gdb.base/gcore-relro.exp: New file.
3034 * gdb.base/gcore-relro-main.c: New file.
3035 * gdb.base/gcore-relro-lib.c: New file.
3036
e2de5390
JK
30372012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 Do not false FAIL with old GCCs.
3040 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3041 GCC < 4.5 in $no_hw mode.
3042
606603c5
JK
30432012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3046
777f26c2
JK
30472012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3048
3049 * gdb.base/list.exp (test_only_end): New function.
3050 Call it.
3051
2c12abee
TT
30522012-08-06 Tom Tromey <tromey@redhat.com>
3053
3054 * gdb.python/py-mi.exp: Add test for printer whose children
3055 are a list.
3056 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3057 (main): New variable children_as_list.
3058 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3059 New.
3060 (register_pretty_printers): Register new printer.
3061
0eae2cf4
EBM
30622012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3063
3064 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3065 symbols. Abort if vgdb remote connection is closed.
3066
09e0881d
DE
30672012-08-02 Doug Evans <dje@google.com>
3068
3069 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3070
b40f514f
SDJ
30712012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3072
3073 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3074 s390x, PowerPC 64 and m68k-linux.
3075
11315ae0
UW
30762012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3077
3078 * gdb.base/annota1.exp: Accept no frames-invalid notification
3079 when starting up the program.
3080 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3081 show a symbolic value as well.
3082 * gdb.server/server-exec-info.exp: Skip test when skipping
3083 gdbserver test and/or when skipping shared library tests.
3084 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3085 avoid name conflicts with other tests.
3086
0547eeed
UW
30872012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3088
3089 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3090 Fix wrong output on big-endian systems.
3091 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3092 4-byte pointer types on 64-bit s390x.
3093
bdddb4de
UW
30942012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3095
3096 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3097 marker comment at the beginning (after intialization).
3098 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3099 breakpoint on marker comment instead of function begin.
3100 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3101 PowerPC.
3102 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3103 or 64-bit PowerPC.
3104 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3105 gdb,no_hardware_watchpoints flag is set.
3106 (initialize): Remove now redundant can-use-hw-watchpoints change.
3107
5d206025
YQ
31082012-08-02 Yao Qi <yao@codesourcery.com>
3109 Pedro Alves <palves@redhat.com>
3110
3111 * boards/local-remote-host.exp: New.
3112
4f665099
UW
31132012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3114
3115 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3116 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3117 * gdb.base/print-file-var.exp: Likewise.
3118 * gdb.server/solib-list.exp: Skip on remote targets.
3119
b62e2b27
UW
31202012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3121
3122 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3123 watchpoints on ARM. When expecting software watchpoints, tolerate
3124 (remote) targets that report unsupported hardware watchpoint only
3125 at continue time.
3126 (test_wide_location_2): Likewise.
3127
a967a851
JK
31282012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3131 valgrind versions.
3132
75d9f9ff 31332012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
3134
3135 * gdb.base/valgrind-infcall.c: New file.
3136 * gdb.base/valgrind-infcall.exp: New file.
3137
75d9f9ff
JK
3138 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3139
1c9f2ed2
KS
31402012-07-30 Keith Seitz <keiths@redhat.com>
3141
3142 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3143 linespecs.
3144
7f9b2034
DE
31452012-07-30 Doug Evans <dje@google.com>
3146
85220e01
DE
3147 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3148 * gdb.dwarf2/pr13961.S: Ditto.
3149
7f9b2034
DE
3150 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3151
4e969b4f
AB
31522012-07-30 Andrew Burgess <aburgess@broadcom.com>
3153
3154 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3155 change its format immediately after reloading the binary.
3156
e7de8362
JK
31572012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 Fix testsuite regression after --use-deprecated-index-sections removal.
3160 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3161 string.
3162 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3163
7255706c
YQ
31642012-07-27 Yao Qi <yao@codesourcery.com>
3165
3166 KFAIL for PR remote/14161.
3167 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3168 Cleanup socket files.
3169 (strace_info_marker): Detach inferior.
3170
f2e8016f
TT
31712012-07-26 Tom Tromey <tromey@redhat.com>
3172
6fdff2c5 3173 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 3174
f66713d2
JK
31752012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3176
3177 * gdb.python/py-inferior.c (thread): New function.
3178 (check_threads): New function.
3179 (test_threads): New function.
3180 * gdb.python/py-inferior.exp: Added test.
3181 Replaced runto with continue to breakpoint.
3182
8223e12c
TT
31832012-07-26 Tom Tromey <tromey@redhat.com>
3184
3185 * lib/ada.exp (standard_ada_testfile): New proc.
3186 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3187 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3188 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3189 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3190 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3191 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3192 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3193 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3194 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3195 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3196 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3197 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3198 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3199 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3200 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3201 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3202 * gdb.ada/complete.exp: Use standard_ada_testfile.
3203 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3204 standard_output_file.
3205 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3206 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3207 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3208 standard_output_file.
3209 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3210 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3211 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3212 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3213 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3214 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3215 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3216 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3217 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3218 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3219 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3220 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3221 * gdb.ada/interface.exp: Use standard_ada_testfile.
3222 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3223 standard_output_file
3224 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3225 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3226 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3227 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3228 * gdb.ada/nested.exp: Use standard_ada_testfile.
3229 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3230 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3231 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3232 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3233 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3234 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3235 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3236 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3237 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3238 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3239 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3240 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3241 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3242 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3243 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3244 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3245 * gdb.ada/start.exp: Use standard_ada_testfile.
3246 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3247 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3248 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3249 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3250 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3251 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3252 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3253 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3254 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3255 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3256 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3257 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3258 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3259 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3260
bbec57e4
JK
32612012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3262
3263 Fix testsuite regression after --use-deprecated-index-sections removal.
3264 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3265
9cc8e32c
JK
32662012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 Fix compatibility with Tcl before 7.5.
3269 * lib/future.exp (lreverse): New function if it does not exist.
3270
ea5ca7b5
MK
32712012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3272
3273 * gdb.mi/mi-pending.c: New method to set a second pending
3274 breakpoint.
3275 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3276 condition.
3277
64776a0b
PA
32782012-07-20 Pedro Alves <palves@redhat.com>
3279
3280 PR threads/11692
3281 PR gdb/12203
3282
3283 * gdb.threads/create-fail.c: New file.
3284 * gdb.threads/create-fail.exp: New file.
3285
13e4e967
PA
32862012-07-19 Pedro Alves <palves@redhat.com>
3287
3288 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3289 * config/vx.exp (gdb_start): Likewise.
3290 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3291 * gdb.base/setvar.exp (test_set): Likewise.
3292 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3293 * gdb.reverse/sigall-precsave.exp: Likewise.
3294 * gdb.reverse/sigall-reverse.exp: Likewise.
3295
b7aefa4d
PA
32962012-07-19 Pedro Alves <palves@redhat.com>
3297
3298 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3299 handler before recording.
3300
608b4967
TT
33012012-07-19 Tom Tromey <tromey@redhat.com>
3302
3303 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3304 * gdb.cp/casts.cc (decltype): New function.
3305 (main): Use it.
3306
b1e0c0fa
PA
33072012-07-19 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.base/sigall.exp (signals): New list.
3310 <top level>: Loop over signals in the $signals list instead of
3311 calling a test function once per signal.
3312 * gdb.reverse/sigall-precsave.exp (signals): New list.
3313 <top level>: Loop over signals in the $signals list instead of
3314 calling a test function once per signal.
3315 * gdb.reverse/sigall-reverse.exp (signals): New list.
3316 <top level>: Loop over signals in the $signals list instead of
3317 calling a test function once per signal.
3318
6ace3df1
YQ
33192012-07-19 Yao Qi <yao@codesourcery.com>
3320
3321 * gdb.base/setshow.exp: Test 'set args ~'.
3322
263a0f8c
JK
33232012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3324
3325 * gdb.base/store.exp (check_set): Import gdb_prompt.
3326 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3327 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3328
8f043999
JK
33292012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 PR 11914
3332 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3333 (main): Call eval_sub.
3334 * gdb.python/py-prettyprint.exp:
3335 (python execfile ('py-prettyprint.py')): Move it earlier.
3336 New breakpoint for eval-break.
3337 (continue to breakpoint: eval-break, info locals): New test.
3338 (python execfile ('py-prettyprint.py')): Move it from here.
3339 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3340 (register_pretty_printers): Register pp_eval_type.
3341
725c7b66
JK
33422012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 Fix a testcase regression by me.
3345 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3346 DW_FORM_data4.
3347
4359dff1
JK
33482012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3349 Doug Evans <dje@google.com>
3350
3351 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3352 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3353
61e44cfa
JK
33542012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 Fix gdbserver run regression.
3357 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3358
93c0ef37
TT
33592012-07-12 Tom Tromey <tromey@redhat.com>
3360
3361 * lib/gdb.exp (standard_testfile): Don't declare objdir.
3362 (clean_restart): Likewise.
3363 (core_find): Use standard_output_file.
3364
76027ef5
TT
33652012-07-12 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
3368 * gdb.dwarf2/dw2-anonymous-func.exp: Use
3369 prepare_for_testing_full.
3370 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
3371 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
3372 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
3373 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
3374 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
3375 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
3376 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
3377 prepare_for_testing_full.
3378 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
3379 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
3380 prepare_for_testing_full.
3381 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
3382 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
3383 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
3384
85b4440a
TT
33852012-07-12 Tom Tromey <tromey@redhat.com>
3386
3387 * lib/gdb.exp (build_executable_from_specs): New proc, from
3388 build_executable.
3389 (build_executable): Use it.
3390 (prepare_for_testing_full): New proc.
3391
55baab26
TT
33922012-07-11 Tom Tromey <tromey@redhat.com>
3393
3394 * gdb.reverse/break-precsave.exp: Use standard_output_file.
3395 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
3396 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
3397 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
3398 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
3399 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
3400 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
3401 * gdb.reverse/step-precsave.exp: Use standard_output_file.
3402 * gdb.reverse/until-precsave.exp: Use standard_output_file.
3403 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
3404
298a9cf0
TT
34052012-07-10 Tom Tromey <tromey@redhat.com>
3406
3407 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
3408 standard_output_file.
3409 * gdb.mi/gdb2549.exp: Use standard_testfile.
3410 * gdb.mi/gdb669.exp: Use standard_testfile.
3411 * gdb.mi/gdb701.exp: Use standard_testfile.
3412 * gdb.mi/gdb792.exp: Use standard_testfile.
3413 * gdb.mi/mi-async.exp: Use standard_testfile.
3414 * gdb.mi/mi-basics.exp: Use standard_testfile.
3415 * gdb.mi/mi-break.exp: Use standard_testfile.
3416 * gdb.mi/mi-cli.exp: Use standard_testfile.
3417 * gdb.mi/mi-console.exp: Use standard_testfile.
3418 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
3419 * gdb.mi/mi-eval.exp: Use standard_testfile.
3420 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
3421 * gdb.mi/mi-file.exp: Use standard_testfile.
3422 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
3423 * gdb.mi/mi-logging.exp: Use standard_testfile.
3424 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
3425 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
3426 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
3427 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
3428 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
3429 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
3430 * gdb.mi/mi-pending.exp: Use standard_testfile,
3431 standard_output_file.
3432 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
3433 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
3434 * gdb.mi/mi-regs.exp: Use standard_testfile.
3435 * gdb.mi/mi-return.exp: Use standard_testfile.
3436 * gdb.mi/mi-reverse.exp: Use standard_testfile.
3437 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
3438 * gdb.mi/mi-solib.exp: Use standard_testfile,
3439 standard_output_file.
3440 * gdb.mi/mi-stack.exp: Use standard_testfile.
3441 * gdb.mi/mi-stepi.exp: Use standard_testfile.
3442 * gdb.mi/mi-stepn.exp: Use standard_testfile.
3443 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
3444 * gdb.mi/mi-until.exp: Use standard_testfile.
3445 * gdb.mi/mi-var-block.exp: Use standard_testfile.
3446 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
3447 * gdb.mi/mi-var-child.exp: Use standard_testfile.
3448 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
3449 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
3450 * gdb.mi/mi-var-display.exp: Use standard_testfile.
3451 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
3452 standard_output_file.
3453 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
3454 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
3455 * gdb.mi/mi-watch.exp: Use standard_testfile.
3456 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
3457 * gdb.mi/mi2-basics.exp: Use standard_testfile.
3458 * gdb.mi/mi2-break.exp: Use standard_testfile.
3459 * gdb.mi/mi2-cli.exp: Use standard_testfile.
3460 * gdb.mi/mi2-console.exp: Use standard_testfile.
3461 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
3462 * gdb.mi/mi2-eval.exp: Use standard_testfile.
3463 * gdb.mi/mi2-file.exp: Use standard_testfile.
3464 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
3465 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
3466 * gdb.mi/mi2-regs.exp: Use standard_testfile.
3467 * gdb.mi/mi2-return.exp: Use standard_testfile.
3468 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
3469 * gdb.mi/mi2-stack.exp: Use standard_testfile.
3470 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
3471 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
3472 * gdb.mi/mi2-until.exp: Use standard_testfile.
3473 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
3474 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
3475 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
3476 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
3477 * gdb.mi/mi2-watch.exp: Use standard_testfile.
3478
f5f3a911
TT
34792012-07-10 Tom Tromey <tromey@redhat.com>
3480
3481 * gdb.cp/abstract-origin.exp: Use standard_testfile.
3482 * gdb.cp/ambiguous.exp: Use standard_testfile,
3483 prepare_for_testing.
3484 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
3485 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
3486 * gdb.cp/anon-ns.exp: Use standard_testfile.
3487 * gdb.cp/anon-struct.exp: Use standard_testfile.
3488 * gdb.cp/anon-union.exp: Use standard_testfile,
3489 prepare_for_testing.
3490 * gdb.cp/arg-reference.exp: Use standard_testfile,
3491 prepare_for_testing.
3492 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
3493 * gdb.cp/breakpoint.exp: Use standard_testfile,
3494 prepare_for_testing.
3495 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
3496 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
3497 standard_output_file.
3498 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
3499 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
3500 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
3501 (test_static_members): Update.
3502 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
3503 * gdb.cp/converts.exp: Use standard_testfile.
3504 * gdb.cp/cp-relocate.exp: Use standard_testfile.
3505 * gdb.cp/cpcompletion.exp: Use standard_testfile,
3506 prepare_for_testing.
3507 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
3508 * gdb.cp/cplabel.exp: Use standard_testfile.
3509 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
3510 prepare_for_testing.
3511 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
3512 * gdb.cp/derivation.exp: Use standard_testfile,
3513 prepare_for_testing.
3514 * gdb.cp/destrprint.exp: Use standard_testfile.
3515 * gdb.cp/dispcxx.exp: Use standard_testfile.
3516 * gdb.cp/exception.exp: Use standard_testfile,
3517 prepare_for_testing.
3518 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
3519 * gdb.cp/extern-c.exp: Use standard_testfile,
3520 prepare_for_testing.
3521 * gdb.cp/formatted-ref.exp: Use standard_testfile,
3522 prepare_for_testing.
3523 * gdb.cp/fpointer.exp: Use standard_testfile.
3524 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
3525 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
3526 standard_output_file.
3527 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
3528 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
3529 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
3530 standard_output_file.
3531 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
3532 (do_tests): Update.
3533 * gdb.cp/koenig.exp: Use standard_testfile.
3534 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
3535 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
3536 * gdb.cp/m-static.exp: Use standard_testfile,
3537 prepare_for_testing.
3538 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
3539 * gdb.cp/mb-inline.exp: Use standard_testfile,
3540 prepare_for_testing.
3541 * gdb.cp/mb-templates.exp: Use standard_testfile,
3542 prepare_for_testing.
3543 * gdb.cp/member-ptr.exp: Use standard_testfile,
3544 prepare_for_testing.
3545 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
3546 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
3547 * gdb.cp/method2.exp: Use standard_testfile.
3548 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
3549 standard_output_file.
3550 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
3551 (do_tests): Update.
3552 * gdb.cp/namespace-enum.exp: Use standard_testfile,
3553 prepare_for_testing.
3554 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
3555 prepare_for_testing.
3556 * gdb.cp/namespace.exp: Use standard_testfile,
3557 prepare_for_testing.
3558 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
3559 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
3560 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
3561 * gdb.cp/nsimport.exp: Use standard_testfile,
3562 prepare_for_testing.
3563 * gdb.cp/nsnested.exp: Use standard_testfile.
3564 * gdb.cp/nsnoimports.exp: Use standard_testfile.
3565 * gdb.cp/nsrecurs.exp: Use standard_testfile,
3566 prepare_for_testing.
3567 * gdb.cp/nsstress.exp: Use standard_testfile,
3568 prepare_for_testing.
3569 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
3570 * gdb.cp/operator.exp: Use standard_testfile.
3571 * gdb.cp/oranking.exp: Use standard_testfile.
3572 * gdb.cp/overload-const.exp: Use standard_testfile.
3573 * gdb.cp/overload.exp: Use standard_testfile,
3574 prepare_for_testing.
3575 * gdb.cp/ovldbreak.exp: Use standard_testfile.
3576 * gdb.cp/ovsrch.exp: Use standard_testfile.
3577 * gdb.cp/paren-type.exp: Use standard_testfile.
3578 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
3579 prepare_for_testing.
3580 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
3581 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
3582 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
3583 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
3584 * gdb.cp/pr10728.exp: Use standard_testfile,
3585 standard_output_file.
3586 * gdb.cp/pr12028.exp: Use standard_testfile.
3587 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
3588 * gdb.cp/pr9167.exp: Use standard_testfile.
3589 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
3590 * gdb.cp/printmethod.exp: Use standard_testfile,
3591 prepare_for_testing.
3592 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
3593 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
3594 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
3595 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
3596 standard_output_file.
3597 * gdb.cp/readnow-language.exp: Use standard_testfile.
3598 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
3599 (gdb_start_again): Use clean_restart.
3600 * gdb.cp/ref-types.exp: Use standard_testfile,
3601 prepare_for_testing.
3602 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
3603 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
3604 * gdb.cp/smartp.exp: Use standard_testfile.
3605 * gdb.cp/static-method.exp: Use standard_testfile.
3606 * gdb.cp/static-print-quit.exp: Use standard_testfile.
3607 * gdb.cp/temargs.exp: Use standard_testfile.
3608 * gdb.cp/templates.exp: Use standard_testfile,
3609 prepare_for_testing.
3610 (do_tests): Update.
3611 * gdb.cp/try_catch.exp: Use standard_testfile,
3612 prepare_for_testing.
3613 * gdb.cp/typedef-operator.exp: Use standard_testfile.
3614 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
3615 * gdb.cp/virtbase.exp: Use standard_testfile,
3616 prepare_for_testing.
3617 * gdb.cp/virtfunc.exp: Use standard_testfile,
3618 prepare_for_testing.
3619 (do_tests): Update.
3620 * gdb.cp/virtfunc2.exp: Use standard_testfile,
3621 prepare_for_testing.
3622
686f09d0
TT
36232012-07-10 Tom Tromey <tromey@redhat.com>
3624
3625 * lib/gdb.exp (standard_testfile): Unset output variables from
3626 earlier invocations.
3627
9357e021
YQ
36282012-07-10 Yao Qi <yao@codesourcery.com>
3629
3630 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
3631 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
3632 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
3633 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
3634 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
3635 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
3636 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
3637 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
3638 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
3639 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
3640 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
3641 * gdb.mi/mi-var-display.exp: Likewise.
3642 * gdb.mi/mi-var-invalidate.exp: Likewise.
3643 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
3644 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
3645 * gdb.mi/mi2-console.exp: Likewise.
3646 * gdb.mi/mi2-disassemble.exp: Likewise.
3647 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
3648 * gdb.mi/mi2-read-memory.exp: Likewise.
3649 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
3650 * gdb.mi/mi2-simplerun.exp: Likewise.
3651 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
3652 * gdb.mi/mi2-syn-frame.exp: Likewise.
3653 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
3654 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
3655 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
3656
e314d629
TT
36572012-07-09 Tom Tromey <tromey@redhat.com>
3658
3659 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
3660 * gdb.base/callfuncs.exp: Add cast-based test.
3661 * gdb.base/callfuncs.c (voidfunc): New function.
3662
06928b3f
DE
36632012-07-08 Doug Evans <dje@google.com>
3664
3665 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
3666
32f11bad
JK
36672012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 Fix XFAIL compatibility with old i386 systems.
3670 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
3671 Check also 'Cannot insert breakpoint 0'.
3672
76b83c51
JK
36732012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 PR 14321
3676 * gdb.base/find.exp
3677 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
3678
a6fb9c08
TT
36792012-07-06 Tom Tromey <tromey@redhat.com>
3680
3681 * gdb.base/whatis.exp: Add test.
3682
71918a86
TT
36832012-07-06 Tom Tromey <tromey@redhat.com>
3684
3685 * gdb.base/whatis.exp: Add regression test.
3686
fcde5961
TT
36872012-07-06 Tom Tromey <tromey@redhat.com>
3688
3689 * gdb.base/whatis.exp: Add tests.
3690
f9cf0f4a
JK
36912012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3692
3693 PR 12649
3694 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
3695 gdb_test_multiple $gdb_prompt terminator.
3696
979ade8b
PA
36972012-07-04 Pedro Alves <palves@redhat.com>
3698
3699 * gdb.mi/mi-reverse.exp: Use supports_reverse and
3700 supports_process_record.
3701
8a980b44
PA
37022012-07-04 Pedro Alves <palves@redhat.com>
3703
3704 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
3705 endings.
3706 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
3707
855ba978
SS
37082012-07-03 Stan Shebs <stan@codesourcery.com>
3709
3710 * gdb.base/info-os.c (main): Retry resource acquisition until an
3711 available one is found.
3712 * gdb.base/info-os.exp: Collect resource keys from the program
3713 and use them in matching.
3714
fcb44371
JK
37152012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3716
3717 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
3718 Wrap the test into loop for corefile and core0file.
3719
08a67be6
JK
37202012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
3723 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
3724 .note.GNU-stack.
3725
0f3c2347
JK
3726 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
3727
ff4a4500
SDJ
37282012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * gdb.base/help.exp (help b, help br, help bre, help brea, help
3731 break): Include help message for the new `-probe' and `-probe-stap'
3732 options.
3733
d3ce09f5
SS
37342012-07-02 Stan Shebs <stan@codesourcery.com>
3735
3736 * gdb.base/dprintf.exp: Add agent style tests.
3737
a1624241
JK
37382012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3739
3740 * gdb.base/stale-infcall.c (infcall): New label test-next.
3741 (main): New labels test-pass and test-fail.
3742 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
3743 $test_fail_bpnum to test-fail.
3744 (test system longjmp tracking support): New test.
3745 Delete $test_fail_bpnum.
3746 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
3747 breakpoint.
3748
42e7ad6c
DE
37492012-06-30 Doug Evans <dje@google.com>
3750
3751 * gdb.dwarf2/fission-reread.S: New file.
3752 * gdb.dwarf2/fission-reread.exp: New file.
3753
37ce89eb
SS
37542012-06-28 Stan Shebs <stan@codesourcery.com>
3755
3756 * gdb.mi/mi-logging.exp: New file.
3757
e5ef252a
PA
37582012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3759 Pedro Alves <palves@redhat.com>
3760
3761 * gdb.threads/siginfo-threads.exp: New file.
3762 * gdb.threads/siginfo-threads.c: New file.
3763 * gdb.threads/sigstep-threads.exp: New file.
3764 * gdb.threads/sigstep-threads.c: New file.
3765
22f1fbae
TT
37662012-06-28 Tom Tromey <tromey@redhat.com>
3767
3768 * gdb.go/package.exp: Partially revert earlier patch; use
3769 gdb_compile again. Use standard_output_file.
3770
2e3cf129
DE
37712012-06-27 Doug Evans <dje@google.com>
3772
3773 * gdb.dwarf2/fission-base.c: New file.
3774 * gdb.dwarf2/fission-base.S: New file.
3775 * gdb.dwarf2/fission-base.exp: New file.
3776
785fd303
JK
37772012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
3780
1bb9788d
TT
37812012-06-27 Tom Tromey <tromey@redhat.com>
3782
3783 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
3784 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
3785
c83ee902
TT
37862012-06-27 Tom Tromey <tromey@redhat.com>
3787
3788 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
3789 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
3790 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
3791 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
3792 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
3793 prepare_for_testing.
3794 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
3795 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
3796 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
3797 standard_testfile.
3798 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
3799 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
3800 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
3801 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
3802 prepare_for_testing.
3803 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
3804 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
3805 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
3806 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
3807 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
3808 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
3809 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
3810 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
3811 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
3812 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
3813 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
3814 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
3815 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
3816 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
3817 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
3818 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
3819 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
3820 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
3821 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
3822 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
3823 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
3824 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
3825 standard_output_file.
3826 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
3827 standard_output_file.
3828 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
3829 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
3830 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
3831 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
3832 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
3833 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
3834 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
3835 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
3836 * gdb.dwarf2/implptr.exp: Use standard_testfile.
3837 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
3838 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
3839 * gdb.dwarf2/pieces.exp: Use standard_testfile.
3840 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
3841 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
3842 * gdb.dwarf2/valop.exp: Use standard_testfile,
3843 prepare_for_testing.
3844
5204774b
TT
38452012-06-27 Tom Tromey <tromey@redhat.com>
3846
3847 * gdb.python/python.exp: Fix regexps in pagination tests.
3848
ee0bf529
SCR
38492012-06-26 Siva Chandra Reddy <sivachandra@google.com>
3850
3851 * gdb.python/py-symtab.exp: Add tests to test the new attribute
3852 'last' of gdb.Symtab_and_line.
3853 * gdb.python/py-symbol.c: Move break point comment to enable
3854 testing of gdb.Symtab_and_line.last.
3855
14fcc022
TT
38562012-06-26 Tom Tromey <tromey@redhat.com>
3857
3858 * gdb.threads/step.c: Remove.
3859 * gdb.threads/step.exp: Remove.
3860 * gdb.threads/step2.exp: Remove.
3861
0efbbabc
TT
38622012-06-26 Tom Tromey <tromey@redhat.com>
3863
3864 * gdb.threads/watchpoint-fork.exp (test): Use
3865 standard_output_file. Don't declare objdir.
3866 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
3867 standard_output_file.
3868 * gdb.threads/attach-stopped.exp: Use standard_testfile.
3869 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
3870 clean_restart. Remove incdir.
3871 * gdb.threads/corethreads.exp: Use standard_testfile.
3872 * gdb.threads/execl.exp: Use standard_testfile,
3873 standard_output_file, clean_restart.
3874 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
3875 clean_restart.
3876 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
3877 clean_restart.
3878 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
3879 incdir.
3880 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
3881 clean_restart. Remove incdir.
3882 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
3883 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
3884 clean_restart. Remove incdir.
3885 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
3886 Remove incdir.
3887 * gdb.threads/leader-exit.exp: Use standard_testfile.
3888 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
3889 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
3890 clean_restart.
3891 * gdb.threads/manythreads.exp: Use standard_testfile,
3892 clean_restart. Remove incdir.
3893 * gdb.threads/multi-create.exp: Use standard_testfile,
3894 clean_restart.
3895 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
3896 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
3897 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
3898 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
3899 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
3900 * gdb.threads/pending-step.exp: Use standard_testfile,
3901 clean_restart. Remove incdir.
3902 * gdb.threads/print-threads.exp: Use standard_testfile,
3903 clean_restart. Remove incdir.
3904 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
3905 clean_restart. Remove incdir.
3906 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
3907 Remove incdir.
3908 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
3909 incdir.
3910 * gdb.threads/sigthread.exp: Use standard_testfile,
3911 clean_restart.
3912 * gdb.threads/staticthreads.exp: Use standard_testfile,
3913 clean_restart. Remove incdir.
3914 * gdb.threads/switch-threads.exp: Use standard_testfile,
3915 clean_restart. Remove incdir.
3916 * gdb.threads/thread-execl.exp: Use standard_testfile,
3917 clean_restart. Remove incdir.
3918 * gdb.threads/thread-find.exp: Use standard_testfile,
3919 clean_restart.
3920 * gdb.threads/thread-specific.exp: Use standard_testfile,
3921 clean_restart. Remove incdir.
3922 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
3923 clean_restart. Remove incdir.
3924 * gdb.threads/thread_check.exp: Use standard_testfile,
3925 clean_restart. Remove incdir.
3926 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
3927 incdir.
3928 * gdb.threads/threadapply.exp: Use standard_testfile,
3929 clean_restart. Remove incdir.
3930 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
3931 clean_restart. Remove incdir.
3932 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
3933 clean_restart.
3934 * gdb.threads/tls-shared.exp: Use standard_testfile,
3935 clean_restart, standard_output_file.
3936 * gdb.threads/tls-var.exp: Use standard_testfile,
3937 standard_output_file.
3938 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
3939 Remove incdir.
3940 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
3941 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
3942 incdir.
3943 * gdb.threads/watchthreads2.exp: Use standard_testfile,
3944 clean_restart. Remove incdir.
3945
497a5eb0
TT
39462012-06-26 Tom Tromey <tromey@redhat.com>
3947
3948 * gdb.trace/actions.exp: Use standard_testfile.
3949 * gdb.trace/ax.exp: Use standard_testfile.
3950 * gdb.trace/backtrace.exp: Use standard_testfile.
3951 * gdb.trace/change-loc.exp: Use standard_testfile.
3952 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
3953 * gdb.trace/collection.exp: Use standard_testfile,
3954 prepare_for_testing.
3955 * gdb.trace/deltrace.exp: Use standard_testfile.
3956 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
3957 * gdb.trace/ftrace.exp: Use standard_testfile.
3958 * gdb.trace/infotrace.exp: Use standard_testfile.
3959 * gdb.trace/packetlen.exp: Use standard_testfile.
3960 * gdb.trace/passc-dyn.exp: Use standard_testfile.
3961 * gdb.trace/passcount.exp: Use standard_testfile.
3962 * gdb.trace/pending.exp: Use standard_testfile.
3963 * gdb.trace/report.exp: Use standard_testfile.
3964 * gdb.trace/save-trace.exp: Use standard_testfile.
3965 * gdb.trace/stap-trace.exp: Use standard_testfile.
3966 * gdb.trace/status-stop.exp: Use standard_testfile.
3967 * gdb.trace/strace.exp: Use standard_testfile.
3968 * gdb.trace/tfile.exp: Use standard_testfile.
3969 * gdb.trace/tfind.exp: Use standard_testfile.
3970 * gdb.trace/trace-break.exp: Use standard_testfile.
3971 * gdb.trace/trace-mt.exp: Use standard_testfile.
3972 * gdb.trace/tracecmd.exp: Use standard_testfile.
3973 * gdb.trace/tspeed.exp: Use standard_testfile.
3974 * gdb.trace/tstatus.exp: Use standard_testfile.
3975 * gdb.trace/tsv.exp: Use standard_testfile.
3976 * gdb.trace/unavailable.exp: Use standard_testfile,
3977 prepare_for_testing.
3978 * gdb.trace/while-dyn.exp: Use standard_testfile.
3979 * gdb.trace/while-stepping.exp: Use standard_testfile.
3980
7686c074
TT
39812012-06-26 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.reverse/break-precsave.exp: Use standard_testfile.
3984 * gdb.reverse/break-reverse.exp: Use standard_testfile.
3985 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
3986 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
3987 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
3988 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
3989 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
3990 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
3991 prepare_for_testing.
3992 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
3993 prepare_for_testing.
3994 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
3995 prepare_for_testing.
3996 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
3997 prepare_for_testing.
3998 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
3999 prepare_for_testing
4000 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4001 * gdb.reverse/machinestate.exp: Use standard_testfile.
4002 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4003 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4004 build_executable.
4005 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4006 build_executable.
4007 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4008 standard_output_file.
4009 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4010 standard_output_file.
4011 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4012 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4013 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4014 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4015 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4016 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4017
481fc100
TT
40182012-06-26 Tom Tromey <tromey@redhat.com>
4019
4020 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4021 standard_output_file.
4022 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4023 prepare_for_testing. Remove directory-checking code.
4024
7bb18ae2
TT
40252012-06-25 Tom Tromey <tromey@redhat.com>
4026
4027 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4028 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4029 build_executable, not prepare_for_testing.
4030 * gdb.multi/base.exp: Use standard_output_file. Use
4031 build_executable, not prepare_for_testing.
4032
cf09b3e4
TT
40332012-06-25 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.fortran/subarray.exp: Use standard_testfile,
4036 prepare_for_testing.
4037 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4038 * gdb.fortran/module.exp: Use standard_testfile.
4039 * gdb.fortran/logical.exp: Use standard_testfile.
4040 * gdb.fortran/library-module.exp: Use standard_testfile,
4041 standard_output_file.
4042 * gdb.fortran/derived-type.exp: Use standard_testfile,
4043 prepare_for_testing.
4044 * gdb.fortran/complex.exp: Use standard_testfile,
4045 prepare_for_testing.
4046 * gdb.fortran/charset.exp: Use standard_testfile.
4047 * gdb.fortran/array-element.exp: Use standard_testfile,
4048 prepare_for_testing.
4049
18b5ff1b
KS
40502012-06-25 Keith Seitz <keiths@redhat.com>
4051
4052 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4053 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4054
17b77626
TT
40552012-06-25 Tom Tromey <tromey@redhat.com>
4056
4057 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4058 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4059 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4060 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4061
f91e3dc1
TT
40622012-06-25 Tom Tromey <tromey@redhat.com>
4063
4064 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4065 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4066 * gdb.linespec/linespec.exp: Use standard_testfile.
4067
a884434d
TT
40682012-06-25 Tom Tromey <tromey@redhat.com>
4069
4070 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4071 prepare_for_testing.
4072
efc9d70a
TT
40732012-06-25 Tom Tromey <tromey@redhat.com>
4074
4075 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4076 prepare_for_testing.
4077 * gdb.opt/inline-break.exp: Use standard_testfile,
4078 prepare_for_testing.
4079 * gdb.opt/inline-bt.exp: Use standard_testfile,
4080 prepare_for_testing.
4081 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4082 prepare_for_testing.
4083 * gdb.opt/inline-locals.exp: Use standard_testfile,
4084 prepare_for_testing.
4085
e2fc92c6
TT
40862012-06-25 Tom Tromey <tromey@redhat.com>
4087
4088 * gdb.asm/asm-source.exp: Use standard_output_file,
4089 standard_testfile. Construct .o files in proper subdir.
4090
b0963d73
TT
40912012-06-25 Tom Tromey <tromey@redhat.com>
4092
4093 * gdb.server/ext-attach.exp: Use standard_testfile,
4094 prepare_for_testing.
4095 * gdb.server/ext-run.exp: Use standard_testfile,
4096 build_executable.
4097 * gdb.server/file-transfer.exp: Use standard_testfile,
4098 prepare_for_testing.
4099 * gdb.server/server-exec-info.exp: Use standard_testfile.
4100 * gdb.server/server-mon.exp: Use standard_testfile,
4101 prepare_for_testing.
4102 * gdb.server/server-run.exp: Use standard_testfile,
4103 build_executable.
4104 * gdb.server/solib-list.exp: Use standard_testfile,
4105 standard_output_file.
4106
8a3e1f8d
TT
41072012-06-25 Tom Tromey <tromey@redhat.com>
4108
4109 * lib/gdb.exp (standard_output_file): Use "file join".
4110 * gdb.go/chan.exp: Use standard_testfile.
4111 * gdb.go/handcall.exp: Use standard_testfile.
4112 * gdb.go/hello.exp: Use standard_testfile.
4113 * gdb.integers/chan.exp: Use standard_testfile.
4114 * gdb.go/methods.exp: Use standard_testfile.
4115 * gdb.go/package.exp: Use standard_testfile.
4116 * gdb.go/strings.exp: Use standard_testfile.
4117 * gdb.go/types.exp: Use standard_testfile.
4118 * gdb.go/unsafe.exp: Use standard_testfile.
4119
944a9061
MGD
41202012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4121
4122 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4123
1c06bd58
JK
41242012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 Fix regression by the previous commit.
4127 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4128
b4a58790
TT
41292012-06-22 Tom Tromey <tromey@redhat.com>
4130
4131 * gdb.python/lib-types.exp: Use standard_testfile,
4132 prepare_for_testing.
4133 * gdb.python/py-block.exp: Use standard_testfile.
4134 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4135 * gdb.python/py-events.exp: Use standard_testfile,
4136 standard_output_file.
4137 * gdb.python/py-evsignal.exp: Use standard_testfile.
4138 * gdb.python/py-evethreads.exp: Use standard_testfile.
4139 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4140 * gdb.python/py-explore.exp: Use standard_testfile.
4141 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4142 standard_output_file.
4143 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4144 prepare_for_testing.
4145 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4146 * gdb.python/py-frame.exp: Use standard_testfile.
4147 * gdb.python/py-inferior.exp: Use standard_testfile.
4148 * gdb.python/py-infthread.exp: Use standard_testfile.
4149 * gdb.python/py-mi.exp: Use standard_testfile.
4150 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4151 build_executable.
4152 * gdb.python/py-objfile.exp: Use standard_testfile.
4153 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4154 prepare_for_testing.
4155 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4156 * gdb.python/py-progspace.exp: Use standard_testfile,
4157 build_executable.
4158 * gdb.python/py-prompt.exp: Use standard_testfile,
4159 build_executable.
4160 * gdb.python/py-section-script.exp: Use standard_testfile,
4161 build_executable.
4162 * gdb.python/py-shared.exp: Use standard_testfile,
4163 standard_output_file, clean_restart.
4164 * gdb.python/py-symbol.exp: Use standard_output_file,
4165 prepare_for_testing.
4166 * gdb.python/py-symtab.exp: Use standard_output_file,
4167 prepare_for_testing
4168 * gdb.python/py-template.exp: Use standard_testfile.
4169 * gdb.python/py-type.exp: Use standard_testfile.
4170 * gdb.python/py-value-cc.exp: Use standard_testfile.
4171 * gdb.python/py-value.exp: Use standard_testfile.
4172 * gdb.python/python.exp: Use standard_testfile, build_executable.
4173
2c44deac
TT
41742012-06-22 Tom Tromey <tromey@redhat.com>
4175
4176 * gdb.objc/basicclass.exp: Use standard_testfile.
4177 (do_objc_tests): Don't declare objdir.
4178 * gdb.objc/nondebug.exp: Use standard_testfile.
4179 (do_objc_tests): Don't declare objdir.
4180 * gdb.objc/objcdecode.exp: Use standard_testfile.
4181 (do_objc_tests): Don't declare objdir.
4182
c24ccbce
TT
41832012-06-22 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.java/jmain.exp: Use standard_testfile.
4186 * gdb.java/jmisc.exp: Use standard_testfile.
4187 * gdb.java/jnpe.exp: Use standard_testfile.
4188 * gdb.java/jprint.exp: Use standard_testfile.
4189
0a6d0306
TT
41902012-06-22 Tom Tromey <tromey@redhat.com>
4191
4192 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4193 (standard_output_file, standard_testfile): New procs.
4194 (build_executable, clean_restart): Use standard_output_file.
4195
6ea815ef
YQ
41962012-06-22 Yao Qi <yao@codesourcery.com>
4197
4198 * boards/native-gdbserver.exp: New proc ${board}_exec.
4199 * boards/native-stdio-gdbserver.exp: Likewise.
4200
4c93b1db
TT
42012012-06-21 Tom Tromey <tromey@redhat.com>
4202
4203 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4204 (build_executable): Update.
4205 (get_compiler_info): Remove 'binfile' argument.
4206 * gdb.ada/arrayidx.exp: Update.
4207 * gdb.ada/null_array.exp: Update.
4208 * gdb.arch/altivec-abi.exp: Update.
4209 * gdb.arch/altivec-regs.exp: Update.
4210 * gdb.arch/amd64-byte.exp: Update.
4211 * gdb.arch/amd64-dword.exp: Update.
4212 * gdb.arch/amd64-word.exp: Update.
4213 * gdb.arch/i386-avx.exp: Update.
4214 * gdb.arch/i386-byte.exp: Update.
4215 * gdb.arch/i386-sse.exp: Update.
4216 * gdb.arch/i386-word.exp: Update.
4217 * gdb.arch/ppc-dfp.exp: Update.
4218 * gdb.arch/ppc-fp.exp: Update.
4219 * gdb.arch/vsx-regs.exp: Update.
4220 * gdb.base/all-bin.exp: Update.
4221 * gdb.base/annota1.exp: Update.
4222 * gdb.base/async.exp: Update.
4223 * gdb.base/attach.exp: Update.
4224 * gdb.base/break-interp.exp: Update.
4225 * gdb.base/call-ar-st.exp: Update.
4226 * gdb.base/call-rt-st.exp: Update.
4227 * gdb.base/call-sc.exp: Update.
4228 * gdb.base/callfuncs.exp: Update.
4229 * gdb.base/catch-load.exp: Update.
4230 * gdb.base/completion.exp: Update.
4231 * gdb.base/complex.exp: Update.
4232 * gdb.base/condbreak.exp: Update.
4233 * gdb.base/consecutive.exp: Update.
4234 * gdb.base/constvars.exp: Update.
4235 * gdb.base/corefile.exp: Update.
4236 * gdb.base/eval-skip.exp: Update.
4237 * gdb.base/expand-psymtabs.exp: Update.
4238 * gdb.base/exprs.exp: Update.
4239 * gdb.base/fileio.exp: Update.
4240 * gdb.base/fixsection.exp: Update.
4241 * gdb.base/funcargs.exp: Update.
4242 * gdb.base/gdb11530.exp: Update.
4243 * gdb.base/gdb1555.exp: Update.
4244 * gdb.base/gnu-ifunc.exp: Update.
4245 * gdb.base/gnu_vector.exp: Update.
4246 * gdb.base/info-macros.exp: Update.
4247 * gdb.base/jit-simple.exp: Update.
4248 * gdb.base/jit-so.exp: Update.
4249 * gdb.base/jit.exp: Update.
4250 * gdb.base/langs.exp: Update.
4251 * gdb.base/list.exp: Update.
4252 * gdb.base/logical.exp: Update.
4253 * gdb.base/long_long.exp: Update.
4254 * gdb.base/longjmp.exp: Update.
4255 * gdb.base/macscp.exp: Update.
4256 * gdb.base/mips_pro.exp: Update.
4257 * gdb.base/miscexprs.exp: Update.
4258 * gdb.base/morestack.exp: Update.
4259 * gdb.base/nodebug.exp: Update.
4260 * gdb.base/opaque.exp: Update.
4261 * gdb.base/pc-fp.exp: Update.
4262 * gdb.base/pending.exp: Update.
4263 * gdb.base/permissions.exp: Update.
4264 * gdb.base/pointers.exp: Update.
4265 * gdb.base/prelink.exp: Update.
4266 * gdb.base/printcmds.exp: Update.
4267 * gdb.base/psymtab.exp: Update.
4268 * gdb.base/ptype.exp: Update.
4269 * gdb.base/relational.exp: Update.
4270 * gdb.base/scope.exp: Update.
4271 * gdb.base/setvar.exp: Update.
4272 * gdb.base/shlib-call.exp: Update.
4273 * gdb.base/shreloc.exp: Update.
4274 * gdb.base/signals.exp: Update.
4275 * gdb.base/sizeof.exp: Update.
4276 * gdb.base/so-impl-ld.exp: Update.
4277 * gdb.base/so-indr-cl.exp: Update.
4278 * gdb.base/solib-disc.exp: Update.
4279 * gdb.base/solib-display.exp: Update.
4280 * gdb.base/solib-nodir.exp: Update.
4281 * gdb.base/solib-overlap.exp: Update.
4282 * gdb.base/solib-symbol.exp: Update.
4283 * gdb.base/solib-weak.exp: Update.
4284 * gdb.base/solib.exp: Update.
4285 * gdb.base/store.exp: Update.
4286 * gdb.base/structs.exp: Update.
4287 * gdb.base/structs2.exp: Update.
4288 * gdb.base/type-opaque.exp: Update.
4289 * gdb.base/unload.exp: Update.
4290 * gdb.base/varargs.exp: Update.
4291 * gdb.base/volatile.exp: Update.
4292 * gdb.base/watch_thread_num.exp: Update.
4293 * gdb.base/watchpoint-solib.exp: Update.
4294 * gdb.base/watchpoint.exp: Update.
4295 * gdb.base/watchpoints.exp: Update.
4296 * gdb.base/whatis.exp: Update.
4297 * gdb.cell/arch.exp: Update.
4298 * gdb.cell/break.exp: Update.
4299 * gdb.cell/bt.exp: Update.
4300 * gdb.cell/core.exp: Update.
4301 * gdb.cell/data.exp: Update.
4302 * gdb.cell/ea-cache.exp: Update.
4303 * gdb.cell/f-regs.exp: Update.
4304 * gdb.cell/fork.exp: Update.
4305 * gdb.cell/gcore.exp: Update.
4306 * gdb.cell/mem-access.exp: Update.
4307 * gdb.cell/ptype.exp: Update.
4308 * gdb.cell/registers.exp: Update.
4309 * gdb.cell/sizeof.exp: Update.
4310 * gdb.cell/solib-symbol.exp: Update.
4311 * gdb.cell/solib.exp: Update.
4312 * gdb.cp/ambiguous.exp: Update.
4313 * gdb.cp/breakpoint.exp: Update.
4314 * gdb.cp/bs15503.exp: Update.
4315 * gdb.cp/casts.exp: Update.
4316 * gdb.cp/class2.exp: Update.
4317 * gdb.cp/cpexprs.exp: Update.
4318 * gdb.cp/cplusfuncs.exp: Update.
4319 * gdb.cp/ctti.exp: Update.
4320 * gdb.cp/dispcxx.exp: Update.
4321 * gdb.cp/gdb1355.exp: Update.
4322 * gdb.cp/gdb2384.exp: Update.
4323 * gdb.cp/gdb2495.exp: Update.
4324 * gdb.cp/infcall-dlopen.exp: Update.
4325 * gdb.cp/local.exp: Update.
4326 * gdb.cp/m-data.exp: Update.
4327 * gdb.cp/m-static.exp: Update.
4328 * gdb.cp/mb-ctor.exp: Update.
4329 * gdb.cp/mb-inline.exp: Update.
4330 * gdb.cp/mb-templates.exp: Update.
4331 * gdb.cp/member-ptr.exp: Update.
4332 * gdb.cp/method.exp: Update.
4333 * gdb.cp/namespace.exp: Update.
4334 * gdb.cp/nextoverthrow.exp: Update.
4335 * gdb.cp/nsdecl.exp: Update.
4336 * gdb.cp/nsrecurs.exp: Update.
4337 * gdb.cp/nsstress.exp: Update.
4338 * gdb.cp/nsusing.exp: Update.
4339 * gdb.cp/pr-1023.exp: Update.
4340 * gdb.cp/pr-1210.exp: Update.
4341 * gdb.cp/pr-574.exp: Update.
4342 * gdb.cp/pr9631.exp: Update.
4343 * gdb.cp/printmethod.exp: Update.
4344 * gdb.cp/psmang.exp: Update.
4345 * gdb.cp/re-set-overloaded.exp: Update.
4346 * gdb.cp/rtti.exp: Update.
4347 * gdb.cp/shadow.exp: Update.
4348 * gdb.cp/templates.exp: Update.
4349 * gdb.cp/try_catch.exp: Update.
4350 * gdb.dwarf2/dw2-ranges.exp: Update.
4351 * gdb.dwarf2/pr10770.exp: Update.
4352 * gdb.fortran/library-module.exp: Update.
4353 * gdb.hp/gdb.aCC/optimize.exp: Update.
4354 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4355 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4356 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4357 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4358 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4359 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4360 * gdb.hp/gdb.compat/xdb1.exp: Update.
4361 * gdb.hp/gdb.compat/xdb2.exp: Update.
4362 * gdb.hp/gdb.compat/xdb3.exp: Update.
4363 * gdb.hp/gdb.defects/bs14602.exp: Update.
4364 * gdb.hp/gdb.defects/solib-d.exp: Update.
4365 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
4366 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
4367 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
4368 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
4369 * gdb.mi/gdb792.exp: Update.
4370 * gdb.mi/mi-pending.exp: Update.
4371 * gdb.mi/mi-solib.exp: Update.
4372 * gdb.mi/mi-var-cp.exp: Update.
4373 * gdb.opt/clobbered-registers-O2.exp: Update.
4374 * gdb.opt/inline-bt.exp: Update.
4375 * gdb.opt/inline-cmds.exp: Update.
4376 * gdb.opt/inline-locals.exp: Update.
4377 * gdb.python/py-events.exp: Update.
4378 * gdb.python/py-finish-breakpoint.exp: Update.
4379 * gdb.python/py-type.exp: Update.
4380 * gdb.reverse/solib-precsave.exp: Update.
4381 * gdb.reverse/solib-reverse.exp: Update.
4382 * gdb.server/solib-list.exp: Update.
4383 * gdb.stabs/weird.exp: Update.
4384 * gdb.threads/attach-into-signal.exp: Update.
4385 * gdb.threads/attach-stopped.exp: Update.
4386 * gdb.threads/tls-shared.exp: Update.
4387 * gdb.trace/change-loc.exp: Update.
4388 * gdb.trace/strace.exp: Update.
4389
95c391b6
TT
43902012-06-19 Tom Tromey <tromey@redhat.com>
4391
4392 * gdb.base/whatis.exp: Add tests.
4393
e910f0b6
TT
43942012-06-19 Tom Tromey <tromey@redhat.com>
4395
4396 * gdb.cp/m-static.cc (keepalive): New function.
4397 (gnu_obj_1::method): Use it.
4398
422d65e7
DE
43992012-06-18 Doug Evans <dje@google.com>
4400
4401 * gdb.base/info-fun.exp: New file.
4402 * gdb.base/info-fun.c: New file.
4403 * gdb.base/info-fun-solib.c: New file.
4404
e2e4d78b
JK
44052012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4406
4407 Remove stale dummy frames.
4408 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
4409 (maintenance info breakpoints): New tests.
4410 * gdb.base/stale-infcall.c: New file.
4411 * gdb.base/stale-infcall.exp: New file.
4412
1788b2d3
JK
44132012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4414
4415 * gdb.arch/amd64-entry-value-param.S: New file.
4416 * gdb.arch/amd64-entry-value-param.c: New file.
4417 * gdb.arch/amd64-entry-value-param.exp: New file.
4418
663b969e
TT
44192012-06-15 Tom Tromey <tromey@redhat.com>
4420
4421 * gdb.cp/namespace.exp: Add "show lang" test.
4422
8e09ad05
IS
44232012-06-15 Iain Sandoe <iain@codesourcery.com>
4424
4425 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
4426 case. (top level): Use gdb_file_cmd instead of gdb_load.
4427
f85e18ee
JK
44282012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 PR tdep/14222
4431 * gdb.arch/i386-sse-stack-align.S: New file.
4432 * gdb.arch/i386-sse-stack-align.c: New file.
4433 * gdb.arch/i386-sse-stack-align.exp: New file.
4434
f3b5e280
KS
44352012-06-13 Keith Seitz <keiths@redhat.com>
4436
4437 PR breakpoints/13798 and mi/11541
4438 * gdb.linespec/ls-errs.exp: Add a few more tests for
4439 filenames with spaces and colons.
4440
50af5481
JK
44412012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4442
4443 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4444 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
4445 (test_function): Call CV_f.
4446 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
4447 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
4448 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
4449 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
4450 (p CV_f(CV::i)): New tests.
4451
d55637df
TT
44522012-06-13 Tom Tromey <tromey@redhat.com>
4453
4454 * gdb.base/condbreak.exp: Add tests for "condition" completion.
4455
cc80f267
JK
44562012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4457
4458 Fix regression by the "ambiguous linespec" series.
4459 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
4460 tests.
4461
bb2af9cc
JK
44622012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4463
4464 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
4465 missing.
4466
e81a37f7
TT
44672012-06-11 Tom Tromey <tromey@redhat.com>
4468
4469 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
4470 location...
4471 (main): ...here.
4472
8efd7788
YQ
44732012-06-07 Yao Qi <yao@codesourcery.com>
4474
4475 * gdb.trace/strace.exp: Shorten some too-long lines.
4476
359f5fe6
PA
44772012-06-06 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.threads/clone-new-thread-event.c: New file.
4480 * gdb.threads/clone-new-thread-event.exp: New file.
4481
7b2fe205
YQ
44822012-06-06 Yao Qi <yao@codesourcery.com>
4483
4484 * gdb.base/dprintf.c (main): Add extra parameter when calling
4485 printf and fprintf.
4486 (bar): New function. It is a dead function, but to ensure
4487 'malloc' is linked explicitly.
4488
3eca55e8
YQ
44892012-06-06 Yao Qi <yao@codesourcery.com>
4490
4491 * gdb.base/info-proc.exp: Return if target doesn't support
4492 'info proc'.
4493
91cc9324
JK
44942012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4495
4496 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
4497 (run program with breakpoint commands): XFAIl if it is not.
4498
c56e7c43
JB
44992012-06-05 Joel Brobecker <brobecker@adacore.com>
4500
4501 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
4502 and add comment.
4503 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
4504 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
4505 "STOP" marker. Adjust testing strategy to make it work on
4506 all targets.
4507
4508 * gdb.base/print-file-var-main.c (main): Rewrite using local
4509 variables and adjust get_version_2's return value check.
4510 Add small comment.
4511 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
4512 marker. Adjust testing strategy to make it work on all targets.
4513
ccab2054
JB
45142012-06-05 Joel Brobecker <brobecker@adacore.com>
4515
4516 * gdb.ada/bad-task-bp-keyword: New testcase.
4517
d0d86158
JK
45182012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4519
4520 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
4521 Simplify it to ...
4522 (symbol-file ${testfile1}): ... here.
4523 (test eliminated var my_global_symbol)
4524 (test eliminated var my_static_symbol)
4525 (test eliminated var my_global_func, get address of main): Wrap them to
4526 'single psymtabs' and 'single symtabs'
4527 (get address of my_global_symbol, get address of my_static_symbol)
4528 (get address of my_global_func, get address of main): Wrap them to
4529 'order1' and 'order2'.
4530
952cf74c
JK
4531 * gdb.base/code_elim.exp
4532 (add-symbol-file ${testfile1} 0x100000)
4533 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
4534 'order2'.
4535 (order1: add-symbol-file ${testfile1} 0x100000)
4536 (order1: add-symbol-file ${testfile2} 0x200000)
4537 (order2: add-symbol-file ${testfile2} 0x200000)
4538 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
4539 .bss as appropriate.
4540
0c5bf5a9
JK
45412012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdb.server/solib-list-lib.c: New file.
4544 * gdb.server/solib-list-main.c: New file.
4545 * gdb.server/solib-list.exp: New file.
4546
4196f325
MR
45472012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
4548
4549 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
4550 for 'set print symbol' change.
4551
bfb05775
JK
45522012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
4555 .debug_abbrev_seg3.
4556
685b1105
JK
45572012-05-24 John Steele Scott <toojays@toojays.net>
4558
4559 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4560 * gdb.dwarf2/dw2-icc-opaque.S: New file.
4561 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
4562
f3e0e960
SS
45632012-05-23 Stan Shebs <stan@codesourcery.com>
4564
4565 * gdb.mi/mi-info-os.exp: New file.
4566
11eb1b4d
KS
45672012-05-23 Keith Seitz <keiths@redhat.com>
4568
4569 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
4570 return -1 to suppress the rest of the tests.
4571 (compile_stap_bin): Return boolean success value.
4572
b1af9e97
TT
45732012-05-21 Tom Tromey <tromey@redhat.com>
4574
4575 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
4576 Remove kfails.
4577 (test_print_mi_member_types): Likewise.
4578
248537e3
TT
45792012-05-21 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
4582 print symbol' change.
4583
d791e155
TJB
45842012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4585
4586 * gdb.python/py-prompt.exp: Quit if the target is remote.
4587
e77afa2e
JK
45882012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4589
4590 Fix ERROR: internal buffer is full.
4591 * gdb.base/info-os.exp (expect_multiline): New function.
4592 (get process list, get process groups, get threads)
4593 (get file descriptors, get internet-domain sockets)
4594 (get shared-memory regions, get semaphores, get message queues): Use
4595 it for these tests.
4596
9cb709b6
TT
45972012-05-18 Tom Tromey <tromey@redhat.com>
4598
4599 * gdb.mi/mi-var-cmd.exp: Update.
4600 * gdb.objc/basicclass.exp (do_objc_tests): Update.
4601 * gdb.cp/virtbase.exp: Update.
4602 * gdb.cp/classes.exp (test_static_members): Update.
4603 * gdb.cp/casts.exp: Update.
4604 * gdb.base/pointers.exp: Update.
4605 * gdb.base/funcargs.exp (pointer_args): Update.
4606 (structs_by_reference): Update.
4607 * gdb.base/find.exp: Update.
4608 * gdb.base/call-strs.exp: Send "set print symbol off".
4609 * gdb.base/call-ar-st.exp: Update.
4610 * gdb.ada/fun_addr.exp: Update.
4611 * gdb.base/printcmds.exp (test_print_symbol): New proc.
4612 Call it.
4613 (test_print_repeats_10, test_print_strings)
4614 (test_print_char_arrays): Update.
4615
b012acdd
TT
46162012-05-18 Tom Tromey <tromey@redhat.com>
4617
4618 * gdb.base/charset.exp (string_display): Update.
4619
1d51a733
TT
46202012-05-18 Tom Tromey <tromey@redhat.com>
4621
4622 * gdb.mi/mi2-var-display.exp: Update.
4623 * gdb.mi/mi-var-display.exp: Update.
4624 * gdb.mi/mi-var-child.exp: Update.
4625 * gdb.cp/expand-psymtabs-cxx.exp: Update.
4626 * gdb.cp/cp-relocate.exp (get_func_address): Update.
4627
957df313
DE
46282012-05-17 Doug Evans <dje@google.com>
4629
682c7f7b
DE
4630 * info-macros.exp: Pass "debug" to prepare_for_testing.
4631
957df313
DE
4632 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
4633 * gdb.ada/Makefile.in (clean): Ditto.
4634 * gdb.arch/Makefile.in (clean): Ditto.
4635 * gdb.asm/Makefile.in (clean): Ditto.
4636 * gdb.base/Makefile.in (clean): Ditto.
4637 * gdb.cell/Makefile.in (clean): Ditto.
4638 * gdb.cp/Makefile.in (clean): Ditto.
4639 * gdb.disasm/Makefile.in (clean): Ditto.
4640 * gdb.dwarf2/Makefile.in (clean): Ditto.
4641 * gdb.fortran/Makefile.in (clean): Ditto.
4642 * gdb.go/Makefile.in (clean): Ditto.
4643 * gdb.hp/Makefile.in (clean): Ditto.
4644 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
4645 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
4646 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
4647 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
4648 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
4649 * gdb.java/Makefile.in (clean): Ditto.
4650 * gdb.linespec/Makefile.in (clean): Ditto.
4651 * gdb.mi/Makefile.in (clean): Ditto.
4652 * gdb.modula2/Makefile.in (clean): Ditto.
4653 * gdb.multi/Makefile.in (clean): Ditto.
4654 * gdb.objc/Makefile.in (clean): Ditto.
4655 * gdb.opencl/Makefile.in (clean): Ditto.
4656 * gdb.opt/Makefile.in (clean): Ditto.
4657 * gdb.pascal/Makefile.in (clean): Ditto.
4658 * gdb.python/Makefile.in (clean): Ditto.
4659 * gdb.reverse/Makefile.in (clean): Ditto.
4660 * gdb.server/Makefile.in (clean): Ditto.
4661 * gdb.stabs/Makefile.in (clean): Ditto.
4662 * gdb.threads/Makefile.in (clean): Ditto.
4663 * gdb.trace/Makefile.in (clean): Ditto.
4664 * gdb.xml/Makefile.in (clean): Ditto.
4665
abc9d0dc
TT
46662012-05-16 Tom Tromey <tromey@redhat.com>
4667
4668 * gdb.base/macscp1.c (macscp_expr): Add comment.
4669 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
4670
6a3a010b
MR
46712012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
4672
4673 * gdb.base/return-nodebug.exp: Also test float and double types.
4674
01429c8e
JK
46752012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4676
4677 PR testsuite/12649
4678 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
4679
54115cd4
JK
4680 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
4681
0c5f383f
SDJ
46822012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
4683
4684 * gdb.base/stap-probe.exp (stap_test): Remove calls to
4685 `rerun_to_main'.
4686 (stap_test_no_debuginfo): Likewise.
4687
e7e0cddf
SS
46882012-05-14 Stan Shebs <stan@codesourcery.com>
4689
4690 * gdb.base/dprintf.c: New file.
4691 * gdb.base/dprintf.exp: New file.
4692
c772f8e7
HZ
46932012-05-14 Hui Zhu <hui_zhu@mentor.com>
4694
4695 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
4696 * gdb.trace/disconnected-tracing.c: New file.
4697 * gdb.trace/disconnected-tracing.exp: New file.
4698
7efc75aa
SCR
46992012-05-13 Siva Chandra Reddy <sivachandra@google.com>
4700
4701 * gdb.python/python.c: Add a new breakpoint comment.
4702 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
4703
85d4a676
SS
47042011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
4705
4706 * gdb.base/info-os.exp: New file.
4707 * gdb.base/info-os.c: New file.
4708
64ea88dc
JB
47092012-05-10 Joel Brobecker <brobecker@adacore.com>
4710
4647ab1b
JB
4711 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
4712 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
4713 New files.
64ea88dc 4714
afba63f1
JB
47152012-05-10 Joel Brobecker <brobecker@adacore.com>
4716
4717 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
4718 gdb.base/ctxobj.exp: New files.
4719
9d198b1e
TT
47202012-05-09 Tom Tromey <tromey@redhat.com>
4721
4722 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
4723
9bfee719
MR
47242012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
4725
4726 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
4727
3a7341d8
MR
47282012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
4729
4730 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
4731 before using it.
4732
52b3699b
TG
47332012-05-04 Tristan Gingold <gingold@adacore.com>
4734
4735 * gdb.base/set-noassign.exp: New test.
4736
a20ee7a4
SCR
47372012-05-03 Siva Chandra Reddy <sivachandra@google.com>
4738
4739 * gdb.python/py-symbol.exp: Add tests to test the new methods
4740 gdb.Symtab.global_block() and gdb.Symtab.static_block().
4741 * gdb.python/py-symbol.c: Add new struct to help test
4742 gdb.Symtab.static_block().
4743
bf2f0858
DE
47442012-05-03 Doug Evans <dje@google.com>
4745
4746 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
4747 commented out.
4748
2d4e0376
YQ
47492012-05-03 Yao Qi <yao@codesourcery.com>
4750
4751 * gdb.base/catch-syscall.exp: Skip it before compilation if target
4752 doesn't support.
4753 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
4754 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
4755
6d0bb9f3
YQ
47562012-05-03 Yao Qi <yao@codesourcery.com>
4757
4758 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
4759
fd820528
DE
47602012-04-30 Doug Evans <dje@google.com>
4761
4762 PR testsuite/13961
4763 * gdb.dwarf2/pr13961.S: New file.
4764 * gdb.dwarf2/pr13961.exp: New file.
4765
b9e219b9
YQ
47662012-04-29 Yao Qi <yao@codesourcery.com>
4767
4768 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
4769
3019eac3
DE
47702012-04-28 Doug Evans <dje@google.com>
4771
4772 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
4773 .Ltype_int_in_cu2. Use name "int2" instead of "int".
4774 All uses updated.
4775 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
4776 "ptype func_cu1" to expand cu2 before cu1.
4777
62e5f89c
SDJ
47782012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
4779 Tom Tromey <tromey@redhat.com>
4780
4781 * gdb.base/default.exp: Add `$_probe_arg*' convenience
4782 variables.
4783 * gdb.base/stap-probe.c: New file.
4784 * gdb.base/stap-probe.exp: New file.
4785 * gdb.trace/stap-trace.c: New file.
4786 * gdb.trace/stap-trace.exp: New file.
4787 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
4788 libgcc's unwinder.
4789
14132e89
MR
47902012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
4791
4792 * gdb.arch/mips16-thunks-inmain.c: New file.
4793 * gdb.arch/mips16-thunks-main.c: New file.
4794 * gdb.arch/mips16-thunks-sin.c: New file.
4795 * gdb.arch/mips16-thunks-sinfrob.c: New file.
4796 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
4797 * gdb.arch/mips16-thunks-sinmain.c: New file.
4798 * gdb.arch/mips16-thunks-sinmips16.c: New file.
4799 * gdb.arch/mips16-thunks.exp: New file.
4800
a766d390
DE
48012012-04-25 Doug Evans <dje@google.com>
4802
4803 * configure.ac: Create gdb.go/Makefile.
4804 * configure: Regenerate.
4805 * gdb.base/default.exp: Add "go" to "set language" testing.
4806 * gdb.go/Makefile.in: New file.
4807 * gdb.go/basic-types.exp: New file.
4808 * gdb.go/chan.exp: New file.
4809 * gdb.go/chan.go: New file.
4810 * gdb.go/handcall.exp: New file.
4811 * gdb.go/handcall.go: New file.
4812 * gdb.go/hello.exp: New file.
4813 * gdb.go/hello.go: New file.
4814 * gdb.go/integers.exp: New file.
4815 * gdb.go/integers.go: New file.
4816 * gdb.go/methods.exp: New file.
4817 * gdb.go/methods.go: New file.
4818 * gdb.go/package.exp: New file.
4819 * gdb.go/package1.go: New file.
4820 * gdb.go/package2.go: New file.
4821 * gdb.go/print.exp: New file.
4822 * gdb.go/strings.exp: New file.
4823 * gdb.go/strings.go: New file.
4824 * gdb.go/types.exp: New file.
4825 * gdb.go/types.go: New file.
4826 * gdb.go/unsafe.exp: New file.
4827 * gdb.go/unsafe.go: New file.
4828 * lib/future.exp: Add Go support.
4829 (gdb_find_go, gdb_find_go_linker): New procs.
4830 (gdb_default_target_compile): Add Go support.
4831 * lib/gdb.exp (skip_go_tests): New proc.
4832 * lib/go.exp: New file.
4833
e65f9ffb
TT
48342012-04-25 Tom Tromey <tromey@redhat.com>
4835
4836 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
4837
14e75d8e
JK
48382012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
4839 Jan Kratochvil <jan.kratochvil@redhat.com>
4840
4841 PR symtab/7259:
4842 * gdb.base/enumval.c: New test case.
4843 * gdb.base/enumval.exp: New test case.
4844 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
4845 field.bitpos.
4846
f3525b70
PA
48472012-04-17 Pedro Alves <palves@redhat.com>
4848
4849 * Makefile.in (site.exp): Make site.exp source
4850 $srcdir/lib/append_gdb_boards_dir.exp.
4851 * lib/append_gdb_boards_dir.exp: New file.
4852
bccbefd2
JK
48532012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 New option "set auto-load safe-path".
4856 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
4857 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
4858
bf88dd68
JK
48592012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4860
4861 auto-load: Implementation.
4862 * gdb.base/help.exp (test set height): Increase the height.
4863 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
4864 to ...
4865 (info auto-load python-scripts): ... here.
4866 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
4867 to ...
4868 (info auto-load python-scripts *): ... here.
4869
c0d4d1c0
YQ
48702012-04-16 Yao Qi <yao@codesourcery.com>
4871
4872 * lib/trace-support.exp (get_in_proc_agent): New.
4873 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
4874 of in process trace agent.
4875 * gdb.trace/ftrace.exp: Likewise.
4876 * gdb.trace/pending.exp: Likewise.
4877 * gdb.trace/trace-break.exp: Likewise.
4878 * gdb.trace/trace-mt.exp
4879 * gdb.trace/tspeed.exp: Likewise.
4880 * gdb.trace/tstatus.exp
4881 * gdb.trace/strace.exp: Likewise.
4882
cbf68a60
TS
48832012-04-16 Thomas Schwinge <thomas@codesourcery.com>
4884
dd6d3b70
TS
4885 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
4886 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
4887
cbf68a60
TS
4888 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
4889
8264ba82
AG
48902012-04-14 Anton Gorenkov <xgsa@yandex.ru>
4891
4892 PR mi/13393
4893 * gdb.mi/mi-var-rtti.cc: New file.
4894 * gdb.mi/mi-var-rtti.exp: New file.
4895 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
4896 function.
4897 (mi_varobj_update_with_type_change): updated to avoid code duplication.
4898
de0919f8 48992012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
4900
4901 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
4902 EXECUTABLES.
4903 * gdb.python/py-explore.c: C program used for testing the new
4904 'explore' command on C constructs.
4905 * gdb.python/py-explore.cc: C++ program used for testing the new
4906 'explore' command on C++ constructs.
4907 * gdb-python/py-explore.exp: Tests for the new 'explore'
4908 command on C constructs.
4909 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
4910 command on C++ constructs.
4911
a82da7dd
MK
49122012-04-07 Mark Kettenis <kettenis@gnu.org>
4913
4914 * gdb.base/funcargs.exp (complex_args): Fix typo.
4915
e127cba8
JK
49162012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
4919 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
4920
40e084e1
KS
49212012-04-05 Keith Seitz <keiths@redhat.com>
4922
4923 * gdb.base/advance.exp: Update error message for
4924 "advance malformed" test.
4925 * gdb.base/break.exp: Likewise for "breakpoint with
4926 trailing garbage" test.
4927 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
4928 with trailing garbage" test.
4929 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
4930 trailng garbage" test.
4931 * gdb.base/until.exp: Likewise for "malformed until" test.
4932 * gdb.cp/ovldbreak.exp: Create the breakpoint table
4933 for "breakpoint info (after setting on all)".
4934 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
4935 tests.
4936 * gdb.cp/cplabel.cc: New file.
4937 * gdb.cp/cplabel.exp: New test.
4938 * gdb.linespec/ls-errs.c: New file.
4939 * gdb.linespec/ls-errs.exp: New test.
4940
a72c8f6a
JK
49412012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 * gdb.trace/unavailable.exp
4944 (collect globals: print object on: print derived_partial)
4945 (collect globals: print object on: print derived_whole)
4946 (collect globals: print object off: print derived_partial)
4947 (collect globals: print object off: print derived_whole): Update
4948 expected output.
4949
f87a3023
KS
49502012-03-30 Keith Seitz <keiths@redhat.com>
4951
4952 * gdb.python: Add test for linespecs with commas.
4953
e2171b3c
KS
49542012-03-28 Keith Seitz <keiths@redhat.com>
4955
4956 * gdb.linespec/ls-dollar.cc: New file.
4957 * gdb.linespec/ls-dollar.exp: New test.
4958
49592012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
4960
4961 * gdb.cp/namespace.exp: Add breakpoint tests for functions
4962 starting with the global namespace.
4963
2f4e0a80
DE
49642012-03-23 Doug Evans <dje@google.com>
4965
4966 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
4967
7b282c5a
SCR
49682012-03-22 Siva Chandra Reddy <sivachandra@google.com>
4969
4970 * gdb.python/py-value.cc: Add test case for testing the
4971 methodology exposing C++ values to Python.
4972 * gdb.python/py-value-cc.exp: Add tests testing the methodology
4973 exposing C++ values to Python.
4974 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
4975
2e98ca53
JK
49762012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4977 Siddhesh Poyarekar <siddhesh@redhat.com>
4978
4979 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
4980 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
4981 (generate native core dump): Make the test unsupported if core cannot
4982 be generated.
4983
8320cc4f
JK
49842012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4985
4986 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
4987 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
4988 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
4989
3a69ffb2
JK
49902012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4991
4992 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
4993
8fabffee
DE
49942012-03-17 Doug Evans <dje@google.com>
4995
4996 * dg-extract-results.sh: Handle KFAILs.
4997
ab260dad
JK
49982012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 PR symtab/13777
5001 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5002
53ba8333
JB
50032012-03-16 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdb.ada/set_pckd_arr_elt: New testcase.
5006
481860b3
GB
50072012-03-16 Gary Benson <gbenson@redhat.com>
5008
5009 PR breakpoints/10738
5010 * gdb.opt/inline-break.exp: New file.
5011 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
5012 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5013 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
5014 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5015 * gdb.base/async-shell.exp: Likewise.
5016 * lib/mi-support.exp (library_loaded_re): Likewise.
5017
410528f0
TT
50182012-03-15 Tom Tromey <tromey@redhat.com>
5019
5020 * gdb.cp/virtfunc2.exp: Update expected output.
5021 * gdb.cp/pr9631.exp: Update expected output.
5022 * gdb.cp/member-ptr.exp: Update expected output.
5023 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5024 output.
5025 * gdb.cp/casts.exp: Update expected output.
5026
c4aeac85
TT
50272012-03-15 Tom Tromey <tromey@redhat.com>
5028
5029 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5030 (test_info_vtbl): Likewise.
5031 (do_tests): Call test_info_vtbl.
5032 * gdb.cp/virtfunc.cc (va): New global.
5033
856d06f9
TS
50342012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5035
5036 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5037 describing DWARF data structures.
5038 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5039 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5040 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5041 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5042 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5043 * gdb.dwarf2/dw2-param-error.S: Likewise.
5044 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5045 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5046 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5047 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5048 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5049 * gdb.dwarf2/pr11465.S: Likewise.
5050
e837f12a
JK
50512012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.mi/mi2-prompt.exp: New file.
5054
ccbb4f28
JB
50552012-03-13 Joel Brobecker <brobecker@adacore.com>
5056
5057 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5058
32039130
JB
50592012-03-13 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdb.ada/bp_range_type: New testcase.
5062
16899756
DE
50632012-03-13 Doug Evans <dje@google.com>
5064
5065 * gdb.base/default.exp: Delete tests for symbol-reloading.
5066 * gdb.base/help.exp: Ditto.
5067 * gdb.base/setshow.exp: Ditto.
5068 * gdb.base/gdb_history: Delete references to symbol-reloading.
5069
87b0bb13
JK
50702012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 * gdb.base/attach-twice.c: New files.
5073 * gdb.base/attach-twice.exp: New files.
5074
0d7941a9
KS
50752012-03-08 Keith Seitz <keiths@redhat.com>
5076
5077 * lib/gdb.exp (gdb_get_line_number): Throw an
5078 error instead of returning -1.
5079 * gdb.base/break.exp: Remove unused variable
5080 bp_location5.
5081 * gdb.base/hbreak2.exp: Likewise.
5082 * gdb.base/sepdebug.exp: Likewise.
5083
f4647387
YQ
50842012-03-08 Yao Qi <yao@codesourcery.com>
5085 Pedro Alves <palves@redhat.com>
5086
5087 Fix PR server/13392.
5088 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5089 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5090 download tracepoints.
5091 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5092 (pending_tracepoint_resolved_during_trace): Likewise.
5093 (pending_tracepoint_installed_during_trace): Likewise.
5094 (pending_tracepoint_with_action_resolved): Likewise.
5095
83c532cb
KS
50962012-03-08 Keith Seitz <keiths@redhat.com>
5097
5098 * gdb.ada/array_bounds.exp: Get breakpoint for line
5099 with "START", not "STOP".
5100 * gdb.python/py-infthread.exp: Do not continue to
5101 line marked "Break here.", which is undefined.
5102
d6b6bbb7
LM
51032012-03-08 Luis Machado <lgustavo@codesourcery.com>
5104
5105 Revert:
5106
5107 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 Implement testsuite workaround for PR breakpoints/13781.
5110 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5111 (set breakpoint condition-evaluation host): New conditional command.
5112
7fe25d9b
JK
51132012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5114
5115 Fix CU relative vs. absolute DIE offsets.
5116 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5117 one.
5118
51898c15
JK
51192012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5120
5121 Fix false FAIL on distros with relro linkage as default.
5122 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5123 -Wl,-z,norelro first.
5124
8131799e
JB
51252012-03-06 Joel Brobecker <brobecker@adacore.com>
5126
5127 * gdb.ada/bp_on_var: New testcase.
5128
ba241969
JB
51292012-03-06 Joel Brobecker <brobecker@adacore.com>
5130
5131 * gdb.ada/bp_enum_homonym: New testcase.
5132
abe49676
YQ
51332012-03-06 Yao Qi <yao@codesourcery.com>
5134
5135 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5136 x86_64-*-* and i?86-*-*.
5137 Set up KFAIL for gdb/13808.
5138
d8df103b
TT
51392012-03-05 Tom Tromey <tromey@redhat.com>
5140
5141 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5142 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5143
b7b189f3
TT
51442012-03-05 Tom Tromey <tromey@redhat.com>
5145
5146 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5147
69dc1c4d
YQ
51482012-03-04 Yao Qi <yao@codesourcery.com>
5149
5150 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5151 messages for KFAIL.
5152
3f20c47f
JK
51532012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5156 (print one_two_three, indexes off, print few_reps, indexes off)
5157 (print many_reps, indexes off, print empty, indexes off)
5158 (print one_two_three, print few_reps, print many_reps, print empty):
5159 Call setup_xfail if $gcc_old.
5160
abf1152a
JK
51612012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5162
5163 Implement testsuite workaround for PR breakpoints/13781.
5164 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5165 (set breakpoint condition-evaluation host): New conditional command.
5166
a06715f8
JK
51672012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5168
5169 Code cleanup.
5170 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5171 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5172 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5173 number 1 by $bpnum. Four times.
5174
5808517f
YQ
51752012-03-03 Yao Qi <yao@codesourcery.com>
5176
5177 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5178
dfe2ac14
JK
51792012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5180
5181 Setup KFAIL for PR server/13796.
5182 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5183
8bbc467a
JB
51842012-03-02 Joel Brobecker <brobecker@adacore.com>
5185
5186 * gdb.ada/operator_bp: New testcase.
5187
c0eac87f
JB
51882012-03-02 Joel Brobecker <brobecker@adacore.com>
5189
5190 * gdb.ada/info_locals_renaming: New testcase.
5191
4f42c881
TT
51922012-03-02 Tom Tromey <tromey@redhat.com>
5193
5194 * gdb.base/nextoverexit.c: New file.
5195 * gdb.base/nextoverexit.exp: New file.
5196
7380c0c9
EBM
51972012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5198
5199 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5200 parameter.
5201
1faeff08
MR
52022012-03-01 Maciej W. Rozycki <macro@mips.com>
5203
5204 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5205 core registers.
5206
320b6f49 52072012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
5208 Maciej W. Rozycki <macro@codesourcery.com>
5209 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
5210
5211 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5212
ad5f7d6e
PA
52132012-03-01 Pedro Alves <palves@redhat.com>
5214
5215 PR gdb/13767
5216
5217 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5218 (gdb_collect_globals_test): Call it.
5219
d3dc44a6
KS
52202012-03-01 Keith Seitz <keiths@redhat.com>
5221
5222 * gdb.cp/method2.exp: Output of overload menu is now
5223 alphabetized. Update tests for "break A::method".
5224 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5225 of hard-coding them.
5226 Overload menu is alphabetized: rewrite to accommodate.
5227 Unset variables LINE and TYPES which are used in other tests.
5228 Compute the output of "info break".
5229 Update the breakpoint table after all breakpoints are deleted.
5230 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5231 compute ACTUALS and the method body based on parameters.
5232 Update expected output accordingly.
5233 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5234 unique comments to allow the use of gdb_get_line_number.
5235
52362012-03-01 Keith Seitz <keiths@redhat.com>
5237
5238 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5239 some Tcl syntax.
5240 * gdb.cp/ovldbreak.exp: Likewise.
5241
7949c2a0
KS
52422012-03-01 Keith Seitz <keiths@redhat.com>
5243
5244 * gdb.base/help.exp (help show user): Update expected result
5245 for new doc string changes (add "non-python").
5246
7d74f244
DE
52472012-03-01 Scott J. Goldman <scottjg@vmware.com>
5248
5249 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5250 be put in the user-defined category and that the commands appear in
5251 "help user-defined".
5252
1b611343
JB
52532012-02-29 Joel Brobecker <brobecker@adacore.com>
5254
5255 * gdb.ada/tagged_not_init: New testcase.
5256
99b1c762
JB
52572012-02-29 Joel Brobecker <brobecker@adacore.com>
5258
5259 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5260 * gdb.ada/enum_idx_packed: New testcase.
5261
2d4a02ee
JB
52622012-02-29 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.ada/aliased_array: New testcase.
5265
2e6fda7d
JB
52662012-02-29 Joel Brobecker <brobecker@adacore.com>
5267
5268 * gdb.ada/whatis_array_val: New testcase.
5269
9a7f938f
JK
52702012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5271
5272 Fix disp-step-syscall.exp: fork: single step over fork.
5273 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5274 whitespaces.
5275 (single step over $syscall): Remove its check.
5276 (single step over $syscall final pc): New check.
5277
8703a944
JK
52782012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 Support processors without SSSE3.
5281 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5282 pabsd into ...
5283 (ssse3_test): ... a new function.
5284 (main): Call ssse3_test.
5285 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5286 Update expected values everywhere.
5287 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5288 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5289 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5290 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5291 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5292 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5293 Move these tests lower.
5294 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5295 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5296 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5297 New tests.
5298
c03e6ccc
YQ
52992012-02-29 Yao Qi <yao@codesourcery.com>
5300 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.trace/trace-mt.c: New.
5303 * gdb.trace/trace-mt.exp: New.
5304
7964b62a
TS
53052012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5306
2c8910ba
TS
5307 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5308 numbers instead of hardcoding them.
5309 * gdb.base/annota1.c: Provide suitable markers.
5310 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5311 numbers instead of hardcoding them.
5312 * gdb.base/annota3.c: Provide suitable markers.
5313
5314 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5315 * gdb.base/annota3.c: Likewise.
5316 * gdb.base/sigall.c: Likewise.
5317 * gdb.base/signals.c: Likewise.
5318 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 5319
5a41c0b7
MR
53202012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5321
5322 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5323 failure return path.
5324
ebbbe5c5
LM
53252012-02-27 Luis Machado <lgustavo@codesourcery.com>
5326
5327 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5328
8d126d8a
LM
53292012-02-24 Luis Machado <lgustavo@codesourcery.com>
5330
5331 * gdb.base/cond-eval-mode.exp: New file.
5332
11337c2f
PA
53332012-02-24 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5336 (top level): Use with_test_prefix.
5337
13fc3e3c
PA
53382012-02-24 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.threads/attach-into-signal.exp (corefunc): Use
5341 with_test_prefix.
5342
07c1b626
JK
53432012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 Fix false FAILs on old CPUs without SSE.
5346 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5347 Return untested for Illegal instruction.
5348
596ba138
JK
53492012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5350
5351 Fix false FAILs with glibc debug infos installed.
5352 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5353 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5354
aeaa2474
SA
53552012-02-22 Sterling Augustine <saugustine@google.com>
5356
5357 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5358 constant with cast.
5359
aed555c9
PA
53602012-02-21 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
5363
78afebb4
PA
53642012-02-21 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
5367
fdcfef12
PA
53682012-02-21 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
5371 with_test_prefix.
5372
0f4d39d5
PA
53732012-02-21 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
5376 with_test_prefix here.
5377 (top level): Do it here instead. Remove `:' from the
5378 with_test_prefix string.
5379 * gdb.base/attach-pie-misread.exp: Remove the leading space the
5380 the suffix `:' from the with_test_prefix prefix string.
5381 * gdb.base/break-interp.exp: Ditto.
5382 * gdb.base/catch-load.exp: Ditto.
5383 * gdb.base/disp-step-syscall.exp: Ditto.
5384 * gdb.base/jit-so.exp: Ditto.
5385 * gdb.base/jit.exp: Ditto.
5386 * gdb.base/sepdebug.exp: Ditto.
5387 * gdb.base/solib-display.exp: Ditto.
5388 * gdb.base/solib-overlap.exp: Ditto.
5389 * gdb.base/watch-cond-infcall.exp: Ditto.
5390 * gdb.base/watchpoint.exp: Ditto.
5391 * gdb.dwarf2/dw2-noloc.exp: Ditto.
5392 * gdb.mi/mi-watch.exp: Ditto.
5393 * gdb.mi/mi2-watch.exp: Ditto.
5394 * gdb.threads/non-ldr-exc-1.exp: Ditto.
5395 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5396 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5397 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5398 * gdb.threads/watchpoint-fork.exp: Ditto.
5399 * gdb.threads/watchthreads-reorder.exp: Ditto.
5400 * gdb.trace/change-loc.exp: Ditto.
5401 * gdb.trace/pending.exp: Ditto.
5402 * gdb.trace/status-stop.exp: Ditto.
5403 * gdb.trace/strace.exp: Ditto.
5404 * gdb.trace/trace-break.exp: Ditto.
5405 * gdb.trace/unavailable.exp: Ditto.
5406 * lib/gdb.exp (with_test_prefix): Always prefix with space and
5407 suffix with colon. Adjust leading comments.
5408
6a5870ce
PA
54092012-02-21 Pedro Alves <palves@redhat.com>
5410 Tom Tromey <tromey@redhat.com>
5411
5412 * lib/gdb.exp: Add description of test prefixes.
5413 (with_test_prefix): New procedure.
5414 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
5415 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
5416 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
5417 instead of lappend to append to pf_prefix.
5418 * gdb.base/catch-load.exp: Use with_test_prefix.
5419 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
5420 * gdb.base/jit-so.exp: Use with_test_prefix.
5421 * gdb.base/jit.exp: Use with_test_prefix.
5422 * gdb.base/return-nodebug.exp (do_test): Use append instead of
5423 lappend to append to pf_prefix.
5424 * gdb.base/sepdebug.exp: Use with_test_prefix.
5425 * gdb.base/solib-display.exp: Use with_test_prefix.
5426 * gdb.base/solib-overlap.exp: Use with_test_prefix.
5427 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
5428 * gdb.base/watchpoint.exp: Use with_test_prefix.
5429 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
5430 * gdb.mi/mi-watch.exp: Use with_test_prefix.
5431 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
5432 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
5433 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
5434 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
5435 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
5436 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
5437 append instead of lappend to append to pf_prefix.
5438 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
5439 * gdb.trace/change-loc.exp: Use with_test_prefix.
5440 * gdb.trace/pending.exp: Use with_test_prefix.
5441 * gdb.trace/status-stop.exp: Use with_test_prefix.
5442 * gdb.trace/strace.exp: Use with_test_prefix.
5443 * gdb.trace/trace-break.exp: Use with_test_prefix.
5444 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
5445 instead of lappend to append to pf_prefix.
5446
35dc4a6b
JK
54472012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5448
5449 Fix racy FAILs.
5450 * gdb.base/inferior-died.c (main): Add return of 0.
5451 * gdb.base/inferior-died.exp (continue): Fix expectation of
5452 asynchronous events.
5453 (p 1): New test.
5454
c5a006e6
PA
54552012-02-20 Pedro Alves <palves@redhat.com>
5456
5457 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
5458 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
5459 gdb's internal debug output. For the non-threaded case, look for
5460 "Program received signal SIGLARM", for the threaded case, peek at
5461 the thread's siginfo.
5462
cc51a170
PA
54632012-02-20 Pedro Alves <palves@redhat.com>
5464
5465 General cleanup, make output test messages unique, and build
5466 different executable files for the non-threaded and threaded
5467 cases.
5468
5469 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
5470 Delete.
5471 (executable_nothr, executable_thr): New globals.
5472 (top level): Adjust to delete both executables.
5473 (corefunc): New parameter $executable. Set $pf_prefix instead of
5474 hand writing a prefix in tests. Issue a clean_restart and enable
5475 lin-lwp debug output here.
5476 (top level): Adjust. Use build_executable. Don't start gdb here,
5477 and don't enable lin-lwp debug output here.
5478 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
5479
c755f03d
JK
54802012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5481
5482 Fix racy FAILs.
5483 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
5484 "continue" command.
5485
6bec5e0a
JK
54862012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 Fix for gdbserver non-extended mode.
5489 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
5490 and gdb_run_cmd.
5491
2e8265fd
TT
54922012-02-17 Tom Tromey <tromey@redhat.com>
5493
5494 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
5495 * gdb.python/py-events.exp: Check 'dir' output.
5496 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
5497
9e507076
YQ
54982012-02-17 Yao Qi <yao@codesourcery.com>
5499
5500 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
5501
32d22ab1
TT
55022012-02-16 Tom Tromey <tromey@redhat.com>
5503
5504 * gdb.base/inferior-died.c: Don't include stdio.h.
5505
9addecb9
TT
55062012-02-16 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.base/inferior-died.c: New file.
5509 * gdb.base/inferior-died.exp: New file.
5510
4cb6da1c
AR
55112012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5512
5513 * gdb.base/break-inline.exp: New file.
5514 * gdb.base/break-inline.c: New file.
5515
3af2590d
TT
55162012-02-15 Tom Tromey <tromey@redhat.com>
5517
5518 * gdb.base/pc-fp.exp: Add "info register" tests.
5519
29988831
TT
55202012-02-15 Tom Tromey <tromey@redhat.com>
5521
5522 * gdb.base/regs.exp: Remove.
5523
10010058
PA
55242012-02-15 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
5527 the target doesn't support tracepoints.
5528 * gdb.trace/circ.exp: Ditto.
5529 * gdb.trace/collection.exp: Ditto.
5530 * gdb.trace/packetlen.exp: Ditto.
5531 * gdb.trace/passc-dyn.exp: Ditto.
5532 * gdb.trace/report.exp: Ditto.
5533 * gdb.trace/tfind.exp: Ditto.
5534 * gdb.trace/tspeed.exp: Ditto.
5535 * gdb.trace/tsv.exp: Ditto.
5536 * gdb.trace/unavailable.exp: Ditto.
5537 * gdb.trace/while-dyn.exp: Ditto.
5538
a2e0062d
PA
55392012-02-15 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
5542 gdb_test_multiple, and call unsupported instead of fail, if the
5543 remote side does not support the request.
5544
a1999d40
PA
55452012-02-15 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
5548 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
5549 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
5550 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
5551 * gdb.server/server-run.exp: Make sure gdb is disconnected.
5552 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
5553 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
5554 doesn't start with "extended-" already.
5555
7cee1e54
PA
55562012-02-15 Pedro Alves <palves@redhat.com>
5557
5558 Support extended-remote. Avoid cascading timeouts.
5559
5560 * gdb.base/attach.exp (do_attach_tests): Add expected output for
5561 the extended-remote target. If attaching with no file fails, load
5562 the file manually.
5563 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
5564
816338b5
SS
55652012-02-14 Stan Shebs <stan@codesourcery.com>
5566
5567 * gdb.base/ena-dis-br.exp: Add enable count test.
5568
cc30c4bd
PA
55692012-02-13 Pedro Alves <palves@redhat.com>
5570
5571 * config/mips-idt.exp: Delete.
5572 * gdb.base/a2-run.exp: Remove mips-idt xfails.
5573 * gdb.base/bitfields.exp: Remove mips-idt restarts.
5574 * gdb.base/break.exp: Remove mips-idt references.
5575 * gdb.base/chng-syms.exp: Ditto.
5576 * gdb.base/default.exp: Ditto.
5577 * gdb.base/funcargs.exp (funcargs_reload): Delete.
5578 (top level): Don't call it.
5579 * gdb.base/opaque.exp: Remove mips-idt restarts.
5580 * gdb.base/ptype.exp: Remove mips-idt xfails.
5581 * gdb.base/scope.exp: Remove mips-idt restarts.
5582 * gdb.base/sepdebug.exp: Remove mips-idt references.
5583 * gdb.base/watchpoint.exp (maybe_clean_restart)
5584 (maybe_reinitialize): Delete.
5585 (test_disabling_watchpoints, test_disabling_watchpoints)
5586 (test_watchpoint_triggered_in_syscall)
5587 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5588 Don't call them.
5589
57008375
JK
55902012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5591
5592 * gdb.server/server-exec-info.exp: New file.
5593
4a2d9c08
PA
55942012-02-10 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
5597 always non-empty.
5598 (test_attach): Always pass $exec to test_attach_gdb.
5599
09fa21bd
TT
56002012-02-08 Tom Tromey <tromey@redhat.com>
5601
5602 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
5603 before inferior is started.
5604
f0823d2c
TT
56052012-02-07 Tom Tromey <tromey@redhat.com>
5606
5607 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
5608 Symbol.value.
5609 * gdb.python/py-symbol.c (qq): Set default value.
5610
56112012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
5612
5613 * gdb.python/py-symbol.c (qq): New global.
5614 * gdb.python/py-symbol.exp: Add test for frame-less
5615 lookup_symbol.
5616 * gdb.python/py-symtab.exp: Fix line number.
5617
f7e44f65
JB
56182012-02-03 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdb.ada/mi_task_arg: New testcase.
5621
4c9ed63c
PA
56222012-02-02 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.reverse/until-precsave.exp: Also put "record save" under the
5625 extended timeout.
5626
c0b9f2c6
PA
56272012-02-02 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
5630 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
5631
5f8cefd7
PA
56322012-02-02 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/term.exp: Rewrite.
5635 * gdb.base/term.c: New.
5636
2f3a2569
PA
56372012-02-02 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/default.exp (run "r" abbreviation, run): Add
5640 extended-remote expected output.
5641
f149aabd
TT
56422012-02-02 Tom Tromey <tromey@redhat.com>
5643
5644 * gdb.cp/dispcxx.exp: New file.
5645 * gdb.cp/dispcxx.cc: New file.
5646
03bef283
TT
56472012-02-01 Tom Tromey <tromey@redhat.com>
5648
5649 * gdb.base/jit-simple.exp: New file.
5650 * gdb.base/jit-simple.c: New file.
5651
a79b18b5
YQ
56522012-01-30 Yao Qi <yao@codesourcery.com>
5653
5654 * gdb.base/skip.exp: Make test result unique.
5655
f0d1a53e
JK
56562012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5657
5658 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
5659 compatibility with valgrind-3.7.0.
5660
4b3c9f41
PA
56612012-01-27 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/watchpoint.exp (no_hw): New global.
5664 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
5665 disable hw watchpoints.
5666 (test_wide_location_1, test_wide_location_2): If no_hw is set,
5667 don't expect hw watchpoints.
5668 (no_hw_watchpoints): Always clean restart.
5669 (do_tests): New procedure, factored out from the top level.
5670 (top level): Run tests twice. Once with hw watchpoints enabled,
5671 another time with hw watchpoints disabled.
5672
a13491c8
PA
56732012-01-27 Pedro Alves <palves@redhat.com>
5674
5675 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
5676 out from the top level.
5677 (top level): Call it instead.
5678
f2c8a051
PA
56792012-01-27 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.base/watchpoint.exp (top level): Re-enable hardware
5682 watchpoints sooner.
5683
654d7a9e
PA
56842012-01-27 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
5687
274f47f3
PA
56882012-01-27 Pedro Alves <palves@redhat.com>
5689
5690 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
5691 "You may have requested too many hardware
5692 breakpoints/watchpoints".
5693
e4d63ba2
PA
56942012-01-27 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.base/watchpoint.exp (maybe_clean_restart)
5697 (maybe_reinitialize): New.
5698 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
5699 expect "hit N times".
5700 (test_disabling_watchpoints, test_complex_watchpoint)
5701 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
5702 Call maybe_clean_restart.
5703 (top level): Use clean_restart. Remove "mips-idt-*"
5704 reinitialization.
5705
dbd95daf
PA
57062012-01-27 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
5709
f3ad2025
PA
57102012-01-27 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.base/watchpoint.exp: Clean restart after tests that don't
5713 require `initialize' anymore. Remove unnecessary `initialize'
5714 calls.
5715
100aa3ae
PA
57162012-01-27 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.base/watchpoint.exp (wp_set): Delete.
5719 (initialize, test_simple_watchpoint, top level): Remove dead code.
5720
c79a8e11
PA
57212012-01-27 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
5724 typo.
5725
048fe15a
PA
57262012-01-27 Pedro Alves <palves@redhat.com>
5727
5728 * config/extended-gdbserver.exp: New file.
5729 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
5730 comment.
5731 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
5732 * boards/native-extended-gdbserver.exp: New file.
5733
4033a6bf
PA
57342012-01-26 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
5737 and gdb_test_multiple.
5738
3d7f4b81
PA
57392012-01-26 Pedro Alves <palves@redhat.com>
5740
5741 Make test messages unique, and more identifiable.
5742 * gdb.multi/watchpoint-multi.exp: Change test messages.
5743
484abf42
TT
57442012-01-25 Tom Tromey <tromey@redhat.com>
5745
5746 * gdb.base/solib-disc.exp: Fix regexps.
5747
edcc5120
TT
57482012-01-24 Tom Tromey <tromey@redhat.com>
5749
5750 * lib/mi-support.exp (mi_expect_stop): Add special case for
5751 solib-event.
5752 * gdb.base/catch-load-so.c: New file.
5753 * gdb.base/catch-load.exp: New file.
5754 * gdb.base/catch-load.c: New file.
5755 * gdb.base/break-interp.exp (reach_1): Update regexp.
5756
30b91c90
JK
57572012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5758
5759 Fix fuzzy results.
5760 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
5761 lpsimple and func.
5762
53fe1783
GB
57632012-01-24 Gary Benson <gbenson@redhat.com>
5764
5765 Delete #if 0'd out code.
5766 * gdb.base/default.exp (info catch): Remove.
5767 * gdb.base/gdb_history (info catch): Likewise.
5768 * gdb.base/help.exp (info catch): Likewise.
5769
d0d8b0c6
JK
57702012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5771
5772 Fix watchpoints to be specific for each inferior.
5773 * gdb.multi/watchpoint-multi.c: New file.
5774 * gdb.multi/watchpoint-multi.exp: New file.
5775
4403d8e9
JK
57762012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5777
5778 Fix watchpoints across inferior fork.
5779 * gdb.threads/watchpoint-fork-child.c: New file.
5780 * gdb.threads/watchpoint-fork-mt.c: New file.
5781 * gdb.threads/watchpoint-fork-parent.c: New file.
5782 * gdb.threads/watchpoint-fork-st.c: New file.
5783 * gdb.threads/watchpoint-fork.exp: New file.
5784 * gdb.threads/watchpoint-fork.h: New file.
5785
050a2e1d
PA
57862012-01-23 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.base/call-signal-resume.exp: Allow output after "return".
5789
6a52fb62
PA
57902012-01-20 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.python/py-finish-breakpoint.py: Fix typo.
5793
145b16a9
UW
57942012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5795
5796 * gdb.base/info-proc.exp: Also run on remote targets. Main
5797 "info proc" command is now always present; whether target supports
5798 actual info proc operation is detected when attempting to issue
5799 the command.
5800
26f6125e
JK
58012012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5802
5803 * .gdbinit: Remove.
5804
eb5227ce
PA
58052012-01-19 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
5808 look at the funtions' returns.
5809 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
5810 (jprint.print(int, int)): Change return type to int. Adjust.
5811
1db33378
PP
58122012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5813
5814 PR gdb/9538
5815 * gdb.base/sepdebug.exp: New test.
5816
b9736cf8
PA
58172012-01-18 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
5820 Allow output before ^done.
5821
4aac40c8
TT
58222012-01-16 Tom Tromey <tromey@redhat.com>
5823
5824 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
5825 Add tests for relative directory.
5826
cafec441
TT
58272012-01-16 Tom Tromey <tromey@redhat.com>
5828
5829 * gdb.base/printcmds.c (enum flag_enum): New.
5830 (three): New global.
5831 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
5832 enum printing.
5833 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
5834 FlagEnumerationPrinter.
5835 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
5836 * gdb.python/py-pp-maint.c (enum flag_enum): New.
5837 (fval): New global.
5838
abcc4978
PA
58392012-01-16 Pedro Alves <palves@redhat.com>
5840
5841 * lib/gdb.exp (banned_procedures): New variable.
5842 (banned_variables_traced): Rename to ...
5843 (banned_traced): ... this.
5844 (gdb_init): Also trace banned procedures.
5845 (gdb_finish): Also untrace banned procedures.
5846
97ccebe8
PA
58472012-01-16 Pedro Alves <palves@redhat.com>
5848
5849 Remove all calls to strace.
5850
2af7517b
JK
58512012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5852
5853 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
5854 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
5855
9241a8bc
PP
58562012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5857
5858 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
5859 * gdb.base/pie-execl.exp: Likewise.
5860
3848a17f
KS
58612012-01-12 Keith Seitz <keiths@redhat.com>
5862
5863 PR mi/10586
5864 * gdb.mi/var-cmd.c (struct anonymous): New structure.
5865 (do_anonymous_type_tests): New function.
5866 (main): Call do_anonymous_type_tests.
5867 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
5868 (verify_everything): New procedure.
5869 * gdb.mi/mi-var-cp.cc (class A): New class.
5870 (anonymous_structs_and_unions): New function.
5871 (main): Call anonymous_structs_and_unions.
5872 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
5873 (verify_everything): New procedure.
5874
440e2fca
KS
58752012-01-12 Keith Seitz <keiths@redhat.com>
5876
5877 * lib/mi-support.exp: Expand comments about PATH_EXPR.
5878 (varobj_tree::get_path_expr): Assume that all varobjs are
5879 compound unless they are known simple types.
5880 Adjust path expressions based on parent type, path parent type,
5881 and tree language.
5882 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
5883 the root varobj.
5884 (mi_walk_varobj_tree): Add LANGUAGE parameter.
5885
675399c9
PA
58862012-01-11 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
5889 core files on this machine" anymore.
5890
97ddaa9b
PH
58912012-01-11 Paul Hilfinger <hilfingr@adacore.com>
5892
5893 * gdb.base/watchpoint.c (recurser): Initialize local_x.
5894 (main): Repeat recurser call.
5895 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
5896 equivalent to 'local_x'.
5897
ea733575 58982012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 5899 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
5900
5901 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
5902
2ca0b532
PA
59032012-01-05 Pedro Alves <alves.ped@gmail.com>
5904
5905 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
5906 * gdb.python/py-events.c (first): Add bits for new "step N" test.
5907 * gdb.python/py-events.exp: Test that "step N" tripping on a
5908 breakpoint emits a breakpoint event.
5909
6e681866
JB
59102012-01-03 Joel Brobecker <brobecker@adacore.com>
5911
5912 * gdb.base/auxv.exp: Reformat the copyright notice.
5913
3c2d6aff
YQ
59142012-01-03 Yao Qi <yao@codesourcery.com>
5915
5916 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
5917 (strace_trace_on_diff_addr): New.
5918 * gdb.trace/strace.c: (main): Add two local variables.
5919
0852fee3
UW
59202011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
5921
5922 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
5923 * gdb.cell/gcore.exp: Likewise.
5924 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
5925 to verify the correct instance of main is selected.
5926
12c3e59c
JB
59272012-01-02 Joel Brobecker <brobecker@adacore.com>
5928
5929 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
5930 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
5931 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
5932 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
5933 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
5934 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
5935 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
5936 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
5937 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
5938 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
5939 gdb.threads/thread_check.c: Reformat copyright header.
5940
c0f378ec
EBM
59412011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5942
e4a7ca93 5943 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
5944 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
5945 is not enabled.
5946
3bc96cfb
JK
59472011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5948
5949 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
5950 parameter to self_exec, adjust the function.
5951 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
5952 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
5953 (set var do_exit = 0): Remove test.
5954 (newline at end of file): Add one.
5955
095bcf5e
JB
59562011-12-27 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
5959 New files.
5960
18d19bd1
JK
59612011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5962
5963 Fix racy FAILs.
5964 * gdb.threads/fork-thread-pending.c (barrier): New variable.
5965 (thread_function, thread_forker): Call pthread_barrier_wait for it.
5966 (main): Call pthread_barrier_init for it.
5967
e809353a
JK
59682011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 Fix double send_gdb leading to racy FAILs.
5971 * gdb.base/break.exp (set silent break bp_location1): Replace
5972 3x send_gdb and gdb_expect by gdb_test.
5973 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
5974 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
5975 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
5976 instead of send_gdb. Twice.
5977 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
5978 3x send_gdb and gdb_expect by gdb_test.
5979 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
5980
da8cb7ec
JK
59812011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 * gdb.linespec/linespec.exp: Compile using {c++}.
5984
ae1a303e
JK
59852011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5986
5987 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
5988 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
5989 (verify GCC PR debug/51668): New test.
5990
cc72b2a2
KP
59912011-12-23 Kevin Pouget <kevin.pouget@st.com>
5992
5993 Introduce gdb.FinishBreakpoint in Python.
5994 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
5995 py-finish-breakpoint2
5996 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
5997 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
5998 instead of line number.
5999 * gdb.python/py-finish-breakpoint.c: New file.
6000 * gdb.python/py-finish-breakpoint.exp: New file.
6001 * gdb.python/py-finish-breakpoint.py: New file.
6002 * gdb.python/py-finish-breakpoint2.cc: New file.
6003 * gdb.python/py-finish-breakpoint2.exp: New file.
6004 * gdb.python/py-finish-breakpoint2.py: New file.
6005
3b7962f9
JK
60062011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6007
6008 Partial fix of compatibility with gcc-4.7.
6009 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6010 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6011 Add comment to add a PASS case in the future.
6012
6538471c
JK
6013 Fix compatibility with gcc-4.7.
6014 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6015
7052e42c
UW
60162011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6017
6018 PR tdep/12797
6019 * gdb.base/callfuncs.exp: Remove KFAIL.
6020
9ac7f98e
JB
60212011-12-21 Joel Brobecker <brobecker@adacore.com>
6022
6023 * gdb.ada/task_bp: New testcase.
6024
f6eeced0
JK
60252011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6026
6027 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6028 -DNO_SECTIONS.
6029 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6030
72225e17
JK
60312011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6032
6033 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6034 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6035 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6036 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6037 conditional for gcc <= 4.5.
6038
13ac8d2c
JK
60392011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6042 by XFAIL.
6043 * gdb.cp/static-method.exp (info addr A::func())
6044 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6045 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6046 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6047 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6048 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6049 (test value of F in k3_m): Likewise.
6050 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6051 Likewise.
6052
049682ba
JK
60532011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6056 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6057 Remove.
6058 * gdb.threads/attachstop-mt.c: Remove.
6059 * gdb.threads/attachstop-mt.exp: Remove.
6060
2c9d8796
MK
60612011-12-17 Mark Kettenis <kettenis@gnu.org>
6062
6063 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6064
e0f9f062
DE
60652011-12-16 Doug Evans <dje@google.com>
6066
f4aa2101 6067 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
6068 * boards/native-gdbserver.exp: New file.
6069
e0f9f062
DE
6070 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6071 gdbserver output.
6072 (gdbserver_default_get_remote_address): New function.
6073 (gdbserver_start): Call gdb,get_remote_address to compute argument
6074 to "target remote" command.
6075
80b6e756
PM
60762011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6077
1c3ad6ab 6078 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
6079 python print-stack. Add set/show python print-stack
6080 off|full|message tests.
6081
1576bd00
YQ
60822011-12-15 Yao Qi <yao@codesourcery.com>
6083
6084 * gdb.trace/strace.c: New
6085 * gdb.trace/strace.exp: New.
6086
d6a0f6e0
TT
60872011-12-14 Tom Tromey <tromey@redhat.com>
6088
6089 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6090
31015e1d
DE
60912011-12-14 Doug Evans <dje@google.com>
6092
6093 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6094
7b50312a
PA
60952011-12-14 Pedro Alves <pedro@codesourcery.com>
6096
6097 PR threads/10729
6098
6099 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 6100 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 6101
924437bc
PA
61022011-12-13 Pedro Alves <pedro@codesourcery.com>
6103 Doug Evans <dje@google.com>
6104
6105 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6106 (clean_restart): Remove references to the gdb_stub target board
6107 variable.
6108 (gdb_step_for_stub): Delete.
6109
6110 * gdb.base/annota1.exp: Remove all references to [target_info
6111 exists gdb_stub], gdb_step_for_stub and usestubs.
6112 * gdb.base/annota3.exp: Ditto.
6113 * gdb.base/async.exp: Ditto.
6114 * gdb.base/break.exp: Ditto.
6115 * gdb.base/code-expr.exp: Ditto.
6116 * gdb.base/commands.exp: Ditto.
6117 * gdb.base/completion.exp: Ditto.
6118 * gdb.base/condbreak.exp: Ditto.
6119 * gdb.base/consecutive.exp: Ditto.
6120 * gdb.base/cvexpr.exp: Ditto.
6121 * gdb.base/define.exp: Ditto.
6122 * gdb.base/display.exp: Ditto.
6123 * gdb.base/ena-dis-br.exp: Ditto.
6124 * gdb.base/environ.exp: Ditto.
6125 * gdb.base/gnu-ifunc.exp: Ditto.
6126 * gdb.base/maint.exp: Ditto.
6127 * gdb.base/pending.exp: Ditto.
6128 * gdb.base/sect-cmd.exp: Ditto.
6129 * gdb.base/sepdebug.exp: Ditto.
6130 * gdb.base/unload.exp: Ditto.
6131 * gdb.base/watchpoint-solib.exp: Ditto.
6132 * gdb.cp/annota2.exp: Ditto.
6133 * gdb.cp/annota3.exp: Ditto.
6134 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6135 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6136 * gdb.mi/mi-pending.exp: Ditto.
6137 * gdb.trace/circ.exp: Ditto.
6138 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6139 * gdb.base/list.exp: Ditto.
6140
6141 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6142 breakpoint function and all references to the usestubs macro.
6143 * gdb.base/exprs.c: Ditto.
6144 * gdb.base/freebpcmd.c: Ditto.
6145 * gdb.base/bitfields.c: Ditto.
6146 * gdb.base/bitfields2.c: Ditto.
6147 * gdb.base/break.c: Ditto.
6148 * gdb.base/call-sc.c: Ditto.
6149 * gdb.base/call-signals.c: Ditto.
6150 * gdb.base/callfuncs.c: Ditto.
6151 * gdb.base/charset.c: Ditto.
6152 * gdb.base/consecutive.c: Ditto.
6153 * gdb.base/constvars.c: Ditto.
6154 * gdb.base/funcargs.c: Ditto.
6155 * gdb.base/int-type.c: Ditto.
6156 * gdb.base/interrupt.c: Ditto.
6157 * gdb.base/langs0.c: Ditto.
6158 * gdb.base/list0.c: Ditto.
6159 * gdb.base/mips_pro.c: Ditto.
6160 * gdb.base/miscexprs.c: Ditto.
6161 * gdb.base/nodebug.c: Ditto.
6162 * gdb.base/opaque0.c: Ditto.
6163 * gdb.base/pointers.c: Ditto.
6164 * gdb.base/printcmds.c: Ditto.
6165 * gdb.base/ptype.c: Ditto.
6166 * gdb.base/recurse.c: Ditto.
6167 * gdb.base/reread1.c: Ditto.
6168 * gdb.base/reread2.c: Ditto.
6169 * gdb.base/restore.c: Ditto.
6170 * gdb.base/return.c: Ditto.
6171 * gdb.base/run.c: Ditto.
6172 * gdb.base/scope0.c: Ditto.
6173 * gdb.base/sepdebug.c: Ditto.
6174 * gdb.base/setshow.c: Ditto.
6175 * gdb.base/setvar.c: Ditto.
6176 * gdb.base/sigall.c: Ditto.
6177 * gdb.base/signals.c: Ditto.
6178 * gdb.base/structs.c: Ditto.
6179 * gdb.base/structs2.c: Ditto.
6180 * gdb.base/testenv.c: Ditto.
6181 * gdb.base/twice.c: Ditto.
6182 * gdb.base/unwindonsignal.c: Ditto.
6183 * gdb.base/watchpoint.c: Ditto.
6184 * gdb.base/watchpoints.c: Ditto.
6185 * gdb.base/whatis.c: Ditto.
6186 * gdb.cp/classes.cc: Ditto.
6187 * gdb.cp/cplusfuncs.cc: Ditto.
6188 * gdb.cp/derivation.cc: Ditto.
6189 * gdb.cp/formatted-ref.cc: Ditto.
6190 * gdb.cp/misc.cc: Ditto.
6191 * gdb.cp/overload.cc: Ditto.
6192 * gdb.cp/ovldbreak.cc: Ditto.
6193 * gdb.cp/ref-params.cc: Ditto.
6194 * gdb.cp/ref-types.cc: Ditto.
6195 * gdb.cp/templates.cc: Ditto.
6196 * gdb.cp/virtfunc.cc: Ditto.
6197 * gdb.hp/gdb.aCC/run.c: Ditto.
6198 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6199 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6200 * gdb.reverse/consecutive-reverse.c: Ditto.
6201 * gdb.reverse/sigall-reverse.c: Ditto.
6202 * gdb.reverse/until-reverse.c: Ditto.
6203 * gdb.reverse/watch-reverse.c: Ditto.
6204 * gdb.trace/actions.c: Ditto.
6205 * gdb.trace/circ.c: Ditto.
6206 * gdb.trace/collection.c: Ditto.
6207
fabde485
PA
62082011-12-13 Pedro Alves <pedro@codesourcery.com>
6209
6210 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6211 (func6, func7): New.
6212 (main): Call func6 and func7.
6213 * gdb.base/watchpoint.exp (test_wide_location_1)
6214 (test_wide_location_2): New.
6215 (top level): Re-enable hardware watchpoints if necessary. Call
6216 test_wide_location_1 and test_wide_location_2.
6217
ff7d1690
YQ
62182011-12-11 Yao Qi <yao@codesourcery.com>
6219
6220 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6221
a6af7abe
JB
62222011-12-11 Joel Brobecker <brobecker@adacore.com>
6223
6224 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6225 expected output for unsupported case.
6226
61638e15
JK
62272011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6228
6229 PR testsuite/12649
6230 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6231 Protect gdb_test_multiple by final $gdb_prompt match.
6232
0a00efc3
JK
62332011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6236 New variable, new test.
6237 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6238 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6239 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6240 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6241 them if HAVE_GCC_45682_FIXED is not set.
6242
4511b1ba
YQ
62432011-12-10 Yao Qi <yao@codesourcery.com>
6244
6245 * gdb.trace/status-stop.exp: New.
6246 * gdb.trace/status-stop.c: New.
6247
27949e73
JK
62482011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6251 timeout.
6252
d8ea7931
TT
62532011-12-08 Tom Tromey <tromey@redhat.com>
6254
6255 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6256 condition.
6257
1cc310d2
SS
62582011-12-07 Stan Shebs <stan@codesourcery.com>
6259
6260 * gdb.trace/tfind.exp: Update for output changes.
6261
d482a875
PA
62622011-12-07 Pedro Alves <pedro@codesourcery.com>
6263
6264 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6265 throws "Cannot insert catchpoints in this configuration".
6266 * gdb.ada/mi_catch_ex.exp: Likewise.
6267
f0ba3972
PA
62682011-12-06 Pedro Alves <pedro@codesourcery.com>
6269
6270 * gdb.base/break-always.exp: Test changing memory at addresses
6271 with breakpoints inserted.
6272
f8eba3c6
TT
62732011-12-06 Joel Brobecker <brobecker@acacore.com>
6274
6fdff2c5
PA
6275 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6276 involving a fully qualified function name.
f8eba3c6
TT
6277
62782011-12-06 Tom Tromey <tromey@redhat.com>
6279
6280 * gdb.ada/homonym.exp: Add three breakpoint tests.
6281
62822011-12-06 Tom Tromey <tromey@redhat.com>
6283
6284 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6285 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6286 * gdb.objc/objcdecode.exp: Update for output changes.
6287 * gdb.linespec/linespec.exp: New file.
6288 * gdb.linespec/lspec.cc: New file.
6289 * gdb.linespec/lspec.h: New file.
6290 * gdb.linespec/body.h: New file.
6291 * gdb.linespec/base/two/thefile.cc: New file.
6292 * gdb.linespec/base/one/thefile.cc: New file.
6293 * gdb.linespec/Makefile.in: New file.
6294 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6295 output changes.
6296 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6297 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6298 makes one breakpoint.
6299 * gdb.cp/method2.exp (test_break): Update for output changes.
6300 * gdb.cp/mb-templates.exp: Update for output changes.
6301 * gdb.cp/mb-inline.exp: Update for output changes.
6302 * gdb.cp/mb-ctor.exp: Update for output changes.
6303 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6304 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6305 has multiple matches.
6306 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6307 error message change.
6308 * gdb.base/list.exp (test_list_filename_and_number): Update for
6309 error message change.
6310 * gdb.base/break.exp: Disable pending breakpoints. Update for
6311 output changes.
6312 * configure.ac: Add gdb.linespec.
6313 * configure: Rebuild.
6314 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6315
c642a434
UW
63162011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6317
6318 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6319 last_break register on s390*-*-* targets.
6320
b18003d1
JB
63212011-12-06 Joel Brobecker <brobecker@adacore.com>
6322
6323 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6324 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6325 of parameter X in procedure Foo.
6326
fe96589c
SS
63272011-12-05 Stan Shebs <stan@codesourcery.com>
6328
6329 * gdb.trace/tfind.exp: Update help string matches.
6330
1820ab47
JK
63312011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 * gdb.server/ext-run.exp (get process list): Accept also systemd
6334 as PID 1.
6335
e11ac3a3
JK
63362011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6337 Pedro Alves <pedro@codesourcery.com>
6338
6339 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6340 starting GDB.
6341 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6342 $use_gdb_stub.
6343 * gdb.base/display.exp: Likewise.
6344 * gdb.base/ending-run.exp: Likewise.
6345 * gdb.base/list.exp (test_listsize): Likewise.
6346 * gdb.base/setshow.exp: Likewise.
6347 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6348 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6349 check by global $use_gdb_stub.
6350 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6351 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6352 (default_gdb_init): Unset global $use_gdb_stub.
6353 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6354 by global $use_gdb_stub.
6355 * lib/gdbserver-support.exp: Extend comments for set_board_info
6356 gdb_protocol and gdb,socketport.
6357 (gdbserver_start_extended): Set global gdbserver_protocol and
6358 gdbserver_gdbport. Clear global use_gdb_stub.
6359 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6360 from target use_gdb_stub.
6361 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
6362
1d41d75c
DE
63632011-12-03 Doug Evans <dje@google.com>
6364
6365 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
6366 (gdb_step_for_stub): Add comments.
6367
d6d7a51a
MR
63682011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
6369
6370 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
6371 to the caller.
6372 (gdb_test_multiple): Likewise.
6373
05acf274
JK
63742011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6375
6376 Fix gdb.mi/mi-solib.exp without system debug info installed.
6377 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
6378 expect attribute, return 0 for it. Update comments.
6379
2268b414
JK
63802011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
6383 (corrupted list): Adjust the expectation.
6384
585861ea
JK
63852011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 PR threads/13448
6388 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
6389 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
6390 * gdb.threads/tls-var-main.c: New file.
6391 * gdb.threads/tls-var.c: New file.
6392 * gdb.threads/tls-var.exp: New file.
6393
968643aa
JK
63942011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6395
6396 PR testsuite/12649
6397 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
6398 Protect gdb_test_multiple by final $gdb_prompt match.
6399 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
6400 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
6401 (test_tracepoints): Likewise.
6402
9750bca9
JK
64032011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6404
6405 PR breakpoints/13346
6406 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
6407 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
6408 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
6409
ac1349b7
JB
64102011-12-01 Joel Brobecker <brobecker@adacore.com>
6411
6412 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
6413 * gdb.ada/homonym/homonym.adb: For use of all types defined
6414 locally inside both Get_Value subprograms.
6415
26d44faf
JK
64162011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 Fix racy FAILs.
6419 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
6420 of send_gdb.
6421
514f6425
UW
64222011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6423
6424 * gdb.base/testenv.exp: Skip on remote targets. Unset global
6425 environment variable after test completed.
6426
4255c8d2
UW
64272011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
6428
6429 * gdb.base/solib-nodir.exp: Skip if remote target.
6430 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
6431 application. Call gdb_load_shlibs.
6432 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
6433
a35ad96a
JB
64342011-11-29 Joel Brobecker <brobecker@adacore.com>
6435
6436 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
6437
1a1d5513
JB
64382011-11-28 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/fullname_bp: New testcase.
6441
50b4ddf8
JK
64422011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6443
6444 PR testsuite/12649
6445 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
6446 Wrap send_gdb into a new gdb_test.
6447
fb0aec57
JK
6448 Code cleanup.
6449 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
6450 Convert send_gdb and gdb_expect to gdb_test_multiple.
6451
2376d946
JK
64522011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6453
6454 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
6455
1eec78bd
KS
64562011-11-23 Keith Seitz <keiths@redhat.com>
6457
6458 * lib/mi-support.exp (varobj_tree): New namespace and procs.
6459 (mi_varobj_tree_test_children_callback): New proc.
6460 (mi_walk_varobj_tree): New proc.
6461
36dfb11c
TT
64622011-11-22 Tom Tromey <tromey@redhat.com>
6463
6464 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
6465 Add "use_mi_command" argument.
6466 (mi_run_cmd, mi_run_with_cli): New procs.
6467 * gdb.mi/solib-lib.c: New file.
6468 * gdb.mi/solib-main.c: New file.
6469 * gdb.mi/mi-solib.exp: New file.
6470
0e965dd0
DE
64712011-11-21 Doug Evans <dje@google.com>
6472
6473 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
6474 _Unwind_DebugHook is missing.
6475
f196051f
SS
64762011-11-20 Stan Shebs <stan@codesourcery.com>
6477
6478 * gdb.trace/tstatus.exp: New.
6479 * gdb.trace/actions.c: Include string.h.
6480
bfccc43c
YQ
64812011-11-18 Yao Qi <yao@codesourcery.com>
6482
6483 * gdb.trace/pending.exp: New.
6484 * gdb.trace/pending.c: New.
6485 * gdb.trace/pendshr1.c: New.
6486 * gdb.trace/pendshr2.c: New.
6487 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
6488 tracepoint location becomes pending.
6489 (tracepoint_change_loc_2): New.
6490
73cd8ab1
DM
64912011-11-16 David S. Miller <davem@davemloft.net>
6492
6493 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
6494 target is sparc*-*-linux*
6495
77426730
PK
64962011-11-15 Paul Koning <paul_koning@dell.com>
6497
6498 * gdb.python/py-type.exp: New testcases for exceptions on scalar
6499 types.
6500
ed59ded5
DE
65012011-11-14 Doug Evans <dje@google.com>
6502
6503 * gdb.base/shell.exp: New file.
6504
405f8e94
SS
65052011-11-14 Stan Shebs <stan@codesourcery.com>
6506
6507 * gdb.trace/ftrace.c: New.
6508 * gdb.trace/ftrace.exp: New.
6509
1e4d1764
YQ
65102011-11-14 Yao Qi <yao@codesourcery.com>
6511
6512 * gdb.trace/change-loc-1.c: New.
6513 * gdb.trace/change-loc-2.c: New.
6514 * gdb.trace/change-loc.c: New.
6515 * gdb.trace/change-loc.exp: New.
6516 * gdb.trace/change-loc.h: New.
6517 * gdb.trace/trace-break.c (marker): Define new symbol.
6518 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 6519 New.
1e4d1764
YQ
6520 (break_trace_same_addr_6): New.
6521
71eba9c2 65222011-11-12 Matt Rice <ratmice@gmail.com>
6523
6524 * gdb.base/info-macros.exp: Make tests for info definitions
6525 test info macro. Add tests for info macro argument processing.
6526 Rename a few tests.
6527
1d93e29a
KS
65282011-11-11 Keith Seitz <keiths@redhat.com>
6529
6530 PR gdb/12843
6531 * gdb.base/linespecs.exp: New file.
6532
a4b5b48a
DE
65332011-11-11 Doug Evans <dje@google.com>
6534
6535 * gdb.threads/print-threads.exp: Extend timeout for slower
6536 tests.
6537
f6b47be4
DE
65382011-11-10 Doug Evans <dje@google.com>
6539
792a0230
DE
6540 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
6541 "record to end of main" test.
6542
f6b47be4
DE
6543 * gdb.python/py-type.c (TS): New typedef.
6544 (ts): New global.
6545 * gdb.python/py-type.exp: Test field list of typedef.
6546
22355c90
JB
65472011-11-10 Joel Brobecker <brobecker@adacore.com>
6548
6549 * gdb.ada/small_reg_param: New testcase.
6550
a7860e76
TT
65512011-11-09 Tom Tromey <tromey@redhat.com>
6552
6553 * gdb.cp/destrprint.exp: New file.
6554 * gdb.cp/destrprint.cc: New file.
6555
72a2e3dc
MI
65562011-11-08 Meador Inge <meadori@codesourcery.com>
6557
6558 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
6559 (switch_stack_to_other): New test function.
6560 * gdb.arch/thumb-prologue.exp: New test cases.
6561
c7195df2 65622011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
6563
6564 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
6565
d3895d7d
YQ
65662011-11-08 Yao Qi <yao@codesourcery.com>
6567
6568 * gdb.exp (supports_process_record): New.
6569 (supports_reverse): New.
6570 * gdb.reverse/break-precsave.exp: Call support_process_record
6571 to run test conditionally.
6572 * gdb.reverse/consecutive-precsave.exp: Likewise.
6573 * gdb.reverse/i386-precsave.exp: Likewise.
6574 * gdb.reverse/machinestate-precsave.exp: Likewise.
6575 * gdb.reverse/solib-precsave.exp: Likewise.
6576 * gdb.reverse/step-precsave.exp: Likewise.
6577 * gdb.reverse/until-precsave.exp: Likewise.
6578 * gdb.reverse/watch-precsave.exp: Likewise.
6579 * gdb.reverse/break-reverse.exp: Call support_reverse to run
6580 test conditionally.
6581 * gdb.reverse/consecutive-reverse.exp: Likewise.
6582 * gdb.reverse/finish-precsave.exp: Likewise.
6583 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6584 * gdb.reverse/finish-reverse.exp: Likewise.
6585 * gdb.reverse/i386-reverse.exp: Likewise.
6586 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6587 * gdb.reverse/machinestate.exp: Likewise.
6588 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
6589 * gdb.reverse/sigall-precsave.exp: Likewise.
6590 * gdb.reverse/sigall-reverse.exp: Likewise.
6591 * gdb.reverse/solib-reverse.exp: Likewise.
6592 * gdb.reverse/step-reverse.exp: Likewise.
6593 * gdb.reverse/until-reverse.exp: Likewise.
6594 * gdb.reverse/watch-reverse.exp: Likewise.
6595
a59306a3
YQ
65962011-11-05 Yao Qi <yao@codesourcery.com>
6597
6598 * gdb.trace/trace-break.exp: Add test on setting two
6599 fast tracepoints at the same address.
6600
87769f59
JK
66012011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6602
6603 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
6604
3065dfb6
SS
66052011-11-02 Stan Shebs <stan@codesourcery.com>
6606
6607 * gdb.trace/collection.c: Add code using strings.
6608 * gdb.trace/collection.exp: Add tests of string collection.
6609
89e208db
JK
66102011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6611
6612 * gdb.base/skip-solib.exp (executable_main): New variable.
6613 (binfile_main): Base it on that.
6614 Use $executable_main in clean_restart calls. Drop gdb_exit and
6615 gdb_start calls.
6616
405e54e9
JK
66172011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 Fix racy FAILs.
6620 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
6621 breakpoint_re globals import by async. Set string_regex to .* for
6622 async. Remove the optional thread_selected_re and breakpoint_re
6623 globals expectations.
6624
58e8570a
JM
66252011-11-01 Joseph Myers <joseph@codesourcery.com>
6626
6627 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
6628 well as Cygwin.
6629
7b35ec7f 66302011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
6631
6632 Add tests for skip command.
89e208db
JK
6633 * gdb.base/skip-solib-lib.c: New
6634 * gdb.base/skip-solib-main.c: New
6635 * gdb.base/skip-solib.exp: New
6636 * gdb.base/skip.c: New
6637 * gdb.base/skip.exp: New
6638 * gdb.base/skip1.c: New
6639 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 6640
b9fd1791
PA
66412011-10-31 Yao Qi <yao@codesourcery.com>
6642 Pedro Alves <pedro@codesourcery.com>
6643
6fdff2c5
PA
6644 * gdb.trace/trace-break.c: New.
6645 * gdb.trace/trace-break.exp: New.
b9fd1791 6646
4323fecc
JK
66472011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
6650 break-here-2.
6651
0e5bf2a8
PA
66522011-10-28 Pedro Alves <pedro@codesourcery.com>
6653
6654 * gdb.threads/no-unwaited-for-left.c: New.
6655 * gdb.threads/no-unwaited-for-left.exp: New.
6656 * gdb.threads/non-ldr-exc-1.c: New.
6657 * gdb.threads/non-ldr-exc-1.exp: New.
6658 * gdb.threads/non-ldr-exc-2.c: New.
6659 * gdb.threads/non-ldr-exc-2.exp: New.
6660 * gdb.threads/non-ldr-exc-3.c: New.
6661 * gdb.threads/non-ldr-exc-3.exp: New.
6662 * gdb.threads/non-ldr-exc-4.c: New.
6663 * gdb.threads/non-ldr-exc-4.exp: New.
6664
3a3dad98
JK
66652011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
6668 * gdb.base/attach-pie-misread.exp: Likewise.
6669 * gdb.base/break-interp.exp: Likewise.
6670 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
6671 testcases for use_gdb_stub.
6672 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
6673 (continue): New testcase.
6674 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
6675 * gdb.threads/attach-into-signal.exp: Likewise.
6676 * gdb.threads/attach-stopped.exp: Likewise.
6677 * gdb.threads/attachstop-mt.exp: Likewise.
6678
d6a5d40c
PK
66792011-10-28 Paul Koning <paul_koning@dell.com>
6680
6681 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
6682
ca539be8
JK
66832011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
6686 (mi_gdb_test): Import globals thread_selected_re
6687 and breakpoint_re. Expect them optionally at the regex start.
6688
d234ef5c
DE
66892011-10-27 Doug Evans <dje@google.com>
6690
6691 * gdb.python/python.exp: Test source -s.
6692
ab964825
PK
66932011-10-26 Paul Koning <paul_koning@dell.com>
6694
6695 * gdb.python/lib-types.cc (struct A): New structure.
6696 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 6697
54d8a644
PK
66982011-10-25 Paul Koning <paul_koning@dell.com>
6699
6700 PR python/13327
d234ef5c 6701
54d8a644
PK
6702 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
6703 fetch_lazy method.
6704
b0221781
YQ
67052011-10-24 Yao Qi <yao@codesourcery.com>
6706
6707 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
6708 target is tic6x-*-*.
6709
6cda5a20
JB
67102011-10-21 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.ada/mi_task_info/task_switch.adb: New file.
6713 * gdb.ada/mi_task_info.exp: New file.
6714
5ed9db04
JK
67152011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6716
6717 * gdb.cp/expand-psymtabs-cxx.exp: New file.
6718 * gdb.cp/expand-psymtabs-cxx.cc: New file.
6719
9df2fbc4
PM
67202011-10-20 Phil Muldoon <pmuldoon@redhat.com>
6721
6722 PR python/12656
6723
6724 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
6725 global_block tests.
6726
736086ba
TT
67272011-10-18 Tom Tromey <tromey@redhat.com>
6728
6729 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
6730
4af31552
TT
67312011-10-18 Tom Tromey <tromey@redhat.com>
6732
6733 * gdb.base/source.exp: Don't include full file name in test name.
6734 * gdb.python/python.exp: Don't include full file name in test
6735 name.
6736
43136979
AR
67372011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 * gdb.base/attach-pie-noexec.c: New files.
6740 * gdb.base/attach-pie-noexec.exp: New files.
6741
543a9323
JM
67422011-10-17 Joseph Myers <joseph@codesourcery.com>
6743
6744 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
6745 prompt for each extra line in command.
6746
21ae7a4d
JK
67472011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
6750 Revert the part of:
6751 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6752 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6753 Change the expected string.
6754
20ec36d9
JK
67552011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6756
6757 Fix results with system glibc debug info installed.
6758 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
6759 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
6760 Accept also __libc_ symbol prefix and no prefix.
6761
6501c2fc
KS
67622011-10-14 Keith Seitz <keiths@redhat.com>
6763
6764 PR c++/13225
6765 * gdb.cp/converts.cc (foo3_1): New function.
6766 (foo3_2): New functions.
6767 * gdb.cp/converts.exp: Add tests for int to pointer conversion
6768 and null pointer conversions of integer constant zero.
6769 Add test to check if all arguments are checked for incompatible
6770 conversion BADNESS.
6771
55b1fd0c
TT
67722011-10-14 Tom Tromey <tromey@redhat.com>
6773
6774 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
6775 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
6776 linespec.
6777
22c05d8a
JK
67782011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6779
6780 Fix internal error regression.
6781 * gdb.dwarf2/implptr-optimized-out.S: New file.
6782 * gdb.dwarf2/implptr-optimized-out.exp: New file.
6783
1d6edc3c
JK
67842011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6785
6786 Fix empty DWARF expressions DATA vs. SIZE conditionals.
6787 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
6788 (loclist): New.
6789 (4): New abbrev.
6790 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
6791 Use prepare_for_testing, remove clean_restart.
6792 (p arraynoloc, p arraycallnoloc): New tests.
6793
9ec72168
JK
67942011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * gdb.cp/namespace-enum.exp (executable): New variable.
6797 (binfile): Use ${objdir}/${subdir}/ prefix.
6798 Use ${executable} for clean_restart.
6799
9c6c53f7
SA
68002011-10-11 Sterling Augustine <saugustine@google.com>
6801
6802 * gdb.cp/Makefile.in: Add namespace-enum test.
6803 * gdb.cp/namespace-enum.exp: New file.
6804 * gdb.cp/namespace-enum.c: New file.
6805 * gdb.cp/namespace-enum-main.c: New file.
6806
fac7ceb3
UW
68072011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
6808
6809 * gdb.python/py-shared.exp: Relax filename check to handle remote:
6810 sysroot.
6811
941b2081
JK
68122011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6813
6814 Reimplement @entry in input expressions.
6815 * gdb.base/exprs.c (v_int_array_init): New variable.
6816 * gdb.base/exprs.exp (print v_int_array_init)
6817 (print *v_int_array_init@1, print *v_int_array_init@2)
6818 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
6819 (print v_int_array_init[1]@1): New tests.
6820
0344e878
JM
68212011-10-10 Joseph Myers <joseph@codesourcery.com>
6822
6823 * gdb.cp/gdb2495.exp: Do not include directories in filename in
6824 expected message.
6825
5a56e9c5
DE
68262011-10-09 Doug Evans <dje@google.com>
6827
6828 * gdb.base/alias.exp: Add tests for alias command.
6829
2bda9cc5
JK
68302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6831
6832 * gdb.arch/amd64-entry-value.s: New file.
6833 * gdb.mi/mi2-amd64-entry-value.s: New file.
6834
a471c594
JK
68352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6836
6837 Display @entry parameter values even for references.
6838 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
6839 functions.
6840 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
6841 reference and datap_input.
6842 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
6843 breakpoints.
6844 (continue to breakpoint: entry_reference: reference)
6845 (entry_reference: bt at entry)
6846 (continue to breakpoint: entry_reference: breakhere_reference)
6847 (entry_reference: bt, entry_reference: ptype regparam)
6848 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
6849 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
6850 (entry_reference: p regcopy, entry_reference: p nodataparam)
6851 (entry_reference: p nodataparam@entry): New tests.
6852
36b11add
JK
68532011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6854
6855 Support @entry in input expressions.
6856 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
6857 (entry_stack: p s1@entry, entry_stack: p s2@entry)
6858 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
6859 (tailcall: p j@entry): New tests.
6860 * gdb.cp/koenig.cc (A::entry): New function.
6861 (main): Call it.
6862 * gdb.cp/koenig.exp (p entry (c)): New test.
6863
e18b2753
JK
68642011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6865
6866 Display @entry parameter values (without references).
6867 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
6868 (different, validity, invalid): New functions.
6869 (main): Call them.
6870 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
6871 stacktest, breakhere_stacktest, different, breakhere_different,
6872 breakhere_validity and breakhere_invalid.
6873 (entry: bt): Update for @entry.
6874 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
6875 (entry_validity: *, entry_invalid: *): Many new tests.
6876 * gdb.base/break.exp
6877 (run until breakpoint set at small function, optimized file): Accept
6878 also the @entry suffix.
6879 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
6880 * gdb.mi/mi2-amd64-entry-value.c: New files.
6881 * gdb.mi/mi2-amd64-entry-value.exp: New files.
6882
2d6c5dc2
JK
68832011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6884
6885 Protect entry values against self tail calls.
6886 * gdb.arch/amd64-entry-value.cc (self2, self): New.
6887 (main): Call self.
6888 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
6889 (set debug entry-values 1, self: bt debug entry-values): New tests.
6890
111c6489
JK
68912011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6892
6893 Recognize virtual tail call frames.
6894 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
6895 (amb_b, amb_a): New.
6896 (main): Call a and b.
6897 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
6898 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
6899 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
6900 New tests.
6901
8e3b41a9
JK
69022011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6903
6904 Implement basic support for DW_TAG_GNU_call_site.
6905 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
6906 * gdb.arch/amd64-entry-value.cc: New file.
6907 * gdb.arch/amd64-entry-value.exp: New file.
6908
181cebd4
JK
69092011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6910
6911 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
6912 * gdb.dwarf2/implptr-64bit.S: New file.
6913 * gdb.dwarf2/implptr-64bit.exp: New file.
6914
741f5e3c
JK
69152011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6916
6917 Fix initial language detection with -readnow.
6918 * gdb.cp/readnow-language.cc: New file.
6919 * gdb.cp/readnow-language.exp: New file.
6920
a73d2258
JK
69212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 Fix printed anonymous struct name.
6924 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
6925
af369495
JM
69262011-10-09 Joseph Myers <joseph@codesourcery.com>
6927
6928 * gdb.base/solib-symbol.exp: Do not include directories in
6929 filenames in expected messages.
6930
1fa57852
DE
69312011-10-07 Doug Evans <dje@google.com>
6932
6933 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
6934
bd054e06
KP
69352011-10-07 Kevin Pouget <kevin.pouget@st.com>
6936
6937 Allow Python notification of new object-file loadings.
6938 * gdb.python/py-events.exp: Test newobjfile event.
6939 * gdb.python/py-events.py: Register newobjfile callback.
6940 * gdb.python/py-events.c: Add call to shared library
6941 * gdb.python/py-events-shlib.c: New file.
6942
8031b6f8
JM
69432011-10-06 Joseph Myers <joseph@codesourcery.com>
6944
6945 * gdb.base/fixsection.exp: Do not include directories in filename
6946 in expected message.
6947
7fea6923
PM
69482011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
6949
6950 Add tests for passing of environment variables to inferior.
6951 * gdb.base/testenv.c: New test source.
6952 * gdb.base/testenv.exp: New expect test.
6953
687f2a88
PK
69542011-10-04 Paul Koning <paul_koning@dell.com>
6955
6956 * gdb.python/py-value.c (main): Break before return.
6957
cb6be26b
KP
69582011-10-04 Kevin Pouget <kevin.pouget@st.com>
6959
6960 PR python/12691: Add the inferior to Python exited event
6961 * gdb.python/py-events.exp: Test the inferior attribute of exited
6962 event with a fork.
6963 * gdb.python/py-events.py: Print inferior number on exit.
6964 * gdb.python/py-events.c: Fork the inferior.
6965
fb213700
EBM
69662011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
6967
6968 * gdb.base/jit.exp: Add testcase name to log message
6969
aa2071bd
PK
69702011-10-03 Paul Koning <paul_koning@dell.com>
6971 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 * gdb.python/py-value.exp
6974 (python inval = gdb.parse_and_eval('*(int*)0'))
6975 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
6976 (set argc=2, python print argc_lazy): New tests.
6977
dd11a36c
JB
69782011-10-02 Joel Brobecker <brobecker@adacore.com>
6979
6980 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
6981
46f886f1
JK
69822011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6983 Pedro Alves <pedro@codesourcery.com>
6984
6985 * gdb.python/py-value.exp (test_value_in_inferior): New variable
6986 can_read_0, test for it.
6987 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
6988 (parse_and_eval with memory error): ... here, make it untested if
6989 can_read_0.
6990
c5cb204f
MP
69912011-09-30 Marek Polacek <mpolacek@redhat.com>
6992
6993 * gdb.python/python.exp (verify pagination beforehand)
6994 (verify pagination afterwards): Fix race by splitting the line.
6995
68fb0ec0
JM
69962011-09-29 Joseph Myers <joseph@codesourcery.com>
6997
6998 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
6999 for 64-bit multilibs from i?86-* targets.
7000
6aee0d90
MP
70012011-09-29 Marek Polacek <mpolacek@redhat.com>
7002
7003 * lib/gdb.exp: Fix a typo in one of the comments.
7004
e9101ff5
MP
70052011-09-29 Marek Polacek <mpolacek@redhat.com>
7006
7007 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7008 matching pattern.
7009
7a81bdbf
PK
70102011-09-28 Paul Koning <paul_koning@dell.com>
7011
7012 * gdb.python/py-type.c (enum E): New.
7013 * gdb.python/py-type.exp (test_fields): Add tests for Python
7014 mapping access to fields.
7015 (test_enums): New test for field access on enums.
7016
6710bf39
SS
70172011-09-27 Stan Shebs <stan@codesourcery.com>
7018
7019 * gdb.trace/collection.exp: Test collection of $_ret.
7020
b2a6bdeb
AT
70212011-09-22 Andreas Tobler <andreast@fgznet.ch>
7022
7023 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7024 list of compilation switches for <*-*-freebsd*>.
7025
3c9057f3
SS
70262011-09-19 Stan Shebs <stan@codesourcery.com>
7027
7028 * gdb.trace/tspeed.exp: New file.
7029 * gdb.trace/tspeed.c: New file.
7030
34518530
YQ
70312011-09-18 Yao Qi <yao@codesourcery.com>
7032
7033 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7034 instructions.
7035 (test_adr_32bit, test_pop_pc): Likewise.
7036 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7037 Thumb instructions.
7038 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7039 in gdb_test_multiple.
7040 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7041
ab254057
YQ
70422011-09-17 Yao Qi <yao@codesourcery.com>
7043
7044 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7045 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7046 support single step to signal handler.
7047
9c317b71
YQ
70482011-09-17 Yao Qi <yao@codesourcery.com>
7049
7050 * gdb.base/disp-step-fork.c: New.
7051 * gdb.base/disp-step-syscall.exp: New.
7052 * gdb.base/disp-step-vfork.c: New.
7053
a8123151
JB
70542011-09-16 Joel Brobecker <brobecker@adacore.com>
7055
7056 * gdb.ada/tasks.exp: Make the expected output for
7057 the `info tasks' tests more resilient to spacing
7058 changes.
7059
63a9aad8
JK
70602011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7061
7062 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7063 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7064
2aa48337
KP
70652011-09-15 Kevin Pouget <kevin.pouget@st.com>
7066
7067 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7068 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7069
6839b47f
KP
70702011-04-30 Kevin Pouget <kevin.pouget@st.com>
7071
7072 Handle multiple breakpoint hits in Python interface:
7073 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7074 presence.
7075 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7076 breakpoint hits.
7077
0935723e
JK
70782011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7079 Jan Kratochvil <jan.kratochvil@redhat.com>
7080
7081 * gdb.python/py-events.exp: Remove pretty printing comment.
7082 * gdb.python/py-evsignal.exp: New file.
7083 * gdb.python/py-evthreads.c: Include signal.h.
7084 (thread3): Remove variable count3. Remove variable bad and use raise
7085 instead.
7086 (thread2): Remove variable count2. Move thread3 pthread_create here,
7087 merge pthread_join to a single line.
7088 (main): Remove variable count1. Merge pthread_join with pthread_create
7089 to a single line.
7090 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7091 KFAIL python/12966 for gdbserver. Test return value of
7092 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7093 gdb_expect by gdb_test and gdb_test_multiple.
7094 (thread 2, thread 3): New tests.
7095
4801a9a3
PA
70962011-09-12 Matt Rice <ratmice@gmail.com>
7097 Pedro Alves <pedro@codesourcery.com>
7098
7099 PR gdb/13175
7100
7101 * gdb.base/interp.exp: New tests.
7102 * gdb.base/interp.c: New file.
7103
24ece742
DE
71042011-09-12 Doug Evans <dje@google.com>
7105
7106 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7107 * gdb.dwarf2/typeddwarf.exp: Ditto.
7108
7f062217
JK
71092011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 Fix compatibility with x32 arch.
7112 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7113 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7114 is_x86_like_target.
7115 * testsuite/gdb.trace/collection.exp: Likewise.
7116 * testsuite/gdb.trace/report.exp: Likewise.
7117 * testsuite/gdb.trace/unavailable.exp: Likewise.
7118 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7119 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7120 (is_x86_like_target): Check also is_amd64_regs_target.
7121
08711b9a
JK
71222011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7123
7124 PR breakpoints/12435
7125 * gdb.arch/amd64-prologue-xmm.c: New file.
7126 * gdb.arch/amd64-prologue-xmm.exp: New file.
7127 * gdb.arch/amd64-prologue-xmm.s: New file.
7128
b99b5f66
JK
71292011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * gdb.dwarf2/dw2-param-error-main.c: New file.
7132 * gdb.dwarf2/dw2-param-error.S: New file.
7133 * gdb.dwarf2/dw2-param-error.exp: New file.
7134
a391a2f6
PA
71352011-09-08 Pedro Alves <pedro@codesourcery.com>
7136
7137 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7138 inferior's pid and look for a core dump named core.$pid. Use
7139 `remote_file' commands on the host instead of hand coding shell
7140 commands on the build.
7141 * gdb.base/valgrind-db-attach.exp: Kill the program before
7142 finishing the test.
7143
7d8e6458 71442011-09-02 Matt Rice <ratmice@gmail.com>
7145
7146 * lib/prompt.exp: New file for testing the first prompt.
7147 * gdb.python/py-prompt.exp: Ditto.
7148 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7149
68e77c9e
PA
71502011-09-02 Pedro Alves <pedro@codesourcery.com>
7151
7152 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7153 0, before testing gcore.
7154
9655e943
JK
71552011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
df6dc84d
JK
7157 * dw2-ifort-parameter-debug.S: Update copyright year.
7158 * dw2-ifort-parameter.c: Update copyright year.
7159 * dw2-ifort-parameter.exp: Update copyright year.
7160
9655e943
JK
7161 * dw2-ifort-parameter-debug.S: New file.
7162 * dw2-ifort-parameter.c: New file.
7163 * dw2-ifort-parameter.exp: New file.
7164
353d1d73
JK
71652011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 * gdb.base/commands.exp (error_clears_commands_left): New function.
7168 (): Call it.
7169
5c07461a
JK
71702011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7173 (C): Initialize `a'.
7174 * gdb.mi/mi-inheritance-syntax-error.exp
7175 (-data-evaluate-expression $path): Expect `a' as 5.
7176
0d932b2f
MK
71772011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7178
7179 PR mi/11912
7180 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7181 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7182 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7183 keyword in output of -var-info-path-expression.
7184
bdb54049
JK
71852011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7188 * gdb.trace/collection.exp: Likewise.
7189 * gdb.trace/report.exp: Likewise.
7190 * gdb.trace/unavailable.exp: Likewise.
7191 * gdb.trace/while-dyn.exp: Likewise.
7192
59cde39c
KS
71932011-08-18 Keith Seitz <keiths@redhat.com>
7194
7195 PR c++/12266
7196 * gdb.cp/meth-typedefs.cc: New file.
7197 * gdb.cp/meth-typedefs.exp: New file.
7198
fa3a4f15
PM
71992011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7200
6fdff2c5 7201 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 7202
c1049fca
JK
72032011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7204
7205 * gdb.arch/i386-dr3-watch.exp
7206 (watchpoint on gap1 does not fit debug registers)
7207 (delete all watchpoints): Fix racy expect strings.
7208
d93f7b5c
YQ
72092011-08-14 Yao Qi <yao@codesourcery.com>
7210
7211 * gdb.base/maint.exp: set data_section to ".neardata".
7212 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7213 * gdb.base/savedregs.exp: Handle SIGILL.
7214 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7215 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7216
457e09f0
DE
72172011-08-12 Doug Evans <dje@google.com>
7218
7219 * gdb.python/py-symbol.exp: Add test for symbol.type.
7220
5d0bb2fb
UW
72212011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7222
7223 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7224 * gdb.mi/mi-pthreads.exp: Likewise.
7225 * gdb.mi/mi2-pthreads.exp: Likewise.
7226 * gdb.mi/gdb669.exp.exp: Likewise.
7227
fcdfa280
PA
72282011-08-09 Pedro Alves <pedro@codesourcery.com>
7229
7230 * lib/mi-support.exp (detect_async): Rename to...
7231 (mi_detect_async): ... this.
7232 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7233 * gdb.mi/mi-nonstop.exp: Adjust.
7234 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7235 * gdb.mi/mi-nsintrall.exp: Adjust.
7236 * gdb.mi/mi-nsmoribund.exp: Adjust.
7237 * gdb.mi/mi-nsthrexec.exp: Adjust.
7238
9d8fa392
PA
72392011-08-09 Pedro Alves <pedro@codesourcery.com>
7240
7241 * gdb.base/display.c (do_loops): New `p_i' local.
7242 * gdb.base/display.exp: Test displaying a variable that is
7243 temporarily at a bad address.
7244
b6cede78
JK
72452011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7246
7247 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7248 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7249
67bedb8c
JK
72502011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7251
7252 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
7253 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7254 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 7255
af6e93b2
PA
72562011-08-05 Pedro Alves <pedro@codesourcery.com>
7257
7258 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7259 procedure.
7260 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7261
1cf0e11f
YQ
72622011-08-05 Yao Qi <yao@codesourcery.com>
7263
7264 * gdb.base/callfuncs.exp: Set language after main.
7265 * gdb.cp/cplusfuncs.exp: Likewise.
7266 * gdb.cp/inherit.exp: Likewise.
7267
a1e28cb2
UW
72682011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7269
7270 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7271 * gdb.base/watch-vfork.exp: Skip on remote targets.
7272
d4f5bbb9
UW
72732011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7274
7275 * gdb.threads/thread-find.exp: Support remote targets.
7276
724f4f80
UW
72772011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7278
7279 * gdb.base/jit.exp: Download solib_binfile to target.
7280 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7281 and call dlopen without full path name.
7282 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7283 dlopen without full path name.
7284
934709f0
PW
72852011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7286
7287 * gdb.base/break-always.exp: Complete the test
7288 with duplicated breakpoints and enabling/disabling them.
7289
c26106c4
TT
72902011-08-02 Tom Tromey <tromey@redhat.com>
7291
7292 PR gdb/11289:
7293 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7294
9300444e 72952011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
7296
7297 PR gdb/13045
7298 * gdb.base/float.exp: Add new test case for PR gdb/13045
7299 * gdb.base/float.c: New file.
7300
00bd41d6
PM
73012011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7302
7303 * gdb.python/py-mi.exp: Test printers returning string hint, and
7304 also not returning a value.
7305 * gdb.python/py-prettyprint.c: Add testcase for above.
7306 * gdb.python/py-prettyprint.py: Add test printer for above.
7307
d24f74ce
JK
73082011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7309
7310 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7311 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7312 (.Ldie30) Add as field "data4".
7313 (.Ldie32) Rename field "b" to "shl".
7314 (abbrev4) Change for the "data4" field.
7315 (abbrev5, abbrev6) Remove.
7316 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7317 (p &s.shl): ... here. Add comment.
7318 (p &s.data4): New.
7319
bb7da2bf
JK
73202011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7321
7322 Fix crash on lval_computed values.
7323 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7324
11081198
JK
73252011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7326
7327 * gdb.base/help.exp (help whatis): Update the expected string.
7328
3c6e0cb3
JK
73292011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7330
7331 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7332 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7333 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7334 Change the expected string.
7335
efa80663
PA
73362011-07-26 Pedro Alves <pedro@codesourcery.com>
7337
7338 * gdb.base/watchpoint.exp
7339 (test_disable_enable_software_watchpoint): New procedure.
7340 (top level): Run it.
7341
db8e4570
UW
73422011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7343
7344 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7345 executable file "${binfile}", C++ version "${binfile}-cxx".
7346 * gdb.python/py-prettyprint.exp: Likewise.
7347 * gdb.python/py-symbol.exp: Likewise.
7348 * gdb.python/py-type.exp: Likewise.
7349 * gdb.python/py-value.exp: Likewise.
7350 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7351 file name instead of just suffix.
7352
543305c9
JK
73532011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7354
7355 Fix implicit pointer offsets.
7356 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7357 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7358 (continue to breakpoint: continue to baz breakpoint for implptr)
7359 (sanity check element 0, sanity check element 1)
7360 (enter the inlined function, check element 0 for the offset)
7361 (check element 1 for the offset)
7362 (continue to breakpoint: ignore the second baz breakpoint): New tests.
7363 (set foo breakpoint for implptr): Update the breakpoint number.
7364
b3215adc
UW
73652011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7366
7367 * gdb.python/py-mi.exp: Use different file names for different
7368 versions of the executable under test.
7369 * gdb.python/py-prettyprint.exp: Likewise.
7370 * gdb.python/py-symbol.exp: Likewise.
7371 * gdb.python/py-template.exp: Likewise.
7372 * gdb.python/py-type.exp: Likewise.
7373 * gdb.python/py-value.exp: Likewise.
7374
182b9acc
UW
73752011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7376
7377 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
7378 flag after restarting GDB if necessary.
7379
e6052b5d
UW
73802011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
7381
7382 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
7383
1ced966e
PA
73842011-07-22 Pedro Alves <pedro@codesourcery.com>
7385
7386 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
7387 backend doesn't leave used debug registers behind.
7388
3543a589
TT
73892011-07-22 Tom Tromey <tromey@redhat.com>
7390
7391 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
7392 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
7393 argument.
7394 * gdb.dwarf2/typeddwarf-amd64.S: New file.
7395
14d15303 73962011-07-21 Matt Rice <ratmice@gmail.com>
7397
7398 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
7399 in mostlyclean rule. Add files ending in .core.
7400
9b158ba0 74012011-07-21 Matt Rice <ratmice@gmail.com>
7402
7403 PR macros/12999
7404 * gdb.base/info-macros.c: New test sources.
7405 * gdb.base/info-macros.exp: New tests.
7406
d17b6f81
PM
74072011-07-21 Phil Muldoon <pmuldoon@redhat.com>
7408
7409 * gdb.python/python.exp: Add prompt substitution tests.
7410
918dd910
JK
74112011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7412
7413 Fix crash if referenced CU is aged out.
7414 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
7415 New.
7416 * gdb.dwarf2/implptr.exp: Likewise.
7417
0e37a63c
JK
74182011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7419
7420 * gdb.dwarf2/implptr.S: Rebuilt.
7421 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
7422 (bar): Use them for j, k, l.
7423 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
7424 COMPILE.
7425 (print j in implptr:bar): Update for the intp typedef.
7426 (print p[0].x in implptr:foo): Use more exact regex.
7427
f65cf84c
TT
74282011-07-18 Tom Tromey <tromey@redhat.com>
7429
7430 * gdb.cp/static-method.exp: Add missing single quote.
7431
d5b4a7be
YQ
74322011-07-18 Yao Qi <yao@codesourcery.com>
7433
7434 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
7435 supported.
7436 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7437 * gdb.mi/mi-nonstop.exp: Likewise.
7438 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7439 * gdb.mi/mi-nsintrall.exp: Likewise.
7440 * gdb.mi/mi-nsmoribund.exp: Likewise.
7441 * gdb.mi/mi-nsthrexec.exp: Likewise.
7442 * gdb.python/py-evthreads.exp: Likewise.
7443
e9ea2662
JK
74442011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7445
7446 Code cleanup.
7447 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
7448 it. Substitute it instead of test_compiler_info everywhere.
7449
ce451573
UW
74502011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7451
7452 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
7453 remote targets as well.
7454
756d88a7
UW
74552011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7456
7457 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
7458 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
7459
31f83dc5
UW
74602011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
7461
7462 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
7463 a remote machine, not the host.
7464 (gdb_compile_shlib): Set soname if target is remote.
7465
059241a0
PP
74662011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7467
7468 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
7469
28a0b48c 74702011-07-13 Matt Rice <ratmice@gmail.com>
7471
7472 * gdb.python/py-objfile-script-gdb.py: Renamed to
7473 py-objfile-script-gdb.py.in.
7474 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
7475 py-objfile-script-gdb.py.
7476 * gdb.python/py-objfile-script.exp: Update reference to
7477 py-objfile-script-gdb.py.
7478
9a771b67
JK
74792011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
7482 reference undefined label.
7483
04ad99e6
JK
74842011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7485
7486 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
7487 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
7488 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
7489 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
7490
713389e0
PM
74912011-07-11 Phil Muldoon <pmuldoon@redhat.com>
7492
6fdff2c5 7493 PR python/12438
713389e0 7494 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 7495 deprecated tests. Add set/show python print-backtrace tests.
713389e0 7496
97d146f8
JK
74972011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7498
7499 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
7500 debug info.
7501
facde0e5 75022011-07-06 Matt Rice <ratmice@gmail.com>
7503
7504 * gdb.python/python.exp: Update filename paths.
7505 * gdb.python/py-symtab.exp: Ditto.
7506
438640d1
MP
75072011-07-06 Marek Polacek <mpolacek@redhat.com>
7508
7509 * gdb.python/py-evthreads.exp: Add missing `$'.
7510
33a365df
MF
75112011-07-06 Jie Zhang <jie.zhang@analog.com>
7512
7513 * config/bfin.exp: New file.
7514 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
7515 * gdb.asm/bfin.inc: New file.
7516
8f7ae686
MP
75172011-07-06 Marek Polacek <mpolacek@redhat.com>
7518
df46027d 7519 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
7520 the whole output.
7521
eb2a6f42
TT
75222011-07-05 Tom Tromey <tromey@redhat.com>
7523
7524 * gdb.java/jprint.java (jprint.hi): New field.
7525 * gdb.java/jprint.exp: Print string.
7526
177b42fe
TJB
75272011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
7528
7529 * gdb.base/call-sc.c: Fix typos.
7530 * gdb.base/ifelse.exp: Likewise.
7531 * gdb.base/structs.c: Likewise.
7532
3b2a0cf2
JB
75332011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7534
7535 * gdb.base/jit-so.exp: New test.
7536 * gdb.base/jit-dlmain.c: New file.
7537 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
7538
46fc714c
JK
75392011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7540
7541 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
7542 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
7543 * gdb.cp/pr9167.exp (p b): Likewise.
7544 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
7545 (test value of P in inner_m, test type of Z in inner_m): Call
7546 setup_xfail for gcc <= 4.5.
46fc714c 7547
418c7cf7
JK
75482011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7549
7550 * gdb.cp/paren-type.cc: New files.
7551 * gdb.cp/paren-type.exp: New files.
7552
3d50dd94
JK
75532011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7554
7555 Stop on first linespec terminator instead of eating what we can.
7556 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
7557 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
7558 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
7559 (break C::f()): ... this one.
7560 (break C::operator()()): New test.
7561 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
7562 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
7563 test.
7564
dcf9f4ab
JK
75652011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7566
7567 Fall back linespec to minimal symbols.
7568 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
7569 error message.
7570 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
7571 * gdb.cp/minsym-fallback-main.cc: New file.
7572 * gdb.cp/minsym-fallback.cc: New file.
7573 * gdb.cp/minsym-fallback.exp: New file.
7574 * gdb.cp/minsym-fallback.h: New file.
7575
3f542ed1
JK
75762011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7577
7578 * gdb.cp/no-dmgl-verbose.cc: New file.
7579 * gdb.cp/no-dmgl-verbose.exp: New file.
7580
75812011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
7582
7583 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
7584 __GI_.
7585 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
7586 (f): New function.
7587 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
7588 (complete p 'func<short>(): ... here.
7589 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
7590 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
7591 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
7592 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
7593 Make them KFAIL gcc/49546.
7594
00eb2c4a
JB
75952011-07-01 Joel Brobecker <brobecker@adacore.com>
7596
7597 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
7598
85a20c42
JK
75992011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7600
7601 Test GCC PR debug/49546.
7602 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
7603 (test type of F in k3_m, test value of F in k3_m): New.
7604 * gdb.cp/temargs.cc (struct S3, struct K3): New.
7605 (main): New variable k3. Call k3.k3_m.
7606
d2d43431
JB
76072011-07-01 Jean-Charles Delay <delay@adacore.com>
7608
7609 * gdb.ada/packed_array.exp: Fix expected outout.
7610
54ae186f
JB
76112011-07-01 Jean-Charles Delay <delay@adacore.com>
7612
7613 * gdb.ada/packed_array.exp: fixed expected output.
7614
8f17729f
JB
76152011-07-01 Joel Brobecker <brobecker@adacore.com>
7616
7617 * gdb.ada/same_enum: New testcase.
7618
f5aa6869
JB
76192011-07-01 Joel Brobecker <brobecker@adacore.com>
7620
7621 * gdb.ada/ptr_typedef: New testcase.
7622
828292f2
JB
76232011-07-01 Joel Brobecker <brobecker@adacore.com>
7624
7625 * gdb.ada/arrayptr.exp: Add ptype test.
7626
18920c42
JB
76272011-07-01 Joel Brobecker <brobecker@adacore.com>
7628
7629 * gdb.ada/char_enum: New testcase.
7630
3536d9e3 76312011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
7632
7633 * gdb.base/dump.exp (capture_pointer_with_type): New.
7634 Get value from address instead of name.
7635 Start GDB once, and do `dump' and `restore'
7636 tests together.
7637
db863c42
MF
76382011-06-30 Jie Zhang <jie.zhang@analog.com>
7639 Mike Frysinger <vapier@gentoo.org>
7640
7641 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
7642 helper functions for getting/setting remotetimeout variable.
7643 * lib/gdb.exp (gdb_load): If the target is remote, set
7644 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
7645 with $loadtimeout. Set $load_ok to 0 before doing the load.
7646 Instead of returning, immediately, set $load_ok to 0. Call
7647 set_remotetimeout with $oldremotetimeout, and then return if
7648 $load_ok is 1.
7649
e9e642a8
AB
76502011-06-30 Andrew Burgess <aburgess@broadcom.com>
7651
7652 * gdb.python/py-template.exp: Don't run this test if the target
7653 does not support c++ tests.
7654
32019081
JK
76552011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7656
7657 Fix non-only rename list for Fortran modules import.
7658 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
7659 tests.
7660 * gdb.fortran/module.f90 (module moduse): New.
7661 (program module): use moduse, test var_x, var_y and var_z.
7662
0ecee54c
TT
76632011-06-29 Tom Tromey <tromey@redhat.com>
7664
7665 PR testsuite/12040:
7666 * gdb.fortran/array-element.exp: Use f90, not f77.
7667 * gdb.fortran/complex.exp: Use f90, not f77.
7668 * gdb.fortran/derived-type.exp: Use f90, not f77.
7669 * gdb.fortran/library-module.exp: Use f90, not f77.
7670 * gdb.fortran/logical.exp: Use f90, not f77.
7671 * gdb.fortran/module.exp: Use f90, not f77.
7672 * gdb.fortran/multi-dim.exp: Use f90, not f77.
7673 * gdb.fortran/subarray.exp: Use f90, not f77.
7674
3b2b8fea
TT
76752011-06-29 Tom Tromey <tromey@redhat.com>
7676
7677 * gdb.fortran/charset.exp: New file.
7678 * gdb.fortran/charset.f90: New file.
7679
42159ca5
TT
76802011-06-29 Tom Tromey <tromey@redhat.com>
7681
7682 PR testsuite/12040:
7683 * lib/future.exp: New file, mostly extracted from ada.exp.
7684 Rewrote compatibility code to use rename.
7685 (gdb_find_gfortran): New proc.
7686 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
7687 gfortran patch.
7688 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
7689 Move to future.exp.
7690 * lib/gdb.exp: Always load future.exp.
7691
af69a5ce
YQ
76922011-06-28 Yao Qi <yao@codesourcery.com>
7693
7694 * gdb.cp/exception.cc: Don't include iostream.
7695 (bar): Remove print statement.
7696 (catcher): New.
7697 (main): Remove print statements. Call function catcher.
7698 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
7699 Set breakpoint on catcher, and check the value of parameter.
7700
ab5c6a72
YQ
77012011-06-23 Yao Qi <yao@codesourcery.com>
7702
6fdff2c5
PA
7703 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
7704 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 7705
9497469f
MP
77062011-06-23 Marek Polacek <mpolacek@redhat.com>
7707
7708 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
7709 mi_gdb_test.
7710
b9132588
MP
77112011-06-23 Marek Polacek <mpolacek@redhat.com>
7712
5d197ed0 7713 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 7714
e55595ca
MP
77152011-06-23 Marek Polacek <mpolacek@redhat.com>
7716
5d197ed0
MP
7717 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
7718
77192011-06-23 Marek Polacek <mpolacek@redhat.com>
7720
7721 * gdb.mi/mi2-basics.exp: Fix races. Honour the
7722 `test_exec_and_symbol_mi_operatons' return value.
7723 (test_mi_interpreter_selection): Use mi_gdb_test instead of
7724 gdb_test_multiple.
7725 (test_exec_and_symbol_mi_operatons): Likewise.
7726 (test_path_specification): Likewise.
e55595ca 7727
be777e08
YQ
77282011-06-23 Yao Qi <yao@codesourcery.com>
7729
7730 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
7731 supported.
7732 * lib/gdb.exp (support_displaced_stepping): New.
7733
615556d6
YQ
77342011-06-23 Yao Qi <yao@codesourcery.com>
7735
7736 * gdb.threads/execl.exp: Skip on remote target.
7737
833b0ca7
MP
77382011-06-21 Marek Polacek <mpolacek@redhat.com>
7739
5d197ed0 7740 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
7741 mi_gdb_test.
7742
1ee4023a
MP
77432011-06-20 Marek Polacek <mpolacek@redhat.com>
7744
5d197ed0 7745 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 7746
d0b1d624
MP
77472011-06-20 Marek Polacek <mpolacek@redhat.com>
7748
5d197ed0 7749 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
7750 mi_gdb_test.
7751
79aa92c1
MP
77522011-06-20 Marek Polacek <mpolacek@redhat.com>
7753
5d197ed0 7754 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 7755
5ce5db06
YQ
77562011-06-14 Yao Qi <yao@codesourcery.com>
7757
7758 gdb/testsuite/
7759 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
7760
533a737e
JK
77612011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7762
7763 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
7764
d0e53741
TT
77652011-06-10 Tom Tromey <tromey@redhat.com>
7766
7767 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
7768 Add tests for pointer-to-member-function.
7769 * gdb.cp/temargs.cc (S::somefunc): New function.
7770 (K2): New class.
7771 (main): Instantiate K2; call method.
7772
b5916bbd
JB
77732011-06-08 Joel Brobecker <brobecker@adacore.com>
7774
7775 * gdb.python/py-inferior.c (f2): Make str an array rather
7776 than a pointer.
7777 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
7778
5be4dfca
JK
77792011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.base/async-shell.c: New file.
7782 * gdb.base/async-shell.exp: New file.
7783
9f47e254
PA
77842011-06-06 Pedro Alves <pedro@codesourcery.com>
7785
7786 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
7787
64b9b334
JB
77882011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
7789
7790 From Stephen Kitt <steve@sk2.org>
7791 * gdb.base/help.exp: Adjust following some spelling corrections
7792 in GDB.
7793
dbc0f131
YQ
77942011-06-01 Yao Qi <yao@codesourcery.com>
7795
7796 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
7797
fd336a18
KS
77982010-05-31 Keith Seitz <keiths@redhat.com>
7799
7800 PR c++/12750
7801 * gdb.cp/static-method.cc: New file.
7802 * gdb.cp/static-method.exp: New file.
7803
fa8b9902
KS
78042010-05-31 Keith Seitz <keiths@redhat.com>
7805
7806 PR symtab/12704
7807 * gdb.cp/anon-ns.cc: New file.
7808 * gdb.cp/anon-ns.exp: New file.
7809
0a5b1e09
PA
78102011-05-31 Pedro Alves <pedro@codesourcery.com>
7811
7812 * gdb.arch/i386-dr3-watch.c: New file.
7813 * gdb.arch/i386-dr3-watch.exp: New file.
7814
0578b8d1
YQ
78152011-05-30 Yao Qi <yao@codesourcery.com>
7816
7817 * gdb.base/callfuncs.c (t_structs_fc): New.
7818 (t_structs_dc, t_structs_ldc): New.
7819 (t_double_many_args):
7820 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
7821 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
7822 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
7823 * gdb.base/callfuncs.exp: Call new functions.
7824
6680506e
YQ
78252011-05-30 Yao Qi <yao@codesourcery.com>
7826
ff4d2c60
YQ
7827 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
7828 Call rerun_and_prepare for each test to isolate effects.
7829
78302011-05-30 Yao Qi <yao@codesourcery.com>
7831
7832 * gdb.base/varargs.c (find_max_float_real): New.
7833 (find_max_double_real, find_max_long_double_real): New.
7834 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
7835 * lib/gdb.exp (setup_kfail_for_target): New.
7836
e43ec454
YQ
78372011-05-30 Yao Qi <yao@codesourcery.com>
7838
7839 * gdb.base/funcargs.c (callca, callcb, callcc): New.
7840 (callcd, callce, callcf, callc1a, callc1b): New.
7841 (callc2a, callc2b): New.
7842 * gdb.base/funcargs.exp (complex_args): New.
7843 (complex_integral_args, complex_float_integral_args): New.
7844 * lib/gdb.exp (support_complex_tests): New. Determine
7845 whether to run test cases on _Complex types.
7846
432b4d03
JK
78472011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7848
7849 * gdb.threads/leader-exit.c: New file.
7850 * gdb.threads/leader-exit.exp: New file.
7851
6caf069d
MP
78522011-05-27 Marek Polacek <mpolacek@redhat.com>
7853
9497469f 7854 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 7855
97fce28b
MP
78562011-05-27 Marek Polacek <mpolacek@redhat.com>
7857
7858 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
7859 remove the `supported' variable.
7860 * gdb.mi/mi-nonstop.exp: Likewise.
7861 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7862 * gdb.mi/mi-nsintrall.exp: Likewise.
7863 * gdb.mi/mi-nsmoribund.exp: Likewise.
7864 * gdb.mi/mi-nsthrexec.exp: Likewise.
7865
9da8c2a0
PA
78662011-05-26 Pedro Alves <pedro@codesourcery.com>
7867
7868 * gdb.reverse/finish-reverse-bkpt.exp: New test.
7869
2c03e5be
PA
78702011-05-26 Pedro Alves <pedro@codesourcery.com>
7871
7872 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
7873
2e21250d
KS
78742011-05-24 Keith Seitz <keiths@redhat.com>
7875
7876 PR breakpoint/12803
7877 * gdb.cp/cmpd-minsyms.cc (a): New method.
7878 (b): New method.
7879 (c): New method.
7880 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
7881
cdac0397
PA
78822011-05-24 Pedro Alves <pedro@codesourcery.com>
7883
7884 * gdb.base/commands.exp (watchpoint_command_test): Check that the
7885 watchpoint's command list didn't execute when the watchpoint went
7886 out of scope.
7887
ee5683ab
PM
78882011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
7889
7890 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
7891 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
7892 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
7893 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7894 * gdb.arch/i386-permbkpt.exp: Likewise.
7895 * gdb.arch/i386-prologue.exp: Likewise.
7896 * gdb.arch/i386-size-overlap.exp: Likewise.
7897 * gdb.arch/i386-size.exp: Likewise.
7898 * gdb.arch/i386-unwind.exp: Likewise.
7899 * gdb.reverse/i386-precsave.exp: Likewise.
7900 * gdb.reverse/i386-reverse.exp: Likewise.
7901 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7902 * gdb.reverse/i387-env-reverse.exp: Likewise.
7903 * gdb.reverse/i387-stack-reverse.exp: Likewise.
7904
c91c8c16
PA
79052011-05-24 Pedro Alves <pedro@codesourcery.com>
7906
7907 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
7908 file doesn't error, using MI.
7909
c50491a7
TT
79102011-05-23 Tom Tromey <tromey@redhat.com>
7911
7912 * gdb.base/charset.exp (string_display): Add tests to assign to
7913 arrays.
7914 * gdb.base/charset.c (short_array, int_array, long_array): New.
7915
4a07b7da
PA
79162011-05-20 Pedro Alves <pedro@codesourcery.com>
7917
7918 Cope with async mode.
7919
4a07b7da
PA
7920 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
7921 into gdb_test + mi_expect_stop.
7922
b275f2d2
PA
79232011-05-20 Pedro Alves <pedro@codesourcery.com>
7924
7925 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
7926 (callme): Remove printf call.
7927
eec52c44
PM
79282011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
7929
7930 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
7931 quote pattern to avoid problems with Cygwin/mingw expect versions.
7932 * gdb.base/default.exp (show convenience): Use double
7933 quote pattern for regular expressions.
7934
b3c8eb43
JK
79352011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7936
7937 Fix -readnow for -gdwarf-4 unused type units.
7938 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
7939 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
7940
ed731959
JK
79412011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7942
7943 * gdb.base/kill-after-signal.c: New file.
7944 * gdb.base/kill-after-signal.exp: New file.
7945
3b48433d
PA
79462011-05-16 Pedro Alves <pedro@codesourcery.com>
7947
7948 * gdb.ada/start.exp: Call untested with the correct test filename.
7949 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
7950 test filename. Make the test's binary unique.
7951 * gdb.arch/i386-signal.exp: Call untested with the correct test
7952 filename.
7953 * gdb.arch/i386-size-overlap.exp: Ditto.
7954 * gdb.arch/Makefile.in (EXECUTABLES): Update.
7955 * gdb.base/gcore-buffer-overflow.exp: Ditto.
7956 * gdb.cp/call-c.exp: Ditto.
7957 * gdb.mi/mi-reverse.exp: Call untested with the correct test
7958 filename. Make the test's binary unique.
7959 * gdb.mi/Makefile.in (EXECUTABLES): Update.
7960 * gdb.python/py-mi.exp: Ditto.
7961 * gdb.python/Makefile.in (EXECUTABLES): Update.
7962 * gdb.reverse/i386-precsave.exp: Ditto.
7963 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
7964 test filename.
7965 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7966 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
7967 unique.
7968 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
7969 test filename.
7970 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
7971 * gdb.trace/tfile.exp: Ditto.
7972
ba4a8bdd
YQ
79732011-05-14 Yao Qi <yao@codesourcery.com>
7974
7975 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
7976 type.
7977
dbaefcf7
DE
79782011-05-13 Doug Evans <dje@google.com>
7979
7980 * gdb.python/py-objfile-script.exp: New file.
7981 * gdb.python/py-objfile-script.c: New file.
7982 * gdb.python/py-objfile-script-gdb.py: New file.
7983 * testsuite/gdb.python/py-section-script.exp: Test
7984 "info auto-load-scripts".
7985
9930639c
TT
79862011-05-13 Tom Tromey <tromey@redhat.com>
7987
7988 * gdb.dwarf2/clztest.exp: New file.
7989 * gdb.dwarf2/clztest.c: New file.
7990 * gdb.dwarf2/clztest.S: New file.
7991
05272e11
DE
79922011-05-13 Doug Evans <dje@google.com>
7993
cc63ef9b
DE
7994 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
7995 String16 tests.
05272e11 7996
6edba76f
TT
79972011-05-13 Tom Tromey <tromey@redhat.com>
7998
7999 * lib/gdb.exp (is_x86_like_target): New proc.
8000 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8001 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8002 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8003 -nostdlib to compiler.
8004 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8005 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8006 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8007 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8008 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8009
028d0ed5
TJB
80102011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8011
8012 * gdb.python/py-function.exp: Test setting a value from a function
8013 which executes a command.
8014
8a9b8146
TT
80152011-05-12 Tom Tromey <tromey@redhat.com>
8016
8017 * gdb.dwarf2/typeddwarf.S: New file.
8018 * gdb.dwarf2/typeddwarf.c: New file.
8019 * gdb.dwarf2/typeddwarf.exp: New file.
8020
10483e8e
MP
80212011-05-12 Marek Polacek <mpolacek@redhat.com>
8022
8023 * gdb.mi/mi-basics.exp: Fix races. Honour the
8024 `test_exec_and_symbol_mi_operatons' return value.
8025 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8026 gdb_test_multiple.
8027 (test_exec_and_symbol_mi_operatons): Likewise.
8028 (test_path_specification): Likewise.
8029
faf067f1
JK
80302011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8031
8032 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8033 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8034 Replace `file copy' and `file rename' by `file mtime'. Twice.
8035
7ff911a3
JK
80362011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 * gdb.base/readline-ask.c: New file.
8039 * gdb.base/readline-ask.exp: New file.
8040 * gdb.base/readline-ask.inputrc: New file.
8041
a536c6d7
UW
80422011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8043
8044 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8045 to avoid race condition.
8046 * gdb.cell/coremaker.c: Use small stack size.
8047 * gdb.cell/ea-standalone.exp: Use file name without path as
8048 argument to c_to.
8049 * gdb.cell/fork.exp: Allow other output when continuing to end.
8050
d472a426
JK
80512011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 * gdb.threads/corethreads.c: New file.
8054 * gdb.threads/corethreads.exp: New file.
8055
80562011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
8057
8058 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8059 Try to compile the test using -Wl,-z,norelro first.
8060 (load_core): New variable libthread_db_seen, initialize it.
8061 (zeroed-threads cannot be listed): Protect it by XFAIL on
8062 !$libthread_db_seen.
8063
8be455d7
JK
80642011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 PR 12573
8067 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8068 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8069 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8070
1976171a
JK
80712011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8072
8073 * gdb.cp/psymtab-parameter.cc: New file.
8074 * gdb.cp/psymtab-parameter.exp: New file.
8075
7db6f30f
JK
80762011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 Fix a race.
8079 * gdb.cp/static-print-quit.exp (print c): Split to ...
8080 (print c - <return>, print c - q <return>, print c - to quit):
8081 ... these. Make the testfile untested on gdb-7.1.
8082
85161e9e 80832011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
8084
8085 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8086 gdb_rename_execfile, gdb_touch_execfile): New.
8087 * gdb.base/reread.exp: Use new procs to handle multiple
8088 exec files.
8089
0c51be18
YQ
80902011-05-05 Yao Qi <yao@codesourcery.com>
8091
8092 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8093 (test_adr_32bit, test_pop_pc): New.
8094 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8095 (test_adr_32bit, test_pop_pc): New.
8096
4d393d60
JM
80972011-05-04 Joseph Myers <joseph@codesourcery.com>
8098
8099 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8100 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8101 targets.
8102 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8103 handle targets.
8104
8ffd0459
JK
81052011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8106
8107 * gdb.base/completion.exp (complete help info wat): Rename to ...
8108 (complete 'help info wat'): ... here.
8109 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8110 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8111
8e28d804
PA
81122011-05-04 Pedro Alves <pedro@codesourcery.com>
8113
8114 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8115 gdb_test and explicit $gdb_prompt/timeout matches.
8116
3eb2ef34
YQ
81172011-05-04 Yao Qi <yao@codesourcery.com>
8118
8119 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8120 and __thumb2__.
8121
aaaf81a3
MP
81222011-05-03 Marek Polacek <mpolacek@redhat.com>
8123
8124 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8125 in place of `gdb_test "delete breakpoints"'. This eliminates two
8126 testcases.
8127
c4cbc0df
PA
81282011-05-02 Pedro Alves <pedro@codesourcery.com>
8129
8130 PR testsuite/12649
8131 Fix races.
8132
8133 * gdb.base/completion.exp: Remove all sleep calls. Remove
8134 unnecessary regexs. Don't explicitly expect anything after the
8135 prompt. Eat the prompt if necessary.
8136
b4cbb4a3
EBM
81372011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8138
8139 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8140 accept to show the caller line again as well as the line after.
8141
d65aec65
PM
81422011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8143
8144 PR mi/12531
8145
8146 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8147 compile target.
8148 * gdb.python/py-prettyprint.exp: Add C++ object for
8149 CPLUS_FAKE_CHILD test.
8150
30852783
UW
81512011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8152
8153 * gdb.base/signest.exp: New file.
8154 * gdb.base/signest.c: Likewise.
8155
c7b1f0d9
JK
81562011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8159 thread and breakpoint notifications.
8160
559a7a62
JK
81612011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8162
8163 * gdb.base/fortran-sym-case.c: New file.
8164 * gdb.base/fortran-sym-case.exp: New file.
8165 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8166 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8167 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8168
8344e389
JK
81692011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8170
8171 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8172 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8173 false #1', `if true else false #2' and `if true else false #3'.
8174
2484c66b
UW
81752011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8176
8177 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8178 while delivering signal.
8179
8d3788bd
VP
81802011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8181
8182 MI breakpoint notifications.
8183
8184 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
8185 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8186 * testsuite/gdb.mi/mi-watch.exp: Adust.
8187 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8188 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8189 notifications.
8d3788bd 8190
3e03848b
JK
81912011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8192
8193 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8194 * gdb.base/gdbindex-stabs.c: New file.
8195 * gdb.base/gdbindex-stabs.exp: New file.
8196
918c9108
YQ
81972011-04-25 Yao Qi <yao@codesourcery.com>
8198
8199 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8200 with /*...*/.
8201 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8202
90556b8c
JK
82032011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8204
8205 * gdb.python/py-value.exp (test_objfiles): Name the first test
8206 `py-value in file.filename'.
8207
03f2bd59
JK
82082011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8209
8210 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8211 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8212 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8213 !gdbserver_reconnect_p..
8214 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8215
7b08b9eb
JK
82162011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8217
8218 * gdb.cp/cpcompletion.exp (complete class methods)
8219 (complete class methods beginning with F): Move them above runto. New
8220 comment about the runto delimiter.
8221
b78974c3
PA
82222011-04-20 Pedro Alves <pedro@codesourcery.com>
8223
8224 * gdb.base/maint.exp: Test that "maint print registers" works
8225 without a running program.
8226
20429c40 82272011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 8228
20429c40
MP
8229 * gdb.base/setshow.exp: Fix racy tests.
8230 ($old_gdb_prompt): New variable.
8231
7a9dd1b2
TT
82322011-04-19 Tom Tromey <tromey@redhat.com>
8233
8234 * gdb.mi/mi-nsmoribund.exp:
8235 * gdb.hp/gdb.objdbg/objdbg01.exp:
8236 * gdb.base/structs.exp (test_struct_returns):
8237 * gdb.base/call-sc.exp (test_scalar_returns):
8238 * gdb.base/bigcore.exp: Remove duplicate words.
8239
02835898
JK
82402011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8243 * gdb.base/break-interp.exp (test_attach): New comment.
8244
254f582e
JK
82452011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8246
8247 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8248 (clear __stack_user.next, clear stack_used.next)
8249 (save a zeroed-threads corefile): New test.
8250 Call core_load for $core0file.
8251 (zeroed-threads cannot be listed): New test.
8252
4fe85f5c
JK
82532011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8256 filename.
8257 ($srcfile): Preserve the original value.
8258 ($testfile): Match it the .exp filename.
8259 ($corefile): New variable. Substitute it around.
8260 Use clean_restart.
8261 ($prev_timeout): Remove.
8262 (load_core): Move core loading into this proc.
8263 Fix restore of $timeout if load_core fails.
8264
63524580
JK
82652011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 * gdb.base/eu-strip-infcall.c: New file.
8268 * gdb.base/eu-strip-infcall.exp: New file.
8269
90359a16
JK
82702011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8271
8272 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8273 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8274
626e7282
JK
82752011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8276
8277 Fix Python access to inlined frames.
8278 * gdb.python/py-frame-inline.c: New file.
8279 * gdb.python/py-frame-inline.exp: New file.
8280
3363d018
EBM
82812011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8282
8283 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8284 content of 's24' correctly (avoiding "optimized out").
8285 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8286
28781456
JK
82872011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8290
4a4106ca
TJB
82912011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8292
8293 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8294 expect a colon in watch -location output.
8295
d26ccb4f
JK
82962011-04-13 Marek Polacek <mpolacek@redhat.com>
8297
df46027d 8298 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
8299 New testcase `expect response to define backtrace'. Also remove
8300 redundant `default' block.
8301
e1ab1f9c
JK
83022011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8303
8304 * gdb.python/py-prettyprint.c (struct hint_error): New.
8305 (main): New variable hint_error.
8306 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8307 "print hint_error".
8308 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8309 (register_pretty_printers): Register it.
8310
0c2e6019
TT
83112011-04-04 Tom Tromey <tromey@redhat.com>
8312
8313 * gdb.cp/maint.exp (test_help): Update.
8314 (test_namespace): Likewise.
8315
af57139d
JB
83162011-04-01 Joel Brobecker <brobecker@adacore.com>
8317
8318 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8319 * gdb.ada/arrayptr.exp: Add new tests.
8320
956a9fb9
JB
83212011-04-01 Joel Brobecker <brobecker@adacore.com>
8322
8323 * gdb.ada/mi_catch_ex: New testcase.
8324
d0c4d642
PA
83252011-04-01 Pedro Alves <pedro@codesourcery.com>
8326
8327 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8328 base::overload(void) method without specifying "const".
8329
18819fa6
UW
83302011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8331
8332 * gdb.arch/thumb-singlestep.S: New file.
8333 * gdb.arch/thumb-singlestep.exp: Likewise.
8334
a4c8e806
TT
83352011-03-31 Tom Tromey <tromey@redhat.com>
8336
8337 * gdb.python/py-prettyprint.py (exception_flag): New global.
8338 (NoStringContainerPrinter._iterator.next): Check it.
8339 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8340 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8341
53832f31
TT
83422011-03-29 Tom Tromey <tromey@redhat.com>
8343
8344 * gdb.cp/anon-struct.cc: New file.
8345 * gdb.cp/anon-struct.exp: New file.
8346
e4620230
JK
83472011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8348
8349 Test STT_GNU_IFUNC support.
8350 * gdb.base/gnu-ifunc-lib.c: New file.
8351 * gdb.base/gnu-ifunc.c: New file.
8352 * gdb.base/gnu-ifunc.exp: New file.
8353
d0fb5eae
JK
83542011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8355
8356 Support a ring of related breakpoints.
8357 * gdb.base/watchpoint-delete.c: New file.
8358 * gdb.base/watchpoint-delete.exp: New file.
8359
20106cfb
JK
83602011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8361
8362 * gdb.ada/arrayparam.exp (print first after function call): Use
8363 explicit package name. Add a comment
8364 (print lasta after function call): Rename ...
8365 (print last after function call): ... it and use explicit package
8366 name.
8367 (print length after function call): Use explicit package name.
8368 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
8369 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
8370 (multiple matches for symbol i): Rename ...
8371 (multiple matches for symbol integervar): ... it.
8372 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
8373 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
8374
e7ab5e63
AB
83752011-03-25 Andrew Burgess <aburgess@broadcom.com>
8376
8377 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
8378 environment variable to make grep output more predictable. Move
8379 all the environment setup into gdb_init so it's done once per test
8380 case rather than each time we start gdb.
8381
9ef07c8c
TT
83822011-03-24 Tom Tromey <tromey@redhat.com>
8383
8384 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
8385 test.
8386
dd90784c
JK
83872011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8388
8389 * gdb.dwarf2/dw2-entry-value-main.c: New file.
8390 * gdb.dwarf2/dw2-entry-value.S: New file.
8391 * gdb.dwarf2/dw2-entry-value.exp: New file.
8392
05775840
PM
83932011-03-22 Phil Muldoon <pmuldoon@redhat.com>
8394
6fdff2c5 8395 PR python/12183
05775840
PM
8396
8397 * gdb.python/py-function.exp: Add GdbError tests.
8398
8661b11b
PA
83992011-03-18 Pedro Alves <pedro@codesourcery.com>
8400
8401 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
8402 (reglocal_test_func, statlocal_test_func): New functions.
8403 (globals_test_func): Call new functions.
8404 * gdb.trace/unavailable.exp (gdb_collect_args_test)
8405 (gdb_collect_locals_test): New procedure.
8406 (gdb_trace_collection_test): Call new procedures.
8407
0fdb4f18
PA
84082011-03-18 Pedro Alves <pedro@codesourcery.com>
8409
8410 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
8411 (test_register, test_register_unavailable): New procedures.
8412 (gdb_unavailable_registers_test): New procedure.
8413 (gdb_trace_collection_test): Call it.
8414
99c3dc11
PM
84152011-03-18 Phil Muldoon <pmuldoon@redhat.com>
8416
6fdff2c5 8417 PR python/12149
99c3dc11
PM
8418
8419 * gdb.python/python.exp: Add gdb.write tests.
8420
29703da4
PM
84212010-03-17 Phil Muldoon <pmuldoon@redhat.com>
8422
8423 * gdb.python/Makefile.in: Add py-objfile.
8424 * gdb.python/py-objfile.exp: New file.
8425 * gdb.python/py-objfile.c: New file.
8426 * gdb.python/py-block.exp: Add is_valid tests.
8427 * gdb.python/py-inferior.exp: Ditto.
8428 * gdb.python/py-infthread.exp: Ditto.
8429 * gdb.python/py-symbol.exp: Ditto.
8430 * gdb.python/py-symtab.exp: Ditto.
8431
598997c8
KS
84322011-03-16 Keith Seitz <keiths@redhat.com>
8433
8434 PR c++/12273
8435 * gdb.cp/cmpd-minsyms.exp: New test.
8436 * gdb.cp/cmpd-minsyms.cc: New file.
8437
8438 PR c++/11734
8439 * gdb.cp/ovsrch.exp: New test.
8440 * gdb.cp/ovsrch.h: New file.
8441 * gdb.cp/ovsrch1.cc: New file.
8442 * gdb.cp/ovsrch2.cc: New file.
8443 * gdb.cp/ovsrch3.cc: New file.
8444 * gdb.cp/ovsrch4.cc: New file.
8445
c91513d8
PP
84462011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8447
8448 PR gdb/12528
8449 * gdb.base/Makefile.in: Adjust EXECUTABLES.
8450 * gdb.base/break-on-linker-gcd-function.exp: New test.
8451 * gdb.base/break-on-linker-gcd-function.cc: New file.
8452
7470fc63
AT
84532011-03-15 Andreas Tobler <andreast@fgznet.ch>
8454
8455 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
8456
959e7469
PM
84572011-03-15 Phil Muldoon <pmuldoon@redhat.com>
8458
8459 * lib/gdb.exp (gdb_unload): Add another termination case.
8460
9373cf26
JK
84612011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8462
8463 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
8464 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
8465 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
8466 Provide a stub byte there.
8467 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
8468 DW_AT_entry_pc.
8469 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
8470
24e9cda0
UW
84712011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
8472
8473 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
8474 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
8475 "generic ABI, auto".
8476 (altivec_abi_tests): Accept vectors returned by reference.
8477
7371cf6d
PM
84782010-03-14 Phil Muldoon <pmuldoon@redhat.com>
8479
8480 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
8481
ce77046a
UW
84822011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
8483
8484 * gdb.python/py-section-script.exp: Skip test if no Python support.
8485
176400c3
UW
84862011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
8487
8488 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
8489
ecec24e6
PM
84902011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8491
8492 * gdb.python/py-parameter.exp: Update tests to the new Python
8493 parameter API. Add "no documentation" test. Add deprecated API
8494 backward compatibility test.
8495
5dbdd470
TT
84962011-03-09 Tom Tromey <tromey@redhat.com>
8497
8498 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
8499 gdb_continue_to_end.
8500
b66e66ee
MK
85012011-03-09 Mark Kettenis <kettenis@gnu.org>
8502
8503 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
8504 tabs.
8505
eceb0c5f
TT
85062011-03-09 Tom Tromey <tromey@redhat.com>
8507
8508 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
8509 parentheses.
8510 (gdb_continue_to_end): Add "allow_extra" parameter. Use
8511 $command.
8512 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
8513 argument to gdb_continue_to_end.
8514 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
8515 argument to gdb_continue_to_end.
8516 * gdb.cp/annota3.exp: Fix regex.
8517 * gdb.cp/annota2.exp: Fix regex.
8518 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
8519 gdb_continue_to_end.
8520 * gdb.base/call-signal-resume.exp: Revert earlier patch.
8521 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
8522 gdb_continue_to_end.
8523
63154eca
PA
85242011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8525
8526 * gdb.server/ext-run.exp
8527 (load new file without any gdbserver inferior): New test.
8528
967d1f9b
TT
85292011-03-07 Tom Tromey <tromey@redhat.com>
8530
8531 * Makefile.in (TAGS): Rewrite.
8532
d68dcbb9
JK
85332011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8534
8535 * gdb.trace/report.exp (12.1: trace report #1): New match for the
8536 initial commands echo. New match for `Found trace'. Anchor all the
8537 other matches. Anchor and match for `No trace frame found' the final
8538 match.
8539
6bf58e63
TT
85402011-03-07 Tom Tromey <tromey@redhat.com>
8541
8542 * Makefile.in (TAGS): New target.
8543
fda326dd
TT
85442011-03-07 Tom Tromey <tromey@redhat.com>
8545
8546 * lib/opencl.exp (skip_opencl_tests): Update for exit message
8547 change.
8548 * lib/mi-support.exp (mi_gdb_test): Update for exit message
8549 change.
8550 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
8551 exit message change.
8552 (skip_altivec_tests): Update for exit message change.
8553 (skip_vsx_tests): Likewise.
8554 (gdb_continue_to_end): Likewise. Add 'command' argument.
8555 * lib/cell.exp (skip_cell_tests): Update for exit message change.
8556 * gdb.threads/tls.exp: Update for exit message change.
8557 * gdb.threads/thread-unwindonsignal.exp: Use
8558 gdb_continue_to_end.
8559 * gdb.threads/step.exp (step_it): Update for exit message change.
8560 (continue_all): Likewise.
8561 * gdb.threads/print-threads.exp (test_all_threads): Update for
8562 exit message change.
8563 * gdb.threads/interrupted-hand-call.exp: Use
8564 gdb_continue_to_end.
8565 * gdb.threads/execl.exp: Use gdb_continue_to_end.
8566 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
8567 gdb_continue_to_end.
8568 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
8569 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
8570 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
8571 * gdb.cp/method.exp: Update for exit message change.
8572 * gdb.cp/mb-templates.exp: Update for exit message change.
8573 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
8574 * gdb.cp/annota3.exp: Update for exit message change.
8575 * gdb.cp/annota2.exp: Update for exit message change.
8576 * gdb.cell/fork.exp: Use gdb_continue_to_end.
8577 * gdb.base/term.exp: Update for exit message change.
8578 * gdb.base/step-test.exp (test_i): Update for exit message change.
8579 * gdb.base/sigstep.exp (advance): Update for exit message change.
8580 (advancei): Likewise.
8581 * gdb.base/siginfo.exp: Update for exit message change.
8582 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
8583 * gdb.base/reread.exp: Use gdb_continue_to_end.
8584 * gdb.base/langs.exp: Use gdb_continue_to_end.
8585 * gdb.base/interrupt.exp: Update for exit message change.
8586 * gdb.base/gdb1555.exp: Update for exit message change.
8587 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
8588 * gdb.base/ending-run.exp: Update for exit message change.
8589 * gdb.base/chng-syms.exp: Update for exit message change.
8590 * gdb.base/checkpoint.exp: Update for exit message change.
8591 * gdb.base/catch-syscall.exp (check_for_program_end): Use
8592 gdb_continue_to_end.
8593 (test_catch_syscall_with_wrong_args): Likewise.
8594 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
8595 * gdb.base/break-interp.exp (test_ld): Update for exit message
8596 change.
8597 * gdb.base/bang.exp: Update for exit message change.
8598 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
8599 (do_call_attach_tests): Likewise.
8600 * gdb.base/a2-run.exp: Update for exit message change.
8601 * gdb.arch/ppc-dfp.exp: Update for exit message change.
8602 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
8603 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
8604
dd19bd70
JK
86052011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8606
8607 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
8608
30e62689
TT
86092011-03-03 Tom Tromey <tromey@redhat.com>
8610
8611 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
8612 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
8613 * gdb.hp/gdb.aCC/configure.ac: Remove.
8614 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
8615 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
8616 * gdb.hp/gdb.base-hp/configure.ac: Remove.
8617 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
8618 * gdb.hp/gdb.compat/configure (Makefile): Remove.
8619 * gdb.hp/gdb.compat/configure.ac: Remove.
8620 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
8621 * gdb.hp/gdb.defects/configure (Makefile): Remove.
8622 * gdb.hp/gdb.defects/configure.ac: Remove.
8623 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
8624 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
8625 * gdb.hp/gdb.objdbg/configure.ac: Remove.
8626 * gdb.hp/configure.ac: Remove.
8627 * gdb.hp/configure: Remove.
8628 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
8629 substitution.
8630 (Makefile): Remove rule.
8631 * gdb.cell/configure.ac: Remove.
8632 * gdb.cell/configure: Remove.
8633 * gdb.stabs/Makefile.in (Makefile): Remove.
8634 (distclean): Don't remove config.status or config.log.
8635 * gdb.stabs/configure (Makefile): Remove.
8636 * gdb.stabs/configure.ac: Remove.
8637 * configure: Rebuild.
8638 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
8639 Remove stabs- and cell-specific logic. Test for existence of
8640 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
8641 subdirectories, gdb.cell, and and gdb.stabs.
8642 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
8643
c171f854
JB
86442011-03-03 Joel Brobecker <brobecker@adacore.com>
8645
8646 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
8647 end of buffer.
8648
9a5193cb
JB
86492011-03-02 Joel Brobecker <brobecker@adacore.com>
8650
8651 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
8652 gdb_test when running a test where we expected no output back.
8653
9bb4c1bb
MS
86542011-02-28 Michael Snyder <msnyder@vmware.com>
8655
8656 * gdb.cp/overload.cc: Change initializer value to integer.
8657
3bd0f5ef
MS
86582011-02-27 Michael Snyder <msnyder@vmware.com>
8659
8660 * gdb.multi/base.exp: Add test for remove-inferiors.
8661
2279eaad
JB
86622011-02-26 Joel Brobecker <brobecker@adacore.com>
8663
8664 * gdb.python/py-frame.exp: Simplify the initialization phase
8665 using prepare_for_testing.
8666
c82c0b55
MS
86672011-02-25 Michael Snyder <msnyder@vmware.com>
8668
8669 * gdb.multi/base.exp: Add tests for info inferiors with args.
8670
1d94651b
JK
86712011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 * gdb.dwarf2/dw2-ranges.S: Rename to ...
8674 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
8675 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
8676 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
8677 asmfile3. Comment the STABS (#3) file compilation. Compile
8678 everything through assembler. Provide KFAIL for symtab/12497.
8679 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
8680 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
8681 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
8682 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
8683
3bd0f5ef
MS
86842011-02-24 Michael Snyder <msnyder@vmware.com>
8685
8686 * gdb.base/break.exp: Add tests for delete breakpoints using
8687 convenience variables and value history references.
8688
12c1418e
MS
86892011-02-24 Michael Snyder <msnyder@vmware.com>
8690
8691 * gdb.base/break.exp: Remove debugging 'printf' accidentally
8692 left behind in previous check-in.
8693
e5a67952
MS
86942011-02-23 Michael Snyder <msnyder@vmware.com>
8695
8696 * gdb.base/break.exp: Add tests for "info break" with arguments.
8697 * gdb.trace/infotrace.exp: Update patterns for error and help.
8698 * gdb.base/completion.exp: Update pattern.
8699 * gdb.base/ena-dis-br.exp: Update pattern.
8700 * gdb.base/help.exp: Update patterns.
8701
87022011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
8703
8704 * gdb.base/memattr.exp: New test.
8705 * gdb.base/memattr.c: Test load for memattr.exp.
8706
6e6fbe60
DE
87072011-02-22 Doug Evans <dje@google.com>
8708
8709 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
8710
1d41d745
MS
87112011-02-22 Michael Snyder <msnyder@vmware.com>
8712
8713 * Makefile.in: Make more clean.
8714 * gdb.ada/Makefile.in: Ditto.
8715 * gdb.arch/Makefile.in: Ditto.
8716 * gdb.asm/Makefile.in: Ditto.
8717 * gdb.base/Makefile.in: Ditto.
8718 * gdb.cp/Makefile.in: Ditto.
8719 * gdb.dwarf2/Makefile.in: Ditto.
8720 * gdb.java/Makefile.in: Ditto.
8721 * gdb.mi/Makefile.in: Ditto.
8722 * gdb.modula2/Makefile.in: Ditto.
8723 * gdb.python/Makefile.in: Ditto.
8724 * gdb.server/Makefile.in: Ditto.
8725 * gdb.stabs/Makefile.in: Ditto.
8726 * gdb.threads/Makefile.in: Ditto.
8727 * gdb.trace/Makefile.in: Ditto.
8728
79ba84ca
MS
87292011-02-22 Michael Snyder <msnyder@vmware.com>
8730
df46027d 8731 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
8732 info threads.
8733
b9b35694
JB
87342011-02-22 Joel Brobecker <brobecker@adacore.com>
8735
8736 * gdb.python/py-breakpoint.exp: Fix the expected output of
8737 one of the "maint info breakpoints" tests to accept the output
8738 generated on platforms that do not have hardware watchpoints.
8739
8bfb830f
JB
87402011-02-22 Joel Brobecker <brobecker@adacore.com>
8741
8742 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
8743 clean_restart. Be a little stricter in the expected output
8744 for one of the tests. Fix a typo in one of the comments.
8745
c45f3c54
JB
87462011-02-22 Joel Brobecker <brobecker@adacore.com>
8747
8748 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
8749 Delete variable binfile, no longer use. Add or modify test
8750 comments to make them unique.
8751
b97c863c
MS
87522011-02-21 Michael Snyder <msnyder@vmware.com>
8753
8754 * Makefile.in: Update for make clean.
8755 * gdb.ada/Makefile.in: Ditto.
8756 * gdb.arch/Makefile.in: Ditto.
8757 * gdb.asm/Makefile.in: Ditto.
8758 * gdb.base/Makefile.in: Ditto.
8759 * gdb.cp/Makefile.in: Ditto.
8760 * gdb.dwarf2/Makefile.in: Ditto.
8761 * gdb.java/Makefile.in: Ditto.
8762 * gdb.mi/Makefile.in: Ditto.
8763 * gdb.modula2/Makefile.in: Ditto.
8764 * gdb.python/Makefile.in: Ditto.
8765 * gdb.server/Makefile.in: Ditto.
8766 * gdb.stabs/Makefile.in: Ditto.
8767 * gdb.threads/Makefile.in: Ditto.
8768 * gdb.trace/Makefile.in: Ditto.
8769
aea5b279
MS
87702011-02-21 Michael Snyder <msnyder@vmware.com>
8771
8772 * gdb.threads/thread-find.exp: Update patterns for changes in
8773 output of "info threads" command.
8774
e3039479
UW
87752011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8776 Ulrich Weigand <uweigand@de.ibm.com>
8777
8778 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
8779 (skip_hw_watchpoint_tests): Likewise.
8780 (skip_hw_watchpoint_multi_tests): Likewise.
8781
b800ec70
UW
87822011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8783
8784 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
8785 (skip_hw_watchpoint_tests): Likewise.
8786 (skip_hw_watchpoint_multi_tests): Likewise.
8787 (skip_hw_watchpoint_access_tests): Likewise.
8788
8789 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
8790 * gdb.base/pr11022.exp: Likewise.
8791 * gdb.base/watch-read.exp: Likewise.
8792 * gdb.base/watch_thread_num.exp: Likewise.
8793 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
8794 * gdb.base/watchpoint-hw.exp: Likewise.
8795 * gdb.base/watchpoint.exp: Likewise.
8796 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
8797 * gdb.threads/watchthreads-reorder.exp: Likewise.
8798 * gdb.threads/watchthreads.exp: Likewise.
8799 * gdb.threads/watchthreads2.exp: Likewise.
8800
91033e37
JB
88012011-02-21 Joel Brobecker <brobecker@adacore.com>
8802
8803 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
8804 the debugger is unable to find the array bounds.
8805
eeaafae2
JK
88062011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 * gdb.cp/typedef-operator.exp: New file.
8809 * gdb.cp/typedef-operator.cc: New file.
8810
e338d953
MS
88112011-02-17 Michael Snyder <msnyder@vmware.com>
8812
8813 * gdb.threads/thread-find.exp: Fix regular expressions.
8814
e67ad678
JB
88152011-02-17 Joel Brobecker <brobecker@adacore.com>
8816
8817 * gdb.ada/packed_array: Expand testcase to test printing of
8818 unconstrained packed array.
8819
93084bca
JB
88202011-02-17 Joel Brobecker <brobecker@adacore.com>
8821
8822 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
8823
a0c78a73
PA
88242011-02-16 Pedro Alves <pedro@codesourcery.com>
8825
f65d5553 8826 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
8827 (main): Initialize it before collecting, and and clear it
8828 afterwards.
f65d5553
PA
8829 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8830 collecting with '{type} addr', where the addr expression is not an
8831 rvalue.
a0c78a73 8832
3dfcbbd2
KW
88332011-02-16 Ken Werner <ken.werner@de.ibm.com>
8834
8835 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
8836 a bool variable. Expect correct OpenCL names for vector types. Use the
8837 uc3 variable name instead of referring to the uchar3 built-in type.
8838 Escape the asterisk at the half pointer test.
8839
08807d5a
PA
88402011-02-16 Pedro Alves <pedro@codesourcery.com>
8841
f65d5553 8842 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
8843 (main): Initialize it before collecting, and and clear it
8844 afterwards.
f65d5553
PA
8845 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
8846 collecting overlapping memory ranges.
08807d5a 8847
60f98dde
MS
88482011-02-15 Michael Snyder <msnyder@vmware.com>
8849
8850 * gdb.base/default.exp: Add tests for thread commands.
8851 * gdb.base/help.exp: Add tests for thread commands.
8852 * gdb.threads/thread-find.exp: New test for thread find command.
8853
648cd113
KW
88542011-02-15 Ken Werner <ken.werner@de.ibm.com>
8855
8856 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
8857
494e194e
YQ
88582011-02-15 Yao Qi <yao@codesourcery.com>
8859
8860 PR tdep/12352
8861 * gdb.arch/arm-disp-step.S : New test for str instruction.
8862 * gdb.arch/arm-disp-step.exp : Likewise.
8863
d9492458
TJB
88642011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
8865
8866 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
8867 "vector_register2_vr" test strings. Test the extended floating
8868 point registers (F32~F63).
8869 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
8870 IBM XL C compiler. Make the test program use a register provided
8871 by the compiler for the lxvd2x instruction.
8872
8af8e3bc
PA
88732011-02-14 Pedro Alves <pedro@codesourcery.com>
8874
8875 * gdb.trace/unavailable.cc (class Base, class Middle, class
8876 Derived): New types.
8877 (derived_unavail, derived_partial, derived_whole): New globals.
8878 (virtual_partial): New global.
8879 (virtualp): Point at virtual_partial.
8880 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
8881 related to unavailable vptr.
8882
1b28d0b3
PA
88832011-02-14 Pedro Alves <pedro@codesourcery.com>
8884
8885 * gdb.trace/unavailable.cc (a, b, c): New globals.
8886 (main): Set and clear them.
8887 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
8888 `a' and `c', and check that `b' isn't collected, although `a' and
8889 `c' are.
8890
ec0a52e1
PA
88912011-02-14 Pedro Alves <pedro@codesourcery.com>
8892
8893 * gdb.trace/unavailable.cc (struct Virtual): New.
8894 (virtualp): New global pointer.
8895 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
8896 printing a pointer to an object whose type has a vtable, with
8897 print object on.
8898
24e6bcee
PA
88992011-02-14 Pedro Alves <pedro@codesourcery.com>
8900
8901 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
8902 value repeat handles unavailableness.
8903
39d37385
PA
89042011-02-14 Pedro Alves <pedro@codesourcery.com>
8905
8906 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
8907 tests for building arrays from unavailable values, subscripting
8908 non-memory rvalue unvailable arrays, and accessing fields or
8909 baseclasses of non-lazy unavailable values,
8910 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
8911 struct types.
8912 (g_smallstruct, g_smallstruct_b): New globals.
8913
06d72e16
PA
89142011-02-14 Pedro Alves <pedro@codesourcery.com>
8915
8916 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
8917
bc9a5551
JK
89182011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 Fix const/volatile qualifiers of C++ types, PR c++/12328.
8921 * gdb.cp/overload-const.exp: New file.
8922 * gdb.cp/overload-const.cc: New file.
8923
54fcddd0
UW
89242011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8925
8926 * gdb.opencl/callfuncs.cl: New file.
8927 * gdb.opencl/callfuncs.exp: New test.
8928 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
8929
d6dafb7c
UW
89302011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8931
8932 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
8933 when computing result.
8934 * gdb.arch/altivec-abi.exp: Update expected results.
8935
a449c2d8
TJB
89362011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8937
8938 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
8939 * gdb.base/jit.exp: Likewise.
8940 * gdb.base/pie-execl.exp: Likewise.
8941 * gdb.base/solib-nodir.exp: Likewise.
8942 * gdb.base/solib-overlap.exp: Likewise.
8943
764880b7
PA
89442011-02-07 Pedro Alves <pedro@codesourcery.com>
8945
8946 * gdb.trace/collection.c (global_pieces): New.
8947 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
8948 New procedure.
8949 (gdb_trace_collection_test): Call it.
8950
505500db
SW
89512011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
8952
8953 * gdb.python/py-evthreads.c: New file.
8954 * gdb.python/py-evthreads.exp: New file.
8955 * gdb.python/py-events.py: New file.
8956 * gdb.python/py-events.exp: New file.
8957 * gdb.python/py-events.c: New file.
8958
385203ed
DD
89592011-02-04 David Daney <ddaney@caviumnetworks.com>
8960
8961 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
8962
9011945e
AB
89632011-02-03 Andrew Burgess <aburgess@broadcom.com>
8964
8965 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
8966 gdb.base/disasm-end-cu.exp: New test for disassembling over the
8967 boundary between two compilation units.
8968
580688f3
PA
89692011-02-02 Pedro Alves <pedro@codesourcery.com>
8970
8971 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
8972 (Virtual): New structs.
8973 (virtual_o, virtual_middle_b): New globals.
8974 * gdb.cp/virtbase.exp: New tests.
8975
d3f0f853
PP
89762011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
8977
8978 * gdb.base/jit.exp: New file.
8979 * gdb.base/jit-main.c: New file.
8980 * gdb.base/jit-solib.c: New file.
8981
b2030fb5
UW
89822011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
8983
8984 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
8985 proceed to initial kernel entry point.
8986 * gdb.opencl/datatypes.exp: Likewise.
8987 * gdb.opencl/operators.exp: Likewise.
8988 * gdb.opencl/vec_comps.exp: Likewise.
8989
2db19d1e
SW
89902011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
8991
8992 * gdb.cp/nsnested.cc: New.
8993 * gdb.cp/nsnested.exp: New.
8994 * gdb.cp/nsnoimports.exp: New.
8995 * gdb.cp/nsnoimports.cc: New.
8996
6b0c4c1f
JB
89972011-01-31 Joel Brobecker <brobecker@adacore.com>
8998
8999 * gdb.base/interact.exp: Add extra tests that verify that
9000 the value of the interactive-mode setting does not change
9001 after the script is sourced.
9002
80b23b6a
JK
90032011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9004
9005 * gdb.cp/noparam.exp: New file.
9006 * gdb.cp/noparam.cc: New file.
9007
ffd5ec24
PA
90082011-01-28 Pedro Alves <pedro@codesourcery.com>
9009
9010 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9011 there's no stack or registers.
9012
a81766d8
TT
90132011-01-26 Tom Tromey <tromey@redhat.com>
9014
9015 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9016 space before string output. Add test for "set print pretty off"
9017 case.
9018
585fdaa1
PA
90192011-01-25 Pedro Alves <pedro@codesourcery.com>
9020
9021 * gdb.base/frame-args.exp: Adjust.
9022 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9023 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9024 * gdb.dwarf2/pieces.exp: Adjust.
9025 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9026 * gdb.opt/inline-locals.exp: Adjust.
9027 * gdb.threads/fork-child-threads.exp: Adjust.
9028
d468832a
KW
90292011-01-25 Ken Werner <ken.werner@de.ibm.com>
9030
9031 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9032 OpenCL kernel function. Add a comment as marker. Add address space
9033 qualifiers for the remaining program scope variables.
9034 * gdb.opencl/datatypes.cl: Likewise.
9035 * gdb.opencl/operators.cl: Likewise.
9036 * gdb.opencl/vec_comps.cl: Likewise.
9037 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9038 Add breakpoint at the marker comment.
9039 * gdb.opencl/datatypes.exp: Likewise.
9040 * gdb.opencl/operators.exp: Likewise.
9041 * gdb.opencl/vec_comps.exp: Likewise.
9042
490f124f
PA
90432011-01-24 Pedro Alves <pedro@codesourcery.com>
9044
9045 * gdb.base/printcmds.c (some_struct): New struct and instance.
9046 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9047 procedure.
9048 <global scope>: Call it.
9049
6da78614
KW
90502011-01-21 Ken Werner <ken.werner@de.ibm.com>
9051
9052 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9053 argument to the gdb_compile_opencl_hostapp call.
9054
ec64c9aa
YQ
90552011-01-19 Yao Qi <yao@codesourcery.com>
9056
9057 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9058 positve list.
9059
810cfdbb
YQ
90602011-01-19 Yao Qi <yao@codesourcery.com>
9061
9062 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9063 canonical form.
9064 Remove "xscale-*-*"
9065 * gdb.xml/tdesc-regs.exp: Likewise.
9066 * gdb.python/py-section-script.exp: Replace ARM target triplet
9067 with canonical form.
9068 Match arm*-*-symbianelf*.
9069 * gdb.base/dup-sect.exp: Likewise.
9070 * lib/dwarf.exp: New.
9071 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9072 dwarf2_support.
9073 * gdb.dwarf2/dup-psym.exp: Likewise.
9074 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9075 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9076 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9077 * gdb.dwarf2/dw2-basic.exp: Likewise.
9078 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9079 * gdb.dwarf2/dw2-const.exp: Likewise.
9080 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9081 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9082 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9083 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9084 * gdb.dwarf2/dw2-filename.exp: Likewise.
9085 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9086 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9087 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9088 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9089 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9090 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9091 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9092 * gdb.dwarf2/dw2-producer.exp: Likewise.
9093 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9094 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9095 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9096 * gdb.dwarf2/dw2-strp.exp: Likewise.
9097 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9098 * gdb.dwarf2/implptr.exp: Likewise.
9099 * gdb.dwarf2/mac-fileno.exp: Likewise.
9100 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9101 * gdb.dwarf2/pieces.exp: Likewise.
9102 * gdb.dwarf2/pr11465.exp: Likewise.
9103 * gdb.dwarf2/valop.exp: Likewise.
9104 * gdb.dwarf2/watch-notconst.exp: Likewise.
9105 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9106
4694da01
TT
91072011-01-19 Tom Tromey <tromey@redhat.com>
9108
9109 * gdb.python/py-infthread.exp: Add thread tests.
9110
b075872c
JB
91112011-01-14 Joel Brobecker <brobecker@adacore.com>
9112
9113 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9114
2c3e6e24
JB
91152011-01-14 Joel Brobecker <brobecker@adacore.com>
9116
9117 * gdb.ada/widewide: New testcase.
9118
de8fa76c
JB
91192011-01-13 Joel Brobecker <brobecker@adacore.com>
9120
9121 * gdb.base/interact.exp: New testcase.
9122
1b05df00
TT
91232011-01-12 Tom Tromey <tromey@redhat.com>
9124
9125 * gdb.mi/gdb2549.exp: Update for error message changes.
9126 * gdb.mi/mi-cli.exp: Likewise.
9127 * gdb.mi/mi-disassemble.exp: Likewise.
9128 * gdb.mi/mi-pthreads.exp: Likewise.
9129 * gdb.mi/mi-regs.exp: Likewise.
9130 * gdb.mi/mi-stack.exp: Likewise.
9131 * gdb.mi/mi-var-block.exp: Likewise.
9132 * gdb.mi/mi-var-cmd.exp: Likewise.
9133 * gdb.mi/mi2-cli.exp: Likewise.
9134 * gdb.mi/mi2-disassemble.exp: Likewise.
9135 * gdb.mi/mi2-pthreads.exp: Likewise.
9136 * gdb.mi/mi2-regs.exp: Likewise.
9137 * gdb.mi/mi2-stack.exp: Likewise.
9138 * gdb.mi/mi2-var-block.exp: Likewise.
9139 * gdb.mi/mi2-var-cmd.exp: Likewise.
9140
c2ff108b
JK
91412011-01-12 Andrew Burgess <aburgess@broadcom.com>
9142 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 PR fortran/11104 and DWARF unbound arrays detection.
9145 * gdb.fortran/multi-dim.exp: New file.
9146 * gdb.fortran/multi-dim.f90: New file.
9147
b716877b
AB
91482011-01-12 Andrew Burgess <aburgess@broadcom.com>
9149
9150 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9151 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9152 add new tests for opcode dumping.
9153
6c162d5e
TT
91542011-01-11 Tom Tromey <tromey@redhat.com>
9155
9156 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9157
77b06cd7
TJB
91582010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9159
9160 Convert hardware watchpoints to use breakpoint_ops.
9161 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9162 type is not supported.
9163 * gdb.base/foll-fork.exp: Likewise.
9164 * gdb.base/foll-vfork.exp: Likewise.
9165
f39a75d0
PM
91662011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9167
9168 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9169 Use load_lib gdb-python.exp.
9170 * gdb.python/python.exp: Ditto.
9171 * gdb.python/py-function.exp: Ditto.
9172
fc529d80
AS
91732011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9174
9175 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9176
fb03cb59
JK
91772011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9178
9179 * configure: Regenerate.
9180
d8e22779
TT
91812011-01-06 Tom Tromey <tromey@redhat.com>
9182
9183 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9184
09050809
JB
91852011-01-06 Joel Brobecker <brobecker@adacore.com>
9186
fc529d80
AS
9187 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9188 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9189 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9190 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9191 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9192 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9193 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9194 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9195 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9196 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9197 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9198 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9199 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9200 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9201 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9202 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9203 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9204 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9205 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9206 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9207 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9208 gdb.ada/uninitialized_vars.exp,
9209 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9210 Simplify by using clean_restart.
09050809 9211
8ed5dd9e
JB
92122011-01-06 Joel Brobecker <brobecker@adacore.com>
9213
9214 Add marker to be used as anchor for inserting breakpoints.
9215 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9216 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9217 Likewise.
9218
9219 Remove uses of gdb_start_cmd.
9220 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9221 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9222
9223 Do not run testcase if testing with GDBserver.
9224 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9225 if testing with GDBserver.
9226
368a124f
JB
92272011-01-06 Joel Brobecker <brobecker@adacore.com>
9228
9229 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9230 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9231 copyright header.
9232
44944448
JB
92332011-01-05 Joel Brobecker <brobecker@adacore.com>
9234
9235 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9236 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9237 testsuite/gdb.fortran/complex.f,
9238 testsuite/gdb.fortran/derived-type.f90,
9239 testsuite/gdb.fortran/library-module-lib.f90,
9240 testsuite/gdb.fortran/library-module-main.f90,
9241 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9242 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9243 Copyright year update.
9244
31886ea6
JB
92452011-01-05 Joel Brobecker <brobecker@adacore.com>
9246
9247 * gdb.base/langs1.f: Add copyright header.
9248
ebedcab5
JK
92492011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9250
9251 * gdb.base/morestack.exp: New file.
9252 * gdb.base/morestack.c: New file.
9253
de1eb2f9
JK
92542011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9257
9e87a409
JB
92582010-12-29 Joel Brobecker <brobecker@adacore.com>
9259
9260 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9261 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9262
720d1a40
JB
92632010-12-29 Joel Brobecker <brobecker@adacore.com>
9264
9265 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9266
a283af87
AS
92672010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9268
5d3d9cba
AS
9269 * gdb.threads/tls.exp: Fix typo.
9270
a283af87
AS
9271 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9272 * gdb.threads/execl.exp: Update.
9273
2a20745c
YQ
92742010-12-23 Yao Qi <yao@codesourcery.com>
9275
9276 * gdb.arch/arm-disp-step.exp: New.
9277 * gdb.arch/arm-disp-step.S: New.
9278
a7658b96
TT
92792010-12-21 Tom Tromey <tromey@redhat.com>
9280
9281 * gdb.threads/execl.exp: Update.
9282 * gdb.threads/linux-dp.exp: Update.
9283 * gdb.threads/manythreads.exp: Update.
9284 * gdb.threads/tls.exp: Update.
9285
5b79abe7
TT
92862010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9289 (NextOverThrowDerivates) <resumebpt>: New.
9290 (resumebpt_test): New.
9291 (main): Call resumebpt_test.
9292 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9293
0914bcdb
SS
92942010-12-12 Stan Shebs <stan@codesourcery.com>
9295
9296 * gdb.trace/tsv.exp: Test print command on trace state variables.
9297
305aeedc
TT
92982010-12-09 Tom Tromey <tromey@redhat.com>
9299
9300 * gdb.base/interp.exp: Add regression test.
9301
186c406b
TT
93022010-12-09 Tom Tromey <tromey@redhat.com>
9303
9304 * gdb.java/jnpe.java: New file.
9305 * gdb.java/jnpe.exp: New file.
9306 * gdb.cp/nextoverthrow.exp: New file.
9307 * gdb.cp/nextoverthrow.cc: New file.
9308
aae1c79a
DE
93092010-12-07 Doug Evans <dje@google.com>
9310
9311 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9312 of data-directory.
9313 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9314 updated.
9315 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9316
60f98dde 93172010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
9318
9319 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9320 * gdb.base/call-sc.exp: Ditto.
9321 * gdb.base/finish.exp: Ditto.
9322 * gdb.base/return.exp: Ditto.
9323 * gdb.base/return2.exp: Ditto.
9324
5fa290c1
DE
93252010-11-30 Doug Evans <dje@google.com>
9326
9327 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9328 (gdb_expect_list): Fix spelling errors in comments.
9329 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9330 send_gdb/gdb_expect_list where applicable.
9331 * gdb.base/call-ar-st.exp: Ditto.
9332 * gdb.base/funcargs.exp: Ditto.
9333 * gdb.base/gcore.exp: Ditto.
9334 * gdb.base/page.exp: Ditto.
9335 * gdb.base/sigaltstack.exp: Ditto.
9336 * gdb.base/siginfo.exp: Ditto.
9337 * gdb.base/sigstep.exp: Ditto.
9338 * gdb.base/trace-commands.exp: Ditto.
9339
4e04c971
DE
93402010-11-29 Doug Evans <dje@google.com>
9341
9342 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9343 printer-name;subprinter-name.
9344
8cf6f0b1
TT
93452010-11-29 Tom Tromey <tromey@redhat.com>
9346
9347 * gdb.dwarf2/implptr.exp: New file.
9348 * gdb.dwarf2/implptr.c: New file.
9349 * gdb.dwarf2/implptr.S: New file.
9350
94b6973e
PM
93512010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9352
fc529d80 9353 PR python/12199
94b6973e
PM
9354
9355 * gdb.python/py-breakpoint.exp: Test the delete method.
9356
8358c15c
JK
93572010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9358
9359 Fix step_resume_breakpoint unsaved during an infcall.
9360 * gdb.base/step-resume-infcall.exp: New file.
9361 * gdb.base/step-resume-infcall.c: New file.
9362
f6df29bc
TJB
93632010-11-24 Edjunior Machado <emachado@br.ibm.com>
9364
9365 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
9366
f2b5a5cf
TJB
93672010-11-24 Edjunior Machado <emachado@br.ibm.com>
9368
9369 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
9370 on ppc64's symbols; "finish" and "return" commands must accept to
9371 show the caller line again as well as the line after.
9372 * gdb.asm/powerpc64.inc: New file.
9373
6b0ecdc2
DE
93742010-11-23 Doug Evans <dje@google.com>
9375
9376 * lib/gdb.exp (gdb_test_sequence): New function.
9377 (gdb_expect_list): Add verbose -log call for each pattern.
9378 * gdb.base/signals.exp (test_handle_all_print): Call it.
9379 Reduce timeout increment from 6 minutes to 1 minute.
9380 * gdb.server/ext-run.exp: Call it.
9381
ea976c60
PM
93822010-11-23 Phil Muldoon <pmuldoon@redhat.com>
9383
f2b5a5cf 9384 PR python/12212
ea976c60
PM
9385
9386 * gdb.python/python.exp: Check that selected_thread raises an
9387 error when no inferior is loaded.
9388
c0efa795
JK
93892010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
9392 * gdb.dwarf2/dw2-stack-boundary.S: New file.
9393
ec3aa567
JK
93942010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9395
9396 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
9397 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
9398
d8249011
DE
93992010-11-18 Doug Evans <dje@google.com>
9400
9401 * gdb.server/ext-run.exp: Fix intermittent failures.
9402
d4eba7d1
NF
94032010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9404
9405 * gdb.stabs/gdb11479.exp: Use runto_main.
9406
b04c2f88
NF
94072010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9408
9409 * gdb.base/break-entry.exp: Skip if using a stub.
9410
ae9d7ce4
NF
94112010-11-12 Nathan Froyd <froydnj@codesourcery.com>
9412
9413 * gdb.python/py-inferior.exp: Pack values in target endianness.
9414
621c8364
TT
94152010-11-12 Tom Tromey <tromey@redhat.com>
9416
9417 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
9418 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
9419 MemoryError.
9420 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
9421 type.
9422 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
9423 MemoryError.
9424 (test_subscript_regression): Update exception type.
9425
84f4c1fe
PM
94262010-11-11 Phil Muldoon <pmuldoon@redhat.com>
9427
9428 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
9429 breakpoint tests.
9430
a1442452
PA
94312010-11-09 Pedro Alves <pedro@codesourcery.com>
9432
9433 * gdb.base/watchpoint.exp: Test "watch -location" with an
9434 innacessible location.
9435
efd11a33
JK
94362010-11-09 Edjunior Machado <emachado@br.ibm.com>
9437 Luis Machado <luisgpm@br.ibm.com>
9438
9439 * gdb.base/maint.exp: Expect "." prefix.
9440 * gdb.base/nodebug.exp: Expect "." Likewise.
9441 * gdb.base/sepsymtab.exp: Expect "." Likewise.
9442 * gdb.base/watchpoint-cond-gone.exp: Likewise.
9443 * gdb.base/watchpoint.exp: Expect a software watch to be created for
9444 POWER server processors.
9445
aa00efb5
JK
94462010-11-08 Edjunior Machado <emachado@br.ibm.com>
9447 Luis Machado <luisgpm@br.ibm.com>
9448
9449 * gdb.base/break-entry.exp: convert entry point for
9450 ppc64 and expect leading `.' on ppc64's symbols
9451
99e7ae30
DE
94522010-11-05 Doug Evans <dje@google.com>
9453
9454 * gdb.base/help.exp: Update expected output.
b521dba8
DE
9455 * gdb.python/py-param.exp: Delete, contents moved to ...
9456 * gdb.python/py-parameter.exp: ... here. New file.
9457 Add test for gdb.parameter ("directories").
99e7ae30 9458
f4b8a18d
KW
94592010-11-05 Ken Werner <ken.werner@de.ibm.com>
9460
9461 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
9462 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
9463 * configure: Regenerate.
9464 * gdb.opencl/Makefile.in: New File.
9465 * gdb.opencl/datatypes.exp: Likewise.
9466 * gdb.opencl/datatypes.cl: Likewise.
9467 * gdb.opencl/operators.exp: Likewise.
9468 * gdb.opencl/operators.cl: Likewise.
9469 * gdb.opencl/vec_comps.exp: Likewise.
9470 * gdb.opencl/vec_comps.cl: Likewise.
9471 * gdb.opencl/convs_casts.exp: Likewise.
9472 * gdb.opencl/convs_casts.cl: Likewise.
9473 * lib/opencl.exp: Likewise.
9474 * lib/opencl_hostapp.c: Likewise.
9475 * lib/opencl_kernel.cl: Likewise.
9476 * lib/cl_util.c: Likewise.
9477 * lib/cl_util.c: Likewise.
9478 * gdb.base/default.exp (set language): Add "opencl" to the list of
9479 languages.
9480
a9d5ef47
SW
94812010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
9482
9483 * gdb.cp/overload.exp: Added test for inheritance overload.
9484 * gdb.cp/overload.cc: Ditto.
9485 * gdb.cp/oranking.exp: Removed releveant kfails.
9486
03eb1c79
JK
94872010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9488 Joel Brobecker <brobecker@adacore.com>
9489
9490 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
9491 check test_compiler_info.
9492
dbc98a8b
KW
94932010-11-03 Ken Werner <ken.werner@de.ibm.com>
9494
9495 * gdb.base/gnu_vector.exp: Adjust expect messages.
9496
120bd360
KW
94972010-11-03 Ken Werner <ken.werner@de.ibm.com>
9498
9499 * gdb.base/gnu_vector.exp: Add unary operator tests.
9500
c37f7098
KW
95012010-11-03 Ken Werner <ken.werner@de.ibm.com>
9502
9503 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
9504
7b51bc51
DE
95052010-11-02 Doug Evans <dje@google.com>
9506
9507 * gdb.python/py-pp-maint.c: New file.
9508 * gdb.python/py-pp-maint.exp: New file.
9509 * gdb.python/py-pp-maint.py: New file.
9510
50c97f38
TT
95112010-11-02 Tom Tromey <tromey@redhat.com>
9512
9513 * gdb.base/default.exp: Remove "scheme" from language list.
9514
a289b8f6
JK
95152010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9516
9517 Revert:
9518 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9519 * gdb.threads/sigstep-threads.exp: New file.
9520 * gdb.threads/sigstep-threads.c: New file.
9521
cd017491
MS
95222010-10-20 Michael Snyder <msnyder@vmware.com>
9523
9524 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
9525
8e6a5956
UW
95262010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9527
9528 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
9529 Skip test completely if gdb,no_hardware_watchpoints.
9530
2c04da0d
UW
95312010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9532
9533 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
9534 strict, but do not check for any particular function name within libc.
9535
79afc5ef
SW
95362010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9537
9538 * gdb.cp/smartp.exp: New test.
9539 * gdb.cp/smartp.cc : New test.
9540
026ffab7
SW
95412010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
9542
9543 * gdb.cp/converts.exp: Test pointer to bool conversion.
9544 Test pointer to long conversion.
9545 * gdb.cp/oranking.exp: Removed relevant kfail.
9546
3a772aa4
TT
95472010-10-18 Tom Tromey <tromey@redhat.com>
9548
9549 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
9550 argument to lazy_string.
9551 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
9552 (pp_ls.to_string): Use it.
9553 * gdb.python/py-prettyprint.c (main): Move declarations to top.
9554 Add "estring2" local.
9555
5fc3827b
JK
95562010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9557
9558 Fix s390x compatibility.
9559 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
9560 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
9561
8aeb23f3
JK
95622010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 * gdb.threads/sigstep-threads.exp: New file.
9565 * gdb.threads/sigstep-threads.c: New file.
9566
c1e56572
JK
95672010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9568
9569 * gdb.base/pie-execl.exp: New file.
9570 * gdb.base/pie-execl.c: New file.
9571
92163a10
JK
95722010-10-13 Doug Evans <dje@google.com>
9573 Jan Kratochvil <jan.kratochvil@redhat.com>
9574
9575 PR exp/12117
9576 * gdb.cp/ptype-cv-cp.cc: New file.
9577 * gdb.cp/ptype-cv-cp.exp: New file.
9578
7062b0a0
SW
95792010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
9580
9581 * gdb.cp/converts.cc: New test program.
9582 * gdb.cp/converts.exp: New test.
9583 * gdb.cp/overload.exp: Added test for void* vs int*.
9584 * gdb.cp/overload.exp: Ditto.
9585 * gdb.cp/oranking.exp: Removed related kfail.
9586
0e3509db
DE
95872010-10-13 Doug Evans <dje@google.com>
9588
9589 * lib/gdb-python.exp (gdb_check_python_config): New function.
9590 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
9591 * gdb.python/lib-types.cc: New file.
9592 * gdb.python/lib-types.exp: New file.
9593
8dc78533
JK
95942010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9595
9596 * gdb.python/py-error.exp: New file.
9597 * gdb.python/py-error.py: New file.
9598
93c17e06
JK
95992010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9600
9601 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
9602 gdb_test_multiple.
9603
d8b34041
JK
96042010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 * gdb.base/break-interp.exp: Use ldlags for linking flags.
9607 * gdb.base/prelink.exp: Likewise.
9608 * gdb.base/solib-nodir.exp: Likewise.
9609 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
9610 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
9611 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
9612
e0cc584e
UW
96132010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
9614
9615 * break-interp.exp (test_ld): Use two separate gdb_expect statements
9616 for the "info files" test to avoid timeouts on slow machines.
9617
cfc353b1
JK
96182010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9619
9620 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
9621 (main): Make openlib dummy call.
9622
d3d7896d
JK
96232010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9624
9625 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
9626 * break-interp.exp (reach): Move the core body ...
9627 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
9628 (test_ld): Provide always real argument, even to the linker. Replace
9629 dl_main by _dl_debug_state.
9630
5e533c94
JK
96312010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9632
9633 Fix results of prelinked PIEs on ppc*.
9634 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
9635 Accept also DISPLACEMENT "PRESENT".
9636 (main): Replace "ZERO" displacements by "PRESENT".
9637
33540610
SW
96382010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
9639
9640 * gdb.cp/oranking.exp: New test.
9641 * gdb.cp/oranking.cc: New test program.
9642
3bdf2bbd
KW
96432010-10-08 Ken Werner <ken.werner@de.ibm.com>
9644
9645 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
9646 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
9647
2f608a3a
KW
96482010-10-06 Ken Werner <ken.werner@de.ibm.com>
9649
9650 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
9651 lush, lynx) New constant.
9652 * gdb.base/constvars.exp: Test const array types.
9653 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
9654
aa2e2d8d
DE
96552010-10-06 Doug Evans <dje@google.com>
9656
9657 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
9658 of syscall staging area.
9659
2844d6b5
KW
96602010-10-06 Ken Werner <ken.werner@de.ibm.com>
9661
9662 * gdb.base/gnu_vector.c: Add variable c4.
9663 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
9664 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9665
7d8ac8bb
MR
96662010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
9667
9668 * gdb.arch/altivec-abi.exp: Fix a typo.
9669
84a02e58
MR
96702010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
9671
9672 * lib/mi-support.exp (thread_selected_re): Correct pattern used
9673 to match a thread ID.
9674
b18e6318
JK
96752010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9676
9677 Fix s390x testcase compatibility.
9678 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
9679
a2c09bd0
DE
96802010-10-01 Doug Evans <dje@google.com>
9681
9682 * lib/gdb-python.exp: New file.
9683 * gdb.python/py-block.exp: Use it.
9684 * gdb.python/py-breakpoint.exp: Ditto.
9685 * gdb.python/py-frame.exp: Ditto.
9686 * gdb.python/py-inferior.exp: Ditto.
9687 * gdb.python/py-param.exp: Ditto.
9688 * gdb.python/py-prettyprint.exp: Ditto.
9689 * gdb.python/py-shared.exp: Ditto.
9690 * gdb.python/py-symbol.exp: Ditto.
9691 * gdb.python/py-symtab.exp: Ditto.
9692 * gdb.python/py-type.exp: Ditto.
9693 * gdb.python/py-value.exp: Ditto.
9694 * gdb.python/python.exp: Ditto.
9695
38f12cfc
TT
96962010-09-30 Tom Tromey <tromey@redhat.com>
9697
9698 * gdb.base/anon.exp: New file.
9699 * gdb.base/anon.c: New file.
9700
9ae8282d
TT
97012010-09-30 Tom Tromey <tromey@redhat.com>
9702
9703 * gdb.base/completion.exp: Test completion through anonymous
9704 union.
9705 * gdb.base/break1.c (struct some_struct): Add anonymous union.
9706
e9e07ba6
JK
97072010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9708
9709 Fix printing parameters of inlined functions.
9710 * gdb.dwarf2/dw2-inline-param.exp: New file.
9711 * gdb.dwarf2/dw2-inline-param-main.c: New file.
9712 * gdb.dwarf2/dw2-inline-param.S: New file.
9713
cd2effb2
JK
97142010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 PR corefiles/12071.
9717 * gdb.base/corefile.exp (quit with a process, no question: load core)
9718 (quit with a core file): New tests.
9719
bceffbf3
JK
97202010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9721
9722 Fix GDB crash on inferior calls with self-referencing classes.
9723 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
9724 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
9725 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
9726
1736ad11
JK
97272010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 Fix lost siginfo_t for inferior calls.
9730 * gdb.base/siginfo-infcall.exp: New file.
9731 * gdb.base/siginfo-infcall.c: New file.
9732
a176ad92
JB
97332010-09-22 Joel Brobecker <brobecker@adacore.com>
9734
9735 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
9736
c2b0a229
JK
97372010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
9740 New test.
9741 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
9742
e8ae22d1
JB
97432010-09-22 Joel Brobecker <brobecker@adacore.com>
9744
9745 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
9746 type of our const type.
9747
ec322823
SW
97482010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
9749
9750 * gdb.cp/pr12028.cc: New.
9751 * gdb.cp/pr12028.exp: New.
9752
72929c62
JB
97532010-09-22 Joel Brobecker <brobecker@adacore.com>
9754
9755 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
9756
875b4ff5 97572010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 9758 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
9759
9760 PR mi/11407
9761 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
9762 * gdb.mi/dw2-ref-missing-frame-main.c New File.
9763 * gdb.mi/dw2-ref-missing-frame.S New File.
9764 * gdb.mi/dw2-ref-missing-frame.exp New File.
9765
7155d578
TT
97662010-09-14 Tom Tromey <tromey@redhat.com>
9767
9768 PR symtab/8399:
9769 * gdb.threads/tls.exp: Remove kfail. Update expected output.
9770
515ed532
TT
97712010-09-14 Tom Tromey <tromey@redhat.com>
9772
9773 PR exp/11803:
9774 * gdb.threads/tls.exp: Use C++.
9775 (check_thread_local): Use K::another_thread_local.
9776 * gdb.threads/tls.c (class K): New.
9777 (another_thread_local): Now a member of K.
9778 (spin): Update. No longer K&R C.
9779
450ca57c
SW
97802010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9781
9782 * gdb.cp/koenig.cc: created class for testing member lookup.
9783 * gdb.cp/koenig.exp: Added test for member lookup.
9784
dbd492a3
JK
97852010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9786
9787 Fix false FAILs on sourcetree topdir directory containing "kill".
9788 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
9789 source line matching regexp.
9790
8d4d924b
JK
97912010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.python/python.exp (set height 0, collect help from uiout)
9794 (verify help to uiout): New tests.
9795
8e64f2a0
JK
97962010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9797
9798 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
9799 is_lp64_target to check 64bit target.
9800
4569eed2
JK
98012010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9802
9803 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
9804 (test_ld) <powerpc64-*>: New.
9805
5e1617b1
DJ
98062010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9807
9808 * gdb.cp/templates.exp (test_template_args): Allow "struct".
9809
c767944b
DJ
98102010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9811
9812 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
9813 (FunctionArg::method): New function.
9814 (empty, arg): New variables.
9815 (main): Call arg.method.
9816 * gdb.cp/templates.exp (test_template_args): New function.
9817 (do_tests): Call it.
9818
27d3a3fc
UW
98192010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9820
9821 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
9822 of "next" to proceed over pthread_exit call.
9823
55b7ce7f
UW
98242010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
9825
9826 * gdb.base/maint.exp: Avoid wildcards against potentially very long
9827 "maint print statistics" output to prevent expect timeouts.
9828
809df446
JK
98292010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9830
9831 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
9832 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9833 (test_float_rejected): ... here.
9834 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
9835 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9836 (test_float_rejected): ... here.
9837 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
9838 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9839 (test_float_rejected): ... here.
9840 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
9841 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
9842 (test_float_rejected): ... here.
9843
8464be76
DJ
98442010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9845
9846 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
9847 before disabling hardware watchpoints.
9848 (test_inaccessible_watchpoint): Check that hardware watchpoints
9849 are used. Test for watchpoints on a constant address.
9850
14dba4b4
JK
98512010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 * gdb.base/ui-redirect.exp: New file.
9854
3f3540e1 98552010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 9856 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
9857
9858 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
9859
0f254bb7
DE
98602010-08-31 Doug Evans <dje@google.com>
9861
9862 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
9863
03f17ccf
TT
98642010-08-30 Tom Tromey <tromey@redhat.com>
9865
9866 PR python/11792:
9867 * gdb.python/py-value.exp (test_subscript_regression): Add
9868 dynamic_type test.
9869
640617ad
DJ
98702010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
9871
9872 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
9873 instead of running to main. Do not test the main function.
9874 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
9875 Add new main.
9876
2ed91d1b
PA
98772010-08-26 Pedro Alves <pedro@codesourcery.com>
9878
9879 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
9880 one test.
9881
673bfd45
DE
98822010-08-24 Doug Evans <dje@google.com>
9883
9884 PR symtab/11942
9885 * gdb.dwarf2/dw4-sig-types.cc: New file.
9886 * gdb.dwarf2/dw4-sig-types.h: New file.
9887 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
9888 * gdb.dwarf2/dw4-sig-types.exp: New file.
9889
f9ffd4bb
TT
98902010-08-23 Tom Tromey <tromey@redhat.com>
9891
9892 PR python/11145:
9893 * gdb.python/py-value.c (Base, Derived): New types.
9894 (base): New global.
9895 * gdb.python/py-value.exp (test_subscript_regression): Add
9896 dynamic_cast test.
9897
d839c8a4
TT
98982010-08-23 Tom Tromey <tromey@redhat.com>
9899
9900 PR python/10676:
9901 * gdb.python/py-type.exp (test_fields): Add tests for type
9902 equality.
9903
702c2711
TT
99042010-08-23 Tom Tromey <tromey@redhat.com>
9905
9906 PR python/11915:
9907 * gdb.python/py-type.exp (test_fields): Add tests for array.
9908
832bafd3
KS
99092010-08-23 Keith Seitz <keiths@redhat.com>
9910
9911 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
9912 have any children. Create a new abbrev for it.
9913 Add missing terminal sequence to .debug_abbrev.
9914
c37bf528
KS
99152010-08-20 Keith Seitz <keiths@redhat.com>
9916
9917 PR symtab/11465:
9918 * gdb.dwarf2/pr11465.exp: New test.
9919 * gdb.dwarf2/pr11465.S: New file.
9920 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
9921 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
9922
4572cbac
TJB
99232010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
9924
9925 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
9926 registers. Update data sets with the new v2_double element in the
9927 VSX register union. Add vector_register3_vr data set for the AltiVec
9928 registers. Use gdb_test_no_output instead of send_gdb.
9929
e7fbb131
PA
99302010-08-19 Pedro Alves <pedro@codesourcery.com>
9931
9932 * gdb.python/py-shared.exp: New file, factored out from
9933 python.exp.
9934 * gdb.python/py-shared.c: New file.
9935 * gdb.python/py-shared-sl.c: New file.
9936 * gdb.python/python-1.c: New file.
9937 * gdb.python/python-sl.c: Delete.
9938 * gdb.python/python.c: Mention python-1.c.
9939 * gdb.python/python.exp: Move shared library tests to
9940 py-shared.exp.
9941 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
9942 (MISCELLANEOUS): New.
9943 (clean mostlyclean): Also remove $MISCELLANEOUS.
9944
d30f5e1f
DE
99452010-08-19 Doug Evans <dje@google.com>
9946
9947 PR exp/11926
9948 * gdb.base/printcmds.exp (test_float_accepted): New function.
9949 Move existing float tests there. Add tests for floats with suffixes.
9950 (test_float_rejected): New function.
9951 * gdb.java/jv-print.exp (test_float_accepted): New function.
9952 (test_float_rejected): New function.
9953 * gdb.objc/print.exp: New file.
9954 * gdb.pascal/print.exp: New file.
9955 * lib/objc.exp: New file.
9956
7b3fd859
PM
99572010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
9958
9959 * gdb.base/default.exp (info set): Avoid full buffer error and force
9960 reading up to final gdb prompt.
9961 (show): Likewise.
9962
c92817ce
TT
99632010-08-18 Tom Tromey <tromey@redhat.com>
9964
9965 PR symtab/11919:
9966 * gdb.base/completion.exp: Add test.
9967
f1208f9e
DE
99682010-08-18 Doug Evans <dje@google.com>
9969
9970 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
9971 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
9972 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
9973 Simplify, early exit if runto_main fails.
9974 * gdb.fortran/exprs.exp: load_lib fortran.exp.
9975 (set_lang_fortran): Moved to lib/fortran.exp.
9976 * gdb.fortran/types.exp: load_lib fortran.exp.
9977 (set_lang_fortran): Moved to lib/fortran.exp.
9978 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
9979 * gdb.java/jprint.exp (set_lang_java): Ditto.
9980 * gdb.java/jv-exp.exp: load_lib java.exp.
9981 If set_lang_java fails, issue a warning instead of failure to be
9982 consistent with other set_lang_foo uses.
9983 (set_lang_java): Moved to lib/java.exp.
9984 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
9985 If set_lang_java fails, issue a warning instead of failure to be
9986 consistent with other set_lang_foo uses.
9987 * gdb.pascal/types.exp: load_lib pascal.exp.
9988 (set_lang_pascal): Moved to lib/pascal.exp.
9989 * lib/fortran.exp: New file.
9990 * lib/java.exp (set_lang_java): New function.
9991 * lib/pascal.exp (set_lang_pascal): New function.
9992
2f06b485
YQ
99932010-08-18 Yao Qi <yao@codesourcery.com
9994
9995 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
9996 func_nofb_start and func_loopfb_start, so that address of functions
9997 is equal to these labels on Thumb.
9998
96e25403
YQ
99992010-08-18 Yao Qi <yao@codesourcery.com>
10000
10001 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10002 to reflect latest c source file.
10003
36e6adc4
JK
100042010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10005
10006 * gdb.cp/infcall-dlopen.exp: New file.
10007 * gdb.cp/infcall-dlopen.cc: New file.
10008 * gdb.cp/infcall-dlopen-lib.cc: New file.
10009
f431efe5
PA
100102010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10011 Pedro Alves <pedro@codesourcery.com>
10012
10013 PR breakpoints/11371
10014
10015 * gdb.base/watch-cond-infcall.exp: New file.
10016 * gdb.base/watch-cond-infcall.c: New file.
10017
06a64a0b
TT
100182010-08-16 Tom Tromey <tromey@redhat.com>
10019
10020 * gdb.base/help.exp: Update.
10021 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10022 watchpoint.
10023 (test_watch_location): New proc.
10024 (test_watchpoint_in_big_blob): Delete watchpoint.
10025 * gdb.base/watchpoint.c (func5): New function.
10026 (main): Call it.
10027
70ebf4ed
DE
100282010-08-16 Doug Evans <dje@google.com>
10029
10030 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10031
ca5c20b6
PM
100322010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10033
10034 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10035 tests.
10036
7346b668
KW
100372010-08-11 Ken Werner <ken.werner@de.ibm.com>
10038
10039 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10040 * gdb.base/gnu_vector.c: New File.
10041 * gdb.base/gnu_vector.exp: Likewise.
10042
cb2e07a6
PM
100432010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10044
10045 * gdb.python/python.c: New File.
10046 * gdb.python/python-sl.c: New File.
10047 * gdb.python/python.exp: Test solib_address and decode_line
10048 * functions.
10049
5da1313b
JK
100502010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * gdb.python/python.exp (show height, set height 10)
10053 (verify pagination beforehand, verify pagination beforehand: q)
10054 (gdb.execute does not page, verify pagination afterwards)
10055 (verify pagination afterwards: q): New.
10056
49c3ccf7
DE
100572010-08-02 Doug Evans <dje@google.com>
10058
10059 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10060 because of an older gcc, change test2
10061 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10062 to unsupported.
10063
42c0c4f1
KH
100642010-07-30 Kazu Hirata <kazu@codesourcery.com>
10065
10066 * gdb.base/break-always.exp: Do not expect full paths to file
10067 names.
10068 * gdb.base/commands.exp: Likewise.
10069
d3765805
DE
100702010-07-30 Doug Evans <dje@google.com>
10071
c98ee71b
DE
10072 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10073 xfail them when run with older gccs.
10074
fd961404
DE
10075 * lib/gdb.exp (build_executable): Forward "c++" option to
10076 get_compiler_info.
10077
999adef4
DE
10078 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10079 "python print ttype.template_argument(1)" and
10080 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10081 if using gcc 4.4 or earlier.
10082
d3765805
DE
10083 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10084 attach-to-debugger handling.
10085
1276c759
JK
100862010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10087
10088 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10089 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10090 (main): Use copyreloc.
10091 * gdb.base/prelink.exp (split debug of executable)
10092 (.dynbss vs. .bss address shift): New tests.
10093
88caa9b9
PA
100942010-07-29 Pedro Alves <pedro@codesourcery.com>
10095
10096 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10097 in gdb_test_multiple.
10098
c6f2ac43
PA
100992010-07-29 Pedro Alves <pedro@codesourcery.com>
10100
10101 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10102 environment.
10103
326fd672
TT
101042010-07-28 Tom Tromey <tromey@redhat.com>
10105
10106 PR python/11060:
10107 * gdb.python/py-type.c (Temargs): New template.
10108 (temvar): New variable.
10109 * gdb.python/py-type.exp (test_template): New proc.
10110
3ce3b1ba
PA
101112010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10112
10113 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10114 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10115
34eaf542
TT
101162010-07-28 Tom Tromey <tromey@redhat.com>
10117
10118 PR c++/9946:
10119 * gdb.cp/temargs.exp: New file.
10120 * gdb.cp/temargs.cc: New file.
10121
d41b819e
JK
101222010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10123
10124 * gdb.base/help.exp (help disassemble): Update the content.
10125
26ab7092
JK
101262010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * gdb.threads/ia64-sigill.exp: New file.
10129 * gdb.threads/ia64-sigill.c: New file.
10130
5283e9e1
TT
101312010-07-27 Tom Tromey <tromey@redhat.com>
10132
10133 * gdb.opt/inline-cmds.c (ATTR): New define.
10134 (func1): Use it.
10135 (func2): Likewise.
10136 (func3): Likewise.
10137 (outer_inline1): Likewise.
10138 (outer_inline2): Likewise.
10139 * gdb.opt/inline-bt.c (ATTR): New define.
10140 (func1): Use it.
10141 (func2): Likewise.
10142 * gdb.opt/inline-locals.c (ATTR): New define.
10143 (func1): Use it.
10144 (func2): Likewise.
10145
e992ef73
TT
101462010-07-27 Tom Tromey <tromey@redhat.com>
10147
10148 * gdb.stabs/gdb11479.c (hack): New function.
10149 (test): Use it.
10150 (test2): Use it.
10151 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10152 (int32_search_buf, int64_search_buf): No longer static.
10153 (x): Remove.
10154 * gdb.base/relocate.c (hack): New function.
10155
5374244e
PM
101562010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10157
10158 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10159 * gdb.python/py-value.c (func1): New function.
10160 (func2): Likewise.
10161
a99aee83
CV
101622010-07-26 Corinna Vinschen <vinschen@redhat.com>
10163
10164 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10165 as not to clash with .data section.
10166
a04ba985
JG
101672010-07-26 Jerome Guitton <guitton@adacore.com>
10168
10169 * gdb.base/code_elim.exp: New file.
10170 * gdb.base/code_elim1.c: New file.
10171 * gdb.base/code_elim2.c: New file.
10172
23bd0f7c
PA
101732010-07-21 Pedro Alves <pedro@codesourcery.com>
10174
10175 PR symtab/11827
10176
10177 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10178 (some_volatile_enum): New variable.
10179 * gdb.base/printcmds.exp (test_print_enums): New.
10180 <top level>: Call it.
10181
883df6dd
SW
101822010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10183
10184 * gdb.cp/fpointer.cc: New test.
10185 * gdb.cp/fpointer.exp: New test.
10186
569b05a5
JK
101872010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 * gdb.base/solib-nodir.exp: New file.
10190 * lib/gdb.exp (runto): New case for a GDB internal error.
10191
51d7d803
JK
101922010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10193 Ulrich Weigand <uweigand@de.ibm.com>
10194 Tom Tromey <tromey@redhat.com>
10195
10196 * gdb.base/charset-malloc.c: New file.
10197 * gdb.base/charset.c (malloc_stub): New prototype.
10198 (main): Call it instead of malloc itself.
10199 * gdb.base/charset.exp: Use only prepare_for_testing.
10200 (binfile): Remove the variable.
10201
c0edd9ed
JK
102022010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 Make core files the process_stratum.
10205 * gdb.base/corefile.exp (run: load core again)
10206 (run: sanity check we see the core file, run: with core)
10207 (run: core file is cleared, attach: load core again)
10208 (attach: sanity check we see the core file, attach: with core)
10209 (attach: core file is cleared): New tests.
10210 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10211
3cbaedff
KW
102122010-07-14 Ken Werner <ken.werner@de.ibm.com>
10213
10214 * gdb.arch/altivec-abi.exp: New tests.
10215
91158a56
TT
102162010-07-13 Tom Tromey <tromey@redhat.com>
10217
10218 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10219 (main): Use it.
10220 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10221
0f5238ed
TT
102222010-07-13 Tom Tromey <tromey@redhat.com>
10223
10224 * gdb.base/label.exp: New file.
10225 * gdb.base/label.c: New file.
10226
add265ae
L
102272010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10228 H.J. Lu <hongjiu.lu@intel.com>
10229
10230 * lib/gdb.exp (is_ilp32_target): New.
10231 (is_lp64_target): Likewise.
10232
10233 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10234 target.
10235 * gdb.arch/amd64-disp-step.exp: Likewise.
10236 * gdb.arch/amd64-dword.exp: Likewise.
10237 * gdb.arch/amd64-i386-address.exp: Likewise.
10238 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 10239
add265ae
L
10240 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10241 target.
10242 * gdb.arch/i386-bp_permanent.exp: Likewise.
10243 * gdb.arch/i386-byte.exp: Likewise.
10244 * gdb.arch/i386-disp-step.exp: Likewise.
10245 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10246 * gdb.arch/i386-prologue.exp: Likewise.
10247 * gdb.arch/i386-size-overlap.exp: Likewise.
10248 * gdb.arch/i386-size.exp: Likewise.
10249 * gdb.arch/i386-sse.exp: Likewise.
10250 * gdb.arch/i386-unwind.exp: Likewise.
10251 * gdb.arch/i386-word.exp: Likewise.
10252
10253 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10254 test only when building 64-bit executables. Do not hard-code
10255 -m64 option.
10256
2dfb8c17
DE
102572010-07-07 Doug Evans <dje@google.com>
10258
10259 * lib/gdb.exp (gdb_test_list_exact): New function.
10260 * gdb.base/default.exp (show convenience): Call it, add tests for
10261 $_sdata = void, $_thread = 0.
10262
4e5799b6
JK
102632010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10264 Joel Brobecker <brobecker@adacore.com>
10265
10266 Fix re-run of PIE executable, PR shlibs/11776.
10267 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10268 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10269 and re-"run" of the inferior.
10270
1a219cc7
JK
102712010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10272 Joel Brobecker <brobecker@adacore.com>
10273
10274 Cope with missing /usr/sbin/prelink.
10275 * lib/prelink-support.exp (prelink_no):
10276 <result == 1 && $output is "no such file or directory">: New.
10277 (prelink_yes): Likewise. Return on failed prelink_no.
10278
5e3b36f8
JK
102792010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10280 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10283 build_executable by build_executable_own_libs. Replace "prelink -R"
10284 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10285 change.
10286 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10287 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10288 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10289 Replace build_executable by build_executable_own_libs's function
10290 build_executable_own_libs.
10291 (prelinkNO): Create new stub to call prelink_no.
10292 (prelinkYES): Create new stub to call prelink_yes.
10293 (test_attach): Rename calls of copy to file_copy.
10294 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10295 (copy): Move to ...
10296 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10297 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10298 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10299 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10300 special flags by gdb_compile_shlib. Replace second gdb_compile by
10301 build_executable_own_libs. Replace "prelink -R" execution by a call of
10302 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10303 a second call of prelink_yes. Replace restart commands by
10304 clean_restart.
10305 (prelink): Rename to ...
10306 (seen displacement message): ... this test. Extend its expectation
10307 strictness.
10308
86e4bafc
JK
103092010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10310
10311 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10312 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10313 displacement message exactly once.
10314
3cd07d20
JK
103152010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10316 Joel Brobecker <brobecker@adacore.com>
10317
10318 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10319 its restore after the <$relink_args != ""> loop. new comment.
10320
0a1e94c7
JK
103212010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10322 Joel Brobecker <brobecker@adacore.com>
10323
10324 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10325 code for it. New variable relink_args.
10326 (prelinkYES): Call prelinkNO.
10327 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10328 in such case. Move the core code to ...
10329 (test_attach_gdb): ... a new function. Send GDB command "file".
10330 Extend expected "Attaching to " string.
10331
2f70bcfb
TT
103322010-07-02 Tom Tromey <tromey@redhat.com>
10333
10334 * gdb.base/bitops.exp: Remove extraneous "pass".
10335
a17ac5b0
TT
103362010-07-02 Ken Werner <ken.werner@de.ibm.com>
10337
10338 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10339
dc10affe
PA
103402010-07-01 Pedro Alves <pedro@codesourcery.com>
10341
d41c0fc8
PA
10342 * gdb.base/help.exp: Adjust expected output.
10343
103442010-07-01 Pedro Alves <pedro@codesourcery.com>
10345
10346 * gdb.base/help.exp: Adjust expected output.
dc10affe 10347
0a600c36
JK
103482010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10349
10350 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10351 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10352 c++/11702.
10353
37cc8bfe
JK
103542010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10355 Doug Evans <dje@google.com>
10356
10357 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10358 add .dynamic entry'.
10359
254e6b9e
DE
103602010-06-29 Doug Evans <dje@google.com>
10361
10362 Test PR c++/11702.
10363 * gdb.cp/m-static.exp: Add testcase.
10364 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
10365
595939de 103662010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
10367 Tom Tromey <tromey@redhat.com>
10368 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
10369
10370 * gdb.python/py-inferior.c: New File.
10371 * gdb.python/py-infthread.c: New File.
10372 * gdb.python/py-inferior.exp: New File.
10373 * gdb.python/py-infthread.exp: New File.
10374
98751a41
JK
103752010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10376
10377 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
10378 (ptype ::C::OtherFileClass typedefs): New.
10379 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
10380 (C::OtherFileClass::cOtherFileClassVar2): New.
10381 (C::OtherFileClass::cOtherFileClassVar_use): Use also
10382 cOtherFileClassVar2.
10383 (C::cOtherFileType2, C::cOtherFileVar2): New.
10384 (C::cOtherFileVar_use): use also cOtherFileVar2.
10385 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
10386
41f62f39
JK
103872010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10388
10389 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
10390 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
10391 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
10392 (print ::C::cOtherFileVar)
10393 (whatis C::OtherFileClass::cOtherFileClassType)
10394 (whatis ::C::OtherFileClass::cOtherFileClassType)
10395 (print C::OtherFileClass::cOtherFileClassVar)
10396 (print ::cOtherFileClassVar)
10397 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
10398 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
10399 trailing content.
10400 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
10401 (C::OtherFileClass::cOtherFileClassVar)
10402 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
10403 (C::cOtherFileVar, C::cOtherFileVar_use): New.
10404
af53d231
JK
104052010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10406
10407 Test PR c++/11703 and PR gdb/1448.
10408 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
10409 gdb/1448.
10410
9655fd1a
JK
104112010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10412
10413 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
10414 (main) <rtti_data>: New.
10415 * gdb.cp/virtbase.exp (print rtti_data): New.
10416
824cc8dd
JK
104172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10418 Joel Brobecker <brobecker@adacore.com>
10419
10420 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
10421
6036c742
JK
104222010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10423
10424 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
10425
de6a0421
DE
104262010-06-28 Doug Evans <dje@google.com>
10427
10428 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
10429
b2dae948
DE
104302010-06-27 Doug Evans <dje@google.com>
10431
10432 * gdb.cp/m-static.exp: Update expected test output.
10433
0f3bb72e
PH
104342010-06-25 Paul Hilfinger <hilfinger@adacore.com>
10435
889bf7c5
PA
10436 * gdb.gdb/selftest.exp: Adjust expected message for
10437 capturing start-up runtime.
0f3bb72e 10438
bc9f0842
TT
104392010-06-25 Tom Tromey <tromey@redhat.com>
10440
10441 PR python/10808:
10442 * gdb.python/python.exp: Add new tests.
10443
099ef718
SW
104442010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
10445
10446 * gdb.cp/operator.cc: Created an import loop.
10447 * gdb.cp/operator.exp: Added testcase for import loop.
10448
5868a632
JK
104492010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 Test PR python/11407.
10452 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
10453 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
10454 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
10455 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
10456 executable_nofb and executable_fb. New variables srcsfile, objsfile,
10457 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
10458 binfile. Call gdb_compile with clean_restart twice.
10459 (func_nofb print, func_nofb backtrace, func_loopfb print)
10460 (func_loopfb backtrace): New.
10461
af76db58
JK
104622010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10463
10464 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
10465 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
10466 by a hand made one.
10467 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
10468 i?86 requirement. Remove variables srcfile and binfile. New variable
10469 sources, executable_nofb and executable_fb. Call prepare_for_testing.
10470
f2c7657e
UW
104712010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10472
10473 * gdb.cell/dwarfaddr.exp: New file.
10474 * gdb.cell/dwarfaddr.S: New file.
10475
628fe4e4
JK
104762010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10477
10478 Test PR 9436.
10479 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
10480
f1421989
HZ
104812010-06-24 Hui Zhu <teawater@gmail.com>
10482
10483 * gdb.base/eval.exp: New file.
10484
d03285ec
UW
104852010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10486
10487 * gdb.cell/fork.exp: New file.
10488 * gdb.cell/fork.c: Likewise.
10489 * gdb.cell/fork-spu.c: Likewise.
10490
41b2c92d
PM
104912010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
10492
10493 * lib/gdb.exp (banned_variables_traced): New global variable.
10494 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
10495 (gdb_init): Use `trace add variable' instead of obsolete
10496 `trace variable'.
10497
d5bc977f
DE
104982010-06-21 Doug Evans <dje@google.com>
10499
10500 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
10501
d2ed6730
UW
105022010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10503
10504 * gdb.arch/spu-ls.exp: New file.
10505 * gdb.arch/spu-ls.c: Likewise.
10506
6aed2dbc
SS
105072010-06-18 Stan Shebs <stan@codesourcery.com>
10508
10509 * gdb.threads/thread-specific.exp: Add tests of $_thread.
10510
e0756905
UW
105112010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10512
10513 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
10514 * gdb.base/watch-cond.exp: Likewise.
10515 * gdb.python/py-breakpoint.exp: Likewise.
10516
d8053d4d
PA
105172010-06-18 Pedro Alves <pedro@codesourcery.com>
10518
10519 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
10520 clean_restart, make sure every test has a distinct message, and
10521 that messages don't include the executable' full path.
10522
81ce510c
DE
105232010-06-17 Doug Evans <dje@google.com>
10524
10525 * gdb.arch/i386-size.exp: Updated expected output for
10526 DISASSEMBLY_OMIT_FNAME.
10527
65d79d4b
SDJ
105282010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10529 Sergio Durigan Junior <sergiodj@redhat.com>
10530
10531 * gdb.base/watch-notconst.c: New file.
10532 * gdb.base/watch-notconst.S: New file.
10533 * gdb.base/watch-notconst2.c: New file.
10534 * gdb.base/watch-notconst2.S: New file.
10535 * gdb.base/watch-notconst.exp: New file.
10536 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10537 (func4): Add operations on `global_ptr_ptr'.
10538 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
10539 routine to test watchpoints created with a constant expression.
10540 (test_inaccessible_watchpoint): Include tests for watchpoints
10541 created with a constant expression.
10542
df0f4836
KB
105432010-06-14 Kevin Buettner <kevinb@redhat.com>
10544
10545 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
10546 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
10547 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
10548 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
10549 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
10550 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
10551 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
10552 of `_start'.
10553
b769def5
UW
105542010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10555
10556 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
10557 not supported on the target.
10558 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10559 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10560 * gdb.mi/mi-nsintrall.exp: Likewise.
10561 * gdb.mi/mi-nsmoribund.exp: Likewise.
10562 * gdb.mi/mi-nsthrexec.exp: Likewise.
10563
d914c394
SS
105642010-06-11 Stan Shebs <stan@codesourcery.com>
10565
10566 * gdb.base/permissions.exp: New file.
10567
105682010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
10569
10570 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
10571 does not support ELF executable class.
10572
f3ce5b9c
UW
105732010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10574
10575 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
10576
8e46892c
JK
105772010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
10580 (runto): Catch "The target does not support running in non-stop mode.".
10581
6cc55c64
MS
105822010-06-11 Michael Snyder <msnyder@vmware.com>
10583
10584 * gdb.base/setshow.exp (set language asm): Don't use
10585 gdb_test_no_output, fails on some targets.
10586
caddefa4
UW
105872010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10588
10589 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
10590 * gdb.cp/pr9167.exp: Likewise.
10591
468b1aa7
UW
105922010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10593
10594 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
10595
5c3552dc
UW
105962010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10597
10598 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
10599
02e6fe6a
UW
106002010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10601
10602 * gdb.base/charset.c (main): Make sure malloc gets linked in.
10603
0e03807e
TT
106042010-06-11 Tom Tromey <tromey@redhat.com>
10605
10606 PR gdb/9977, PR exp/11636::
10607 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
10608 (pieces_test_f6): Update expected output.
10609
2bdf28a0
JK
106102010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 * gdb.base/moribund-step.exp: New.
10613
f6978de9
MS
106142010-06-08 Michael Snyder <msnyder@vmware.com>
10615
10616 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 10617 * gdb.ada/boolean_expr.exp:
f6978de9
MS
10618 * gdb.ada/frame_args.exp: Ditto.
10619 * gdb.ada/lang_switch.exp: Ditto.
10620 * gdb.ada/ptype_arith_binop.exp: Ditto.
10621 * gdb.ada/ref_param.exp: Ditto.
10622 * gdb.ada/type_coercion.exp:Ditto.
10623
10624 * gdb.asm/asm-source.exp: Ditto.
10625
10626 * gdb.base/attach.exp: Ditto.
10627 * gdb.base/bitfields2.exp: Ditto.
10628 * gdb.base/call-signal-resume.exp: Ditto.
10629 * gdb.base/callfuncs.exp: Ditto.
10630 * gdb.base/commands.exp: Ditto.
10631 * gdb.base/dbx.exp: Ditto.
10632 * gdb.base/default.exp: Ditto.
10633 * gdb.base/dump.exp: Ditto.
10634 * gdb.base/exprs.exp: Ditto.
10635 * gdb.base/freebpcmd.exp: Ditto.
10636 * gdb.base/interrupt.exp: Ditto.
10637 * gdb.base/list.exp: Ditto.
10638 * gdb.base/long_long.exp: Ditto.
10639 * gdb.base/maint.exp: Ditto.
10640 * gdb.base/ptype.exp: Ditto.
10641 * gdb.base/return.exp: Ditto.
10642 * gdb.base/setshow.exp: Ditto.
10643 * gdb.base/sigbpt.exp: Ditto.
10644 * gdb.base/sigrepeat.exp: Ditto.
10645
10646 * gdb.cp/classes.exp: Ditto.
10647
10648 * gdb.dwarf2/dw2-restore.exp: Ditto.
10649
10650 * gdb.gdb/selftest.exp: Ditto.
10651
10652 * gdb.multi/base.exp: Ditto.
10653 * gdb.multi/bkpt-multi-exec.exp: Ditto.
10654
10655 * gdb.python/py-block.exp: Ditto.
10656 * gdb.python/py-prettyprint.exp: Ditto.
10657 * gdb.python/py-template.exp: Ditto.
10658
10659 * gdb.server/ext-attach.exp: Ditto.
10660 * gdb.server/ext-run.exp: Ditto.
10661 * gdb.server/server-mon.exp: Ditto.
10662
10663 * gdb.threads/fork-thread-pending.exp: Ditto.
10664 * gdb.threads/hand-call-in-threads.exp: Ditto.
10665 * gdb.threads/interrupted-hand-call.exp: Ditto.
10666 * gdb.threads/linux-dp.exp: Ditto.
10667 * gdb.threads/manythreads.exp: Ditto.
10668 * gdb.threads/print-threads.exp: Ditto.
10669 * gdb.threads/pthreads.exp: Ditto.
10670 * gdb.threads/schedlock.exp: Ditto.
10671 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10672 * gdb.threads/threadapply.exp: Ditto.
10673
de7ff789
MS
106742010-06-08 Michael Snyder <msnyder@vmware.com>
10675
889bf7c5 10676 * gdb.ada/exec_changed.exp:
de7ff789
MS
10677 Use ".*" instead of "" as wildcard regexp.
10678
10679 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
10680 * gdb.base/call-ar-st.exp: Ditto.
10681 * gdb.base/checkpoint.exp: Ditto.
10682 * gdb.base/default.exp: Ditto.
10683 * gdb.base/dump.exp: Ditto.
10684 * gdb.base/ending-run.exp: Ditto.
10685 * gdb.base/fileio.exp: Ditto.
10686 * gdb.base/miscexprs.exp: Ditto.
10687 * gdb.base/pointers.exp: Ditto.
10688 * gdb.base/readline.exp: Ditto.
10689 * gdb.base/reread.exp: Ditto.
10690 * gdb.base/restore.exp: Ditto.
10691 * gdb.base/shlib-call.exp: Ditto.
10692 * gdb.base/valgrind-db-attach.exp: Ditto.
10693 * gdb.base/volatile.exp: Ditto.
10694 * gdb.base/watchpoints.exp: Ditto.
10695
10696 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
10697
10698 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
10699 * gdb.python/py-value.exp: Ditto.
10700
10701 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
10702 * gdb.trace/circ.exp: Ditto.
10703 * gdb.trace/collection.exp: Ditto.
10704 * gdb.trace/packetlen.exp: Ditto.
10705 * gdb.trace/passc-dyn.exp: Ditto.
10706 * gdb.trace/report.exp: Ditto.
10707 * gdb.trace/tfile.exp: Ditto.
10708 * gdb.trace/tfind.exp: Ditto.
10709 * gdb.trace/while-dyn.exp: Ditto.
10710
3bebe2f2
JK
107112010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10712
10713 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
10714
5c631832
JK
107152010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 Test PR 10640.
10718 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
10719
4c3376c8
SW
107202010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
10721
10722 * gdb.cp/koenig.exp: Test for ADL operators.
10723 * gdb.cp/koenig.cc: Added ADL operators.
10724 * gdb.cp/operator.exp: New test.
10725 * gdb.cp/operator.cc: New test.
10726
dc226d5a
MS
107272010-06-04 Michael Snyder <msnyder@vmware.com>
10728
dfb88a23
MS
10729 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
10730 * gdb.base/pending.exp: Ditto.
f7ae76b3 10731
dc226d5a
MS
10732 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
10733
967cf477
DE
107342010-06-04 Doug Evans <dje@google.com>
10735
10736 * gdb.python/py-prettyprint.exp: Add new test for enabled and
10737 disabled printers.
10738 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
10739 (enable_lookup_function): New function.
10740
eb801841
TT
107412010-06-04 Tom Tromey <tromey@redhat.com>
10742
10743 * gdb.python/py-value.exp (test_value_hash): Don't test equality
10744 of hash and id.
10745
38979823
JK
107462010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10747
10748 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
10749 newline.
10750 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
10751 (empty verbose non-noisy clear, empty verbose noisy clear)
10752 (empty non-verbose noisy clear): Likewise.
10753
35ec993f
MS
107542010-06-03 Michael Snyder <msnyder@vmware.com>
10755
10756 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
10757 * gdb.base/display.exp: Ditto.
10758 * gdb.base/find.exp: Ditto.
10759 * gdb.base/ifelse.exp: Ditto.
10760 * gdb.base/multi-forks.exp: Ditto.
10761 * gdb.base/recurse.exp: Ditto.
10762 * gdb.base/setshow.exp: Ditto.
10763 * gdb.base/value-double-free.exp: Ditto.
10764 * gdb.base/watch-vfork.exp: Ditto.
10765 * gdb.base/watch_thread_num.exp: Ditto.
10766 * gdb.base/watchpoint-solib.exp: Ditto.
10767 * gdb.base/watchpoint.exp: Ditto.
10768 * gdb.base/watchpoints.exp: Ditto.
10769
10770 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
10771 * gdb.cp/overload.exp: Ditto.
10772 * gdb.cp/virtfunc.exp: Ditto.
10773
10774 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
10775
889bf7c5 10776 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
10777 Replace gdb_test with gdb_test_no_output.
10778
889bf7c5 10779 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
10780 Replace gdb_test with gdb_test_no_output.
10781 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10782 * gdb.threads/watchthreads.exp: Ditto.
10783 * gdb.threads/watchthreads2.exp: Ditto.
10784
10785 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
10786 * gdb.trace/tfind.exp: Ditto.
10787
c22decce
JB
107882010-06-03 Joel Brobecker <brobecker@adacore.com>
10789
10790 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
10791 successful test if message is the empty string.
10792
fd5700c7
JK
107932010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10794
10795 * gdb.fortran/module.exp (stopped language detection): New test.
10796
f55ee35c
JK
107972010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 Support DW_TAG_module as separate namespaces.
10800 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
10801 gdb.fortran/library-module-lib.f90: New.
10802 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
10803 (print i): Remove.
10804 (continue to breakpoint: i-is-1, print var_i value 1)
10805 (continue to breakpoint: i-is-2, print var_i value 2)
10806 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
10807 (print var_d, print var_i value 14, ptype modmany, complete `modm)
10808 (complete `modmany, complete `modmany`, complete `modmany`var)
10809 (show language, setting breakpoint at module): New tests.
10810 * gdb.fortran/module.f90 (module mod): Remove.
10811 (module mod1, module mod2, module modmany, subroutine sub1)
10812 (subroutine sub2, program module): New.
10813
b8e8282f
JK
108142010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
10817 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
10818 * gdb.cp/anon-union.exp (pass): Rename to ...
10819 (print z 2): ... here.
b8e8282f 10820
019ebafc
MS
108212010-06-02 Michael Snyder <msnyder@vmware.com>
10822
e68d8fd4
MS
10823 * gdb.trace/actions.exp: Use gdb_test_no_output.
10824 * gdb.trace/circ.exp: Ditto.
10825 * gdb.trace/packetlen.exp: Ditto.
10826 * gdb.trace/save-trace.exp: Ditto.
10827 * gdb.trace/tracecmd.exp: Ditto.
10828 * gdb.trace/tsv.exp: Ditto.
10829
12b5d08a
MS
10830 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
10831 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
10832 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
10833 * gdb.threads/manythreads.exp: Ditto.
10834 * gdb.threads/print-threads.exp: Ditto.
10835 * gdb.threads/pthreads.exp: Ditto.
10836 * gdb.threads/schedlock.exp: Ditto.
10837 * gdb.threads/staticthreads.exp: Ditto.
10838 * gdb.threads/thread-specific.exp: Ditto.
10839 * gdb.threads/thread-unwindonsignal.exp: Ditto.
10840 * gdb.threads/threadapply.exp: Ditto.
10841 * gdb.threads/watchthreads.exp: Ditto.
10842 * gdb.threads/watchthreads2.exp: Ditto.
10843
89493308
MS
10844 * gdb.python/py-block.exp: Use gdb_test_no_output.
10845 * gdb.python/py-prettyprint.exp: Ditto.
10846 * gdb.python/py-template.exp: Ditto.
10847 * gdb.python/py-value.exp: Ditto.
10848
10849 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
10850 * gdb.reverse/watch-reverse.exp: Ditto.
10851
10852 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
10853 * gdb.server/ext-run.exp: Ditto.
10854
019ebafc
MS
10855 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
10856 * gdb.dwarf2/dw2-compressed.exp: Ditto.
10857 * gdb.dwarf2/dw2-intercu.exp: Ditto.
10858 * gdb.dwarf2/dw2-intermix.exp: Ditto.
10859 * gdb.dwarf2/dw2-producer.exp: Ditto.
10860 * gdb.dwarf2/mac-fileno.exp: Ditto.
10861
10862 * gdb.gdb/observer.exp: Use gdb_test_no_output.
10863 * gdb.gdb/selftest.exp: Ditto.
10864
10865 * gdb.multi/base.exp: Use gdb_test_no_output.
10866
10867 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
10868
3e0ca3a5
JK
108692010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10870
10871 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
10872
9db70545
MS
108732010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
10874
a8d52276
MS
10875 * gdb.cp/class2.exp: Use gdb_test_no_output.
10876 * gdb.cp/classes.exp: Ditto.
10877 * gdb.cp/extern-c.exp: Ditto.
10878 * gdb.cp/inherit.exp: Ditto.
10879 * gdb.cp/maint.exp: Ditto.
10880 * gdb.cp/mb-inline.exp: Ditto.
10881 * gdb.cp/mb-templates.exp: Ditto.
10882 * gdb.cp/method2.exp: Ditto.
10883 * gdb.cp/misc.exp: Ditto.
10884 * gdb.cp/ovldbreak.exp: Ditto.
10885 * gdb.cp/punctuator.exp: Ditto.
10886 * gdb.cp/templates.exp: Ditto.
10887 * gdb.cp/virtbase.exp: Ditto.
10888
889bf7c5 10889 * gdb.threads/attach-stopped.exp:
9db70545 10890 Replace uses of send_gdb / gdb_expect.
889bf7c5 10891 * gdb.threads/attachstop-mt.exp:
9db70545 10892 Replace uses of send_gdb / gdb_expect.
889bf7c5 10893 * gdb.threads/gcore-thread.exp:
9db70545 10894 Replace uses of send_gdb / gdb_expect.
889bf7c5 10895 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
10896 Replace uses of send_gdb / gdb_expect.
10897 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 10898 * gdb.threads/print-threads.exp:
9db70545
MS
10899 Replace uses of send_gdb / gdb_expect.
10900 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
10901 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
10902 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
10903
10904 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
10905 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
10906 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
10907 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
10908 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
10909 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
10910 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
10911 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
10912 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
10913 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
10914 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
10915
359cc68c
JK
109162010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10917
10918 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
10919
7d3fe98e
SW
109202010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
10921
10922 * gdb.cp/koenig.exp: Added new test case.
10923 * gdb.cp/koenig.cc: Ditto.
10924
27d3a1a2
MS
109252010-06-01 Michael Snyder <msnyder@vmware.com>
10926
10927 * gdb.base/arithmet.exp: Use gdb_test_no_output.
10928 * gdb.base/arrayidx.exp: Ditto.
10929 * gdb.base/attach.exp: Ditto.
10930 * gdb.base/auxv.exp: Ditto.
10931 * gdb.base/bigcre.exp: Ditto.
10932 * gdb.base/break-always.exp: Ditto.
10933 * gdb.base/break-interp.exp: Ditto.
10934 * gdb.base/break.exp: Ditto.
10935 * gdb.base/breakpoint-shadow.exp: Ditto.
10936 * gdb.base/call-ar-st.exp: Ditto.
10937 * gdb.base/call-sc.exp: Ditto.
10938 * gdb.base/call-signal-resume.exp: Ditto.
10939 * gdb.base/callfuncs.exp: Ditto.
10940 * gdb.base/catch-syscall.exp: Ditto.
10941 * gdb.base/charset.exp: Ditto.
10942 * gdb.base/code-expr.exp: Ditto.
10943 * gdb.base/commands.exp: Ditto.
10944 * gdb.base/cond-expr.exp: Ditto.
10945 * gdb.base/condbreak.exp: Ditto.
10946 * gdb.base/cursal.exp: Ditto.
10947 * gdb.base/cvexpr.exp: Ditto.
10948 * gdb.base/default.exp: Ditto.
10949 * gdb.base/del.exp: Ditto.
10950 * gdb.base/detach.exp: Ditto.
10951 * gdb.base/display.exp: Ditto.
10952 * gdb.base/ena-dis-br.exp: Ditto.
10953 * gdb.base/eval-skip.exp: Ditto.
10954 * gdb.base/foll-fork.exp: Ditto.
10955 * gdb.base/foll-vfork.exp: Ditto.
10956 * gdb.base/frame-args.exp: Ditto.
10957 * gdb.base/funcargs.exp: Ditto.
10958 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10959 * gdb.base/gdbvars.exp: Ditto.
10960 * gdb.base/help.exp: Ditto.
10961 * gdb.base/ifelse.exp: Ditto.
10962 * gdb.base/included.exp: Ditto.
10963 * gdb.base/list.exp: Ditto.
10964 * gdb.base/macscp.exp: Ditto.
10965 * gdb.base/maint.exp: Ditto.
10966 * gdb.base/multi-fork.exp: Ditto.
10967 * gdb.base/overlays.exp: Ditto.
10968 * gdb.base/page.exp: Ditto.
10969 * gdb.base/pending.exp: Ditto.
10970 * gdb.base/pointers.exp: Ditto.
10971 * gdb.base/pr11022.exp: Ditto.
10972 * gdb.base/prelink.exp: Ditto.
10973 * gdb.base/printcmds.exp: Ditto.
10974 * gdb.base/psymtab.exp: Ditto.
10975 * gdb.base/randomize.exp: Ditto.
10976 * gdb.base/relational.exp: Ditto.
10977 * gdb.base/relocate.exp: Ditto.
10978 * gdb.base/remote.exp: Ditto.
10979 * gdb.base/sepdebug.exp: Ditto.
10980 * gdb.base/set-lang-auto.exp: Ditto.
10981 * gdb.base/setshow.exp: Ditto.
10982 * gdb.base/setvar.exp: Ditto.
10983 * gdb.base/signals.exp: Ditto.
10984 * gdb.base/signull.exp: Ditto.
10985 * gdb.base/sigstep.exp: Ditto.
10986 * gdb.base/sizeof.exp: Ditto.
10987 * gdb.base/solib-disc.exp: Ditto.
10988 * gdb.base/store.exp: Ditto.
10989 * gdb.base/structs.exp: Ditto.
10990 * gdb.base/structs2.exp: Ditto.
10991 * gdb.base/subst.exp: Ditto.
10992 * gdb.base/term.exp: Ditto.
10993 * gdb.base/trace-commands.exp: Ditto.
10994 * gdb.base/unwindonsignal.exp: Ditto.
10995 * gdb.base/valgrind-db-attach.exp: Ditto.
10996 * gdb.base/varargs.exp: Ditto.
10997 * gdb.base/watch-cond.exp: Ditto.
10998 * gdb.base/watch_thread_num.exp: Ditto.
10999 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11000 * gdb.base/watchpoint.exp: Ditto.
11001 * gdb.base/whatis-exp.exp: Ditto.
11002
f8d3bf8f
MS
110032010-06-01 Michael Snyder <msnyder@vmware.com>
11004
11005 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11006 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11007 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11008 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11009 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11010 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11011 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11012 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11013 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11014 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11015 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11016 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11017 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11018 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11019 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11020
3f9e0d32
JK
110212010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11022
11023 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11024 trailing newline.
11025 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11026 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11027 (p *args): ... here and remove excessive trailing newline.
11028
f629457d
JB
110292010-05-31 Joel Brobecker <brobecker@adacore.com>
11030
11031 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11032
09eef106
JK
110332010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 Accept the new Linux kernel "t (tracing stop)" string.
11036 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11037 Update comment.
11038 (state_wait) <T (tracing stop)>: New.
11039 (main): Update the state_wait expect string.
11040
94f31136
PA
110412010-05-28 Pedro Alves <pedro@codesourcery.com>
11042
11043 * limits.c, limits.exp: Delete files.
11044 * Makefile.in (clean mostlyclean): Adjust.
11045 * tracecmd.exp: Adjust.
11046
096554ab
JK
110472010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 * gdb.base/tui-layout.exp: New.
11050
27d3a1a2 110512010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 11052
889bf7c5 11053 * gdb.reverse/break-precsave.exp:
bcd2dc50 11054 Replace uses of send_gdb / gdb_expect.
889bf7c5 11055 * gdb.reverse/break-reverse.exp:
bcd2dc50 11056 Replace uses of send_gdb / gdb_expect.
889bf7c5 11057 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 11058 Replace uses of send_gdb / gdb_expect.
889bf7c5 11059 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 11060 Replace uses of send_gdb / gdb_expect.
889bf7c5 11061 * gdb.reverse/finish-precsave.exp:
bcd2dc50 11062 Replace uses of send_gdb / gdb_expect.
889bf7c5 11063 * gdb.reverse/finish-reverse.exp:
bcd2dc50 11064 Replace uses of send_gdb / gdb_expect.
889bf7c5 11065 * gdb.reverse/i386-precsave.exp:
bcd2dc50 11066 Replace uses of send_gdb / gdb_expect.
889bf7c5 11067 * gdb.reverse/i386-reverse.exp:
bcd2dc50 11068 Replace uses of send_gdb / gdb_expect.
889bf7c5 11069 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 11070 Replace uses of send_gdb / gdb_expect.
889bf7c5 11071 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 11072 Replace uses of send_gdb / gdb_expect.
889bf7c5 11073 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 11074 Replace uses of send_gdb / gdb_expect.
889bf7c5 11075 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 11076 Replace uses of send_gdb / gdb_expect.
889bf7c5 11077 * gdb.reverse/machinestate.exp:
bcd2dc50 11078 Replace uses of send_gdb / gdb_expect.
889bf7c5 11079 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 11080 Replace uses of send_gdb / gdb_expect.
889bf7c5 11081 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 11082 Replace uses of send_gdb / gdb_expect.
889bf7c5 11083 * gdb.reverse/solib-precsave.exp:
bcd2dc50 11084 Replace uses of send_gdb / gdb_expect.
889bf7c5 11085 * gdb.reverse/solib-reverse.exp:
bcd2dc50 11086 Replace uses of send_gdb / gdb_expect.
889bf7c5 11087 * gdb.reverse/step-precsave.exp:
bcd2dc50 11088 Replace uses of send_gdb / gdb_expect.
889bf7c5 11089 * gdb.reverse/step-reverse.exp:
bcd2dc50 11090 Replace uses of send_gdb / gdb_expect.
889bf7c5 11091 * gdb.reverse/until-precsave.exp:
bcd2dc50 11092 Replace uses of send_gdb / gdb_expect.
889bf7c5 11093 * gdb.reverse/until-reverse.exp:
bcd2dc50 11094 Replace uses of send_gdb / gdb_expect.
889bf7c5 11095 * gdb.reverse/watch-precsave.exp:
bcd2dc50 11096 Replace uses of send_gdb / gdb_expect.
889bf7c5 11097 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
11098 Replace uses of send_gdb / gdb_expect.
11099
3def43e0
JK
111002010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11101
11102 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11103 excessive newline.
11104
27d3a1a2 111052010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
11106
11107 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
11108 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11109 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11110 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11111 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11112 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11113 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11114 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11115 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11116 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11117 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11118 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11119 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11120 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11121 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11122 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11123 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11124 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11125 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 11126
27d3a1a2 111272010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 11128
22454424
MS
11129 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11130 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11131
11132 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11133 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11134 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11135
889bf7c5 11136 * gdb.reverse/consecutive-reverse.exp:
22454424 11137 Replace uses of send_gdb / gdb_expect.
889bf7c5 11138 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
11139 Replace uses of send_gdb / gdb_expect.
11140
11141 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11142 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11143 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11144 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
11145 Replace uses of send_gdb / gdb_expect.
11146 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11147 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11148 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11149 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11150 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11151 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11152 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11153 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11154 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
11155
111562010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 11157
22454424 11158 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11159
22454424 11160 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11161
22454424
MS
11162 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11163 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11164 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11165 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11166 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11167 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11168 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11169 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11170 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 11171
6e5f2c59
TT
111722010-05-25 Tom Tromey <tromey@redhat.com>
11173
11174 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11175
bbc8b958
TT
111762010-05-25 Tom Tromey <tromey@redhat.com>
11177
11178 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11179 argument order.
11180 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11181 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11182 order.
11183 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11184 order.
11185 * gdb.base/call-sc.exp (setup_kfails): Remove.
11186 (setup_compiler_kfails): Remove.
11187 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11188 argument order.
11189 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11190 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11191 (advancei): Fix setup_kfail argument order.
11192 * gdb.base/radix.exp: Fix setup_kfail argument order.
11193 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11194 order.
11195 * gdb.base/structs.exp (setup_kfails): Remove.
11196 (setup_compiler_kfails): Fix setup_kfail argument order.
11197 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11198 order.
11199 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11200 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11201 setup_kfail argument order.
11202 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11203
83d1babf
TT
112042010-05-25 Tom Tromey <tromey@redhat.com>
11205
11206 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11207
6acb16a2
MS
112082010-05-25 Michael Snyder <msnyder@vmware.com>
11209
11210 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11211 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11212 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11213 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11214 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11215 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11216 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11217 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11218 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
11219 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11220 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11221 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11222 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11223 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11224 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11225 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11226 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11227 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11228 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11229 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11230 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11231 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11232 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
11233 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11234 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11235 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11236 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11237 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11238 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11239 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11240 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11241 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11242 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11243 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11244 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11245 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11246 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11247 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11248 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11249 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11250 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11251 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
11252 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11253 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11254 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11255 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11256 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 11257 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
11258
112592010-05-25 Doug Evans <dje@google.com>
11260
11261 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11262 gdb.string_to_argv.
ad3986f0 11263
d3b1e874
TT
112642010-05-21 Tom Tromey <tromey@redhat.com>
11265
11266 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11267 Call it.
11268 * gdb.dwarf2/pieces.S: Update.
11269 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11270
cb826367
TT
112712010-05-21 Tom Tromey <tromey@redhat.com>
11272
11273 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11274 Call it.
11275 * gdb.dwarf2/pieces.c (struct C): New.
11276 (f6): New function.
11277 * gdb.dwarf2/pieces.S: Replace.
11278
74de6778
TT
112792010-05-21 Tom Tromey <tromey@redhat.com>
11280
11281 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11282 Call it.
11283
afd74c5f
TT
112842010-05-21 Tom Tromey <tromey@redhat.com>
11285
11286 * gdb.dwarf2.pieces.exp: New file.
11287 * gdb.dwarf2.pieces.S: New file.
11288 * gdb.dwarf2.pieces.c: New file.
11289
a7b75dfd 112902010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 11291 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
11292
11293 * lib/gdb.exp (gdb_test_no_output): New function.
11294 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11295 when testing commands that should produce no output.
11296
c81c812a
JB
112972010-05-17 Joel Brobecker <brobecker@adacore.com>
11298
11299 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11300 parameter that we want to watch being a constant.
11301
0cce5bd9
JB
113022010-05-17 Joel Brobecker <brobecker@adacore.com>
11303
11304 * gdb.ada/cond_lang: New testcase.
11305
47050449
JB
113062010-05-17 Joel Brobecker <brobecker@adacore.com>
11307
11308 * lib/gdb.exp (banned_variables): New variable/constant.
11309 (gdb_init): Add write trace on variables listed in banned_variables.
11310 (gdb_finish): Remove write traces on variables listed in
11311 banned_variables.
11312
77c01586
JB
113132010-05-17 Joel Brobecker <brobecker@adacore.com>
11314
11315 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11316 * gdb.cp/koenig.exp: Likewise.
11317
88d4aea7
PM
113182010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11319
889bf7c5 11320 PR python/11482
88d4aea7
PM
11321
11322 * gdb.python/py-value.exp (test_value_hash): New function.
11323
f5a010c0
PM
113242010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11325
11326 PR exp/11530.
11327 * gdb.base/gdb11530.c: New file.
11328 * gdb.base/gdb11530.exp: New file.
11329
8ef4892f
JK
113302010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11331
11332 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11333 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11334
7322dca9
SW
113352010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11336
11337 * gdb.cp/koenig.exp: New test.
11338 * gdb.cp/koenig.cc: New test program.
11339
02e7ea18
JB
113402010-05-05 Joel Brobecker <brobecker@adacore.com>
11341
11342 Remove the use of prms_id and bug_id throughout the testsuite.
11343
e1c34c5d
PM
113442010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11345
11346 PR exp/11349.
11347 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11348 use a reference local variable.
11349
8e1d0c49
JK
113502010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11351
11352 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11353 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11354 variable different_dir. Move debugfile into a full directory pathname
11355 under DIFFERENT_DIR.
11356 * lib/gdb.exp (separate_debug_filename): Remove.
11357 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11358 variable debug_dir and mkdir of it. Update function comments.
11359
e66408ed
PA
113602010-04-29 Pedro Alves <pedro@codesourcery.com>
11361
11362 PR gdb/11557
11363
11364 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
11365 files.
11366
d7b32ed3
PM
113672010-04-29 Phil Muldoon <pmuldoon@redhat.com>
11368
889bf7c5 11369 * gdb.python/py-param.exp: New File.
d7b32ed3 11370
6aecb9c2
JB
113712010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
11372
11373 * gdb.base/default.exp: Fix "set language" test.
11374
bdf92a1c
PM
113752010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
11376
11377 PR breakpoints/11531.
11378 * gdb.base/gdb11531.c: New file.
11379 * gdb.base/gdb11531.exp: New file.
11380
3f172e24
TT
113812010-04-26 Tom Tromey <tromey@redhat.com>
11382
11383 * gdb.base/completion.exp: Add tests for completion and deprecated
11384 commands.
11385
64af4c92
JK
113862010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11387
11388 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
11389 (print /x char_array): Escape curly brackets.
11390
492928e4
JK
113912010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11392
11393 Fix deadlock on looped list of loaded shared objects.
11394 * gdb.base/solib-corrupted.exp: New.
11395
66d09542
DE
113962010-04-23 Doug Evans <dje@google.com>
11397
11398 * gdb.python/py-section-script.c: New file.
11399 * gdb.python/py-section-script.exp: New file.
11400 * gdb.python/py-section-script.py: New file.
11401
8bd10a10
CM
114022010-04-20 Chris Moller <cmoller@redhat.com>
11403
11404 PR 10179
11405
11406 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
11407 * gdb.base/pr10179-a.c:
11408 * gdb.base/pr10179-b.c:
11409 * gdb.base/pr10179.exp: New files.
11410
c0201579
JK
114112010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11412
11413 Fix crashes on dangling display expressions.
11414 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
11415 is SEP.
11416 (lib_flags): Remove the "debug" keyword.
11417 (libsepdebug): New variable for iterating new loop.
11418 (save_pf_prefix): New variable wrapping the loop.
11419 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
11420 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
11421
793b0ff8
PM
114222010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11423
11424 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
11425
097f51f7
PM
114262010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11427
11428 PR stabs/11479.
11429 * gdb.stabs/gdb11479.exp: New file.
11430 * gdb.stabs/gdb11479.c: New file.
11431
9a22f0d0
PM
114322010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
11433
11434 * gdb.base/charset.c (Strin16, String32): New variables.
11435 * gdb.base/charset.exp (gdb_test): Test correct display
11436 of 16 or 32 bit strings.
11437
114382010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
11439
11440 PR 9167
11441 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
11442 * gdb.cp/pr9167.cc: New file.
11443 * gdb.cp/pr9167.exp: New file.
11444
11445
6e354e5e
PM
114462010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
11447
11448 PR pascal/11492.
11449 * gdb.pascal/gdb11492.pas: New file.
11450 * gdb.pascal/gdb11492.exp: New file.
11451
be942545
JB
114522010-04-20 Joel Brobecker <brobecker@adacore.com>
11453
1667e6e3 11454 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 11455
0c3acc09
JB
114562010-04-20 Joel Brobecker <brobecker@adacore.com>
11457
11458 * gdb.ada/dyn_loc: New testcase.
11459
ec31cde5
CM
114602010-04-20 Chris Moller <cmoller@redhat.com>
11461
11462 PR 10867
889bf7c5 11463
ec31cde5
CM
11464 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
11465 * gdb.cp/pr10687.cc: New file.
11466 * gdb.cp/pr10687.exp: New file.
11467
11468
ce4b0682
SDJ
114692010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11470 Sergio Durigan Junior <sergiodj@redhat.com>
11471
11472 * gdb.fortran/logical.exp: New testcase.
11473 * gdb.fortran/logical.f90: New file.
11474
3436961f
DE
114752010-04-19 Doug Evans <dje@google.com>
11476
11477 * gdb.base/help.exp (help source): Update expected output.
11478
4d836c09
JK
114792010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
11482 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
11483 gdb_exit and return.
11484 (executable): New variable.
11485 (binfile): Use it.
11486
6149aea9
PA
114872010-04-19 Pedro Alves <pedro@codesourcery.com>
11488
11489 PR breakpoints/8554.
11490
11491 * gdb.trace/save-trace.exp: Adjust.
11492
ed41462c
L
114932010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11494
11495 PR corefiles/11511
11496 * gdb.arch/system-gcore.exp: New.
11497 * gdb.arch/gcore.c: Likewise.
11498
3f7b2faa
DE
114992010-04-15 Doug Evans <dje@google.com>
11500
fa33c3cd
DE
11501 * gdb.python/py-progspace.c: New file.
11502 * gdb.python/py-progspace.exp: New file.
11503
3f7b2faa
DE
11504 * gdb.base/source.exp: Add tests for "source -s".
11505
79f283fe
PM
115062010-04-14 Phil Muldoon <pmuldoon@redhat.com>
11507
11508 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
11509 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
11510 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
11511 * gdb.python/py-mi.exp: New test for to_string returning None.
11512
fc8eb08a
PM
115132010-04-12 Phil Muldoon <pmuldoon@redhat.com>
11514
11515 * gdb.python/py-breakpoint.c: Make result global.
11516
26e197f6
JK
115172010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11518
11519 Fix non-GNU make compatibility.
11520 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
11521
adc36818
PM
115222010-04-09 Phil Muldoon <pmuldoon@redhat.com>
11523
11524 * gdb.python/py-breakpoint.exp: New File.
11525 * gdb.python/py-breakpoint.C: Ditto.
11526
64e17368
SS
115272010-04-08 Stan Shebs <stan@codesourcery.com>
11528
11529 * gdb.trace/actions.exp: Clear default-collect.
11530 * gdb.trace/save-trace.exp: Clear default-collect.
11531
fff5cc64
PM
115322010-04-08 Phil Muldoon <pmuldoon@redhat.com>
11533
11534 * gdb.python/py-value: Add null string variable.
11535 (test_lazy_string): Test zero length, NULL address lazy
11536 strings.
11537
a055a187
L
115382010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11539
11540 * gdb.arch/i386-avx.c: New.
11541 * gdb.arch/i386-avx.exp: Likewise.
11542
11543 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
11544
96e39866
DE
115452010-04-06 Doug Evans <dje@google.com>
11546
11547 * gdb.base/source-test.gdb: New file.
11548 * gdb.base/source.exp: Test source -v.
11549
5984a431
UW
115502010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11551
11552 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
11553
ec8a089a
PM
115542010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
11555
11556 * gdb.stabs/aout.sed: Convert all backslash to double backslash
11557 within one line, unless it is followed by a double quote.
11558 * gdb.stabs/hppa.sed: Idem.
11559 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
11560 * gdb.stabs/weird.exp: Check for correct parsing of
11561 char and string constants.
ec8a089a
PM
11562 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
11563 in .stabs to .stabx substitution.
11564
fce3c1f0
SS
115652010-04-05 Stan Shebs <stan@codesourcery.com>
11566
11567 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
11568 constant global.
11569 * gdb.trace/tfile.exp: Try to print them.
11570
d77f58be
SS
115712010-04-04 Stan Shebs <stan@codesourcery.com>
11572
11573 * gdb.base/completion.exp: Update for new "info watchpoints".
11574 * gdb.base/default.exp: Ditto.
11575 * gdb.base/help.exp: Ditto.
11576 * gdb.base/watchpoint.exp: Ditto.
11577 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 11578
af54718e
SS
115792010-04-04 Stan Shebs <stan@codesourcery.com>
11580
11581 * gdb.trace/tfile.exp: Sharpen tfind test.
11582
74d1f91e
JK
115832010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11584
11585 * gdb.base/break-entry.exp: New.
11586
eb8e76db 115872010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 11588 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
11589
11590 * gdb.reverse/i386-sse-reverse.exp: New file.
11591 * gdb.reverse/i386-sse-reverse.c: New file.
11592
bf65cad8
PA
115932010-04-02 Pedro Alves <pedro@codesourcery.com>
11594
11595 * gdb.trace/tfind.exp: Adjust expected disassembly output.
11596
fff87407
SS
115972010-04-01 Stan Shebs <stan@codesourcery.com>
11598
11599 * gdb.trace/actions.exp: Tweak expected output.
11600 * gdb.trace/while-stepping.exp: Tweak expected output.
11601
fe01d668
L
116022010-04-01 H.J. Lu <hongjiu.lu@intel.com>
11603
11604 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
11605
86b17b60
PA
116062010-04-01 Pedro Alves <pedro@codesourcery.com>
11607
11608 * gdb.base/commands.exp: Adjust.
11609 * gdb.cp/extern-c.exp: Adjust.
11610
2c58c0a9
PA
116112010-04-01 Pedro Alves <pedro@codesourcery.com>
11612
11613 * gdb.trace/collection.c (local_test_func): Define a local struct,
11614 and instanciate it.
11615
0db9b91c
PA
116162010-04-01 Pedro Alves <pedro@codesourcery.com>
11617
11618 * gdb.trace/collection.exp (gdb_collect_args_test)
11619 (gdb_collect_argarray_test): XFAIL the tests that assume the
11620 argarray argument's elements are collected.
11621
8072405b
JK
116222010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11623
11624 * gdb.dwarf2/dw2-bad-parameter-type.exp,
11625 gdb.dwarf2/dw2-bad-parameter-type.S: New.
11626
8bf6485c
SS
116272010-03-31 Stan Shebs <stan@codesourcery.com>
11628
11629 * gdb.trace/save-trace.exp: Test save/restore of default-collect
11630 and tracepoint conditionals.
11631 (gdb_verify_tracepoints): Delete unused return.
11632
fd7f724a
KS
116332010-03-26 Keith Seitz <keiths@redhat.com>
11634
11635 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
11636 appear in the output before main.
11637 Remove KFAIL for gdb/2215 aka bz 9320.
11638
8d9e7719
DE
116392010-03-30 Doug Evans <dje@google.com>
11640
0906dd0b
DE
11641 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
11642 by dejagnu.
11643 * gdb.arch/amd64-dword.exp: Ditto.
11644
8d9e7719
DE
11645 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
11646 match.
11647 (break printf): Ditto.
11648
1da644f0
SW
116492010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
11650
11651 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
11652 gcc < 4.4.
11653 * gdb.cp/shadow.exp: Ditto.
11654
a8121990
PA
116552010-03-29 Pedro Alves <pedro@codesourcery.com>
11656
11657 * gdb.trace/collection.exp (run_trace_experiment): Make sure
11658 "tstart" is silent.
11659
6e79d367
PA
116602010-03-29 Pedro Alves <pedro@codesourcery.com>
11661
11662 * gdb.trace/collection.exp (executable): New.
11663 (binfile): Use it.
11664 (fpreg, spreg, pcreg): New.
11665 (test_register): Use gdb_test_multiple. Pass /x to print.
11666 (prepare_for_trace_test): New.
11667 (run_trace_experiment): Use "continue", not gdb_run_cmd.
11668 (gdb_collect_args_test, gdb_collect_argstruct_test)
11669 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
11670 prepare_for_trace_test.
11671 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
11672 fpreg, spreg and pcreg.
11673 (gdb_collect_expression_test, gdb_collect_globals_test): Use
11674 prepare_for_trace_test.
11675 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
11676 try to detect tracing support here. Don't set breakpoints at
11677 `begin' or `end' here.
11678 <global scope>: Use clean_restart. Run to main before checking
11679 for tracing support. Check for for tracing support here.
11680
09248348
JK
116812010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
11684 " as $displacement" to "seen displacement message".
11685
d350db38
PA
116862010-03-28 Pedro Alves <pedro@codesourcery.com>
11687
11688 * gdb.trace/while-dyn.exp (executable): New variable.
11689 (binfile): Use it.
11690 (test_while_stepping): New function. Move most tests here. Call
11691 it once for each of the while-stepping, stepping and ws aliases.
11692
907af001
UW
116932010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11694
11695 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
11696 that do not provide the tagless_struct type name at all.
11697 (test_print_anon_union): Do not check value of uninitialized
11698 union member. Do not use cp_test_ptype_class, so we can accept
11699 "long" as well as "long int".
11700
610197fd
PA
117012010-03-26 Pedro Alves <pedro@codesourcery.com>
11702
11703 * gdb.trace/tfile.c (tohex, bin2hex): New.
11704 (write_error_trace_file): Hexify error description.
11705
6c28cbf2
SS
117062010-03-25 Stan Shebs <stan@codesourcery.com>
11707
11708 * gdb.trace/tfile.c: Generate an additional trace file, improve
11709 portability.
11710 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
11711 files in a better way.
11712
e62b8c7e
KS
117132010-03-25 Keith Seitz <keiths@redhat.com>
11714
11715 * gdb.java/jprint.exp: XFAIL printing of static class members
11716 because of GCC debuginfo problem.
11717
82ccf5a5
JK
117182010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11719
11720 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
11721
293e2f9e
DJ
117222010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11723
11724 * gdb.base/completion.exp: Allow long instead of long int.
11725 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
11726 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
11727 variable p.
11728 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
11729 * gdb.base/pointers.exp: Allow long instead of long int.
11730 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
11731 * gdb.base/step-line.exp: Allow a directory before the source file name.
11732
95a42b64
TT
117332010-03-24 Tom Tromey <tromey@redhat.com>
11734
11735 PR breakpoints/9352:
11736 * gdb.base/default.exp: Update.
11737 * gdb.base/commands.exp: Update.
11738 * gdb.cp/extern-c.exp: Test setting commands on multiple
11739 breakpoints at once.
11740
2390201f
DJ
117412010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11742
11743 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
11744 if gdb,nosignals.
11745 * gdb.base/watchpoints.c: Do not include unnecessary headers.
11746 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
11747 exited".
11748
8c9a6790
SS
117492010-03-24 Stan Shebs <stan@codesourcery.com>
11750
11751 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
11752
a6c727b2
DJ
117532010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
11754
11755 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
11756 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
11757 argument. Handle "short" and "long".
11758 (Top level): Pass overprototyped output for old_fptr and xptr.
11759
4dfd5423
PA
117602010-03-23 Pedro Alves <pedro@codesourcery.com>
11761
11762 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
11763 format strings and add casts to avoid compiler warnings.
11764
117652010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
11766
11767 * lib/trace-support.exp (gdb_trace_setactions):
11768 Don't expect whitespace after ">" prompt.
11769 * gdb.trace/actions.exp: Adjust for output changes.
11770 * gdb.trace/while-stepping.exp: Likewise.
11771
c847d045
JK
117722010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11773
11774 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
11775 and r157645).
11776
5f717f1d
JK
117772010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
11780 New.
11781
7d6d51d5
DJ
117822010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
11783
11784 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
11785 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
11786
3b11a015
SS
117872010-03-19 Stan Shebs <stan@codesourcery.com>
11788
11789 * gdb.trace/ax.exp: New file.
11790
d7d158ed
DE
117912010-03-19 Doug Evans <dje@google.com>
11792
6bb85cd1
DE
11793 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
11794 output from gcc.
11795
d7d158ed
DE
11796 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
11797 named /usr/sbin/prelink<foo>.
11798
4daf5ac0
SS
117992010-03-18 Stan Shebs <stan@codesourcery.com>
11800
11801 * gdb.trace/circ.exp: Test circular-trace-buffer.
11802 * gdb.trace/tfile.exp: Update tstatus test.
11803
e8d05480
JB
118042010-03-18 Joel Brobecker <brobecker@adacore.com>
11805
11806 * gdb.dwarf2/dw2-anonymous-func.S: New file.
11807 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
11808
441b986a
UW
118092010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11810
11811 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
11812
4247603b
PA
118132010-03-18 Pedro Alves <pedro@codesourcery.com>
11814
11815 * gdb.base/default.exp: Adjust the expected output of the finish
11816 and until commands when the inferior is not being run.
11817
13387711
SW
118182010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
11819
11820 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
11821 * gdb.cp/nsusing.exp: Ditto.
11822
6e31430b
TT
118232010-03-15 Tom Tromey <tromey@redhat.com>
11824
11825 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
11826 * gdb.cp/userdef.cc (operator==): New function.
11827 (main): New locals mem1, mem2.
11828
e2d69cb5
JZ
118292010-03-15 Jie Zhang <jie@codesourcery.com>
11830
11831 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
11832 Declare and use new loadtimeout variable.
11833
f572f0a9
DJ
118342010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
11835
11836 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
11837 Use gdb_load later.
11838
51f4c0b0
PA
118392010-03-14 Pedro Alves <pedro@codesourcery.com>
11840
11841 * gdb.base/solib-disc.c (main): Make format of fprintf a string
11842 literal. Add missing endlines to prints to stderr.
11843
1c809c68
TT
118442010-03-12 Tom Tromey <tromey@redhat.com>
11845
11846 PR c++/9708:
11847 * gdb.cp/m-static.exp: Add regression test.
11848 * gdb.cp/m-static.cc (method): New method.
11849 (main): Call it.
11850
00ae8fef
SW
118512010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
11852
11853 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
11854 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
11855
759f0f0b
PA
118562010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11857
21e24d21
PA
11858 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
11859
118602010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
11861
759f0f0b
PA
11862 * lib/gdb.exp (skip_stl_tests): New.
11863 (gdb_compile): Symbian needs -ldl.
11864 (shlib_target_file): New.
11865 (shlib_symbol_file): New.
11866 (gdb_load_shlibs): Use shlib_target_file.
11867 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
11868 * gdb.cp/exception.exp: Use skip_stl_tests.
11869 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
11870 * gdb.cp/try_catch.exp: Use skip_stl_tests.
11871 * gdb.cp/mb-templates.exp: Ditto.
11872 * gdb.base/commands.exp: Relax regexes.
11873 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
11874 shlib_target_file and shlib_symbol_file.
11875 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
11876 sections.
11877 * gdb.base/ending-run.exp: Accept E32Main for symbian.
11878 * gdb.base/solib-disc.exp: Use
11879 shlib_target_file and shlib_symbol_file.
11880 * gdb.base/unload.exp: Don't skip on symbian. Use
11881 shlib_target_file and shlib_symbol_file.
11882 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
11883
6a8f2671 118842010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 11885
6a8f2671
PA
11886 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
11887 * gdb.trace/report.exp: Adjust for x86 and x86_64.
11888 Issue a tfind end before looking for a tracepoint frame.
11889 * gdb.trace/tfind.exp: Adjust tstatus output.
11890 Adjust disassembly output.
11891 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
11892
ccf26247
JK
118932010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 * gdb.base/break-interp.exp: Create new displacement parameter value
11896 for the test_ld calls.
11897 (reach): New parameter displacement, verify its content. New push of
11898 pf_prefix "reach-$func:". Import global expect_out.
11899 (test_core): New parameter displacement, verify its content. New push
11900 of pf_prefix "core:". New command "set verbose on". Import global
11901 expect_out.
11902 (test_attach): New parameter displacement, verify its content. New
11903 push of pf_prefix "attach:". New command "set verbose on". Import
11904 global expect_out.
11905 (test_ld): New parameter displacement, pass it to the reach, test_core
11906 and test_attach calls and verify its content in the "ld.so exit" test.
11907 * gdb.base/prelink.exp: Remove gdb_exit and final return.
11908 (prelink): Update expected text, use gdb_test.
11909
e469c7fb
DE
119102010-03-10 Doug Evans <dje@google.com>
11911
11912 * gdb.base/checkpoint.exp: Fix comment.
11913 Lengthen timeout while doing >600 checkpoints test.
11914 Rename duplicate "kill all one" test to keep test names unique.
11915
60e1c644
PA
119162010-03-10 Pedro Alves <pedro@codesourcery.com>
11917
11918 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
11919
cec808ec
KS
119202010-03-08 Keith Seitz <keiths@redhat.com>
11921
889bf7c5
PA
11922 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
11923 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
11924 (dm_type_long): New function.
11925 (dm_type_unsigned_short): New function.
11926 (dm_type_unsigned_long): New function.
11927 (myint): New typedef.
11928 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
11929 long, unsigned shor and long, operator char*, and typedef.
11930 (test_lookup_operator_functions): Add operator char* test.
11931 (test_paddr_operator_functions): Likewise.
11932 (test_paddr_overloaded_functions): Use probe values for
11933 short, long, and unsigned short and long.
11934 (test_paddr_hairy_functions): If the demangler probe detected
11935 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
11936 demangler.
11937 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
11938 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
11939 and "print null_pmf".
11940 Add test "ptype a.*pmf".
11941 * gdb.cp/overload.exp: Allow optional "int" to appear with
11942 "short" and "long".
11943 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
11944 long expect value for men_overload1arg.
11945 Allow "int" to appear with "short" and "long".
11946 When testing "info break", add argument for main (void).
11947 Also allow "int" to appear with "short" and "long".
11948 Ditto with "unsigned" and "long long".
cec808ec
KS
11949 * gdb.java/jmain.exp: Do not enclose methods names in single
11950 quotes.
11951 * gdb.java/jmisc.exp: Likewise.
11952 * gdb.java/jprint.exp: Likewise.
11953 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
11954
11955 From Jan Kratochvil <jan.kratochvil@redhat.com>:
11956 * gdb.cp/exception.exp (backtrace after first throw)
11957 (backtrace after second throw): Allow a namespace before __cxa_throw.
11958 (backtrace after first catch, backtrace after second catch): Allow
11959 a namespace before __cxa_begin_catch.
11960
11961 * gdb.cp/cpexprs.exp: New file.
11962 * gdb.cp/cpexprs.cc: New file.
11963
11964 From Daniel Jacobowitz <dan@codesourcery.com>
11965 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
11966 to use string_to_regexp.
11967 (ctor, dtor): New functions. Use them to match constructor
11968 and destructor function types.
11969 (Top level): Use runto_main.
11970
f870a310
TT
119712010-03-05 Tom Tromey <tromey@redhat.com>
11972
11973 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
11974 gdb.target_charset.
11975 (pp_ns.to_string): Likewise.
11976
0c199f28
KS
119772010-03-04 Keith Seitz <keiths@redhat.com>
11978
11979 * gdb.cp/overload.exp: Test that the filename portion of a linespec
11980 can be quoted. Test that both the filename and function/line
11981 portions can be quoted at the same time.
11982
c7437ca6
PA
119832010-03-04 Pedro Alves <pedro@codesourcery.com>
11984
11985 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
11986
b111b805
DE
119872010-03-03 Doug Evans <dje@google.com>
11988
24486cb7
DE
11989 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
11990 libc contains libpthread.
11991
b111b805
DE
11992 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
11993 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
11994 of gdb_compile. Add another pattern to match android backtrace.
11995
a0e0ef55
TT
119962010-03-03 Tom Tromey <tromey@redhat.com>
11997
11998 PR gdb/11345:
11999 * gdb.base/printcmds.exp (test_printf): Add test.
12000
1ba53b71
L
120012010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12002
12003 * gdb.arch/amd64-byte.exp: New.
12004 * gdb.arch/amd64-dword.exp: Likewise.
12005 * gdb.arch/amd64-pseudo.c: Likewise.
12006 * gdb.arch/amd64-word.exp: Likewise.
12007 * gdb.arch/i386-byte.exp: Likewise.
12008 * gdb.arch/i386-pseudo.c: Likewise.
12009 * gdb.arch/i386-word.exp: Likewise.
12010
f5dff777
DJ
120112010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12012
12013 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12014 types. Add structreg, bitfields, and flags registers.
12015 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12016 registers.
12017
90884b2b
L
120182010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12019
12020 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12021 (load_description): Set architecture if defined.
12022
dc00d89f
PM
120232010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12024
12025 * gdb.python/py-frame.exp: Add read_var block tests.
12026 * gdb.python/py-frame.c (block): New function.
12027
0e095b7e
JK
120282010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12029 Daniel Jacobowitz <dan@codesourcery.com>
12030
12031 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12032
624f1a65
DM
120332010-02-25 David S. Miller <davem@davemloft.net>
12034
12035 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12036 fix logic for setting all_syscalls_numbers.
12037
f3e9a817
PM
120382010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12039
12040 * Makefile.in: Add py-block and py-symbol.
12041 * gdb.python/py-symbol.exp: New File.
12042 * gdb.python/py-symtab.exp: New File.
12043 * gdb.python/py-block.exp: New File.
12044 * gdb.python/py-symbol.c: New File.
12045 * gdb.python/py-block.c: New File.
12046
f6bbabf0
PM
120472010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12048
12049 PR python/11314
12050 * lib/gdb.exp (skip_python_tests): New function.
12051 * gdb.python/py-cmd.exp: Use skip_python_tests.
12052 * gdb.python/py-frame.exp: Likewise.
12053 * gdb.python/py-function.exp: Likewise.
12054 * gdb.python/py-prettyprint.exp: Likewise.
12055 * gdb.python/py-template.exp: Likewise.
12056 * gdb.python/py-type.exp: Likewise.
12057 * gdb.python/py-value.exp: Likewise.
12058
85d721b8
PA
120592010-02-22 Pedro Alves <pedro@codesourcery.com>
12060
12061 PR9605
12062
12063 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12064
48e32051
TT
120652010-02-19 Tom Tromey <tromey@redhat.com>
12066
12067 PR c++/8693, PR c++/9496:
12068 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12069 regression tests.
12070
ac9c0048
JK
120712010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12072
12073 Fix compatibility with m68k as.
12074 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12075 Use only /* comments */.
12076
57bb97a4
UW
120772010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12078
12079 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12080 * configure: Regenerate.
12081
7d1bf85c
DJ
120822010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12083
12084 * gdb.python/py-type.exp: Check for Python support.
12085
061b5285
PA
120862010-02-17 Pedro Alves <pedro@codesourcery.com>
12087
12088 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12089 `regsub' syntax available.
12090
f8a8bc2c
PA
120912010-02-17 Pedro Alves <pedro@codesourcery.com>
12092
12093 * gdb.base/shmain.c (main): Remove printf call.
12094 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12095 * gdb.base/unload.c (main): Make format of fprintf a string
12096 literal. Add missing endlines to prints to stderr.
12097 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12098
6f451e5e
TT
120992010-02-17 Tom Tromey <tromey@redhat.com>
12100
12101 * gdb.java/jprint.java (jprint.props): New field.
12102 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12103
12d79008
PA
121042010-02-17 Pedro Alves <pedro@codesourcery.com>
12105
ef801a0e 12106 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
12107 available.
12108
d252f7e5
DJ
121092010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12110
12111 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12112 creation to support remote host testing.
12113
67bdab6c
DJ
121142010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12115
12116 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12117 Recognize "command not found".
12118
bb391223
DJ
121192010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12120
12121 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12122 single-stepping.
12123
70362913
DJ
121242010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12125
12126 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12127 if arguments are not supported.
12128
493f3c00
DJ
121292010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12130
12131 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12132 be const or non-const.
12133
8034c749
DJ
121342010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12135
12136 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12137 mi_send_resuming_command to send -exec-continue.
12138
791dfb64
DJ
121392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12140
12141 * gdb.base/list.exp (test_list_filename_and_function): Add test
12142 with single quotes.
12143 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12144 matching.
12145 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12146 Add KFAIL'd tests for PR gdb/11289.
12147
7c5fe868
DJ
121482010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12149
12150 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12151
fdc498b8
DJ
121522010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12153
12154 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12155 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12156 a temporary directory.
12157
b519e2a6
DJ
121582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12159
12160 * gdb.base/charset.exp: Use a single regular expression to match
12161 show host-charset and show target-charset output.
12162
74164c56
JK
121632010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12164
12165 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12166 "Illegal process-id" expect string more exact.
12167 (attach to digits-starting nonsense is prohibited): New.
12168
701ed6dc
JK
121692010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12170
12171 * gdb.base/prelink.exp (set verbose on): New.
12172
889bf7c5 121732010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
12174
12175 * mi-reverse.exp: New file. Test for reverse option to the
12176 following MI commands: exec-continue, exec-finish, exec-next,
12177 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 12178
dadf0e9c
JB
121792010-02-09 Joel Brobecker <brobecker@adacore.com>
12180
12181 * gdb.ada/ptype_tagged_param: New testcase.
12182
714f19d5
TT
121832010-02-08 Tom Tromey <tromey@redhat.com>
12184
12185 PR c++/8017:
12186 * gdb.cp/overload.exp: Add tests.
12187 * gdb.cp/overload.cc (struct K): New.
12188 (namespace N): New.
12189 (main): Call new functions.
12190 (K::staticoverload): Define.
12191
889bf7c5 121922010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
12193
12194 PR gdb/10728
12195 * gdb.cp/pr10728-x.h: New file.
12196 * gdb.cp/pr10728-x.cc: New file.
12197 * gdb.cp/pr10728-y.cc: New file.
12198 * gdb.cp/pr10728.exp: New file.
12199 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12200
889bf7c5 122012010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
12202
12203 PR gdb/9067
12204 * gdb.cp/pr9067.exp: New
12205 * gdb.cp/pr9067.cc: New
12206 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12207
7b356089
JB
122082010-02-08 Joel Brobecker <brobecker@adacore.com>
12209
12210 * lib/gdb.exp (gdb_test_timeout): New global variable.
12211 Set it to timeout if not already set.
12212 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12213
1be00882
DE
122142010-02-05 Doug Evans <dje@google.com>
12215
12216 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12217 user.
12218
82856980
SW
122192010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12220
12221 PR c++/7935:
12222 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12223
1a334831
TT
122242010-02-04 Tom Tromey <tromey@redhat.com>
12225
12226 * gdb.cp/virtbase.exp: Make test case names unique.
12227
9c3c02fd
TT
122282010-02-02 Tom Tromey <tromey@redhat.com>
12229
12230 * gdb.cp/virtbase.exp: Add regression tests.
12231 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12232 (main): Instantiate RHC.
12233
0cc2414c
TT
122342010-02-02 Tom Tromey <tromey@redhat.com>
12235
12236 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12237 type-printing change.
12238
edf3d5f3
TT
122392010-02-02 Tom Tromey <tromey@redhat.com>
12240
12241 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12242 * gdb.cp/virtbase.cc: New file.
12243 * gdb.cp/virtbase.exp: New file.
12244 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12245
e4b7f41c
JK
122462010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12247
12248 PR libc/11214:
12249 * gdb.threads/current-lwp-dead.c: Include features.h.
12250 (HAS_NOMMU): New.
12251 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12252
b381ea14
JK
122532010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 * gdb.base/symbol-without-target_section.exp,
12256 gdb.base/symbol-without-target_section.c: New.
12257
c593ac0e
DJ
122582010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12259
12260 * gdb.base/bigcore.exp: Reset increased timeout.
12261 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12262
db25f29d
DJ
122632010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12264
12265 * gdb.base/gcore.exp (capture_command_output): Use
12266 gdb_test_multiple.
12267
f9d67f43
DJ
122682010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12269
12270 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12271 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12272 (Top level): Call it.
12273
177321bd
DJ
122742010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12275
12276 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12277
97f2ed50
DJ
122782010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12279
12280 * gdb.base/call-strs.exp, gdb.base/default.exp,
12281 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12282 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12283 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12284 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12285 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12286 * gdb.base/ending-run.exp: Correct restore of timeout.
12287 * gdb.base/page.exp: Remove unnecessary timeout setting.
12288
e4e2711a
JB
122892010-01-29 Joel Brobecker <brobecker@adacore.com>
12290
12291 * gdb.ada/rec_return: New testcase.
12292
ba581dc1
JB
122932010-01-29 Joel Brobecker <brobecker@adacore.com>
12294
12295 * gdb.ada/call_pn: New testcase.
12296
4ea95be9
DJ
122972010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12298
12299 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12300 (Top level): Use it to resume.
12301 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12302 the Thumb mode displaced stepping error as unsupported.
12303
df83a9bf
SW
123042010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12305
889bf7c5
PA
12306 * gdb.cp/nsusing.exp: Added more tests.
12307 * gdb.cp/nsrecurs.exp: Ditto.
12308 * gdb.cp/nsusing.cc: Added test functions.
12309 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 12310
40b27cdc
JK
123112010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12312
12313 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12314 absolute directory pathnames in gdb.sum file.
12315
de958931
SW
123162010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12317
12318 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12319 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12320
708ead4e
TT
123212010-01-26 Tom Tromey <tromey@redhat.com>
12322
12323 PR exp/7643:
12324 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12325 setup_kfail.
12326
b14e635e
SW
123272010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12328
12329 * gdb.cp/nsrecurs.exp: New test.
12330 * gdb.cp/nsrecurs.cc: New test program.
12331 * gdb.cp/nsstress.exp: New test.
12332 * gdb.cp/nsstress.cc: New test program.
12333 * gdb.cp/nsdecl.exp: New test.
12334 * gdb.cp/nsdecl.cc: New test program.
12335
8540c487
SW
123362010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12337
12338 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12339 imported into file scope.
12340 Marked test as xfail.
12341 * gdb.cp/namespace-using.cc (marker5): New function.
12342 * gdb.cp/shadow.exp: New test.
12343 * gdb.cp/shadow.cc: New test program.
12344 * gdb.cp/nsimport.exp: New test.
12345 * gdb.cp/nsimport.cc: New test program.
12346
421d5d99
TT
123472010-01-25 Tom Tromey <tromey@redhat.com>
12348
12349 PR gdb/11049:
12350 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12351 with "set print null-stop on".
12352
691f8dc1
JK
123532010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12354
12355 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12356 Adjust it for DISASSEMBLY_OMIT_FNAME.
12357
0b92b5bb
TT
123582010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12359
12360 PR symtab/11199:
12361 * gdb.dwarf2/member-ptr-forwardref.exp,
12362 gdb.dwarf2/member-ptr-forwardref.S: New.
12363
23787403
JK
123642010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12365
12366 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
12367 (thread1_func): Protect thread1_tid with thread1_tid_cond by
12368 thread1_tid_mutex. Remove gdbstop_mutex handling.
12369 (thread2_func): Protect thread2_tid with thread2_tid_cond by
12370 thread2_tid_mutex. Remove gdbstop_mutex handling.
12371 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
12372 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
12373 pthread_cond_wait conditionalizations by while loops.
12374
b966cb8a
TT
123752010-01-20 Tom Tromey <tromey@redhat.com>
12376
12377 PR backtrace/10770:
12378 * gdb.dwarf2/pr10770.exp: New file.
12379 * gdb.dwarf2/pr10770.c: New file.
12380 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
12381
fcae584b
VP
123822010-01-20 Vladimir Prus <vladimir@codesourcery.com>
12383
12384 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
12385 that target was removed, and the test always runs native anyway.
12386
a0f49112
JK
123872010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12388
12389 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
12390 gdb.base/watchpoint-cond-gone-stripped.c: New.
12391
ceeb3d5a
TT
123922010-01-19 Tom Tromey <tromey@redhat.com>
12393
12394 PR c++/8000:
12395 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
12396 existing tests.
12397 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
12398 (main): Use AAA::SomeEnum.
12399
dd322c54
JK
124002010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12401
12402 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
12403 (test_ignore_count): Declare line_callme_body global.
12404 (run to breakpoint with ignore count): Use line_callme_body.
12405 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
12406 (set line_main_hello, set line_main_return): Reindent.
12407 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
12408 New.
12409 (continue to callee4): Use line_callee4_body.
12410 (check *stopped from CLI command): Use line_callee4_next.
12411 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
12412 (set line_main_hello, set line_main_return): Reindent.
12413 (set line_callee4_head, set line_callee4_body): New.
12414 (continue to callee4): Use line_callee4_body.
12415
4e8f195d
TT
124162010-01-18 Tom Tromey <tromey@redhat.com>
12417
12418 PR c++/9680:
12419 * gdb.cp/casts.cc: Add new classes and variables.
12420 * gdb.cp/casts.exp: Test new operators.
12421
9e14a9ba
JB
124222010-01-18 Tom Tromey <tromey@redhat.com>
12423 Thiago Jung Bauermann <bauerman@br.ibm.com>
12424
12425 * gdb.python/source2.py: New file.
12426 * gdb.python/source1: New file.
12427 * gdb.python/python.exp: Test "source" command.
12428
00bf0b85
SS
124292010-01-15 Stan Shebs <stan@codesourcery.com>
12430
12431 * gdb.trace/tfile.c: New file.
12432 * gdb.trace/tfile.exp: New file.
889bf7c5 12433
55235ad7
JK
124342010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12435
12436 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
12437
9f2982ff
JK
124382010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12439
12440 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
12441
bbfba9ed
JK
124422010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12443
12444 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
12445 (libfunc): New parameter action. Implement also selectable "sleep".
12446 * gdb.base/break-interp-main.c: Include assert.h.
12447 (libfunc): New parameter action.
12448 (main): New parameters argc and argv. Assert argc. Pass argv.
12449 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
12450 (test_attach): New proc.
12451 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
12452 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
12453
61f0d762
JK
124542010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12455
12456 * gdb.base/break-interp.exp (test_core): New proc.
12457 (test_ld): Call it.
12458
06a6f270
JK
124592010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12460
12461 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
12462 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
12463 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
12464 and gdb_compile_shlib. Use new -Wl compiler options.
12465 (dl bt, main bt): New tests.
12466
51bee8e9
JK
124672010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12468
12469 Support PIEs with no symfile_objfile.
12470 * gdb.base/break-interp.exp: New argument at the test_ld calls.
12471 (test_ld): New parameter trynosym.
12472 (test_ld <$trynosym>): New block.
12473
b8040f19
JK
124742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.base/break-interp.exp: New file.
12477
be759fcf
PM
124782010-01-13 Phil Muldoon <pmuldoon@redhat.com>
12479
12480 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
12481 * gdb.python/py-prettyprint.py (pp_ls): New printer.
12482 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
12483 test.
12484 * gdb.python/py-prettyprint.c: Define lazystring test structure.
12485 * gdb.python/py-mi.exp: Add lazy string test.
12486
dc146f7c
VP
124872010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12488
12489 * lib/mi-support.exp (mi_check_thread_states): Handle
12490 core number in thread listing.
12491
b4ba55a1
JB
124922010-01-12 Joel Brobecker <brobecker@adacore.com>
12493
12494 * gdb.base/maint.exp: Adjust the expected output for the
12495 "maint print type" test. Use gdb_test_multiple instead of
12496 gdb_sent/gdb_expect.
12497
08e24bd4
DE
124982010-01-11 Doug Evans <dje@google.com>
12499
6496a609
DE
12500 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
12501 from gdbserver_download. All callers updated.
12502
08e24bd4
DE
12503 * gdb.server/ext-run.exp: "info os processes" requires xml support.
12504
b5cfddf5
JK
125052010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 Implement binary numbers parsing.
12508 * gdb.base/printcmds.exp (test_integer_literals_accepted)
12509 (test_integer_literals_rejected): New binary tests.
12510
3725885a
RW
125112010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12512
12513 * gdb.cell/configure: Regenerate.
12514
37aeb5df
JK
125152010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12516
12517 * gdb.base/corefile.exp: Move the core finding block out and call it as
12518 core_find, new variable $corefile, replace corefile by $corefile and
12519 [file tail $corefile] for usage vs. test names resp.
12520 * lib/gdb.exp (core_find): Move it as a new function here. New
12521 parameter binfile and deletefiles. New variable $destcore. Pre-delete
12522 $destcore. Return "" on error.
12523
d521f563
JK
125242010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12525
12526 Workaround PR binutils/10802.
12527 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
12528 (twice).
12529
28f24826
DJ
125302010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12531
12532 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
12533
2de75e71
JB
125342010-01-08 Joel Brobecker <brobecker@adacore.com>
12535
12536 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
12537 call, to avoid interruption.
12538
fe00719b 125392010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
12540
12541 * gdb.stabs/weird.def (args93): New.
12542
d0ef5df8
DE
125432010-01-07 Doug Evans <dje@google.com>
12544
12545 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
12546
3a08d52f
TT
125472010-01-07 Tom Tromey <tromey@redhat.com>
12548
12549 * gdb.base/source.exp: Use correct line number.
12550
7a697b8d
SS
125512010-01-05 Stan Shebs <stan@codesourcery.com>
12552
12553 * gdb.trace/tracecmd.exp: Test ftrace.
12554
7803799a
UW
125552010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12556
12557 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
12558
c54eabfa
JK
125592010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
12562 "uint_for_mi_testing".
12563
02e7ef19
JB
125642010-01-01 Joel Brobecker <brobecker@adacore.com>
12565
12566 Test indented comment in file being sourced.
12567 * gdb.base/commands.exp: Test indented comment in file being sourced.
12568
abd775ce
JB
125692010-01-01 Joel Brobecker <brobecker@adacore.com>
12570
12571 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
12572 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
12573 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
12574 notice.
12575
79b55b82
JB
125762010-01-01 Joel Brobecker <brobecker@adacore.com>
12577
12578 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
12579 notice.
12580
8997583e
JK
125812010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12582
12583 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
12584 missing $after_stopped and comma (,) expectation.
12585
6da95a67
SS
125862009-12-31 Stan Shebs <stan@codesourcery.com>
12587
12588 * gdb.trace/actions.exp: Test teval action.
889bf7c5 12589
218d2fc6
TJB
125902009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
12591
12592 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
12593 (top level): Call test_watchpoint_in_big_blob.
12594 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
12595 watchpoints.
12596 (func3): Write to buf.
12597
236f1d4d
SS
125982009-12-29 Stan Shebs <stan@codesourcery.com>
12599
12600 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 12601
f61e138d
SS
126022009-12-28 Stan Shebs <stan@codesourcery.com>
12603
12604 * gdb.trace/tsv.exp: New file.
12605 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 12606
0219b378
DJ
126072009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
12608
12609 * gdb.base/find.c (main): Reference search buffers.
12610 * gdb.base/included.c (main): Reference integer.
12611 * gdb.base/ptype.c (charfoo): Declare.
12612 (intfoo): Call charfoo.
12613 * gdb.base/scope0.c (useitp): New function.
12614 (usestatics): Use useitp.
12615 (useit): Add a type for val.
12616 * gdb.base/scope1.c (useit1): Take a pointer argument.
12617 (usestatics1): Update calls to useit1.
12618 * gdb.cp/call-c.cc: Declare foo.
12619 (main): Call foo.
12620 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
12621 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
12622 (main): Call C::ensureRefs and ensureOtherRefs.
12623 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
12624 variables.
12625 (ensureOtherRefs): New function.
12626 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
12627 * gdb.cp/templates.cc (main): Call t5i.value.
12628
3f78692f
JK
126292009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12630
12631 Fix compatibility with G++-4.5.
12632 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
12633 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
12634 (uncaught return): Remove.
12635
429374b8
JK
126362009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12637 Phil Muldoon <pmuldoon@redhat.com>
12638
12639 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
12640 (bp_location13, bp_location14, bp_location17, bp_location18)
12641 (marker3_proto, marker4_proto): New variables.
12642 (breakpoint info): Update output.
12643 (run until breakpoint at marker3, run until breakpoint at marker4): New
12644 tests.
12645
859825b8
JK
126462009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12647
12648 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
12649 Replace the printf call of Y by provided "y-set-1" label. New block
12650 for the second shared library.
12651 * gdb.base/unload.exp: Compile also the second library, call
12652 gdb_load_shlibs also for it. Use now gdb_breakpoint.
12653 (single pending breakpoint info): Rename to ...
12654 (pending breakpoint info before run): ... this extended test.
12655 (libfile2, libname2, libsrcfile2, libsrc2)
12656 (lib_sl2): New variables.
12657 (exec_opts): Set also SHLIB_NAME2.
12658 (pending breakpoint info on first run at shrfunc1)
12659 (pending breakpoint info on second run at shrfunc1)
12660 (pending breakpoint info on second run at shrfunc2)
12661 (print y from libfile, print y from libfile2): New tests.
12662 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
12663 * gdb.base/unloadshr2.c: New.
12664
e6a386cd
HZ
126652009-12-22 Hui Zhu <teawater@gmail.com>
12666
12667 * gdb.reverse/sigall-reverse.exp: Adjust.
12668
9e19b45e
VP
126692009-12-21 Vladimir Prus <vladimir@codesourcery.com>
12670
12671 PR gdb/10884
12672
12673 * gdb.mi/var-cmd.c (do_bitfield_tests): New
12674 (main): Call do_bitfield_tests.
aacf5b1e 12675 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 12676
d53a7b30
JB
126772009-12-20 Joel Brobecker <brobecker@adacore.com>
12678
12679 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
12680 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
12681 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
12682 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
12683 gdb.modula2/unbounded1.c: Update copyright header.
12684
191ca0a1
CM
126852009-12-10 Chris Moller <moller@mollerware.com>
12686
12687 PR gdb/9399
12688 * gdb.cp/virtfunc2.exp: New tests
12689 * gdb.cp/virtfunc2.cc: New tests
12690 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
12691
0fa6cf1b
MS
126922009-12-10 Oza Pawandeep (paawan1982@yahoo.com
12693
12694 * gdb.reverse/i387-env-reverse.c: New file.
12695 * gdb.reverse/i387-env-reverse.exp: New file.
12696 * gdb.reverse/i387-stack-reverse.c: New file.
12697 * gdb.reverse/i387-stack-reverse.exp: New file.
12698
361ae042
PM
126992009-12-08 Phil Muldoon <pmuldoon@redhat.com>
12700
12701 * gdb.python/py-type.exp (test_range): New test.
12702
bfd31e71
PM
127032009-12-03 Phil Muldoon <pmuldoon@redhat.com>
12704
12705 PR python/10805
12706
12707 * gdb.python/py-type.exp: New file.
12708 * gdb.python/py-type.c: New file.
12709 * Makefile.in: Add py-type.
12710
57a1d736
TT
127112009-12-03 Tom Tromey <tromey@redhat.com>
12712
12713 * gdb.python/py-value.exp (test_parse_and_eval): New
12714 function.
12715
1f3b5d1b
PP
127162009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
12717
12718 PR gdb/11022
12719
12720 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
12721 * gdb.base/pr11022.c: New test.
12722
8b7dbdc9
JK
127232009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 Fix spurious false FAILs.
12726 * gdb.base/structs.c (chartest): New.
12727 (main): Fill-in chartest.
12728 * gdb.base/structs.exp (anychar_re, first): New.
12729 (start_structs_test): Import global anychar_re and first.
12730 New gdb_test call "set print elements 300; ${testfile}"
12731 (start_structs_test <$first>): New block.
12732 (any): Import global anychar_re. New variable ac. Use ${ac}.
12733
6a53b2ec
JK
127342009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12735
12736 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
12737
d7167b4c
JK
127382009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12739
12740 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
12741 Force $srcfile file.
12742 * gdb.base/foll-fork.c (callee): Comment out the printf call.
12743
b1798462
UW
127442009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12745
12746 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
12747 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
12748 * gdb.threads/watchthreads-reorder.exp: Likewise.
12749
b6199126
DJ
127502009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
12751
12752 PR gdb/8704
12753
12754 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
12755 "if", and "thread". Correct matching in the previous test.
12756
b22a0510
DJ
127572009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
12758
12759 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
12760
930636d2
MS
127612009-11-23 Michael Snyder <msnyder@vmware.com>
12762
12763 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
12764 * gdb.reverse-watch-precsave.exp: Ditto.
12765
21a0512e
PP
127662009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
12767
12768 * gdb.asm/asm-source.exp: Adjust.
12769 * gdb.base/help.exp: Adjust.
889bf7c5 12770
fc30d5e0
PA
127712009-11-22 Pedro Alves <pedro@codesourcery.com>
12772
12773 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
12774 (do_syscall_tests_without_xml): Set data-directory to
12775 /the/path/to/nowhere.
12776
f6bc2008
PA
127772009-11-21 Pedro Alves <pedro@codesourcery.com>
12778
12779 * gdb.threads/local-watch-wrong-thread.c,
12780 gdb.threads/local-watch-wrong-thread.exp: New files.
12781
8c2fb5de
PA
127822009-11-21 Pedro Alves <pedro@codesourcery.com>
12783
12784 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
12785 assume new `regsub' syntax available.
12786
ebec9a0f
PA
127872009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
a79d3c27
JK
12789 * gdb.base/watchpoint-hw-hit-once.exp,
12790 gdb.base/watchpoint-hw-hit-once.c: New.
12791
127922009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12793
12794 * gdb.threads/watchthreads-reorder.exp,
12795 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 12796
276a961b
MK
127972009-11-17 Nathan Sidwell <nathan@codesourcery.com>
12798
12799 * gdb.xml/tdesc-regs.exp: Use for m68k.
12800
4867c1fb
PA
128012009-11-15 Pedro Alves <pedro@codesourcery.com>
12802
12803 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
12804
f6838f81
DJ
128052009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12806
12807 * lib/gdb.exp (current_target_name): New procedure.
12808 (gdb_wrapper_target): New variable.
12809 (gdb_wrapper_init): Set gdb_wrapper_target.
12810 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
12811 wrapper.
12812
4ac4dd3f
DJ
128132009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12814
12815 * gdb.base/remote.exp: Delete the slowest load test.
12816 Do not load with fixed packet sizes.
12817
a7881759
DJ
128182009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12819
12820 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
12821
97a5b505
DJ
128222009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12823
12824 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
12825 srcfile when setting a breakpoint.
12826
d3e1fc54
DJ
128272009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
12828
12829 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
12830 macros.
12831
7cbcbded
DJ
128322009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12833
12834 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
12835 to be in memory.
12836 * gdb.base/display.c (force_mem): New.
12837 (do_loops): Use it. Add breakpoint comments.
12838 (do_vars): Add a breakpoint comment.
12839 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
12840 line numbers.
12841
bdea3a92
NF
128422009-11-13 Nathan Froyd <froydnj@codesourcery.com>
12843
12844 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
12845 instead of a bare "run".
12846
269f82e5
PP
128472009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
12848
12849 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 12850
a69b7d9d
DJ
128512009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12852
12853 * lib/cell.exp (skip_cell_tests): Clean up test files before
12854 returning.
12855
b598bfda
DJ
128562009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12857
12858 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
12859 and the breakpoint menu. Do not call perror if a prompt is seen.
12860 Consume the following GDB prompt.
12861 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
12862 * gdb.cp/namespace.exp: Use gdb_test.
12863 * gdb.cp/templates.exp: Use gdb_test.
12864 (test_template_breakpoints): Use gdb_test_multiple.
12865
87728fa0
DJ
128662009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12867
12868 * gdb.base/break1.c (struct some_struct, values): Move earlier.
12869 (marker4): Reference values.
12870
b67c692f
DJ
128712009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12872
12873 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
12874 is missing.
12875
f0df251a
DJ
128762009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12877
12878 * gdb.base/break.c (need_malloc): New.
12879 * gdb.base/constvars.c (main): Reference crass and crisp.
12880 * gdb.base/gdb1821.c (main): Reference bar.
12881 * gdb.cp/gdb1355.cc (main): Reference s1.
12882 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
12883 (main): Call them.
12884 * gdb.cp/hang2.cc (dummy2): Define.
12885 * gdb.cp/hang3.cc (dummy3): Define.
12886 * gdb.cp/m-data.cc (main): Reference shadow.
12887
bdf7534a
NF
128882009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
12889 Nathan Froyd <froydnj@codesourcery.com>
12890
12891 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
12892 remote host.
12893
f24fce77
NF
128942009-11-12 Nathan Froyd <froydnj@codesourcery.com>
12895
12896 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
12897 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
12898 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12899 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12900 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12901 * gdb.dwarf2/dw2-producer.exp: Likewise.
12902 * gdb.dwarf2/mac-fileno.exp: Likewise.
12903 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
12904 py-prettyprint.py to the remote host.
12905 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
12906
40f0318e
KS
129072009-11-11 Keith Seitz <keiths@redhat.com>
12908
12909 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
12910 use it instead of "Foo".
12911 * gdb.cp/classes.exp (do_tests): Add a test to access
12912 a method through a typedef'd class name.
12913
f3d9f7fb
NF
129142009-11-11 Nathan Froyd <froydnj@codesourcery.com>
12915
12916 * gdb.base/long_long.exp: Permit leading zeros on floating-point
12917 exponents.
12918 * gdb.base/pointers.exp: Likewise.
12919 * gdb.cp/ref-types.exp: Likewise.
12920
a4216f37
KS
129212009-11-11 Keith Seitz <keiths@redhat.com>
12922
12923 * gdb.cp/cplusfuncs.cc (class foo): Add operators
12924 new[] and delete[].
12925 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
12926 "void".
12927 (probe_demangler): Remove all single-quoting of
12928 method and variable names.
12929 (info_func_regexp): Remove the word "void" from any
12930 occurrence of "(void)".
12931 (print_addr_2): Remove all single-quoting of
12932 method names.
12933 (print_addr_2_kfail): Likewise.
12934 (print_addr): Single-quote C function names before
12935 passing to print_addr_2.
12936 (test_paddr_operator_functions): Remove single-quoting
12937 for method names.
12938 Add tests for operator new[] and operator delete[].
12939
9b14d7aa
JK
129402009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12941
12942 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
12943
85feb311
KS
129442009-11-09 Keith Seitz <keiths@redhat.com>
12945
12946 * gdb.cp/overload.exp: Add tests for resolving overloaded
12947 methods in expression parsing/evaluation.
12948
fa335448
DJ
129492009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
12950
12951 * lib/gdb.exp (default_gdb_version): Use --version instead of
12952 --command.
12953
ec3c07fc
NS
129542009-11-10 Nathan Sidwell <nathan@codesourcery.com>
12955
12956 * lib/gdb.exp (gdb_compile_test): New.
12957 (skip_ada_tests, skip_java_tests): New.
12958 (gdb_compile): Use gdb_compile_test for f77.
12959 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
12960 * lib/java.exp (compile_java_from_source): Remove runtests check,
12961 use gdb_compile_test to record result.
12962 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
12963 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
12964 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
12965 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
12966 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
12967 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
12968 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
12969 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
12970 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
12971 adjust gdb_compile invocations.
12972
b8b4e42b
JK
129732009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 * Makefile.in (abs_builddir): New.
12976 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
12977 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
12978 `$(abs_builddir)/site.exp'.
12979
f8b7eaf3
DJ
129802009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
12981
12982 * config/m68k-emc.exp, lib/emc-support.exp,
12983 gdb.trace/gdb_c_test.c: Delete.
12984 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
12985 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12986 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12987 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12988 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12989 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
12990 casing for m68k-*-elf.
12991
c4187697
NS
129922009-11-03 Pedro Alves <pedro@codesourcery.com>
12993
12994 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
12995 * gdb.arch/i386-prologue.exp: Likewise.
12996 * gdb.arch/i386-unwind.exp: Likewise.
12997
db16b772
DJ
129982009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12999
13000 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13001
bcf71277
DJ
130022009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13003
13004 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13005
0105cee2
DJ
130062009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13007
13008 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13009
24ddea62
JK
130102009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13011
13012 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13013
287ccc17
JK
130142009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13017 * gdb.base/sepdebug2.c: New file.
13018
08bca259 130192009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
13020
13021 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13022 the modified warnings for catch syscall. Verify if GDB was compiled
13023 with support for lib expat, and choose which tests to run depending
13024 on this.
13025
5d4e2b76
VP
130262009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13027
13028 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13029 that composite commands are parsed OK. And also test
13030 that breakpoint commands do work.
13031
240e538a
MS
130322009-10-23 Michael Snyder <msnyder@vmware.com>
13033
13034 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13035 to allow for new disassembly style.
13036
9c419145
PP
130372009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13038
13039 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 13040
02506ff1
MS
130412009-10-22 Michael Snyder <msnyder@vmware.com>
13042
13043 * gdb.reverse/break-precsave.exp: New test.
13044 * gdb.reverse/consecutive-precsave.exp: Ditto.
13045 * gdb.reverse/finish-precsave.exp: Ditto.
13046 * gdb.reverse/i386-precsave.exp: Ditto.
13047 * gdb.reverse/machinestate-precsave.exp: Ditto.
13048 * gdb.reverse/sigall-precsave.exp: Ditto.
13049 * gdb.reverse/solilb-precsave.exp: Ditto.
13050 * gdb.reverse/step-precsave.exp: Ditto.
13051 * gdb.reverse/until-precsave.exp: Ditto.
13052 * gdb.reverse/watch-precsave.exp: Ditto.
13053
4cf866a3
MS
130542009-10-22 Michael Snyder <msnyder@vmware.com>
13055
13056 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13057 for gdb_expect. Adjust one test's expect strings for the new
13058 format of disassemble.
13059 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13060 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13061 gdb_test_multiple.
13062 * gdb.reverse/step-reverse.exp: Delete 'return'.
13063 * gdb.reverse/until-reverse.exp: Delete blank lines.
13064 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13065
2b28d209
PP
130662009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13067
13068 * gdb.base/consecutive.exp: Adjust.
13069 * gdb.base/display.exp: Likewise.
13070 * gdb.base/pc-fp.exp: Likewise.
13071 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 13072
33b9c32b
MS
130732009-10-19 Michael Snyder <msnyder@vmware.com>
13074
13075 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13076 * gdb.reverse/finish-reverse.c: Ditto.
13077 * gdb.reverse/sigall-reverse.c: Ditto.
13078 * gdb.reverse/solib-reverse.c: Ditto.
13079 * gdb.reverse/step-reverse.c: Ditto.
13080 * gdb.reverse/watch-reverse.c: Ditto.
13081
6c95b8df
PA
130822009-10-19 Pedro Alves <pedro@codesourcery.com>
13083 Stan Shebs <stan@codesourcery.com>
13084
13085 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13086 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13087 "Executing new program".
13088 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13089 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13090 left listed after having been killed.
13091 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13092 * gdb.base/maint.exp: Adjust test.
13093
13094 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13095 * gdb.multi/Makefile.in: New.
13096 * gdb.multi/base.exp: New.
13097 * gdb.multi/goodbye.c: New.
13098 * gdb.multi/hangout.c: New.
13099 * gdb.multi/hello.c: New.
13100 * gdb.multi/bkpt-multi-exec.c: New.
13101 * gdb.multi/bkpt-multi-exec.exp: New.
13102 * gdb.multi/crashme.c: New.
13103
279017b7
TG
131042009-10-13 Tristan Gingold <gingold@adacore.com>
13105
13106 * gdb.base/sepdebug.exp: Check debug info are found.
13107
0413d738
PA
131082009-10-08 Pedro Alves <pedro@codesourcery.com>
13109
13110 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13111 bits.
13112
c628eecc
JK
131132009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13114
13115 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13116
38af1bfe
JB
131172009-10-07 Joel Brobecker <brobecker@adacore.com>
13118
13119 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13120 of the comments.
13121
2b0adecd
PM
131222009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13123
13124 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13125 * gdb.base/annota3.exp: Idem.
13126 * gdb.base/maint.exp: Idem.
13127
8d417781
PM
131282009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13129
889bf7c5 13130 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
13131 to default.
13132
bb61102d
PM
131332009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13134
889bf7c5 13135 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
13136 mingw and cygwin targets.
13137
ace5c364
PM
131382009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13139 Pedro Alves <pedro@codesourcery.com>
13140
889bf7c5 13141 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
13142 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13143
c2d494a0
PM
131442009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13145
e1b52ce2
PM
13146 * gdb.base/shr1.c: Use %p in format string.
13147 * gdb.base/unload.c: Avoid warning in fprintf.
13148 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 13149
209f53f5
PM
131502009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13151
13152 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13153 long type.
13154 (test_unlink): Correct printf string.
13155 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13156 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13157
8172766a
JK
131582009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13159
13160 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13161 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13162 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13163
0f73703c
UW
131642009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13165
13166 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13167 * gdb.objc/nondebug.exp: Likewise.
13168
b32306ca
UW
131692009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13170
13171 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13172 target_info setting.
13173
13174 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13175 that detect new threads during "info threads".
13176
0057022f
UW
131772009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13178
13179 * gdb.threads/manythreads.c (main): Increase thread stack size
13180 to 2*PTHREAD_STACK_MIN.
13181 * gdb.threads/multi-create.c (main): Likewise.
13182 (create_function): Likewise.
13183
f29c0325
UW
131842009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13185
13186 * gdb.base/dump.exp: Pass difference of pointer types instead
13187 of integer types as offset to restore in intarr3.srec case.
13188
fcb34849
UW
131892009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13190
13191 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13192
d5142e3b
UW
131932009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13194
13195 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13196
087b74b2 131972009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 13198
087b74b2
PM
13199 New test for two watchpoints, with disabling of
13200 the first inserted.
13201 * testsuite/gdb.base/watchpoints.c: New file.
13202 * testsuite/gdb.base/watchpoints.exp: New file.
13203
96c07c5b
TT
132042009-09-25 Tom Tromey <tromey@redhat.com>
13205
13206 * gdb.base/charset.exp: Test utf-16 strings with Python.
13207
b8899f2b
TT
132082009-09-25 Tom Tromey <tromey@redhat.com>
13209
13210 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13211 UCS-4.
13212 * gdb.base/charset.c (utf_32_string): Rename.
13213 (init_utf32): Rename.
13214 (main): Update.
13215
329719ec
TT
132162009-09-22 Tom Tromey <tromey@redhat.com>
13217
13218 * gdb.python/py-function.exp: Add regression tests.
13219
11ef0d76
KS
132202009-09-21 Keith Seitz <keiths@redhat.com>
13221
13222 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13223 with invalid operator.
13224
3fe8f3b3
KS
132252009-09-21 Keith Seitz <keiths@redhat.com>
13226
13227 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13228 and destructor using typedef name of class.
13229 * gdb.cp/classes.cc (class Base1): Add a destructor.
13230 (base1): New typedef.
13231 (use_methods): Instanitate an object of type base1.
13232 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13233 (do_tests): Call test_template_typedef.
13234 * gdb.cp/templates.cc (Baz::~Baz): New method.
13235 (intBazOne): New typedef.
13236 (main): Instantiate intBazOne.
13237
7a9fe101
PM
132382009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13239
13240 PR python/10633
13241
13242 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13243 Function.
13244 (run_lang_tests): Add print elements test.
13245
2e4d963f
PM
132462009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13247
13248 * gdb.python/py-value.exp (test_subscript_regression): New
13249 function. Test for invalid subscripts.
13250 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13251 (ptr_ref): New function.
13252
ec7e75e7
PP
132532009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13254
13255 * gdb.base/default.exp: Fix "show convenience".
13256
0cc7d26f
TT
132572009-09-15 Tom Tromey <tromey@redhat.com>
13258
13259 * lib/mi-support.exp (mi_create_varobj): Update.
13260 (mi_create_floating_varobj): Likewise.
13261 (mi_create_dynamic_varobj): New proc.
13262 (mi_varobj_update): Update.
13263 (mi_varobj_update_with_type_change): Likewise.
13264 (mi_varobj_update_kv_helper): New proc.
13265 (mi_varobj_update_dynamic_helper): Rewrite.
13266 (mi_varobj_update_dynamic): New proc.
13267 (mi_list_varobj_children): Update.
13268 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13269 * gdb.python/python-prettyprint.py (pp_outer): New class.
13270 (pp_nullstr): Likewise.
13271 (lookup_function): Register new printers.
13272 * gdb.python/python-prettyprint.c (struct substruct): New type.
13273 (struct outerstruct): Likewise.
13274 (substruct_test): New function.
13275 (struct nullstr): New type.
13276 (string_1, string_2): New globals.
13277 (main): Add new tests.
13278 * gdb.python/python-mi.exp: Added regression tests.
13279 * gdb.mi/mi2-var-display.exp: Update.
13280 * gdb.mi/mi2-var-cmd.exp: Update.
13281 * gdb.mi/mi2-var-child.exp: Update.
13282 * gdb.mi/mi2-var-block.exp: Update.
13283 * gdb.mi/mi-var-invalidate.exp: Update.
13284 * gdb.mi/mi-var-display.exp: Update.
13285 * gdb.mi/mi-var-cmd.exp: Update.
13286 * gdb.mi/mi-var-child.exp: Update.
13287 * gdb.mi/mi-var-block.exp: Update.
13288 * gdb.mi/mi-break.exp: Update.
13289 * gdb.mi/gdb701.exp: Update.
13290
a96d9b2e
SDJ
132912009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13292
13293 * Makefile.in: Inclusion of catch-syscall object.
13294 * gdb.base/catch-syscall.c: New file.
13295 * gdb.base/catch-syscall.exp: New file.
13296
b43b923a
MS
132972009-09-12 Michael Snyder <msnyder@vmware.com>
13298
13299 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13300 that can support reverse debuggnig.
13301
cec03d70
TT
133022009-09-11 Tom Tromey <tromey@redhat.com>
13303
13304 * gdb.dwarf2/valop.S: New file.
13305 * gdb.dwarf2/valop.exp: New file.
13306
e23bb3fc
MK
133072009-09-11 Mark Kettenis <kettenis@gnu.org>
13308
13309 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13310
37c3696d
DE
133112009-09-10 Doug Evans <dje@google.com>
13312
13313 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13314 Add $gdb_prompt to second breakpoint regexp.
13315
5172aecb
JB
133162009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13317
13318 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13319 names, add missing ones.
13320 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13321 * gdb.python/py-frame.c: Rename from python-frame.c.
13322 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13323 testfile name.
13324 * gdb.python/py-function.exp: Rename from python-function.exp.
13325 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13326 testfile name.
13327 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13328 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13329 Adjust testfile name.
13330 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13331 * gdb.python/py-template.cc: Rename from python-template.cc.
13332 * gdb.python/py-template.exp: Rename from python-template.exp.
13333 Adjust testfile name.
13334 * gdb.python/py-value.c: Rename from python-value.c.
13335 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13336 testfile name.
13337
b554e4bd
JK
133382009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13339
13340 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13341 $bpt2address.
13342 (Second breakpoint address is valid on ia64)
13343 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13344
9a68ae16
JM
133452009-09-03 Joseph Myers <joseph@codesourcery.com>
13346
13347 * gdb.base/ending-run.exp: Restrict regular expression matching
13348 line number to require closing brace following.
13349
146b9145
DE
133502009-09-03 Doug Evans <dje@google.com>
13351
13352 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13353
787d21e1
TT
133542009-09-02 Tom Tromey <tromey@redhat.com>
13355
13356 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13357
e7802207
TT
133582009-09-02 Tom Tromey <tromey@redhat.com>
13359
13360 * gdb.dwarf2/callframecfa.exp: New file.
13361 * gdb.dwarf2/callframecfa.S: New file.
13362
817aadd2
JK
133632009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13364
13365 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
13366 gdb.base/solib-overlap-main.c: New.
13367
4a76eae5
DJ
133682009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
13369
13370 PR gdb/10565
13371
13372 * gdb.base/bitfields.c (struct container, container): New.
13373 (main): Initialize it and call break5.
13374 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
13375
d4b96c9a
JK
133762009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13377
13378 Support constant DW_AT_data_member_location by GCC PR debug/40659.
13379 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
13380
4e22772d
JK
133812009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13382
13383 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
13384
2efab443
MS
133852009-08-26 Michael Snyder <msnyder@vmware.com>
13386
13387 * gdb.base/i386-reverse.c: New file.
13388 * gdb.base/i386-reverse.exp: New file.
13389 * gdb.base/Makefile.in: Add new files to be removed.
13390
07ab73a0
JM
133912009-08-26 Joseph Myers <joseph@codesourcery.com>
13392
13393 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
13394 environment-pwd for remote host.
13395 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
13396
676accff
KS
133972009-08-24 Keith Seitz <keiths@redhat.com>
13398
13399 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
13400 Add two new C++ completer tests which limit the output to a
889bf7c5 13401 given class.
676accff 13402
f9f7ad22
MS
134032009-08-24 Michael Snyder <msnyder@vmware.com>
13404
13405 * gdb.base/del.exp: Fix typo in comment.
13406 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
13407
81ecdfbb
RW
134082009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13409
13410 * configure: Regenerate.
13411 * gdb.hp/configure: Likewise.
13412 * gdb.hp/gdb.aCC/configure: Likewise.
13413 * gdb.hp/gdb.base-hp/configure: Likewise.
13414 * gdb.hp/gdb.compat/configure: Likewise.
13415 * gdb.hp/gdb.defects/configure: Likewise.
13416 * gdb.hp/gdb.objdbg/configure: Likewise.
13417 * gdb.stabs/configure: Likewise.
13418
cab0c772
UW
134192009-08-19 Doug Evans <dje@google.com>
13420
13421 * gdb.base/gdbvars.c: New file.
13422 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
13423
b8fa0bfa
PA
134242009-08-14 Pedro Alves <pedro@codesourcery.com>
13425
13426 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
13427 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
13428
b84aa90a
PA
134292009-08-13 Pedro Alves <pedro@codesourcery.com>
13430
13431 * gdb.base/default.exp: Adjust "set language test": it's now an
13432 enum command. Larger help string moved to "help set language".
13433 * gdb.base/help.exp: Adjust "help set language" expected output,
13434 now lists all known languages.
13435
0d8f9b2c
NF
134362009-08-11 Nathan Froyd <froydnj@codesourcery.com>
13437
13438 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
13439 all frame arguments.
13440 * gdb.arch/altivec-regs.exp: Likewise.
13441
bda180e0
TT
134422009-08-07 Tom Tromey <tromey@redhat.com>
13443
13444 * gdb.base/setshow.exp: Add tests for changes to set language, set
13445 check range, and set check type.
13446
48cb2d85
VP
134472009-08-03 Vladimir Prus <vladimir@codesourcery.com>
13448
13449 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
13450 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 13451 Call it.
48cb2d85 13452
1ea34204
UW
134532009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13454
13455 * configure.ac: Run gdb.cell tests when appropriate.
13456 * configure: Regenerate.
13457 * lib/cell.exp: New file.
13458 * gdb.cell: New directory.
13459 * gdb.cell/configure.ac: New file.
13460 * gdb.cell/configure: New file.
13461 * gdb.cell/Makefile.in: New file.
13462 * gdb.cell/arch.exp: New file.
13463 * gdb.cell/break.c: New file.
13464 * gdb.cell/break.exp: New file.
13465 * gdb.cell/break-spu.c: New file.
13466 * gdb.cell/bt.c: New file.
13467 * gdb.cell/bt2-spu.c: New file.
13468 * gdb.cell/bt-spu.c: New file.
13469 * gdb.cell/bt.exp: New file.
13470 * gdb.cell/coremaker.c: New file.
13471 * gdb.cell/coremaker-spu.c: New file.
13472 * gdb.cell/core.exp: New file.
13473 * gdb.cell/gcore.exp: New file.
13474 * gdb.cell/data.c: New file.
13475 * gdb.cell/data.exp: New file.
13476 * gdb.cell/data-spu.c: New file.
13477 * gdb.cell/ea-cache.exp: New file.
13478 * gdb.cell/ea-cache.c: New file.
13479 * gdb.cell/ea-cache-spu.c: New file.
13480 * gdb.cell/ea-standalone.c: New file.
13481 * gdb.cell/ea-standalone.exp: New file.
13482 * gdb.cell/ea-test.c: New file.
13483 * gdb.cell/ea-test.exp: New file.
13484 * gdb.cell/f-regs.exp: New file.
13485 * gdb.cell/mem-access.c: New file.
13486 * gdb.cell/mem-access.exp: New file.
13487 * gdb.cell/mem-access-spu.c: New file.
13488 * gdb.cell/ptype.exp: New file.
13489 * gdb.cell/registers.exp: New file.
13490 * gdb.cell/size.c: New file.
13491 * gdb.cell/sizeof.exp: New file.
13492 * gdb.cell/size-spu.c: New file.
13493 * gdb.cell/solib.exp: New file.
13494 * gdb.cell/solib-symbol.exp: New file.
13495
85e747d2
UW
134962009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13497
13498 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
13499
58d6951d
DJ
135002009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
13501
13502 * gdb.base/float.exp: Handle VFP registers.
13503
6e0a4f15
MS
135042009-07-14 Michael Snyder <msnyder@vmware.com>
13505
dcd5da87
MS
13506 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
13507 to bring gdb to the beginning of the calling line.
13508
6e0a4f15
MS
13509 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
13510 confusing the i386 epilogue unwinder.
13511
782b2b07
SS
135122009-07-14 Stan Shebs <stan@codesourcery.com>
13513
13514 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
13515
f662c3bc
MS
135162009-07-14 Michael Snyder <msnyder@vmware.com>
13517
13518 * gdb.reverse/step-reverse.exp (stepi into function call):
13519 Call instruction may not be first instruction in the line.
13520 (reverse stepi from a function call): Used wrong line number.
13521
8f313923
JK
135222009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13523
13524 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
13525
4662c76e
JK
135262009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13527
13528 Fix gdb.base/macscp.exp when using custom inputrc.
13529 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
13530 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
13531 env(TERM) set.
13532 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
13533 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
13534
aa81e255
JK
135352009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13536
13537 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
13538 * gdb.base/annota1.exp (thread_test): Import global $testfile.
13539 Change the compilation target to match the testcase name.
13540 * gdb.base/sect-cmd.exp: Change the compilation target to match the
13541 testcase name.
13542 * a2-run.exp: Use for setup prepare_for_testing. Change the
13543 compilation target to match the testcase name.
13544 * gdb.base/commands.exp: Likewise.
13545 * gdb.base/finish.exp: Likewise.
13546 * gdb.base/float.exp: Likewise.
13547 * gdb.base/info-target.exp: Likewise.
13548 * gdb.base/relational.exp: Likewise.
13549 * gdb.base/term.exp: Likewise.
13550 * gdb.base/until.exp: Likewise.
13551 * gdb.base/volatile.exp: Likewise.
13552 * gdb.base/whatis-exp.exp: Likewise.
13553
4c93b1d7
HZ
135542009-07-11 Hui Zhu <teawater@gmail.com>
13555
13556 * gdb.base/help.exp (disassemble): Update expected help text.
13557
812f7342
TT
135582009-07-09 Tom Tromey <tromey@redhat.com>
13559
13560 * lib/gdb.exp: Handle TRANSCRIPT.
13561 (remote_spawn, remote_close, send_gdb): New procs.
13562
fbb8f299
PM
135632009-07-10 Phil Muldoon <pmuldoon@redhat.com>
13564
13565 * gdb.python/python-prettyprint.c: Add counted null string
13566 structure.
13567 * gdb.python/python-prettyprint.exp: Print null string. Test for
13568 embedded nulls.
13569 * gdb.python/python-prettyprint.py (pp_ns): New Function.
13570 * gdb.python/python-value.exp (test_value_in_inferior): Add
13571 variable length string fetch tests.
13572 * gdb.python/python-value.c (main): Add strings for string fetch tests.
13573
c0ac0ec7
JK
135742009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13575
13576 * gdb.base/dump.exp (inaccessible memory is reported): New test.
13577
30b66ecc
TT
135782009-07-07 Tom Tromey <tromey@redhat.com>
13579
13580 * gdb.base/call-rt-st.exp: Update for change to escape output.
13581 * gdb.base/callfuncs.exp: Likewise.
13582 * gdb.base/charset.exp: Likewise.
13583 * gdb.base/constvars.exp: Likewise.
13584 * gdb.base/long_long.exp: Likewise.
13585 * gdb.base/pointers.exp: Likewise.
13586 * gdb.base/printcmds.exp: Likewise.
13587 * gdb.base/setvar.exp: Likewise.
13588 * gdb.base/store.exp: Likewise.
13589 * gdb.cp/ref-types.exp: Likewise.
13590 * gdb.mi/mi-var-child.exp: Likewise.
13591 * gdb.mi/mi-var-display.exp: Likewise.
13592 * gdb.mi/mi2-var-display.exp: Likewise.
13593 * gdb.base/charset.exp: Test octal escape sequence length.
13594 Update for change to escape output.
13595
187c4a2b
JK
135962009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13597
13598 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
13599
d80a43f9
DJ
136002009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
13601
13602 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
13603
047427a8
JK
136042009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13605
13606 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
13607 gdbserver increasing $portnum if "Can't bind address" has been seen.
13608
8b5a0f4f
PA
136092009-07-05 Pedro Alves <pedro@codesourcery.com>
13610
13611 * gdb.base/ending-run.exp: Add "step out of main" pattern for
13612 mingw32ce.
13613
7d93ba58
PA
136142009-07-05 Pedro Alves <pedro@codesourcery.com>
13615
13616 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
13617 VFP format.
13618
2277426b
PA
136192009-07-02 Pedro Alves <pedro@codesourcery.com>
13620
13621 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
13622 linux. Adjust to use "inferior", "info inferiors", "detach
13623 inferior" and "kill inferior" instead of "restart", "info fork",
13624 "detach fork" and "delete fork".
13625 * gdb.base/ending-run.exp: Spell out "info".
13626 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
13627 the "kill" command.
13628
5af949e3
UW
136292009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13630
13631 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
13632 change to prefix TLS offset in hex with 0x.
13633
5d3729b5
UW
136342009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13635
13636 * gdb.base/default.exp: Update test case for "x" changes.
13637
af589bd0
TG
136382009-07-01 Tristan Gingold <gingold@adacore.com>
13639
13640 * gdb.base/bigcore.exp: Make darwin untested.
13641
40974f91
JK
136422009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13643
13644 * gdb.base/completion.exp (directory completion): Create the directory.
13645 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
13646 escapeuniquesub.
13647 (directory completion 2): Expect now ${escapeuniquesub}.
13648 (Glob remaining of directory test): Remove one excessive newline.
13649 Expect the real output.
13650
59dd3af6
JK
136512009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13652
13653 Fix `make check//%' target after `make check' has been ran.
13654 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
13655 a mkdir call.
13656 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
13657 (%/.dir): Remove.
13658
f4e164aa
JK
136592009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13660
13661 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
13662 the expected result record.
13663
69af2122
JK
136642009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13665
13666 Remove racy FAILs relying just on the timeouts.
13667 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
13668 (annotation_level 2): Remove racy FAILs.
13669
2fd481e1
PP
136702009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
13671
13672 gdb/10275
889bf7c5
PA
13673 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
13674
c38f313d
DJ
136752009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
13676
13677 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
13678
8b777f02
VP
136792009-06-30 Vladimir Prus <vladimir@codesourcery.com>
13680
13681 * gdb.mi/mi-stack.exp: Testing symbolic options
13682 to -stack-list-locals and -stack-list-arguments.
13683
00c7eacf
JK
136842009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13685
13686 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
13687
6bc80edc
TT
136882009-06-29 Tom Tromey <tromey@redhat.com>
13689
13690 * dg-extract-results.sh: New file.
13691 * Makefile.in (FORCE_PARALLEL): New variable.
13692 (CHECK_TARGET): New conditional variable.
13693 (check): Use CHECK_TARGET.
13694 (DO_RUNTEST): New variable.
13695 (check-single): New target.
13696 (TEST_DIRS): New variable.
13697 (TEST_TARGETS): Likewise.
13698 (check-parallel): New target.
13699 (check-gdb.%): New pattern.
13700 (BASE1_FILES): New variable.
13701 (BASE2_FILES): Likewise.
13702 (check-gdb.base%): New pattern.
13703 (%/.dir): New pattern.
13704 * configure: Rebuild.
13705 * aclocal.m4 (AM_CONDITIONAL): New defun.
13706 * configure.ac: Check whether user is using GNU make.
13707 (GMAKE): New conditional.
13708
794684b6
SW
137092009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
13710
13711 * gdb.cp/namespace-nested-import.cc: New test.
13712 * gdb.cp/namespace-nested-import.exp: New test.
13713
edb3359d
DJ
137142009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
13715
13716 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
13717 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
13718 * gdb.opt/Makefile.in (EXECUTABLES): Update.
13719 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
13720 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
13721 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
13722 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
13723 gdb.opt/inline-markers.c: New files.
13724 * lib/gdb.exp (skip_inline_frame_tests): New function.
13725 (skip_inline_var_tests): New function.
13726
cf657a0c
AS
137272009-06-27 Andreas Schwab <schwab@linux-m68k.org>
13728
13729 * gdb.cp/exception.exp: Don't require $hex before inner frame in
13730 backtrace.
13731
28d41a99
MS
137322009-06-27 Michael Snyder <msnyder@vmware.com>
13733
13734 * gdb.reverse: New directory.
13735 * gdb.reverse/break-reverse.c: New test.
13736 * gdb.reverse/break-reverse.exp: New test.
13737 * gdb.reverse/consecutive-reverse.c: New test.
13738 * gdb.reverse/consecutive-reverse.exp: New test.
13739 * gdb.reverse/finish-reverse.c: New test.
13740 * gdb.reverse/finish-reverse.exp: New test.
13741 * gdb.reverse/machinestate.c: New test.
13742 * gdb.reverse/ms1.c: New test.
13743 * gdb.reverse/machinestate.exp: New test.
13744 * gdb.reverse/Makefile.in: New file.
13745 * gdb.reverse/shr2.c: New test.
13746 * gdb.reverse/solib-reverse.c: New test.
13747 * gdb.reverse/solib-reverse.exp: New test.
13748 * gdb.reverse/step-reverse.c: New test.
13749 * gdb.reverse/step-reverse.exp: New test.
13750 * gdb.reverse/until-reverse.c: New test.
13751 * gdb.reverse/ur1.c: New test.
13752 * gdb.reverse/until-reverse.exp: New test.
13753 * gdb.reverse/watch-reverse.c: New test.
13754 * gdb.reverse/watch-reverse.exp: New test.
13755 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
13756 * configure: Regenerate.
13757
fe3c8b0d
DE
137582009-06-26 Doug Evans <dje@google.com>
13759
13760 * gdb.base/psymtab.exp: Turn off pending breakpoints.
13761
3a72a602
PM
137622009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
13763
13764 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
13765 windows problem for 'file delete $binfile'.
13766
27aa8d6a
SW
137672009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
13768
13769 * gdb.cp/namespace-using.exp: New test.
13770 * gdb.cp/namespace-using.cc: New test.
13771
8ac055f8
JB
137722009-05-20 Joel Brobecker <brobecker@adacore.com>
13773
13774 * gdb.ada/variant_record_packed_array: New testcase.
13775
85e306ed
TT
137762009-06-23 Tom Tromey <tromey@redhat.com>
13777
13778 * gdb.base/charset.exp (test_combination): Regression test.
13779 * gdb.base/charset.c (my_wchar_t): New typedef.
13780 (myvar): New global.
13781 (main): Set myvar.
13782
56643c5e
PM
137832009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
13784
13785 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
13786 target.
13787
1fac167a
UW
137882009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13789
13790 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
13791
7ccb0be9
UW
137922009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13793
13794 * gdb.mi/gdb680.exp: Update test for error message.
13795
568d6575
UW
137962009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13797
13798 * gdb.base/annota1.exp: Allow multiple occurrences of the
13799 frames-invalid annotation.
13800 * gdb.cp/annota2.exp: Likewise.
13801
7cd1089b
PM
138022009-06-15 Phil Muldoon <pmuldoon@redhat.com>
13803
13804 * gdb.cp/gdb2495.cc: New file.
13805 * gdb.cp/gdb2495.exp: New file.
13806
72c63395
JK
138072009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13808
13809 Report error on GDB crash during runto.
13810 * lib/gdb.exp (runto <eof>): New.
13811
3788363d
DJ
138122009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
13813
13814 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
13815 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
13816 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
13817 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
13818 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
13819 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
13820 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
13821 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
13822 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
13823 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
13824 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
13825 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
13826 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13827 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
13828 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
13829 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
13830 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
13831 gdb.server/server-mon.exp, gdb.server/server-run.exp,
13832 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
13833 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
13834 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
13835 gdb.trace/passcount.exp, gdb.trace/report.exp,
13836 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
13837 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
13838 gdb.trace/while-stepping.exp: Use a unique name for the compiled
13839 executable.
13840
17592de3
PA
138412009-06-07 Pedro Alves <pedro@codesourcery.com>
13842
13843 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
13844 defined before referencing it.
13845
701e355d
DE
138462009-06-03 Doug Evans <dje@google.com>
13847
13848 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
13849 * gdb.arch/i386-see.c: Ditto.
13850
f2292c65
PM
138512009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
13852
13853 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
13854 (check_macro): Return 1 if undefined.
13855 If first test fails, check if macro debug information is available,
13856 and report unsupported test if no macro information is found.
13857
5a437975
DE
138582009-05-29 Doug Evans <dje@google.com>
13859
13860 * gdb.threads/hand-call-in-threads.exp: New.
13861 * gdb.threads/hand-call-in-threads.c: New.
13862
c141c696
MS
138632009-05-29 Michael Snyder <msnyder@vmware.com>
13864
13865 * gdb.base/break-always.exp: Change "1" to "on".
13866 Add confirmation check.
13867
b3444185
PA
138682009-05-28 Pedro Alves <pedro@codesourcery.com>
13869
13870 * gdb.threads/threxit-hop-specific.c: New.
13871 * gdb.threads/threxit-hop-specific.exp: New.
13872 * gdb.threads/thread-execl.c: New.
13873 * gdb.threads/thread-execl.exp: New.
13874
b6313243
TT
138752009-05-27 Tom Tromey <tromey@redhat.com>
13876 Thiago Jung Bauermann <bauerman@br.ibm.com>
13877
13878 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
13879 (mi_child_regexp): Likewise.
13880 (mi_list_varobj_children_range): Likewise.
13881 (mi_get_features): Likewise.
13882 (mi_list_varobj_children): Rewrite.
13883 * gdb.python/python-mi.exp: New file.
13884
a6bac58e
TT
138852009-05-27 Tom Tromey <tromey@redhat.com>
13886 Thiago Jung Bauermann <bauerman@br.ibm.com>
13887 Phil Muldoon <pmuldoon@redhat.com>
13888 Paul Pluzhnikov <ppluzhnikov@google.com>
13889
13890 * gdb.python/python-prettyprint.exp: New file.
13891 * gdb.python/python-prettyprint.c: New file.
13892 * gdb.python/python-prettyprint.py: New file.
13893 * gdb.base/display.exp: print/r is now valid.
13894
2c74e833
TT
138952009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
13896 Tom Tromey <tromey@redhat.com>
13897 Pedro Alves <pedro@codesourcery.com>
13898 Paul Pluzhnikov <ppluzhnikov@google.com>
13899
13900 * gdb.python/python-template.exp: New file.
13901 * gdb.python/python-template.cc: New file.
13902 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
13903 tests.
13904 * gdb.python/python-value.exp (py_objfile_tests): New proc.
13905 Call it.
13906 (test_value_after_death): New proc.
13907 * gdb.python/python-value.c (PTR): New typedef.
13908 (main): New variable 'x'.
13909
89c73ade
TT
139102009-05-27 Tom Tromey <tromey@redhat.com>
13911
13912 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
13913 tests.
13914 * gdb.python/python-value.exp (py_objfile_tests): New proc.
13915 Call it.
13916
a75724bc
PA
139172009-05-27 Pedro Alves <pedro@codesourcery.com>
13918
13919 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
13920
e58b0e63
PA
139212009-05-24 Pedro Alves <pedro@codesourcery.com>
13922
13923 * gdb.threads/fork-thread-pending.c: New.
13924 * gdb.threads/fork-thread-pending.exp: New.
13925
4ac36638
JK
139262009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13927
13928 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
13929 * gdb.dwarf2/dw2-strp.S (a_string2): New.
13930
889bf7c5 139312009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 13932
889bf7c5 13933 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 13934
b242c3c2
PA
139352009-05-17 Pedro Alves <pedro@codesourcery.com>
13936
13937 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
13938 `gdb_get_line_number'. Call `callee' in both parent and child.
13939 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
13940 `gdb_get_line_number' instead of hardcoding line numbers.
13941 (catch_fork_unpatch_child): New procedure to test detaching
13942 breakpoints from child fork.
13943 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
13944 hardcoding line numbers.
13945 (do_fork_tests): Run `catch_fork_unpatch_child'.
13946
ee342b23
VP
139472009-05-17 Vladimir Prus <vladimir@codesourcery.com>
13948
13949 * gdb.mi/mi-cmd-var.exp: Check that when varobj
13950 of structure type enters or leaves the scope, it
13951 is reported by -var-update.
13952
e2009e98
DE
139532009-05-11 Doug Evans <dje@sebabeach.org>
13954
13955 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 13956 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
13957 * gdb.threads/schedlock.c (main): Fix off-by-one error.
13958
00903456
JK
139592009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13960
13961 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
13962
dc621c35
DE
139632009-04-30 Doug Evans <dje@google.com>
13964
13965 * gdb.threads/watchthreads2.exp: New testcase.
13966 * gdb.threads/watchthreads2.c: New testcase.
13967
9ab4e744
DE
139682009-04-29 Doug Evans <dje@google.com>
13969
13970 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
13971 * gdb.cp/mb-ctor.cc: Ditto.
13972 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
13973 * gdb.cp/mb-inline.h (multi_line_foo): New function.
13974 * gdb.cp/mb-inline1.cc: Call it.
13975 * gdb.cp/mb-inline2.cc: Ditto.
13976 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
13977 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
13978
484086b7
JK
139792009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13980
13981 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
13982 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
13983 Replace all uses of `decimal' by `nonzero'.
13984 (info macro FROM_COMMANDLINE): New test.
13985
379a77b5
TT
139862009-04-27 Tom Tromey <tromey@redhat.com>
13987
13988 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
13989
b92b73c2
DE
139902009-04-27 Doug Evans <dje@google.com>
13991
13992 * gdb.threads/watchthreads.c (main): Initialize args before starting
13993 the threads. Plus formatting cleanup.
13994 * gdb.threads/watchthreads.exp: Avoid errant failures due to
13995 biased scheduling of one thread.
13996
945a118d
JG
139972009-04-27 Jerome Guitton <guitton@adacore.com>
13998
13999 * gdb.cp/templates.cc (GetMax): New template.
14000 (main): Declare two instances of GetMax.
14001 * gdb.cp/templates.exp: Add new test.
14002
d389af10
JK
140032009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14006
e7f86de9
JM
140072009-04-22 Joseph Myers <joseph@codesourcery.com>
14008
14009 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14010
334cc82d
TT
140112009-04-15 Tom Tromey <tromey@redhat.com>
14012
14013 * gdb.base/charset.exp: Add regression test.
14014
d12672cc
JB
140152009-04-14 Joel Brobecker <brobecker@adacore.com>
14016
14017 * gdb.base/exe-lock.exp: New testcase.
14018
18e8c3bc
TT
140192009-04-13 Tom Tromey <tromey@redhat.com>
14020
14021 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14022 operator on Frame.
14023
5ecd5cbe
UW
140242009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14025
14026 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14027 * gdb.server/ext-attach.exp: Likewise.
14028
7309f756
VP
140292009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14030
14031 Eliminate some sleep usage.
14032
889bf7c5
PA
14033 * gdb.mi/basics.c (do_nothing): New.
14034 (main): Use do_nothing instead of printf, so that
14035 not to introduce race condition between output of
14036 inferiour and output of gdb. Do not use sleep as it
14037 is not generally available on embedded targets.
7309f756 14038
f4b95f6f
PA
140392009-04-02 Pedro Alves <pedro@codesourcery.com>
14040
14041 * gdb.server/ext-attach.exp: Expect an optional process id after
14042 "Detached from remote process".
14043
de40b933
JK
140442009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14045
14046 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14047 gdb.dwarf2/dw2-unresolved.exp: New.
14048
2ae101a4
PA
140492009-04-02 Pedro Alves <pedro@codesourcery.com>
14050
14051 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14052 mi_run_to_main.
14053
56a8e183
PA
140542009-04-02 Pedro Alves <pedro@codesourcery.com>
14055
14056 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14057 mi_run_to_main. Skip thread exit test on remote targets.
14058 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14059 mi_run_to_main.
14060 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14061 mi_run_to_main.
14062 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14063 when expecting ^connected. Detect when the target doesn't support
14064 non-stop mode.
14065 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14066 supported. Return -1 on error, 0 on success.
14067 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14068 (mi_runto): Return mi_runto_helper's result explicitly.
14069
c35fafde
PA
140702009-04-01 Pedro Alves <pedro@codesourcery.com>
14071
14072 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14073
f8a8dce6
JB
140742009-04-01 Tom Tromey <tromey@redhat.com>
14075
14076 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14077 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14078 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14079 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14080
71c25dea
TT
140812009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14082 Jan Kratochvil <jan.kratochvil@redhat.com>
14083
14084 PR gdb/931
14085 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14086 output.
14087 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14088 for gdb/931.
14089 * dw2-strp.S (DW_AT_language): Change to C++.
14090 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14091
02d9a9ce
JB
140922009-03-31 Joel Brobecker <brobecker@adacore.com>
14093
14094 * gdb.ada/tasks: New testcase.
14095
1042e4c0
SS
140962009-03-30 Stan Shebs <stan@codesourcery.com>
14097
14098 * gdb.trace/actions.exp: Update to match new info trace format.
14099 * gdb.trace/deltrace.exp: Ditto.
14100 * gdb.trace/infotrace.exp: Ditto.
14101 * gdb.trace/passcount.exp: Ditto.
14102 * gdb.trace/save-trace.exp: Ditto.
14103 * gdb.trace/while-stepping.exp: Ditto.
14104 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14105
f8f6f20b
TJB
141062009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14107
14108 * gdb.python/python-frame.c: New file.
14109 * gdb.python/python-frame.exp: New file.
14110
c0c6f777
TJB
141112009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14112
14113 * gdb.python/python-value.exp: Add tests for the address
14114 attribute.
14115
3cb51905
AS
141162009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14117
14118 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14119
88fc996f
DE
141202009-03-26 Doug Evans <dje@google.com>
14121
14122 * gdb.mi/mi-nonstop-exit.exp: New file.
14123 * gdb.mi/non-stop-exit.c: New file.
14124
56ef84b1
TT
141252009-03-26 Tom Tromey <tromey@redhat.com>
14126
14127 Update for change to prologue skipping:
14128 * gdb.mi/mi2-simplerun.exp: Update.
14129 * gdb.mi/mi2-break.exp: Update.
14130 * gdb.mi/mi-simplerun.exp: Update.
14131 * gdb.mi/mi-break.exp: Update.
14132 * gdb.base/ending-run.exp: Update.
14133
def2b000
TJB
141342009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14135
14136 * gdb.python/python-value.exp (test_value_in_inferior): Test
14137 gdb.Value.is_optimized_out attribute.
14138
442ddf59
JK
141392009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14140
14141 * gdb.dwarf2/dw2-noloc-main.c: New file.
14142 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14143 (.text): Remove.
14144 (.data): New.
14145 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14146 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14147 (DW_TAG_subprogram func_cu1, noloc): Remove.
14148 (main): New.
14149 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14150 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14151 (file_symbols): New procedure.
14152
a8df5de4
TT
141532009-03-25 Tom Tromey <tromey@redhat.com>
14154
14155 * gdb.base/charset.exp (valid_target_charset): New proc.
14156 Use it to skip tests on invalid charsets.
14157
cc1d7add
PM
141582009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14159
14160 * gdb.base/completion.exp: Add a test for directory completion.
14161
bcd5727b
JK
141622009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14163
14164 Fix a racy FAIL.
14165 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14166 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14167
cc924cad
TJB
141682009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14169
14170 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14171 * gdb.python/python-function.exp: Add test for function returning
14172 a GDB value.
14173
bc3b79fd
TJB
141742009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14175
14176 * gdb.python/python-function.exp: New file.
14177
6c7a06a3
TT
141782009-03-20 Tom Tromey <tromey@redhat.com>
14179
14180 * gdb.base/store.exp: Update for change to escape output.
14181 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14182 to escape output.
14183 * gdb.base/pointers.exp: Update for change to escape output.
14184 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14185 to escape output.
14186 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14187 escape output.
14188 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14189 to escape output.
14190 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14191 escape output.
14192 * gdb.base/setvar.exp: Update for change to escape output.
14193 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14194 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14195 to escape output.
14196 (test_print_string_constants): Likewise.
14197 * gdb.base/charset.exp (valid_host_charset): Check size of
14198 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14199 cases. Handle "auto"-related output.
14200 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14201 (uvar, Uvar): New globals.
14202
c31af87b
JG
142032009-03-19 Jerome Guitton <guitton@adacore.com>
14204
14205 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14206 deltas.
14207 * gdb.ada/fixed_points.exp: Ditto.
14208
51272cf2
PA
142092009-03-18 Pedro Alves <pedro@codesourcery.com>
14210
14211 * return-nodebug.c: Don't include stdio.h.
14212 (init): Delete.
14213 (func): Delete definition and provide extern declaration.
14214 (t): New.
14215 (main): Don't call printf. Call func and store its result in t.
14216 * return-nodebug1.c: New.
14217 * return-nodebug.exp: Don't expect stdio output. Instead, print
14218 the global variable t. Drop printf formatters and cast types from
14219 foreach loop. Don't use prepare_for_testing. Compile
14220 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14221 define FORMAT or CAST.
14222
d24948ac
PP
142232009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14224
14225 * gdb.base/solib-display.exp: Disable test for remote targers.
14226
61ff14c6
JK
142272009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14228
14229 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14230
cb4dce93
JK
142312009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14232
14233 Fix a racy FAIL.
14234 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14235 code from `follow parent, print pids'.
14236 (`follow child, print pids', `follow parent, print pids'): Call it.
14237 Replace `gdb_test "break..."' by gdb_breakpoint.
14238
f7c60c5e
VP
142392009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14240
14241 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 14242 sync and async modes.
f7c60c5e 14243
383ace49
JB
142442009-03-12 Joel Brobecker <brobecker@adacore.com>
14245
14246 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14247 that was checked in by mistake. Remove loading of ada.exp, since
14248 this is not necessary in this case.
14249
4ce102af
JB
142502009-03-12 Joel Brobecker <brobecker@adacore.com>
14251
14252 * gdb.ada/ptype_arith_binop.exp: New testcase.
14253
529a2aef
JB
142542009-03-12 Joel Brobecker <brobecker@adacore.com>
14255
14256 * gdb.ada/mod_from_name: New testcase.
14257
8a38181c
JB
142582009-03-12 Joel Brobecker <brobecker@adacore.com>
14259
14260 * gdb.ada/tick_last_segv: New testcase.
14261
11436dee
VP
142622009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14263
61ff14c6 14264 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 14265
1f31650a
VP
142662009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14267
61ff14c6
JK
14268 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14269 include the token in ^running and frame info in *stopped.
1f31650a 14270
a3247a22
PP
142712009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14272
14273 * solib-display.exp: New file.
14274 * solib-display-main.c: New file.
14275 * solib-display-lib.c: New file.
61ff14c6 14276
aae64587
PA
142772009-03-05 Pedro Alves <pedro@codesourcery.com>
14278
14279 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14280
44aabfbc
JK
142812009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14282
14283 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14284 (list_and_check_macro): Use more specific test name.
14285 (next to definition): Make the test names unique.
14286
c087fcd3
PM
142872009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14288
14289 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 14290
c86cf029
VP
142912009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14292
14293 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14294 notifications.
14295 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14296 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14297 * lib/mi-support.exp (library_loaded_re): New.
14298 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14299
3ea85240
VP
143002009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14301
14302 * gdb.gdb/observer.exp: Use test_notification observer, not
14303 normal_stop, everywhere.
14304 (test_normal_stop_notifications): Rename to...
14305 (test_notifications): ...this.
14306 (test_observer_normal_stop): Rename to...
14307 (test_observer): ...this.
14308
1903f0e6
DE
143092009-02-16 Doug Evans <dje@google.com>
14310
14311 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14312 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14313 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14314 (test_prefixed_syscall,test_int3): New tests.
14315 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14316 (test_prefixed_syscall,test_int3): New tests.
14317
1d33d6ba
VP
143182009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14319
3cb51905
AS
14320 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14321 (mi_expect_interrupt): Likewise.
14322 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14323 response.
1d33d6ba 14324
faafb047
PM
143252009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14326
14327 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14328 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14329 Replace calls to get_valueofx by get_hexadecimal_valueof.
14330
417e16e2
PM
143312009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14332
14333 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14334 (get_integer_valueof): New procedure.
14335 (get_sizeof): Use new get_integer_value_of.
14336 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14337 by get_integer_valueof.
14338
7065b901
TT
143392009-02-13 Tom Tromey <tromey@redhat.com>
14340
14341 * gdb.base/remote.exp (get_sizeof): Remove.
14342 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14343 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14344 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14345 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14346 (get_sizeof): Likewise.
14347
5d7cb8df
JK
143482009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14349
14350 PR fortran/9806
14351 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14352
b2febfff
PP
143532009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14354
14355 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14356
4aa995e1
PA
143572009-02-06 Pedro Alves <pedro@codesourcery.com>
14358
14359 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14360
d8906c6f
TJB
143612009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14362
14363 * gdb.python/python-cmd.exp: New file.
14364
ff4ab08d
TG
143652009-02-06 Tristan Gingold <gingold@adacore.com>
14366
14367 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
14368
aacd552b
TG
143692009-02-05 Tristan Gingold <gingold@adacore.com>
14370
14371 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
14372 pointer is dereferenced and use this signal name in regexp.
14373 * gdb.base/signull.exp: Ditto.
14374 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
14375 * gdb.base/signull.c (main): Ditto.
14376
08c637de
TJB
143772009-02-04 Tom Tromey <tromey@redhat.com>
14378 Thiago Jung Bauermann <bauerman@br.ibm.com>
14379
14380 * gdb.python/python-value.exp: Use `gdb.history' instead of
14381 `gdb.value_from_history'.
14382 (test_value_numeric_ops): Add test for conversion of enum constant.
14383 * gdb.python/python-value.c (enum e): New type.
14384 (evalue): New global.
14385 (main): Use argv.
14386
20261af8
JG
143872009-02-04 Jerome Guitton <guitton@adacore.com>
14388
14389 * gdb.ada/uninitialized_vars: New test program.
14390 * gdb.ada/uninitialized_vars.exp: New testcase.
14391
52e44b43
TT
143922009-02-02 Tom Tromey <tromey@redhat.com>
14393
14394 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
14395 * gdb.cp/pr2489.cc: Rename...
14396 * gdb.cp/pr9594.cc: ... to this.
14397
1c71341a
TT
143982009-02-02 Tom Tromey <tromey@redhat.com>
14399
14400 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
14401 * gdb.cp/pr2489.cc: New file.
14402 * gdb.cp/cpcompletion.exp: New file.
14403
a4295225
TT
144042009-02-02 Tom Tromey <tromey@redhat.com>
14405
14406 PR exp/9059:
14407 * gdb.cp/call-c.exp: Add regression test.
14408 * gdb.cp/call-c.cc (FooHandle): New typedef.
14409 (main): New variable 'handle'.
14410
592375cd
VP
144112009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14412
14413 * lib/mi-support.exp (et_mi_thread_list)
14414 (check_mi_and_console_threads): Adjust for current thread in
14415 -thread-list-ids output.
14416
41447f92
VP
144172009-01-30 Vladimir Prus <vladimir@codesourcery.com>
14418
889bf7c5
PA
14419 * gdb.mi/mi-break.exp (test_disabled_creation): New.
14420 Call it.
41447f92 14421
35669430
DE
144222009-01-28 Doug Evans <dje@google.com>
14423
14424 * gdb.arch/amd64-disp-step.S: New file.
14425 * gdb.arch/amd64-disp-step.exp: New file.
14426 * gdb.arch/i386-disp-step.S: New file.
14427 * gdb.arch/i386-disp-step.exp: New file.
14428
09f00d9a
PM
144292009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
14430
14431 * gdb.base/find.exp: Set newline variable
14432 using quotes instead of braces to fix cygwin failures.
14433
1e8fb976
PA
144342009-01-23 Pedro Alves <pedro@codesourcery.com>
14435
14436 * gdb.base/radix.exp: Add tests to ensure that that set
14437 input-radix 0 and set output-radix 0 are really rejected.
14438
da061712
PA
144392009-01-23 Pedro Alves <pedro@codesourcery.com>
14440
14441 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
14442 copyright years.
14443
dd7e2d2b
PA
144442009-01-23 Pedro Alves <pedro@codesourcery.com>
14445
14446 PR gdb/9664:
14447 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
14448
392452f6
PA
144492009-01-22 Pedro Alves <pedro@codesourcery.com>
14450
14451 PR c++/9631:
14452 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
14453
8653e71c
PM
144542009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
14455
14456 * gdb.server/file-transfer.exp: Use EXEEXT variable for
14457 binfile definition to fix Windows OS failure.
14458
a12cc160
DJ
144592009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14460
14461 PR gdb/9346
14462 * gdb.base/interrupt.c (sigint_handler): New.
14463 (main): Install a SIGINT handler if SIGNALS is defined. Exit
14464 on error.
14465 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
14466 Test "signal SIGINT".
14467
b89667eb
DE
144682009-01-19 Doug Evans <dje@google.com>
14469
14470 * gdb.base/break.exp: Update expected gdb output.
14471 * gdb.base/sepdebug.exp: Ditto.
14472 * gdb.mi/mi-syn-frame.exp: Ditto.
14473 * gdb.mi/mi2-syn-frame.exp: Ditto.
14474 * gdb.base/call-signal-resume.exp: New file.
14475 * gdb.base/call-signals.c: New file.
14476 * gdb.base/unwindonsignal.exp: New file.
14477 * gdb.base/unwindonsignal.c: New file.
14478 * gdb.threads/interrupted-hand-call.exp: New file.
14479 * gdb.threads/interrupted-hand-call.c: New file.
14480 * gdb.threads/thread-unwindonsignal.exp: New file.
14481
adb483fe
DJ
144822009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
14483
14484 * gdb.base/define.exp: Test defining and hooking prefix commands.
14485 * gdb.python/python.exp: Update test for "show user" output.
14486
60023297
JK
144872009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14488
14489 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
14490 now the output exactly, using less wildcards. Expect also the output
14491 of gfortran-4.3. Update for the f-valprint.c modification from
14492 2008-04-22.
14493 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
14494 Remove gdb_test test names where matching the command.
14495
ccc57cf9
PA
144962009-01-01 Pedro Alves <pedro@codesourcery.com>
14497
14498 PR breakpoints/9681:
14499 * gdb.base/watchpoint.exp: Add regression test.
14500
c7a6ca08
PA
145012008-12-31 Pedro Alves <pedro@codesourcery.com>
14502
14503 * gdb.threads/attach-into-signal.exp: Don't use
14504 gdb_suppress_entire_file.
14505 * gdb.threads/attach-stopped.exp: Ditto.
14506 * gdb.threads/attachstop-mt.exp: Ditto.
14507
3a031f65
PA
145082008-12-31 Pedro Alves <pedro@codesourcery.com>
14509
14510 PR gdb/8812:
14511 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
14512
09e6485f
PA
145132008-12-29 Pedro Alves <pedro@codesourcery.com>
14514
14515 PR gdb/7536:
14516 * gdb.base/radix.exp: Add tests to ensure invalid input radices
14517 and unsupported output radices are really rejected.
14518
0cd53049
JK
145192008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14520
14521 * gdb.cp/punctuator.exp: Backslash the '$' signs.
14522
ba163c7e
TT
145232008-12-22 Tom Tromey <tromey@redhat.com>
14524
14525 * gdb.cp/punctuator.exp: New file.
14526
6f4de6c9
JK
145272008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14528
14529 * gdb.base/completion.exp (Completing non-existing component): New test.
14530
0f34d0b4
JK
145312008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14532
14533 Fix for PR gdb/8648.
14534 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
14535 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
14536 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
14537 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
14538
db2ad4c3
JK
145392008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14540
14541 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
14542
bb5ef15e
DP
145432008-12-16 Christophe Lyon <christophe.lyon@st.com>
14544
14545 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
14546 compiler actually generate code at the expected line number.
14547
90142adc
JZ
145482008-12-15 Jie Zhang <jie.zhang@analog.com>
14549
14550 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
14551
fad6eecd
TT
145522008-12-12 Tom Tromey <tromey@redhat.com>
14553
14554 * gdb.base/commands.exp (redefine_hook_test): New proc.
14555 Call it.
14556
17c8aaf5
TT
145572008-12-11 Tom Tromey <tromey@redhat.com>
14558
14559 * gdb.base/macscp.exp: New regression test.
14560
7c8adf68
TT
145612008-12-11 Tom Tromey <tromey@redhat.com>
14562
14563 * gdb.base/macscp.exp: Print "address.addr".
14564 * gdb.base/macscp1.c (struct outer): New struct.
14565 (address): New global.
14566
b05dcbb7
TT
145672008-12-09 Tom Tromey <tromey@redhat.com>
14568
14569 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
14570 Call it.
14571
2d476de1
DE
145722008-12-04 Doug Evans <dje@google.com>
14573
14574 * gdb.server/ext-run.exp: Relax regexp for init program.
14575
87bdc959
TG
145762008-12-03 Tristan Gingold <gingold@adacore.com>
14577
14578 * gdb.base/macscp.exp: Generate an object file during compilation
14579 to work around Darwin dsymutil limitations.
14580
e0740f77
JK
145812008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14582
14583 Test resolving external references to TLS variables.
14584 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
14585 FILE2_THREAD_LOCAL.
14586 (testfile2, srcfile2): New variables.
14587 * gdb.threads/tls.c (file2_thread_local)
14588 (function_referencing_file2_thread_local): New.
14589 * gdb.threads/tls2.c: New file.
14590
67f0aac5
JB
145912008-11-28 Joel Brobecker <brobecker@adacore.com>
14592
14593 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
14594 rather than integer, as integer might not be big enough when
14595 on 64bit targets.
67f0aac5 14596
c332165e
JG
145972008-11-27 Jerome Guitton <guitton@adacore.com>
14598
14599 * gdb.cp/formatted-ref.exp: Add equality test.
14600 * gdb.ada/formatted_ref.exp: Ditto.
14601
fc9b693c
JK
146022008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14603
14604 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
14605 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
14606
a9c64011
AS
146072008-11-20 Andreas Schwab <schwab@suse.de>
14608
14609 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
14610 matching syscall entry point.
14611 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14612 (tcatch_vfork_then_child_follow): Likewise. Finish through
14613 vfork even if we stopped at the syscall trampoline.
14614
e2fd701e
DE
146152008-11-20 Doug Evans <dje@google.com>
14616
14617 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
14618
69abc51c
TJB
146192008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
14620
14621 * gdb.arch/ppc-dfp.exp: New file.
14622 * gdb.arch/ppc-dfp.c: New file.
14623
c14c28ba
PP
146242008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
14625
14626 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 14627
2e74121d
DE
146282008-11-17 Doug Evans <dje@google.com>
14629
14630 * gdb.mi/mi-syn-frame.exp: Update expected output.
14631 * gdb.mi/mi2-syn-frame.exp: Update expected output.
14632
66bb093b
VP
146332008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14634
14635 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
14636 "thread N" results in =thread-selected.
14637 * lib/mi-support (mi_run_cmd, mi_expect_stop)
14638 (mi_send_resuming_command_raw): Be prepared for
14639 =thread-selected.
14640
3d043ef6
VP
146412008-11-17 Vladimir Prus <vladimir@codesourcery.com>
14642
a9c64011
AS
14643 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
14644 * lib/mi-support.exp: Likewise.
3d043ef6 14645
808104c8
JB
146462008-11-16 Joel Brobecker <brobecker@adacore.com>
14647
14648 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
14649 commands from the expected output for "help catch".
14650
00b22944
JB
146512008-11-15 Joel Brobecker <brobecker@adacore.com>
14652
14653 * gdb.ada/int_deref.exp: New testcase.
14654
59669435
TT
146552008-11-14 Nick Roberts <nickrob@snap.net.nz>
14656
14657 * gdb.mi/gdb2549.exp: New file.
14658
de04a248
DE
146592008-11-11 Doug Evans <dje@google.com>
14660
14661 * gdb.base/callexit.exp: New file.
14662 * gdb.base/callexit.c: New file.
14663
6b8ce727
DE
146642008-11-10 Doug Evans <dje@google.com>
14665
14666 * lib/gdb.exp (GDBFLAGS): Move -nx ...
14667 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
14668 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
14669 (default_gdb_start,default_gdb_exit): Ditto.
14670 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
14671 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
14672 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
14673 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
14674 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
14675 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
14676
1b14b8aa
AS
146772008-11-03 Andreas Schwab <schwab@suse.de>
14678
14679 * gdb.base/hashline2.exp: Fix typo.
14680 * gdb.base/hashline3.exp: Likewise.
14681
f3134b88
TT
146822008-10-30 Tom Tromey <tromey@redhat.com>
14683
14684 * gdb.base/pointers.exp: Add test.
14685 * gdb.base/pointers.c (k, S): New typedefs.
14686 (instance): New global.
14687
c2226152
AS
146882008-10-30 Andreas Schwab <schwab@suse.de>
14689
14690 * gdb.base/args.exp: Add tests for newlines.
14691
462f405c
JB
146922008-10-30 Joel Brobecker <brobecker@adacore.com>
14693
14694 gdb.base/foll-exec.exp: Update the expected output of a couple
14695 of "info breakpoints" tests.
14696
79a45b7d
TT
146972008-10-28 Tom Tromey <tromey@redhat.com>
14698
14699 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
14700
adc13a14
PA
147012008-10-24 Pedro Alves <pedro@codesourcery.com>
14702
14703 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
14704 gdb_start_cmd.
14705 Use runto_main before any test that requires execution.
14706
252fbfc8
PA
147072008-10-23 Pedro Alves <pedro@codesourcery.com>
14708
14709 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
14710 instead of SIGINT.
14711
28148e3d
JB
147122008-10-22 Joel Brobecker <brobecker@adacore.com>
14713
14714 * gdb.base/completion.exp: Update expected output following
14715 the addition of the "info tasks" command.
14716
c209f847
TT
147172008-10-22 Tom Tromey <tromey@redhat.com>
14718
14719 * gdb.base/exprs.exp (test_expr): Add test for string
14720 concatenation.
14721
f177e350
PA
147222008-10-19 Pedro Alves <pedro@codesourcery.com>
14723
14724 * configure.ac: Output gdb.python/Makefile.
14725 * configure: Regenerate.
14726 * gdb.python/Makefile.in: New.
14727
cce89356
JB
147282008-10-16 Joel Brobecker <brobecker@adacore.com>
14729
14730 * gdb.base/foll-fork.exp: Adjust the expected output to match
14731 the new description for fork/vfork catchpoints in the "info
14732 breakpoints" output.
14733
176d289d
TJB
147342008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
14735
14736 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
14737
a08702d6
TJB
147382008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14739
14740 * gdb.python/python-value.c: New file.
14741 * gdb.python/python-value.exp: New file.
14742
1c5cfe86
PA
147432008-10-15 Pedro Alves <pedro@codesourcery.com>
14744
14745 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
14746
5a98ad69
DP
147472008-10-15 Denis Pilat <denis.pilat@st.com>
14748
41702f1b 14749 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 14750
dcb1a1e2
TT
147512008-10-09 Tom Tromey <tromey@redhat.com>
14752
14753 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
14754 'fprintf' and 'stderr'.
14755
9124fe48
JB
147562008-10-07 Joel Brobecker <brobecker@adacore.com>
14757
14758 * gdb.ada/ref_tick_size.exp: New testcase.
14759
45452591
DE
147602008-10-06 Doug Evans <dje@google.com>
14761
14762 * gdb.dwarf2/dw2-cu-size.exp: New file.
14763 * gdb.dwarf2/dw2-cu-size.S: New file.
14764
14765 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
14766 .Ltype_int for clarity.
14767
4fc5b208
PP
147682008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14769
14770 PR gdb/2384:
14771 * gdb.cp/gdb2384.exp: Extended to test more cases.
14772 * gdb.cp/gdb2384.cc: Likewise.
14773 * gdb.cp/gdb2384-base.h: Likewise.
14774 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 14775
d78df370
JK
147762008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14777
14778 * gdb.base/maint.exp (maint print type): Remove printing
14779 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
14780
9a044a89
TT
147812008-09-30 Tom Tromey <tromey@redhat.com>
14782
14783 * gdb.base/macscp.exp: Add completion tests.
14784 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
14785 (TWENTY_THREE): Likewise.
14786 (FORTY_EIGHT): Likewise.
14787
506800a9
TT
147882008-09-30 Tom Tromey <tromey@redhat.com>
14789
14790 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
14791 everywhere.
14792 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
14793
1a6f01b5
JK
147942008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14795
14796 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
14797 testcase is derived from. Fix racy dependency on an expected PID
14798 number. No longer support the testcase on Linux kernel 2.4.x.
14799
2fae03e8
TT
148002008-09-27 Tom Tromey <tromey@redhat.com>
14801
14802 * gdb.base/macscp.exp: Add tests for stringification, splicing,
14803 and varargs.
14804
1ad15515
PA
148052008-09-22 Pedro Alves <pedro@codesourcery.com>
14806
14807 * lib/mi-support.exp (mi_expect_interrupt): New.
14808 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
14809 from gdb.mi/mi-nonstop.exp.
14810 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
14811 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
14812 lib/mi-support.exp.
14813 Use mi_check_thread_states throughout. Avoid ".*" and do not
14814 require an anchor after -exec-run.
14815
d0b76dc6
DJ
148162008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
14817
14818 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
14819 stop is pending. Avoid ".*" when two stops are pending.
14820 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
14821 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
14822 newlines in fullnames.
14823 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
14824 (mi_expect_stop): Update comments. Only anchor in sync mode.
14825 Do not match newlines.
14826 (mi_send_resuming_command_raw): Always return status.
14827 (mi_get_stop_line): Do not match more than one line by accident.
14828 Only anchor in sync mode.
14829 (mi_run_inline_test): If -exec-next fails, give up.
14830
9990c830
UW
148312008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14832
14833 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
14834 on SPU.
14835
ebcf6f00
JB
148362008-09-10 Joel Brobecker <brobecker@adacore.com>
14837
14838 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
14839
b6db24e5
JB
148402008-09-10 Joel Brobecker <brobecker@adacore.com>
14841
14842 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
14843 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
14844 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
14845 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
14846 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
14847 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
14848 gdb.ada/interface.exp, gdb.ada/null_array.exp,
14849 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
14850 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
14851 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
14852 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
14853 Include the "= " sequence in the expected output of print tests.
14854
2bf448e0
JB
148552008-09-10 Joel Brobecker <brobecker@adacore.com>
14856
14857 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
14858 description for boolean types.
14859
d51fd4c8
PA
148602008-09-09 Pedro Alves <pedro@codesourcery.com>
14861
14862 * gdb.base/hook-stop-continue.c: New.
14863 * gdb.base/hook-stop-continue.exp: New.
14864
694182d2
DJ
148652008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
14866
14867 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
14868
3b8a7fc0
JG
148692008-09-08 Jerome Guitton <guitton@adacore.com>
14870
14871 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
14872 (stack_check_probe_2, stack_check_probe_loop_1)
14873 (stack_check_probe_loop_2): New functions.
14874 (main): Add call to these new functions.
14875 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
14876 functions, check that the breakpoint is inserted at the appropriate
14877 location.
14878 (insert_breakpoint): Slightly refine this procedure so that it can
14879 be called several times in the test.
14880
96cc0ae8
JG
148812008-09-08 Jerome Guitton <guitton@adacore.com>
14882
14883 * gdb.base/stack-checking.c: New file.
14884 * gdb.base/stack-checking.exp: New file.
14885
1f08b409
TJB
148862008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
14887
14888 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
14889 * gdb.arch/altivec-regs.exp: Likewise.
14890 * gdb.arch/vsx-regs.exp: Likewise.
14891
3099e1c4
TJB
148922008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
14893
14894 * gdb.arch/ppc-fp.exp: New file.
14895 * gdb.arch/ppc-fp.c: New file.
14896
cc69bfc1
PP
148972008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14898
14899 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
14900 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 14901
b02a33db
MS
149022008-09-04 Michael Snyder <msnyder@vmware.com>
14903
14904 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
14905 as "at" (for non-debug functions such as _start).
14906
2992cbe0
UW
149072008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14908
14909 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
14910 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
14911 software watchpoints.
14912 * gdb.base/watch_thread_num.exp: Likewise.
14913
514f746b
AR
149142008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
14915
14916 * gdb.arch/i386-bp_permanent.exp: New test.
14917
876cecd0
TT
149182008-08-24 Tom Tromey <tromey@redhat.com>
14919
14920 * gdb.base/maint.exp: Update "maint print type".
14921
80f73d71
VP
149222008-08-21 Vladimir Prus <vladimir@codesourcery.com>
14923
14924 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
14925 support. Adjust the order of "*running" notifications.
14926 * gdb.mi/non-stop.c: Don't cast from int to void* and
14927 back.
14928
d9c78d7d
MK
149292008-08-20 Mark Kettenis <kettenis@gnu.org>
14930
14931 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
14932 expect to find it in the "info frame" output.
14933
97a2d1d3
DJ
149342008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
14935
14936 * gdb.base/interp.exp: Always consume both prompts.
14937
b96e2927
PA
149382008-08-20 Pedro Alves <pedro@codesourcery.com>
14939
14940 * gdb.base/pending.exp: Test pending breakpoints without symbols
14941 loaded.
14942
8cf6e61a
VP
149432008-08-19 Vladimir Prus <vladimir@codesourcery.com>
14944
14945 * lib/mi-support.exp (mi_expect_stop): Produce
14946 more details on failures.
14947 * gdb.mi/mi-nonstop.exp: New.
14948 * gdb.mi/non-stop.c: New.
14949
c6ebd6cf
VP
149502008-08-19 Vladimir Prus <vladimir@codesourcery.com>
14951
a9c64011
AS
14952 * gdb.mi/mi-async.exp: Use 'set target-async'.
14953 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 14954
46a9b8ed
DJ
149552008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
14956
14957 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
14958
44feb3ce
TT
149592008-08-17 Tom Tromey <tromey@redhat.com>
14960
14961 * gdb.base/help.exp (help catch): Rewrite.
14962
311a4e6b
TJB
149632008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
14964
14965 * gdb.base/define.exp: Test indented command documentation.
14966 * gdb.python/python.exp: Test indented multi-line command.
14967
604c2f83
LM
149682008-08-15 Luis Machado <luisgpm@br.ibm.com>
14969
14970 * testsuite/gdb.arch/vsx-regs.c: New source file.
14971 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
14972 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
14973
886a217c
TT
149742008-08-14 Tom Tromey <tromey@redhat.com>
14975
14976 * gdb.base/macscp.exp: Add regression test for "macro define" or
14977 "macro undef" with no arguments.
14978
c814a4f3
PP
149792008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
14980
14981 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 14982
12ab8a60
UW
149832008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14984
14985 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
14986
d57a3c85
TJB
149872008-08-06 Tom Tromey <tromey@redhat.com>
14988
14989 * gdb.python/python.exp: New file.
14990
c7b778ff
JK
149912008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14992
14993 Fix for PR gdb/1543.
14994 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
14995 $LOCATION.
14996 (location): New variable.
14997 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
14998 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
14999 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15000 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15001 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15002 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15003 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15004 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15005 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15006 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15007 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15008 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15009 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15010 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15011 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15012 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15013 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15014 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15015 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15016 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15017 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15018 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15019 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15020 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15021 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15022 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15023 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15024 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15025 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15026 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15027 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15028 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15029 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15030 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15031 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15032 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15033 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15034 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15035 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15036 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15037 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15038 gdb.base/type-opaque.exp, gdb.base/until.exp,
15039 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15040 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15041 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15042 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15043 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15044 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15045 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15046 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15047 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15048 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15049 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15050 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15051 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15052 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15053 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15054 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15055 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15056 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15057 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15058 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15059 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15060 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15061 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15062 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15063 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15064 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15065 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15066 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15067 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15068 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15069 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15070 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15071 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15072 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15073 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15074 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15075 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15076 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15077 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15078 to bug-gdb@prep.ai.mit.edu .
15079
5e06a3d1
VP
150802008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15081
15082 * lib/mi-support.exp (mi_load_shlibs): New.
15083 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15084
9d81d21b
VP
150852008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15086
15087 * lib/mi-support.exp (get_mi_thread_list)
15088 (check_mi_and_console_threads): New, moved from ...
15089 * gdb.mi/mi-pthread.exp: ...here.
15090 * gdb.mi/gdb669.exp (get_mi_thread_list)
15091 (check_mi_and_console_threads): Delete.
15092 * gdb.mi/mi2-pthread.exp: Likewise.
15093
bae98fe0
TT
150942008-07-28 Tom Tromey <tromey@redhat.com>
15095
15096 * Makefile.in (just-check): Remove. Move body to...
15097 (check): ... here.
15098
57380f4e
DJ
150992008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15100
15101 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15102 Add a test for duplicated SIGINTs.
15103
e09490f1
DJ
151042008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15105
15106 * gdb.threads/schedlock.exp (get_args): Update to work for any
15107 value of NUM.
15108 (Top level): Report the number of threads that did not resume.
15109
6387b45f
DJ
151102008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15111
15112 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15113
62f64ff2
DJ
151142008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15115
15116 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15117 non-MI prompt.
15118
fa8de41e
TT
151192008-07-26 Tom Tromey <tromey@redhat.com>
15120
15121 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15122 (function_struct, function_struct_ptr): New globals.
15123 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15124 function pointer in a struct.
15125
ccb3ac8a
TT
151262008-07-26 Tom Tromey <tromey@redhat.com>
15127
15128 * gdb.base/macscp.exp: Add test for macro lexing bug.
15129
d7d9f01e
TT
151302008-07-18 Tom Tromey <tromey@redhat.com>
15131
15132 * gdb.base/macscp.exp: Add macro tests.
15133
9bf07184
PP
151342008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15135
15136 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15137
becf6477
PP
151382008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15139
15140 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15141
0709f7d3
PP
151422008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15143
15144 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 15145
7093c834
PP
151462008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15147
15148 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 15149
b432ffe3
JK
151502008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15151
15152 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15153
b1a268e5
VP
151542008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15155
15156 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15157
e2995f8e
KB
151582008-07-11 Kevin Buettner <kevinb@redhat.com>
15159
15160 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15161 of regexp to account for changes made to GDB in the printing of
15162 byte vectors.
15163
14032a66
TT
151642008-07-11 Tom Tromey <tromey@redhat.com>
15165
15166 * gdb.base/completion.exp: Add 'help' completion test.
15167
981505ef
JK
151682008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15169
15170 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15171
10568435
JK
151722008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15175
4487aabf
PA
151762008-07-09 Pedro Alves <pedro@codesourcery.com>
15177
15178 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15179
a4a9b1c4
PA
151802008-07-09 Pedro Alves <pedro@codesourcery.com>
15181
15182 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15183
3c3185ac
JK
151842008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15185
15186 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15187
7ebd49dc
VP
151882008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15189
15190 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15191 previous commit. Add a comment.
15192
84e46146
PA
151932008-06-28 Pedro Alves <pedro@codesourcery.com>
15194
15195 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15196
0f8d4a2f
VP
151972008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15198
15199 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15200
f747e0ce
PA
152012008-06-27 Pedro Alves <pedro@codesourcery.com>
15202
15203 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15204 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15205 compiling an executable, link in an object that forces unbuffered
15206 output.
15207 * lib/set_unbuffered_mode.c: New file.
15208
734a5c36
JK
152092008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15210
15211 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15212
a2840c35
VP
152132008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15214
a9c64011
AS
15215 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15216 mi_expect_stop.
15217 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15218 Demand that *running is output.
15219 (detect_async): Perform checking every time.
15220 (mi_send_resuming_command): Extract everything into...
15221 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
15222 (mi_expect_stop): Don't accept any output before *stopped.
15223
6ae37fef
VP
152242008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15225
15226 Robustify mi-simplerun.
a9c64011
AS
15227 * gdb.mi/basics.c (main): Add a call to sleep.
15228 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15229 * gdb.mi/mi2-cli.exp: Likewise.
15230 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 15231
b4aa76f0 152322008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
15233
15234 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15235
e1ac3328
VP
152362008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15237
a9c64011
AS
15238 * gdb.mi/mi-console.exp: Adjust.
15239 * gdb.mi/mi-syn-frame.exp: Adjust.
15240 * gdb.mi/mi2-console.exp: Adjust.
15241 * gdb.mi/mi2-syn-frame.exp: Adjust.
15242 * lib/mi-support.exp (mi_run_cmd): Adjust.
15243 (mi_send_resuming_command): Adjust.
e1ac3328 15244
f7f9a841
VP
152452008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15246
15247 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
15248 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15249 testing of stopped.
15250 * gdb.mi/mi2-syn-frame.exp: Likewise.
15251 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15252 (async, detect_async): New.
15253 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15254 depending on if we're running in sync or async mode.
f7f9a841 15255
37cd5d19
TT
152562008-06-09 Tom Tromey <tromey@redhat.com>
15257
15258 * gdb.base/completion.exp: New tests for field name completion
15259 with spaces, and field name completion with '->'.
15260
65d12d83
TT
152612008-06-06 Tom Tromey <tromey@redhat.com>
15262
15263 * gdb.base/break1.c (struct some_struct): New struct.
15264 (values): New global.
15265 * gdb.base/completion.exp: Add field name completion test.
15266
ebfe2e3f
PP
152672008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15268
15269 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15270 to pointer.
15271 * gdb.cp/call-c.cc: Likewise.
15272
bcf6fc3a
NR
152732008-06-06 Nick Roberts <nickrob@snap.net.nz>
15274
15275 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15276 annotation.
15277
49fd4a42 152782008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 15279 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
15280
15281 * gdb.threads/execl.c, gdb.threads/execl1.c,
15282 gdb.threads/execl.exp: New tests.
a9c64011 15283
8a34ac3f
AR
152842008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15285 Daniel Jacobowitz <dan@codesourcery.com>
15286
15287 * gdb.cp/exception.exp: Activate test, make it work with pending
15288 catchpoints.
15289
86ae69ef
JK
152902008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15291
15292 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15293
f7f9ae2c
VP
152942008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15295
a9c64011
AS
15296 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15297 now printed.
15298 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 15299
2a2d4dc3
AS
153002008-05-27 Andreas Schwab <schwab@suse.de>
15301
15302 * gdb.base/frame-args.exp: Handle arguments that are optimized
15303 out.
15304
5099e4d9
LM
153052008-05-26 Luis Machado <luisgpm@br.ibm.com>
15306
15307 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15308 quiet for ppc32 and group options into a single variable.
15309
d9c36a91
JB
153102008-05-23 Joel Brobecker <brobecker@adacore.com>
15311
15312 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15313 of zero-size elements.
15314 * gdb.ada/null_array.exp: Test printing this new array.
15315
103a8671
JK
153162008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15317
15318 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15319
07a4cc1a 153202008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
15321
15322 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15323 of the "finish" command.
15324
55f996a7
NR
153252008-05-21 Nick Roberts <nickrob@snap.net.nz>
15326
15327 * gdb.base/annota1.exp: Test for new annotation.
15328
907fc202
UW
153292008-05-16 Pedro Alves <pedro@codesourcery.com>
15330
15331 * gdb.base/fixsection.exp: New file.
15332 * gdb.base/fixsection0.c: New file.
15333 * gdb.base/fixsection1.c: New file.
15334
e8f97270
UW
153352008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15336
15337 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15338 * gdb.base/annota3.exp: Likewise.
15339
ac0bb574
NF
153402008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15341
15342 * gdb.base/watch_thread_num.exp: Don't run tests that require
15343 watchpoints if the target doesn't support them.
15344
6fadd07a
DE
153452008-05-12 Doug Evans <dje@google.com>
15346
15347 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15348
6e9a4a30
JB
153492008-05-09 Joel Brobecker <brobecker@adacore.com>
15350
15351 * gdb.ada/assign_1.exp: New testcase.
15352
08388c79
DE
153532008-05-09 Doug Evans <dje@google.com>
15354
a3c83fae
DE
15355 * gdb.base/find.exp: New file.
15356 * gdb.base/find.c: New file.
08388c79 15357
bd5ddfe8
DJ
153582008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15359
15360 * gdb.base/commands.exp (watchpoint_command_test): Handle
15361 gdb,no_hardware_watchpoints.
15362 * gdb.base/float.exp: Allow ARM targets without floating point.
15363 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
15364
b5dd68e2 153652008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 15366 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
15367
15368 * gdb.ada/lang_switch: New test program.
15369 * gdb.ada/lang_switch.exp: New testcase.
15370
382d13d1
DE
153712008-05-05 Doug Evans <dje@google.com>
15372
15373 * gdb.base/help.exp (disassemble): Update expected help text.
15374
9dd789d0
PA
153752008-05-04 Pedro Alves <pedro@codesourcery.com>
15376
15377 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
15378
611c83ae
PA
153792008-05-04 Pedro Alves <pedro@codesourcery.com>
15380
15381 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
15382 different times.
15383
ff013f42
JK
153842008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15385
15386 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
15387 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
15388 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
15389 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
15390
96dff6a2
VP
153912008-05-04 Vladimir Prus <vladimir@codesourcery.com>
15392
15393 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
15394 notification to appear.
15395
55cd6f92
DJ
153962008-05-04 Daniel Jacobowitz <dan@debian.org>
15397
15398 * gdb.base/fullname.c: New file.
15399 * gdb.base/fullname.exp: New file.
15400 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
15401
d705c43c
PA
154022008-05-03 Pedro Alves <pedro@codesourcery.com>
15403
15404 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
15405 expressions with macros.
15406
333222e1
JK
154072008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15408
15409 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
15410
5ac01682
DJ
154112008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
15412
15413 * gdb.base/completion.exp: Handle lack of other symbols beginning
15414 with "a".
15415
15416 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
15417
237fc4c9
PA
154182008-05-02 Jim Blandy <jimb@codesourcery.com>
15419
15420 * gdb.asm/asmsrc1.s: Add scratch space.
15421
ed5e9466
DJ
154222008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15423 Daniel Jacobowitz <dan@codesourcery.com>
15424
15425 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
15426 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
15427 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
15428
b39cc962
DJ
154292007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
15430
15431 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
15432
36d520f5
JB
154332008-05-01 Joel Brobecker <brobecker@adacore.com>
15434
15435 * gdb.base/info-target.exp: New testcase.
15436
8d4e3071
DJ
154372008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15438
15439 * gdb.cp/hang.exp: Use .cc instead of .C.
15440 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
15441 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
15442
6f3f3097
DJ
154432008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
15444
15445 * gdb.base/gdb1250.exp: Remove perror.
15446 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
15447
5550a914
PA
154482008-04-30 Pedro Alves <pedro@codesourcery.com>
15449
15450 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
15451 .2byte.
15452
d848e687
DJ
154532008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
15454
15455 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
15456 (maybe_kfail): New.
15457
93b5768b
PA
154582008-04-25 Pedro Alves <pedro@codesourcery.com>
15459
15460 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
15461
721c02de
VP
154622008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15463
a9c64011
AS
15464 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
15465 * gdb.mi/mi2-syn-frame.exp: Likewise.
15466 * lib/mi-support.exp: Likewise.
721c02de 15467
74960c60
VP
154682008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15469
15470 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
15471 to specify regexp for the location to stop at.
15472 * gdb.base/break-always.c: New.
15473 * gdb.base/break-always.exp: New.
15474
d24317b4
VP
154752008-04-24 Vladimir Prus <vladimir@codesourcery.com>
15476
15477 * lib/mi-support.exp (mi_runto_helper): Adjust
15478 for the original-location field.
15479 (mi_create_breakpoint, mi_list_breakpoints): New.
15480 * gdb.mi/mi-break.exp: Adjust.
15481 * gdb.mi/mi2-break.exp: Adjust.
15482 * gdb.mi/mi-pending.exp: Adjust.
15483 * gdb.mi/mi-simplerun.exp: Adjust.
15484 * gdb.mi/mi2-simplerun.exp: Adjust.
15485 * gdb.mi/mi-syn-frame.exp: Adjust.
15486 * gdb.mi/mi2-syn-frame.exp: Adjust.
15487 * gdb.mi/mi-until.exp: Adjust.
15488 * gdb.mi/mi2-until.exp: Adjust.
15489 * gdb.mi/mi-var-display.exp: Adjust.
15490 * gdb.mi/mi2-var-display.exp: Adjust.
15491 * gdb.mi/mi-watch.exp: Adjust.
15492 * gdb.mi/mi2-watch.exp: Adjust.
15493
fdc59709 154942008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 15495
a9c64011
AS
15496 * aclocal.m4: Add override.m4.
15497 * configure: Regenerate.
fdc59709 15498
8e91f023
VP
154992008-04-19 Vladimir Prus <vladimir@codesourcery.com>
15500
15501 * gdb.mi/var-cmd.c (do_at_tests): Verify that
15502 '-var-update --all-values' reports new value even the type
15503 of a variable object has changed.
15504
233a11ab
CS
155052008-04-18 Craig Silverstein <csilvers@google.com>
15506
15507 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
15508 files.
d24317b4 15509
9c1137ad
JB
155102008-04-18 Joel Brobecker <brobecker@adacore.com>
15511
15512 * gdb.ada/atomic_enum: New test program.
15513 * gdb.ada/atomic_enum.exp: New testcase.
15514
66d0bbc7
DE
155152008-04-17 Doug Evans <dje@google.com>
15516
15517 * gdb.opt/Makefile.in: Fix whitespace.
15518
100906b0
UW
155192008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
15520
15521 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
15522
4584e32e
DE
155232008-04-17 Doug Evans <dje@google.com>
15524
15525 * gdb.base/hashline1.exp: New testcase.
15526 * gdb.base/hashline2.exp: New testcase.
15527 * gdb.base/hashline2.exp: New testcase.
15528
0a320680
PA
155292008-04-17 Pedro Alves <pedro@codesourcery.com>
15530
15531 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
15532
18ac113b
AR
155332008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
15534
15535 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
15536 temporary breakpoint to match "Temporary breakpoint".
15537 * gdb.base/break.exp (delete_breakpoints): Likewise.
15538 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
15539 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
15540 * gdb.base/display.exp: Likewise.
15541 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
15542 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
15543 * gdb.base/restore.exp (restore_tests): Likewise.
15544 * gdb.base/sepdebug.exp: Likewise.
15545 * gdb.base/watchpoint.exp: Likewise.
15546 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
15547 * gdb.mi/mi-pending.exp: Likewise.
15548 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
15549 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
15550 * gdb.mi/mi-var-cmd.exp: Likewise.
15551 * gdb.mi/mi-var-display.exp: Likewise.
15552 * gdb.mi/mi2-cli.exp: Likewise.
15553 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
15554 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
15555 * gdb.mi/mi2-var-display.exp: Likewise.
15556 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
15557 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
15558 new "disp" field.
a9c64011 15559 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
15560 reason. This is to support fix for PR2424.
15561
add38693
JK
155622008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15563
15564 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
15565
fcacd99f
VP
155662008-04-13 Vladimir Prus <vladimir@codesourcery.com>
15567
15568 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 15569 field. Add more floating varobj tests.
fcacd99f 15570 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
15571 field.
15572 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
15573 (main): Call do_at_tests.
15574 * lib/mi-support.exp (mi_create_floating_varobj)
15575 (mi_varobj_update_with_type_change): New.
fcacd99f 15576
de051565
MK
155772008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
15578
15579 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
15580 option of -var-evaluate-expression.
15581 * gdb.mi/mi2-var-display.exp: Likewise.
15582
dbc52822
VP
155832008-04-07 Vladimir Prus <vladimir@codesourcery.com>
15584
15585 Introduce test setup helpers.
a9c64011
AS
15586 * lib/gdb.exp (build_executable, clean_restart)
15587 (prepare_for_testing): New.
15588 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
15589 * gdb.base/return.exp: Likewise.
15590 * gdb.base/ending-run.exp: Likewise.
dbc52822 15591
473591da
NR
155922008-04-07 Nick Roberts <nickrob@snap.net.nz>
15593
15594 * gdb.mi/mi-async.exp: New test for asynchronous Machine
15595 Interface (MI) responses.
15596
2b2d9e11
VP
155972008-04-06 Vladimir Prus <vladimir@codesourcery.com>
15598
a9c64011
AS
15599 * gdb.cp/breakpoint.cc: New code to test conditions involving
15600 member variables.
15601 * gdb.cp/breakpoint.exp: Test condition involving member
15602 variables.
2b2d9e11 15603
bb378428
VP
156042008-04-05 Vladimir Prus <vladimir@codesourcery.com>
15605
15606 * lib/mi-support.exp (mi_expect_stop): New.
15607 (mi_run_cmd): Change the
15608 token. Use mi_send_resuming_command, use
15609 mi_expect_stop.
15610 (mi_execute_to_helper): Rename to mi_execute_to.
15611 (mi_send_resuming_command): Add more error patterns.
15612 (mi_wait_for_stop): Renamed to...
15613 (mi_get_stop_line): ...this.
15614 (mi_run_inline_test): Adjust.
15615
15616 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
15617 * gdb.mi/mi-console.exp: Likewise.
15618 * gdb.mi/mi-pending.exp: Likewise.
15619 * gdb.mi/mi-simplerun.exp: Likewise.
15620 * gdb.mi/mi-stack.exp: Likewise.
15621 * gdb.mi/mi-stepi.exp: Likewise.
15622 * gdb.mi/mi-syn-frame.exp: Add comment.
15623 * gdb.mi/mi-until.exp: Likewise.
15624 * gdb.mi/mi-var-display.exp: Likewise.
15625 * gdb.mi/mi-watch.exp: Likewise.
15626 * gdb.mi/mi2-cli.exp: Likewise.
15627 * gdb.mi/mi2-console.exp: Likewise.
15628 * gdb.mi/mi2-simplerun.exp: Likewise.
15629 * gdb.mi/mi2-stack.exp: Likewise.
15630 * gdb.mi/mi2-stepi.exp: Likewise.
15631 * gdb.mi/mi2-until.exp: Likewise.
15632 * gdb.mi/mi2-var-display.exp: Likewise.
15633 * gdb.mi/mi2-watch.exp: Likewise.
15634
62172bb9
UW
156352008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15636
15637 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
15638
15639 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
15640
a13e061a
PA
156412008-04-04 Pedro Alves <pedro@codesourcery.com>
15642
15643 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
15644 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
15645 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
15646 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
15647 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
15648 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
15649 expect an mi error duplicated in stderr.
15650
eae06beb
JB
156512008-04-03 Joel Brobecker <brobecker@adacore.com>
15652
15653 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
15654 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
15655 Add a couple of tests that verify the behavior when the new setting
15656 is set to "cancel" and "all".
15657 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
15658 "ask" before we start the testing.
15659
79c6ced6
AR
156602008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
15661
15662 * gdb.cp/casts.cc: Add class reference variables.
15663 * gdb.cp/casts.exp: New test cases for up/down casting references.
15664
6c2d1a6b
MK
156652008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
15666
15667 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
15668 instead of beginning to make an extra test pass.
15669 * gdb.mi/mi2-var-display.exp: Likewise.
15670
55b411d9
MR
156712008-03-31 Maciej W. Rozycki <macro@mips.com>
15672
15673 * gdb.base/break.exp: Mark failures as such. Fix formatting.
15674
c6140da2
MD
156752008-03-31 Markus Deuling <deuling@de.ibm.com>
15676 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15677
15678 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
15679 value. Add xfail for older kernels.
15680
79732189
AR
156812008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
15682
15683 Bring mi-support in line with gdb.exp.
15684 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
15685 (mi_gdb_start): New function.
15686
33c3676e
MR
156872008-03-28 Maciej W. Rozycki <macro@mips.com>
15688
15689 * gdb.mi/mi-var-cmd.exp: Fix a typo.
15690
92e28119
VP
156912008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15692
15693 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
15694 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 15695
9e8e3afe
VP
156962008-03-26 Vladimir Prus <vladimir@codesourcery.com>
15697
15698 * lib/mi-support.exp (mi_create_varobj_checked): New.
15699 (mi_list_varobj_children): Allow to check for a
15700 value.
15701 (mi_list_array_varobj_children): New.
15702
15703 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
15704 and mi_list_varobj_children, as opposed to hardcoding
15705 expected strings.
15706 * gdb.mi/gdb701.exp: Likewise.
15707 * gdb.mi/gdb792.exp: Likewise.
15708 * gdb.mi/mi-var-block.exp: Likewise.
15709 * gdb.mi/mi-var-cmd.exp: Likewise.
15710 * gdb.mi/mi-var-invalidate.exp: Likewise.
15711 * gdb.mi/mi2-var-block.exp: Likewise.
15712 * gdb.mi/mi2-var-child.exp: Likewise.
15713 * gdb.mi/mi2-var-cmd.exp: Likewise.
15714 * gdb.mi/mi2-var-display.exp: Likewise.
15715
9df50351
JK
157162008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15717
15718 Fix random false FAILs on i386.
15719 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
15720
31e5d73a
DJ
157212008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15722
15723 PR gdb/544
15724 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
15725
12f4afab
DJ
157262008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
15727
15728 PR gdb/544
15729 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
15730
b562a0cb
DJ
157312008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15732
15733 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
15734 fixed PR gdb/544.
15735
17faa917
DJ
157362008-03-21 Pedro Alves <pedro@codesourcery.com>
15737
15738 * gdb.threads/fork-child-threads.exp: Test next over fork.
15739
6214f497
DJ
157402008-03-21 Chris Demetriou <cgd@google.com>
15741
15742 * gdb.base/break.exp (rbreak junk): New test for rbreak
15743 "Junk at end of arguments" issue.
15744
63092375
DJ
157452008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15746
15747 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
15748 *& to work on created array elements.
15749 (Top level): Test print $pc with a file. Test string operations
15750 without a target.
15751 * gdb.base/ptype.exp: Do not expect *& to work on created array
15752 elements.
15753
b21991b0
DJ
157542008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
15755
15756 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15757 gdb.threads/staticthreads.exp: Update exit query.
15758
c4b347c7
SL
157592008-03-07 Sandra Loosemore <sandra@codesourcery.com>
15760
15761 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
15762
fa4727a6
DJ
157632008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
15764
15765 * gdb.base/watchpoint.c (global_ptr, func4): New.
15766 (main): Call func4.
15767 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
15768 (test_inaccessible_watchpoint): New.
15769
2f34202f
MR
157702008-02-29 Maciej W. Rozycki <macro@mips.com>
15771
15772 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
15773 select the largest.
15774
0d6ba1b1
DJ
157752008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
15776
15777 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
15778 frames-invalid annotations.
15779
e691325a
PM
157802008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
15781
a9c64011 15782 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 15783
f85b5ecc
DE
157842008-02-27 Doug Evans <dje@google.com>
15785
15786 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
15787 for bug 1738.
15788 (breakpoint_to_handler_entry): Ditto.
15789
b40e7bf3
JB
157902008-02-27 Joel Brobecker <brobecker@adacore.com>
15791
15792 * gdb.base/ending-run.exp: Use the first line of code inside
15793 function body to test breakpoints.
15794 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
15795 location where the breakpoint is inserted when using the line
15796 where a function is declared. Fix typo in the description of
15797 one of the tests.
15798 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
15799
2faca73a
PM
158002008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15801
15802 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 15803 tests.
2faca73a 15804
6f439c36
PM
158052008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
15806
15807 * gdb.base/args.exp: avoid same output for tests
15808 with single quotes.
15809
54e52265
VP
158102008-02-26 Vladimir Prus <vladimir@codesourcery.com>
15811
a9c64011
AS
15812 * gdb.base/annota1.exp: Adjust for 'info break'
15813 format changes.
15814 * gdb.base/annota3.exp: Likewise.
15815 * gdb.base/break.exp: Likewise.
15816 * gdb.base/condbreak.exp: Likewise.
15817 * gdb.base/pending.exp: Likewise.
15818 * gdb.base/sepdebug.exp: Likewise.
15819 * gdb.base/unload.exp: Likewise.
15820 * gdb.cp/ovldbreak.exp: Likewise.
15821 * gdb.mi/mi-pending.exp: Likewise.
54e52265 15822
897b09ca
DE
158232008-02-07 Doug Evans <dje@google.com>
15824
15825 * gdb.cp/mb-inline.exp: New.
15826 * gdb.cp/mb-inline.h: New.
15827 * gdb.cp/mb-inline1.cc: New.
15828 * gdb.cp/mb-inline2.cc: New.
15829
b1c32d35
PM
158302008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
15831
15832 * gdb.pascal/floats.pas: New test program.
15833 * gdb.pascal/floats.exp: New testcase.
15834
1a4ca44a
TJB
158352008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15836
15837 * gdb.base/callfuncs.c (t_float_many_args): New function.
15838 (t_double_many_args): New function.
15839 * gdb.base/callfuncs.exp: Add tests for exceeding float
15840 and double parameters passed through the stack.
15841
439048e8
JB
158422008-02-05 Joel Brobecker <brobecker@adacore.com>
15843
15844 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
15845 gdb.ada/complete/foo.adb: New files.
15846 * gdb.ada/complete.exp: New testcase.
15847
81fe8080
DE
158482008-02-03 Doug Evans <dje@google.com>
15849
301f0ecf
DE
15850 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
15851
81fe8080
DE
15852 * gdb.cp/gdb2384.exp: New file.
15853 * gdb.cp/gdb2384.cc: New file.
15854 * gdb.cp/gdb2384-base.h: New file.
15855 * gdb.cp/gdb2384-base.cc: New file.
15856
4b071aec
DE
158572008-02-02 Doug Evans <dje@google.com>
15858
15859 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
15860
61137ba6
JB
158612007-02-01 Joel Brobecker <brobecker@adacore.com>
15862
15863 * gdb.ada/sym_print_name: New test program.
15864 * gdb.ada/sym_print_name.exp: New testcase.
15865
158662007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
15867
15868 * gdb.ada/nested/hello.adb: New file.
15869 * gdb.ada/nested.exp: New testcase.
15870 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15871
98deb0da
VP
158722008-02-01 Vladimir Prus <vladimir@codesourcery.com>
15873
15874 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
15875 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
15876 don't cause future evaluations of function to report
15877 creation of internal breakpoints.
98deb0da 15878
723a2275
VP
158792008-02-01 Vladimir Prus <vladimir@codesourcery.com>
15880
15881 * gdb.mi/mi-break.exp (test_error): New.
15882 Call it.
15883
fb546a2f
LM
158842008-01-31 Luis Machado <luisgpm@br.ibm.com>
15885
15886 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
15887 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
15888
2d8fd90a
PM
158892008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
15890
15891 * gdb.pascal/integers.pas: New test program.
15892 * gdb.pascal/integers.exp: New testcase.
15893
a7fa0ded
PM
158942008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
15895
15896 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
15897
5e1a1926
TJB
158982008-01-30 Luis Machado <luisgpm@br.ibm.com>
15899
15900 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
15901 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
15902
8d04f9f0
JB
159032008-01-30 Paul Hilfinger <hilfinger@adacore.com>
15904
15905 * gdb.ada/formatted_ref: New test program.
15906 * gdb.ada/formatted_ref.exp: New testcase.
15907
15908 * gdb.cp/formatted-ref.cc: New file.
15909 * gdb.cp/formatted-ref.exp: New testcase.
15910
ce75a98f
JB
159112008-01-30 Joel Brobecker <brobecker@adacore.com>
15912
15913 * gdb.base/ptype.exp: Add testing of "ptype $pc".
15914
e835f6bf
NR
159152008-01-30 Nick Roberts <nickrob@snap.net.nz>
15916
15917 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
15918 (test_file_list_exec_source_file): Update to new macro-info field.
15919
d118ef87
PH
159202008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
15921
15922 * gdb.ada/exprs: New test program.
15923 * gdb.ada/exprs.exp: New testcase.
15924
7d35ab09
TJB
159252008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15926
15927 * dfp-test.c (DELTA, DELTA_B): New definitions.
15928 (double_val1, double_val2, double_val3, double_val4, double_val5,
15929 double_val6, double_val7, double_val8, double_val9, double_val10,
15930 double_val11, double_val12, double_val13, double_val14, dec32_val1,
15931 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
15932 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
15933 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
15934 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
15935 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
15936 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
15937 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
15938 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
15939 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
15940 dec128_val16): New global variables.
15941 (decimal_dec128_align): New function.
15942 (decimal_mixed): Likewise.
15943 (decimal_many_args_dec32): Likewise.
15944 (decimal_many_args_dec64): Likewise.
15945 (decimal_many_args_dec128): Likewise.
15946 (decimal_many_args_mixed): Likewise.
15947 * dfp-test.exp: Add tests calling new inferior functions.
15948
2d717e4f
DJ
159492008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
15950
15951 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
15952 gdb.server/ext-run.exp: New files.
15953 * lib/gdbserver-support.exp (gdbserver_download): New.
15954 (gdbserver_start): New. Update gdbserver expected
15955 output.
15956 (gdbserver_spawn): Use them.
15957 (gdbserver_start_extended): New.
15958
e85a822c
DJ
159592008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
15960
15961 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
15962 Run on GNU/Linux.
15963 (do_exec_tests): Check for systems which do not support catchpoints.
15964 Do not match START.
15965 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
15966 Run on GNU/Linux. Enable verbose output.
15967 (check_fork_catchpoints): New.
15968 (explicit_fork_child_follow, catch_fork_child_follow)
15969 (tcatch_fork_parent_follow): Update expected messages.
15970 (do_fork_tests): Use check_fork_catchpoints.
15971 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
15972 Run on GNU/Linux. Enable verbose output.
15973 (check_vfork_catchpoints): New.
15974 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
15975 expected messages.
15976 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
15977
401ea829
JB
159782008-01-29 Jim Blandy <jimb@red-bean.com>
15979
15980 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
15981 host' errors.
15982 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
15983
aceaf3ad
JB
159842008-01-29 Jim Blandy <jimb@red-bean.com>
15985
15986 * gdb.threads/sigthread.c: Use barriers to ensure that
15987 child_thread and child_thread_two are always initialized before we
15988 start to use them.
15989
a5606eee
VP
159902008-01-29 Vladimir Prus <vladimir@codesourcery.com>
15991
15992 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
15993 * gdb.base/watchpoint-solib.c: New.
15994 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 15995
c55a82bb
PM
159962008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
15997
15998 * gdb.base/gdb1056.exp: Add unsigned integer test.
15999
0993fe05
DE
160002008-01-28 Doug Evans <dje@google.com>
16001
16002 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16003
4fe42e7f
JB
160042008-01-27 Jim Blandy <jimb@codesourcery.com>
16005
c7a69933
JB
16006 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16007
4fe42e7f
JB
16008 * gdb.base/expand-psymtabs.exp: Doc fix.
16009
5def8285
MK
160102008-01-26 Mark Kettenis <kettenis@gnu.org>
16011
16012 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16013
5313c911
NR
160142008-01-24 Nick Roberts <nickrob@snap.net.nz>
16015
a9c64011 16016 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
16017 -var-set-format.
16018
93815fbf
VP
160192008-01-23 Chris Demetriou <cgd@google.com>
16020
16021 * gdb.threads/thread_events.c: New testcase source file.
16022 * gdb.threads/thread_events.exp: New testcase expect file.
16023
467a88ee
NR
160242008-01-23 Nick Roberts <nickrob@snap.net.nz>
16025
16026 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
16027
16028 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
16029 -var-set-format.
16030
d8f82aba
DJ
160312008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16032 Vladimir Prus <vladimir@codesourcery.com>
16033
16034 * gdb.base/float.exp: Allow missing floating point for m68k and
16035 PowerPC.
16036
60c46647
VP
160372008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16038
16039 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
16040 ignore count.
16041 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16042 * gdb.mi/mi-cli.exp: Adjust.
16043 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 16044
c7dd36a1
PA
160452008-01-17 Pedro Alves <pedro@codesourcery.com>
16046
16047 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16048 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16049 with dummy_ptr's address.
16050 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16051 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16052 all targets.
16053 * gdb.mi/mi2-var-child.exp: Likewise.
16054
39d5313e
JB
160552008-01-09 Joel Brobecker <brobecker@adacore.com>
16056
16057 * gdb.ada/null_array: New test program.
16058 * gdb.ada/null_array.exp: New testcase.
16059
0aea4bf3
LM
160602008-01-09 Luis Machado <luisgpm@br.ibm.com>
16061
16062 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16063 with required float modifiers.
16064
0b354900
JB
160652008-01-08 Joel Brobecker <brobecker@adacore.com>
16066
16067 * gdb.ada/funcall_param: New test program.
16068 * gdb.ada/funcall_param.exp: New testcase.
16069
cdb7f5d4
JB
160702008-01-08 Joel Brobecker <brobecker@adacore.com>
16071
16072 * gdb.ada/arrayparam: New test program.
16073 * gdb.ada/arrayparam.exp: New testcase.
16074
88e2547f
JB
160752008-01-08 Joel Brobecker <brobecker@adacore.com>
16076
16077 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16078 landed. Should also fix random failures in the test following it.
16079
f6867ce0
TJB
160802008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16081
16082 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16083 for expressions with decimal float values.
16084 (test_dfp_conversions): New function to test casts to and from
16085 decimal float types.
16086 Call test_dfp_conversions.
16087 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16088 elements.
16089 (main): Initialize ds.float4 and ds.double8 elements.
16090 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16091 string to new error message.
16092 (d64_set_tests): Likewise.
16093 (d128_set_tests): Likewise.
16094 Add tests for expressions with decimal float variables. Add tests for
16095 conversions to and from decimal float types.
16096
f9c11282
JB
160972008-01-05 Joel Brobecker <brobecker@adacore.com>
16098
16099 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16100 * gdb.ada/packed_tagged.exp: New testcase.
16101
0ecbca72
JB
161022008-01-04 Joel Brobecker <brobecker@adacore.com>
16103
16104 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16105 gdb.ada/homonym/homonym_main.adb: New files.
16106 * gdb.ada/homonym.exp: New testcase.
16107
c18d3d89
JB
161082008-01-04 Joel Brobecker <brobecker@adacore.com>
16109
16110 * gdb.ada/packed_array.exp: Add testing of references to
16111 a packed array.
16112
ecc7085b
JB
161132008-01-04 Joel Brobecker <brobecker@adacore.com>
16114
16115 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16116 New files.
16117 * gdb.ada/type_coercion.exp: New testcase.
16118
c474c922
JB
161192008-01-04 Joel Brobecker <brobecker@adacore.com>
16120
16121 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16122 gdb.ada/tagged/foo.adb: New file.
16123 * gdb.ada/tagged.exp: New testcase.
16124
9005b927
JB
161252008-01-04 Joel Brobecker <brobecker@adacore.com>
16126
16127 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16128 gdb.ada/ptype_field/foo.adb: New files.
16129 * gdb.ada/ptype_field.exp: New testcase.
16130
1a6aaad8
JB
161312008-01-03 Joel Brobecker <brobecker@adacore.com>
16132
16133 * gdb.ada/print_pc.exp: New testcase.
16134
0ef22f53
JB
161352008-01-03 Joel Brobecker <brobecker@adacore.com>
16136
16137 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16138 gdb.ada/taft_type/p.adb: New files.
16139 * gdb.ada/taft_type.exp: New testcase.
16140
1689ecf8
JB
161412008-01-03 Joel Brobecker <brobecker@adacore.com>
16142
16143 * gdb.ada/array_bounds/bar.adb: New file.
16144 * gdb.ada/array_bounds.exp: New testcase.
16145
a4d0b9c3
JB
161462008-01-03 Joel Brobecker <brobecker@adacore.com>
16147
16148 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16149 gdb.ada/arrayptr/foo.adb: New files.
16150 * gdb.ada/arrayptr.exp: New testcase.
16151
a31ace00
JB
161522008-01-03 Joel Brobecker <brobecker@adacore.com>
16153
16154 * gdb.base/set-lang-auto.exp: New testcase.
16155
a97fced3
JB
161562008-01-03 Joel Brobecker <brobecker@adacore.com>
16157
16158 * gdb.ada/fun_addr/foo.adb: New file.
16159 * gdb.ada/fun_addr.exp: New testcase.
16160
ef29ce1a
JK
161612008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16162
16163 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16164 New files
16165
0fafefe3
JB
161662008-01-02 Joel Brobecker <brobecker@adacore.com>
16167
16168 * array_subscript_addr/p.adb: New file.
a9c64011 16169 * array_subscript_addr.exp: New testcase.
0fafefe3 16170
c4359f8d
JB
161712008-01-02 Joel Brobecker <brobecker@adacore.com>
16172
a9c64011 16173 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
16174 New files.
16175 * gdb.ada/str_cmp_ref.exp: New testcase.
16176
1aa1b15b
JB
161772008-01-01 Joel Brobecker <brobecker@adacore.com>
16178
16179 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16180 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 16181 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 16182
81c9b2cf
JB
161832008-01-01 Joel Brobecker <brobecker@adacore.com>
16184
16185 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16186 gdb.ada/ref_param/pck.ads: New files.
16187 * gdb.ada/ref_param.exp: New testcase.
16188
319e4674
JB
161892008-01-01 Joel Brobecker <brobecker@adacore.com>
16190
16191 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16192 gdb.ada/interface/foo.adb: New files.
16193 * gdb.ada/interface.exp: New testcase.
16194
ef682c56
JB
161952007-12-31 Jim Blandy <jimb@codesourcery.com>
16196
16197 * gdb.base/multi-forks.exp: Consume all output from child
16198 processes before proceeding to next test.
16199
f6f3eb6c
JB
162002007-12-29 Jim Blandy <jimb@codesourcery.com>
16201
16202 * configure: Regenerated.
16203
f652e42f
JB
162042007-12-27 Joel Brobecker <brobecker@adacore.com>
16205
16206 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16207 gdb.ada/fixed_cmp/fixed.adb: New files.
16208 * gdb.ada/fixed_cmp.exp: New testcase.
16209
6943e596
JB
162102007-12-27 Joel Brobecker <brobecker@adacore.com>
16211
16212 * gdb.ada/boolean_expr.exp: New testcase.
16213
aad9a193
JB
162142007-12-26 Jim Blandy <jimb@codesourcery.com>
16215
16216 * gdb.base/multi-forks.exp: Doc fix.
16217
fb5f3683
JB
162182007-12-26 Joel Brobecker <brobecker@adacore.com>
16219
16220 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16221 * gdb.ada/char_param.exp: Do not compile our test program with
16222 -gnata, this is unnecessary.
16223 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16224
384e4a9c
JB
162252007-12-24 Joel Brobecker <brobecker@adacore.com>
16226
16227 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16228 gdb.ada/print_chars/foo.adb: New files.
16229 * gdb.ada/print_chars.exp: New testcase.
16230
01e044f7
JB
162312007-12-24 Joel Brobecker <brobecker@adacore.com>
16232
16233 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16234 gdb.ada/char_param/foo.adb: New files.
16235 * gdb.ada/char_param.exp: New testcase.
16236
0ce17860
JB
162372007-12-22 Jim Blandy <jimb@codesourcery.com>
16238
16239 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16240 hard-coding source line numbers into the test.
16241 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16242 gdb_get_line_number to find.
16243
919809b9
JB
162442007-12-22 Joel Brobecker <brobecker@adacore.com>
16245
16246 * gdb.base/ptype.c (highest): New struct type.
16247 (the_highest): New variable of that type.
16248 (main): Add dummy assignment to a field of variable the_highest.
16249 * gdb.base/ptype.exp: Test type printing of our new variable.
16250
abc8a88d
PM
162512007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16252
16253 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 16254 and record first explicitly generated thread number.
abc8a88d
PM
16255 Use that thread number for thread specific watchpoint test.
16256 Add iteration number to repetitive tests.
16257
5158f3e3
CES
162582007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16259 Jim Blandy <jimb@codesourcery.com>
16260
16261 * gdb.base/expand-psymtabs.c: New testcase
16262 source file.
16263 * gdb.base/expand-psymtabs.exp: New testcase
16264 expect file.
16265
37e4754d
LM
162662007-12-17 Luis Machado <luisgpm@br.ibm.com>
16267
16268 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16269 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16270
551e5d04
JB
162712007-12-17 Joel Brobecker <brobecker@adacore.com>
16272
16273 * gdb.ada/frame_args/foo.adb: New file.
16274 * gdb.ada/frame_args/pck.ads: New file.
16275 * gdb.ada/frame_args/pck.adb: New file.
16276 * gdb.ada/frame_args.exp: New testcase.
16277
a05ee097
JB
162782007-12-17 Joel Brobecker <brobecker@adacore.com>
16279
16280 * gdb.base/frame-args.c: New file.
16281 * gdb.base/frame-args.exp: New testcase.
16282
c162e8c9 162832007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 16284 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
16285
16286 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16287
afe8ab22 162882007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 16289
afe8ab22
VP
16290 * gdb.mi/mi-pending.exp: New.
16291 * gdb.mi/mi-pending.c: New.
16292 * gdb.mi/mi-pendshr.c: New.
16293
dfdfb3ca
JB
162942007-12-06 Jim Blandy <jimb@codesourcery.com>
16295
16296 * gdb.base/default.exp: Update expected output for 'info catch'.
16297
b7fca990
JK
162982007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16299
16300 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16301 must be set to binary.
16302
6a1afc1e
PA
163032007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16304
16305 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16306
a6b151f1
DJ
163072007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16308
16309 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16310 gdb.mi/mi-file-transfer.exp: New.
16311
43039443
JK
163122007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16313
16314 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16315
0ef2251b
MR
163162007-11-22 Maciej W. Rozycki <macro@mips.com>
16317
16318 * gdb.trace/backtrace.exp: Fix a typo.
16319 * gdb.trace/circ.exp: Likewise.
16320 * gdb.trace/collection.exp: Likewise.
16321 * gdb.trace/limits.exp: Likewise.
16322 * gdb.trace/report.exp: Likewise.
16323 * gdb.trace/tfind.exp: Likewise.
16324 * gdb.trace/while-dyn.exp: Likewise.
16325
5443631e
NR
163262007-11-21 Nick Roberts <nickrob@snap.net.nz>
16327
16328 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16329 objects of pointers that can't be dereferenced are now
16330 "noneditable".
16331
a4ce5b0d
UW
163322007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16333
16334 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16335 (target_cpu): Remove.
16336
d6e956e5
VP
163372007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16338
16339 * gdb.base/ending-run.exp: Expect the list of cleared
16340 breakpoint to come in natural order, not the reversed one.
a9c64011 16341
214270ab
VP
163422007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16343
16344 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16345 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 16346
1a619819
LM
163472007-11-05 Luis Machado <luisgpm@br.ibm.com>
16348
16349 * gdb.base/printcmds.exp: New function
16350 test_printf_with_dfp.
16351
5b01a6fa
DE
163522007-11-02 Doug Evans <dje@google.com>
16353
16354 * gdb.disasm/t01_mov.s: Remove carriage returns.
16355 * gdb.disasm/t02_mova.s: Ditto.
16356 * gdb.disasm/t03_add.s: Ditto.
16357 * gdb.disasm/t04_sub.s: Ditto.
16358 * gdb.disasm/t05_cmp.s: Ditto.
16359 * gdb.disasm/t06_ari2.s: Ditto.
16360 * gdb.disasm/t07_ari3.s: Ditto.
16361 * gdb.disasm/t08_or.s: Ditto.
16362 * gdb.disasm/t09_xor.s: Ditto.
16363 * gdb.disasm/t10_and.s: Ditto.
16364 * gdb.disasm/t11_logs.s: Ditto.
16365 * gdb.disasm/t12_bit.s: Ditto.
16366 * gdb.disasm/t13_otr.s: Ditto.
16367
ec33ab7f
JK
163682007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16369
16370 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
16371
ae0d01ff
UW
163722007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16373
16374 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
16375 provide DFP support.
16376
55eddb0f
DJ
163772007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
16378
16379 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
16380 Test "set powerpc vector-abi". Skip auto-detection tests for old
16381 toolchains.
16382
7020f05c
PA
163832007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16384
16385 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
16386 with [string compare].
16387
84bc3db9
PA
163882007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
16389
16390 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
16391 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
16392
5876dc88
LM
163932007-10-25 Luis Machado <luisgpm@br.ibm.com>
16394
16395 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
16396 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
16397 * gdb.opt/Makefile.in: New makefile.
16398 * Makefile.in: Create new directory "gdb.opt".
16399 * configure.ac: Add "gdb.opt" directory.
16400 * configure: Regenerated.
a9c64011 16401
c3ea9a14
DE
164022007-10-25 Doug Evans <dje@google.com>
16403
16404 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
16405 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
16406
a9c64011 164072007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
16408 Thiago Jung Bauermann <bauerman@br.ibm.com>
16409
16410 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
16411 Floating Point expressions.
16412 * gdb.base/dfp-test.exp: new file adding tests for Decimal
16413 Floating Point variables.
16414 * gdb.base/dfp-test.c: new file containing program with Decimal
16415 Floating variables, used by gdb.base/dfp-test.exp.
16416
62a24a2b
DJ
164172007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
16418
16419 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
16420
e7b1eae6
UW
164212007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16422
16423 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
16424 compiling test case with GCC.
16425 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
16426
c641edcc
UW
164272007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16428
16429 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
16430 format changes.
16431
5e5ebfe6
MS
164322007-10-18 Michael Snyder <msnyder@specifix.com>
16433
16434 * gdb.base/dbx.exp: Add missing "-re " operator.
16435
e831e7b6
GM
164362007-10-16 Gaius Mulley <gaius@glam.ac.uk>
16437
16438 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
16439 * configure.ac: Removed trailing spaces after backslash.
16440 * gdb.modula2: New directory.
16441 * gdb.modula2/Makefile.in: New file.
16442 * gdb.modula2/unbounded-array.exp: New file.
16443 * gdb.modula2/unbounded1.c: New file.
16444
7cc46491
DJ
164452007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
16446
16447 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
16448
164492007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
16450
16451 * gdb.base/sigstep.c (main): Add checks for
16452 return values for setitimer call.
16453 Call setitimer again with itimer = ITIMER_REAL
16454 if first call to setitimer fails.
16455
e91528f0
KH
164562007-10-11 Kazu Hirata <kazu@codesourcery.com>
16457
16458 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
16459 of $timeout.
16460
2ec9a4f8
DJ
164612007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16462
16463 * gdb.server/server-run.exp: Test for dynamic linker symbols.
16464
164652007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
16466
16467 * lib/gdb.exp (gdb_run_cmd): Move comment outside
16468 of gdb_expect call, to avoid interruption.
16469
64b2fa04
PA
164702007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
16471
16472 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
16473 (v_unsigned_long_long, v_long_long_array)
16474 (v_signed_long_long_array, v_unsigned_long_long_array)
16475 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
16476 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
16477 [!NO_LONG_LONG]: New.
16478 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
16479 v_long_long_member.
16480
16481 (v_long_long_func, v_signed_long_long_func)
16482 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
16483 (main) [!NO_LONG_LONG]: Initialize long long variants.
16484
16485 * gdb.base/whatis.exp: If board file requests no_long_long, build
16486 test with NO_LONG_LONG defined. Test long long, signed long long,
16487 and unsigned long long variants but only if board file doesn't
16488 disable it.
16489
a912286e 164902007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 16491 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
16492
16493 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
16494 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
16495 * configure: Regenerated.
16496 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
16497 gdb.pascal/types.exp, lib/pascal.exp: New files.
16498
471ba8c9
DJ
164992007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
16500
16501 * gdb.cp/classes.exp (do_tests): Always step to the line after the
16502 call.
16503 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
16504 to return to the call.
16505 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
16506 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
16507 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
16508 * gdb.mi/mi-until.exp (test_until): Likewise.
16509 * gdb.mi/mi2-until.exp (test_until): Likewise.
16510
fef8a650
DJ
165112007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
16512
16513 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
16514 two-char array.
16515 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
16516
d983da9c
DJ
165172007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
16518
16519 * gdb.threads/watchthreads.c (thread_function): Sleep between
16520 iterations.
16521 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
16522 at once for S/390. Generate matching fails and passes.
16523
17f62551
VP
165242007-09-27 Vladimir Prus <vladimir@codesourcery.com>
16525
16526 * gdb.mi/var-cmd.c (do_children_tests): Initialize
16527 the 'struct_declarations' variable to zeros.
a9c64011 16528
ed0616c6
VP
165292007-09-24 Vladimir Prus <vladimir@codesourcery.com>
16530
16531 * gdb.cp/mb-ctor.cc: New.
16532 * gdb.cp/mb-ctor.exp: New.
16533 * gdb.cp/mb-templates.cc: New.
16534 * gdb.cp/mb-templates.exp: New.
16535
41f1b697
DJ
165362007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
16537
16538 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
16539
3f213f78
PA
165402007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
16541
16542 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
16543 targets.
16544 * configure: Regenerate.
16545
0d381245 165462007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 16547
0d381245
VP
16548 * gdb.base/annota1.exp: Adjust for 'info break'
16549 format changes.
16550 * gdb.base/annota3.exp: Likewise.
16551 * gdb.base/break.exp: Likewise.
16552 * gdb.base/condbreak.exp: Likewise.
16553 * gdb.base/pending.exp: Likewise.
16554 * gdb.base/sepdebug.exp: Likewise.
16555 * gdb.base/unload.exp: Likewise.
16556 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 16557
fe3f5fa8
VP
165582007-09-22 Vladimir Prus <vladimir@codesourcery.com>
16559
16560 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
16561 messages.
16562 * gdb.base/chng-syms.exp: Likewise.
16563 * gdb.base/unload.exp: Likewise.
a9c64011 16564
a75cf6c0
DJ
165652007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
16566
16567 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
16568
18ecae38
DJ
165692007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
16570
16571 * schedlock.c (NUM): Change to 1.
16572 (main): Use args[0] for the main thread.
16573 * schedlock.exp: Only expect two threads. Only issue one pass or fail
16574 regardless of the number of threads.
16575
5509918f
MR
165762007-09-14 Maciej W. Rozycki <macro@mips.com>
16577
4a543daf
MR
16578 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
16579 type down.
16580 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16581 test.
16582 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
16583 watchpoint type down.
16584 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
16585 test.
16586
165872007-09-14 Maciej W. Rozycki <macro@mips.com>
16588
5509918f
MR
16589 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
16590 Move all the tests here and run them twice, once using software
16591 watchpoints and once using hardware watchpoints.
16592 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
16593
40b53987
DJ
165942007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
16595
16596 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
16597 test.
16598
695e2681
MK
165992007-09-10 Mark Kettenis <kettenis@gnu.org>
16600
8b3fc8d8
MK
16601 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
16602 build-id.
16603
695e2681
MK
16604 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
16605 know about $ORIGIN. Calculate output dir from $dest instead of
16606 using ${objdir}/{$subdir}.
16607
58d69f29
MK
166082007-09-09 Mark Kettenis <kettenis@gnu.org>
16609
16610 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
16611 gcore, before continuing with the test.
16612
3e347599
DJ
166132007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
16614
16615 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
16616 * gdb.mi/mi-watch.exp: Likewise.
16617
ea37ba09
DJ
166182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16619 Jim Blandy <jimb@codesourcery.com>
16620
16621 * gdb.arch/i386-sse.exp: Do not expect character constants.
16622 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
16623 * gdb.base/display.exp: Allow print/s.
16624 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
16625 and unsigned char array changes.
16626
2025a643
DJ
166272007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
16628
16629 * gdb.base/display.exp: Add tests for printf %p.
16630
26669a27
PA
166312007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
16632
16633 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
16634 the dll name to unicode.
16635
c8f021f8
JK
166362007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16637
16638 * gdb.base/default.exp (show version): Update the version text.
16639 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
16640
4cf31eea
JK
166412007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16642
16643 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
16644 New files.
16645
4935890f
JK
166462007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16647
16648 * lib/gdb.exp (build_id_debug_filename_get): New function.
16649 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
16650 Remove the generate DEBUG file for the future testcase runs.
16651 New testcase for the NT_GNU_BUILD_ID retrieval.
16652 Move the final testing step to ...
16653 (test_different_dir): ... a new function.
16654 New parameter XFAIL to XFAIL all the tests performed.
16655 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
16656 New parameter TYPE to PF_PREFIX all the tests performed.
16657
02142340
VP
166582007-08-31 Vladimir Prus <vladimir@codesourcery.com>
16659
16660 * gdb.mi/mi-var-cp.cc (path_expression): New
16661 function.
16662 * gdb.mi/mi-var-cp.exp: Run path exression tests.
16663
36acd84e
UW
166642007-08-27 Markus Deuling <deuling@de.ibm.com>
16665
16666 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
16667 to fit into SPU Local Store memory.
16668
a896d121
JB
166692007-08-23 Joel Brobecker <brobecker@adacore.com>
16670
16671 * gdb.base/default.exp: Adjust the expected output of "info
16672 warranty" after the switch to GPLv3.
16673
7b433602
JB
166742007-08-23 Joel Brobecker <brobecker@adacore.com>
16675
16676 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
16677 to 30000 (from 20000).
16678
e22f8b7c
JB
166792007-08-23 Joel Brobecker <brobecker@adacore.com>
16680
16681 Switch the license of all .exp files to GPLv3.
16682 Switch the license of all .f and .f90 files to GPLv3.
16683 Switch the license of all .s and .S files to GPLv3.
16684
5a0e3bd0
JB
166852007-08-23 Joel Brobecker <brobecker@adacore.com>
16686
16687 * configure.ac: Switch license to GPLv3.
16688
cc00619d
JB
166892007-08-23 Joel Brobecker <brobecker@adacore.com>
16690
16691 Switch the licensing to GPLv3 for all .ads and .adb files.
16692
8d26208a
DJ
166932007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
16694
16695 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
16696 and t_int_double.
16697 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
16698
4fcb9948
JB
166992007-08-17 Joel Brobecker <brobecker@adacore.com>
16700
16701 * gdb.base/step-line.c: Switch license to GPL version 3, and
16702 update copyright year.
16703 * gdb.base/step-line.inp: Likewise.
16704
b9c34f67
JB
167052007-08-17 Joel Brobecker <brobecker@adacore.com>
16706
16707 * gdb.base/gdb1555.exp: Make expected output immune to formatting
16708 changes inside gdb1555.c.
16709 * gdb.base/pending.exp: Likewise.
16710
2cc17678
DJ
167112007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
16712
16713 * config/default.exp: New file.
16714
e48883f7
DJ
167152007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
16716
16717 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
16718 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
16719
1ab80e5b
MR
167202007-07-30 Maciej W. Rozycki <macro@mips.com>
16721
16722 * gdb.base/dump.exp: Force the correct endianness for binary
16723 formats not carrying this information.
16724
aba471f5
DJ
167252007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16726
16727 * gdb.threads/staticthreads.exp: Match .*sem_post.
16728
d4e07204
DJ
167292007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16730
16731 * gdb.base/readline.exp (operate_and_get_next): Match the final
16732 prompt.
16733
2b97317d
KB
167342007-07-23 Kevin Buettner <kevinb@redhat.com>
16735
16736 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
16737 to restarting SID.
16738
44efa07a
KB
167392007-07-18 Kevin Buettner <kevinb@redhat.com>
16740
16741 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
16742 prior to `gdb_start'.
16743
7b5ebade
KB
167442007-07-18 Kevin Buettner <kevinb@redhat.com>
16745
16746 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
16747 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
16748 Remove call to gdb_unload.
16749
255e7678
DJ
167502007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
16751 Daniel Jacobowitz <dan@codesourcery.com>
16752
16753 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
16754 for __WIN32__.
16755 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
16756 * gdb.base/unload.exp: Use shared library test routines.
16757
3a40aaa0
UW
167582007-07-03 Markus Deuling <deuling@de.ibm.com>
16759
16760 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
16761 * gdb.base/solib-symbol-lib.c: Likewise.
16762 * gdb.base/solib-symbol-main.c: Likewise.
16763
b0f4b84b
DJ
167642007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
16765
16766 * config/gdbserver.exp (gdb_reconnect): New.
16767 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
16768 gdb.base/solib-disc.exp: New files.
16769 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
16770 remote debugging".
16771 (gdb_compile): Add shlib_load flag.
16772 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
16773 port.
16774 (gdbserver_reconnect): New.
16775
1b05479a
DJ
167762007-07-01 Nick Roberts <nickrob@snap.net.nz>
16777 Daniel Jacobowitz <dan@codesourcery.com>
16778
16779 * gdb.base/annota3.exp: Test for if construct.
16780
86f78eb2
DJ
167812007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
16782
16783 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
16784
6a2eb474 167852007-06-21 Chris Dearman <chris@mips.com>
a9c64011 16786 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
16787
16788 * gdb.base/display.exp: Allow a newline after display/i.
16789 * gdb.base/pc-fp.exp: Likewise.
16790 * gdb.base/sigbpt.exp: Likewise.
16791
f8b73d13
DJ
167922007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
16793
16794 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
16795 required features to be included.
16796
4339e69e
DJ
167972007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
16798
16799 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
16800 in info threads output.
16801
23d964e7
UW
168022007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16803 Markus Deuling <deuling@de.ibm.com>
16804
16805 * gdb.arch/spu-info.exp: New testcase.
16806 * gdb.arch/spu-info.c: New file.
16807
fd20f75b
DJ
168082007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
16809
16810 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
16811 tpcs_offset. Restore lr after the call.
16812 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
16813
2226f861
DJ
168142007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
16815
16816 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
16817 (gdbserver_run): Kill any running gdbserver.
16818 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
16819
d12371a9
MR
168202007-05-17 Maciej W. Rozycki <macro@mips.com>
16821
16822 * gdb.base/sigbpt.exp: Preset segv_addr.
16823
93f02886
DJ
168242007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
16825
16826 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
16827 (gdb_compile_shlib): Likewise.
16828 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
16829 (default_gdb_init): Clear cleanfiles.
16830 (gdb_finish): Delete recorded cleanfiles.
16831 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
16832
16833 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
16834 Do not use isnative.
16835 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
16836 gdb.base/so-impl-ld.exp: Likewise.
16837 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
16838 * gdb.base/unload.exp: Likewise. Do not pass empty option to
16839 gdb_compile.
16840
b04e06d7
VP
168412007-05-15 Vladimir Prus <vladimir@codesourcery.com>
16842
16843 * config/unknown.exp: Remove.
16844
069ed931
UW
168452007-05-15 Markus Deuling <deuling@de.ibm.com>
16846
16847 * gdb.base/info-proc.exp: Check is_remote.
16848
09db0d03
UW
168492007-05-14 Markus Deuling <deuling@de.ibm.com>
16850
16851 * gdb.base/gcore.exp: Initialize variable core_supported.
16852
af2cbe8c
DJ
168532007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16854
16855 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
16856
027c0295
DJ
168572007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16858
16859 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
16860 * gdb.threads/print-threads.exp (test_all_threads): Allow
16861 negative and hexadecimal thread IDs.
16862
dc5000e7
DJ
168632007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
16864
16865 * gdb.java/jprint.java (public): Avoid invalid call to static
16866 method.
16867
2e74ed18
DP
168682007-05-14 Denis Pilat <denis.pilat@st.com>
16869
16870 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
16871 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
16872 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
16873 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
16874 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
16875
83547f02
UW
168762007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16877
16878 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 16879 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
16880 this mode.
16881 * gdb.base/ovlymgr.c: Provide stubs for spu target.
16882 * gdb.base/spu.ld: New file.
16883
b18be20d
DJ
168842007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
16885
16886 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
16887
be444858
DJ
168882007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
16889
16890 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
16891
b1d53152
DJ
168922007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
16893
16894 * gdb.java/jmain.exp: Handle demangled names with and without method
16895 signatures.
16896
d084b331
DJ
168972007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
16898
16899 * gdb.mi/mi-syn-frame.c (main, foo, bar)
16900 (have_a_very_merry_interrupt): Remove calls to puts.
16901 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
16902 inferior output.
16903 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
16904 test names.
16905
db9d7fc5
DJ
169062007-04-29 Markus Deuling <deuling@de.ibm.com>
16907 Daniel Jacobowitz <dan@codesourcery.com>
16908
16909 * gdb.base/auxv.exp (core_works): Also check is_remote.
16910 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
16911
ef783a7d 169122007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 16913
ef783a7d
VP
16914 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
16915 message, not the undefined 'module' variable.
16916 * gdb.base/siginfo.exp: Likewise.
16917 * gdb.base/sigstep.exp: Likewise.
16918 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
16919 serialport.
16920 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
16921
b7b73cae
CV
169222007-04-25 Corinna Vinschen <vinschen@redhat.com>
16923
16924 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
16925 target sim fails. Return 0 otherwise.
16926 (gdb_load): Return prematurely if gdb_target_sim fails.
16927
7d90fdfa
DP
169282007-04-16 Denis Pilat <denis.pilat@st.com>
16929
16930 * gdb.base/setshow.exp: Reset height after having set it to 100.
16931
5d3e9c85
DP
169322007-04-16 Denis Pilat <denis.pilat@st.com>
16933
16934 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
16935
18e75969
DP
169362007-04-16 Denis Pilat <denis.pilat@st.com>
16937
16938 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
16939
25d5ea92
VP
169402007-04-14 Vladimir Prus <vladimir@codesourcery.com>
16941
16942 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
16943 tests. Run the frozen varobjs test.
16944 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 16945 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 16946
0b49cb80
JK
169472007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16948
16949 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
16950 gdb.base/type-opaque.exp: New files.
16951
a73bafbc 169522007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
16953
16954 * gdb.mi/mi-var-child.c
a73bafbc
VP
16955 (do_children_tests): User char[2] instead of
16956 char so that automatic printing of pointers to char
16957 don't give unpredicable result.
16958 * gdb.mi/var-cmd.c (do_locals_test): Initialize
16959 local variables.
16960 * gdb.mi/mi-var-child.exp: Step to right line
16961 of do_children_tests.
16962 * gdb.mi/mi2-var-child.exp: Likewise.
16963 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 16964 do_locals_tests.
a73bafbc
VP
16965 (do_children_tests): User char[2] instead of
16966 char so that automatic printing of pointers to char
a9c64011 16967 don't give unpredicable result.
a73bafbc 16968 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 16969 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
16970 Pass test name to mi_wait_for_stop.
16971
7ce59000
DJ
169722007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16973
16974 * gdb.asm/asm-source.exp: Remove d10v case.
16975 * lib/gdb.exp (skip_cplus_tests): Likewise.
16976 * gdb.asm/d10v.inc: Deleted.
16977
20389057
DJ
169782007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16979
16980 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
16981
8807d78b
DJ
169822007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
16983
16984 * config/netware.exp: Delete file.
16985
aa3edb8e
JB
169862007-03-29 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.dwarf2/dw2-noloc.S: New file.
16989 * gdb.dwarf2/dw2-noloc.exp: New file.
16990
297561ac
PA
169912007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
16992
16993 * gdb.cp/method2.cc: New test.
16994 * gdb.cp/method2.exp: New test.
16995 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
16996
1f81bd39
DJ
169972007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
16998
16999 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17000
9453113a
DJ
170012007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17002
17003 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17004
b741e217
DJ
170052007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17006
17007 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17008 (gdb_load): Delete, replace with...
17009 (gdb_reload): ...this.
17010 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17011 * gdb.server/server-mon.exp: Likewise.
17012 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17013 (gdb_start_cmd): New.
17014 (gdb_file_cmd): Save the last loaded file.
17015 (gdb_reload): New.
17016 (gdb_gnu_strip_debug): Use transform.
17017 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17018 support here. Use new $last_loaded_file. Check mtime.
17019 (gdb_target_cmd): Handle ObjC failure case.
17020 (infer_host_exec): Delete.
17021 (gdbserver_load): Rename to...
17022 (gdbserver_run): ...this. Simplify.
17023 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17024 (mi_gdb_load): Move most contents to a new function...
17025 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17026 (mi_run_cmd): Use mi_gdb_target_load.
17027 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17028 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17029 Use gdb_run_cmd.
17030 * gdb.base/charsign.exp: Remove incorrect comment.
17031 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17032 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17033 gdb.base/start.exp: Use gdb_start_cmd.
17034
446ab585 170352007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 17036 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
17037
17038 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17039 * gdb.base/signull.exp: Similarly.
17040
bbb88ebf
UW
170412007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17042
17043 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17044 messages available to test cases (like chng-sym.exp).
17045
cb8c4a99
AS
170462007-03-14 Andreas Schwab <schwab@suse.de>
17047
17048 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17049 format changes.
17050
4e463ff5
DJ
170512007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17052
17053 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17054 (optimized_1): New.
17055 (main): Call optimized_1.
17056 (gdb2029): Correct typos. Call gdb2029_marker.
17057 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17058 for gdb2029.
17059
b6db2c47
MK
170602007-03-12 Mark Kettenis <kettenis@gnu.org>
17061
17062 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17063 as tabs. Remove redundant test pattern.
17064
70ed3737
UW
170652007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17066
17067 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17068 for /a format output.
17069
47b67b60
DJ
170702007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17071
17072 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17073 collect output incrementally.
17074
b8953b0e
UW
170752007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17076
17077 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17078 for -var-create lpcharacter test.
17079 * gdb.mi/mi2-var-cmd.exp: Likewise.
17080
7acd5c40
UW
170812007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17082
17083 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17084 pass on targets where address zero is readable.
17085
9c6759c1
UW
170862007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17087
17088 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17089 just a single architecture.
17090
a2f1aeb4
UW
170912007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17092
17093 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17094 (fetch_all_registers): New function, uses gdb_test_multiple and
17095 exp_continue to fetch inferior output line-by-line.
17096 Replace all uses of do_get_all_registers by fetch_all_registers.
17097
46579ac2
UW
170982007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17099
17100 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17101 in target_info.
17102
fc133f24
MS
171032007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17104
a9c64011 17105 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
17106 consistancy; add a default (timeout) case.
17107
7646a51d
MS
171082007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17109
17110 * gdb.base/watchpoint.exp: Fix truncated comment.
17111
dcfff61f
MS
171122007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17113
17114 * Makefile.in: Remove spurious single-quotes from sed command.
17115
664e3ee9
DJ
171162007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17117
17118 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17119 func.
17120 * gdb.mi/mi2-var-cmd.exp: Likewise.
17121
d7cc6f2f
JB
171222007-02-27 Joel Brobecker <brobecker@adacore.com>
17123
a9c64011
AS
17124 * gdb.dwarf2/dw2-producer.S: New file.
17125 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
17126
171272007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
17128
17129 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17130 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17131 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17132 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17133 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17134 Revert tests to use mi_gdb_test and include value field in output
17135 of -var-create.
17136
93d42b30
DJ
171372007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17138
17139 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17140
c499ed39
DJ
171412007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17142
17143 * gdb.base/maint.exp: Remove full paths from test names.
17144 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17145 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17146
9836f81b
JB
171472007-02-27 Joel Brobecker <brobecker@adacore.com>
17148
17149 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17150
c74d0ad8
DJ
171512007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17152
17153 * gdb.server/server-mon.exp: New test.
17154
2711e456
DJ
171552007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17156
17157 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17158
ff6f572f
DJ
171592007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17160
17161 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17162 register capitalization.
17163
fada3feb
DP
171642007-02-13 Denis Pilat <denis.pilat@st.com>
17165
17166 * gdb.mi/mi-var-invalidate.exp: New file.
17167
fb1e4ffc
DJ
171682007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17169
17170 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17171
3da939d7
DJ
171722007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17173
17174 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17175
123dc839
DJ
171762007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17177
17178 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17179 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17180
877e3645 171812007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
17182
17183 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17184 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17185 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17186 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17187 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 17188 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 17189 Update tests to include value field in output of -var-create.
a9c64011 17190
3c0a2960
AS
171912007-02-08 Andreas Schwab <schwab@suse.de>
17192
17193 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17194
108546a0
DJ
171952007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17196
17197 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17198 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17199
d701dcab
DP
172002007-02-02 Denis Pilat <denis.pilat@st.com>
17201
17202 * gdb.threads/threadapply.exp: check that frame is not changed by
17203 the thread apply all command.
17204
783e3e2f
AS
172052007-01-31 Andreas Schwab <schwab@suse.de>
17206
6d9c3a87
AS
17207 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17208
3c50d7b9
AS
17209 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17210 in the dwarf sections.
17211 * gdb.dwarf2/mac-fileno.S: Likewise.
17212
783e3e2f
AS
17213 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17214 bspstore register on ia64.
17215
78ff580e
AS
172162007-01-29 Andreas Schwab <schwab@suse.de>
17217
cc8e9b12
AS
17218 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17219 "frame-begin" annotation.
17220
78ff580e
AS
17221 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17222 number of "frames-invalid" annotations.
17223
704a4f78
DJ
172242007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17225
17226 * gdb.base/commands.exp: Call if_commands_test.
17227 (gdb_test_no_prompt, if_commands_test): New.
17228
e741bf94
MK
172292007-01-28 Mark Kettenis <kettenis@gnu.org>
17230
17231 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17232
474d0ad3
AS
172332007-01-27 Andreas Schwab <schwab@suse.de>
17234
17235 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17236 .short/.int/.quad in the dwarf sections.
17237 * gdb.dwarf2/dw2-intercu.S: Likewise.
17238 * gdb.dwarf2/dw2-intermix.S: Likewise.
17239
e784b426
JK
172402007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17241
17242 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
17243 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17244 array.
e784b426
JK
17245 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17246 * gdb.base/setvar.exp: Likewise.
17247
37f08e04
AS
172482007-01-26 Andreas Schwab <schwab@suse.de>
17249
9a01813a
AS
17250 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17251 test.
17252
37f08e04
AS
17253 * gdb.base/multi-forks.exp ("restart $i"): Also match
17254 __kernel_syscall_via_break.
17255
6e2a9270
VP
172562007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17257
17258 * lib/mi-support.exp (mi_delete_varobj): New.
17259 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17260 testcase.
17261 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17262 (main): Call the above.
17263 (reference_update_test, base_in_reference_test)
17264 (reference_to_pointer): Delete the created varobjs.
a9c64011 17265
e515b470
DJ
172662007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17267
17268 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17269 * configure: Regenerated.
17270 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17271 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17272 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17273 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17274 * lib/gdb.exp (gdb_skip_xml_test): New function.
17275
08d8bcd7
DJ
172762007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17277
17278 * gdb.base/sigrepeat.exp: Correct error message.
17279
172802007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
17281 Daniel Jacobowitz <dan@codesourcery.com>
17282
17283 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17284 gdb.arch/i386-gnu-cfi-asm.S: New files.
17285
97c3f1f3
JK
172862007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17287
17288 * lib/gdb.exp: Abort on missing `site.exp'.
17289
cb1df416
DJ
172902007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17291 Daniel Jacobowitz <dan@codesourcery.com>
17292
17293 * gdb.base/included.c, gdb.base/included.exp,
17294 gdb.base/included.h: New files.
17295
35990120
DJ
172962007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17297
17298 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17299 (maximize_rlimit): Reduce limits on 64-bit systems.
17300
6e81a116 173012007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
17302
17303 From Marcus Deuling <deuling@de.ibm.com>:
17304 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17305 every case.
17306
6c3c41f3
NR
173072007-01-13 Nick Roberts <nickrob@snap.net.nz>
17308
17309 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17310 (test_path_specification): Use objdir instead of srcdir to always
17311 get an absolute filename.
17312
2f12c312
DJ
173132007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17314
17315 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17316
81121995
VP
173172007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17318
17319 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17320 Make sure the variable we're using is in scope.
17321 (reference_to_pointer): Likewise.
17322
4741b737
DJ
173232007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17324
17325 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17326 has no debug information.
17327
054410c3
DJ
173282007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17329
17330 * gdb.base/annota1.exp: Remove extra send_gdb.
17331
818f79f6
DJ
173322007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17333
17334 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17335
f7a6bb70
DJ
173362007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17337
17338 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17339
57e66780
DJ
173402007-01-08 Nick Roberts <nickrob@snap.net.nz>
17341 Daniel Jacobowitz <dan@codesourcery.com>
17342
17343 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17344 lcharacter or linteger change. Correct duplicated test name.
17345 * gdb.mi/mi2-var-cmd.exp: Likewise.
17346
3d799a95
DJ
173472007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17348
17349 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17350
173512007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 17352
a9c64011
AS
17353 * gdb.base/nofield.c: New file.
17354 * gdb.base/nofield.exp: New testcase.
51679ba9 17355
eafb94e8
NR
173562007-01-05 Nick Roberts <nickrob@snap.net.nz>
17357
17358 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17359
17360 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
17361 test.
17362
5e572bb4
DJ
173632007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17364
17365 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
17366
74a44383
DJ
173672007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
17368
17369 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
17370 when continuing.
17371
1b572db9
DJ
173722007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17373
17374 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
17375 Expect ".exe" extension.
17376
381bc39b
DJ
173772007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17378
17379 * gdb.base/charset.exp: Add explicit filename to break.
17380 * gdb.base/dbx.exp: Add explicit filename to breaks.
17381
2b70e4c6
DJ
173822007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
17383
17384 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
17385 * gdb.mi/mi2-file.exp: Likewise.
17386
303b6f5d
DJ
173872007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17388
17389 Implement specification of MI tests as comments
17390 in C and C++ sources.
17391 * lib/mi-support.exp (mi_autotest_data): New variable.
17392 (mi_autotest_source): New variable.
17393 (count_newlines, mi_prepare_inline_tests)
17394 (mi_get_inline_test, mi_continue_to_line)
17395 (mi_run_inline_test, mi_tbreak)
17396 (mi_send_resuming_command, mi_wait_for_stop): New functions.
17397 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
17398 Run inline tests.
17399 * gdb.mi/mi-var-cp.cc: Define tests here.
17400
23da0d94
VP
174012007-01-04 Vladimir Prus <vladimir@codesourcery.com>
17402
17403 Simplify usage of mi_continue_to.
17404 * lib/mi-support.exp (mi_runto_helper): Renamed
17405 from mi_runto, added new parameter 'run_or_continue'.
17406 (mi_runto): Use mi_runto_helper.
17407 (mi_continue_to): Accept just function name as parameter.
17408 Use mi_runto_helper.
17409 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
17410 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17411
f9e18282
JB
174122006-01-04 Joel Brobecker <brobecker@adacore.com>
17413
17414 Make this testcase a bit more realistic. The current code
17415 is too simplistic, and allows the compiler to optimize out
17416 some of the entities we need for this testcase.
17417 * gdb.ada/null_record/bar.ads (Void_Star): New type.
17418 (Do_Nothing): Add extra parameter.
17419 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
17420 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
17421 by using a variable of type Void_Star.
17422
fd678c65
JB
174232006-01-04 Joel Brobecker <brobecker@adacore.com>
17424
17425 * gdb.ada/catch_ex/foo.adb: New file.
17426 * gdb.ada/catch_ex.exp: New testcase.
17427
05cfdb42
DJ
174282007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
17429
17430 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
17431 pass --image-base to linker.
17432
2e03ee74
DJ
174332007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17434 Daniel Jacobowitz <dan@codesourcery.com>
17435
17436 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
17437 secondary prompts.
17438
0d5de010
DJ
174392007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17440
17441 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
17442 output. Test the types of members and member pointers.
17443 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
17444 gdb/2092.
17445 * gdb.cp/member-ptr.exp: Search for a comment instead of a
17446 statement. Enable for GCC. Update expected output for some tests
17447 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
17448 layout.
17449 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
17450 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
17451 (Diamond::vget_base): New.
17452 (main): Add new tests.
17453 * gdb.cp/printmethod.exp: Update expected output for member functions.
17454 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
17455 print pEe->D::vg().
17456
61a771aa
DJ
174572007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
17458
17459 * gdb.threads/tls.exp: Allow stops in sem_post.
17460
2fa63963
DJ
174612006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
17462
17463 * gdb.base/annota1.exp: Allow .*printf in backtraces.
17464 * gdb.base/annota3.exp: Likewise.
17465 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
17466 again (instead of timing out).
17467 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
17468 GCC bug 26475.
17469 * gdb.java/jmisc.exp: Adjust to work with method signatures including
17470 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
17471 test from jmisc1.exp.
17472 * gdb.java/jmisc1.exp: Delete.
17473 * gdb.java/jprint.exp: Adjust to work with method signatures including
17474 return types.
17475 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
17476 * gdb.threads/linux-dp.exp: Don't be confused by program output.
17477 * lib/java.exp (compile_java_from_source): Pass the correct type
17478 to target_compile.
17479
5eefc2b7
JB
174802006-12-31 Joel Brobecker <brobecker@adacore.com>
17481
17482 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
17483 (stack_align_edx): New function.
17484 (stack_align_eax): New function.
17485 (main): Add calls to stack_align_edx and stack_align_eax.
17486 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
17487 Add testing for the cases where the register used during a stack
17488 realignment is edx. Same for eax.
17489
227c54da
DJ
174902006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
17491
17492 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
17493 and generic PE targets.
17494
cab8ac94
JB
174952006-12-29 Joel Brobecker <brobecker@adacore.com>
17496
17497 * gdb.ada/array_return.exp: Update copyright date list.
17498
ba54f318
JB
174992006-12-27 Joel Brobecker <brobecker@adacore.com>
17500
17501 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
17502 (Create_Small_Float_Vector): New function.
17503 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
17504 function body.
17505 * gdb.ada/array_return/p.adb: Use new type and function from
17506 package Pck.
17507 * gdb.ada/array_return.exp: Add a test verifying that GDB is
17508 able to print the value returned by a function returning an
17509 array of float.
17510
6b7a35dd
JB
175112006-12-20 Joel Brobecker <brobecker@adacore.com>
17512
17513 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
17514 The associated tests should be PASSing.
17515
038224f6
VP
175162006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17517
17518 Test for base in references.
17519 * gdb.mi/mi-var-cp.cc: Add test code.
17520 * gdb.mi/mi-var-cp.exp: Test for bases in references.
17521 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
17522 * gdb.mi/mi2-watch.exp: Likewise.
17523 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
17524 (mi_list_varobj_children): New function.
17525
b26ed50d
VP
175262006-12-08 Vladimir Prus <vladimir@codesourcery.com>
17527
17528 * lib/mi-support.exp
17529 (mi_runto): Accept "()" after function name.
17530 (mi_create_varobj): New function.
17531 (mi_varobj_update): New function.
17532 (mi_Check_varobj_value): New function.
17533 * gdb.mi/mi-var-cp.exp: New file.
17534 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 17535
08232497
DJ
175362006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
17537
17538 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
17539 gdb.base/weaklib2.c: New files.
17540
d394c993 175412006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 17542
ac6c2fba
NS
17543 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
17544 info. Adjust test names.
17545
8ec659a0 17546 * gdb.base/break.c (main): Move position of malloc.
d394c993 17547 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 17548
acd65feb
VP
175492006-11-28 Vladimir Prus <vladimir@codesourcery.com>
17550
17551 * gdb.mi/mi-var-cmd.exp: Check -var-update after
17552 assignement of arrays and function pointers.
17553 * gdb.mi/var-cmd.c: Add declaration necessary for above
17554 tests.
17555
f556d5e5
NS
175562006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17557
17558 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
17559
17560 * gdb.threads/linux-dp.exp: Read thread table before and after
17561 creating each philosopher and verify it.
17562
697bc68d
NS
175632006-11-27 Nathan Sidwell <nathan@codesourcery.com>
17564 Paul Brook <paul@codesourcery.com>
17565 Daniel Jacobowitz <dan@codesourcery.com>
17566
17567 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 17568 main to remove duplication. Add start function of the form
697bc68d
NS
17569 '_*start[1-9]*'. Add RVDS start function.
17570
29d73ae4
DJ
175712006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17572
17573 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
17574
c1d88655
UW
175752006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17576
17577 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
17578 * gdb.asm/spu.inc: New file.
17579 * gdb.base/term.exp: Disable if [target_info exists noargs].
17580 * gdb.gdb/complaints.exp: Disable if ![isnative].
17581 * gdb.gdb/selftest.exp: Likewise.
17582 * gdb.gdb/observer.exp: Likewise.
17583 * gdb.gdb/xfullpath.exp: Likewise.
17584 * gdb.base/attach.exp: Disable on SPU target.
17585 * gdb.cp/bs145503.exp: Likewise.
17586 * gdb.cp/exception.exp: Likewise.
17587 * gdb.cp/userdef.exp: Likewise.
17588
32a13b1a
DJ
175892006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
17590
17591 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
17592
d8295fe9
VP
175932006-11-10 Vladimir Prus <vladimir@codesourcery.com>
17594
17595 * gdb.base/completion.exp: Fix completion tests for
17596 'info' and 'info '.
17597 * gdb.base/help.exp (help_test_raw, test_class_help)
17598 (test_prefix_command_help): Move...
17599 * lib/gdb.exp: Here.
17600 * gdb.base/main.exp: Adjust.
17601 * gdb.cp/maint.exp: Adjust.
17602 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 17603
8c394015
VP
176042006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17605
17606 * gdb.stabs/weird.exp (print_weird_var): Use
17607 gdb_test_multiple instead of gdb_expect.
17608
027fc1bc
VP
176092006-11-09 Vladimir Prus <vladimir@codesourcery.com>
17610
17611 * gdb.base/help.exp (help_test_raw): New.
17612 (test_class_help): New.
17613 (test_prefix_command_help): New.
17614 Adjust testcases.
17615
67609209
FR
176162006-11-09 Christophe Lyon <christophe.lyon@st.com>
17617
17618 * gdb.base/constvars.c (main): Write to crass and crips, so that
17619 they are allocated by the compiler.
17620
f73adfeb
AS
176212006-10-27 Andreas Schwab <schwab@suse.de>
17622
17623 * gdb.base/multi-forks.exp: Use "detach fork" instead of
17624 "detach-fork".
17625
2f83a18e
DJ
176262006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
17627
17628 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
17629 of patterns.
17630
94277a38
DJ
176312006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17632
17633 * gdb.base/sepdebug.exp: Remove debug format test.
17634 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
17635 Handle no-symtab.
17636 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
17637
5bd2f6e2
DJ
176382006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
17639
17640 * gdb.threads/manythreads.c (thread_function, main): Don't cast
17641 int to pointer or pointer to int.
17642 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
17643
8c008720
DJ
176442006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
17645
17646 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
17647
9e35dae4
DJ
176482006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17649
17650 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
17651
d9639e13
DJ
176522006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17653
17654 PR c++/2116
17655 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
17656
390a1bd0
JB
176572006-10-06 Joel Brobecker <brobecker@adacore.com>
17658
17659 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
17660 the corresponding bug has been fixed in GDB (PR/2018).
17661
dd920c33
JB
176622006-10-06 Joel Brobecker <brobecker@adacore.com>
17663
17664 * gdb.base/subst.exp: New testcase.
17665
53bbefe9
JB
176662006-10-06 Joel Brobecker <brobecker@adacore.com>
17667
17668 * gdb.ada/array_return/pck.ads: Add copyright notice.
17669 * gdb.ada/array_return/pck.adb: Likewise.
17670 * gdb.ada/array_return/p.adb: Likewise.
17671 * gdb.ada/exec_changed/first.adb: Likewise.
17672 * gdb.ada/exec_changed/second.adb: Likewise.
17673
09851417
JB
176742006-10-06 Joel Brobecker <brobecker@adacore.com>
17675
17676 * gdb.ada/watch_arg/watch.adb: New file.
17677 * gdb.ada/watch_arg.exp: New testcase.
17678
041bf30d
VP
176792006-10-02 Vladimir Prus <vladimir@codesourcery.com>
17680
17681 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 17682 via string_to_regexp.
041bf30d 17683 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 17684
f286fbdd 176852006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
17686
17687 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
17688 Remove unused / obsolete files.
17689
7c07f349
NR
176902006-09-19 Nick Roberts <nickrob@snap.net.nz>
17691
17692 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
17693
cd5ff84a
VP
176942006-09-17 Vladimir Prus <vladimir@codesourcery.com>
17695
17696 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
17697 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 17698 the number of frames.
cd5ff84a 17699
ae018d1a
DJ
177002006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
17701
17702 * gdb.base/args.c (main): Add breakpoint marker.
17703 * gdb.base/args.exp: Use args_test for tests. Add new tests which
17704 really test empty arguments.
17705 (args_load): Delete.
17706 (args_test): New.
17707
b399c549
NR
177082006-09-13 Nick Roberts <nickrob@snap.net.nz>
17709
17710 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 17711 check for one file.
b399c549 17712
2ab1eb7a
VP
177132006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
17714
17715 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
17716 HIGH_FRAME argument to -stack-list-locals can be larger than
17717 the number of frames.
a9c64011 17718
476308bf
FF
177192006-08-18 Fred Fish <fnf@specifix.com>
17720
17721 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
17722 '$' in front of skip_vmx_tests_saved when setting that.
17723
8625200f
AS
177242006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
17725
17726 * gdb.base/trace-commands.exp: New file.
17727
089ec8f1
DJ
177282006-08-10 Joel Brobecker <brobecker@adacore.com>
17729 Daniel Jacobowitz <dan@codesourcery.com>
17730
17731 * gdb.base/step-bt.exp: Make hexadecimal address optional in
17732 expected output of the backtrace commands.
17733
b60f0898
JB
177342006-08-09 Joel Brobecker <brobecker@adacore.com>
17735
17736 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
17737 untested followed by return combination.
17738 * gdb.arch/altivec-regs.exp: Likewise.
17739 * gdb.arch/e500-abi.exp: Likewise.
17740 * gdb.arch/e500-regs.exp: Likewise.
17741 * gdb.arch/gdb1291.exp: Likewise.
17742 * gdb.arch/gdb1431.exp: Likewise.
17743 * gdb.arch/gdb1558.exp: Likewise.
17744 * gdb.arch/i386-prologue.exp: Likewise.
17745 * gdb.arch/i386-unwind.exp: Likewise.
17746 * gdb.asm/asm-source.exp: Likewise.
17747 * gdb.base/a2-run.exp: Likewise.
17748 * gdb.base/advance.exp: Likewise.
17749 * gdb.base/all-bin.exp: Likewise.
17750 * gdb.base/annota1.exp: Likewise.
17751 * gdb.base/annota3.exp: Likewise.
17752 * gdb.base/args.exp: Likewise.
17753 * gdb.base/arithmet.exp: Likewise.
17754 * gdb.base/assign.exp: Likewise.
17755 * gdb.base/async.exp: Likewise.
17756 * gdb.base/attach.exp: Likewise.
17757 * gdb.base/bang.exp: Likewise.
17758 * gdb.base/bigcore.exp: Likewise.
17759 * gdb.base/bitfields.exp: Likewise.
17760 * gdb.base/bitfields2.exp: Likewise.
17761 * gdb.base/break.exp: Likewise.
17762 * gdb.base/call-sc.exp: Likewise.
17763 * gdb.base/call-strs.exp: Likewise.
17764 * gdb.base/callfuncs.exp: Likewise.
17765 * gdb.base/checkpoint.exp: Likewise.
17766 * gdb.base/chng-syms.exp: Likewise.
17767 * gdb.base/code-expr.exp: Likewise.
17768 * gdb.base/commands.exp: Likewise.
17769 * gdb.base/completion.exp: Likewise.
17770 * gdb.base/cond-expr.exp: Likewise.
17771 * gdb.base/condbreak.exp: Likewise.
17772 * gdb.base/consecutive.exp: Likewise.
17773 * gdb.base/constvars.exp: Likewise.
17774 * gdb.base/corefile.exp: Likewise.
17775 * gdb.base/cvexpr.exp: Likewise.
17776 * gdb.base/dbx.exp: Likewise.
17777 * gdb.base/define.exp: Likewise.
17778 * gdb.base/detach.exp: Likewise.
17779 * gdb.base/display.exp: Likewise.
17780 * gdb.base/dump.exp: Likewise.
17781 * gdb.base/ena-dis-br.exp: Likewise.
17782 * gdb.base/ending-run.exp: Likewise.
17783 * gdb.base/environ.exp: Likewise.
17784 * gdb.base/eval-skip.exp: Likewise.
17785 * gdb.base/exprs.exp: Likewise.
17786 * gdb.base/fileio.exp: Likewise.
17787 * gdb.base/finish.exp: Likewise.
17788 * gdb.base/float.exp: Likewise.
17789 * gdb.base/foll-exec.exp: Likewise.
17790 * gdb.base/foll-fork.exp: Likewise.
17791 * gdb.base/foll-vfork.exp: Likewise.
17792 * gdb.base/freebpcmd.exp: Likewise.
17793 * gdb.base/funcargs.exp: Likewise.
17794 * gdb.base/gcore.exp: Likewise.
17795 * gdb.base/gdb1090.exp: Likewise.
17796 * gdb.base/gdb1250.exp: Likewise.
17797 * gdb.base/huge.exp: Likewise.
17798 * gdb.base/info-proc.exp: Likewise.
17799 * gdb.base/interrupt.exp: Likewise.
17800 * gdb.base/jump.exp: Likewise.
17801 * gdb.base/langs.exp: Likewise.
17802 * gdb.base/lineinc.exp: Likewise.
17803 * gdb.base/list.exp: Likewise.
17804 * gdb.base/logical.exp: Likewise.
17805 * gdb.base/long_long.exp: Likewise.
17806 * gdb.base/macscp.exp: Likewise.
17807 * gdb.base/maint.exp: Likewise.
17808 * gdb.base/mips_pro.exp: Likewise.
17809 * gdb.base/miscexprs.exp: Likewise.
17810 * gdb.base/multi-forks.exp: Likewise.
17811 * gdb.base/opaque.exp: Likewise.
17812 * gdb.base/overlays.exp: Likewise.
17813 * gdb.base/pc-fp.exp: Likewise.
17814 * gdb.base/pointers.exp: Likewise.
17815 * gdb.base/printcmds.exp: Likewise.
17816 * gdb.base/psymtab.exp: Likewise.
17817 * gdb.base/ptype.exp: Likewise.
17818 * gdb.base/recurse.exp: Likewise.
17819 * gdb.base/relational.exp: Likewise.
17820 * gdb.base/relocate.exp: Likewise.
17821 * gdb.base/remote.exp: Likewise.
17822 * gdb.base/reread.exp: Likewise.
17823 * gdb.base/restore.exp: Likewise.
17824 * gdb.base/return.exp: Likewise.
17825 * gdb.base/return2.exp: Likewise.
17826 * gdb.base/scope.exp: Likewise.
17827 * gdb.base/sect-cmd.exp: Likewise.
17828 * gdb.base/sep.exp: Likewise.
17829 * gdb.base/sepdebug.exp: Likewise.
17830 * gdb.base/setshow.exp: Likewise.
17831 * gdb.base/setvar.exp: Likewise.
17832 * gdb.base/sigall.exp: Likewise.
17833 * gdb.base/sigbpt.exp: Likewise.
17834 * gdb.base/signals.exp: Likewise.
17835 * gdb.base/signull.exp: Likewise.
17836 * gdb.base/sizeof.exp: Likewise.
17837 * gdb.base/solib.exp: Likewise.
17838 * gdb.base/step-line.exp: Likewise.
17839 * gdb.base/step-test.exp: Likewise.
17840 * gdb.base/structs.exp: Likewise.
17841 * gdb.base/structs2.exp: Likewise.
17842 * gdb.base/term.exp: Likewise.
17843 * gdb.base/twice.exp: Likewise.
17844 * gdb.base/until.exp: Likewise.
17845 * gdb.base/varargs.exp: Likewise.
17846 * gdb.base/volatile.exp: Likewise.
17847 * gdb.base/watchpoint.exp: Likewise.
17848 * gdb.base/whatis-exp.exp: Likewise.
17849 * gdb.base/whatis.exp: Likewise.
17850 * gdb.cp/ambiguous.exp: Likewise.
17851 * gdb.cp/annota2.exp: Likewise.
17852 * gdb.cp/annota3.exp: Likewise.
17853 * gdb.cp/bool.exp: Likewise.
17854 * gdb.cp/breakpoint.exp: Likewise.
17855 * gdb.cp/casts.exp: Likewise.
17856 * gdb.cp/class2.exp: Likewise.
17857 * gdb.cp/classes.exp: Likewise.
17858 * gdb.cp/cplusfuncs.exp: Likewise.
17859 * gdb.cp/ctti.exp: Likewise.
17860 * gdb.cp/derivation.exp: Likewise.
17861 * gdb.cp/exception.exp: Likewise.
17862 * gdb.cp/gdb1355.exp: Likewise.
17863 * gdb.cp/hang.exp: Likewise.
17864 * gdb.cp/inherit.exp: Likewise.
17865 * gdb.cp/local.exp: Likewise.
17866 * gdb.cp/m-data.exp: Likewise.
17867 * gdb.cp/m-static.exp: Likewise.
17868 * gdb.cp/member-ptr.exp: Likewise.
17869 * gdb.cp/method.exp: Likewise.
17870 * gdb.cp/misc.exp: Likewise.
17871 * gdb.cp/namespace.exp: Likewise.
17872 * gdb.cp/overload.exp: Likewise.
17873 * gdb.cp/ovldbreak.exp: Likewise.
17874 * gdb.cp/pr-1023.exp: Likewise.
17875 * gdb.cp/pr-1210.exp: Likewise.
17876 * gdb.cp/pr-574.exp: Likewise.
17877 * gdb.cp/printmethod.exp: Likewise.
17878 * gdb.cp/psmang.exp: Likewise.
17879 * gdb.cp/ref-params.exp: Likewise.
17880 * gdb.cp/ref-types.exp: Likewise.
17881 * gdb.cp/rtti.exp: Likewise.
17882 * gdb.cp/templates.exp: Likewise.
17883 * gdb.cp/try_catch.exp: Likewise.
17884 * gdb.cp/userdef.exp: Likewise.
17885 * gdb.cp/virtfunc.exp: Likewise.
17886 * gdb.disasm/am33.exp: Likewise.
17887 * gdb.disasm/h8300s.exp: Likewise.
17888 * gdb.disasm/mn10300.exp: Likewise.
17889 * gdb.disasm/sh3.exp: Likewise.
17890 * gdb.disasm/t01_mov.exp: Likewise.
17891 * gdb.disasm/t02_mova.exp: Likewise.
17892 * gdb.disasm/t03_add.exp: Likewise.
17893 * gdb.disasm/t04_sub.exp: Likewise.
17894 * gdb.disasm/t05_cmp.exp: Likewise.
17895 * gdb.disasm/t06_ari2.exp: Likewise.
17896 * gdb.disasm/t07_ari3.exp: Likewise.
17897 * gdb.disasm/t08_or.exp: Likewise.
17898 * gdb.disasm/t09_xor.exp: Likewise.
17899 * gdb.disasm/t10_and.exp: Likewise.
17900 * gdb.disasm/t11_logs.exp: Likewise.
17901 * gdb.disasm/t12_bit.exp: Likewise.
17902 * gdb.disasm/t13_otr.exp: Likewise.
17903 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
17904 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
17905 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17906 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
17907 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
17908 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
17909 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
17910 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
17911 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
17912 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
17913 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
17914 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
17915 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
17916 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
17917 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
17918 * gdb.mi/gdb701.exp: Likewise.
17919 * gdb.mi/gdb792.exp: Likewise.
17920 * gdb.mi/mi-basics.exp: Likewise.
17921 * gdb.mi/mi-break.exp: Likewise.
17922 * gdb.mi/mi-cli.exp: Likewise.
17923 * gdb.mi/mi-console.exp: Likewise.
17924 * gdb.mi/mi-disassemble.exp: Likewise.
17925 * gdb.mi/mi-eval.exp: Likewise.
17926 * gdb.mi/mi-file.exp: Likewise.
17927 * gdb.mi/mi-read-memory.exp: Likewise.
17928 * gdb.mi/mi-regs.exp: Likewise.
17929 * gdb.mi/mi-return.exp: Likewise.
17930 * gdb.mi/mi-simplerun.exp: Likewise.
17931 * gdb.mi/mi-stack.exp: Likewise.
17932 * gdb.mi/mi-stepi.exp: Likewise.
17933 * gdb.mi/mi-syn-frame.exp: Likewise.
17934 * gdb.mi/mi-until.exp: Likewise.
17935 * gdb.mi/mi-var-block.exp: Likewise.
17936 * gdb.mi/mi-var-child.exp: Likewise.
17937 * gdb.mi/mi-var-cmd.exp: Likewise.
17938 * gdb.mi/mi-var-display.exp: Likewise.
17939 * gdb.mi/mi-watch.exp: Likewise.
17940 * gdb.mi/mi2-basics.exp: Likewise.
17941 * gdb.mi/mi2-break.exp: Likewise.
17942 * gdb.mi/mi2-cli.exp: Likewise.
17943 * gdb.mi/mi2-console.exp: Likewise.
17944 * gdb.mi/mi2-disassemble.exp: Likewise.
17945 * gdb.mi/mi2-eval.exp: Likewise.
17946 * gdb.mi/mi2-file.exp: Likewise.
17947 * gdb.mi/mi2-read-memory.exp: Likewise.
17948 * gdb.mi/mi2-regs.exp: Likewise.
17949 * gdb.mi/mi2-return.exp: Likewise.
17950 * gdb.mi/mi2-simplerun.exp: Likewise.
17951 * gdb.mi/mi2-stack.exp: Likewise.
17952 * gdb.mi/mi2-stepi.exp: Likewise.
17953 * gdb.mi/mi2-syn-frame.exp: Likewise.
17954 * gdb.mi/mi2-until.exp: Likewise.
17955 * gdb.mi/mi2-var-block.exp: Likewise.
17956 * gdb.mi/mi2-var-child.exp: Likewise.
17957 * gdb.mi/mi2-var-cmd.exp: Likewise.
17958 * gdb.mi/mi2-var-display.exp: Likewise.
17959 * gdb.mi/mi2-watch.exp: Likewise.
17960 * gdb.stabs/exclfwd.exp: Likewise.
17961 * gdb.stabs/weird.exp: Likewise.
17962 * gdb.threads/gcore-thread.exp: Likewise.
17963 * gdb.trace/actions.exp: Likewise.
17964 * gdb.trace/backtrace.exp: Likewise.
17965 * gdb.trace/circ.exp: Likewise.
17966 * gdb.trace/collection.exp: Likewise.
17967 * gdb.trace/deltrace.exp: Likewise.
17968 * gdb.trace/infotrace.exp: Likewise.
17969 * gdb.trace/limits.exp: Likewise.
17970 * gdb.trace/packetlen.exp: Likewise.
17971 * gdb.trace/passc-dyn.exp: Likewise.
17972 * gdb.trace/passcount.exp: Likewise.
17973 * gdb.trace/report.exp: Likewise.
17974 * gdb.trace/save-trace.exp: Likewise.
17975 * gdb.trace/tfind.exp: Likewise.
17976 * gdb.trace/tracecmd.exp: Likewise.
17977 * gdb.trace/while-dyn.exp: Likewise.
17978 * gdb.trace/while-stepping.exp: Likewise.
17979
f4b618d1
JB
179802006-08-08 Joel Brobecker <brobecker@adacore.com>
17981
17982 * gdb.base/step-bt.c: New file.
17983 * gdb.base/step-bt.exp: New testcase.
17984
3d00d119
DJ
179852006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
17986
17987 * config/monitor.exp (gdb_load): Remove support for obsolete
17988 download-write-size.
17989 * gdb.base/remote.exp: Likewise. Update all callers of
17990 gdb_timed_load.
17991
017b5bd4
DJ
179922006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
17993
17994 * cursal.exp: Pass binfile to gdb_load.
17995
837c599d
DJ
179962006-08-01 Nathan Sidwell <nathan@codesourcery.com>
17997
17998 * gdb.base/cursal.exp: Add "" to gdb_load call.
17999
8dd4540b
MK
180002006-07-29 Mark Kettenis <kettenis@gnu.org>
18001
18002 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18003 NetBSD/ELF targets.
18004
ab5c9f60
DJ
180052006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18006
18007 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18008 operator*.
18009
4c42eaff
DJ
180102006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18011
18012 * gdb.base/completion.exp: Update for change in "file" behavior.
18013 * gdb.stabs/weird.exp: Likewise.
18014 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18015 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18016
0155cc76
NS
180172006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18018
18019 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18020 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18021
16026cd7
AS
180222006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18023
18024 * gdb.base/default.exp: Update source command error message.
18025 * gdb.base/help.exp: Update 'help source' message.
18026
16963cb6
DJ
180272006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18028
18029 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18030 test.
18031
6d7fd486
AS
180322006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18033
18034 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18035
29e8a844
DJ
180362006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18037
18038 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18039
6afcfa39
DJ
180402006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18041
18042 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18043
267a692b
MK
180442006-07-17 Mark Kettenis <kettenis@gnu.org>
18045
18046 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18047 *-*-openbsd* from targets for wich we expect ARM FPA floating
18048 point format.
18049
85d2fec4
NR
180502006-07-17 Nick Roberts <nickrob@snap.net.nz>
18051
18052 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18053
180542006-07-17 Mark Kettenis <kettenis@gnu.org>
18055
18056 * gdb.base/annota3.exp: Expect frame-begin annotation.
18057
85b4c6e8
JB
180582006-07-14 Joel Brobecker <brobecker@adacore.com>
18059
18060 * gdb.base/help.exp: Adjust "help unset" test to accept
18061 any list of unset commands.
18062
fb933624
DJ
180632006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18064 Daniel Jacobowitz <dan@codesourcery.com>
18065
18066 * gdb.cp/ref-params.exp: New test.
18067 * gdb.cp/ref-params.cc: New source file.
18068 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18069
1dff4b64
MK
180702006-07-08 Mark Kettenis <kettenis@gnu.org>
18071
18072 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18073 spaces/tabs in regular expressions since they might not be there.
18074
40d2e0e3
AS
180752006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18076
18077 * gdb.base/ifelse.exp: New file.
18078
f6c957d2
NS
180792006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18080
18081 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18082 line.
18083 * gdb.base/huge.exp: Loop over compilation to find a size that
18084 is acceptable.
18085 * gdb.base/remote.exp: Correct expected strings.
18086 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18087
b9c5a23d
DJ
180882006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18089
18090 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18091
9af2e58d
DJ
180922006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18093
18094 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18095 native.
18096
30930ca5
DJ
180972006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18098
18099 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18100 enable stabs testing.
18101
aa32fa1d
DJ
181022006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18103
bd4a4c80 18104 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
18105 gdb_test_multiple does.
18106
321fef15
DJ
181072006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18108
18109 * Makefile.in (host_alias): Remove.
18110 (target_alias): Use @target_noncanonical@.
18111 (site.exp): Don't set host_alias.
18112 * aclocal.m4: Remove contents. Include acx.m4.
18113 * configure: Regenerated.
18114 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18115
e1c2defa
NS
181162006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18117
e63b55d1
NS
18118 * lib/gdb.exp (gdb_load_cmd): New.
18119
5600ea19
NS
18120 * gdb.base/fileio.c: Add system(NULL) test.
18121 * gdb.base/fileio.exp: Check it.
18122
e1c2defa
NS
18123 * gdb.base/break.c: Add 10a breakpoint at }
18124 * gdb.base/break.exp: Add test for breakpoint at }
18125 * gdb.cp/anon-union.cc: Add code at end of function.
18126 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18127 * gdb.mi/var-cmd.c: Add code at end of function.
18128 * gdb.mi/mi-var-display.exp: Adjust end of next.
18129 * gdb.mi/mi2-var-display.exp: Likewise.
18130 * gdb.base/fileio.c: Add stop function and insert calls at
18131 stopping places.
18132 * gdb.base/fileio.exp: Breakpoint stop function and remove
18133 explicit line number references.
18134
6c0112ec
JB
181352006-05-19 Joel Brobecker <brobecker@adacore.com>
18136
a9c64011
AS
18137 * gdb.base/del.exp (test_delete_alias): New function.
18138 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 18139
154189a4
FF
181402006-05-18 Fred Fish <fnf@specifix.com>
18141
18142 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18143 required. Check for spurious output after program exits normally.
18144
582e64c2
FF
181452006-05-17 Fred Fish <fnf@specifix.com>
18146
18147 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18148 gdb_load, so it works in the simulator.
18149
8ef6493a
FF
181502006-05-11 Fred Fish <fnf@specifix.com>
18151
18152 * gdb.base/bang.exp: Ignore unexpected output between the
18153 "program exited normally" and the gdb prompt, as many other
18154 tests do.
18155
692b141c
MK
181562006-05-07 Mark Kettenis <kettenis@gnu.org>
18157
18158 * gdb.base/help.exp: Make "delete checkpoint" part option for
18159 "help d" and "help delete" tests.
18160
540b8a30
UW
181612006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18162
a9c64011 18163 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
18164 expected output in some mi_gdb_test statements.
18165 * gdb.mi/mi2-basics.exp: Likewise.
18166
9b6462d9
JB
181672006-05-05 Joel Brobecker <brobecker@adacore.com>
18168
18169 * gdb.base/del.c: New file.
18170 * gdb.base/del.exp: New testcase.
18171
954de43b
DM
181722006-05-05 David S. Miller <davem@sunset.davemloft.net>
18173
18174 * gdb.base/break.exp: Do not assume a breakpoint on
18175 main will actually be in $srcfile when optimizing.
1303f75e
DM
18176 * gdb.base/savedregs.exp: Do not require that the dummy
18177 frame location match up to a symbol and source file location.
c3242428
DM
18178 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18179 will get printed without a mi_cmd_data_list_register_values prefix.
18180 (*-data-list-register-*): Correct regular expressions to expect the new
18181 pseudo d? floating point registers.
18182 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 18183
c7e64c9a
DJ
181842006-05-05 Christophe Lyon <christophe.lyon@st.com>
18185
18186 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18187 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18188 is allocated by the compiler.
18189 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18190 anons, e, anone to force their allocation by the compiler.
18191
181922006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
18193
18194 * gdb.base/help.exp: Update expected text for help d and
18195 help delete.
18196
27ce9a6d
MK
181972006-05-02 Mark Kettenis <kettenis@gnu.org>
18198
18199 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18200 NetBSD/ELF targets.
18201
8608915f
MK
182022006-04-30 Mark Kettenis <kettenis@gnu.org>
18203
18204 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18205 single-step breakpoint fails; make this a KFAIL on
18206 sparc*-*-openbsd*.
18207 * gdb.base/siginfo.exp: Likewise.
18208 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18209
b8db102d
MS
182102006-04-26 Michael Snyder <msnyder@redhat.com>
18211
18212 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18213 which may have to consume output from other forks.
18214 Add tests to make sure that "delete fork" succeeded.
18215
c702009a
MS
182162006-04-20 Michael Snyder <msnyder@redhat.com>
18217
18218 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18219 Add support for the Renesas M32C and M16C.
18220
18221 * gdb.asm/asm-source.exp: Add m32c target.
18222 * gdb.asm/m32c.inc: Support for m32c target.
18223
e28493f2
AS
182242006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18225
18226 * gdb.base/commands.exp (recursive_source_test): New test.
18227
880da185
DM
182282006-04-04 David S. Miller <davem@sunset.davemloft.net>
18229
18230 * gdb.base/float.exp: Add pattern for sparc targets.
18231
61d9b92f
DJ
182322006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18233
18234 * gdb.base/commands.exp (stray_arg0_test): New test.
18235
bd717df8
PB
182362006-03-30 Paul Brook <paul@codesourcery.com>
18237
18238 * gdb.mi/mi-until.exp: kfail broken until command.
18239 * gdb.mi/mi2-until.exp: Ditto.
18240
ec793d3c
NR
182412006-03-27 Nick Roberts <nickrob@snap.net.nz>
18242
18243 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18244
831004b7
AO
182452006-03-08 Alexandre Oliva <aoliva@redhat.com>
18246
18247 * gdb.base/prelink.exp: Anchor tested-for regular expression
18248 on gdb prompt.
18249
effe49a0
PB
182502006-03-07 Paul Brook <paul@codesourcery.com>
18251
18252 * gdb.base/assign.exp: Correct fail message.
18253
e5461016
PB
182542006-03-07 Paul Brook <paul@codesourcery.com>
18255
18256 * lib/compiler.c: Extract armcc version number.
18257 * lib/compiler.cc: Ditto.
18258
fc91c6c2
PB
182592006-03-07 Paul Brook <paul@codesourcery.com>
18260
18261 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18262 additional_flags=-w.
18263 * gdb.arch/altivec-regs.exp: Ditto.
18264 * gdb.arch/e500-abi.exp: Ditto.
18265 * gdb.arch/e500-regs.exp: Ditto.
18266 * gdb.base/all-bin.exp: Ditto.
18267 * gdb.base/annota1.exp: Ditto.
18268 * gdb.base/annota3.exp: Ditto.
18269 * gdb.base/args.exp: Ditto.
18270 * gdb.base/arithmet.exp: Ditto.
18271 * gdb.base/assign.exp: Ditto.
18272 * gdb.base/async.exp: Ditto.
18273 * gdb.base/bang.exp: Ditto.
18274 * gdb.base/break.exp: Ditto.
18275 * gdb.base/call-rt-st.exp: Ditto.
18276 * gdb.base/completion.exp: Ditto.
18277 * gdb.base/cond-expr.exp: Ditto.
18278 * gdb.base/condbreak.exp: Ditto.
18279 * gdb.base/consecutive.exp: Ditto.
18280 * gdb.base/define.exp: Ditto.
18281 * gdb.base/display.exp: Ditto.
18282 * gdb.base/ena-dis-br.exp: Ditto.
18283 * gdb.base/environ.exp: Ditto.
18284 * gdb.base/eval-skip.exp: Ditto.
18285 * gdb.base/info-proc.exp: Ditto.
18286 * gdb.base/jump.exp: Ditto.
18287 * gdb.base/logical.exp: Ditto.
18288 * gdb.base/long_long.exp: Ditto.
18289 * gdb.base/maint.exp: Ditto.
18290 * gdb.base/miscexprs.exp: Ditto.
18291 * gdb.base/pc-fp.exp: Ditto.
18292 * gdb.base/pointers.exp: Ditto.
18293 * gdb.base/relational.exp: Ditto.
18294 * gdb.base/reread.exp: Ditto.
18295 * gdb.base/sect-cmd.exp: Ditto.
18296 * gdb.base/sep.exp: Ditto.
18297 * gdb.base/sepdebug.exp: Ditto.
18298 * gdb.base/until.exp: Ditto.
18299 * gdb.base/whatis-exp.exp: Ditto.
18300 * gdb.cp/annota2.exp: Ditto.
18301 * gdb.cp/annota3.exp: Ditto.
18302 * gdb.trace/actions.exp: Ditto.
18303 * gdb.trace/backtrace.exp: Ditto.
18304 * gdb.trace/circ.exp: Ditto.
18305 * gdb.trace/collection.exp: Ditto.
18306 * gdb.trace/deltrace.exp: Ditto.
18307 * gdb.trace/infotrace.exp: Ditto.
18308 * gdb.trace/limits.exp: Ditto.
18309 * gdb.trace/packetlen.exp: Ditto.
18310 * gdb.trace/passc-dyn.exp: Ditto.
18311 * gdb.trace/passcount.exp: Ditto.
18312 * gdb.trace/report.exp: Ditto.
18313 * gdb.trace/save-trace.exp: Ditto.
18314 * gdb.trace/tfind.exp: Ditto.
18315 * gdb.trace/tracecmd.exp: Ditto.
18316 * gdb.trace/while-dyn.exp: Ditto.
18317 * gdb.trace/while-stepping.exp: Ditto.
18318 * lib/gdb.exp: Ditto.
18319 (gdb_compile): Handle nowarning option.
18320
5f4a23d9
AO
183212006-03-07 Alexandre Oliva <aoliva@redhat.com>
18322
18323 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18324 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18325 Rename executable to prelinkt. Don't re-prelink if we didn't
18326 get a core file. Test prelink -u exit status to tell whether
18327 prelinking failed. Use gdb_test_multiple.
18328
9733fc94
DJ
183292006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18330
18331 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18332 (do_tests): Call it.
18333
cc10cae3
AO
183342006-02-28 Alexandre Oliva <aoliva@redhat.com>
18335
18336 * gdb.base/prelink.exp: New test.
18337 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18338
15c46491
WZ
183392006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18340
18341 * gdb.fortran/derived-type.f90: New file.
18342 * gdb.fortran/derived-type.exp: New testcase.
18343
5c9f7ded
DJ
183442006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18345
18346 * gdb.base/default.exp: Allow ';' as a directory separator.
18347
5b96932b
AS
183482006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18349
18350 * gdb.base/help.exp (help add-symbol-file): Update.
18351
1986bccd
AS
183522006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18353
18354 * gdb.base/help.exp (help load): Update expected results.
18355
a8b7528f
FF
183562006-02-19 Fred Fish <fnf@specifix.com>
18357
18358 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18359 specifix hex value as part of results.
18360 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 18361
f8261448
FF
183622006-02-16 Fred Fish <fnf@specifix.com>
18363
18364 * gdb.base/whatis.c: Define variables using typedefs char_addr,
18365 ushort_addr, and slong_addr, so the typedefs are not optimized
18366 away.
18367 * gdb.base/whatis.exp: Add tests using type name for struct type,
18368 union type, enum type, and typedef.
a9c64011 18369
31d8bdd2
MK
183702006-02-13 Mark Kettenis <kettenis@gnu.org>
18371
18372 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
18373
34e41e63
JB
183742006-02-13 Jim Blandy <jimb@redhat.com>
18375
18376 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
18377 case where it takes two "next" commands to skip past the init
18378 call.
18379
ac6e4f31
FF
183802006-02-12 Fred Fish <fnf@specifix.com>
18381
18382 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
18383 to handle cases where it takes two "next" commands to skip
18384 past the init call.
18385
2db2d571
JB
183862006-02-07 Joel Brobecker <brobecker@adacore.com>
18387
18388 * gdb.ada/array_return.exp: Mark the last test as expected to fail
18389 on hppa32 targets.
18390
38fcd64c
DJ
183912006-02-06 Vladimir Prus <ghost@cs.msu.su>
18392
18393 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
18394 field.
18395
1315ad46
MK
183962006-01-29 Mark Kettenis <kettenis@gnu.org>
18397
18398 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
18399
5625b943
DJ
184002006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18401
18402 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
18403 files.
18404
80df1bbe
DJ
184052006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18406
18407 * gdb.cp/maint.exp: Set complaints to a positive value.
18408
9078e690
DJ
184092006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18410
18411 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
18412 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
18413 function name.
18414
9c903399
DJ
184152006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
18416
18417 * gdb.base/checkpoint.c: Update copyright notice. Include
18418 <stdlib.h>.
18419
761ae4d6
JB
184202006-01-04 Jim Blandy <jimb@redhat.com>
18421
18422 * gdb.asm/asm-source.exp: Independently provide default values for
18423 asm-flags and debug-flags. Use 'string equal' to do the
18424 comparison, not the implicit expr's '==' operator. Remove
18425 now-unneeded assignments to asm-flags. In h8300 case, place
18426 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
18427
099ac3dd
MS
184282006-01-04 Michael Snyder <msnyder@redhat.com>
18429
18430 * gdb.base/checkpoint.c: New file.
18431 * gdb.base/checkpoint.exp: New file.
18432 * gdb.base/multi-fork.c: New file.
18433 * gdb.base/multi-fork.exp: New file.
18434 * gdb.base/pi.txt: New file (data for checkpoint.c test).
18435
f4d85314
FF
184362006-01-04 Fred Fish <fnf@specifix.com>
18437
18438 * gdb.base/ptype.c (foo): Add typedef.
18439 (intfoo): Add function.
18440 * gdb.base/ptype1.c: New file.
18441 * gdb.base/ptype.exp: Handle compilation and linking with two
18442 source files. Test that proper type for "foo" is found based
18443 on source context rather than first match found in symtabs.
18444
a1b06f35
MK
184452005-12-28 Mark Kettenis <kettenis@gnu.org>
18446
18447 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
18448 * gdb.asm/openbsd.inc: Indent commands.
18449
d082a1e2
MK
184502005-12-26 Mark Kettenis <kettenis@gnu.org>
18451
c65016bd
MK
18452 * gdb.base/freebpcmd.exp: Increase timeout.
18453
d082a1e2
MK
18454 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
18455
d3c32a0e
DJ
184562005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
18457
18458 * gdb.base/default.exp: Update check for "show version".
18459
9fdb1f50
RC
184602005-12-09 Randolph Chung <tausq@debian.org>
18461
18462 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
18463 * gdb.asm/pa64.inc: New file.
18464
5f2c56f7
RC
184652005-12-09 Randolph Chung <tausq@debian.org>
18466
18467 * gdb.asm/common.inc: Indent commands.
18468 * gdb.asm/asmsrc1.s: Likewise.
18469 * gdb.asm/asmsrc2.s: Likewise.
18470
8117349c
RC
184712005-12-09 Randolph Chung <tausq@debian.org>
18472
18473 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
18474 (get_addr_of_sym): Remove duplicate print.
18475 (gen_core): xfail hppa*-*-hpux*, update expected output.
18476 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
18477 * gdb.arch/pa64-nullify.s: New file.
18478
8f07f25a
RC
184792005-12-09 Randolph Chung <tausq@debian.org>
18480
18481 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
18482
55b39184
DJ
184832005-12-07 Christophe Lyon <christophe.lyon@st.com>
18484
18485 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
18486 code generation for these functions.
18487 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
18488 error message.
18489
31e2b00f
AS
184902005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
18491
18492 * gdb.base/help.exp (help b, help br, help bre, help brea)
18493 (help break): Update the expected message.
18494
c3d0b56e
SC
184952005-11-11 Stephane Carrez <stcarrez@nerim.fr>
18496
18497 * gdb.asm/m68hc11.inc: Setup the data section.
18498 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
18499 script for this test.
18500 (m6812-*-*): Likewise.
18501
36ae0ea9
RC
185022005-11-09 Randolph Chung <tausq@debian.org>
18503
18504 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
18505
9d6f42e9
WZ
185062005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
18507
18508 * gdb.base/break.exp: Fix a comment typo.
18509
e2126a14
EZ
185102005-11-03 Jim Blandy <jimb@redhat.com>
18511
a9c64011
AS
18512 Checked in by Elena Zannoni <ezannoni@redhat.com>
18513
889bf7c5 18514 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 18515
e0ac7199
CV
185162005-11-02 Corinna Vinschen <vinschen@redhat.com>
18517
18518 * gdb.arch/gdb1558.c: Include stdio.h.
18519
31d3fb18
MK
185202005-10-31 Mark Kettenis <kettenis@gnu.org>
18521
18522 * gdb.asm/asm-source.exp: Use -e instead of --entry.
18523
e52b687c
MK
185242005-10-31 Mark Kettenis <kettenis@gnu.org>
18525
18526 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
18527
f4711d79
PG
185282005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
18529
a9c64011
AS
18530 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18531 vscr" tests to better match output.
f4711d79 18532
987a9106
JB
185332005-10-12 Jim Blandy <jimb@redhat.com>
18534
18535 * gdb.base/structs.exp (any): New function.
18536 (test_struct_returns): Don't make any assumptions at all about
18537 what value the function returns when GDB can't set the return
18538 value.
18539
2336bb58
JB
185402005-10-09 Joel Brobecker <brobecker@adacore.com>
18541
18542 * gdb.ada/arrayidx/p.adb: New file.
18543 * gdb.ada/arrayidx.exp: New testcase
18544
185452005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
18546
18547 * gdb.ada/array_return/pck.ads: New file.
18548 * gdb.ada/array_return/pck.adb: New file.
18549 * gdb.ada/array_return/p.adb: New file.
18550 * gdb.ada/array_return.exp: New testcase.
18551
705335ea
JB
185522005-10-03 Joel Brobecker <brobecker@adacore.com>
18553
a9c64011
AS
18554 * gdb.base/arrayidx.c: New file.
18555 * gdb.base/arrayidx.exp: New testcase.
705335ea 18556
11ee9940
NR
185572005-09-29 Nick Roberts <nickrob@snap.net.nz>
18558
18559 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
18560 frames-invalid and breakpoints-invalid are no longer generated
18561 with level 3 so don't expect them in the output.
18562
39fb8e9e
BR
185632005-09-27 Bob Rossi <bob@brasko.net>
18564
a9c64011 18565 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
18566 from test. Escape the | in mi_gdb_test call.
18567 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
18568 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
18569 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
18570 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
18571 expected regex's in mi_gdb_test calls.
18572 * lib/mi-support.exp: Remove arbitrary .* from tests.
18573 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
18574 Fully anchor GDB/MI expected results in mi_gdb_test.
18575 * lib/gdb.exp (string_to_regexp): Escape the ] character.
18576 * gdb.base/sizeof.exp: Remove escape character. Correct test.
18577
2af48f68
PB
185782005-09-26 Paul Brook <paul@codesourcery.com>
18579
18580 * long_long.exp: Exclude eabi targets from arm FPA float format test.
18581
f34502bc
WZ
185822005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18583
18584 * bfp-test.c: New file.
18585 * bfp-test.exp: New testcase.
18586
ca929517
WZ
185872005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
18588
18589 * gdb.fortran/subarray.exp: New testcase to test the evaluation
18590 of subarray and substring variable.
18591 * gdb.fortran/subarray.f: New source file for the test of subarray
18592 and substring variable evaluation.
18593 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
18594 of string constant.
18595
c761af65
DJ
185962005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
18597
18598 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
18599 copyright dates.
18600
561d7a1d
PG
186012005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
18602
18603 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
18604 powerpc altivec' test with an almost identical 'info vector' test.
18605
b2b64cc9
PG
186062005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18607
a9c64011
AS
18608 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
18609 vscr" tests to match output.
b2b64cc9 18610
6ac4d15a
PG
186112005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
18612
a9c64011
AS
18613 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
18614 output.
6ac4d15a 18615
40e55bef
BR
186162005-09-11 Bob Rossi <bob@brasko.net>
18617
889bf7c5
PA
18618 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
18619 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
18620 commands that return an MI output command and an asyncronous MI output
18621 command.
40e55bef
BR
18622 * gdb.mi/mi-console.exp: Ditto.
18623
3c7385ec
BR
186242005-09-11 Bob Rossi <bob@brasko.net>
18625
18626 * gdb.mi/mi-var-child.c: Include <string.h>.
18627
a6cd0eb3
DJ
186282005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
18629
18630 * killed.exp: Correct gdb_expect syntax.
18631
2f168eed
CV
186322005-08-09 Corinna Vinschen <vinschen@redhat.com>
18633
18634 * lib/mi-support.exp (mi_gdb_load): Fix typo.
18635
ecd3fd0f
BR
186362005-08-02 Bob Rossi <bob@brasko.net>
18637
18638 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
18639 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
18640 Change tests to inferior-tty-set/show.
18641 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
18642 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
18643 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
18644 inferior. Use mi_gdb_test to get GDB and Inferior output.
18645 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
18646 descriptor.
18647 (mi_inferior_tty_name): Add inferior PTY file name.
18648 (mi_gdb_start): Add INFERIOR_PTY parameter.
18649 (mi_gdb_test): Add IPATTERN parameter.
18650
f1ea48cb 186512005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 18652
f1ea48cb
BR
18653 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
18654 parameter to mi_gdb_test.
18655 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
18656
6e650a67
DJ
186572005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18658
18659 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
18660 struct_declarations.
18661 * gdb.mi/mi-var-child.exp: Step over the initialization of
18662 struct_declarations.
18663
8be260b6
DJ
186642005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18665
18666 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
18667 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
18668 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
18669 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
18670 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
18671 file.
18672
4e660f07
NR
186732005-07-27 Nick Roberts <nickrob@snap.net.nz>
18674
18675 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
18676 (do_children_tests): Assign values to the extra elements.
18677
18678 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
18679 them for tests for "-var-update --no-values" and
a9c64011 18680 "-var-update --all-values".
4e660f07
NR
18681 Add test for "-var-list-children --simple-values".
18682
18683 * gdb.mi/basics.c (callee4): Add integer array D[3]...
18684
18685 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
18686 "-stack-list-locals --simple-values" Improve doc strings and
18687 comments.
18688
6bdae935
MK
186892005-07-18 Mark Kettenis <kettenis@gnu.org>
18690
598b7a6f
MK
18691 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
18692 *-*-openbsd*.
18693 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
18694
6bdae935
MK
18695 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
18696 sigaltsatck'.
18697
1323e929 186982005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 18699
1323e929
BR
18700 * gdb.base/default.exp (tty): Changed output of command.
18701 * gdb.base/help.exp (help tty): Ditto.
18702
b1a9c082
MK
187032005-07-12 Mark Kettenis <kettenis@gnu.org>
18704
18705 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
18706
10a844a2
MK
187072005-07-10 Mark Kettenis <kettenis@gnu.org>
18708
18709 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
18710 -stack-select-frame without arguments.
18711 (test_stack_frame_listing): Add test for newly implemented command
18712 -stack-info-frame.
18713
3cb3b8df
BR
187142005-07-06 Bob Rossi <bob@brasko.net>
18715
18716 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
18717 command.
18718 (Copyright): Update copyright.
18719
a0c5fbcf
WZ
187202005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
18721
18722 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
18723 tests to evaluate exponentiation expression.
18724
984971d0
AS
187252005-06-29 Andreas Schwab <schwab@suse.de>
18726
18727 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
18728 main to avoid warnings.
18729
18730 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
18731
fe03833f
NR
187322005-06-20 Nick Roberts <nickrob@snap.net.nz>
18733
18734 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
18735 -stack-select-frame without arguments.
18736 (test_stack_frame_listing): Add test for newly implemented command
18737 -stack-info-frame.
a9c64011 18738
7a55f279
WZ
187392005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
18740
0ffa0ea5
DJ
18741 * gdb.fortran/array-element.f: New file.
18742 * gdb.fortran/array-element.exp: New testcase.
7a55f279 18743
26585198
DJ
187442005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18745
18746 * gdb.base/bigcore.exp: Correct checks for systems which can
18747 not dump a large core file.
18748
c1bd25fd
DJ
187492005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18750
18751 * gdb.base/relocate.c: Add a copyright notice.
18752 (dummy): Remove.
18753 * gdb.base/relocate.exp: Test printing the values of variables
18754 from a relocatable file.
18755
589e074d
DJ
187562005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18757
18758 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
18759 excess MI output after an error.
18760
0915f927
JB
187612005-05-29 Joel Brobecker <brobecker@adacore.com>
18762
18763 * gdb.arch/alpha-step.c: New file.
18764 * gdb.arch/alpha-step.exp: New testcase.
18765
76ff342d
DJ
187662005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
18767 Dennis Brueni <dennis@slickedit.com>
18768
18769 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
18770 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
18771 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
18772 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
18773 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
18774 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
18775 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
18776
96b0c7ac
DJ
187772005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
18778 Wu Zhou <woodzltc@cn.ibm.com>
18779
18780 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
18781 IBM's xlc compiler.
18782 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
18783 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
18784
f21565d2
JB
187852005-05-13 Jim Blandy <jimb@redhat.com>
18786
18787 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
18788 calling gdb_suppress_entire_file.
18789 * gdb.base/charset.exp: Same.
18790 * gdb.base/call-rt-st.exp: Same.
18791
6006a3a1
BR
187922005-05-05 Bob Rossi <bob_rossi@cox.net>
18793
18794 * lib/gdb.exp (fullname_syntax): Added global regex.
18795 (fullname_syntax_POSIX): Ditto.
18796 (fullname_syntax_UNC): Ditto.
18797 (fullname_syntax_DOS_CASE): Ditto.
18798 (fullname_syntax_DOS): Ditto.
18799 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
18800 fullname_syntax variable to scope and use it.
18801 (test_file_list_exec_source_files): Ditto.
18802 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
18803
c3b69c04
DJ
188042005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
18805
18806 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
18807
3c95e6af
PG
188082004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
18809
a9c64011
AS
18810 * lib/gdb.exp (skip_altivec_tests): New function, based on
18811 check_vmx_hw_available from the GCC testsuite.
18812 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
18813 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 18814
78df6c56
JB
188152005-05-02 Jim Blandy <jimb@redhat.com>
18816
18817 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
18818 calling gdb_suppress_entire_file.
18819
1690f9cf
DJ
188202005-04-30 Randolph Chung <tausq@debian.org>
18821
18822 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
18823 Slightly relax "sem_post" name checking.
18824
5ea106f7
PG
188252005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18826
18827 * gdb.base/unload.exp: Use new shared library infrastructure.
18828
bf7234cf
PG
188292005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
18830
18831 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 18832 infrastructure.
bf7234cf 18833
547b869a
CV
188342005-04-29 Corinna Vinschen <vinschen@redhat.com>
18835
18836 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
18837 * gdb.asm/h8300.inc: New file.
18838
f07e55f0
PG
188392005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18840
18841 * gdb.base/shlib-call.exp: Change to use new shared library
18842 infrastructure.
18843
3cbba3d1
PG
188442005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18845
a9c64011
AS
18846 * gdb.base/pending.exp: Change to use new shared library
18847 infrastructure.
3cbba3d1 18848
ed6df200
PG
188492005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
18850
a9c64011
AS
18851 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
18852 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 18853
8c8f4ebe
PG
188542005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
18855
a9c64011
AS
18856 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
18857 shared objects being adjusted and update copyright years.
8c8f4ebe 18858
607fbc54
DJ
188592005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
18860
18861 * ChangeLog: Correct some 2003-01-13 dates.
18862 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
18863 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
18864 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
18865 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
18866 gdb.trace/tfind.exp: Update copyright years.
18867
57bf0e56
DJ
188682005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
18869 Daniel Jacobowitz <dan@codesourcery.com>
18870
18871 * lib/gdb.exp (gdb_compile): Handle shlib=.
18872 (gdb_compile_shlib): New function.
18873
9b593790
PG
188742005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
18875
a9c64011 18876 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 18877
9494c6a5
DJ
188782005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
18879
18880 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
18881 gdb.server.
18882 * configure.ac: Likewise.
18883 * configure: Regenerated.
18884 * gdb.gdbserver/Makefile.in: Moved to...
18885 * gdb.server/Makefile.in: ... here.
18886 * gdb.gdbserver/server.c: Moved to...
18887 * gdb.server/server.c: ... here.
18888 * gdb.gdbserver/server-run.exp: Moved to...
18889 * gdb.server/server-run.exp: ... here.
18890
6f8eac0e
DJ
188912005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
18892
18893 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
18894 * configure.ac: Create gdb.gdbserver/Makefile.
18895 * configure: Regenerated.
18896 * lib/gdbserver-support.exp: New file, derived from
18897 config/gdbserver.exp.
18898 * config/gdbserver.exp: Use gdbserver-support.exp.
18899 * gdb.gdbserver/Makefile.in: New file.
18900 * gdb.gdbserver/server.c: New file.
18901 * gdb.gdbserver/server-run.exp: New file.
18902
6e87504d
PG
189032005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
18904
a9c64011
AS
18905 * lib/gdb.exp (test_compiler_info): Return compiler_info
18906 if no arguments are given.
6e87504d 18907
d1779be4
PG
189082005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
18909
18910 * gdb.arch/altivec-abi.exp: Check for compiler and set
18911 use altivec' flag accordingly.
18912 * gdb.arch/altivec-regs.exp: Likewise.
18913
88750304
DJ
189142005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
18915
18916 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
18917
f3fb768d
AS
189182005-03-27 Andreas Schwab <schwab@suse.de>
18919
18920 * gdb.base/bigcore.c (main): Add missing mode argument in open
18921 call.
18922
7e813ac5
DJ
189232005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
18924
18925 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
18926 downloads.
18927 * config/gdbserver.exp (gdb_load): Likewise.
18928
8e3049aa
PB
189292005-03-14 Paul Brook <paul@codesourcery.com>
18930
18931 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
18932 targets.
18933
a9df7c44
JB
189342005-03-09 Joel Brobecker <brobecker@adacore.com>
18935
18936 * gdb.dwarf2/dup-psym.S: New file.
18937 * gdb.dwarf2/dup-psym.exp: New testcase.
18938
9f0d94e8
JB
189392005-03-09 Joel Brobecker <brobecker@adacore.com>
18940
18941 * gdb.ada/exec_changed/first.adb: New file.
18942 * gdb.ada/exec_changed/second.adb: New file.
18943 * gdb.ada/exec_changed.exp: New testcase.
18944
5f579bc5
NS
189452005-03-08 Nathan Sidwell <nathan@codesourcery.com>
18946
36e9969c
NS
18947 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
18948 (A2): New class.
18949 (main): Test operator+.
18950 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
18951 breakpoint test.
18952
5f579bc5
NS
18953 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
18954 * gdb.base/signull.exp: Disable if gdb,nosignals.
18955 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
18956 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
18957 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
18958 * gdb.mi/mi2-console.exp: Likewise.
18959 * gdb.trace/collection.exp (run_trace_experiment): Consume the
18960 continue output at start.
18961 (gdb_collect_locals_test): Robustify regexp.
18962 * gdb.trace/passc-dyn.exp: Fix comment typo.
18963 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
18964
be46087e
CV
189652005-03-08 Corinna Vinschen <vinschen@redhat.com>
18966
18967 * gdb.asm/asm-source.exp: Add iq2000 case.
18968 * gdb.asm/iq2000.inc: New file.
18969
384e1a61 189702005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 18971
384e1a61
MI
18972 * gdb.base/command.exp: Change hardcoded value to regular expression.
18973 * gdb.base/float.exp: Add powerpc to the list of targets checked.
18974
584b6e9e
DJ
189752005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
18976
18977 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
18978 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
18979 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
18980 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
18981 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
18982
ab5b5d61
MK
189832005-03-05 Mark Kettenis <kettenis@gnu.org>
18984
18985 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
18986 changes.
18987
ae051c1b
PG
189882004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
18989
a9c64011
AS
18990 * lib/compiler.c: Add test for IBM's xlc compiler.
18991 * lib/compiler.cc: Likewise.
ae051c1b 18992
3f0f6ed2
JB
189932004-02-24 Joel Brobecker <brobecker@adacore.com>
18994
18995 * gdb.ada/fixed_points.exp: Create compilation object directory
18996 before running the test.
18997 * gdb.ada/null_record.exp: Likewise.
18998 * gdb.ada/packed_array.exp: Likewise.
18999 * gdb.ada/start.exp: Likewise.
19000
724f452b
JB
190012005-02-15 Joel Brobecker <brobecker@adacore.com>
19002
19003 * gdb.ada/packed_array/pa.adb: New file.
19004 * gdb.ada/packed_array.exp: New testcase.
19005
57f5cdfb 190062005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 19007
1f393151
MK
19008 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19009 files.
19010
ebdda337
MK
19011 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19012 on *-*-openbsd*. Correctly match whitespace in regukar
19013 expressions.
19014
cf309262
DJ
190152005-02-10 Daniel Jacobowitz <dan@debian.org>
19016
19017 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19018 PR exp/1821
19019 * gdb.base/gdb1821.c: New test file.
19020 * gdb.base/gdb1821.exp: New test file.
19021
3be49e7a
JB
190222005-02-09 Joel Brobecker <brobecker@adacore.com>
19023
19024 * gdb.base/start.c: New file.
19025 * gdb.base/start.exp: New testcase.
19026
e292e67d
JB
190272005-02-09 Joel Brobecker <brobecker@adacore.com>
19028
19029 * gdb.ada/start/dummy.adb: New file.
19030 * gdb.ada/start.exp: New testcase.
19031
dbdfa66c
CV
190322005-02-09 Corinna Vinschen <vinschen@redhat.com>
19033
19034 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19035 for printing symbols and statistics.
19036 Add test for using relative pathnames in "maint print msymbols" test.
19037 Mark "maint info sections DATA" XFAIL on Cygwin.
19038 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19039 tests.
19040
d7941671
AC
190412005-02-09 Andreas Schwab <schwab@suse.de>
19042
19043 Committed by Andrew Cagney <cagney@gnu.org>
19044 * gdb.base/remotetimeout.exp: New file.
19045
74e5ef44
MK
190462005-02-07 Mark Kettenis <kettenis@gnu.org>
19047
19048 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19049
464dd14d
JB
190502005-02-03 Joel Brobecker <brobecker@adacore.com>
19051
19052 * gdb.ada/gnat_ada.gpr: New file.
19053 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19054 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19055 * configure.ac: No longer generate gnat_ada.gpr.
19056 * configure: Regenerate.
19057 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19058 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19059 * gdb.ada/null_record/bar.ads: Likewise.
19060 * gdb.ada/null_record/bar.adb: Likewise.
19061 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19062 * gdb.ada/null_record.exp (testdir): New variable.
19063 (testfile): executable is now in testdir subdirectory.
19064 (srcfile): Use full path to the main compilation unit.
19065 * gdb.ada/fixed_points.exp: Same changes as above.
19066
30d756ae
NR
190672005-02-03 Nick Roberts <nickrob@snap.net.nz>
19068
19069 * gdb.base/interp.exp: New test.
19070
9d799f85
AC
190712005-01-24 Andrew Cagney <cagney@gnu.org>
19072
19073 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19074
15656118
AC
190752005-01-19 Andrew Cagney <cagney@gnu.org>
19076
a892c31b
AC
19077 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19078 configure.ac not configure.in.
19079
15656118
AC
19080 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19081 of powerpc*-*-*.
19082 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 19083 * gdb.base/list.exp (test_list_function)
15656118
AC
19084 (test_list_filename_and_function): Ditto.
19085 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19086
a7b01baf
AC
190872005-01-16 Andrew Cagney <cagney@gnu.org>
19088
17d92a02
AC
19089 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19090
a7b01baf
AC
19091 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19092
bc8332bb
AC
190932005-01-14 Andrew Cagney <cagney@gnu.org>
19094
19095 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19096 * gdb.mi/mi2-var-cmd.exp: Ditto.
19097
4d074752
CV
190982005-01-10 Corinna Vinschen <vinschen@redhat.com>
19099
19100 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19101
bec39cab
AC
191022005-01-07 Andrew Cagney <cagney@gnu.org>
19103
19104 * configure.ac: Rename configure.in, require autoconf 2.59.
19105 * configure: Re-generate.
19106 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19107 * gdb.stabs/configure: Re-generate.
19108 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19109 * gdb.hp/configure: Re-generate.
19110 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19111 autoconf 2.59.
19112 * gdb.hp/gdb.objdbg/configure: Re-generate.
19113 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19114 autoconf 2.59.
19115 * gdb.hp/gdb.defects/configure: Re-generate.
19116 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19117 autoconf 2.59.
19118 * gdb.hp/gdb.compat/configure: Re-generate.
19119 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19120 autoconf 2.59.
19121 * gdb.hp/gdb.base-hp/configure: Re-generate.
19122 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19123 autoconf 2.59.
19124 * gdb.hp/gdb.aCC/configure: Re-generate.
19125
f10b16d4
JB
191262004-12-15 Jim Blandy <jimb@redhat.com>
19127
19128 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19129 under NPTL when there is debugging info available for libpthread.
19130
fb6e1814
JG
191312004-12-13 Jerome Guitton <guitton@gnat.com>
19132
19133 * gdb.ada/fixed_points.c: New file.
19134 * gdb.ada/fixed_points.exp: New file.
19135
fe46cd3a
RC
191362004-12-03 Randolph Chung <tausq@debian.org>
19137
19138 * gdb.arch/pa-nullify.exp: New file.
19139 * gdb.arch/pa-nullify.s: New file.
19140
8de0841b
RC
191412004-11-30 Randolph Chung <tausq@debian.org>
19142
19143 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19144 instead of "tbug". Fix regexp to work properly with gdb_test.
19145
c8170782
PH
191462004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19147
19148 * gdb.base/bitfields2.exp: New test.
19149 * gdb.base/bitfields2.c: New file.
19150
954269c2
RE
191512004-11-28 Richard Earnshaw <rearnsha@arm.com>
19152
19153 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19154
0107feed
RC
191552004-11-16 Randolph Chung <tausq@debian.org>
19156
19157 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19158
f073ae8c
DJ
191592004-11-14 Daniel Jacobowitz <dan@debian.org>
19160
19161 * gdb.threads/threadapply.exp: Correct "macro details" test.
19162
19ad59e7
JJ
191632004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19164
19165 * gdb.threads/threadapply.exp: New test.
19166 * gdb.threads/threadapply.c: New file.
19167
9cf0961b
MK
191682004-11-07 Mark Kettenis <kettenis@gnu.org>
19169
19170 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19171 frames.
19172
c789492a
FL
191732004-11-05 Felix Lee <felix+log1@specifixinc.com>
19174
19175 * gdb.base/cursal.exp: New file.
19176 * gdb.base/cursal.c: New file.
19177
a1e167bb
AC
191782004-11-03 Andrew Cagney <cagney@gnu.org>
19179
19180 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19181
b7cbf173
MK
191822004-10-30 Mark Kettenis <kettenis@gnu.org>
19183
19184 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19185 NetBSD/ELF targets.
19186
88f9d34f
JB
191872004-10-29 Joel Brobecker <brobecker@gnat.com>
19188
19189 * gdb.threads/bp_in_thread.c: New file, copied from
19190 pthread_cond_wait.c.
19191 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19192 file, rather than reusing the .c file from another testcase.
19193
ca7d6a0c
JB
191942004-10-20 Joel Brobecker <brobecker@gnat.com>
19195
19196 * gdb.ada/null_record.exp: Check where we stopped after
19197 sending the start command, instead of where the associated
19198 temporary breakpoint was inserted.
19199
0d863d03
AC
192002004-10-14 Andrew Cagney <cagney@gnu.org>
19201
19202 * gdb.mi/gdb701.c (main): Return 0.
19203
d11e72cb
DJ
192042004-10-13 Daniel Jacobowitz <dan@debian.org>
19205
d40539a4 19206 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 19207
e1923096
JJ
192082004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19209
19210 * gdb.threads/schedlock.c: Add comment markers to use to find
19211 line numbers.
19212 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19213 comments.
19214 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19215 breakpoint lines.
19216
ec8ba2c9
DJ
192172004-10-12 Daniel Jacobowitz <dan@debian.org>
19218
19219 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19220
0eb3658b
DJ
192212004-10-12 Daniel Jacobowitz <dan@debian.org>
19222
19223 * configure.in: Add gdb.dwarf2.
19224 * configure: Regenerated.
19225 * Makefile.in: Add gdb.dwarf2.
19226 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19227 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19228 gdb.dwarf2/file1.txt: New files.
19229
a271cc33
OF
192302004-10-11 Orjan Friberg <orjanf@axis.com>
19231
a9c64011 19232 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
19233 of "run", since the latter doesn't work with remote targets. Adjust
19234 the breakpoint numbering accordingly.
19235 * gdb.threads/pthread_cond_wait.exp: Ditto.
19236
895ce074
MC
192372004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19238
19239 * gdb.base/overlays.exp: Update copyright years.
19240
6be3092d
KI
192412004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19242
19243 * gdb.base/overlays.exp: Disable if target is Linux.
19244
e05389b8
FL
192452004-10-06 Felix Lee <felix+log1@specifixinc.com>
19246
19247 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19248
73cb587d
KI
192492004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19250
19251 * gdb.asm/asm-source.exp: Add m32r-linux target.
19252 * gdb.asm/m32r-linux.inc: New file.
19253
3c0edcdc
AC
192542004-09-24 Andrew Cagney <cagney@redhat.com>
19255 David Anderson <anderson@redhat.com>
19256
19257 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19258 command fails, assume things will work.
19259 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19260 (_GNU_SOURCE): Define.
19261 (print_unsigned, print_hex): Change parameter to "long long".
19262 (print_byte_count): New function, use to print byte counts.
19263 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19264 O_LARGEFILE.
19265 (main): Compute an upper bound on a corefile in max_core_size.
19266 Limit memory chunk size to max_core_size. Limit total memory
19267 allocated to max_core_size.
19268
4bb3667f
AC
192692004-09-23 Andrew Cagney <cagney@gnu.org>
19270
19271 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19272 from a separate process with code that creates a corefile by
19273 making the inferior dump core.
19274
60fe1a51
MK
192752004-09-23 Mark Kettenis <kettenis@gnu.org>
19276
19277 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19278 block.
19279
8e937346
MC
192802004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19281
19282 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19283 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19284 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19285 Likewise.
19286
7213f6d6
JJ
192872004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19288
19289 * gdb.java/jprint.exp: New test case for java inferior call.
19290 * gdb.java/jprint.java: Ditto.
19291
eac69dca
JB
192922004-09-15 Joel Brobecker <brobecker@gnat.com>
19293
19294 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19295
22227696
MC
192962004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19297
19298 * gdb.threads/killed.c: Include <stdlib.h>.
19299 * gdb.threads/pthreads.c: Likewise.
19300
7dd403a4
MC
193012004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19302
19303 * gdb.threads/killed.c: Add copyright notice.
19304
33f2d567
JM
193052004-09-10 Jason Molenda (jmolenda@apple.com)
19306
a9c64011
AS
19307 * gdb.base/define.exp: Two new tests to verify zero space chars
19308 after 'if' and 'while' commands in a user-defined command is correctly
19309 parsed.
33f2d567 19310
e05b62ac
AC
193112004-09-08 Andrew Cagney <cagney@gnu.org>
19312
19313 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19314 delivery test with duplicate at end of file.
19315
9cbe82da
MK
193162004-09-06 Mark Kettenis <kettenis@jive.nl>
19317
19318 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19319
564803d9
MC
193202004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19321
19322 * config/hppro.exp: Removed.
19323
7c6807ce
MC
193242004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19325
19326 * config/sparclet.exp: Removed.
19327
bf7e26dd
MC
193282004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19329
19330 * config/udi.exp: Removed.
19331
714e341b
MC
193322004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19333
19334 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19335 of "exp_continue".
19336 (advancei): Likewise.
19337
1236e623
JJ
193382004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19339
19340 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19341
3bdcad15
MI
193422004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19343
228af206 19344 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
19345 to check for nodebug in executable.
19346 * gdb.gdb/observer.exp (setup_test): Likewise.
19347 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19348 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19349
c72b934c
AC
193502004-09-01 Andrew Cagney <cagney@gnu.org>
19351
19352 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19353 files.
19354
edd9b715
JJ
193552004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19356
19357 * gdb.base/unload.exp: Fix expected warning message to match
19358 latest format.
19359
fb4ce06b
CV
193602004-09-01 Corinna Vinschen <vinschen@redhat.com>
19361
19362 * gdb.base/call-rt-st.exp: Fix typos.
19363
ce78e7c3
MI
193642004-08-31 Manoj Iyer <manjo@austin.ibm.com>
19365
19366 * gdb.threads/thread_check.exp: New testcase.
19367 * gdb.threads/thread_check.c: New testcase.
19368
2dedb159
AC
193692004-08-31 Andrew Cagney <cagney@gnu.org>
19370
19371 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
19372 (skip_to_handler_entry): New procedures. Test stepping into a
19373 handler when the breakpoint is at the handler's entry point.
19374
68f53502
AC
193752004-08-30 Andrew Cagney <cagney@gnu.org>
19376
19377 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
19378 gdb/1757.
19379
3e3ffd2b
MC
193802004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19381
19382 With code from Manoj Iyer <manjo@austin.ibm.com>:
19383 * lib/gdb.exp (gdb_file_cmd): Return more information in the
19384 return value. Add an arm for "no debugging symbols found".
19385 Change a stray "error" to "perror".
19386 (gdb_run_cmd): Adapt to new return value.
19387 * gdb.base/remote.exp: Adapt to new return value.
19388 * gdb.gdb/complaints.exp: Likewise.
19389 * gdb.gdb/observer.exp: Likewise.
19390 * gdb.gdb/selftest.exp: Likewise.
19391 * gdb.gdb/xfullpath.exp: Likewise.
19392
4b6f5fd2
JB
193932004-08-27 Joel Brobecker <brobecker@gnat.com>
19394
19395 * gdb.threads/bp_in_thread.exp: New testcase.
19396
e5b25496
MC
193972004-08-27 Michael Chastain <mec.gnu@mindspring.com>
19398
19399 Fix PR testsuite/1735.
19400 * gdb.threads/schedlock.c (thread_function): Add a cast
19401 to suppress a gcc warning.
19402 * gdb.threads/thread-specific.c (thread_function): Likewise.
19403
934353d6
MC
194042004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19405
19406 * gdb.base/unload.c: Include <stdlib.h>.
19407
f98a0aef 194082004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 19409
f98a0aef 19410 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
19411 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
19412 synchronized after the "return".
19413
5a2e8882
MC
194142004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19415
19416 * gdb.mi/basics.c: Include <stdio.h>.
19417 * gdb.mi/pthreads.c: Include <stdlib.h>.
19418 * gdb.mi/var-cmd.c: Include <stdlib.h>.
19419
a9640423
MC
194202004-08-26 Michael Chastain <mec.gnu@mindspring.com>
19421
19422 * gdb.threads/schedlock.c: Add copyright notice.
19423
b04e311d
AC
194242004-08-25 Andrew Cagney <cagney@gnu.org>
19425
19426 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
19427 (skip_over_handler, breakpoint_over_hander): New test procedures.
19428 (advance, advancei): Add a proper prefix, do not use
19429 rerun_to_main.
19430 * gdb.base/sigstep.c (main): Change to use an infinite loop.
19431
7c27f15b
MC
194322004-08-24 Michael Chastain <mec.gnu@mindspring.com>
19433
19434 * gdb.mi/basics.c: Add copyright notice.
19435 * gdb.mi/var-cmd.c: Add copyright notice.
19436
fffc87ae
MC
194372004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19438
19439 * lib/gdb.exp: Remove signed_keyword_not_used.
19440 * lib/compiler.c: Likewise.
19441 * lib/compiler.cc: Likewise.
19442
d782e0bf
MC
194432004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19444
19445 * gdb.base/whatis.c: Remove conditional disabling of "signed".
19446 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
19447
96033e83
MC
194482004-08-23 Michael Chastain <mec.gnu@mindspring.com>
19449
19450 * gdb.base/whatis.c: Add copyright notice.
19451
cf38c229
MK
194522004-08-20 Mark Kettenis <kettenis@gnu.org>
19453
19454 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
19455 it to skip the breakpoints encoded in the inline assembly.
19456
f4b49756
MC
194572004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19458
19459 * Makefile.in: Add gdb.fortran.
19460
2f193b69
MC
194612004-08-20 Michael Chastain <mec.gnu@mindspring.com>
19462
19463 * gdb.base/call-sc.exp (test_scalar_returns):
19464 Fix cut-and-paste glitch in "Make fun return now".
19465
89a237cb
MC
194662004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19467
19468 * configure.in: Add gdb.fortran.
19469 * configure: Regenerate.
19470 * gdb.fortran/Makefile.in: New file.
19471 * lib/gdb.exp (skip_fortran_tests): New procedure.
19472
469aff8e
MC
194732004-08-17 Michael Chastain <mec.gnu@mindspring.com>
19474
19475 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
19476 reference to bug-gnu@prep.ai.mit.edu.
19477 * gdb.mi/mi-var-child.exp: Likewise.
19478 * gdb.mi/mi-var-cmd.exp: Likewise.
19479 * gdb.mi/mi-var-display.exp: Likewise.
19480 * gdb.mi/mi2-var-block.exp: Likewise.
19481 * gdb.mi/mi2-var-child.exp: Likewise.
19482 * gdb.mi/mi2-var-cmd.exp: Likewise.
19483 * gdb.mi/mi2-var-display.exp: Likewise.
19484
00b51b9f
MK
194852004-08-15 Mark Kettenis <kettenis@gnu.org>
19486
19487 * gdb.base/unload.c (main): Make local variable msg const.
19488
45f07fef
MC
194892004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19490
19491 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
19492 to bug-gnu@prep.ai.mit.edu.
19493 * gdb.mi/mi-disassemble.exp: Likewise.
19494 * gdb.mi/mi-eval.exp: Likewise.
19495 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
19496 default line number.
19497 * gdb.mi/mi-return.exp: Likewise.
19498 * gdb.mi/mi-simplerun.exp: Likewise.
19499 * gdb.mi/mi-stack.exp: Likewise.
19500 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
19501 number with explicit range test.
19502 * gdb.mi/mi-watch.exp: Likewise.
19503 * gdb.mi/mi2-break.exp: Likewise.
19504 * gdb.mi/mi2-cli.exp: Likewise.
19505 * gdb.mi/mi2-disassemble.exp: Likewise.
19506 * gdb.mi/mi2-eval.exp: Likewise.
19507 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
19508 default line number.
19509 * gdb.mi/mi2-return.exp: Likewise.
19510 * gdb.mi/mi2-simplerun.exp: Likewise.
19511 * gdb.mi/mi2-stack.exp: Likewise.
19512 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
19513 number with explicit range test.
19514 * gdb.mi/mi2-watch.exp: Likewise.
19515
dd8c8ee7
MC
195162004-08-15 Michael Chastain <mec.gnu@mindspring.com>
19517
19518 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
19519 * gdb.cp/m-static.exp: Likewise.
19520 * gdb.cp/rtti.exp: Likewise.
19521
4e838464
MK
195222004-08-14 Mark Kettenis <kettenis@gnu.org>
19523
19524 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
19525
8d8cb839
EZ
195262004-08-14 Eli Zaretskii <eliz@gnu.org>
19527
19528 * ChangeLog: Prefix Local Variables with semi-colons and indent
19529 the reference to older ChangeLog files, to fix fontification in
19530 Emacs.
19531
deea8bb0
MC
195322004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19533
19534 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
19535 * gdb.mi/mi2-break.exp: Likewise.
19536
c3297504
MC
195372004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19538
19539 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
19540
25808999
MC
195412004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19542
19543 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
19544
226a8d71
MC
195452004-08-13 Michael Chastain <mec.gnu@mindspring.com>
19546
19547 * gdb.cp/classes.exp: Remove unused declarations. Just let
19548 test names default instead of providing special names. Remove
19549 extraneous demangler test.
19550
37fdf854
JJ
195512004-08-12 Jeff Johnston <jjohnstn@redhat.com>
19552
19553 * gdb.base/unload.exp: New test for breakpoints in dynamically
19554 loaded libraries.
19555 * gdb.base/unload.c: Ditto.
19556 * gdb.base/unloadshr.c: Ditto.
19557
2d3a7986
MC
195582004-08-12 Michael Chastain <mec.gnu@mindspring.com>
19559
19560 * gdb.cp/classes.exp (test_ptype_class_objects): Call
19561 cp_test_ptype_class.
19562 (test_enums): Likewise.
19563
c72b934c
AC
195642004-08-10 Andrew Cagney <cagney@gnu.org>
19565
19566 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19567 files.
19568
cc503c8a
AC
195692004-08-10 Andrew Cagney <cagney@gnu.org>
19570
19571 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
19572 init_malloc call.
19573
902f2ccb
MC
195742004-08-10 Michael Chastain <mec.gnu@mindspring.com>
19575
19576 * ChangeLog: Add copyright notice. The notice is copied
19577 from emacs 21.3 top level ChangeLog.
19578
78c90502
MC
195792004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19580
19581 * lib/cp-support.exp: New file.
19582 * lib/cp-support.exp (cp_test_type_class): New function.
19583 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
19584 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
19585 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
19586 cp_test_ptype_class.
19587
88e5ea78
MC
195882004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19589
19590 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
19591 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19592 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
19593 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
19594 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
19595 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
19596 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
19597 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
19598 gdb.mi/mi2-watch.exp: Update copyright years.
19599
6a89fc9c
MK
196002004-08-09 Mark Kettenis <kettenis@gnu.org>
19601
19602 * gdb.base/sigaltstack.exp: Provide proper anchoring.
19603
1482e0de
MC
196042004-08-09 Michael Chastain <mec.gnu@mindspring.com>
19605
19606 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
19607 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
19608 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
19609 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
19610 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
19611 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
19612 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
19613 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
19614 gdb.mi/mi-watch.exp: Update copyright years.
19615
1a5ce3f3
DJ
196162004-08-08 Daniel Jacobowitz <dan@debian.org>
19617
19618 PR gdb/1738
19619 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
19620 from a breakpoint with a pending signal.
19621
04f6ecf2
DJ
196222004-08-08 Daniel Jacobowitz <dan@debian.org>
19623
19624 PR gdb/1736
19625 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
19626 * gdb.base/sigaltstack.exp (finish_test): Consume output until
19627 the prompt.
19628 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
19629
54d90d35
DJ
196302004-08-08 Daniel Jacobowitz <dan@debian.org>
19631
19632 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
19633
d2f6abb0
DJ
196342004-08-08 Daniel Jacobowitz <dan@debian.org>
19635
19636 PR gdb/1736
19637 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
19638 for i?86-*-linux*.
19639
5598c03d
DJ
196402004-08-08 Daniel Jacobowitz <dan@debian.org>
19641
19642 * gdb.arch/i386-prologue.exp: Compile without debug information.
19643
c6fee705
MC
196442004-08-08 Michael Chastain <mec.gnu@mindspring.com>
19645
19646 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
19647 rather than asking gdb to search.
19648
dd90efdb
MC
196492004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19650
19651 * gdb.base/gcore.c: Include <string.h>.
19652
1e84bec1
MC
196532004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19654
19655 * gdb.base/gcore.c: Add copyright notice.
19656
e425eb2b
MC
196572004-08-05 Michael Chastain <mec.gnu@mindspring.com>
19658
19659 * gdb.base/freebpcmd.c: Include <stdio.h>.
19660 * gdb.base/long_long.c: Include <string.h>.
19661 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
19662 * gdb.base/siginfo.c: Include <string.h>.
19663 * gdb.base/sigstep.c: Include <string.h>.
19664
cb9aaed5
MC
196652004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19666
19667 * gdb.base/complex.c: Include <stdlib.h>.
19668
55944f3d
MC
196692004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19670
19671 * gdb.base/complex.c: Add copyright notice.
19672
7b2953d9
MC
196732004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19674
19675 * gdb.base/charset.c: Include <stdlib.h>.
19676
c9133d23
MC
196772004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19678
19679 * gdb.base/auxv.c: Include <stdlib.h>.
19680
0a8490ad
MC
196812004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19682
19683 * gdb.base/auxv.c: Add copyright notice.
19684
3426d5ec
MC
196852004-08-04 Michael Chastain <mec.gnu@mindspring.com>
19686
19687 * gdb.base/coremaker.c: Add copyright notice.
19688 * gdb.base/coremaker2.c: Add copyright notice.
19689
8da195dd
AC
196902004-08-04 Andrew Cagney <cagney@gnu.org>
19691
19692 * gdb.base/store.exp: Update copyright.
19693 (check_set, up_set, check_struct, up_struct): Add a prefix to test
19694 names, do not import gdb_prompt.
19695
8d394f98
AC
196962004-08-01 Andrew Cagney <cagney@gnu.org>
19697
19698 Fix PR testsuite/1729.
19699 * gdb.base/dump.exp: Add test name to callers of capture_value, do
19700 not use capture_value with value 4.
19701 (capture_value): Add optional test name parameter.
19702 (test_reload_saved_value, test_restore_saved_value): Use $msg as
19703 the prefix, pass to capture_value.
19704
b6702b23
MK
197052004-08-01 Mark Kettenis <kettenis@gnu.org>
19706
19707 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
19708 * gdb.arch/i386-prologue.c (standard): New prototype and function.
19709 (main): Call new function.
19710
c203e0ca
MC
197112004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19712
19713 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
19714
a7995a30
MC
197152004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19716
19717 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
19718
9366563b
MC
197192004-07-31 Michael Chastain <mec.gnu@mindspring.com>
19720
b6eeaf26 19721 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
19722 Accept more values of vtbl pointer. Remove some messages
19723 about "obsolete gcc or gdb".
19724
2fc1f950
MC
197252004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19726
19727 * gdb.cp/classes.exp: Accept more varieties of ptype output.
19728
c724d49b
MC
197292004-07-30 Michael Chastain <mec.gnu@mindspring.com>
19730
19731 * gdb.base/asm-source.exp: Properly convert target board
19732 debug flags from gcc format to binutils format.
19733
736b0fce
MK
197342004-07-28 Mark Kettenis <kettenis@gnu.org>
19735
19736 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
19737 gdb1718". PR backtrace/1718 partially fixed.
19738
5633ea5c
JJ
197392004-07-27 Jeff Johnston <jjohnstn@redhat.com>
19740
19741 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
19742
575eebb1
NC
197432004-07-26 Nick Clifton <nickc@redhat.com>
19744
19745 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
19746 good default value for a specific architecture is available then
19747 set it to that value. Otherwise default to the -gstabs switch.
19748 Remove the -g... switches from the asm-flags variable. Allow the
19749 target board info to override the value if it wants to. Pass the
19750 switch on the assembler command line.
19751
62104619
MK
197522004-07-23 Mark Kettenis <kettenis@gnu.org>
19753
19754 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
19755 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
19756 (main): Call new function.
19757
4a1135b8
MC
197582004-07-22 Michael Chastain <mec.gnu@mindspring.com>
19759
19760 Test for PR exp/1715.
19761 * gdb.base/radix.exp: Refactor common procedures. Make all
19762 test names unique. Change XFAIL to KFAIL.
19763
8a12c1f0
MC
197642004-07-20 Michael Chastain <mec.gnu@mindspring.com>
19765
19766 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
19767 * gdb.ada/gnat_ada.gin: ... to here.
19768 * configure.in: Use gnat_ada.gin.
19769 * configure: Regenerate.
19770
23b451cf
AC
197712004-07-20 Andrew Cagney <cagney@gnu.org>
19772
19773 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
19774 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
19775 XFAILs. Clean up test messages and comments. Check backtraces.
19776 Delete re-sync code.
19777
ab618a02
MC
197782004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19779
19780 Fix PR cli/740.
19781 * gdb.base/annota1.exp: Honor gdb,nosignals.
19782 * gdb.base/annota3.exp: Likewise.
19783
46dad340
MC
197842004-07-19 Michael Chastain <mec.gnu@mindspring.com>
19785
19786 * lib/java.exp: Update copyright notice.
19787
756d8c70
AC
197882004-07-19 Andrew Cagney <cagney@gnu.org>
19789
19790 * gdb.base/selftest.exp: Copy file from here ...
19791 * gdb.gdb/selftest.exp: ... to here.
19792
586027e6
AC
197932004-07-16 Andrew Cagney <cagney@redhat.com>
19794
19795 * lib/insight-support.exp: Delete file.
19796 * lib/java.exp (java_init): Fix copyright.
19797
029d2200
AC
197982004-07-16 Andrew Cagney <cagney@gnu.org>
19799
19800 * gdb.base/restore.c: Append "prologue" to comments marking the a
19801 function's prologue.
19802 * gdb.base/restore.exp: Update copyright, re-indent.
19803 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
19804 callerN" prefix where needed. Update patterns that match a
19805 function's prologue.
19806
653b62c5
MC
198072004-07-16 Michael Chastain <mec.gnu@mindspring.com>
19808
19809 * gdb.base/restore.c: Add copyright notice.
19810
f7d690e5
AC
198112004-07-16 Andrew Cagney <cagney@gnu.org>
19812
19813 * gdb.base/logical.exp: Update copyright.
19814 (evaluate): New procedure. Use to re-implement tests using
19815 several tables.
19816
d629a7cb
MH
198172004-07-14 Martin Hunt <hunt@redhat.com>
19818
19819 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
19820 which fixes some problems where init.tcl was not found.
19821
9c7bb332
AC
198222004-07-13 Andrew Cagney <cagney@gnu.org>
19823
6bf46641
AC
19824 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
19825 (check_sizeof, check_valueof): Do not include the output in the
19826 test name. Use gdb_test.
19827 (get_valueof): Use gdb_test_multiple.
19828
c4ffd4c0
AC
19829 * gdb.base/step-test.exp: Update copyright. Use
19830 gdb_test_multiple. Ensure that test names do not include
19831 architecture dependent output.
19832
ab89363a
AC
19833 * gdb.gdb/observer.exp: Update copyright.
19834 (setup_test): Use gdb_test_multiple.
19835 (attach_first_observer, attach_second_observer)
19836 (attach_third_observer, detach_first_observer)
19837 (detach_second_observer, detach_third_observer)
19838 (reset_counters, check_counters): Make $message a prefix.
19839 (test_normal_stop_notifications): Add "args" parameter - a list of
19840 init functions to be called. Make $message a prefix,
19841 (test_observer_normal_stop): Change the message prefixes so that
19842 they are unique, pass the attach / detach procedures to
19843 test_normal_stop_notifications.
19844
ec58997a
AC
19845 * gdb.base/signull.exp (test_segv): Prefix all tests with
19846 "${name}". Clean up test messages.
19847
b475183b
AC
19848 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
19849
9c7bb332
AC
19850 * gdb.base/ena-dis-br.exp: Update copyright.
19851 (break_at): New function. Replace send_gdb with gdb_test,
19852 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
19853 ignore count, not stopped at bpt", with KFAIL.
19854
2dd95497
CV
198552004-07-13 Corinna Vinschen <vinschen@redhat.com>
19856
19857 * gdb.base/attach.exp: Remove cleanupfile handling.
19858
419e626b
AC
198592004-07-12 Andrew Cagney <cagney@gnu.org>
19860
19861 * gdb.base/annota1.exp: Cleanup corefile test name.
19862 * gdb.base/annota3.exp: Ditto.
19863
8b1b3228
AC
198642004-07-12 Andrew Cagney <cagney@gnu.org>
19865
78650829
AC
19866 * gdb.base/signals.exp: Clean up copyright, re-indent.
19867
8b1b3228
AC
19868 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
19869 gdb_test and gdb_test_multiple.
19870
935c2760
JJ
198712004-07-08 Jeff Johnston <jjohnstn@redhat.com>
19872
19873 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 19874 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
19875 provide line number info for first statement in main.
19876
1544280f
AC
198772004-07-08 Andrew Cagney <cagney@gnu.org>
19878
1279f4ff
AC
19879 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
19880
1544280f
AC
19881 * gdb.base/sigbpt.exp: Make the common part of each test name a
19882 prefix instead of suffix.
19883
bcc82369
BR
198842004-07-07 Bob Rossi <bob_rossi@cox.net>
19885
19886 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
19887 test from test_tbreak_creation_and_listing to
19888 test_file_list_exec_source_file
19889 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
19890 Changed name of test from test_tbreak_creation_and_listing to
19891 test_file_list_exec_source_file
19892
23f4b0aa
JJ
198932004-07-07 Jeff Johnston <jjohnstn@redhat.com>
19894
19895 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
19896 the jmisc() constructor instead of <init>.
19897 * gdb.java/jmisc1.exp: Ditto.
19898
56401cd5
AC
198992004-07-07 Andrew Cagney <cagney@gnu.org>
19900
19901 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
19902 corrupting the PC.
19903
44ae2f6a
MC
199042004-07-06 Michael Chastain <mec.gnu@mindspring.com>
19905
19906 * gdb.cp/templates.exp: Accept whitespace change in demangler
19907 output.
19908
45a83408
AC
199092004-07-06 Andrew Cagney <cagney@gnu.org>
19910
19911 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
19912
d205ad70
MC
199132004-07-02 Michael Chastain <mec.gnu@mindspring.com>
19914
19915 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
19916 * lib/compiler.cc: Likewise.
19917
06ea1a61
MC
199182004-06-30 Michael Chastain <mec.gnu@mindspring.com>
19919
19920 * lib/compiler.cc: Work around string preprocessing problem
19921 with old hp c++ compiler.
19922 * lib/compiler.c: Likewise.
19923
daab1251
CV
199242004-06-29 Corinna Vinschen <vinschen@redhat.com>
19925
19926 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
19927 directives to conditionalize symbol prefixing.
19928 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
19929 additional_flags handling. Add underscore prefix for Cygwin.
19930 * gdb.arch/i386-unwind.c: Use preprocessor directives to
19931 conditionalize symbol prefixing.
19932 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
19933 additional_flags handling. Add underscore prefix for Cygwin.
19934
cc984116
CV
199352004-06-29 Corinna Vinschen <vinschen@redhat.com>
19936
19937 * gdb.base/bigcore.exp: Skip test on Cygwin.
19938
c279b077
MC
199392004-06-28 Michael Chastain <mec.gnu@mindspring.com>
19940
19941 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
19942 formats for "info register". Use gdb_test_multiple. Fix
19943 the "invalid register" test.
19944
0e915747
CV
199452004-06-28 Corinna Vinschen <vinschen@redhat.com>
19946
19947 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
19948 PID for Cygwin. Add Cygwin specific strings to check for in some
19949 tests.
19950 (do_attach_tests): Add a test for user interaction when attaching
19951 to a process with no matching symbol table already loaded.
19952
11422c86
AC
199532004-06-26 Andrew Cagney <cagney@gnu.org>
19954
19955 Test PR java/1567 and PR java/1565.
19956 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
19957 * gdb.java/jmisc2.exp: Delete file.
19958
cefbce26
MC
199592004-06-26 Michael Chastain <mec.gnu@mindspring.com>
19960
19961 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
19962
e19f872c
CV
199632004-06-25 Corinna Vinschen <vinschen@redhat.com>
19964
19965 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
19966 attach process.
19967
d931ba3b
MC
199682004-06-23 Michael Chastain <mec.gnu@mindspring.com>
19969
19970 * gdb.cp/pr-1553.exp: Remove.
19971
aef68c48
MC
199722004-06-22 Michael Chastain <mec.gnu@mindspring.com>
19973
19974 * gdb.cp/pr-1553.cc: Remove.
19975 * gdb.cp/pr-1553.exp: Disable this test.
19976
8d5df71a
JB
199772004-06-20 Jim Blandy <jimb@redhat.com>
19978
a9c64011 19979 Fix PR testsuite/1680.
8d5df71a
JB
19980 * gdb.arch/i386-sse.exp: Properly quote curly braces in
19981 regular expressions.
19982
4ac6f39d
MC
199832004-06-19 Michael Chastain <mec.gnu@mindspring.com>
19984
19985 Fix PR testsuite/1679.
19986 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
19987 Issue an UNSUPPORTED result instead.
19988
1b413552
JB
199892004-06-18 Jim Blandy <jimb@redhat.com>
19990
19991 * gdb.base/charset.exp: Only send a control-C if we see a new
19992 prompt and incomplete command.
19993
6daa6ebd
MC
199942004-06-18 Michael Chastain <mec.gnu@mindspring.com>
19995
19996 * gdb.cp/pr-574.cc: Add copyright notice.
19997
51fa4ae0
JB
199982004-06-17 Jim Blandy <jimb@redhat.com>
19999
20000 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20001 cases where the regexp has no groups; this grabs random text from
20002 the previous test suite, whatever that was.
20003
8fea26c5
MC
200042004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20005
20006 * gdb.cp/printmethod.cc: Add copyright notice.
20007
1e3aeb41
MC
200082004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20009
20010 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20011
9d9030bc
AC
200122004-06-16 Andrew Cagney <cagney@gnu.org>
20013
20014 * gdb.base/signull.c: Update copyright. Include <string.h>.
20015 (bowler): Replace data_pointer with data_read
20016 and data_write cases. Add code_descriptor case.
20017 (zero, desc): New array and pointer.
20018 (data, code): Change to simple pointers.
20019 * gdb.base/signull.exp: Fix probe pattern matching a function
20020 descriptor SIGSEGV. Replace data_pointer with data_read and
20021 data_write tests.
20022
acd4ad44
AC
200232004-06-16 Andrew Cagney <cagney@gnu.org>
20024
20025 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20026
08fd625c
MC
200272004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20028
20029 * gdb.base/long_long.c: Add copyright notice.
20030
1903502c
MC
200312004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20032
20033 * gdb.base/long_long.exp: Remove reference to
20034 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20035 to gdb_breakpoint and gdb_continue_to_breakpoint.
20036
83313cb1
JB
200372004-06-14 Jim Blandy <jimb@redhat.com>
20038
20039 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20040 endian case.
20041
1bf404ef
AC
200422004-06-14 Andrew Cagney <cagney@gnu.org>
20043
20044 * gdb.base/gcore.exp (capture_command_output): Delete the always
20045 passing tests containing inferior values.
20046 * gdb.base/ending-run.exp: Do not include the breakpoint address
20047 in the test message. Update copyright.
20048 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20049 size in the test name, use gdb_test_multiple. Update copyright.
20050
ef220b33
MC
200512004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20052
20053 * gdb.cp/ref-types.cc: Add copyright notice.
20054
4f70a4c9
MC
200552004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20056
20057 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20058 hp_aCC_compiler.
20059 * lib/compiler.cc: Likewise.
20060 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20061 'set' commands. Log diagnostics for other lines. Set
20062 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20063
335928ac
MC
200642004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20065
20066 * gdb.cp/try_catch.cc: Add copyright notice.
20067
2efb12e8
MC
200682004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20069
20070 * gdb.cp/userdef.cc: Add copyright notice.
20071
0bbed51a
MC
200722004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20073
20074 * gdb.cp/virtfunc.cc: Add copyright notice.
20075
e12a46c9
RC
200762004-06-11 Randolph Chung <tausq@debian.org>
20077
20078 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20079 problem.
20080
338e05af
AC
200812004-06-10 Andrew Cagney <cagney@gnu.org>
20082
20083 * lib/compiler.cc, lib/compiler.c: Append either
20084 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20085 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20086 instead of gcc-3-3.
20087
dc3f10cb
AC
200882004-06-09 Andrew Cagney <cagney@gnu.org>
20089
b4d946af
AC
20090 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20091 gdb/1455, bug is specific to "long long" and "double".
a9c64011 20092
dc3f10cb
AC
20093 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20094 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20095 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20096 fixed.
20097
b5c0bfa2
AC
200982004-06-09 Andrew Cagney <cagney@gnu.org>
20099
20100 * gdb.base/structs.exp (test_struct_returns): Replace
20101 "return_value_unknown" and "finish_value_unknown" by
20102 "return_value_known" and "finish_value_known". Instead of
20103 "return_value_unknown" iff "finish_value_unknown", check
20104 "return_value_known" implies "finish_value_known".
20105
caeb605f
MH
201062004-06-08 Martin Hunt <hunt@redhat.com>
20107
20108 * gdb.base/float.exp: Add pattern for mips targets.
20109
c892bb64
RC
201102004-06-08 Randolph Chung <tausq@debian.org>
20111
20112 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20113 message for unknown architectures more clear.
20114
48306d3e
JB
201152004-06-08 Joel Brobecker <brobecker@gnat.com>
20116
20117 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20118 start the execution of the program.
20119
83ecb59f
JB
201202004-06-07 Jim Blandy <jimb@redhat.com>
20121
20122 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20123 * gdb.arch/i386-cpuid.h: New helper file.
20124
55264cb4
RC
201252004-06-07 Randolph Chung <tausq@debian.org>
20126
20127 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20128 has started.
20129
23cadb28
RM
201302004-06-04 Roland McGrath <roland@redhat.com>
20131
20132 Fix PR gdb/1647.
20133 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20134 differently to be robust to output buffering differences.
20135
51d01eda
MC
201362004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20137
20138 * gdb.threads/pthreads.exp: Update copyright years.
20139 (check_control_c): Change asynchronous 'after' to synchronous.
20140
f4fc3b93
RM
201412004-06-04 Roland McGrath <roland@redhat.com>
20142
20143 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20144 next gdb prompt.
20145
4013522b
MC
201462004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20147
20148 Fix PR gdb/1636.
20149 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20150 calls to synchronous.
20151
7a8f1e6b
JB
201522004-05-26 Jim Blandy <jimb@redhat.com>
20153
20154 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20155
81bb3443
RC
201562004-05-24 Randolph Chung <tausq@debian.org>
20157
20158 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20159 * gdb.asm/pa.inc: New file.
20160
8f5a3103
MK
201612004-05-22 Mark Kettenis <kettenis@gnu.org>
20162
20163 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20164
734b8fe8 201652004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 20166 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
20167
20168 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20169 GDB prompt.
20170
725603e1
UW
201712004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20172
f4fc3b93 20173 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
20174 setjmp/longjmp. Use sigaction instead of signal.
20175
8b923272 201762004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 20177 Michael Snyder <msnyder@redhat.com>
8b923272
JB
20178
20179 * gdb.threads/pthread_cond_wait.c: New file.
20180 * gdb.threads/pthread_cond_wait.exp: New testcase.
20181
8bfabb04
AC
201822004-05-13 Andrew Cagney <cagney@redhat.com>
20183
20184 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20185 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20186
42edda50
AC
201872004-05-11 Andrew Cagney <cagney@redhat.com>
20188
20189 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20190 fixed but revealed gdb/1639.
20191
d303a6c7
AC
201922004-05-10 Andrew Cagney <cagney@redhat.com>
20193
20194 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20195 func1" and "next to 2nd alarm", kernel bug avoided.
20196
bf08c2a1
DJ
201972004-05-10 Daniel Jacobowitz <dan@debian.org>
20198
20199 PR external/1568
20200 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20201 XFAIL if it is smaller than bytes_allocated.
20202 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20203 (main): Make chunks_allocated unsigned. Correct comment.
20204
c0586a34
JB
202052004-05-07 Joel Brobecker <brobecker@gnat.com>
20206
20207 * gdb.arch/powerpc-aix-prologue.c: New file.
20208 * gdb.arch/powerpc-aix-prologue.exp: New file.
20209
f2785d12
JB
202102004-05-07 Jim Blandy <jimb@redhat.com>
20211
20212 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20213 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20214
bd7f6e30
JB
202152004-05-06 Joel Brobecker <brobecker@gnat.com>
20216
20217 * gdb.base/sep.exp: No longer setup_kfail when the program was
20218 built with dwarf2.
20219
0a5e7efe
JI
202202004-05-05 Jim Ingham <jingham@apple.com>
20221
20222 * gdb.base/pending.exp: Make sure pending breakpoints
20223 preserve the ignore count.
f4fc3b93 20224
a8958849
MK
202252004-04-27 Jerome Guitton <guitton@gnat.com>
20226
20227 * i386-prologue.exp: Add testcase for jump instruction as first
20228 instruction of the real code.
20229 * i386-prologue.c (jump_at_beginning): New function.
20230
7e103f5b
MK
202312004-04-28 Mark Kettenis <kettenis@gnu.org>
20232
20233 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20234 x86_64-*-*.
20235
5d38b224
MK
202362004-04-28 Mark Kettenis <kettenis@gnu.org>
20237
20238 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20239 i*86-*-*.
20240
0ef32fd9
MK
202412004-04-25 Mark Kettenis <kettenis@gnu.org>
20242
20243 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20244 expression that checks the return type.
20245
71d7dd7c
AC
202462004-04-23 Andrew Cagney <cagney@redhat.com>
20247
20248 * gdb.base/call-sc.exp: New test of scalar call/return values.
20249 * gdb.base/call-sc.c: Ditto.
20250
1e9f977e
JJ
202512004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20252
20253 * gdb.threads/manythreads.c: Reduce thread stack size.
20254
899d9e3a
JJ
202552004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20256
20257 * gdb.threads/manythreads.c: Add copyright notice.
20258
61bcae62
AC
202592004-04-23 Andrew Cagney <cagney@redhat.com>
20260
20261 * gdb.base/siginfo.exp: Better handle step out of signal.
20262 * gdb.base/sigstep.exp: Ditto.
20263
7339a42e 202642004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 20265 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
20266
20267 * gdb.threads/manythreads.c: New testcase.
20268 * gdb.threads/manythreads.exp: Ditto.
20269
5c98409b
JB
202702004-04-22 Jim Blandy <jimb@redhat.com>
20271
20272 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20273 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20274
3b611f1a
MC
202752004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20276
20277 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20278
f0fd9238
AC
202792004-04-21 Andrew Cagney <cagney@redhat.com>
20280
20281 * gdb.base/sigstep.c: New file.
20282 * gdb.base/sigstep.exp: New file.
20283
90990674
JB
202842004-04-16 Joel Brobecker <brobecker@gnat.com>
20285
20286 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20287 call to observer_notify_normal_stop.
20288
78cef34b
AC
202892004-04-15 Andrew Cagney <cagney@redhat.com>
20290
20291 * gdb.base/siginfo.c: New file.
20292 * gdb.base/siginfo.exp: New file.
20293
d2343407
JB
202942004-04-12 J. Brobecker <brobecker@gnat.com>
20295
20296 * gdb.base/sep.exp: Fix typo in comment.
20297
a2dba3c8
JB
202982004-04-12 J. Brobecker <brobecker@gnat.com>
20299
20300 * gdb.base/sep.c: New file.
20301 * gdb.base/sep-proc.c: New file.
20302 * gdb.base/sep.exp: New testcase.
20303
15f7b60e
MK
203042004-04-09 Mark Kettenis <kettenis@gnu.org>
20305
20306 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20307 support.
20308
44f4de1a
AC
203092004-04-05 Andrew Cagney <cagney@redhat.com>
20310
20311 * gdb.base/sigaltstack.c: New file.
20312 * gdb.base/sigaltstack.exp: New file.
20313
ef04f396
JB
203142004-04-04 Joel Brobecker <brobecker@gnat.com>
20315
20316 * gdb.base/foll-fork.exp: Update the expected output for
20317 "help set follow-fork-mode", to match a change that was made
20318 to the help of this variable on 2004-01-13.
20319
d40d2c92
JB
203202004-04-01 Joel Brobecker <brobecker@gnat.com>
20321
20322 * lib/ada.exp: Add copyright notice.
20323 * bar.ads: Likewise.
20324 * bar.adb: Likewise.
20325 * null_record.adb: Likewise.
20326 * null_record.exp: Likewise.
20327 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20328
f86ef5a3
JB
203292004-04-01 Joel Brobecker <brobecker@gnat.com>
20330
20331 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20332 * configure: Regenerate.
20333
414e70e3
JB
203342004-04-01 Joel Brobecker <brobecker@gnat.com>
20335
20336 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20337 to build the application. Remove the message printed when in
20338 verbose mode, redundant with the UNSUPPORTED message above.
20339
f0aaee49
JB
203402004-03-31 Joel Brobecker <brobecker@gnat.com>
20341
20342 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20343 * gdb.ada (null_record.exp): New testcase.
20344
ac81cb54
JB
203452004-03-31 Joel Brobecker <brobecker@gnat.com>
20346
20347 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20348
854af2f7
JB
203492004-03-31 Joel Brobecker <brobecker@gnat.com>
20350
20351 * gdb.ada: New subdirectory.
20352 * gdb.ada/Makefile.in: New file.
20353 * gdb.ada/gnat_ada.gpr.in: New file.
20354
034cb681
JB
203552004-03-31 Joel Brobecker <brobecker@gnat.com>
20356
20357 * lib/ada.exp: New file.
20358
78a1a894
DJ
203592004-03-24 Daniel Jacobowitz <drow@mvista.com>
20360
20361 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
20362 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
20363
4b2b3b3e
AC
203642004-03-22 Andrew Cagney <cagney@redhat.com>
20365
20366 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
20367 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
20368 Problem identified by Ulrich Weigand.
20369
23c73aa3
DC
203702004-03-17 David Carlton <carlton@kealia.com>
20371
20372 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
20373 PR c++/826.
20374
d63a86f8
RM
203752004-03-16 Roland McGrath <roland@redhat.com>
20376
20377 * gdb.base/auxv.exp: New file.
20378 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
20379
0e02aa50
DC
203802004-03-12 David Carlton <carlton@kealia.com>
20381
20382 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
20383 * gdb.cp/pr-1553.cc: Ditto.
20384 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
20385 pass branch.
20386
c20b71be
MC
203872004-03-12 Michael Chastain <mec.gnu@mindspring.com>
20388
20389 * gdb.cp/templates.exp: Accept more template types.
20390
c7414a01
MC
203912004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20392
20393 From Corinna Vinschen with modifications.
20394 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
20395 local variable obj_with_enum.
20396 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
20397 results with obj_with_enum.
20398
ed69573c
MC
203992004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20400
20401 * gdb.cp/classes.cc: New file, copied from misc.cc.
20402 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
20403
28301461
MC
204042004-03-09 Michael Chastain <mec.gnu@mindspring.com>
20405
20406 * gdb.cp/misc.cc: Add copyright notice.
20407
1198ecbe
DC
204082004-03-05 David Carlton <carlton@kealia.com>
20409
20410 * gdb.cp/rtti.exp: Add 'print *obj3' test.
20411 * gdb.cp/rtti.h: Update copyright.
20412 (namespace n2::n3): New.
20413 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
20414 (n2::n3::func3): New.
20415 (main): Call n2::n3::func3.
20416 * gdb.cp/rtti2.cc: Update copyright.
20417 (n2::create3): New.
20418
9e08c470
MK
204192004-03-04 Mark Kettenis <kettenis@gnu.org>
20420
20421 * gdb.asm/openbsd.inc: Fix typo.
20422
4bebc3aa
FF
204232004-03-03 Fred Fish <fnf@redhat.com>
20424
20425 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
20426 "val" instead of unused "size". Update copyright year.
20427
6ea9fb37
DJ
204282004-02-29 Daniel Jacobowitz <drow@mvista.com>
20429
20430 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
20431 to use unsigned char.
20432 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
20433 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
20434
23b23974
DJ
204352004-02-29 Daniel Jacobowitz <drow@mvista.com>
20436
20437 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
20438 line of output.
20439
7574fd53
DJ
204402004-02-28 Daniel Jacobowitz <drow@mvista.com>
20441
20442 * gdb.base/relocate.c (dummy): Initialize.
20443
a195357f
DJ
204442004-02-28 Daniel Jacobowitz <drow@mvista.com>
20445
20446 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
20447 a breakpoint at exit.
20448
72fd54a9
FF
204492004-02-27 Fred Fish <fnf@redhat.com>
20450
20451 * gdb.base/chng-syms.exp: Add expect condition to match failing
20452 case that isn't a timeout.
20453
b9d23137
AC
204542004-02-27 Andrew Cagney <cagney@redhat.com>
20455
20456 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
20457 support.
20458
15d208f6 204592004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 20460
15d208f6
FF
20461 * gdb.arch/gdb1431.c: Remove.
20462 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
20463 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
20464 of "until" incorrectly.
20465
98f9cd2d
JB
204662004-02-26 J. Brobecker <brobecker@gnat.com>
20467
20468 * gdb.cp/class2.cc (empty): New class.
20469 (refer): New function.
20470 (main): Declare an object of type empty and use it.
20471 * gdb.cp/class2.exp: Print the value of an object of type empty.
20472
9b50c11b
JJ
204732004-02-26 Jeff Johnston <jjohnstn@redhat.com>
20474
20475 * gdb.base/langs.exp: Update query string to match the
20476 new nquery format used for pending breakpoints.
20477
0dcd613f
AC
204782004-02-26 Andrew Cagney <cagney@redhat.com>
20479
20480 Fix PR i18n/1570.
20481 * gdb.base/charset.c: Update copyright notice.
20482 (main, init_string): Remove the escape character '\e' tests.
20483 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
20484 * gdb.base/charset.exp (valid_host_charset): Ditto.
20485 * gdb.base/setvar.exp: Ditto.
20486
b8a56647
AC
204872004-02-24 Andrew Cagney <cagney@redhat.com>
20488
90d59e34
AC
20489 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
20490 mmapped data in core file" PASS and FAIL messages consistent.
20491
b8a56647
AC
20492 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
20493 setting a breakpoint. Work around PR java/1565.
20494
9f27c604
JJ
204952004-02-23 Jeff Johnston <jjohnstn@redhat.com>
20496
20497 * lib/gdb.exp (gdb_breakpoint): Update query string to match
20498 new nquery format.
20499 * gdb.base/pending.exp: Ditto.
20500
3224a706
MK
205012004-02-22 Mark Kettenis <kettenis@gnu.org>
20502
20503 * configure.in: Run stabs tests on *BSD.
20504 * configure: Regenerated.
20505
41e0a9ca
MK
205062004-02-21 Mark Kettenis <kettenis@gnu.org>
20507
20508 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
20509
1e1b3428
FF
205102004-02-20 Fred Fish <fnf@redhat.com>
20511
20512 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
20513 blank in test for "returns short", for consistency with other
20514 "returns xxx" tests. Update copyright year.
20515
f9a7572a
FF
205162004-02-19 Fred Fish <fnf@redhat.com>
20517
20518 New testcase for PR breakpoint/1558.
20519 * gdb.arch/gdb1558.exp: New file.
20520 * gdb.arch/gdb1558.c: New file.
20521
b2ce2854
EZ
205222004-02-19 Elena Zannoni <ezannoni@redhat.com>
20523
20524 * gdb.base/nodebug.exp: Fix typo.
20525
e7c9ff01
JB
205262004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20527
20528 Committed by Jim Blandy <jimb@redhat.com>.
20529
62f4b920
JB
20530 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
20531
2db536a1
JB
20532 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
20533
e7c9ff01
JB
20534 * gdb.base/float.exp: Support s390*-*-* targets.
20535
f3205b34
AF
205362004-02-17 Adam Fedor <fedor@gnu.org>
20537
20538 * gdb.base/gdb1555.exp: New file.
20539 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
20540
9d62932d
EZ
205412004-02-17 Elena Zannoni <ezannoni@redhat.com>
20542
20543 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
20544
344c9711
FF
205452004-02-16 Fred Fish <fnf@redhat.com>
20546
20547 * gdb.arch/gdb1291.c: Remove
20548 * gdb.arch/gdb1291.s: New test input file.
20549 * gdb.arch/gdb1291.exp: Expand test to check case that should not
20550 fail. Test for correct result, known incorrect result, other
20551 failures and timeouts.
20552
2d822687
AC
205532004-02-16 Andrew Cagney <cagney@redhat.com>
20554
20555 * gdb.base/bigcore.exp: New file.
20556 * gdb.base/bigcore.c: New file.
20557
dac15b66
AC
205582004-02-13 Andrew Cagney <cagney@redhat.com>
20559
20560 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
20561 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
20562 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
20563 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
20564 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
20565 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
20566 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
20567 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
20568 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
20569 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
20570
6bdfc2c4
JJ
205712004-02-11 Jeff Johnston <jjohnstn@redhat.com>
20572
20573 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
20574 executed is an alloc instruction.
20575
87b3ede8
DC
205762004-02-11 David Carlton <carlton@kealia.com>
20577
20578 * gdb.cp/breakpoint.exp: New.
20579 * gdb.cp/breakpoint.cc: New.
20580
6e19e2bf
MC
205812004-02-11 Michael Chastain <mec.gnu@mindspring.com>
20582
20583 Partial fix for PR gdb/1543.
20584 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
20585 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
20586 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
20587 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
20588 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
20589 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
20590 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
20591 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
20592 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
20593 to bug-gdb@prep.ai.mit.edu .
20594 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
20595 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
20596 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
20597 Likewise.
20598
5c5455dc
AC
205992004-02-10 Andrew Cagney <cagney@redhat.com>
20600
20601 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
20602 using gdb_internal_error_resync.
20603
9cf689d7
DJ
206042004-02-09 Daniel Jacobowitz <drow@mvista.com>
20605
20606 * gdb.threads/thread-specific.exp: Stop early if no threads are
20607 found.
20608
d2dc51db
MC
206092004-02-09 Michael Chastain <mec.gnu@mindspring.com>
20610
20611 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
20612
14b1a056
DJ
206132004-02-08 Daniel Jacobowitz <drow@mvista.com>
20614
20615 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
20616 breakpoints.
20617
83f66e8f
DJ
206182004-02-07 Daniel Jacobowitz <drow@mvista.com>
20619
20620 * config/sim.exp (gdb_load): Handle $arg == "".
20621 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
20622 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
20623
30fc0091
EZ
206242004-02-07 Elena Zannoni <ezannoni@redhat.com>
20625
a9c64011
AS
20626 * gdb.base/maint.exp: Update test to reflect
20627 obstack changes.
30fc0091 20628
4d806929
JJ
206292004-02-04 Jeff Johnston <jjohnstn@redhat.com>
20630
20631 * gdb.base/pendshr.c (pendfunc): New function that calls
20632 pendfunc1.
20633 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
20634
7bfdd688
FF
206352004-02-04 Fred Fish <fnf@redhat.com>
20636
20637 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
20638 function symbols and update copyright years.
20639 * gdb.arch/gdb1291.c: Ditto.
20640
aaa08ee4
MC
206412004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20642
20643 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
20644
dbad7755
MC
206452004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20646
20647 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
20648
ec4646ef
MC
206492004-02-03 Michael Chastain <mec.gnu@mindspring.com>
20650
20651 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
20652
1b802196
FF
206532004-02-02 Fred Fish <fnf@redhat.com>
20654
20655 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
20656 remote targets. Update copyright years.
20657
18fe2033
JJ
206582004-02-02 Jeff Johnston <jjohnstn@redhat.com>
20659
20660 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
20661 support.
20662 * gdb.base/langs.exp: Fix test which attempts to create
20663 breakpoint on non-existent function to handle new pending
20664 support.
20665 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
20666 a breakpoint.
20667 * gdb.base/pending.exp: New test.
20668 * gdb.base/pending.c: New file.
20669 * gdb.base/pendshr.c: Ditto.
20670
8d577d32
DC
206712004-02-02 David Carlton <carlton@kealia.com>
20672
20673 * gdb.cp/overload.exp: Add overloadNamespace tests.
20674 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
20675 (overloadNamespace, XXX): New.
20676 (main): Call XXX::marker2.
20677
3ad13771
FF
206782004-02-01 Fred Fish <fnf@redhat.com>
20679
20680 * gdb.base/dump.exp: Use runto_main instead of "runto main".
20681 * gdb.base/finish.exp: Ditto.
20682 * gdb.base/gcore.exp: Ditto.
20683 * gdb.base/huge.exp: Ditto.
20684 * gdb.base/info-proc.exp: Ditto.
20685 * gdb.base/return2.exp: Ditto.
20686 * gdb.threads/gcore-thread.exp: Ditto.
20687
44c75849
DJ
206882004-02-01 Daniel Jacobowitz <drow@mvista.com>
20689
20690 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
20691
005bc093
MK
206922004-02-01 Mark Kettenis <kettenis@gnu.org>
20693
20694 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
20695 that opening the file succeeds on OpenBSD.
20696
c47cebdb
DJ
206972004-02-01 Daniel Jacobowitz <drow@mvista.com>
20698
20699 * gdb.threads/thread-specific.c: New file.
20700 * gdb.threads/threads-specific.exp: New test script.
20701 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
20702 to expect_out.
20703
5a01311c
MK
207042004-02-01 Mark Kettenis <kettenis@gnu.org>
20705
20706 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
20707 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
20708 only on the "print_small_structs from print_long_arg_list" test.
20709
ce22a4f1
DJ
207102004-02-01 Daniel Jacobowitz <drow@mvista.com>
20711
20712 * gdb.base/completion.exp: Kill a stray backslash.
20713
20714 From Jim Ingham <jingham@apple.com>:
20715 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
20716 agrees with the result from sending a tab.
20717
abbab9d3
DJ
207182004-01-31 Daniel Jacobowitz <drow@mvista.com>
20719
20720 * gdb.base/chng-syms.exp: Remove stray newline.
20721
53904d1e
MK
207222004-01-31 Mark Kettenis <kettenis@gnu.org>
20723
20724 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
20725 *-*-openbsd*.
20726 * gdb.asm/openbsd.inc: New file.
20727
3a4b3aac
MK
207282004-01-30 Mark Kettenis <kettenis@gnu.org>
20729
20730 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
20731 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
20732 *-*solaris2*. Remove commented out default settings for
20733 asm-flags. Replace gdb_compile with target_link.
20734
ebac27b4
MC
207352004-01-29 Michael Chastain <mec.gnu@mindspring.com>
20736
20737 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
20738 for all tests. Remove old hp-ux and cygnus xfail cases.
20739
d8679d84
PH
207402004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
20741
20742 * gdb.base/chng-syms.exp: New file.
20743 * gdb.base/chng-syms.c: New file.
20744
0a55bc22
MC
207452004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20746
20747 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
20748 Provide arms for current output in all my configurations.
20749
94b8e876
MC
207502004-01-24 Michael Chastain <mec.gnu@mindspring.com>
20751
20752 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
20753 * lib/compiler.cc: Likewise.
20754 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
20755 get the right preprocessor. Eval the output directly. Remove
20756 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
20757 hp_f77_compiler and hp_f90_compiler completely.
20758 (gdb_preprocess): Delete.
20759 (get_compiler): Delete.
20760
7cf03d44
MK
207612004-01-24 Mark Kettenis <kettenis@gnu.org>
20762
20763 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
20764 <string.h>.
20765
68b6dce9
NR
207662004-01-24 Nick Roberts <nick@nick.uklinux.net>
20767
20768 * gdb.mi/mi-stack.exp: Update copyright.
20769
b368761e
DC
207702004-01-23 David Carlton <carlton@kealia.com>
20771
20772 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
20773 test for cp_lookup_transparent_type.
20774 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
20775 call them.
20776
f2061b53
DJ
207772004-01-23 Daniel Jacobowitz <drow@mvista.com>
20778
20779 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
20780 after -var-update.
20781
37fc574a
DC
207822004-01-23 David Carlton <carlton@kealia.com>
20783
20784 * gdb.cp/namespace.cc (C::ensureRefs): New.
20785 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
20786
8e94b928
NR
207872004-01-20 Nick Roberts <nick@nick.uklinux.net>
20788
20789 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
20790 case "-stack-list-locals 2".
20791 * gdb.mi/mi-var-child.exp: Test for case
20792 "-var-list-children --all-values NAME".
20793
997b0952
MC
207942004-01-18 Michael Chastain <mec.gnu@mindspring.com>
20795
20796 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
20797
52470da3
MK
207982004-01-18 Mark Kettenis <kettenis@gnu.org>
20799
7049b4b8
MK
20800 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
20801 used with gdb_test_multiple.
20802
52470da3
MK
20803 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
20804 read at address 0. This fixes PR testsuite/1504.
20805
da6012e5
DJ
208062004-01-18 Daniel Jacobowitz <drow@mvista.com>
20807
20808 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
20809 Remove downloading, guessing the host executable, the calls to
20810 gdb_file_cmd and gdb_target_cmd, and "load" support.
20811 (infer_host_exec): New function broken out from gdb_load.
20812 (gdb_load): New wrapper for gdbserver_gdb_load.
20813 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
20814 gdb_target_cmd. Use -target-select.
20815 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
20816 Download binaries to the host. Clear last_mi_remote_file when
20817 we load a new binary.
20818 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
20819 call gdbserver_gdb_load and mi_gdb_target_cmd.
20820
32c70722
MC
208212004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20822
20823 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
20824 type patterns.
20825
b0cecf36
MC
208262004-01-17 Michael Chastain <mec.gnu@mindspring.com>
20827
20828 * gdb.cp/templates.exp: Fix typo in test name of
20829 "print Foo<volatile char*>::foo".
20830
4120d7e6
MC
208312004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20832
20833 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
20834
f679e530
BE
208352004-01-16 Ben Elliston <bje@wasabisystems.com>
20836
20837 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
20838 (clean mostlyclean): Remove empty rm.
20839
091c48f6
MC
208402004-01-15 Michael Chastain <mec.gnu@mindspring.com>
20841
20842 * gdb.base/setvar.exp: Add copyright years.
20843
3e5fc8d2
DC
208442004-01-14 David Carlton <carlton@bactrian.org>
20845
20846 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
20847 PR c++/1511 and update coment.
20848 * gdb.cp/templates.exp: Update patterns to match current output.
20849 If changes involve something other than whitespace, KFAIL
20850 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
20851
63d06c5c
DC
208522004-01-14 David Carlton <carlton@kealia.com>
20853
20854 * gdb.cp/namespace.exp: Add tests involving classes defined within
20855 namespaces.
20856 * gdb.cp/namespace.cc (C::CClass): New.
20857 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
20858
a51dab88
EZ
208592004-01-14 Elena Zannoni <ezannoni@redhat.com>
20860
20861 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
20862 what debug info we have. Print a better message if something goes
20863 wrong while producing the separate debug info file.
20864
a476ccc9
MC
208652004-01-14 Michael Chastain <mec.gnu@mindspring.com>
20866
20867 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
20868
f453692c
MC
208692004-01-14 Michael Chastain <mec.gnu@mindspring.com>
20870
20871 * gdb.base/callfuncs.c: Add copyright notice.
20872
f40063a5
MC
208732004-01-13 Michael Chastain <mec.gnu@mindspring.com>
20874
20875 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
20876 inheritance. PR gdb/1498, PR gcc/13539.
20877
19ac3974
EZ
208782004-01-13 Elena Zannoni <ezannoni@redhat.com>
20879
a9c64011
AS
20880 * gdb.threads/gcore-thread.exp: Prefix name of binary with
20881 test specific name.
20882 * gdb.mi/gdb669.exp: Ditto.
20883 * gdb.mi/mi-pthreads.exp: Ditto.
20884 * gdb.mi/mi1-pthreads.exp: Ditto.
20885 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 20886
56c97c6e
MC
208872004-01-12 Michael Chastain <mec.gnu@mindspring.com>
20888
20889 * gdb.cp/member-ptr.cc: Add copyright notice.
20890
a0644324
MC
208912004-01-12 Michael Chastain <mec.gnu@mindspring.com>
20892
20893 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
20894 some patterns for recent versions of gcc and hpacc. Delete
20895 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
20896 Delete tests that access a NULL pointer-to-member-data. This
20897 script is still disabled for gcc.
20898
32fabe09
EZ
208992004-01-12 Elena Zannoni <ezannoni@redhat.com>
20900
20901 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 20902 escaped correctly.
32fabe09 20903
1f8a6abb
EZ
209042004-01-12 Elena Zannoni <ezannoni@redhat.com>
20905
20906 * gdb.base/sepdebug.exp: New file.
20907 * gdb.base/sepdebug.c: New file.
20908 * lib/gdb.exp (separate_debug_filename): New procedure.
20909 (gdb_gnu_strip_debug): New procedure.
20910
48efe704
AC
209112004-01-12 Andrew Cagney <cagney@redhat.com>
20912
20913 * gdb.mi/ChangeLog: Delete file. Renamed to ...
20914 * gdb.mi/ChangeLog-1999-2003: New file.
20915
a9415475
AC
209162004-01-12 Andrew Cagney <cagney@redhat.com>
20917
20918 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
20919 "Renaming a directory to a non-empty directory returns ENOTEMPTY
20920 or EEXIST", treat EBUSY as an XFAIL.
20921
83b8cf9d
MC
209222004-01-11 Michael Chastain <mec.gnu@mindspring.com>
20923
20924 * gdb.base/scope.exp: Remove obsolete setup_xfail for
20925 hp_cc_compiler.
20926
9939d2a8
MC
209272004-01-10 Michael Chastain <mec.gnu@mindspring.com>
20928
20929 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
20930 decorations.
20931
1ff8cadf
MC
209322004-01-10 Michael Chastain <mec.gnu@mindspring.com>
20933
20934 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
20935 and "(aCC)" decorations. Remove obsolete doco about old
20936 test results.
20937
6fa9022e
MC
209382004-01-09 Michael Chastain <mec.gnu@mindspring.com>
20939
20940 * gdb.cp/exception.exp: Fix typo in doco.
20941
209721fe
MK
209422004-01-09 Mark Kettenis <kettenis@gnu.org>
20943
20944 * gdb.base/gdb1476.exp: Fix typo.
20945
ef11303e
MC
209462004-01-09 Michael Chastain <mec.gnu@mindspring.com>
20947
20948 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
20949 file.
20950
041ab88c
MC
209512004-01-09 Michael Chastain <mec.gnu@mindspring.com>
20952
20953 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
20954 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
20955 Use gdb_compile. Remove restriction on gcc. Add some patterns
20956 for recent version of gdb. Delete second half, which was a copy
20957 of the first half with different build flags. This test is
20958 still disabled because it is still not ready for production.
20959
e36d075a
MC
209602004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20961
20962 * gdb.cp/exception.cc: Add copyright notice.
20963 * gdb.cp/exception.exp: Add a notice that this file is broken
20964 because of line number changes caused by addition of copyright
20965 notice.
20966
42b190ad
MC
209672004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20968
20969 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
20970 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
20971
8f25f06b
MC
209722004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20973
20974 * gdb.cp/classes.exp: Accept gnu abi 2.
20975 * gdb.cp/derivation.exp: Likewise.
20976 * gdb.cp/overload.exp: Likewise.
20977 * gdb.cp/virtfunc.exp: Likewise.
20978
06ded8b8
MC
209792004-01-08 Michael Chastain <mec.gnu@mindspring.com>
20980
20981 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
20982 semicolon after end of function.
20983
77c26ae3
MC
209842004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20985
20986 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
20987 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
20988 boilerplate code for compiling and running the program under
20989 test. Add some string method tests.
20990
20757486
MC
209912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20992
20993 * gdb.cp/bs15503.cc: Add copyright notice.
20994 * gdb.cp/bs15503.exp: Adjust line number.
20995
0fd3b503
MC
209962004-01-07 Michael Chastain <mec.gnu@mindspring.com>
20997
20998 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
20999 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21000
10d1bea8
MC
210012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21002
21003 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21004 hp_cc_compiler.
21005
2789202a
MC
210062004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21007
21008 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21009 * gdb.cp/ctti.exp: Use the marker instead of "next".
21010 With gcc, run further before bailing.
21011
b862f14c
MC
210122004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21013
21014 * gdb.cp/cttiadd.cc: Add copyright notice.
21015 * gdb.cp/cttiadd1.cc: Likewise.
21016 * gdb.cp/cttiadd2.cc: Likewise.
21017 * gdb.cp/cttiadd3.cc: Likewise.
21018
96da2469
MC
210192004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21020
21021 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21022 Use gdb_test, gdb_test_multiple. Use floating-point values that
21023 have exact representations in IEEE-ish formats.
21024
053248ff
MC
210252004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21026
21027 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21028 compilers. Delete duplicate call to get_compiler_info.
21029 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21030 * gdb.base/volatile.exp: Likewise.
21031
84acecdd
MK
210322004-01-07 Mark Kettenis <kettenis@gnu.org>
21033
21034 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21035 memory at address 0.
21036
fe11a27f
MC
210372004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21038
21039 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21040 to test for hp-ux assembler. Fix copyright years.
21041
60ad077b
AC
210422004-01-07 Andrew Cagney <cagney@redhat.com>
21043
21044 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21045
1c9b8f33
AC
210462004-01-07 Andrew Cagney <cagney@redhat.com>
21047
21048 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21049 when creating the read-only file. From analysis by Roland McGrath
21050 and Elena Zannoni.
21051
753ccc7a
MC
210522004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21053
21054 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21055
eca3e36b
MC
210562004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21057
21058 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21059 data pointers.
21060
f8d4bac4
MC
210612004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21062
21063 * gdb.cp/m-static.exp: Compile one source file at a time.
21064 Delete unused call to get_compiler_info.
21065
9b4e0f94
MC
210662004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21067
21068 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21069 * gdb.base/call-rt-st.exp: Likewise.
21070 * gdb.base/nodebug.exp: Likewise.
21071 * gdb.base/volatile.exp: Likewise.
21072 * gdb.cp/ref-types.exp: Likewise.
21073 * gdb.cp/templates.exp: Likewise.
21074
023c1024
MK
210752004-01-05 Mark Kettenis <kettenis@gnu.org>
21076
21077 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21078
19703c4a
MC
210792004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21080
21081 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21082 hppa*-hp-hpux*.
21083
18b67037
MK
210842004-01-04 Mark Kettenis <kettenis@gnu.org>
21085
ba6219c8
MK
21086 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21087 x86_64-*-*.
21088
18b67037
MK
21089 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21090 sparc64-*-* and sparc*-solaris2*.
21091
1bfbbb9d
MK
210922004-01-04 Mark Kettenis <kettenis@gnu.org>
21093
21094 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21095 return ${tests}" test. The ${tests} already mentions the
21096 filename.
21097
06846494
MC
210982004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21099
21100 * gdb.cp/local.exp: Accept gcc abi 2.
21101
3b0cb202
MC
211022004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21103
21104 * gdb.cp/templates.exp: Accept gcc abi 2.
21105
0643ec3f
MC
211062004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21107
21108 * lib/compiler.cc: Remove supports_template_debugging.
21109 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21110
d231d0b1
MC
211112004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21112
21113 * gdb.cp/namespace.exp: Accept gcc abi 2.
21114
44ffb27c
MC
211152004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21116
21117 * gdb.cp/method.exp: Accept gcc abi 2.
21118
184ad485
MC
211192004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21120
21121 * gdb.cp/classes.exp: Generate identical results as old version.
21122 * gdb.cp/derivation.exp: Likewise.
21123 * gdb.cp/overload.exp: Likewise.
21124 * gdb.cp/virtfunc.exp: Likewise.
21125
116f09e7
MC
211262004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21127
21128 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21129 mysterious bug with sourceware version of expect.
21130
b1379776
MC
211312004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21132
21133 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21134 current versions of gcc, including gcc abi 2. Remove gratuitous
21135 restart of test program. Use gdb_test_multiple and gdb_test for
21136 all tests. Add patterns to xfail missing "const" in "const char *"
21137 and kfail PR gdb/1155.
21138
6b7a4c0e
MC
211392004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21140
21141 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21142 current versions of gcc, including gcc abi 2. Remove gratuitous
21143 restart of test program. Use gdb_test_multiple and gdb_test for
21144 all tests. Add patterns to kfail PR gdb/1498.
21145
51615d72
MC
211462003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21147
21148 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21149 current versions of gcc, including gcc abi 2. Use "breakpoint"
21150 and "continue" instead of restarting the target program. Use
21151 gdb_test_multiple and gdb_test for all tests.
21152
7b79a9d7
MK
211532004-01-01 Mark Kettenis <kettenis@gnu.org>
21154
21155 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21156 for *-*-solaris2*.
21157
1cd3489f
MC
211582003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21159
21160 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21161 current versions of gcc, including gcc abi 2. Use "breakpoint"
21162 and "continue" instead of restarting the target program several
21163 times. Use gdb_test_multiple and gdb_test for all tests.
21164
850742db
MC
211652003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21166
21167 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21168 source files.
21169
eb4bbda8
MC
211702003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21171
21172 * gdb.base/environ.exp: Handle compiling test case from multiple
21173 source files.
21174
e42c7771
MC
211752003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21176
21177 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21178
80e4b428
JB
211792003-12-17 Jim Blandy <jimb@redhat.com>
21180
5f06973a
JB
21181 * gdb.base/freebpcmd.c: Add copyright notice.
21182
80e4b428
JB
21183 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21184
0ab84fb7
MC
211852003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21186
21187 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21188
1b3bb3d0
JB
211892003-12-13 Jim Blandy <jimb@redhat.com>
21190
21191 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21192
3a4c9371
KB
211932003-12-12 Kevin Buettner <kevinb@redhat.com>
21194
21195 * gdb.asm/frv.inc: New file.
21196 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21197
a1dea79a
FF
211982003-12-09 Fred Fish <fnf@redhat.com>
21199
21200 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21201 functions to break1.c and leave prototypes behind. Add more
21202 "set breakpoint NN here" comments.
21203 * gdb.base/break1.c: New file.
21204
21205 * gdb.base/break.exp: Handle compiling test case from multiple
21206 source files and change source file references as needed.
21207 * gdb.base/completion.exp: Ditto.
21208 * gdb.base/condbreak.exp: Ditto.
21209 * gdb.base/define.exp: Ditto.
21210 * gdb.base/ena-dis-br.exp: Ditto.
21211 * gdb.base/info-proc.exp: Ditto.
21212 * gdb.base/maint.exp: Ditto.
21213 * gdb.base/until.exp: Ditto.
21214
21215 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21216 hardcoded line numbers.
21217 * gdb.base/define.exp: Ditto.
21218 * gdb.base/ena-dis-br.exp: Ditto.
21219 * gdb.base/maint.exp: Ditto.
21220 * gdb.base/until.exp: Ditto.
21221
21222 * gdb.base/completion.exp: Use "break1" for completion tests since
21223 "break" is no longer a unique prefix.
21224
5266b69c
AC
212252003-12-06 Andrew Cagney <cagney@redhat.com>
21226
21227 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21228 "return_value_unimplemented". When an unimplemented struct return
21229 architecture, report incorrect values as a KFAIL
21230
374451f0
MC
212312003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21232
21233 * gdb.cp/rtti.exp: Accept new wording of warning from
21234 cp_lookup_rtti_type.
21235
ba9b20a7
MC
212362003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21237
21238 Partial fix for PR testsuite/1456.
21239 * gdb.base/scope.exp (test_at_main): Replace references to
21240 gcc_compiled with calls to test_compiler_info.
21241 (test_at_foo): Likewise.
21242 (test_at_bar): Likewise.
21243
b74b6d0b
MC
212442003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21245
21246 Partial fix for PR testsuite/1456.
21247 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21248 to test_compiler_info.
21249
ccfa3402
MC
212502003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21251
21252 * gdb.base/so-impl-ld.exp: Update copyright notice.
21253
f6246aba
MC
212542003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21255
21256 Partial fix for PR testsuite/1456.
21257 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21258 to test_compiler_info.
21259
13ae734a
MC
212602003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21261
21262 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21263 from current versions of gdb. Clean up regular expressions.
21264 Delete redundant timeout case.
21265
d8e1cdee
MC
212662003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21267
21268 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21269 from current versions of gdb. Clean up regular expressions.
21270 Delete redundant timeout case.
21271
96457b64
MC
212722003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21273
21274 Partial fix for PR testsuite/1456.
21275 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21276 gcc_compiled with call to test_compiler_info.
21277
f35309fc
MC
212782003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21279
21280 Partial fix for PR testsuite/1456.
21281 * gdb.base/list.exp (test_list_function): Delete unused declaration
21282 of gcc_compiled.
21283
d7afdf9b
MC
212842003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21285
21286 Partial fix for PR testsuite/1456.
21287 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21288 call to test_compiler_info.
21289
71507b56
MK
212902003-11-29 Mark Kettenis <kettenis@gnu.org>
21291
21292 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21293 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21294 it to create the appropriate note.inc.
21295 * gdb.asm/asmsrc1.s: Include "note.inc".
21296 * gdb.asm/netbsd.inc: New file.
21297 * gdb.asm/empty.inc: New file.
21298
f81f93f7
MC
212992003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21300
21301 Partial fix for PR testsuite/1456.
21302 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21303 calls to test_compiler_info.
21304
9a77938e
MC
213052003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21306
21307 Partial fix for PR testsuite/1456.
21308 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21309 calls to test_compiler_info.
21310
e8367dc7
MK
213112003-11-27 Mark Kettenis <kettenis@gnu.org>
21312
21313 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21314 pattern for the KFAILs.
21315
526c61ee
AF
213162003-11-25 Adam Fedor <fedor@gnu.org>
21317
21318 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21319 * gdb.objc/objcdecode.m: New file.
21320
28f2d600
AF
213212003-11-25 Adam Fedor <fedor@gnu.org>
21322
21323 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21324 * gdb.objc/nondebug.m: New file.
21325
a3895cee
BE
213262003-11-26 Ben Elliston <bje@wasabisystems.com>
21327
21328 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21329 NetBSD as it does on FreeBSD. Modelled on a similar change by
21330 Mark Kettenis on 2003-05-30.
21331 (link-flags): Set to "--entry _start" regardless of target.
21332 Special linker flags are to be appended to $link-flags.
21333 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21334
c9f2c8a3
MC
213352003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21336
21337 * gdb.cp/method.exp: Accept output of new demangler.
21338
15a0587a 213392003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
21340
21341 * gdb/class2.exp: New file.
21342 * gdb/class2.cc: New file.
21343
3c00b570
MC
213442003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21345
21346 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21347 of new demangler.
21348
7027acc7
MK
213492003-11-23 Mark Kettenis <kettenis@gnu.org>
21350
21351 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21352 of gdb_test "run".
21353
b0e1598a
MK
213542003-11-23 Mark Kettenis <kettenis@gnu.org>
21355
21356 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21357 "continue" into "run".
21358
4d9eda44
MC
213592003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21360
21361 Partial fix for PR testsuite/1456.
21362 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
21363 call to test_compiler_info.
21364 * gdb.cp/ctti.exp: Likewise.
21365 * gdb.cp/derivation.exp: Likewise.
21366 * gdb.cp/member-ptr.exp: Likewise.
21367 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
21368 reference to gcc_compiled.
21369
213702003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
21371
21372 Fix PR testsuite/1463.
21373 * gdb.base/structs.exp (start_structs_test): Call
21374 get_debug_format before using the debug format.
21375
d422fe19
AC
213762003-11-22 Andrew Cagney <cagney@redhat.com>
21377
21378 * lib/gdb.exp (gdb_test_multiple): Add simple example.
21379 * gdb.base/structs.exp: Use gdb_test_multiple.
21380
039cf96d
AC
213812003-11-20 Andrew Cagney <cagney@redhat.com>
21382
6882279b
AC
21383 * gdb.base/structs.exp: Handle and recover from internal errors.
21384 Replace "foo${n}" with "foo<n>" in test messages.
21385
e53890ae
AC
21386 * gdb.base/structs.exp: Update copyright. Rewrite.
21387 * gdb.base/structs.c: Update copyright. Rewrite.
21388
2b211c59
AC
21389 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
21390 resync count exceeded.
d63a86f8 21391
039cf96d
AC
21392 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
21393 from the internal error.
21394 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
21395 Original from Jim Blandy.
21396 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 21397
eac98b22
AC
213982003-11-19 Andrew Cagney <cagney@redhat.com>
21399
21400 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
21401 KFAIL.
21402
67455b2a
MK
214032003-11-17 Mark Kettenis <kettenis@gnu.org>
21404
21405 New testcase for PR backtrace/1435.
21406 * gdb.arch/i386-unwind.exp: New file.
21407 * gdb.arch/i386-unwind.c: New file.
21408
853d6e5b
AC
214092003-11-17 Andrew Cagney <cagney@redhat.com>
21410
21411 * lib/gdb.exp (compiler_info): New global.
21412 (test_compiler_info): New function.
21413 (get_compiler_info): Set compiler_info.
21414 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
21415 "compiler_info" to gcc-<major>-<minor>.
21416
38cf6e11
MC
214172003-11-15 Michael Chastain <mec.gnu@mindspring.com>
21418
21419 * gdb.trace/configure: Remove.
21420
a50d3602
EZ
214212003-11-13 Elena Zannoni <ezannoni@redhat.com>
21422
21423 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 21424 breakpoints.
a50d3602
EZ
21425 * gdb.base/break.exp: Remove all references to explicit line
21426 numbers.
21427
d9407aaa
NC
214282003-11-11 Nick Clifton <nickc@redhat.com>
21429
21430 * gdb.base/shreloc.exp: Do not run for targets which do not
21431 support shared objects.
21432
db488fc1
CV
214332003-11-10 Corinna Vinschen <vinschen@redhat.com>
21434
21435 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
21436 Don't run tests if nofileio flag is given.
21437
6a90a18e
EZ
214382003-11-07 Elena Zannoni <ezannoni@redhat.com>
21439
21440 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 21441 as well as 'Watchpoint'.
6a90a18e 21442
0b915e9c
EZ
214432003-11-06 Elena Zannoni <ezannoni@redhat.com>
21444
21445 Reported by Jim Ingham <jingham@apple.com>:
21446 * gdb.base/annota1.exp: Match at least one occurrence of the
21447 signal handler annotation.
21448
d7e4b55f
EZ
214492003-11-06 Elena Zannoni <ezannoni@redhat.com>
21450
a9c64011
AS
21451 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
21452 as well as 'Watchpoint'.
d7e4b55f 21453
2fe4e8d0
MC
214542003-11-05 Michael Chastain <mec@shout.net>
21455
21456 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
21457
6ef88553
KW
214582003-11-03 Kris Warkentin <kewarken@qnx.com>
21459
21460 * gdb.arch/gdb1291.c: New test file.
21461 * gdb.arch/gdb1291.exp: New test script.
21462 * gdb.arch/gdb1431.c: New test file.
21463 * gdb.arch/gdb1431.exp: New test script.
21464
ae7dc4d8
MC
214652003-10-22 Michael Chastain <mec@shout.net>
21466
21467 * gdb.mi/pthreads.c: Add copyright notice.
21468
c39d7427
MC
214692003-10-22 Michael Chastain <mec@shout.net>
21470
21471 * gdb.threads/pthreads.c: Add copyright notice.
21472
8b7d96c1
MC
214732003-10-20 Michael Chastain <mec@shout.net>
21474
21475 * gdb.base/gdb1056.exp: New test script.
21476
d1d69fdd
DJ
214772003-10-13 Daniel Jacobowitz <drow@mvista.com>
21478
21479 * gdb.threads/killed.exp: Use gdb_run_cmd.
21480
7d605576
DJ
214812003-10-13 Daniel Jacobowitz <drow@mvista.com>
21482
21483 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
21484 create a core file.
21485 * gdb.threads/gcore-thread.exp: Likewise.
21486
618ec112
CV
214872003-10-13 Corinna Vinschen <vinschen@redhat.com>
21488
21489 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
21490 type, based on char type.
21491 (struct bit_flags_short_t): New bitfield type, based on short type.
21492 (init_bit_flags_char): New fuction.
21493 (init_bit_flags_short): Ditto.
21494 (print_bit_flags_char): Ditto.
21495 (print_bit_flags_short): Ditto.
21496 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
21497
9367a73c
MC
214982003-10-11 Michael Chastain <mec@shout.net>
21499
21500 * gdb.base/call-rt-st.exp: Update copyright year.
21501
1decf120
KI
215022003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
21503
21504 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
21505 * gdb.disasm/sh3.s: Ditto.
21506
5445b2ae
DJ
215072003-10-07 Daniel Jacobowitz <drow@mvista.com>
21508
21509 * gdb.threads/switch-threads.exp: New test.
21510 * gdb.threads/switch-threads.c: New source file.
21511
aec24853
CV
215122003-10-07 Corinna Vinschen <vinschen@redhat.com>
21513
21514 * gdb.base/ending-run.exp: Add sh specific case.
21515
adc7428d
AC
215162003-10-06 Andrew Cagney <cagney@redhat.com>
21517
21518 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
21519 * gdb.disasm/mn10200.exp: Delete obsolete file.
21520
c9d37158
DJ
215212003-09-29 Daniel Jacobowitz <drow@mvista.com>
21522
21523 * ChangeLog: Correct an entry command.exp -> commands.exp.
21524 * gdb.base/commands.exp (bp_deleted_in_command_test)
21525 (temporary_breakpoint_commands): Check noargs.
21526
79c2c32d
DC
215272003-09-25 David Carlton <carlton@kealia.com>
21528
21529 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
21530 of some print tests, where appropriate. Add tests for C::D::cd,
21531 E::ce, F::cXfX, G::XgX.
21532 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
21533
594e6d67
RE
215342003-09-25 Richard Earnshaw <rearnsha@arm.com>
21535
21536 * lib/java.exp (java_init): Import target_alias before using it.
21537
10f0d451
DC
215382003-09-25 David Carlton <carlton@kealia.com>
21539
21540 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
21541
274bcba0
EZ
215422003-09-23 Elena Zannoni <ezannoni@redhat.com>
21543
d63a86f8 21544 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 21545 weirdness.
274bcba0 21546
cdbf20f7
MC
215472003-09-17 Michael Chastain <mec@shout.net>
21548
21549 * gdb.cp/gdb1355.exp: New file.
21550 * gdb.cp/gdb1355.c: New file.
21551
71e06f80
CV
215522003-09-15 Corinna Vinschen <vinschen@redhat.com>
21553
21554 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
21555 * gdb.asm/sh.inc: New file.
21556
5c4e30ca
DC
215572003-09-11 David Carlton <carlton@kealia.com>
21558
bd45b7af
DC
21559 * gdb.cp/namespace.exp: Add tests for namespace types.
21560 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
21561 (test_namespace): New.
21562
1c199746
EZ
215632003-09-11 Elena Zannoni <ezannoni@redhat.com>
21564
a9c64011 21565 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 21566 * gdb.stabs/weird.exp: Ditto.
1c199746 21567
04ed252f
MC
215682003-09-08 Michael Chastain <mec@shout.net>
21569
21570 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
21571
d8a2d9e7
MC
215722003-09-07 Michael Chastain <mec@shout.net>
21573
21574 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
21575 'parse error'.
21576
161afb24
MK
215772003-09-07 Mark Kettenis <m.kettenis@osp.nl>
21578
21579 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
21580
49f2741a
MC
215812003-08-30 Michael Chastain <mec@shout.net>
21582
21583 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
21584 * gdb.gdb/observer.exp: Ditto.
21585 * gdb.gdb/xfullpath.exp: Ditto.
21586
8afa723e
MK
215872003-08-29 Mark Kettenis <kettenis@gnu.org>
21588
21589 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
21590 *-*-*bsd*.
21591
f31dfe3b
JJ
215922003-08-28 Jeff Johnston <jjohnstn@redhat.com>
21593
21594 * gdb.base/dump.exp: Skip for ia64.
21595
4630e498
JJ
215962003-08-25 Jeff Johnston <jjohnstn@redhat.com>
21597
21598 * gdb.asm/asm-source.exp: Add ia64 support.
21599 * gdb.asm/ia64.inc: New file.
21600
1105b7ef
MC
216012003-08-22 Michael Chastain <mec@shout.net>
21602
21603 * gdb.cp: New directory.
21604 * gdb.cp/*: Copy from gdb.c++/*.
21605 * gdb.c++/*: Remove.
21606 * Makefile.in: Change gdb.c++ to gdb.cp.
21607 * configure.in: Ditto.
21608 * configure: Regnerate.
21609
c945b932
MK
216102003-08-18 Mark Kettenis <kettenis@gnu.org>
21611
21612 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
21613 * gdb.arch/i386-prologue.c (gdb1338): Add function.
21614
2b66634b
DJ
216152003-08-17 Daniel Jacobowitz <drow@mvista.com>
21616
21617 * mi-var-display.exp (-var-list-children weird): Accept function
21618 pointers with argument types.
21619 * mi1-var-display.exp (-var-list-children weird): Likewise.
21620 * mi2-var-display.exp (-var-list-children weird): Likewise.
21621
a356f73b
DJ
216222003-08-17 Daniel Jacobowitz <drow@mvista.com>
21623
21624 * gdb.base/annota3.exp: Add missing newline.
21625
483417b8
MC
216262003-08-06 Michael Chastain <mec@shout.net>
21627
21628 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
21629
c99c59c3
MS
216302003-08-12 Michael Snyder <msnyder@redhat.com>
21631
21632 * gdb.base/float.exp: Add test for SH.
21633
55ed7501
MK
216342003-08-10 Mark Kettenis <kettenis@gnu.org>
21635
21636 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
21637
1a371f2e
EZ
216382003-08-07 Elena Zannoni <ezannoni@redhat.com>
21639
21640 * gdb.base/completion.exp: Remove reduntant completion test
21641 on filename.
21642
e0f353ce
EZ
216432003-08-07 Elena Zannoni <ezannoni@redhat.com>
21644
a9c64011
AS
21645 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
21646 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
21647 gdb.trace/save-trace.exp: Make sure that full pathnames are
21648 escaped correctly.
e0f353ce 21649
5710a1af 216502003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 21651
a9c64011
AS
21652 * configure.in: Don't generate config.h from config.hin.
21653 * configure: Regenerate.
21654 * config.hin: Remove file.
21655 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
21656 * gdb.threads/pthreads.c: Ditto.
5710a1af 21657
dcd81ce9
DJ
216582003-08-07 Daniel Jacobowitz <drow@mvista.com>
21659
21660 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21661 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
21662 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
21663 Replace ld24 with seth/add3.
21664
6009d884
AC
216652003-08-02 Andrew Cagney <cagney@redhat.com>
21666
21667 * gdb.base/annota3.exp: New file.
21668 * gdb.base/annota3.c: New file.
21669 * gdb.c++/annota3.exp: New file.
21670 * gdb.c++/annota3.cc: New file.
21671
51514e06
MC
216722003-07-29 Michael Chastain <mec@shout.net>
21673
21674 * gdb.threads/tls.c (spin): Check errno only if sem_wait
21675 actually failed.
21676 (do_pass): Likewise.
21677 * gdb.threads/tls.exp: Always initialize no_of_threads.
21678
4ee6625b
DJ
216792003-07-27 Daniel Jacobowitz <drow@mvista.com>
21680
21681 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
21682 pattern.
21683 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
21684 * gdb.threads/tls.exp: Recognize one case of the host library not
21685 supporting TLS.
21686
225f2bf6
AC
216872003-07-27 Andrew Cagney <cagney@redhat.com>
21688
21689 * gdb.base/fileio.exp: Use SH when running commands using
21690 remote_exec.
21691
bcb27c9f
DJ
216922003-07-24 Daniel Jacobowitz <drow@mvista.com>
21693
21694 From Kei Sakamoto <sakamoto.kei@renesas.com>:
21695 * gdb.base/relocate.c (dummy): New padding array.
21696
3d67be83
MS
216972003-07-22 Michael Snyder <msnyder@redhat.com>
21698
d63a86f8 21699 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
21700
21701 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
21702 patterns to be more general, accepting old and new output.
21703 Some output chars (such as '+') also must be quoted.
d63a86f8 21704 Some addresses are displayed numerically instead of
3d67be83
MS
21705 symbolically.
21706
57ba3b85
MS
217072003-07-23 Michael Snyder <msnyder@redhat.com>
21708
686d097c
MS
21709 * gdb.base/return2.exp: Don't test long-long return.
21710
57ba3b85
MS
21711 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
21712 * gdb.disasm/t01_mov.exp: Ditto.
21713 * gdb.disasm/t02_mova.s: Ditto.
21714 * gdb.disasm/t02_mova.exp: Ditto.
21715 * gdb.disasm/t03_add.s: Ditto.
21716 * gdb.disasm/t03_add.exp: Ditto.
21717 * gdb.disasm/t04_sub.s: Ditto.
21718 * gdb.disasm/t04_sub.exp: Ditto.
21719 * gdb.disasm/t05_cmp.s: Ditto.
21720 * gdb.disasm/t05_cmp.exp: Ditto.
21721 * gdb.disasm/t06_ari2.s: Ditto.
21722 * gdb.disasm/t06_ari2.exp: Ditto.
21723 * gdb.disasm/t07_ari3.s: Ditto.
21724 * gdb.disasm/t07_ari3.exp: Ditto.
21725 * gdb.disasm/t08_or.s: Ditto.
21726 * gdb.disasm/t08_or.exp: Ditto.
21727 * gdb.disasm/t09_xor.s: Ditto.
21728 * gdb.disasm/t09_xor.exp: Ditto.
21729 * gdb.disasm/t10_and.s: Ditto.
21730 * gdb.disasm/t10_and.exp: Ditto.
21731 * gdb.disasm/t11_logs.s: Ditto.
21732 * gdb.disasm/t11_logs.exp: Ditto.
21733 * gdb.disasm/t12_bit.s: Ditto.
21734 * gdb.disasm/t12_bit.exp: Ditto.
21735 * gdb.disasm/t13_otr.s: Ditto.
21736 * gdb.disasm/t13_otr.exp: Ditto.
21737
e00759ef
EZ
217382003-07-22 Elena Zannoni <ezannoni@redhat.com>
21739
21740 * gdb.threads/tls.exp :Add kfail for 'info address' case.
21741
8bc2021f
EZ
217422003-07-22 Elena Zannoni <ezannoni@redhat.com>
21743
a9c64011
AS
21744 * gdb.threads/tls.c : New file.
21745 * gdb.threads/tls.exp : New file.
21746 * gdb.threads/tls-main.c : New file.
21747 * gdb.threads/tls-shared.c : New file.
21748 * gdb.threads/tls-shared.exp : New file.
8bc2021f 21749
89320c4c
AS
217502003-07-22 Andreas Schwab <schwab@suse.de>
21751
21752 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
21753
180dea7c
AS
217542003-07-20 Andreas Schwab <schwab@suse.de>
21755
21756 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
21757 due to insn reordering.
21758
0714963c
AC
217592003-07-15 Andrew Cagney <cagney@redhat.com>
21760
21761 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
21762
98a23b3f
MC
217632003-07-15 Michael Chastain <mec@shout.net>
21764
21765 * gdb.base/gdb1250.exp: New file.
21766 * gdb.base/gdb1250.c: New file.
21767
27e417a2
ML
217682003-07-09 Michal Ludvig <mludvig@suse.cz>
21769
21770 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
21771 expansion of size_t to 'unsigned long', not only to 'unsigned'.
21772
8bc2021f
EZ
217732003-07-09 Elena Zannoni <ezannoni@redhat.com>
21774
a9c64011
AS
21775 * gdb.threads/tls.c: New file.
21776 * gdb.threads/tls.exp: New file.
21777 * gdb.threads/tls-main.c: New file.
21778 * gdb.threads/tls-shared.c: New file.
21779 * gdb.threads/tls-shared.exp: New file.
8bc2021f 21780
d99968dc
EZ
217812003-07-09 Elena Zannoni <ezannoni@redhat.com>
21782
21783 * gdb.base/annota1.exp: Make sure that we properly escape the
21784 full path of the source file. Xfail more permissive patterns,
d63a86f8 21785 due to a compiler debug info problem.
d99968dc 21786
83876b3b
AS
217872003-07-07 Andreas Schwab <schwab@suse.de>
21788
2705e972
AS
21789 * gdb.asm/m68k.inc: New file.
21790 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
21791
83876b3b
AS
21792 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
21793 arguments"): Also match negative number.
21794
21795 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
21796
3a871b37
DJ
217972003-07-03 Daniel Jacobowitz <drow@mvista.com>
21798
21799 * gdb.base/store.c (charest): New typedef.
21800 (add_char): Rename to add_charest, update.
21801 (wack_char): Rename to wack_charest, update types. Return l + r
21802 to keep r live across the call.
21803 (wack_short, wack_int, wack_long, wack_longest, wack_float)
21804 (wack_double, wack_doublest): Return l + r to keep r live across
21805 the call.
21806 * gdb.base/store.exp: Accomodate store.c changes.
21807
b2a7f303
DC
218082003-06-30 David Carlton <carlton@kealia.com>
21809
21810 * gdb.c++/maint.exp (test_invalid_name): New.
21811 (test_first_component): Add tests for invalid names.
21812
3c6cb4a1
MC
218132003-06-29 Michael Chastain <mec@shout.net>
21814
21815 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
21816 output of '<VTT for class>' for virtual base classes.
21817
f1c2644b
DJ
218182003-06-29 Daniel Jacobowitz <drow@mvista.com>
21819
21820 * gdb.base/completion.exp: Tab-complete "complet" instead of
21821 "compl".
21822 * gdb.base/complex.exp, gdb.base/complex.c: New files.
21823
18080350
DJ
218242003-06-29 Daniel Jacobowitz <drow@mvista.com>
21825
21826 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
21827 * gdb.base/volatile.exp: Likewise.
21828
f56973f8
DJ
218292003-06-29 Daniel Jacobowitz <drow@mvista.com>
21830
21831 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
21832 gdb/1265.
21833
218342003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
21835 Daniel Jacobowitz <drow@mvista.com>
21836
21837 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
21838 initial line count of 'captured_main' from 26 to 32.
21839 (test_with_self): Allow xmalloc call to be interleaved with the
21840 preceding two lines.
21841
e766d4d6
JB
218422003-06-24 Joel Brobecker <brobecker@gnat.com>
21843
21844 * gdb.base/bang.exp: New testcase.
21845
f125c9a4
JB
218462003-06-23 Joel Brobecker <brobecker@gnat.com>
21847
21848 * gdb.base/langs.exp: Add some tests for the "minimal" language
21849 support.
21850
6e25beaf
EZ
218512003-06-23 Elena Zannoni <ezannoni@redhat.com>
21852
21853 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
21854 the testcase.
21855
2f816dda
DJ
218562003-06-22 Daniel Jacobowitz <drow@mvista.com>
21857
21858 * gdb.base/relocate.exp: Test add-symbol-file with a variable
21859 offset.
21860
db5a5748
DJ
218612003-06-22 Daniel Jacobowitz <drow@mvista.com>
21862
21863 * gdb.c++/pr-1210.cc: New file.
21864 * gdb.c++/pr-1210.exp: New file.
21865
1df0c130
DJ
218662003-06-21 Daniel Jacobowitz <drow@mvista.com>
21867
21868 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
21869 000-exec-continue.
21870
a92feac0
MK
218712003-06-15 Mark Kettenis <kettenis@gnu.org>
21872
21873 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
21874 on *-*-*bsd* instead of *-*-freebsd*.
21875
81a58f5b
AC
218762003-06-14 Andrew Cagney <cagney@redhat.com>
21877
21878 * gdb.base/store.exp: Test longest and doublest. Test all
21879 parameters. Weaken return statement match.
21880 * gdb.base/store.c: Add longest and doublest - aka long long and
21881 long double functions. Put all parameters into local register
21882 variables. Use negative values.
21883
b257a0d3
AC
218842003-06-14 Andrew Cagney <cagney@redhat.com>
21885
21886 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
21887 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
21888 exit status.
21889 * gdb.base/fileio.exp: Disable target when nointerrupts and
21890 noinferiorio, instead of limiting it to remote. Use remote_exec
21891 instead of system.
d63a86f8 21892
21c38304
JJ
218932003-06-12 Jeff Johnston <jjohnstn@redhat.com>
21894
21895 * gdb.base/float.exp: Add ia64 support.
21896
1bcdb424
CV
218972003-06-12 Corinna Vinschen <vinschen@redhat.com>
21898
21899 * gdb.base/fileio.exp: Run only on remote targets.
21900
6aeb981f
CV
219012003-06-10 Corinna Vinschen <vinschen@redhat.com>
21902
21903 * gdb.base/fileio.c: New file, testing File-I/O.
21904 * gdb.base/fileio.exp: Ditto.
21905
53df362e
RG
219062003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
21907
21908 * gdb.base/shreloc.exp: New file, check symbol values obtained from
21909 shared objects after relocation at load time (gdb PR/1132).
21910 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 21911 as above, part of the shared object relocation test.
53df362e 21912
ffee1b46
MK
219132003-06-08 Mark Kettenis <kettenis@gnu.org>
21914
b5ca3722
MK
21915 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
21916 fully filled history list.
21917 * gdb.base/gdb_history: New file.
21918
03ed860d
MK
21919 * gdb.base/signals.exp: XFAIL "continue to func1" on
21920 i*86-*-freebsd*.
21921
ffee1b46
MK
21922 * gdb.base/attach.exp: When trying to attach to a nonexistent
21923 process, make it possible to specify the PID based on the target,
21924 and do so for *-*-freebsd*.
21925
d80dbb52
RH
219262003-06-02 Richard Henderson <rth@redhat.com>
21927
21928 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
21929
6dd77b81
RH
219302003-06-02 Richard Henderson <rth@redhat.com>
21931
21932 * gdb.base/selftest.exp: Next over lim_at_start initialization.
21933
f6347e16
RH
219342003-06-02 Richard Henderson <rth@redhat.com>
21935
21936 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
21937
2c161407
DJ
219382003-06-01 Daniel Jacobowitz <drow@mvista.com>
21939
21940 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
21941 of globalvar.
21942
572eb746
MK
219432003-06-01 Mark Kettenis <kettenis@gnu.org>
21944
21945 * gdb.asm/asm-source.exp: Check for memory read errors in
21946 disassembler test on *BSD too.
21947
9e9617a5
RH
219482003-06-01 Richard Henderson <rth@redhat.com>
21949
21950 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
21951 for .frame.
21952 (gdbasm_call): Lose ldgp.
21953 (gdbasm_startup): Add frame information.
21954 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
21955
7b34ad4e
MK
219562003-05-31 Mark Kettenis <kettenis@gnu.org>
21957
21958 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
21959 i?86-*-*.
21960
10059fdf
MK
219612003-05-30 Mark Kettenis <kettenis@gnu.org>
21962
21963 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21964 FreeBSD.
21965
acf4b816
RH
219662003-05-29 Richard Henderson <rth@redhat.com>
21967
21968 * gdb.asm/alpha.inc: New file.
21969 * gdb.asm/asm-source.exp: Use it.
21970
e9ecd949
JB
219712003-05-29 Jim Blandy <jimb@redhat.com>
21972
21973 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
21974 'core.PID'.
21975
e3e5a4f3
JB
219762003-05-22 Jim Blandy <jimb@redhat.com>
21977
21978 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
21979 backtrace.
d63a86f8 21980
72fe3d25
DC
219812003-05-20 David Carlton <carlton@math.stanford.edu>
21982
21983 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
21984 this time.
21985
58da2eb2
DC
219862003-05-19 David Carlton <carlton@bactrian.org>
21987
21988 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
21989 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
21990
1fcb5155
DC
219912003-05-19 David Carlton <carlton@bactrian.org>
21992
21993 * gdb.c++/namespace.exp: Add namespace scope and anonymous
21994 namespace tests.
21995 Bump copyright date.
21996 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
21997 (main): Call C::D::marker2.
21998 * gdb.c++/namespace1.cc: New file.
21999
85e85163
JJ
220002003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22001
22002 Roland McGrath <roland@redhat.com>
d63a86f8 22003 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
22004 there is no manager thread.
22005
a25fbfec
JJ
220062003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22007
d63a86f8
RM
22008 * gdb.threads/schedlock.exp: Remove assumption that all threads
22009 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
22010 in one of the child threads rather than the main thread.
22011
be375bae
JB
220122003-05-07 Jim Blandy <jimb@redhat.com>
22013
09bf6082
JB
22014 Add support for assembly source testing on the s390x.
22015 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22016 architecture.
22017 * gdb.asm/s390x.inc: New file.
22018
be375bae
JB
22019 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22020 succession of 'if' statements.
22021
00905d52
AC
220222003-05-05 Andrew Cagney <cagney@redhat.com>
22023
22024 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22025
b1e29e33
AC
220262003-05-05 Andrew Cagney <cagney@redhat.com>
22027
22028 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22029 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22030
e33d66ec
EZ
220312003-05-02 Elena Zannoni <ezannoni@redhat.com>
22032
22033 * gdb.base/charset.exp: Update based on new behavior of set/show
22034 charset commands.
22035
2b6fd0d8
AC
220362003-05-01 Andrew Cagney <cagney@redhat.com>
22037
22038 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22039 variable do not give memory errors.
22040
130cacce
AF
220412003-04-30 Adam Fedor <fedor@gnu.org>
22042
22043 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22044 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22045 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22046 gdb.objc/basicclass.m: : New files
22047
22048 * lib/gdb.exp (gdb_compile_objc): New procedure.
22049
bea71854
DJ
220502003-04-27 Daniel Jacobowitz <drow@mvista.com>
22051
22052 * gdb.base/signals.exp: Make backtrace tests more specific.
22053
0f20eeea
DC
220542003-04-23 David Carlton <carlton@bactrian.org>
22055
22056 * gdb.c++/maint.exp (test_first_component): Add tests for
22057 'operator' in more locations.
22058
c8c4d8dc
KB
220592003-04-16 Kevin Buettner <kevinb@redhat.com>
22060
22061 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22062
3fe60e3c
EZ
220632003-04-16 Elena Zannoni <ezannoni@redhat.com>
22064
22065 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 22066 func marke' instead. Update test name.
3fe60e3c 22067
9219021c
DC
220682003-04-15 David Carlton <carlton@math.stanford.edu>
22069
22070 * gdb.c++/maint.exp: New file.
22071
5dd55bdd
EZ
220722003-04-14 Elena Zannoni <ezannoni@redhat.com>
22073
22074 * gdb.threads/schedlock.c: Change type of thread function argument
22075 to long, to avoid warnings on 64-bit platforms.
22076
00890572
EZ
220772003-04-14 Elena Zannoni <ezannoni@redhat.com>
22078
a9c64011
AS
22079 * gdb.base/attach.exp: Add new message from ptrace in case of
22080 attaching to nonexistent process.
d63a86f8 22081
93201743
JB
220822003-04-11 Jim Blandy <jimb@redhat.com>
22083
22084 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22085 gdb.c++/userdef.cc: Place comments on the lines to which the
22086 marker function might return.
22087 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22088 gdb.c++/userdef.exp: Look for those comments to check that we've
22089 returned to the right place, instead of checking line numbers.
22090
2a11c64d
EZ
220912003-04-11 Elena Zannoni <ezannoni@redhat.com>
22092
a9c64011
AS
22093 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22094 match on sourcefile name, instead of directory name.
2a11c64d 22095
68ab8fc5
EZ
220962003-04-10 Elena Zannoni <ezannoni@redhat.com>
22097
d63a86f8 22098 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
22099 working directory name.
22100
5624293a
JB
221012003-04-09 Jim Blandy <jimb@redhat.com>
22102
22103 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22104 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22105 after an inferior function call, report the failure, but allow the
22106 test to continue.
22107
f1f02ee4
SC
221082003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22109
22110 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22111 with -DPROTOTYPES.
22112
6eb79af0
SC
221132003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22114
22115 * gdb.base/break.exp: Revert last patch.
22116
8dfb4cf0
SC
221172003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22118
22119 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22120 with -DPROTOTYPES.
22121
ed4c619a
AC
221222003-04-02 Andrew Cagney <cagney@redhat.com>
22123
22124 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22125 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22126 matching directories by the name breakpoint.
22127 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22128 Make "continue to marker1" consistent.
22129 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22130 message consistent.
22131 * lib/gdb.exp: Put "the program is no longer running", and "the
22132 program exited" in parenthesis.
22133 * lib/mi-support.exp: Ditto.
d63a86f8 22134
4e35d5f0 221352003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 22136
4e35d5f0
BR
22137 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22138
71900fe8
AC
221392003-03-29 Andrew Cagney <cagney@redhat.com>
22140
22141 * gdb.base/sizeof.c (main): Print the value of '\377'.
22142 * gdb.base/sizeof.exp: Check the sign of '\377'.
22143
c0655a16
MC
221442003-03-27 Michael Chastain <mec@shout.net>
22145
22146 * gdb.base/gdb1090.exp: New file.
22147 * gdb.base/gdb1090.cc: New file.
22148
5b2a3989
JB
221492003-03-27 J. Brobecker <brobecker@gnat.com>
22150
22151 * gdb.gdb/observer.exp: New regression test.
22152
79876890
MC
221532003-03-27 Michael Chastain <mec@shout.net>
22154
22155 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22156 * gdb.base/ptype.exp: Likewise.
22157
6eac95e3
CV
221582003-03-27 Corinna Vinschen <vinschen@redhat.com>
22159
22160 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22161
e8c71839
MC
221622003-03-26 Michael Chastain <mec@shout.net>
22163
22164 * gdb.base/ptype.exp: Actually use some typedef'd types.
22165
71b10041
SC
221662003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22167
22168 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22169 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22170
2512cf80
CV
221712003-03-20 Corinna Vinschen <vinschen@redhat.com>
22172
22173 * gdb.base/default.exp: Fix regular expression.
22174
0d195a4f
CV
221752003-03-20 Corinna Vinschen <vinschen@redhat.com>
22176
22177 * gdb.base/args.exp: Fix regular expression.
22178
8a2dbca8
CV
221792003-03-20 Corinna Vinschen <vinschen@redhat.com>
22180
22181 * gdb.base/help.exp: Allow Win32 child process.
22182
bf028682
CV
221832003-03-20 Corinna Vinschen <vinschen@redhat.com>
22184
22185 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22186 when stepping out of main().
22187
182dbe85
CV
221882003-03-20 Corinna Vinschen <vinschen@redhat.com>
22189
22190 * gdb.base/default.exp: Check for win32 specific message when calling
22191 "run" without executable.
22192
d67a6ba5
CV
221932003-03-20 Corinna Vinschen <vinschen@redhat.com>
22194
22195 * gdb.base/args.exp: Expect .exe in output.
22196
a955b5bb
CV
221972003-03-20 Corinna Vinschen <vinschen@redhat.com>
22198
22199 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22200 Cygwin native.
22201
bf6bad4b
AC
222022003-03-17 Andrew Cagney <cagney@redhat.com>
22203
22204 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22205 vector registes.
22206 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22207 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22208
293e9a31
DC
222092003-03-17 David Carlton <carlton@math.stanford.edu>
22210
22211 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22212 test, for PR breakpoints/38.
22213 Call test_watchpoint_and_breakpoint.
22214 * gdb.base/watchpoint.c (func3): New function.
22215 (main): Call func3.
22216
5330f2db
DC
222172003-03-04 David Carlton <carlton@math.stanford.edu>
22218
22219 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22220 Garply<Garply<char> >:: garply".
22221 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22222 with respect to PR c++/1111; note also PR c++/1113.
22223 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22224 respect to PR c++/1062.
22225 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22226
6ece72da
DC
222272003-03-03 David Carlton <carlton@math.stanford.edu>
22228
22229 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22230 with respect to PR c++/57.
22231 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22232 c++/826.
22233 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22234 respect to PR c++/57.
22235
85ca1584
DC
222362003-03-03 David Carlton <carlton@math.stanford.edu>
22237
22238 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22239 respect to PR c++/33 into FAILs.
22240
98e9c5b8
MC
222412003-03-03 Michael Chastain <mec@shout.net>
22242
7bedbf27
MC
22243 * configure.in: Update copyright years.
22244
222452003-03-03 Michael Chastain <mec@shout.net>
22246
22247 * Makefile.in: Update copyright years.
98e9c5b8 22248
f683e100
DC
222492003-02-28 David Carlton <carlton@math.stanford.edu>
22250
22251 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22252 print class instead of struct and/or superfluous protection
22253 specifiers, as long as the resulting output is equivalent to the
22254 source code.
22255 Delete FIXME from end of messages on tests that don't need
22256 fixing.
22257
a9e0cf2c
DC
222582003-02-28 David Carlton <carlton@math.stanford.edu>
22259
22260 * gdb.c++/templates.exp (do_tests): Allow const in the two
22261 Foo<volatile char *>::foo tests.
22262
e8d359df
MS
222632003-02-27 Michael Snyder <msnyder@redhat.com>
22264
d63a86f8 22265 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
22266 will be consistant.
22267
0b71dc91
DC
222682003-02-26 David Carlton <carlton@math.stanford.edu>
22269
22270 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22271 char *>::foo" test with respect to PR c++/33. Create a new test
22272 which is identical to that one except that it doesn't put the
22273 space between the "char" and the "*"; KFAIL it, too.
22274
dd14ab43
DC
222752003-02-26 David Carlton <carlton@math.stanford.edu>
22276
22277 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22278 template types into either PASSes or KFAILs (corresponding to PR
22279 c++/57). Tweak indentation. Update copyright.
22280
1146c7f1
SC
222812003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22282
22283 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22284
74641dfb
MC
222852003-02-13 Michael Chastain <mec@shout.net>
22286
22287 * gdb.base/exprs.exp: Remove i960 remnants.
22288 * gdb.base/funcargs.exp: Likewise.
22289 * gdb.base/list.exp: Likewise.
22290 * gdb.base/ptype.exp: Likewise.
22291
559cd2d0
DC
222922003-02-14 David Carlton <carlton@math.stanford.edu>
22293
22294 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22295 pEe->D::vg()" from XFAIL to KFAIL.
22296
c4f90d87
JM
222972003-02-13 Jason Molenda (jmolenda@apple.com)
22298
22299 * gdb.base/maint.exp: Update maint print statistics regexp to include
22300 new entries.
22301
cbc4d97c
MC
223022003-02-13 Michael Chastain <mec@shout.net>
22303
22304 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22305
40f235b7
MC
223062003-02-12 Michael Chastain <mec@shout.net>
22307
22308 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22309 * gdb.c++/inherit.exp: Likewise.
22310 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22311 * gdb.c++/templates.exp: Likewise.
22312 * gdb.c++/virtfunc.exp: Likewise.
22313
c56716b0
JM
223142003-02-06 Jason Molenda (jason-cl@molenda.com)
22315
22316 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22317 why the code is written that way.
22318
070afcf8
MC
223192003-02-05 Michael Chastain <mec@shout.net>
22320
22321 * gdb.base/dump.exp: Add missing copyright line.
22322
5d0331e5
JM
223232003-02-05 Jason Molenda (jason-cl@molenda.com)
22324
f7ae6d3e 22325 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
22326 at the beginning so the breakpoint doesn't get set on the loop.
22327
92851186
MC
223282003-02-05 Michael Chastain <mec@shout.net>
22329
22330 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22331 output for configurations with gcc 2.95.3.
22332
cbf1e085
AC
223332003-02-05 Keith Seitz <keiths@redhat.com>
22334 Andrew Cagney <ac131313@redhat.com>
22335
22336 * gdb.mi/mi-cli.exp: New file.
d63a86f8 22337
29518e1e
MC
223382003-02-04 Michael Chastain <mec@shout.net>
22339
22340 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22341 Call perror and then continue.
22342
5af1d5f3
MC
223432003-02-03 Michael Chastain <mec@shout.net>
22344
22345 * gdb.c++/pr-1023.cc: New file.
22346 * gdb.c++/pr-1023.exp: New file.
22347
6b549786
JB
223482003-02-05 Jim Blandy <jimb@redhat.com>
22349
22350 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22351 it's local to foobar. Check for it there, and check that it's not
22352 present in main.
22353 * gdb.c++/local.cc (marker2): New function.
22354 (foobar): Call marker1.
22355 (main): Call marker2 instead of marker1.
22356
67f16606
AC
223572003-02-04 Andrew Cagney <ac131313@redhat.com>
22358
22359 * gdb.disasm/mn10200.exp: Obsolete file.
22360 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
22361 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
22362 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
22363
1c5cb38e
DC
223642003-02-04 David Carlton <carlton@math.stanford.edu>
22365
22366 * gdb.c++/overload.exp: Test intToChar(1).
22367 * gdb.c++/overload.cc (intToChar): New.
22368 (main): Call intToChar.
22369
d1fe6965
DC
223702003-02-03 David Carlton <carlton@math.stanford.edu>
22371
22372 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
22373 'might_kfail' arg.
22374 KFAIL some of the continue_to_bp_overloaded calls, according to
22375 PR c++/1025.
22376
9ba61c5d
MC
223772003-02-01 Michael Chastain <mec@shout.net>
22378
22379 * gdb.base/advance.c (marker1): New marker function.
22380 * gdb.base/advance.exp: When the 'advance' command lands on the
22381 return breakpoint, it can legitimately stop on either the
22382 current line or the next line. Accommodate both outcomes.
22383 * gdb.base/until.exp: Likewise.
22384
e7494ffb
AC
223852003-02-02 Andrew Cagney <ac131313@redhat.com>
22386
22387 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
22388 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
22389 now a list, not a tuple.
22390 * gdb.mi/mi-var-display.exp: Ditto.
22391 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 22392
075559bc
AC
223932003-02-01 Andrew Cagney <ac131313@redhat.com>
22394
22395 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
22396 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
22397 stack backtraces.
22398 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 22399
2bd4c7b1
MK
224002003-02-01 Mark Kettenis <kettenis@gnu.org>
22401
22402 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22403 gdb.mi/mi1-pthreads.exp: Return instead of calling
22404 gdb_suppress_entire_file.
22405
eabd8992
MS
224062003-02-01 Mark Salter <msalter@redhat.com>
22407
22408 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
22409
71469e2f
MS
224102003-01-31 Mark Salter <msalter@redhat.com>
22411
22412 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
22413 Support empty arg.
22414
38a94d44
MC
224152003-01-30 Michael Chastain <mec@shout.net>
22416
22417 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
22418 This was a workaround for a UTF-8 bug in readline 4.3. The bug
22419 has been fixed in gdb/readline on 2003-01-09.
22420
19ea9e73
MS
224212003-01-29 Michael Snyder <msnyder@redhat.com>
22422
e8d359df
MS
22423 * gdb.base/maint.exp: Allow for leading underscore in symbol.
22424 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
22425 * gdb.base/args.exp: Skip if target does not support args passing.
22426
2307bd6a
DJ
224272003-01-22 Daniel Jacobowitz <drow@mvista.com>
22428
19ea9e73 22429 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
22430 gdb_test. Accept a list of expect arguments as the third
22431 parameter.
22432 (gdb_test): Use it.
22433
f2dd3617
EZ
224342003-01-20 Elena Zannoni <ezannoni@redhat.com>
22435
22436 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
22437 allow for different test tree configurations. Update some
22438 tescases accordingly.
22439 * gdb.arch/altivec-regs.exp: Ditto.
22440 * gdb.asm/asm-source.exp: Ditto.
22441 * gdb.base/advance.exp: Ditto.
22442 * gdb.base/display.exp: Ditto.
d63a86f8 22443 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
22444 * gdb.base/mips_pro.exp: Ditto.
22445 * gdb.base/overlays.exp: Ditto.
22446 * gdb.base/relocate.exp: Ditto.
22447 * gdb.base/setshow.exp: Ditto.
22448 * gdb.base/step-line.exp: Ditto.
22449 * gdb.base/step-test.exp: Ditto.
22450 * gdb.base/until.exp: Ditto.
22451 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
22452
c71cdefd
DC
224532003-01-17 David Carlton <carlton@math.stanford.edu>
22454
22455 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
22456 corresponding to PR c++/945.
22457 Update copyright.
22458
fdba05d7
DC
224592003-01-17 David Carlton <carlton@math.stanford.edu>
22460
22461 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
22462 corresponding to PR c++/68.
22463
224642003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
22465
22466 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
22467 (test_paddr_hairy_functions): Call print_addr_2_kfail for
22468 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
22469
c362c33a
EZ
224702003-01-15 Elena Zannoni <ezannoni@redhat.com>
22471
0fbc361c
EZ
22472 * gdb.base/break.exp: Fix change of default location, because of
22473 removal of until tests.
22474 * gdb.base/help.exp: Update test for new 'until' help message.
22475 Add test for help on 'advance'.
a9c64011 22476 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 22477
dabf8a35
MK
224782003-01-15 Mark Kettenis <kettenis@gnu.org>
22479
22480 * gdb.base/default.exp: Adapt "info float" test for recent changes
22481 to that command. Add test for "info vector".
22482 * gdb.base/float.exp: New file. Add test for "info float" that
22483 resembles the old test in gdb.base/default.exp.
22484
a1769aca
DC
224852003-01-15 David Carlton <carlton@math.stanford.edu>
22486
22487 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
22488
82025e13
EZ
224892003-01-15 Elena Zannoni <ezannoni@redhat.com>
22490
22491 * gdb.base/break.exp: Move the tests of until command from here...
22492 * gdb.base/until.exp: ... to here. New file. Add other tests.
22493 * gdb.base/advance.c: New file.
22494 * gdb.base/advance.exp: New file.
22495
8f9ab801
EZ
224962003-01-14 Elena Zannoni <ezannoni@redhat.com>
22497
a9c64011
AS
22498 * gdb.base/args.c: New file.
22499 * gdb.base/args.exp: New file.
8f9ab801 22500
9ae66589
DJ
225012003-01-14 Daniel Jacobowitz <drow@mvista.com>
22502
22503 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
22504
8d77e5c3
DJ
225052003-01-14 Daniel Jacobowitz <drow@mvista.com>
22506
22507 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
22508
12d2f0a1
DJ
225092003-01-14 Daniel Jacobowitz <drow@mvista.com>
22510
22511 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
22512 dates.
22513
6ca37014
DJ
225142003-01-13 Daniel Jacobowitz <drow@mvista.com>
22515
22516 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
22517
b0023472
DJ
225182003-01-13 Daniel Jacobowitz <drow@mvista.com>
22519
22520 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
22521 (ptype &*"foo").
22522 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
22523
607fbc54 225242003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
22525
22526 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
22527 * gdb.mi/mi1-console.exp: Likewise.
22528
607fbc54 225292003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
22530
22531 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
22532 * gdb.mi/mi1-console.exp: Likewise.
22533
a1fb14a2
DJ
225342003-01-13 Daniel Jacobowitz <drow@mvista.com>
22535
22536 * gdb.c++/overload.exp: Remove some fixed XFAILs.
22537
c4cf40b7
DJ
225382003-01-09 Daniel Jacobowitz <drow@mvista.com>
22539
22540 * gdb.base/detach.exp: New test.
22541
696d5a5b
DJ
225422003-01-09 Daniel Jacobowitz <drow@mvista.com>
22543
22544 * Makefile.in (ALL_SUBDIRS): New variable.
22545 (subdirs, clean, distclean): Use it.
22546 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
22547 regenerating Makefile, since it is generated from the top level.
22548 * gdb.asm/Makefile.in: Likewise.
22549 * gdb.base/Makefile.in: Likewise.
22550 * gdb.c++/Makefile.in: Likewise.
22551 * gdb.disasm/Makefile.in: Likewise.
22552 * gdb.java/Makefile.in: Likewise.
22553 * gdb.mi/Makefile.in: Likewise.
22554 * gdb.threads/Makefile.in: Likewise.
22555 * gdb.trace/Makefile.in: Likewise.
22556
754533e4
DC
225572003-01-09 David Carlton <carlton@math.stanford.edu>
22558
22559 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
22560 Add copyright year 2003.
22561
d8b3e9ee
MC
225622003-01-06 Michael Chastain <mec@shout.net>
22563
22564 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
22565 When selecting a thread, 'line' and 'file' are optional.
22566 * gdb.mi/mi1-pthreads.exp: Likewise.
22567
8e9e0fe6
AS
225682003-01-06 Andreas Schwab <schwab@suse.de>
22569
22570 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
22571 failures.
22572
b5ab8ff3
DJ
225732003-01-04 Daniel Jacobowitz <drow@mvista.com>
22574
22575 Fix PR gdb/844
22576 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
22577 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
22578
22579 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
22580 instead of calling gdb_suppress_entire_file.
22581 * gdb.threads/print-threads.exp: Likewise.
22582 * gdb.threads/schedlock.exp: Likewise.
22583
22584 * gdb.threads/killed.exp: Return instead of calling
22585 gdb_suppress_entire_file.
22586 * gdb.threads/linux-dp.exp: Likewise.
22587 * gdb.threads/pthreads.exp: Likewise.
22588
1e698235
DJ
225892003-01-04 Daniel Jacobowitz <drow@mvista.com>
22590
22591 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
22592 stabs.
22593 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
22594 * gdb.base/whatis.exp: Always allow (void) after function names.
22595
147ff08c
DJ
225962003-01-04 Daniel Jacobowitz <drow@mvista.com>
22597
22598 * gdb.c++/casts.exp: Correct regexp.
22599
dc62bfc2
MK
226002003-01-04 Mark Kettenis <kettenis@gnu.org>
22601
22602 * configure.in: Call AC_CONFIG_HEADER. Don't call
22603 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
22604 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
22605 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
22606 aforementioned directories in the AC_OUPUT call.
22607 * config.hin: New file.
22608 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
22609 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
22610 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
22611 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
22612 pass -I$objdir instead of -I$objdir/$subdir in compilation.
22613 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
22614 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
22615 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
22616 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
22617 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
22618 gdb.threads/configure.in, gdb.threads/configure,
22619 gdb.threads/config.in, gdb.trace/configure.in,
22620 gdb.trace/configure: Removed.
22621
77afa639
MC
226222003-01-03 Michael Chastain <mec@shout.net>
22623
22624 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
22625 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
22626
7634bb6e
DJ
226272003-01-03 Daniel Jacobowitz <drow@mvista.com>
22628
22629 * gdb.base/store.exp: Fix regular expressions.
22630
b39c905e
MK
226312002-12-28 Mark Kettenis <kettenis@gnu.org>
22632
22633 * configure.in: Rewrite.
22634 * configure: Regenerated.
22635
0a8551dd
DC
226362003-01-03 David Carlton <carlton@math.stanford.edu>
22637
22638 * gdb.base/psymtab.exp: New file.
22639 * gdb.base/psymtab1.c: Ditto.
22640 * gdb.base/psymtab2.c: Ditto.
22641
c60b7188
AF
226422002-12-23 Adam Fedor <fedor@gnu.org>
22643
22644 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
22645
ee73db83
DC
226462002-12-23 David Carlton <carlton@math.stanford.edu>
22647
22648 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
22649 and current_directory initialization.
22650
d6c1774e
JB
226512002-12-22 Jim Blandy <jimb@redhat.com>
22652
f0a847b8
JB
22653 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
22654 rather than as part of the output file name.
22655
d6c1774e
JB
22656 * gdb.base/attach.exp: There's no need to copy the test program to
22657 /tmp; that was only ever necessary on HP/UX, and this test is
22658 entirely disabled there anyway.
22659
f0708dbb
JB
226602002-12-21 Jim Blandy <jimb@redhat.com>
22661
4c2acfea
JB
22662 * gdb.c++/psmang.exp: Doc fix.
22663
f0708dbb
JB
22664 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
22665 test.
22666
9579e000
DC
226672002-12-20 David Carlton <carlton@math.stanford.edu>
22668
22669 * gdb.c++/annota2.exp: KFAIL annotate-quit.
22670
d1810171
MC
226712002-12-18 Michael Chastain <mec@shout.net>
22672
22673 * gdb.c++/annota2.exp: Add copyright year 2002.
22674
76565097
DC
226752002-12-17 David Carlton <carlton@math.stanford.edu>
22676
22677 * gdb.c++/try_catch.cc: Add marker comments.
22678 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
22679 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
22680 * gdb.c++/m-static.cc: Ditto.
22681 * gdb.c++/m-static1.cc: Ditto.
22682 * gdb.c++/try_catch.cc: Ditto.
22683
da81390b
JJ
226842002-12-16 Jeff Johnston <jjohnstn@redhat.com>
22685
22686 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
22687 to see whether we are using the new -environment-directory
22688 command which resets via -r or the old version of the command
22689 which may prompt the user. Part of fix for gdb/741.
22690
b304d130
AC
226912002-12-13 Andrew Cagney <ac131313@redhat.com>
22692
22693 * gdb.fortran/types.exp: Update obsolete comment.
22694 * gdb.fortran/exprs.exp: Ditto.
22695 * lib/gdb.exp: Delete obsolete code.
22696 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
22697 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
22698 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
22699 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
22700 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
22701 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
22702 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
22703 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
22704 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
22705 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
22706 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
22707 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
22708 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
22709 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
22710 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
22711 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
22712 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
22713 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
22714 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
22715 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
22716 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
22717 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
22718 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
22719 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
22720 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
22721 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
22722 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
22723 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
22724 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
22725 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
22726 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
22727 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
22728 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
22729 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
22730 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
22731 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
22732 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
22733
a23b6e6a
DC
227342002-12-11 David Carlton <carlton@math.stanford.edu>
22735
22736 * gdb.c++/m-data.exp: Add test for members that shadow global
22737 variables: see PR gdb/804.
22738 * gdb.c++/m-data.cc: Ditto.
22739
6604731b
DJ
227402002-12-10 Daniel Jacobowitz <drow@mvista.com>
22741
22742 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
22743
de46ecd7
DC
227442002-12-06 David Carlton <carlton@math.stanford.edu>
22745
22746 * gdb.base/store.c: Don't declare functions static.
22747
27e829d0
AC
227482002-12-04 Andrew Cagney <ac131313@redhat.com>
22749
22750 * gdb.base/store.exp, gdb.base/store.c: New files.
22751
92806416
DJ
227522002-12-03 Daniel Jacobowitz <drow@mvista.com>
22753
22754 * gdb.base/selftest.exp: Update for current gdb.
22755
3bcbaac5
DJ
227562002-12-03 Daniel Jacobowitz <drow@mvista.com>
22757
22758 * gdb.base/maint.exp: Only dump symbols from one source file
22759 or objfile.
22760
f4f00b1f
DJ
227612002-12-03 Daniel Jacobowitz <drow@mvista.com>
22762
22763 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
22764 function call.
22765
f1c8a949
JB
227662002-11-25 Jim Blandy <jimb@redhat.com>
22767
22768 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
22769 function appearing in error message.
22770
9e297a97
DJ
227712002-11-21 Daniel Jacobowitz <drow@mvista.com>
22772
22773 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
22774
1f312e79
JJ
227752002-11-08 Jeff Johnston <jjohnstn@redhat.com>
22776
d63a86f8
RM
22777 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
22778 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
22779 should be in mi console format. This is part of fix for PR gdb/604.
22780
83c31e7d
FN
227812002-09-18 Fernando Nasser <fnasser@redhat.com>
22782
22783 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
22784 which explicitly prints the zero offset as "+0".
22785
322b3f65
DJ
227862002-10-22 Daniel Jacobowitz <drow@mvista.com>
22787
22788 * gdb.threads/schedlock.c (args): Make unsigned.
22789
227902002-10-21 Daniel Jacobowitz <drow@mvista.com>
22791
22792 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
22793 numbers. Allow "foo2|selected stack frame".
22794 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
22795 * gdb.asm/asmsrc2.s: Likewise.
22796 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
22797 comments.
22798 * gdb.asm/mips.inc: New file.
22799
5e2fe5b8
AF
228002002-10-18 Adam Fedor <fedor@gnu.org>
22801
22802 * gdb.base/default.exp: Update expected output to include 'ObjC'.
22803 * gdb.base/help.exp: Likewise.
22804
abe1a5d0
KB
228052002-10-17 Kevin Buettner <kevinb@redhat.com>
22806
22807 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
22808 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
22809
10abb1d4
JB
228102002-10-02 Jim Blandy <jimb@redhat.com>
22811
22812 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
22813
1f609b42
AC
228142002-10-01 Andrew Cagney <ac131313@redhat.com>
22815
22816 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
22817 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
22818 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
22819 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
22820 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
22821 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
22822 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
22823
0aee02e4
AC
228242002-09-29 Andrew Cagney <ac131313@redhat.com>
22825
22826 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
22827 * mi0-disassemble.exp, mi0-eval.exp: Delete.
22828 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
22829 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
22830 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
22831 * mi0-var-block.exp, mi0-var-child.exp: Delete.
22832 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 22833
6fde09ad
KB
228342002-09-27 Kevin Buettner <kevinb@redhat.com>
22835
22836 * gdb.base/annota1.exp (info break): Make directory components of
22837 path optional since not all compilers emit this debug information.
22838
889bf7c5
PA
22839 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
22840 step ends up stepping out of the function instead of stopping on
22841 the epilogue.
6fde09ad 22842
9e8aab75
KS
228432002-09-26 Keith Seitz <keiths@redhat.com>
22844
22845 * lib/insight-support.exp (gdbtk_start): Figure out where
22846 the insight executable is based on where gdb is. Use this
22847 executable to start insight instead of gdb.
22848
e36180d7
AC
228492002-09-25 Andrew Cagney <cagney@redhat.com>
22850
22851 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
22852
9dd34b2b
AC
228532002-09-24 Andrew Cagney <ac131313@redhat.com>
22854
22855 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
22856 test_isolated_complaints.
22857 (test_empty_complaint): New function.
22858 (test_empty_complaints): New function. Check no output when no
22859 complaints.
d63a86f8 22860
dea97812
KB
228612002-09-19 Jim Blandy <jimb@redhat.com>
22862
a9c64011 22863 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 22864
54951bd7
AC
228652002-09-19 Andrew Cagney <ac131313@redhat.com>
22866
22867 * gdb.gdb/complaints.exp: New file.
22868
dec43320
AC
228692002-09-18 Andrew Cagney <ac131313@redhat.com>
22870
22871 * gdb.base/maint.exp: Check `help maint internal-warning'.
22872
e70d6e3f
DC
228732002-09-18 David Carlton <carlton@math.stanford.edu>
22874
22875 * gdb.c++/m-static.exp: Remove breakpoints depending on line
22876 numbers, and replace them by a single breakpoint after the
22877 constructors are all finished.
22878 Add test 4.
22879 * gdb.c++/m-static.cc: Add test 4.
22880 * gdb.c++/m-static.h: New file.
22881 * gdb.c++/m-static1.cc: New file.
22882
22883 * gdb.c++/printmethod.exp: New file.
22884 * gdb.c++/printmethod.cc: New file.
22885
22886 * gdb.c++/pr-574.exp: New file.
22887 * gdb.c++/pr-574.cc: New file.
22888
afb5c968
CV
228892002-09-18 Corinna Vinschen <vinschen@redhat.com>
22890
22891 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
22892 embedded targets which never actually exit.
22893
31e45dee
FN
228942002-09-18 Fernando Nasser <fnasser@redhat.com>
22895
22896 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
22897 "don't step after run" as unresolved or unsupported, instead of xfail.
22898
a283c5a1
CV
228992002-09-18 Corinna Vinschen <vinschen@redhat.com>
22900
22901 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
22902 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
22903 Add newline to expected string in "step out of main (status wrapper)"
22904 case.
22905
11350d2a
CV
229062002-09-18 Corinna Vinschen <vinschen@redhat.com>
22907
22908 * lib/gdb.exp (rerun_to_main): Allow restarting application.
22909 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
22910
0deec7d6
TT
229112002-09-17 Tom Tromey <tromey@redhat.com>
22912
22913 * gdb.base/printcmds.exp (test_print_string_constants): Expect
22914 \000, not \0, in double-quoted string.
22915
b2b4a1b5
CV
229162002-09-14 Corinna Vinschen <vinschen@redhat.com>
22917
c9d37158 22918 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
22919 string after running the commands execution on breakpoint tests.
22920
1c56143a
CV
229212002-09-13 Corinna Vinschen <vinschen@redhat.com>
22922
22923 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
22924
37f8da45
JB
229252002-09-12 Joel Brobecker <brobecker@gnat.com>
22926
22927 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
22928
08b468e0
KS
229292002-09-10 Keith Seitz <keiths@redhat.com>
22930
22931 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
22932 runto proc.
22933 (mi_run_to_main): Use mi_runto.
22934 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
22935
dc360f58
KS
229362002-09-10 Keith Seitz <keiths@redhat.com>
22937
22938 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
22939 regexp for stopping at main. Could have multiple event notifications.
22940 Don't assume that main was declared with no parameters.
22941 (mi_next): Use mi_step_to.
22942 (mi_step): Use mi_next_to.
22943
ce3abcfb
CV
229442002-09-09 Corinna Vinschen <vinschen@redhat.com>
22945
22946 * gdb.base/default.exp: Fix expected string in `info float' test.
22947
d1f5b980
BE
229482002-09-09 Ben Elliston <bje@redhat.com>
22949
22950 * config/mips.exp: Update comments.
22951 * config/mips-idt.exp: Likewise.
22952 * config/nind.exp: Likewise.
22953 * config/slite.exp: Likewise.
22954 * config/sparclet.exp: Likewise.
22955 * config/udi.exp: Likewise.
22956 * config/vx.exp: Likewise.
22957 * config/vxworks29k.exp: Likewise.
22958
2f71430b
JB
229592002-09-05 Jim Blandy <jimb@redhat.com>
22960
22961 * gdb.threads/killed.exp: Fix test failure message.
22962
7ddebc7e
KS
229632002-09-04 Keith Seitz <keiths@redhat.com>
22964
22965 * lib/mi-support.exp: Update copyright.
22966 (mi_gdb_test): Increase the priority of the expected pattern
22967 so that it matches gdb_test.
22968
0ae67eb3
KS
229692002-09-03 Keith Seitz <keiths@redhat.com>
22970
22971 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
22972 Use integer comparison instead of string comparison for testing
22973 whether binary was built.
22974
38fc42c8
JB
229752002-09-03 Jim Blandy <jimb@redhat.com>
22976
22977 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
22978
b6ff0e81
JB
229792002-08-29 Jim Blandy <jimb@redhat.com>
22980
22981 * gdb.threads/pthreads.exp: Move the portable thread compilation
22982 code into a function in lib/gdb.exp, and call that from here.
22983 * lib/gdb.exp (gdb_compile_pthreads): New function.
22984
07c98896
KS
229852002-08-29 Keith Seitz <keiths@redhat.com>
22986
22987 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
22988 expect_out so that callers can get at it.
22989
0312286c
DJ
229902002-08-23 Daniel Jacobowitz <drow@mvista.com>
22991
22992 * gdb.threads/print-threads.c: New file.
22993 * gdb.threads/print-threads.exp: New file.
22994 * gdb.threads/schedlock.c: New file.
22995 * gdb.threads/schedlock.exp: New file.
22996
dd039bc4
EZ
229972002-08-22 Elena Zannoni <ezannoni@redhat.com>
22998
a9c64011
AS
22999 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23000 not altivec.c.
dd039bc4 23001
1f36144c
MK
230022002-08-17 Mark Kettenis <kettenis@gnu.org>
23003
23004 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23005 targets. The problem should be fixed now.
23006
16057ec7 230072002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
23008
23009 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23010 2002-07-24 change that removes final dots from error messages.
23011
3c1499ad
TT
230122002-08-13 Tom Tromey <tromey@redhat.com>
23013
23014 * gdb.base/readline.exp: New file.
23015
a20ce2c3
AC
230162002-08-01 Andrew Cagney <ac131313@redhat.com>
23017
23018 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23019 supress message.
23020
db034ac5
AC
230212002-08-01 Andrew Cagney <cagney@redhat.com>
23022
23023 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23024 CHILL_FOR_TARGET and CHILL_LIB.
23025 * configure.in (configdirs): Remove gdb.chill.
23026 * configure: Regenerate.
23027 * lib/gdb.exp: Obsolete references to chill.
23028 * gdb.fortran/types.exp: Ditto.
23029 * gdb.fortran/exprs.exp: Ditto.
23030
3e000b18
KB
230312002-07-30 Kevin Buettner <kevinb@redhat.com>
23032
23033 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23034 set Irix-specific compile and link flags.
23035
28f4966b
KB
230362002-07-29 Kevin Buettner <kevinb@redhat.com>
23037
23038 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23039 source files. The ``-o'' option doesn't work with the ``-E'' option
23040 when using the Irix compiler.
23041
46c0d5a6
DJ
230422002-07-19 Daniel Jacobowitz <drow@mvista.com>
23043
23044 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23045 Improve support for reusing an exec file. Copy exec file
23046 to target, and run gdbserver on the target instead of on the host.
23047
eecf4bed
JB
230482002-07-18 Jim Blandy <jimb@redhat.com>
23049
0f815cdf
JB
23050 * gdb.base/ending-run.exp: Don't expect to see the program end in
23051 some orderly fashion when we're running on a real stand-alone
23052 board.
23053
eecf4bed
JB
23054 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23055 targets that don't support interrupts.
23056
52d309e4
JB
230572002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23058
23059 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23060 systems.
23061 Move comments in expect statements to inside the actions, so that they
23062 don't get matched against.
23063
ff683d9e
MK
230642002-07-10 Mark Kettenis <kettenis@gnu.org>
23065
23066 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23067 function when asleep" test.
23068
b5356753
AC
230692002-07-10 Andrew Cagney <ac131313@redhat.com>
23070
23071 * gdb.base/page.exp: Rewrite to handle problems with very long
23072 `info set' output. Update copyright.
23073
6aa4d13a
AC
230742002-06-26 Andrew Cagney <ac131313@redhat.com>
23075
23076 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23077 gdb.threads-hp.
23078 * gdb.hp/configure: Regenerate.
23079 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23080 * gdb.hp/gdb.threads-hp/configure: Delete file.
23081 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23082
8cf8c2b8
AC
230832002-06-22 Andrew Cagney <ac131313@redhat.com>
23084
23085 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23086 setlocale, bindtextdomain and textdomain.
23087
6827a8f8
JB
230882002-06-11 Jim Blandy <jimb@redhat.com>
23089
919d772c
JB
23090 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23091 preprocessor macro information is present.
23092
6827a8f8
JB
23093 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23094 tests.
23095
c15b0d21
MS
230962002-06-06 Michael Snyder <msnyder@redhat.com>
23097
c5984d70
MS
23098 * gdb.base/overlays.exp: Record addresses of overlay
23099 functions in TCL variables rather than in GDB variables,
23100 to avoid having GDB convert them to pointers (with loss
23101 of information).
23102
d63a86f8 23103 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 23104 default linker script changes.
c15b0d21
MS
23105 * gdb.base/long_long.exp: Add check for sizeof (long double).
23106
be26fe0d
ML
231072002-06-06 Michal Ludvig <mludvig@suse.cz>
23108
23109 * gdb.asm/asm-source.exp: Add x86-64 target.
23110 * gdb.asm/x86_64.inc: New.
d63a86f8 23111
258093ca 231122002-05-30 Michael Chastain <mec@shout.net>
258093ca 23113
4b3153f1 23114 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
23115 * gdb.c++/m-static.cc: New file.
23116 * gdb.c++/m-static.exp: New file.
23117
241264c6
MS
231182002-05-28 Michael Snyder <msnyder@redhat.com>
23119
23120 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23121 precision.
23122
9bba8c8f 231232002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 23124
4b3153f1 23125 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
23126 * gdb.c++/m-data.cc: New file.
23127 * gdb.c++/m-data.exp: New file.
23128
231292002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 23130
4b3153f1 23131 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 23132 * gdb.c++/try_catch.cc: New file.
d63a86f8 23133 * gdb.c++/try_catch.exp: New file.
9bba8c8f 23134
def1b996
MC
231352002-05-27 Michael Chastain <mec@shout.net>
23136
23137 * gdb.c++/local.exp: Accept more nested types in output.
23138
522ba268
MC
231392002-05-26 Michael Chastain <mec@shout.net>
23140
23141 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23142
277254ba
MS
231432002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23144
23145 * lib/gdb.exp (gdb_wrapper_init): Just because
23146 gdb_wrapper_file exists, this does not mean that the file
23147 should not be rebuilt. That is what gdb_wrapper_initialized
23148 is for.
23149 (default_gdb_init): Reset gdb_wrapper_initialized.
23150
b61a8733
MS
231512002-05-23 Michael Snyder <msnyder@redhat.com>
23152
d63a86f8 23153 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
23154 the precision of the floating point test results.
23155 * gdb.base/call-rt-st.exp: Ditto.
23156
b61a8733
MS
23157 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23158 * gdb.base/call-rt-st.exp: Ditto.
23159
56f6e910
MC
231602002-05-19 Michael Chastain <mec@shout.net>
23161
23162 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23163
ad0b0016
EZ
231642002-05-19 Elena Zannoni <ezannoni@redhat.com>
23165
a9c64011
AS
23166 * configure.in (configdirs): Add gdb.arch.
23167 * configure: Regenerate.
ad0b0016 23168
f617d2b6
JB
231692002-05-17 Jim Blandy <jimb@redhat.com>
23170
23171 * gdb.base/completion.exp: Recognize the more detailed error
23172 messages produced by the macro expander's lexical analyzer.
23173
eac2a696
EZ
231742002-05-14 Elena Zannoni <ezannoni@redhat.com>
23175
a9c64011
AS
23176 * gdb.arch/altivec-abi.c: New file.
23177 * gdb.arch/altivec-abi.exp: New file.
23178 * gdb.arch/altivec-regs.c: New file.
23179 * gdb.arch/altivec-regs.exp: New file.
eac2a696 23180
2fdde8f8
DJ
231812002-05-14 Daniel Jacobowitz <drow@mvista.com>
23182
23183 * gdb.base/maint.exp (maint print type): Update for new type
23184 structure.
d63a86f8 23185
e31f1a7c
EZ
231862002-05-14 Elena Zannoni <ezannoni@redhat.com>
23187
23188 * gdb.arch: New directory.
23189 * gdb.arch/configure.in: New file.
23190 * gdb.arch/configure: New file.
23191 * gdb.arch/Makefile.in: New file.
23192
db589741
CV
231932002-05-13 Corinna Vinschen <vinschen@redhat.com>
23194
23195 * gdb.asm/asm-source.exp: Add v850 as supported target.
23196 * gdb.asm/v850.inc: New file.
23197
8ce2a7dc
DJ
231982002-05-13 Daniel Jacobowitz <drow@mvista.com>
23199
23200 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23201
df763c7f
DJ
232022002-05-12 Daniel Jacobowitz <drow@mvista.com>
23203
23204 * gdb.base/break.exp: Check 'break "marker2"'.
23205
377daeed
MS
232062002-05-10 Michael Snyder <msnyder@redhat.com>
23207
23208 * gdb.base/long_long.exp: Fix typo.
23209
c4b7bc2b
JB
232102002-05-10 Jim Blandy <jimb@redhat.com>
23211
ecac9a4e
JB
23212 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23213 a bug.
23214
c4b7bc2b
JB
23215 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23216 Recognize more detailed error message produced by the macro
23217 expander's lexical analyzer.
23218 * lib/gdb.exp (test_print_reject): Same.
23219
e71019a1
MK
232202002-05-09 Mark Kettenis <kettenis@gnu.org>
23221
23222 * gdb.c++/method.exp: Fix typo.
23223
fedfc8e6
MS
232242002-05-08 Michael Snyder <msnyder@redhat.com>
23225
166a1957
MS
23226 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23227 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 23228 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
23229 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23230 Add iftarget clause for strongarm.
d63a86f8 23231
f1c47eb2
MS
232322002-05-06 Michael Snyder <msnyder@redhat.com>
23233
cb9a9d3e
MS
23234 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23235 (gdb_continue_to_end): Accept output from status wrapper.
23236 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23237 Clean up fail messages to match pass messages.
23238
f1c47eb2
MS
23239 Enable the "needs_status_wrapper" testsuite feature.
23240 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23241 (gdb_compile): Conditionally call gdb_wrapper_init.
23242 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23243 * gdb.c++/method.exp: Recognize output from status wrapper.
23244
6079c749
BE
232452002-05-06 Ben Elliston <bje@redhat.com>
23246From Graydon Hoare <graydon@redhat.com>
23247
23248 * config/sid.exp: Include support for "rawsid" protocol.
23249
188baff3
JB
232502002-05-03 Jim Blandy <jimb@redhat.com>
23251
23252 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23253 * gdb.c++/hang3.C: New file.
23254
b9c07f0f
AC
232552002-05-04 Andrew Cagney <ac131313@redhat.com>
23256
23257 * gdb.base/default.exp: Remove obsolete code.
23258 * gdb.c++/misc.exp: Ditto. Update copyright.
23259 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23260 * gdb.base/whatis.exp: Ditto. Update copyright.
23261 * gdb.base/scope.exp: Ditto. Update copyright.
23262 * gdb.base/ptype.exp: Ditto. Update copyright.
23263 * gdb.base/printcmds.exp: Ditto. Update copyright.
23264 * gdb.base/opaque.exp: Ditto. Update copyright.
23265 * gdb.base/list.exp: Ditto.
23266 * gdb.base/funcargs.exp: Ditto. Update copyright.
23267 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23268 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23269 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23270 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23271 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23272 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23273
5c7a0397
MS
232742002-05-02 Michael Snyder <msnyder@redhat.com>
23275
d6dcc264 23276 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
23277 * gdb.base/long_long.exp: Add xscale target.
23278 * gdb.base/default.exp: Add xscale target.
23279
eb7f1c48
JB
232802002-05-01 Jim Blandy <jimb@redhat.com>
23281
23282 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23283 gdb.c++/hang.exp: New test.
23284
a6befae8
FF
232852002-05-01 Fred Fish <fnf@redhat.com>
23286
23287 * gdb.base/completion.exp: Handle completions of "./Make" for
23288 more than one completion possibility, as is the case when we
23289 build and test in the source tree.
23290
0a310277
AG
232912002-04-29 Anthony Green <green@redhat.com>
23292
23293 * gdb.java/jmisc1.exp: New file.
23294 * gdb.java/jmisc2.exp: New file.
23295
6ff9af88
DJ
232962002-04-24 Daniel Jacobowitz <drow@mvista.com>
23297
23298 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23299
96b3d632
EZ
233002002-04-23 Elena Zannoni <ezannoni@redhat.com>
23301
23302 * gdb.base/help.exp: Change 'help status' to allow for target
23303 dependent output differences.
23304
5019bb54
MC
233052002-04-22 Michael Chastain <mec@shout.net>
23306
23307 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23308
a805a116
MC
233092002-04-22 Michael Chastain <mec@shout.net>
23310
23311 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23312
a1706bfd
DM
233132002-04-17 David S. Miller <davem@redhat.com>
23314
23315 * gdb.asm/sparc64.inc: New file.
23316 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23317
a73a20a2
EZ
233182002-04-19 Elena Zannoni <ezannoni@redhat.com>
23319
23320 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23321 instruction file directly into the build tree. Clean up at end of
23322 test.
23323
ba678339
DM
233242002-04-18 David S. Miller <davem@redhat.com>
23325
23326 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23327 handle 64-bit platforms correctly.
23328 * gdb.base/maint.exp: Likewise.
23329
b03399da
KB
233302002-04-18 Kevin Buettner <kevinb@redhat.com>
23331
23332 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23333 ``-fpic'' when compiling files comprising a shared library, but
23334 it does need additional linker flags in order to find shared
23335 libraries at run time.
23336
e2004992
KB
233372002-04-18 Kevin Buettner <kevinb@redhat.com>
23338
23339 * gdb.base/cvexpr.c (use): New function.
23340 (main): Invoke use() on all global variables to prevent
23341 some linkers from deleting these otherwise unused symbols.
23342
d8937120
MC
233432002-04-17 Michael Chastain <mec@shout.net>
23344From David S. Miller <davem@redhat.com>
23345
23346 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23347 handle 64-bit platforms correctly.
23348
ffd61a58
MS
233492002-04-12 Michael Snyder <msnyder@redhat.com>
23350From Jim Blandy <jimb@redhat.com>
a9c64011 23351 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
23352 script can handle this instead.
23353 * gdb.base/bar.c (barx): Same.
23354 * gdb.base/baz.c (bazx): Same.
23355 * gdb.base/grbx.c (grbxx): Same.
23356
23357 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23358 manager doesn't automatically unmap overlays unnecessarily.
23359
6b8426a6
MH
233602002-04-10 Martin M. Hunt <hunt@redhat.com>
23361
23362 * gdb.base/ending-run.exp: Fix pattern for Mips targets
23363 stepping out of main.
23364
34af4875
MC
233652002-04-09 Michael Chastain <mec@shout.net>
23366
23367 * gdb.c++/local.cc (main): Move call to marker1() inside nested
23368 scope so that the nested scope tests will make sense.
23369 * gdb.c++/local.exp: Write patterns that actually work with gcc
23370 (the HP patterns "were never known to work with gcc").
23371 Keep the old aCC patterns too.
23372
2d1676a0
DJ
233732002-04-09 Daniel Jacobowitz <drow@mvista.com>
23374
23375 * gdb.base/attach.exp: Correct target board test.
23376
3a63e3f9
MC
233772002-04-08 Michael Chastain <mec@shout.net>
23378
23379 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
23380 in a const method. Add some xfail and fail cases for configurations
23381 that do not emit the "const ...".
23382
f18dabd2
MC
233832002-04-07 Michael Chastain <mec@shout.net>
23384
23385 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
23386 Accept "A * const" and "const A * const" as type of "this".
23387 Fix spelling of getFunky throughout. Make messages uniform.
23388
0fcddd82
EZ
233892002-04-07 Elena Zannoni <ezannoni@redhat.com>
23390
a9c64011 23391 Work around for PR gdb/285:
0fcddd82
EZ
23392 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
23393
16a8534a
EZ
233942002-04-07 Elena Zannoni <ezannoni@redhat.com>
23395
23396 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
23397 instructions file at run time instead of configure time.
23398 Sometimes we run the test in a directory that is not the one we
23399 configured in.
23400 * gdb.asm/configure.in: Delete creation of symlink.
23401 * gdb.asm/configure: Regenerate.
23402
24181d81
JB
234032002-04-05 J. Brobecker <brobecker@gnat.com>
23404
23405 * gdb.gdb/xfullpath.exp: New test, to exercise the new
23406 xfullpath () function.
23407
7cdb7107
DJ
234082002-04-04 Daniel Jacobowitz <drow@mvista.com>
23409
23410 * gdb.asm/Makefile.in: Correct dependencies.
23411
23412 * gdb.asm/powerpc.inc: New file.
23413 * gdb.asm/asm-source.exp: Add PowerPC.
23414 * gdb.asm/configure.in: Likewise.
23415 * gdb.asm/configure: Regenerated.
23416
a7d17088
DJ
234172002-04-04 Daniel Jacobowitz <drow@mvista.com>
23418
23419 * gdb.base/relocate.exp: New file.
23420 * gdb.base/relocate.c: New file.
23421
cd721503
FF
234222002-04-04 Fred Fish <fnf@redhat.com>
23423
23424 * gdb.base/step-test.exp: Update comment regarding stopping in
23425 memcpy/bcopy calls inserted as part of the compiler runtime.
23426
b22ad7a7
MS
234272002-04-04 Michael Snyder <msnyder@redhat.com>
23428
23429 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
23430
5f279fa6
DJ
234312002-04-03 Daniel Jacobowitz <drow@mvista.com>
23432
23433 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
23434 (gdb_expect): Remove $notransfer hack.
23435
dd0fd3ce
DJ
234362002-04-02 Daniel Jacobowitz <drow@mvista.com>
23437
23438 * gdb.c++/classes.exp ("calling method for small class"): Match
23439 updated register output.
23440
1e50cda1
DJ
234412002-03-30 Daniel Jacobowitz <drow@mvista.com>
23442
23443 Fix PR gdb/452
23444 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
23445 when finished. Make gdb_file_cmd send "exec-file" when
23446 appropriate.
23447
24015922
DJ
234482002-03-30 Daniel Jacobowitz <drow@mvista.com>
23449
23450 * gdb.base/attach.exp: Remove extra setup_xfail.
23451
dd7dfd64
MS
234522002-03-26 Michael Snyder <msnyder@redhat.com>
23453
23454 * gdb.base/default.exp: Add tests for dump, append, and restore.
23455 * gdb.base/help.exp: Add tests for dump, append, and restore.
23456 * gdb.base/dump.exp: New file, test dump, append and restore.
23457 * gdb.base/dump.c: New file.
23458
48b2f8d7
MS
234592002-03-27 Michael Snyder <msnyder@redhat.com>
23460
d63a86f8 23461 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
23462 clean-ups in help messages.
23463
05b4d525
FF
234642002-03-26 Fred Fish <fnf@redhat.com>
23465
23466 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
23467 have debugging info for those functions and the compiler uses them
23468 internally to copy structs around.
23469
d7679631
FF
234702002-03-26 Fred Fish <fnf@redhat.com>
23471
23472 * gdb.base/list.exp: Revert the change made yesterday and add note
23473 about why we don't list the default lines for remote targets.
23474
523ac3f9
MS
234752002-03-25 Michael Snyder <msnyder@redhat.com>
23476
23477 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
23478
754b2b8d
FF
234792002-03-25 Fred Fish <fnf@redhat.com>
23480
23481 * gdb.base/list.exp: This test works on remote targets so remove
23482 the short circuit for remote targets. Update copyright.
23483
33c3e192
FF
234842002-03-25 Fred Fish <fnf@redhat.com>
23485
23486 * gdb.base/attach.exp: Fix logic error that was suppressing this
23487 test for all non hppa*-*-hpux* targets, instead of the hp target.
23488 Move comments closer to the suppression point. Also now need to
23489 check that we are running natively.
23490
d43e73ee
MS
234912002-03-22 Michael Snyder <msnyder@redhat.com>
23492
882c8f02
MS
23493 * gdb.base/default.exp: Add test for gcore. Update copyright.
23494 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 23495
04c12f60
FF
234962002-03-06 Fred Fish <fnf@redhat.com>
23497
23498 * gdb.base/funcargs.c: Remove extraneous ';' character.
23499 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
23500
b43df995
MC
235012002-03-04 Michael Chastain <mec@shout.net>
23502
23503 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
23504 accommodate gcc v3 function signature.
23505 * gdb.mi/mi0-var-cmd-exp: Ditto.
23506
92362027
AC
235072002-02-24 Andrew Cagney <ac131313@redhat.com>
23508
23509 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
23510 ``GNU/Linux'' or ``Linux kernel''
23511 * testsuite/gdb.threads/pthreads.c: Ditto.
23512
258ad32d
MC
235132002-02-24 Michael Chastain <mec@shout.net>
23514
23515 * gdb.threads/pthreads.c (thread1): Add a return statement.
23516 (thread2): Likewise.
23517 (foo): Likewise.
23518
04c3b3d4
MC
235192002-02-23 Michael Chastain <mec@shout.net>
23520
23521 * gdb.threads/linux-dp.c (philosopher): Add a return statement
23522 to placate gcc.
23523
5a2a0a20
MC
235242002-02-23 Michael Chastain <mec@shout.net>
23525
23526 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
23527 test "ptype bint". The test passes on all my stabs configurations.
23528
a640f7fc
JB
235292002-02-21 Jim Blandy <jimb@redhat.com>
23530
27924826
JB
23531 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
23532 filename at a time, and watch for the ones we want to see.
23533
a640f7fc
JB
23534 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
23535 types of pointers to prototyped functions.
23536
edcc8c75
AC
235372002-02-20 Andrew Cagney <ac131313@redhat.com>
23538
23539 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
23540 signed, unsigned and straight char.
23541 (padding_char, padding_short, padding_int, padding_long,
23542 padding_long_long, padding_float, padding_double,
23543 padding_long_double): New global variables.
23544 (fill, fill_structs): New functions.
23545
23546 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
23547 for correctly sized writes. Update copyright.
23548 (get_valueof): New procedure.
23549 (get_sizeof): Call get_valueof.
23550 (check_valueof): New procedure.
23551 (check_padding): New procedure.
23552
ac57ea44
MC
235532002-02-20 Michael Chastain <mec@shout.net>
23554
23555 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
23556 to setup_xfail. Document some of the remaining calls.
23557
7a10c941
MC
235582002-02-18 Michael Chastain <mec@shout.net>
23559
23560 * gdb.c++/userdef.exp: Update copyright year.
23561
fb8acdcc
DJ
235622002-02-18 Daniel Jacobowitz <drow@mvista.com>
23563
23564 * gdb.c++/userdef.exp: Test overloaded operators properly.
23565 Remove xfails.
23566
fda6ae12
MS
235672002-02-14 Michael Snyder <msnyder@redhat.com>
23568
23569 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
23570
676a0442
DJ
235712002-02-14 Daniel Jacobowitz <drow@mvista.com>
23572
23573 * gdb.base/a2-run.exp: Check for a remote target properly.
23574 * gdb.base/annota1.exp: Likewise.
23575 * gdb.base/list.exp: Likewise.
23576 * gdb.base/reread.exp: Likewise.
23577 * gdb.base/scope.exp: Likewise.
23578 * gdb.base/shlib-call.exp: Likewise.
23579 * gdb.base/term.exp: Likewise.
23580 * gdb.c++/annota2.exp: Likewise.
23581
78b4f468
RE
235822002-02-13 Richard Earnshaw <rearnsha@arm.com>
23583
23584 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
23585
9a81ba51
MC
235862002-02-10 Michael Chastain <mec@shout.net>
23587
23588 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
23589 (call_after_alloca): Ditto.
23590
004af6c7
DJ
235912002-02-10 Daniel Jacobowitz <drow@mvista.com>
23592
23593 * gdb.base/ending-run.exp: Guard "cont" test with
23594 gdb_skip_stdio_test.
23595
37225f62
JB
235962002-02-06 Jim Blandy <jimb@redhat.com>
23597
23598 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
23599 from here...
23600 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
23601 To here. Disable this test on non-HP platforms. Add big comment.
23602
fe6fdd96
MS
236032002-02-04 Michael Snyder <msnyder@redhat.com>
23604
23605 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
23606 other than d10v and m32r.
23607
036fad3f
RE
236082002-02-02 Richard Earnshaw <rearnsha@arm.com>
23609
23610 * gdb.base/default.exp: Rewrite test patterns to reduce time
23611 taken to match them.
23612
7148ab62
DJ
236132002-01-30 Daniel Jacobowitz <drow@mvista.com>
23614
23615 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
23616 Allow a start function above main.
23617 * gdb.threads/linux-dp.exp: Fix copyright date.
23618
396cc255
DJ
236192002-01-30 Daniel Jacobowitz <drow@mvista.com>
23620
a9c64011
AS
23621 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
23622 (check_philosopher_stack): Check for manager thread before checking
23623 for a just-starting thread.
396cc255 23624
f038d31b
DJ
236252002-01-30 Daniel Jacobowitz <drow@mvista.com>
23626
23627 From Neil Booth <neil@daikokuya.demon.co.uk>:
23628 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
23629 warnings.
23630
b3ff9d9a
FF
236312002-01-21 Fred Fish <fnf@redhat.com>
23632
23633 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
23634 not caller.
23635
39ad761d
JB
236362002-01-21 Jim Blandy <jimb@redhat.com>
23637
23638 * gdb.base/reread.exp: Check that GDB properly re-reads the
23639 executable file when it changes while no inferior is running.
23640
aaf320fa
FF
236412002-01-21 Fred Fish <fnf@redhat.com>
23642
a9c64011
AS
23643 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
23644 optionally accept the "shlib events" variation.
aaf320fa 23645
808a31f5
JB
236462002-01-21 Jim Blandy <jimb@redhat.com>
23647
23648 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
23649 call `fflush' after every `printf', so that the output is produced
23650 at predictable points, regardless of whatever buffering does (or
23651 doesn't) take place.
23652 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
23653 at different points.
23654
4420d5e2
DJ
236552002-01-20 Daniel Jacobowitz <drow@mvista.com>
23656
23657 * gdb.c++/inherit.exp: Update copyright years.
23658 * gdb.c++/method.exp: Likewise.
23659
3e36a0f4
DJ
236602002-01-20 Daniel Jacobowitz <drow@mvista.com>
23661
23662 * gdb.c++/classes.exp: Update for improved v3 support and skipping
23663 artificial methods/arguments.
23664 * gdb.c++/derivation.exp: Likewise.
23665 * gdb.c++/inherit.exp: Likewise.
23666 * gdb.c++/method.exp: Likewise.
23667 * gdb.c++/virtfunc.exp: Likewise.
23668
b4ceaee6
AC
236692002-01-18 Andrew Cagney <ac131313@redhat.com>
23670
23671 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
23672 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
23673 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
23674 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
23675 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
23676 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
23677
ecace851
JB
236782002-01-17 Jim Blandy <jimb@redhat.com>
23679
23680 * gdb.asm/asm-source.exp (info symbol): Take another shot at
23681 anchoring the pattern matching the entry point symbol's name.
23682
375fc983
AC
236832002-01-17 Andrew Cagney <ac131313@redhat.com>
23684
23685 * gdb.base/maint.exp: Update ``maint internal-error'' to match
23686 continue/quit query. Update copyright.
23687
fe6fdd96
MS
236882002-01-14 Michael Snyder <msnyder@redhat.com>
23689
23690 * gdb.base/gcore.exp: Remove extra debugging output.
23691
e017c81f
DJ
236922002-01-13 Daniel Jacobowitz <drow@mvista.com>
23693
23694 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
23695 for slightly dubious v2 mangled string.
23696
37ab3bf8
DJ
236972002-01-13 Daniel Jacobowitz <drow@mvista.com>
23698
23699 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
23700
1bc05c3a 237012002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 23702
1bc05c3a 23703 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 23704
1bc05c3a
JM
23705 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
23706 constructors.
23707 * gdb.c++/derivation.exp: Likewise.
23708 * gdb.c++/templates.exp: Likewise.
23709 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 23710
1bc05c3a
JM
237112002-01-10 Michael Snyder <msnyder@redhat.com>
23712
23713 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 23714
a911c360
MS
237152002-01-08 Michael Snyder <msnyder@redhat.com>
23716
23717 * gdb.base/gcore.exp: New test for generate-core-file command.
23718 * gdb.base/gcore.c: Testcase for above.
23719 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
23720
ea2119ec
JM
237212002-01-08 Jason Merrill <jason@redhat.com>
23722
23723 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
23724
68203136
FF
237252002-01-07 Fred Fish <fnf@redhat.com>
23726
23727 * gdb.c++/overload.exp: Remove unconditional xfails for:
23728 print foo_instance1.overloadargs(1)
23729 print foo_instance1.overloadargs(1, 2)
23730 print foo_instance1.overloadargs(1, 2, 3)
23731 print foo_instance1.overloadargs(1, 2, 3, 4)
23732 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
23733 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
23734 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
23735 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
23736 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
23737 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
23738 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
23739 print foo_instance1.overload1arg()
23740 print foo_instance1.overload1arg((char)arg2)
23741 print foo_instance1.overload1arg((signed char)arg3)
23742 print foo_instance1.overload1arg((unsigned char)arg4)
23743 print foo_instance1.overload1arg((int)arg7)
23744 print foo_instance1.overload1arg((unsigned int)arg8)
23745 print foo_instance1.overload1arg((float)arg11)
23746 print foo_instance1.overload1arg((double)arg12)
d63a86f8 23747
21b9b5b1
MS
237482002-01-07 Michael Snyder <msnyder@redhat.com>
23749
23750 * gdb.base/huge.exp: New test. Print a very large target data object.
23751 (skip_huge_test): New test variable. Define if you want to skip this
23752 test. The test reads an 8 megabyte data object from the target, so it
23753 might be very time consuming on remote targets with a slow connection.
23754 * gdb.base/huge.c: New file. Test case for above.
23755
725f922e
FF
237562002-01-07 Fred Fish <fnf@redhat.com>
23757
23758 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
23759 g_instance.bfoo, and g_instance.cfoo.
23760
889bf7c5 237612002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 23762
889bf7c5
PA
23763 * gdb.base/break.c (multi_line_if_conditional): New function.
23764 (multi_ilne_while_conditional): Likewise.
23765 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
23766 IF or WHILE condition puts the breakpoint at the start of
23767 the condition.
f286b2c3 23768
634d57ec
JL
23769 * gdb.base/selftest.exp (backtrace through signal handler): Remove
23770 hppa*-*-hpux* expected failure.
23771 * gdb.base/structs.exp (do_function_calls): Similarly.
23772
23773 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
23774 watchpoints.
23775
9fbfe2dc
AC
237762002-01-06 Andrew Cagney <ac131313@redhat.com>
23777
23778 Fix PR gdb/66.
23779 * gdb.base/structs.exp: Replace skip for a29k with skip for
23780 gdb,cannot_call_functions.
23781 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
23782 * gdb.base/callfuncs.exp: Ditto.
23783 * gdb.base/call-rt-st.exp: Ditto.
23784 * gdb.base/call-strs.exp: Ditto.
23785 * gdb.base/callfwmall.exp: Ditto.
23786 * gdb.base/scope.exp: Obsolete xfail a29k.
23787 * gdb.c++/misc.exp: Ditto.
23788 * gdb.c++/cplusfuncs.exp: Ditto.
23789 * gdb.base/ptype.exp: Ditto.
23790 * gdb.base/printcmds.exp: Ditto.
23791 * gdb.base/opaque.exp: Ditto.
23792 * gdb.base/list.exp: Ditto.
23793 * gdb.base/funcargs.exp: Ditto.
23794 * gdb.base/default.exp: Ditto.
23795
8ddad156
MS
237962002-01-04 Michael Snyder <msnyder@redhat.com>
23797
ca4976a6 23798 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
23799 * gdb.base/maint.exp: Add tests for maint info sections options.
23800
1b074332
JL
23801Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
23802
23803 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
23804
7d159115
CV
238052001-12-20 Corinna Vinschen <vinschen@redhat.com>
23806
23807 * gdb.asm/arm.inc: New file.
23808 * gdb.asm/asm-source.exp: Add arm targets.
23809 * gdb.asm/configure.in: Ditto.
23810 * gdb.asm/configure: Recreated from configure.in.
23811
8fb87725
JL
23812Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
23813
afabe08c
JL
23814 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
23815 with HP's compiler.
23816 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
23817 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
23818 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
23819 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
23820
23821 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
23822 either HP's compilers or GCC.
23823
db521deb
JL
23824 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
23825 a SIGBUS or SIGSEGV.
23826
23827 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
23828
23829 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
23830 can be compiled with either HP's compiler or GCC.
23831
cfa88ab7
JL
23832 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
23833 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
23834 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
23835
ca344dff
JL
23836 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
23837 to match current gdb output. Update due to using auto-solib-limit
23838 for limiting instead of overloading auto-solib-add.
23839 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
23840 test program.
23841
3f3c6e55 23842 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
23843 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
23844 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
23845 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
23846 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
23847 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
23848 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
23849 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
23850 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
23851 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
23852 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
23853 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
23854 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 23855
8fb87725
JL
23856 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
23857 a SIGTRAP to the inferior.
23858
cf599fa7
CV
238592001-12-19 Corinna Vinschen <vinschen@redhat.com>
23860
23861 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
23862 Substitute call to target_link by call to gdb_compile.
23863
2cd045cd
JL
23864Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
23865
a9c64011
AS
23866 * gdb.base/break.exp: Fix HP specific search string when testing
23867 backtracing in a called function.
2cd045cd 23868
a9c64011
AS
23869 * gdb.base/constvars.exp: Only set lang to C++ if we're
23870 compiling the test with HP's compilers.
23871 * gdb.base/volatile.exp: Similarly.
2cd045cd 23872
99ebe9ac
JB
238732001-12-19 Jim Blandy <jimb@redhat.com>
23874
23875 * gdb.base/printcmds.exp: Expect the null character to be printed
23876 as '\0', and the '\013' to be printed as '\v'.
23877 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
23878 * gdb.base/setvar.exp: Same.
23879
b9891b29
JB
238802001-12-17 Jim Blandy <jimb@redhat.com>
23881
0eba65ab
JB
23882 * gdb.base/completion.exp: Rather than completing very long
23883 filenames, which can make the readline library produce output we
23884 don't recognize, cd to the directory first, and then complete
23885 using nice, short relative paths.
23886
6970b5b1
JB
23887 * gdb.base/completion.exp: On some systems, there is, in fact, a
23888 variable named `b' in scope, since GDB treats all static
a9c64011
AS
23889 variables as being in scope. So use `no_var_named_this'
23890 instead of `b'.
6970b5b1 23891
b9891b29 23892 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 23893 can't find the core file's registers as a failure.
b9891b29 23894
e6ccd35f
JSC
238952001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
23896
a9c64011
AS
23897 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
23898 test expect string more specific.
e6ccd35f 23899
105ba819
CV
239002001-12-13 Corinna Vinschen <vinschen@redhat.com>
23901
23902 * gdb.asm/asm-source.exp: Add support for xstormy16.
23903 * gdb.asm/configure.in: Ditto.
23904 * gdb.asm/configure: Rebuild.
23905 * gdb.asm/xstormy16.inc: New file.
23906
e9e79dd9
FF
239072001-12-10 Fred Fish <fnf@redhat.com>
23908
23909 * gdb.base/maint.exp: Update to match changes in type dumping code.
23910
347dc97d
JB
239112001-12-10 Jim Blandy <jimb@redhat.com>
23912
23913 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
23914 matching the entry point symbol's name at the beginning of the
23915 line.
347dc97d 23916
5178b9d6
DJ
239172001-12-07 Daniel Jacobowitz <drow@mvista.com>
23918
23919 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
23920 gdb.c++/inherit.exp, gdb.c++/method.exp,
23921 gdb.c++/namespace.exp, gdb.c++/templates.exp,
23922 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
23923 and class layout support.
23924
af890c52
DJ
239252001-12-07 Daniel Jacobowitz <drow@mvista.com>
23926
23927 * gdb.c++/classes.exp: Add test for static member function.
23928 * gdb.c++/misc.cc: Add class with static member function.
23929
7a345fb3
JB
239302001-12-07 Jim Blandy <jimb@redhat.com>
23931
f2e54a80 23932 If GDB says it can't find the struct the function returned, report
8032bf31
JB
23933 those tests as `unsupported'.
23934 * gdb.base/call-rt-st.exp (print_struct_call): New function.
23935 Rewrite subsequent tests to use it.
23936
23937 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
23938 those tests as `unsupported'.
23939 * gdb.base/structs.exp (call_struct_func): New function.
23940 (do_function_calls): Use call_struct_func to call the functions
23941 returning structs.
23942
0bc69509
JB
23943 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
23944 whether functions are prototyped or not, so we can't possibly pass
23945 arguments to t_float_values2 properly.
23946
7a345fb3
JB
23947 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
23948 value of `timeout' for targets other than the mips*tx39-*.
23949
edb6ede1
MS
239502001-12-06 Michael Snyder <msnyder@redhat.com>
23951
d63a86f8 23952 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
23953 and detect whether the start symbol has a leading underscore.
23954
2d842f13
JB
239552001-12-04 Jim Blandy <jimb@redhat.com>
23956
23957 * gdb.base/completion.exp: Clarify indentation.
23958
68550daf
JB
239592001-12-03 Jim Blandy <jimb@redhat.com>
23960
23961 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
23962 variables on the S/390, not `.word'.
23963
cd5195a8
JB
239642001-11-30 Jim Blandy <jimb@redhat.com>
23965
23966 Add assembly-source tests for s390-ibm-linux.
23967 * gdb.asm/s390.inc: New file.
23968 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
23969 the S/390 architecture.
a9c64011 23970 * gdb.asm/configure: Regenerated.
cd5195a8 23971
ca9efc90
MS
239722001-11-30 Michael Snyder <msnyder@redhat.com>
23973
23974 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
23975 next, info source, info sources, info line, global and static
23976 variables, and static functions.
23977 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
23978 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
23979 * gdb.asm/asmsrc1.s: Add a static function and some variables.
23980 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
23981 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
23982 (gdbasm_leave): Restore frame pointer.
23983 (gdbasm_startup): Copy stack set-up from crt0.S.
23984
d0e66976
FN
239852001-11-26 Fernando Nasser <fnasser@redhat.com>
23986
23987 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
23988 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
23989 to a local (non-static) variable. Copy tstruct.a to a static buffer
23990 and return a pointer to that buffer.
23991 * gdb.base/callfwmall.c (t_structs_a): Ditto.
23992
e2334072
MK
239932001-11-24 Mark Kettenis <kettenis@gnu.org>
23994
23995 * gdb.asm/configure.in: Fix recognition of ix86 target.
23996 * gdb.asm/configure: Regenerate.
23997
756caa3d
MS
239982001-11-21 Michael Snyder <msnyder@redhat.com>
23999
24000 * gdb.asm/sparc.inc: New file.
24001 * gdb.asm/asm-source.exp: Recognize sparc target.
24002 * gdb.asm/configure.in: Recognize sparc target.
24003 * gdb.asm/configure: Regenerate.
d63a86f8 24004
9a4d72d5
MS
240052001-11-21 Michael Snyder <msnyder@redhat.com>
24006
24007 * gdb.asm/m32r.inc: New file.
24008 * gdb.asm/asm-source.exp: Recognize m32r target.
24009 * gdb.asm/configure.in: Recognize m32r target.
24010 * gdb.asm/configure: Regenerate.
24011
a773d1cd
MS
240122001-11-20 Michael Snyder <msnyder@redhat.com>
24013
017ac23d
MS
24014 * gdb.asm/i386.inc: New file.
24015 * gdb.asm/asm-source.exp: Recognize ix86 target.
24016 * gdb.asm/configure.in: Recognize ix86 target.
24017 * gdb.asm/configure: Regenerate.
24018
a773d1cd
MS
24019 * gdb.c++/namespace.exp: Fix quotes in output messages.
24020
bb632afb
MS
240212001-11-14 Michael Snyder <msnyder@redhat.com>
24022
25d559ca 24023 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
24024 qualifier in a type cast expression, to designate an address
24025 in the instruction space (Harvard architecture).
24026
4749e309
MS
240272001-11-13 Michael Snyder <msnyder@redhat.com>
24028
24029 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24030 Tests for expressions using 'const' and 'volatile'.
24031
25050984
CV
240322001-11-13 Corinna Vinschen <vinschen@redhat.com>
24033
24034 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24035
1902c51f
DJ
240362001-11-12 Daniel Jacobowitz <drow@mvista.com>
24037
24038 * lib/mi-support.exp (mi_run_to_helper): Move comments
24039 outside of gdb_expect.
24040
dcf95b47
DJ
240412001-11-11 Daniel Jacobowitz <drow@mvista.com>
24042
24043 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24044 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24045 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24046 mi0_run_to): New functions.
24047 * gdb.mi/mi-simplerun.exp: Use them.
24048 * gdb.mi/mi0-simplerun.exp: Likewise.
24049 * gdb.mi/mi-var-cmd.exp: Likewise.
24050 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 24051
45b074e1
AC
240522001-11-10 Andrew Cagney <ac131313@redhat.com>
24053
24054 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24055 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24056
bf50d346
AC
240572001-11-09 Andrew Cagney <ac131313@redhat.com>
24058
24059 * gdb.base/restore.exp: Include $expected value in restored test
24060 message.
24061
9383332c
AC
240622001-11-09 Andrew Cagney <ac131313@redhat.com>
24063
24064 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24065 implemented.
24066
db62520a
MS
240672001-11-08 Michael Snyder <msnyder@redhat.com>
24068
24069 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24070 Add pass/fail message for stop at breakpoint in call dummy function.
24071
b5703437
MS
240722001-11-07 Michael Snyder <msnyder@redhat.com>
24073
d63a86f8
RM
24074 * gdb.c++/templates.exp (test_template_breakpoints):
24075 If we get an overload menu, but it does not match what
760f6330 24076 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
24077 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24078 making the whitespace optional. Argument for "new" may be
24079 "unsigned" as well as "unsigned int/long".
d63a86f8 24080 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
24081 making the whitespace optional. Also replace "(void) with
24082 "((void|)), making the keyword "void" optional.
d63a86f8 24083 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
24084 making the whitespace optional. Also replace "(void) with
24085 "((void|)), making the keyword "void" optional.
3bf40917
MS
24086 * gdb.base/callfuncs.c (t_float_values): This function must
24087 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 24088 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
24089 can be tested against both cases. Usually one case involves
24090 promotion of float to double, while the other does not.
24091 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
24092 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24093 includes a stack frame for "start".
24094
c8ab4e6d
JB
240952001-11-05 Jim Blandy <jimb@redhat.com>
24096
24097 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24098 pointers are 32 bits long, and that offsets of relocs are always
24099 stored in the data (REL-style), and not in the reloc entry itself
24100 (RELA-style).
24101 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24102 stabs.
24103
3f08ced9
MS
241042001-11-01 Michael Snyder <msnyder@redhat.com>
24105
24106 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24107 and regular expression operators by using quoting.
24108
cbfa24cd
MS
241092001-10-31 Michael Snyder <msnyder@redhat.com>
24110
24111 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24112 depending on what the symbol table contains.
24113 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24114 the output of the ptype command. Similarly, accept both "const &"
24115 and "const&".
24116
aaa68313
CV
241172001-10-31 Corinna Vinschen <vinschen@redhat.com>
24118
24119 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24120 symbol `STORAGE' to allow to choose the storage class of
24121 the local datastructures.
24122 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24123 compiler directive.
24124
91740388
MS
241252001-10-30 Michael Snyder <msnyder@redhat.com>
24126
24127 * gdb.base/jump.exp: Allow it to run for all targets.
24128
1b7c05e7
CV
241292001-10-29 Corinna Vinschen <vinschen@redhat.com>
24130
24131 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24132 with new double_array size.
24133 (main): Change storage class of all local variables to static.
24134 Reduce size of double_array to 9.
24135 * gdb.base/call-ar-st.exp: Increase timeout value.
24136 Change expected output for double array to match new size in
24137 call-ar-st.c.
24138
36a22261
CV
241392001-10-29 Corinna Vinschen <vinschen@redhat.com>
24140
24141 * gdb.base/ending-run.exp: Create identical output when passing
24142 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 24143 Stormy16 target.
36a22261 24144
92b8ae91
MK
241452001-10-28 Mark Kettenis <kettenis@gnu.org>
24146
24147 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24148 that we catch the expected failure under Linux/x86.
24149
cb135b83
OF
241502001-10-29 Orjan Friberg <orjanf@axis.com>
24151
24152 * gdb.base/setvar.exp: Escape curly braces.
24153 * gdb.stabs/weird.exp: Ditto.
24154
6884aa54
DJ
241552001-10-27 Daniel Jacobowitz <drow@mvista.com>
24156
24157 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24158 * gdm.mi/mi0-hack-cli.exp: Likewise.
24159
0398c9aa
AC
241602001-10-25 Andrew Cagney <ac131313@redhat.com>
24161
24162 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24163 messages.
24164
d20bf2e8
AC
241652001-10-21 Andrew Cagney <ac131313@redhat.com>
24166
24167 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24168 checking MI enabled.
24169
03dd63aa
CV
241702001-10-09 Corinna Vinschen <vinschen@redhat.com>
24171
24172 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24173
1d9d99f3
FCE
241742001-10-04 Frank Ch. Eigler <fche@redhat.com>
24175
24176 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24177 if gdb child process crashes, just signal an error.
24178
838ae6c4
JB
241792001-10-02 Jim Blandy <jimb@redhat.com>
24180
24181 * lib/gdb.exp (test_xfail_format): Simplify.
24182
24183 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24184 front of the variable name `format'. Simplify `if'.
24185
8f0cbc1c
DJ
241862001-10-01 Daniel Jacobowitz <drow@mvista.com>
24187
24188 * gdb.threads/pthreads.exp: Wait for output and delay
24189 before sending ^C.
24190
1f08dafd
DJ
241912001-10-01 Daniel Jacobowitz <drow@mvista.com>
24192
24193 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24194 some incorrect output instead of timing out.
24195 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24196
674f90ff
CV
241972001-09-28 Corinna Vinschen <vinschen@redhat.com>
24198
24199 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24200 check to allow additional `int'.
24201
9b284272
DJ
242022001-09-27 Daniel Jacobowitz <drow@mvista.com>
24203
24204 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24205 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24206
b55a4771
MS
242072001-09-27 Michael Snyder <msnyder@redhat.com>
24208
24209 * lib/gdb.exp (test_debug_format): New proc.
24210 (setup_xfail_format): Use new proc test_debug_format.
24211 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24212 proc; use new service proc test_debug_format.
24213 Replace all other "gcc_compiled" tests with this test.
24214 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24215 proc; use new service proc test_debug_format.
24216 Replace all other "gcc_compiled" tests with this test.
24217
242182001-09-27 Michael Snyder <msnyder@redhat.com>
24219
24220 * gdb.base/cvexpr.exp: New file.
24221 * gdb.base/cvexpr.c: New file
24222 Test for expressions using const and volatile keywords.
24223
4e6667ac
CV
242242001-09-26 Corinna Vinschen <vinschen@redhat.com>
24225
24226 * gdb.base/constvars.exp: Check for different orders of keywords
24227 and additional "int" strings in output.
24228
4f337972
AC
242292001-09-22 Andrew Cagney <ac131313@redhat.com>
24230
24231 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24232 responses from "help maint".
24233
2015650d
FCE
242342001-09-19 Frank Ch. Eigler <fche@redhat.com>
24235
24236 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24237 to localhost:NNN instead of :NNN, in case Xvfb is listening
24238 only on TCP.
24239
f3bcedc1
CV
242402001-09-19 Corinna Vinschen <vinschen@redhat.com>
24241
24242 * gdb.base/recurse.exp: When checking leaving the watchpoint
24243 scope, recognize when gdb is in function's epilogue and pass.
24244
6b819c92
KS
242452001-09-18 Keith Seitz <keiths@redhat.com>
24246
24247 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24248 support for running tests against sid targets.
24249 (gdbtk_done): Ditto.
24250
a10c9419
CV
242512001-09-18 Corinna Vinschen <vinschen@redhat.com>
24252
24253 * gdb.base/ending-run.c (main): Set stdout buffersize
24254 to the same reasonable value for any target.
24255 * gdb.base/ending-run.exp: Add a regular expression
24256 to make testsuite happy on Sanyo Stormy16 target.
24257
739d0d99
CV
242582001-09-17 Corinna Vinschen <vinschen@redhat.com>
24259
24260 * gdb.base/display.c (do_loops): Add float variable `f'.
24261 Increment f in loop.
24262 * gdb.base/display.exp: Increment timeout by 60 seconds.
24263 Change float display test to use variable `f'.
24264
1b8947f0
JB
242652001-09-17 Jim Blandy <jimb@redhat.com>
24266
24267 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24268 overflowing the limited breakpoint tables on some ROM monitors
24269 (like the ROM68K).
24270
9890ac81
FCE
242712001-09-15 Frank Ch. Eigler <fche@redhat.com>
24272
24273 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24274 the "-ac" (disable access control) flag.
24275
6db765ea
JH
242762001-08-30 Jeff Holcomb <jeffh@redhat.com>
24277
24278 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24279 ints.
24280
4c32cc04
KS
242812001-08-30 Keith Seitz <keiths@redhat.com>
24282
24283 * lib/gdb.exp: Move all insight-related functionality into
24284 separate file.
24285 * lib/insight-support.exp: New file.
24286
8d6e6f81
FCE
242872001-08-29 Frank Ch. Eigler <fche@redhat.com>
24288
24289 * config/sid.exp (sid_start): Never set sid verbosity; disable
24290 expect_background {} that consumed its stdout; tolerate </dev/null.
24291 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24292
6a90e1d0
AC
242932001-08-18 Andrew Cagney <ac131313@redhat.com>
24294
24295 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24296 CLI jump command to start it.
24297 (mi_run_to_main): Fail immediatly when unexpected output.
24298
1759b3c3
AC
242992001-08-18 Andrew Cagney <ac131313@redhat.com>
24300
24301 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24302 beginning of function. Fix PR gdb/191.
24303
61d11d80
FCE
243042001-08-16 Frank Ch. Eigler <fche@redhat.com>
24305
24306 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24307 what to force sid endianness to.
24308
942a4df2
KS
243092001-08-15 Keith Seitz <keiths@redhat.com>
24310
24311 * lib/gdb.exp (gdbtk_start): Don't set environment
24312 variables for TCL_LIBRARY and friends. Insight will
24313 now figure these out for itself.
24314
0521c418
MS
243152001-08-02 Michael Snyder <msnyder@redhat.com>
24316
24317 * gdb.base/completion.exp: Remove the symbol "a64l" from
24318 the expect string; this is target-specific, and not related
24319 to what is being tested.
24320
74a9a58a
DB
243212001-08-02 Dave Brolley <brolley@redhat.com>
24322
24323 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24324
c70819fa
MS
243252001-07-25 Michael Snyder <msnyder@redhat.com>
24326
c2b8fa57
MS
24327 * gdb.base/consecutive.exp: New file. Test stepping over
24328 breakpoints on consecutive instructions.
24329 * gdb.base/consecutive.c: New file.
24330
c70819fa
MS
24331 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24332 curly braces in regular expressions.
24333
2b1a1355
MS
243342001-07-25 Michael Snyder <msnyder@redhat.com>
24335
24336 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24337 legitimate output from stepping out of main.
24338
413eca6f
KS
243392001-07-22 Keith Seitz <keiths@redhat.com>
24340
24341 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24342 the empty string, do not run the tests.
24343
7e5a9322
SC
243442001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24345
24346 * gdb.base/long_long.exp: Detect size of pointer. Take into
24347 account 2-byte pointers when testing for p/a results.
24348
de58f10f
SC
243492001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24350
d63a86f8 24351 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
24352 and defined to 1K for m68hc11.
24353 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24354 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24355 (sizeof_random_data): New variable to tell the size of the data table;
24356 don't test past this size; always run to main.
24357
d6f5fea1
SC
243582001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24359
24360 * gdb.base/return2.exp: return of long long and double fails for
24361 68HC11; don't execute these tests on that platform.
24362 * gdb.base/return.exp: Return of a double fails for 68hc11.
24363
c477543d
SC
243642001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24365
24366 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
24367 tests that print a float.
24368 * call-rt-st.exp: Likewise.
24369
63cf1c79
MK
243702001-07-12 Mark Kettenis <kettenis@gnu.org>
24371
24372 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
24373 running this test on Linux.
24374
112f9ab5
MC
243752001-06-24 Michael Chastain <chastain@redhat.com>
24376
24377 * gdb.base/arithmet.exp: Remove some tests to make all test names
24378 unique.
24379
4970cb0f
MS
243802001-07-03 Michael Snyder <msnyder@redhat.com>
24381
24382 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
24383 the output of the ptype command.
24384
d85da69f
MS
243852001-07-02 Michael Snyder <msnyder@redhat.com>
24386
4c8a82de
MS
24387 * gdb.base/completion.exp: Don't assume that break.c is the only
24388 source file that may contain functions named "marker".
d85da69f
MS
24389 * gdb.base/corefile.exp: Quote the curly braces in regexp.
24390
8afc772b
AC
243912001-06-28 Andrew Cagney <ac131313@redhat.com>
24392
24393 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
24394 of files to delete.
24395
24396 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
24397 * gdb.disasm/h8300s.exp: New file.
24398 gdb.disasm/h8300s.s: Likewise.
24399
cff22675
AC
244002001-06-27 Andrew Cagney <ac131313@redhat.com>
24401
24402 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
24403 empty breakpoint tables.
24404
68c81b54
AC
244052001-06-25 Andrew Cagney <ac131313@redhat.com>
24406
24407 * lib/mi-support.exp: Update args=... part of stop-reason
24408 patterns. Accept either a list or a tuple.
24409
2dd62704
AC
244102001-06-23 Andrew Cagney <ac131313@redhat.com>
24411
24412 * lib/mi-support.exp: Remove local emacs variable defining
24413 change-log-default-name.
24414
b4127474
MC
244152001-06-22 Michael Chastain <chastain@redhat.com>
24416
24417 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
24418 This is operationally compatible with the previous version.
24419
8dbfb380
JB
244202001-06-13 Jim Blandy <jimb@redhat.com>
24421
24422 * lib/gdb.exp (gdb_test): Doc fix.
24423
f2d8c86d
MC
244242001-06-10 Michael Chastain <chastain@redhat.com>
24425
24426 * gdb.base/exprs.exp: Remove a duplicate test.
24427
81564d34
JB
244282001-06-06 Jim Blandy <jimb@redhat.com>
24429
24430 * gdb.base/return2.exp (main): Use values to test float and double
24431 returns that are not NaN's, to avoid being confused by IEEE
24432 comparison rules.
24433
da55addb
MS
244342001-06-04 Michael Snyder <msnyder@redhat.com>
24435
24436 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 24437 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
24438 rather than wait for 12 more tests to time out.
24439
42c65987
JB
244402001-06-06 Jim Blandy <jimb@redhat.com>
24441
b18bced9 24442 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 24443 Don't forget to match the GDB prompt.
b18bced9 24444
42c65987
JB
24445 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
24446
5b41e5f0
JB
244472001-06-04 Jim Blandy <jimb@redhat.com>
24448
24449 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
24450 command.
24451
015e046f
KB
244522001-05-31 Kevin Buettner <kevinb@redhat.com>
24453
24454 * gdb.base/annota1.exp (info break): Match four or more spaces
24455 after "Address".
24456
fb1ffbbe
MC
244572001-05-31 Michael Chastain <chastain@redhat.com>
24458
24459 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
24460 (dm_type_int_star): Likewise.
24461 (dm_type_long_star): Likewise.
24462 (dm_type_void_star): Likewise.
24463
5ea2a32c
KB
244642001-05-29 Kevin Buettner <kevinb@redhat.com>
24465
24466 * gdb.base/completion.exp (INPUTRC): Set this environment variable
24467 to a known value in order to get consistent results regardless
24468 of the setting of INPUTRC or the presence or contents of .inputrc.
24469
ae23c492
MS
244702001-05-24 Michael Snyder <msnyder@redhat.com>
24471
ac55707e
MS
24472 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
24473 Don't require that the main thread and the manager thread are the
24474 first in the list.
24475
ae23c492
MS
24476 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
24477 debugging. If test fails, issue an "unsupported" not a "fail".
24478
400071f1
JB
244792001-05-24 Jim Blandy <jimb@redhat.com>
24480
24481 Don't assume that short is shorter than int.
24482 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
24483 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 24484 this isn't true.
400071f1
JB
24485 ("print unsigned char == (~0)"): Add test that verifies that ~0,
24486 an int, is not equal to ~0 stored in an unsigned char. This tests
24487 the same thing that the previous test meant to, but works on
24488 16-bit machines, too.
24489 ("print unsigned char != (~0)"): Same test, complemented.
24490
0816a3e5
MS
244912001-05-24 Michael Snyder <msnyder@redhat.com>
24492
24493 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 24494 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
24495 and prevents dejagnu getting out of step.
24496
f6dc23a9
KB
244972001-05-23 Kevin Buettner <kevinb@redhat.com>
24498
24499 * gdb.base/finish.exp (finish_void): Revise pattern for
24500 stopping on the call statement to not permit stopping at
24501 the start of the instructions comprising the call sequence.
24502
7dbd117d
MC
245032001-05-19 Michael Chastain <chastain@redhat.com>
24504
24505 * gdb.base/callfuncs.exp: Make all test names unique.
24506 * gdb.base/commands.exp: Make all test names unique.
24507 * gdb.base/condbreak.exp: Make all test names unique.
24508 * gdb.base/dbx.exp: Make all test names unique.
24509 * gdb.base/default.exp: Make all test names unique.
24510 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
24511 and TIMEOUT messages to their corresponding PASS message.
24512 * gdb.base/ending-run.exp: Make all test names unique.
24513 * gdb.base/long_long.exp: Remove duplicate test.
24514
6b0b0a9e
KB
245152001-05-21 Kevin Buettner <kevinb@redhat.com>
24516
24517 * gdb.base/finish.exp (finish_void): Allow "finish" command to
24518 stop on the call statement as well as the statement after the
24519 call.
24520
2caa35cb
MS
245212001-05-21 Michael Snyder <msnyder@redhat.com>
24522
24523 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
24524
40713331
EZ
245252001-05-10 Elena Zannoni <ezannoni@redhat.com>
24526
a9c64011
AS
24527 * gdb.base/completion.exp: Revamp test. Make it execute on all
24528 platforms.
40713331 24529
c2c1be8d
EZ
245302001-05-10 Elena Zannoni <ezannoni@redhat.com>
24531
a9c64011
AS
24532 * config/gdbserver.exp (gdb_load): Handle the case
24533 in which the arguments to gdbserver are given in the
24534 baseboard configuration file.
24535 Also handle the case in which the server needs to do a
24536 load.
2c9cd303 24537
9671de48
KS
245382001-05-07 Keith Seitz <keiths@cygnus.com>
24539
a9c64011
AS
24540 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
24541 set up the display for testing.
24542 (gdbtk_start): Convert all paths to paths that tcl will like.
24543 Export target information to environment.
24544 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
24545 necessary.
24546 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
24547 (to_tcl_path): New proc to convert a given pathname into
24548 a path acceptible as an argument to a tcl command.
24549 (_gdbtk_export_target_info): New proc to export target info
24550 into the environment for gdbtk testing.
24551 (gdbtk_done): New proc to signal end-of-test.
9671de48 24552
5a360f47
JB
245532001-05-06 Jim Blandy <jimb@redhat.com>
24554
24555 * restore.c: Make the code of caller0 correspond to its comment.
24556
66c756c6
MS
245572001-05-03 Michael Snyder <msnyder@redhat.com>
24558
24559 * config/sid.exp (gdb_target_sid): Check for error messages.
24560 On error or timeout, don't make expect exit (which will terminate
24561 all subsequent tests); instead just make gdb exit.
d63a86f8 24562 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
24563 return a negative value.
24564
a966fde5
JB
245652001-04-24 Jim Blandy <jimb@redhat.com>
24566
851c18e0
JB
24567 * gdb.c++/templates.exp: If we see the prompt for the overload
24568 list, but we haven't recognized any of the longer patterns,
24569 arrange for this test to fail, not hang.
24570
a966fde5
JB
24571 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
24572 variations.
24573
db144853
MC
245742001-04-22 Michael Chastain <chastain@redhat.com>
24575
24576 * gdb.c++/local.exp: Use the 'runto' library function.
24577 * gdb.c++/namespace.exp: Likewise.
24578 * gdb.c++/overload.exp: Likewise.
24579
3207ec21
KB
245802001-03-26 Kevin Buettner <kevinb@redhat.com>
24581
24582 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
24583 * gdb.base/step-line.exp: New file. Test step/next in presence of
24584 #line directives.
24585 * gdb.base/step-line.c: New file. Test program for the above.
24586 * gdb.base/step-line.inp: New file. We pretend that this file has
24587 been transformed by some other tool into step-line.c.
24588
13b57657
JB
245892001-03-21 Jim Blandy <jimb@redhat.com>
24590
24591 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
24592 unmangled operator names.
24593
754cbe1c
JB
245942001-03-20 Jim Blandy <jimb@redhat.com>
24595
24596 * gdb.threads/linux-dp.exp: Recognize an additional message
24597 generated by GDB when it doesn't understand how to debug threads
24598 on the target system.
24599
177495c9
AC
246002001-03-19 Andrew Cagney <ac131313@redhat.com>
24601
24602 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
24603
f266096b
MC
246042001-03-12 Michael Chastain <chastain@redhat.com>
24605
24606 * gdb.c++/derivation.exp: Use the 'runto' library function.
24607
cac3c2ff
MC
246082001-03-12 Michael Chastain <chastain@redhat.com>
24609
24610 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
24611
b6c11a24
MC
246122001-02-24 Michael Chastain <chastain@redhat.com>
24613
24614 * gdb.c++/ref-types.exp: Change handwritten code to library
24615 function 'runto'.
24616
6bae5bce
OF
246172001-03-16 Orjan Friberg <orjanf@axis.com>
24618
24619 * gdb.base/signals.exp: Set count to 0 explicitly.
24620
0015fd9a
MS
246212001-03-15 Mark Salter <msalter@redhat.com>
24622
24623 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
24624 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
24625 (gdb_load): Add support for additional target_info: gdb_download_size
24626 and gdb_load_timeout.
0015fd9a 24627
fc33412a
DT
24628Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
24629
24630 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
24631 file -- to prevent failing when the compile fails but we have no
24632 intention of running the tests anyway.
fc33412a
DT
24633
24634 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
24635 tests if set.
24636
24637 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 24638 integers.
fc33412a
DT
24639
24640 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
24641 * gdb.c++/namespace.exp: Ditto.
24642
115f06de
OF
246432001-03-07 Orjan Friberg <orjanf@axis.com>
24644
24645 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
24646 * gdb.base/pointers.exp: Relax pattern match of decimals.
24647
b6ba6518
KB
246482001-03-06 Kevin Buettner <kevinb@redhat.com>
24649
24650 * Makefile.in, config/abug.exp, config/cfdbug.exp,
24651 config/cpu32bug.exp, config/dve.exp, config/est.exp,
24652 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
24653 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
24654 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
24655 config/sh.exp, config/sid.exp, config/slite.exp,
24656 config/sparclet.exp, config/udi.exp, config/unknown.exp,
24657 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
24658 config/vxworks.exp, config/vxworks29k.exp,
24659 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
24660 gdb.base/all-bin.exp, gdb.base/annota1.exp,
24661 gdb.base/arithmet.exp, gdb.base/assign.exp,
24662 gdb.base/async.exp, gdb.base/attach.exp,
24663 gdb.base/bitfields.exp, gdb.base/bitops.exp,
24664 gdb.base/break.exp, gdb.base/call-ar-st.exp,
24665 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
24666 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
24667 gdb.base/commands.exp, gdb.base/completion.exp,
24668 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
24669 gdb.base/constvars.exp, gdb.base/corefile.exp,
24670 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
24671 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
24672 gdb.base/ending-run.exp, gdb.base/environ.exp,
24673 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
24674 gdb.base/finish.exp, gdb.base/foll-exec.exp,
24675 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
24676 gdb.base/funcargs.exp, gdb.base/help.exp,
24677 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
24678 gdb.base/logical.exp, gdb.base/long_long.exp,
24679 gdb.base/maint.exp, gdb.base/mips_pro.exp,
24680 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
24681 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
24682 gdb.base/pointers.exp, gdb.base/printcmds.exp,
24683 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
24684 gdb.base/regs.exp, gdb.base/relational.exp,
24685 gdb.base/remote.exp, gdb.base/reread.exp,
24686 gdb.base/restore.exp, gdb.base/return2.exp,
24687 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
24688 gdb.base/selftest.exp, gdb.base/setshow.exp,
24689 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
24690 gdb.base/sigall.exp, gdb.base/signals.exp,
24691 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
24692 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
24693 gdb.base/step-test.exp, gdb.base/structs.c,
24694 gdb.base/structs.exp, gdb.base/structs2.exp,
24695 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
24696 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
24697 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
24698 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
24699 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
24700 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
24701 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
24702 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
24703 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
24704 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
24705 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
24706 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
24707 gdb.fortran/types.exp, gdb.java/jmisc.exp,
24708 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
24709 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
24710 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
24711 gdb.trace/circ.exp, gdb.trace/collection.exp,
24712 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
24713 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
24714 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
24715 gdb.trace/report.exp, gdb.trace/save-trace.exp,
24716 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
24717 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
24718 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
24719 notices.
24720
dc96c6c7 247212001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
24722
24723 * gdb.base/varargs.c (find_max_double): Fix printf format string:
24724 first arg is int not float.
24725
dc96c6c7 247262001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
24727
24728 * gdb.base/reread.exp: Unsupported for non-native targets;
24729 doesn't work for remote debugging.
24730
9b0c4aeb
FN
247312001-02-19 Fernando Nasser <fnasser@redhat.com>
24732
24733 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
24734 * gdb.base/ending-run.exp: Properly handle the BSP state when
24735 stepping past the end of main.
9b0c4aeb 24736
02aa71d5
MC
247372001-02-19 John Moore <jmoore@redhat.com>
24738
24739 * gdb.base/commands.exp (infrun_breakpoint_command_test):
24740 Converted HPUX fix for non-expected items following multiple
24741 step commands into general solution for all platforms.
24742
1fa449a4
MC
247432001-02-18 Michael Chastain <chastain@redhat.com>
24744
24745 * gdb.c++/classes.exp (do_tests): Change runto statements
24746 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24747 statements demangler agnostic.
24748 * gdb.c++/virtfunc.exp (do_tests): Likewise.
24749 (gdb_virtfunc_restart): Likewise.
24750
b2f9ec70
MC
247512001-02-14 Michael Chastain <chastain@redhat.com>
24752
24753 * gdb.c++/inherit.exp (do_tests): Change runto statements
24754 from "runto 'foo(void)'" to "runto 'foo'". This makes the
24755 statements demangler agnostic.
24756
cf74b8ca
AC
24757Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
24758
24759 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
24760 ``continue to bkpt at common_routine in thread 2'' and ``stopped
24761 before calling common_routine 15 times'' tests.
cf74b8ca 24762
99f78f56
MC
247632001-02-11 Michael Chastain <chastain@redhat.com>
24764
24765 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
24766 Helps the test script figure out which demangler is in use.
24767 (dm_type_foo_ref): Ditto.
24768 (dm_type_int_star): Ditto.
24769 (dm_type_long_star): Ditto.
24770 (dm_type_unsigned_int): Ditto.
24771 (dm_type_void): Ditto.
24772 (dm_type_void_star): Ditto.
99707966 24773 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
24774 Probe the gdb demangler and set variables to accommodate
24775 formatting differences.
24776 (info_func_regexp): New function. Same as info_func, but
24777 matches against a regexp.
24778 (info_func): Match against a literal string.
24779 (print_addr_2): New function. Match against a literal string,
24780 which can be different from the input to gdb.
24781 (print_addr): Simply call print_addr_2 with the same argument twice.
24782 (test_lookup_operator_functions): Use demangler formatting variables.
24783 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
24784 the tests in the same order as the C++ class declaration.
24785 (test_paddr_operator_functions): Ditto.
24786 (test_paddr_overloaded_functions): Ditto.
24787 (test_paddr_hairy_functions): Use demangler formatting variables.
24788 Add reference to gdb/19 for related tests.
24789 (do_tests): Call probe_demangler.
24790
1de8f023
KB
247912001-01-30 Kevin Buettner <kevinb@redhat.com>
24792
24793 * gdb.c++/templates.cc (printf): Remove unused function definition.
24794
ca3f91ed
MS
247952001-01-26 Felix Lee <flee@redhat.com>
24796
24797 * sid.exp (sid_exit): Pass host, not target, to remote_close.
24798
247992001-01-25 matthew green <mrg@redhat.com>
24800
24801 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
24802 up sid.
24803 (sid_exit): Call `remote_pop_conn' after GDB is gone.
24804
248052001-01-25 matthew green <mrg@redhat.com>
24806
24807 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 24808 Deprecate $sid_spawn_id.
ca3f91ed
MS
24809 (sid_exit): Remove code necessary only for `spawn.'
24810
248112001-01-25 matthew green <mrg@redhat.com>
24812
24813 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
24814
fb18ec4a
MC
248152001-01-28 Michael Chastain <chastain@redhat.com>
24816
24817 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
24818 to call when tests fail. It takes gdb out of the overloaded
24819 function choice menu back to the main prompt, so that the test
24820 program stays synchronized.
24821 (set_bp_overloaded): New proc to collect all the common
24822 code for setting a breakpoint on an overloaded name. Calls
24823 take_gdb_out_of_choice_menu when needed.
24824 (menu_overload1arg): New variable to collect the repeated
24825 instances of the expected menu for an overloaded name. Change
24826 the regular expression to handle changes in g++ type encoding:
24827 "void" can be either "void" or "", and "unsigned int" can be
24828 either "unsigned int" or "unsigned".
24829 (continue_to_bp_overloaded): Change regular expressions to handle
24830 changes in g++ type encoding.
24831 (no proc): Call take_gdb_out_of_choice_menu when needed.
24832 Remove redundant calls to "info break". Accept either "canceled"
24833 or "cancelled". Change regular expressions in "info break"
24834 calls to handle changes in g++ type encoding. Give all tests
24835 unique strings.
24836
9c646a6e
BE
248372001-01-17 Ben Elliston <bje@redhat.com>
24838
24839 * config/sid.exp: New file.
24840
9549d9c1
AC
24841Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
24842
24843 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
24844
dc96c6c7 248452000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
24846
24847 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
24848 Add a RE to accept a non-ascii char if one is ever presented.
24849
b4df4f68
FN
248502000-12-20 Fernando Nasser <fnasser@redhat.com>
24851
297dd0fd 24852 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 24853
dc96c6c7 248542000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 24855
d63a86f8 24856 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
24857 in regexp. One '\' does not suffice on Linux.
24858
4a7bddb6
MC
248592000-12-09 Michael Chastain <chastain@redhat.com>
24860
24861 * gdb.base/break.exp (test_clear_command): Use a marker function
24862 rather than 'main' for the test function. Also move this
24863 test to an execution point where the marker function names are
24864 guaranteed to be bound to functions. (Executing tests after a
24865 'finish' from main runs into name conflicts with local names
24866 in __libc_start_main).
24867
dc96c6c7 248682000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
24869
24870 * gdb.base/finish.exp: New test for gdb's "finish" command.
24871 * gdb.base/return2.exp: New test for gdb's "return" command.
24872 * gdb.base/return2.c: New source file for above.
24873
dc96c6c7 248742000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
24875
24876 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
24877 * gdb.base/miscexprs.exp: Ditto.
24878 * gdb.base/pointers.exp: Ditto.
24879 * gdb.c++/derivation.exp: Ditto.
24880 * gdb.c++/local.exp: Ditto.
24881 * gdb.c++/namespace.exp: Ditto.
24882 * gdb.c++/overload.exp: Ditto.
24883 * gdb.c++/ref-types.exp: Ditto.
24884
dc96c6c7 248852000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
24886
24887 * gdb.base/constvars.exp: Test result of "up" command.
24888 * gdb.base/miscexprs.exp: Ditto.
24889 * gdb.base/pointers.exp: Ditto.
24890 * gdb.base/scope.exp: Ditto.
24891 * gdb.c++/derivation.exp: Ditto.
24892 * gdb.c++/local.exp: Ditto.
24893 * gdb.c++/namespace.exp: Ditto.
24894 * gdb.c++/overload.exp: Ditto.
24895 * gdb.c++/ref-types.exp: Ditto.
24896
44097287
FN
248972000-11-22 Michael Chastain <chastain@redhat.com>
24898
24899 * mips_pro.exp: Accept either "middle -> top -> main" or
24900 "middle -> main" in the backtrace, because gcc can optimize
24901 tail calls to jumps. Remove setup_xfail for the hppa case.
24902 Add a comment with the original warning messages from PR 3016,
24903 which was filed in 1993, to preserve them for posterity.
24904
9d2e1bab
ND
249052000-11-17 Nick Duffek <nsd@redhat.com>
24906
24907 * lib/gdb.exp (gdb_test): Override timeout with board info.
24908
1aca8eb7
ND
249092000-11-17 Nick Duffek <nsd@redhat.com>
24910
24911 * gdb.base/display.exp: Don't kill running stub. Add "again" to
24912 the second kill and detach messages.
24913
93076499
ND
249142000-11-17 Nick Duffek <nsd@redhat.com>
24915
24916 * configure.in: Add AC_EXEEXT.
24917 * configure: Regenerate.
24918 * Makefile.in (just-check): Export EXEEXT.
24919 * lib/gdb.exp ($EXEEXT): Import from environment.
24920 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
24921 expect "maint dump-me" on Cygwin.
24922 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
24923 $EXEEXT.
24924
30e87cd3
ND
249252000-11-17 Nick Duffek <nsd@redhat.com>
24926
24927 * gdb.base/break.exp: Test backtrace and finish from called
24928 function on all platforms, not just HP-UX.
24929
dc96c6c7 249302000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
24931
24932 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
24933 code from gdb_target_monitor, so it can be used independantly
24934 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 24935
dc96c6c7 249362000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
24937
24938 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
24939 * gdb.base/corefile.exp: Expect the message "Program is being
24940 debugged already" when we send the "corefile" command, since
24941 the preceeding gdb_load may have connected gdb to a remote target.
24942 * gdb.base/display.exp: Disable hardware watchpoints if new
24943 board info variable "no_hardware_watchpoints" is true.
24944 Replace single-letter commands with more readable ones.
24945 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
24946 if new board info variable "no_hardware_watchpoints" is true.
24947 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
24948 to see if stdio (printf) testing is possible.
24949 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
24950 board info variable "no_hardware_watchpoints" is true. Use new
24951 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
24952
39124dea
FN
249532000-11-13 Fernando Nasser <fnasser@redhat.com>
24954
24955 From Orjan Friberg <orjanf@axis.com>:
24956 * gdb.base/printcmds.exp: Escape curly braces followed by a number
24957 in array print pattern match.
24958
a9e2e984
FN
249592000-11-09 Fernando Nasser <fnasser@redhat.com>
24960
24961 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
24962 spelling "cancelled" to U.S. spelling "canceled" to match changes
24963 made to gdb.
24964 * gdb.c++/ovldbreak.exp: Ditto.
24965
c7db355b
PS
249662000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
24967
24968 * gdb.base/callfuncs.c (main): Moved to end of file, call
24969 t_double_values to initialize the FPU before inferior calls are made.
24970 * gdb.base/callfuncs.exp: Test for register preservation after calling
24971 inferior functions. Add tests for continuining, finishing and
24972 returning from a stop in a call dummy.
24973
dc96c6c7 249742000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
24975
24976 * gdb.base/commands.exp: Break up long lines, and re-indent.
24977
dc96c6c7 249782000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
24979
24980 * config/gdbserver.exp: Rewritten from the ground up, to make it
24981 compatible with the current dejagnu tree, and to make it work with
24982 the new "gdbserver" in libremote.
24983
dc96c6c7 249842000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
24985
24986 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
24987 * gdb.base/varargs.exp: Skip entire test if no printf support.
24988 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
24989 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
24990
dc96c6c7 249912000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
24992
24993 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
24994 no floating point support.
24995 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
24996 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
24997 * gdb.base/call-rt-st.exp: Ditto.
24998 * gdb.base/call-strs.exp: Ditto.
24999
bac5fc66
JG
250002000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25001
25002 * gdb.base/sizeof.c: include <stdio.h>.
25003
25004 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
25005 'finish', otherwise uncaptured gdb_prompt would potentially
25006 throw remaining test points out of sync.
bac5fc66 25007
b22a6027
SB
250082000-07-26 Scott Bambrough <scottb@netwinder.org>
25009
25010 * gdb.base/recurse.exp: Run tests for all targets.
25011 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25012 gnu-oldld case on ARM.
25013 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25014 for ARM targets.
d63a86f8 25015
d8231941
AG
25016Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25017
25018 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25019 * gdb.java/configure: Rebuild.
25020
8caabe69
AG
25021Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25022
25023 * gdb.java/jv-exp.exp: New file.
25024
9d273ca3
AG
25025Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25026
25027 * configure: Rebuilt.
25028 * configure.in (configdirs): Add gdb.java.
25029 * gdb.java/jmisc.java: New file.
25030 * gdb.java/jmisc.exp: New file.
25031 * gdb.java/Makefile.in: New file.
25032 * gdb.java/configure: Rebuilt.
25033 * gdb.java/configure.in: New file.
25034 * lib/java.exp: New file.
25035
4f823a66
AC
25036Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25037
25038 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 25039 underflow.
4f823a66 25040
2391e11d
AC
25041Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25042
25043 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 25044 and the compilers sizes.
2391e11d 25045
54602222
ND
250462000-07-09 Nick Duffek <nsd@redhat.com>
25047
25048 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25049 (use_methods): New function.
25050 (main): Call use_methods().
25051 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25052 (do_tests): Call test_method_param_class.
25053
2bec0572
ND
250542000-07-09 Nick Duffek <nsd@redhat.com>
25055
25056 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25057 spelling.
25058 (test_enums): New procedure. Move enum tests from end of script
25059 to here. Set breakpoint on function name instead of line number.
25060 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25061 (enums2): New marker function.
25062 (enums1): New function.
25063 (main): Call enums1(). Move enum tests to enums1().
25064
78492fde
AC
25065Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25066
25067 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 25068 compile/link program. Update line numbers.
78492fde
AC
25069 * gdb.asm/d10v.inc: Define ``startup''.
25070 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 25071
49a2cef8
AC
25072Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25073
25074 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25075
3e6c8688
EZ
250762000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25077
25078 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 25079 of 'help maint print' command.
3e6c8688 25080
9ff5cbe9
AC
25081Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25082
25083 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 25084 they use gdb_expect_list.
9ff5cbe9 25085
17c579bd
AC
25086Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25087
25088 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
25089 memory-read-packet-size'' instead of ``set endian big'' to test
25090 long commands.
17c579bd 25091
e6d71bf3
DB
250922000-06-03 Daniel Berlin <dan@cgsoftware.com>
25093
25094 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 25095 g++, and stop skipping them.
e6d71bf3
DB
25096
25097 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25098 work under g++.
25099
d63a86f8 25100 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
25101 initialization.
25102
dc96c6c7 251032000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
25104
25105 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25106 the regular expression: accept an (almost) arbitrary sequence of
25107 "frames-invalid" and "breakpoints-invalid" messages both before
25108 and after the "starting" message.
25109
dc96c6c7 251102000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
25111
25112 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 25113
dc96c6c7 251142000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
25115
25116 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25117 Relax the regular expression a little, make it pass on Solaris 8.
25118
8216cda9
KB
251192000-05-12 Kevin Buettner <kevinb@redhat.com>
25120
25121 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 25122 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
25123 Instead, it is permissible for gdb to stop on the line of the
25124 call itself.
25125
1a570b2f
MS
251262000-05-12 Michael Snyder <msnyder@.cygnus.com>
25127
25128 * gdb.base/break.exp (bp on small function, optimized file):
25129 Add a second pass pattern. The behavior differs here between stabs
25130 and dwarf for one-line functions. Stabs preserves two line symbols
25131 (one before the prologue and one after) with the same line number,
25132 but dwarf regards these as duplicates and discards one of them.
25133 Therefore the address after the prologue (where the breakpoint is)
25134 has no exactly matching line symbol, and GDB reports the breakpoint
25135 as if it were in the middle of a line rather than at the beginning.
25136
dc96c6c7 251372000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 25138
d63a86f8 25139 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
25140 rather than "send_gdb" (for consistancy).
25141
7d418785
AC
25142Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25143
25144 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25145 * gdb.c++/templates.cc: Properly check for GCC version number.
25146 * lib/compiler.cc: Likewise
25147
dc96c6c7 251482000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 25149
d63a86f8 25150 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
25151 gdb may not stop at the first line of main, due to code motion.
25152
dc96c6c7 251532000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
25154
25155 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25156 This test depends on parsing the printf output from the target.
25157 Since the sparclet stub doesn't do stdio, this will never work.
25158 * gdb.base/call-rt-st.exp: ditto.
25159 * gdb.base/call-strs: ditto.
25160
dc96c6c7 251612000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
25162
25163 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25164
25165 * gdb.base/ending-run.exp: After connecting to a remote target,
25166 but before running, the target will appear to be in a random
25167 location. Specify both a file and a line for breakpoints.
25168 Also, the function that calls main may be called 'init'
25169 rather than 'start'.
25170
a5a51225
EZ
251712000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25172
25173 * gdb.base/help.exp: Update output for add-symbol-file command.
25174
7930cc7c
FN
251752000-04-10 Fernando Nasser <fnasser@cygnus.com>
25176
25177 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25178 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25179
23e37ab1
C
251802000-04-07 J.T. Conklin <jtc@redback.com>
25181
e93c542c
C
25182 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25183
23e37ab1
C
25184 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25185
591b8fa3
PDM
25186Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25187
25188 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 25189 values that can be represented exactly.
591b8fa3
PDM
25190 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25191 above change, and to not check against the directory part of the source
25192 file name.
25193 (step into print_long_arg_list): Likewise.
25194 (print print_small_structs from print_long_arg_list): Likewise.
25195 (print print_long_arg_list): Likewise.
25196
7a495180
EZ
251972000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25198
30b53638 25199 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 25200
beb998c6
AC
25201Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25202
25203 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25204
1c689132
DB
252052000-03-25 Daniel Berlin <dan@cgsoftware.com>
25206
25207 * gdb.base/commands.exp (deprecated_command_test): Add test for
25208 deprecate with no arguments.
25209
c1790a9d
JL
252102000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25211
25212 * gdb.base/break.exp: Add new test for setting breakpoints on
25213 optimized code so we can test breakpoints work even when function
25214 prologues may be optimized away
25215
003ba290
FN
252162000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25217
25218 From David Whedon <dwhedon@gordian.com>
a9c64011 25219 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 25220
6837a0a2
DB
252212000-03-22 Daniel Berlin <dan@cgsoftware.com>
25222
25223 * gdb.base/help.exp: Added test for new apropos command.
25224
b9593231
KB
252252000-03-21 Kevin Buettner <kevinb@redhat.com>
25226
25227 * gdb.base/pointers.c (usevar): New function.
25228 (main): Make sure that global variables v_int_pointer2, rptr,
25229 and y are all referenced someplace in the program by calling
25230 usevar() on them. [Some linkers delete symbols which are
25231 never referenced. The space remains, but there's no way to
25232 get a (symbolic) handle on the variable from the debugger.]
25233
751a959b
EZ
252342000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25235
25236 * gdb.base/printcmds.c: Add typedeffed arrays.
25237
25238 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 25239 procedure to test arrays that are typedef'd.
751a959b 25240
73a93a32
JI
252412000-03-13 James Ingham <jingham@leda.cygnus.com>
25242
25243 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 25244 the library directories.
73a93a32 25245
fb40c209
AC
25246Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25247
25248 * configure.in (configdirs): Add sub directory gdb.mi.
25249 * configure: Re-generate.
25250
25251 * gdb.mi: New directory.
d63a86f8 25252
ee4dd2c9
AC
252532000-02-25 Scott Bambrough <scottb@netwinder.org>
25254
25255 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 25256 a long long value as a double on ARM platforms.
ee4dd2c9 25257
70f0cc22
JB
252582000-02-16 Jim Blandy <jimb@redhat.com>
25259
25260 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25261 default source file is set properly before running this test.
25262
853819b8
EZ
252632000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25264
25265 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 25266 gdbtk/library directory, not in gdbtcl2.
853819b8 25267
dfcd3bfb
JM
252682000-02-04 Jim Blandy <jimb@redhat.com>
25269
25270 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25271 backslash from regexp pattern.
25272
25273 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25274 procedure. Use it to run all the "continue to bp overloaded"
25275 tests. Note that this changes the names of the tests slightly.
25276 If the breakpoint hit message includes a hex PC value, because
25277 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25278 from the real source code, still consider that a pass.
25279
25280 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25281 XFAIL here if the breakpoint message contains a hex address. Note
25282 similar change on 1999-11-02.
25283
25284 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25285
25286 * gdb.base/ptype.exp: Establish a default source file before
25287 calling get_debug_format.
25288
252892000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25290
25291 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25292
8b93c638
JM
252932000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25294
25295 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25296 of successive stepi commands -- while in the prologue we should see
25297 the function entry bracket.
25298
252992000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25300
25301 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25302 reach __change_mode() when stepping through the end of main().
25303
c5394b80
JM
253042000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25305
25306 * gdb.base/default.exp: Fix expected pattern.
25307 * gdb.base/help.exp: Same.
25308
0d06e24b
JM
253092000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25310
25311 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 25312 Don't use xfail's because that affects only the following test.
d63a86f8 25313
0d06e24b 25314 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 25315 solaris or linux.
0d06e24b
JM
25316
25317 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25318
dc96c6c7 253192000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 25320
d63a86f8 25321 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
25322 "A syntax error" rather than "A parse error". Accept both.
25323
253242000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25325
25326 * gdb.base/default.exp: Remove OS dependent string from "target
25327 remote" test.
25328 * gdb.base/help.exp: Same for "help target remote" test.
25329
c3f6f71d
JM
253302000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25331
25332 From Jim Kingdon <kingdon@redhat.com>:
25333
25334 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
25335 prompt (cleanup rather than necessity, but still might keep output
25336 from spilling to next test).
c3f6f71d
JM
25337
253382000-01-02 Fred Fish <fnf@cygnus.com>
25339
25340 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25341 AIX, which defines them in <sys/types.h>.
25342
ed9a39eb 253431999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 25344
ed9a39eb 25345 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 25346 float" test.
ed9a39eb
JM
25347
253481999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 25349
ed9a39eb 25350 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
25351
25352 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25353 outermost frame disallowed".
25354
253551999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25356
25357 * gdb.base/setvar.exp: New tests for setting the value of a struct
25358 with a constant list.
25359
253601999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
25361
25362 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
25363 require the user to type a cast before setting the value of a struct.
25364
de57eccd
JM
253651999-12-06 Jim Blandy <jimb@cygnus.com>
25366
25367 * gdb.base/default.exp: Expect the new 'info float' command on
25368 all i386 platforms.
25369
25370 * gdb.threads/linux-dp.exp: Expand our ability to recognize
25371 LinuxThreads libraries that don't support debugging.
25372
c2d11a7d
JM
25373Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25374
25375 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
25376 Change the buffer type to ``unsigned char'' to simplify size
25377 arithmetic.
c2d11a7d
JM
25378
25379 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
25380 stub only handles 400-1 byte packets. Verify that the download
25381 worked.
c2d11a7d
JM
25382
253831999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
25384
25385 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
25386 tests, using UNRESOLVED for the untested cases. Also, does not wait
25387 for a timeout if the prompt was received before a recognizable pattern.
25388
253891999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
25390
25391 * lib/gdb.exp (gdb_expect_list): Fix spelling.
25392
253931999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25394
25395 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 25396 watchpoints.
c2d11a7d
JM
25397
253981999-11-24 Jason Merrill <jason@casey.cygnus.com>
25399
25400 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
25401
25402 * gdb.c++/local.exp: Be more flexible in recognizing local class
25403 name mangling. Don't allow horribly truncated method names.
25404 * gdb.c++/derivation.exp: Expect protected inheritance.
25405 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
25406 * gdb.c++/virtfunc.exp: Likewise.
25407 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
25408 when printing a nested enum.
25409
254101999-11-22 Jim Blandy <jimb@cygnus.com>
25411
25412 * gdb.base/step-test.exp: Properly await GDB's response to setting
25413 a breakpoint on the call to large_struct_by_value.
25414
25415 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
25416 just because we have debug info for the `start' function.
25417
254181999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
25419
25420 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
25421 "Unknown signal" messages, which indicate (on LinuxThreads) that
25422 GDB doesn't know how to debug threads on this system. This is
25423 better than hanging while philosopher 0 dumps chatter into gdb.log.
25424
254251999-11-18 Tom Tromey <tromey@cygnus.com>
25426
25427 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
25428
254291999-11-18 Fred Fish <fnf@cygnus.com>
25430
25431 * gdb.base/coremaker2.c: Add sample program for generating
25432 cores that is more self contained than coremaker.c. Eventually
25433 I'll add more code to this and tie it into the testsuite.
25434
4ce44c66
JM
254351999-11-12 Stan Shebs <shebs@andros.cygnus.com>
25436
25437 * gdb.base/dollar.exp: Remove, now in gdb.hp.
25438
254391999-11-10 Jimmy Guo <guo@cup.hp.com>
25440
25441 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 25442 from $srcdir/lib/.
4ce44c66 25443 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 25444 and gdb.c++/.
4ce44c66
JM
25445
25446 * gdb.c++/derivation.exp: remove redundant get compiler info code.
25447
d63a86f8 25448 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
25449 'continue with watch' test point.
25450
254511999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
25452
25453 Merged from p2linux-990323-branch:
d63a86f8 25454
4ce44c66
JM
25455 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
25456
11cf8741
JM
25457Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
25458
25459 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 25460 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
25461
25462Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
25463
25464 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 25465 gdb_expect_list.
11cf8741
JM
25466
25467Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
25468
25469 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
25470
254711999-11-03 Mark Salter <msalter@cygnus.com>
25472
25473 * gdb.base/break.exp: Fix "stub continue" pattern.
25474
254751999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
25476
25477 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
25478
254791999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
25480
25481 * gdb.base/display.exp ("finish"): Add timeout clause.
25482
25483 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
25484 plain prompt clause, so this doesn't have to time out in order to
25485 fail.
25486
25487 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 25488 breakpoint hit messages include an address.
11cf8741
JM
25489
25490 * gdb.base/display.exp: Don't forget to escape parens in regular
25491 expressions. Unix regexp notatation sucks.
25492
254931999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25494
25495 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 25496 order for 'signalled' message.
11cf8741 25497
5c44784c
JM
254981999-11-01 Stan Shebs <shebs@andros.cygnus.com>
25499
25500 From Jimmy Guo <guo@cup.hp.com>:
25501 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
25502 * gdb.base/annota1.c: Add code for tests to work with.
25503
255041999-10-26 Frank Ch. Eigler <fche@cygnus.com>
25505
25506 * gdb.base/remote.exp: New test for remote downloading settings.
25507 * gdb.base/remote.c: New file with large .data.
25508
917317f4
JM
255091999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
25510
25511 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
25512 for LinuxThreads support, merged from the Code Fusion branch.
25513
25514Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
25515
25516 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
25517 containing exp_continue into a while within an expect. Don't
25518 attempt a start more than three times. Check return value from
25519 gdb_load.
d63a86f8 25520
2df3850c
JM
25521Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
25522
25523 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 25524 a pass case.
2df3850c 25525
2acceee2
JM
255261999-10-01 Kevin Buettner <kevinb@cygnus.com>
25527
25528 * gdb.base/break.c (main): Added a statement that we can step
25529 off of.
25530 * gdb.base/break.exp: Added tests for setting a breakpoint
25531 at an offset and stepping onto a breakpoint.
25532
255331999-10-01 Fred Fish <fnf@cygnus.com>
25534
d63a86f8 25535 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
25536 gdb output.
25537
c2c6d25f
JM
255381999-09-18 Jim Blandy <jimb@cris.red-bean.com>
25539
25540 * gdb.base/break.exp: Code locations are in hex, don't forget!
25541 (For HP-UX.)
25542
255431999-09-17 Stan Shebs <shebs@andros.cygnus.com>
25544
25545 * condbreak.exp: Use break.c as test program.
25546 * condbreak.c: Remove, redundant with break.c.
25547
255481999-09-15 Stan Shebs <shebs@andros.cygnus.com>
25549
25550 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 25551 Z-packets if the target needs it.
c2c6d25f
JM
25552
255531999-09-13 James Ingham <jingham@leda.cygnus.com>
25554
25555 * gdb.c++/overload.exp: Added tests for listing overloaded
25556 functions with function pointers in the arg, explicitly calling
25557 out the version you want.
25558
cff3e48b
JM
255591999-09-09 Stan Shebs <shebs@andros.cygnus.com>
25560
25561 * long_long.exp: Add variations of test cases that work for
25562 targets with 16-bit ints and 32-bit doubles.
25563
d4f3574e
SS
255641999-09-08 Stan Shebs <shebs@andros.cygnus.com>
25565
25566 * break.c (main): Compare a possibly-uninitialized argc with an
25567 unlikely value that fits in 16 bits.
25568
255691999-09-07 Stan Shebs <shebs@andros.cygnus.com>
25570
25571 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
25572 0xfeeb, don't want negative numbers if ints are 16 bits.
25573
25574 * lib/gdb.exp (skip_cplus_tests): New proc.
25575 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
25576 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
25577 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
25578 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
25579 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
25580 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
25581 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
25582 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
25583
25584 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
25585
25586Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
25587
25588 * gdb.base/corefile.exp (up): Allow a parameter to appear
25589 in the frame that we're going up to.
25590
25591 From Jim Blandy <jimb@cygnus.com>:
25592
25593 * gdb.base/default.exp (info float): Expect some output now.
25594
25595 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
25596 returning floating-point values to fail on the x86.
25597 * gdb.base/callfwmall.exp (do_function_calls): Same.
25598
25599 * gdb.base/list.exp (test_listsize): Correct expectations for
25600 listing line 1 with listsize 2. Also, listing a single line
25601 works now, as does listing three lines. [Kevin's note: There
25602 were a number of other cases fixed too where the expectations
25603 differed...]
25604
256051999-09-02 Stan Shebs <shebs@andros.cygnus.com>
25606
25607 * gdb.base/selftest.exp: Add case for when version prints as
25608 constant string instead of char pointer.
25609
104c1213
JM
256101999-08-25 Stan Shebs <shebs@andros.cygnus.com>
25611
25612 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 25613 stepping out of main.
104c1213
JM
25614
25615 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
25616 G++ used.
25617
25618 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 25619 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
25620
25621 * gdb.c++/ovldbreak.exp: Update match string in test that
25622 includes a warning of multiple breakpoints.
25623
256241999-08-24 Stan Shebs <shebs@andros.cygnus.com>
25625
25626 * gdb.base/display.exp: Improve precision of step-after-finish
25627 added yesterday.
25628
25629 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 25630 test.
104c1213
JM
25631
25632 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
25633 configs when using G++, not just hppa*.
25634
256351999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25636
25637 * gdb.base/async.c: New file.
25638 * gdb.base/async.exp: New file.
25639
25640Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
25641
25642 * gdb.base/break.exp: Tweak PA specific tests to properly handle
25643 PA64.
25644
53a5351d
JM
25645Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
25646
104c1213
JM
25647 * gdb.base/display.exp: "finish" can leave us mid-line on many
25648 targets, deal with it. Add a small constant to main, instead of
25649 1000 since main+1000 may not be a valid address in the target.
25650
53a5351d
JM
25651 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
25652 on hpux11.
25653
25654 * gdb.base/attach.exp: Handle another hpux11 error message variant
25655 when attaching to a process that does not exist.
25656
256571999-08-19 J.T. Conklin <jtc@redback.com>
25658
25659 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 25660 characters in 'continue to 1241' test.
53a5351d
JM
25661
256621999-08-17 Stan Shebs <shebs@andros.cygnus.com>
25663
25664 * gdb.base/call-ar-st.exp: Add a shorter match case for the
25665 stop in print_long_arg_list, define and use a whitespace
25666 variable in print_small_structs test, add an XFAIL for Solaris.
25667 * gdb.base/dbx.exp: XFAIL func commands until somebody is
25668 interested enough to fix.
25669
7be570e7
JM
256701999-08-13 Keith Seitz <keiths@cygnus.com>
25671
25672 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
25673 (dbx_gdb_load): Remove. Use gdb_load instead, since that
25674 proc knows about targets other than the natives.
25675 (test_assign): Use "gdb_run_cmd" to "run" the target.
25676 Check that we've actually hit the breakpoint at main.
25677 When we attempt to assign a value to a local variable, check
25678 that the variable is in the current scope, i.e., don't use
25679 a test with an empty result.
25680
25681Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
25682
25683 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 25684 command.
7be570e7
JM
25685
256861999-08-09 Stan Shebs <shebs@andros.cygnus.com>
25687
25688 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25689 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
25690 gdb.compat, gdb.threads-hp.
25691 gdb.hp/configure, gdb.hp/configure.in: New files.
25692 gdb.hp/Makefile.in: Recurse into new subdirs.
25693 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
25694 gdb.hp/gdb.objdbg: New directory, tests for debugging info
25695 in object files.
25696 gdb.hp/tools: New directory, aux tools for HP-specific tests.
25697
96baa820
JM
256981999-08-05 Stan Shebs <shebs@andros.cygnus.com>
25699
25700 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 25701 funky printf, remove a bogus p/a test.
96baa820
JM
25702
257031999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25704
25705 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
25706 connected to the target. This is necessary when running not
25707 natively.
96baa820
JM
25708
257091999-08-03 Stan Shebs <shebs@andros.cygnus.com>
25710
25711 * gdb.base/step-test.exp: Removed some extraneous messages.
25712
25713 * gdb.base/long_long.exp: Don't run memory examination tests
25714 on little-endian targets (they will need a different set of
25715 results to match).
25716
257171999-08-02 Stan Shebs <shebs@andros.cygnus.com>
25718
25719 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
25720 until somebody decides to fix GDB.
25721
25722 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 25723 constant as "ULL".
96baa820
JM
25724 * gdb.base/long_long.exp: Loosen x/c test, add partial result
25725 matches for a couple x/2 commands.
25726
a0b3c4fd
JM
257271999-07-30 Stan Shebs <shebs@andros.cygnus.com>
25728
25729 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
25730 by merging in ref-types2 tests.
25731 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
25732
25733 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25734 * gdb.c++/Makefile.in: Add standard actions.
25735 (EXECUTABLES): Rename from PROGS, update list.
25736 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
25737 from gdb.hp.
25738 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
25739 foo and bar locals.
25740 * gdb.c++/anon-union.exp: Fix tests to match.
25741 * gdb.c++/classes.exp: Run if HP compiler used, add extra
25742 expect matches to handle output variations.
25743 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
25744 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 25745 output, add HP alternatives for new and delete prints.
a0b3c4fd 25746 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 25747 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
25748 * gdb.c++/demangle.exp: Use $style when reporting failure.
25749 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
25750 * gdb.c++/inherit.exp: Run if HP compiler used, add some
25751 match alternatives.
25752 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 25753 compilers.
a0b3c4fd
JM
25754 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
25755 * gdb.c++/method.exp: Add match alternatives.
25756 * gdb.c++/misc.cc: Add bool types.
25757 * gdb.c++/misc.exp: Add tests for bool types.
25758 * gdb.c++/overload.exp: Add xfails.
25759 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
25760 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
25761 add some more template parameter tests (only for HP currently).
25762 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
25763 * gdb.c++/virtfunc.cc: Add return type and value for main.
25764 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
25765 match alternatives.
d63a86f8 25766
a0b3c4fd
JM
257671999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25768
25769 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
25770
257711999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
25772
25773 * gdb.base/signals.exp: Don't expect getting a backtrace from
25774 within a signal handler to fail on Linux.
25775
257761999-07-29 Stan Shebs <shebs@andros.cygnus.com>
25777
25778 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25779 * lib/gdb.exp: Remove some gratuitious semicolons.
25780 (delete_breakpoints): Increase timeout.
25781 (gdb_expect): Add -notransfer option.
25782 (gdb_test): Use -notransfer option.
25783 (get_compiler_info): Add f77 case.
25784 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 25785 case.
a0b3c4fd
JM
25786 (gdb_preprocess): Call get_compiler.
25787
25788 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
25789 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
25790 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
25791 gdb.base/long_long.exp, gdb.base/printcmds.exp,
25792 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
25793 third arg to gdb_test.
a0b3c4fd
JM
25794 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
25795 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 25796 HP-UX xfails, add others.
a0b3c4fd
JM
25797 * gdb.base/completion.exp: Reflect name change of self-test.
25798 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
25799 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
25800 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
25801 HP failure number.
a0b3c4fd
JM
25802 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
25803 useless HP-UX 10.30 references.
25804 * gdb.base/maint.exp: Loosen matches.
25805 * gdb.base/pointers.c (main): Declare more_code.
25806 * gdb.base/pointers.exp: Match on output of a `next'.
25807 * gdb.base/structs.c: Add prototypes.
25808 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
25809 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
25810
258111999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25812
25813 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 25814 command.
a0b3c4fd
JM
25815
258161999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25817
25818 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
25819 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
25820
25821 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
25822 debug info. Deal with lack of signal hanlder info in stack.
25823
a9c64011 25824 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
25825 * gdb.base/annota1.exp: If printf has debug info, deal with it.
25826
5a2468f5
JM
258271999-07-19 Stan Shebs <shebs@andros.cygnus.com>
25828
25829 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 25830 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 25831
adf40b2e
JM
25832Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
25833
25834 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 25835 a1-selftest.exp.
adf40b2e
JM
25836 * gdb.base/configure: Re-generate.
25837
258381999-07-12 Stan Shebs <shebs@andros.cygnus.com>
25839
25840 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
25841 in trying to run first and name is too long.
25842
25843 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
25844 pointers2.c and pointers2.exp, respectively.
25845 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
25846 doschk happier.
25847
43e526b9
JM
258481999-07-08 Stan Shebs <shebs@andros.cygnus.com>
25849
25850 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
25851 callfuncs2.c and callfuncs2.exp.
25852
25853 * gdb.base/list.exp: Remove mistaken xfails.
25854 * gdb.base/list0.h: Add optional prototypes.
25855
9846de1b
JM
25856Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
25857
a9c64011 25858 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 25859 calling malloc.
a9c64011
AS
25860 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
25861 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 25862 use.
9846de1b
JM
25863
258641999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25865
25866 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
25867 * gdb.base/annota2.cc, annota2.exp: Move from here.
25868 * gdb.c++/annota2.cc, annota2.exp: To here.
25869 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
25870
43ff13b4
JM
25871Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
25872
25873 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 25874 a consistent format.
43ff13b4 25875
085dd6e6
JM
258761999-06-25 Stan Shebs <shebs@andros.cygnus.com>
25877
25878 From Jimmy Guo <guo@cup.hp.com> and others at HP:
25879 * lib/gdb.exp (get_compiler_info): Add detection for assorted
25880 HP compilers, also set the globals $true and $false.
25881
25882 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
25883 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
25884 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
25885 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
25886 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
25887 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
25888 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
25889 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
25890 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
25891 whatis.c} Add C++ compatible function definitions and return
25892 types, add includes for library functions.
085dd6e6
JM
25893 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
25894 * gdb.base/step-test.c (myglob): Rename from glob.
25895 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
25896 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
25897 files, move here from gdb.hp.
085dd6e6 25898 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
25899 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
25900 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
25901 Adjust line numbers in regexps.
085dd6e6
JM
25902
25903 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
25904 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
25905 instead of 0/1.
25906
25907 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
25908 foll-vfork.exp: New files, move here from gdb.hp.
25909 * gdb.base/page.exp: New file, test of pagination command.
25910
25911 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
25912 recursion test.
25913 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
25914
25915 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 25916 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
25917
25918 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 25919 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 25920 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 25921 watchpoint test.
085dd6e6
JM
25922 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
25923 them work.
25924 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
25925 expressions properly.
25926 * gdb.base/corefile.exp: Loosen the match slightly.
25927 * gdb.base/default.exp: Allow "Error accessing memory" message
25928 also.
25929 * gdb.base/display.exp: Skip over x/0 j if PA64.
25930 * gdb.base/funcargs.exp: Add xfails for HP-UX.
25931 * gdb.base/interrupt.exp: Ditto.
25932 * gdb.base/langs.exp: Add symbolic matches governed by compiler
25933 in use.
25934 * gdb.base/list.exp: Add xfails for HP-UX.
25935 * gdb.base/long_long.exp: Refine some of the numeric matches.
25936 * gdb.base/mips_pro.exp: Xfail on HP-UX.
25937 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
25938 * gdb.base/nodebug.exp: Succeed on more varieties of output.
25939 * gdb.base/opaque.exp: Remove some HP-UX xfails.
25940 * gdb.base/ptype.exp: Succeed on more varieties of output.
25941 * gdb.base/scope.exp: Add xfails for HP-UX.
25942 * gdb.base/sect-cmd.exp: Add more cases.
25943 * gdb.base/setvar.exp: Add xfails for HP-UX.
25944 * gdb.base/shlib-call.exp: Loosen some matches slightly.
25945 * gdb.base/signals.exp: Match on void symbolically.
25946 * gdb.base/step-test.exp: Add case for PA64.
25947 * gdb.base/term.exp: Add exit and restart.
25948 * gdb.base/twice.exp: Clean up after self.
25949 * gdb.base/varargs.exp: Disable overload resolution explicitly.
25950 * gdb.base/whatis.exp: Allow more ways to pass tests.
25951
25952 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 25953 no longer useful.
085dd6e6
JM
25954
25955Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
25956
25957 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 25958 list of patterns.
085dd6e6 25959 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
25960 print_double_array(double_array)", "continuing to breakpoint
25961 1018", "print print_double_array(array_d)" and "continuing to
25962 1034" tests.
d63a86f8 25963
085dd6e6
JM
259641999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
25965
a9c64011 25966 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
25967
259681999-06-24 Stan Shebs <shebs@andros.cygnus.com>
25969
25970 * config/mt-*: Remove, these haven't been used since 1996.
25971
259721999-06-22 Stan Shebs <shebs@andros.cygnus.com>
25973
25974 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 25975 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
25976 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
25977
9e0b60a8
JM
259781999-06-18 Stan Shebs <shebs@andros.cygnus.com>
25979
25980 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
25981 simpler match case for the ptype of the big class.
25982
259831999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25984
25985 * gdb.exp: Fix test for gdb_prompt existence.
25986
259871999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25988
25989 * gdb.exp (gdb_test): Add fail after calls to perror.
25990
259911999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25992
25993 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
25994
259951999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
25996
25997 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
25998
0f71a2f6
JM
25999Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26000
26001 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 26002 malloc() is linked in.
0f71a2f6
JM
26003
260041999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26005
26006 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26007 step at end.
26008
26009 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26010
260111999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26012
26013 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26014
cce74817
JM
26015Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26016
26017 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26018 * gdb.base/mips_pro.exp: Likewise.
26019
260201999-06-02 Keith Seitz <keiths@cygnus.com>
26021
26022 * gdb.c++/templates.cc: Change all "new" operators to throw
26023 an exception.
26024 * gdb.c++/cplusfuncs.cc: Likewise.
26025
26026 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26027
26028Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26029
26030 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
26031 * gdb.base/ending-run.exp: When stepping out of main, accept a
26032 step into an arbitrary assembler file.
cce74817 26033
392a587b
JM
260341999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26035
d63a86f8 26036 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 26037 "breakpoint-invalid" to be printed.
6fdff2c5
PA
26038 * gdb.base/annota2.exp: Revise line number for main
26039 breakpoint. Allow any number of "frames-invalid" and
26040 "breakpoint-invalid" to be printed.
392a587b
JM
26041 * gdb.base/annota2.cc: Initialize a.x to 0.
26042
9e086581
JM
260431999-05-17 Keith Seitz <keiths@cygnus.com>
26044
6fdff2c5
PA
26045 * gdb.base/call-ar-st.exp: Skip
26046 "print print_double_array (double_array)" when "skip_float_tests" set.
26047 Ditto for "print print_double_array(array_d)",
26048 "print print_small_structs", "print print_ten_doubles", and
26049 "step into print_long_arg_list".
26050 Don't assume we can step into "print_long_arg_list": we could step
26051 into memcpy.
26052 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26053 "skip_float_tests" is set: "print print_one_double(*d1)"
26054 and "print print_two_floats(*f3)".
9e086581
JM
26055 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26056 "skip_float_tests" is set.
6fdff2c5
PA
26057 * gdb.base/varargs.exp: Skip
26058 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26059 "skip_float_tests" set.
d63a86f8 26060
cd0fc7c3
SS
260611999-05-06 Keith Seitz <keiths@cygnus.com>
26062
26063 * gdb.base/annota2.cc: Include stdio.h.
26064
26065Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26066
26067 * gdb.base/crossload.exp: Remove, this has been disabled ever
26068 since BFD stopped including all targets, and cross-GDB gets
26069 plenty of testing anyway.
26070 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
26071 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26072 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
26073 * gdb.base/README: Remove, was doc for this.
26074 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 26075 needed.
cd0fc7c3 26076
b83266a0
SS
260771999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26078
26079 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26080 output.
26081
26082 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26083 * gdb.base/annota2.exp: New file. More annotation tests.
26084 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26085 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26086
260871999-04-23 Angela Marie Thomas <angela@cygnus.com>
26088
26089 * config/cfdbug.exp: New file.
26090
7a292a7a
SS
260911999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26092
26093 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26094 Marcus Daniel's and Dale Hawkins's demangler crashes.
26095
26096 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
26097 test_lucid_style_demangling, test_arm_style_demangling,
26098 test_hp_style_demangling): Try Tom Tromey's core-dumping
26099 identifier under each demangling style.
7a292a7a
SS
26100
261011999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26102
26103 * gdb.c++/demangle.exp: Include the current demangling style
26104 in all test names.
26105 (current_demangling_style): New global variable.
26106 (set_demangling_style, test_demangling_core, test_demangling,
26107 test_demangling_exact): New functions.
26108 (test_gnu_style_demangling, test_lucid_style_demangling,
26109 test_arm_style_demangling, test_hp_style_demangling): Use those,
26110 instead of calling gdb_test and gdb_test_exact directly.
26111 (catch_demangling_errors): New function, which reports errors
26112 signalled by the demangling test functions in an orderly way.
26113 (do_tests): Use catch_demangling_errors.
26114
261151999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26116
26117 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 26118 grouping in expressions, not {}.
7a292a7a
SS
26119
26120 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 26121 initialized yet.
7a292a7a
SS
26122
261231999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26124
26125 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26126 are listed.
26127
261281999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26129
26130 * gdb.stabs/weird.exp: Test for CC being defined before
26131 looking at its value.
26132
261331999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26134
26135 * gdb.base/call-ar-st.exp: Remove stray '#'.
26136 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26137 "short int" and "long int".
26138 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 26139 change, to mollify finicky HP compiler.
7a292a7a
SS
26140 * gdb.hp/reg-test.exp (testfile): Fix file name.
26141 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 26142
7a292a7a
SS
26143 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26144 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26145 alternate form of enum ptype.
26146
c906108c
SS
261471999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26148
7a292a7a
SS
26149 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26150 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
26151 passing skip_hp_tests, so as not to waste time on guaranteed
26152 failure.
7a292a7a 26153
c906108c
SS
26154 * gdb.c++/overload.cc: Pass string instead of char addr, always
26155 init ccpfoo.
26156 * gdb.c++/templates.cc: Fix syntax error.
26157
7a292a7a
SS
26158Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26159
26160 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 26161 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
26162 command.
26163
261641999-03-18 James Ingham <jingham@cygnus.com>
26165
26166 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26167
26168 * gdb.c++/method.exp: It was testing an uninitialized int on the
26169 stack and assuming it was positive.
26170
26171 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26172
26173 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 26174 keep it from killing the rest of the tests.
7a292a7a
SS
26175 Use gdb_continue_to_end.
26176
26177 * gdb.base/sigall.exp: use gdb_continue_to_end.
26178
26179 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26180
26181 * gdb.base/display.exp: use runto_main, not run.
26182
d63a86f8
RM
26183 * gdb.base/default.exp: Check for the current error message in the
26184 r abbreviation test.
7a292a7a
SS
26185 Add strongarm to the targets that know info float.
26186
d63a86f8 26187 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
26188 run which doesn't work with monitors.
26189
6fdff2c5
PA
26190 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26191 1034 test.
7a292a7a
SS
26192
26193 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26194
6fdff2c5
PA
26195 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26196 end of a program. Traps the case (in Cygmon) when the program
26197 never really exits. Same as Mark's continue_to_exit, but I had
26198 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
26199
26200 * config/monitor.exp (gdb_target_monitor): added another
26201 target_info parameter: remotebinarydownload. This will set the
26202 remotebinarydownload flag if this is causing some boards trouble.
26203
262041999-03-18 Mark Salter <msalter@cygnus.com>
26205
26206 * lib/gdb.exp (continue_to_exit): New function.
26207
26208 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26209 * gdb.base/ending-run.exp: Ditto.
26210 * gdb.base/step-test.exp: Ditto.
26211
262121999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26213
26214 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26215 (suggested by Art Haas <ahaas@neosoft.com>).
26216
262171999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26218
889bf7c5 26219 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
26220
26221Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26222
26223 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 26224 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
26225
262261999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26227
26228 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26229 a call to strlen; sometimes we do have sources.
26230
262311999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
26232
26233 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 26234 character, so GDB won't print garbage after its end.
d63a86f8 26235
c906108c
SS
26236 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26237 breakpoint there instead. Sometimes GCC emits memcpy to handle
26238 the large structures being passed by value, so we step into that
26239 instead of sum_array_print, which obscures what we're really testing.
26240 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
26241 the bizarre steps into memcpy, so do that here. Add check for
26242 stepping into function calls that pass large structures by value.
26243 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
26244 Remove all references to specific line numbers.
26245 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26246 New type and function.
26247 (main): Call large_struct_by_value, passing it a large struct by value.
26248 * lib/gdb.exp (gdb_get_line_number): New function.
26249
26250 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26251 more portable.
26252
7a292a7a
SS
262531999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26254
c906108c
SS
26255 * lib/gdb.exp: Doc fixes.
26256
7a292a7a
SS
262571999-03-05 Nick Clifton <nickc@cygnus.com>
26258
d63a86f8 26259 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
26260
262611999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26262
c906108c 26263 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
26264 commands. They're not germane to this test, and they don't work
26265 that way on remote targets.
c906108c 26266
3fc11d3e
JM
262671999-03-01 James Ingham <jingham@cygnus.com>
26268
26269 * Changelog entries merged over from gdb development branch.
26270
3fc11d3e
JM
26271 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26272
26273 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26274 for outputting results of test run.
26275
2d4a1622 26276 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
26277
26278 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 26279
7a292a7a
SS
262801999-02-25 Felix Lee <flee@cygnus.com>
26281
26282 * lib/gdb.exp (debug_format): initialize
26283
c906108c
SS
262841999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26285
26286 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26287 * gdb.base/call-rt-st.c: Ditto.
26288
c906108c
SS
262891999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26290
26291 * gdb.threads/pthreads.exp (horiz): New variable.
26292 (test_startup): Fix regexps that capture thread numbers.
26293
262941999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26295
26296 * gdb.base/smoke.exp: Disambiguate two test case names (both
26297 called ``print'').
26298
26299Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26300
26301 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 26302 compilation.
c906108c
SS
26303
263041999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26305
26306 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26307 actual output formatting.
26308 * gdb.base/smoke.exp: GDB removes leading 0's.
26309 * gdb.base/volatile.exp: Don't check type of remuneration;
26310 that variable is no longer defined in constvars.c.
26311 * gdb.base/step-test.c (main): Exit with explicit exit code.
26312 * gdb.base/step-test.exp: Remove two nexti checks--they are
26313 not portable.
26314
263151999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26316
26317 * gdb.base/help.exp ("help delete display"): Fix test to match
26318 gdb's output.
26319
26320 * gdb.base/long_long.c (known_types): Initialize values to zero.
26321 * gdb.base/long_long.exp: Step one more line
26322 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
26323 leading zeros. Explicitly ask for hex formatting. Use
26324 unique test case names.
c906108c
SS
26325
26326Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26327
d63a86f8 26328 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
26329
26330 * gdb.c++/method.exp: Add missing close brace.
26331
263321999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26333
26334 * gdb.base/maint.exp: Use 'set height 0' to disable page
26335 prompting, not 'set height 400'.
26336
26337 Fix a bunch of timeouts.
26338 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26339 four separate tests, so expect doesn't take forever to match a ton
26340 of text against a regexp with lots of .* forms.
26341 ("maint print psymbols", "maint print symbols"): Make some of
26342 these greps more selective, so that expect doesn't try to wade
26343 through huge piles of output and time out.
26344
26345 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26346
26347 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
26348 tests: one which doesn't expect shlib events to be reported, and
26349 another which does, but is XFAIL for all platforms other than
26350 HP/UX.
c906108c
SS
26351
26352 * gdb.base/break.exp: Teach the test suite that the `catch
26353 fork', `catch vfork', and `catch exec' commands produce error
26354 messages on platforms that don't provide these features.
26355
26356Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26357
26358 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
26359 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26360 (shortening names from solib_threshold.exp etc), won't run on
26361 anything but HP-UX for the foreseeable future.
c906108c 26362 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 26363 reflect move.
c906108c
SS
26364
26365Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
26366
26367 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 26368 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
26369
26370Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
26371
26372 * gdb.base/shlib-call.exp: add test cases to verify that gdb
26373 successfully re-sets breakpoints in shared libraries.
26374 * gdb.base/shmain.c (main): return 0, don't fall off the end.
26375
26376Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26377
d63a86f8
RM
26378 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
26379 and compiled w/o GCC.
c906108c
SS
26380
26381 * gdb.hp/watch-cmd.exp: ditto.
26382
26383 * gdb.hp/watch-hp.exp: ditto.
26384
26385 * gdb.hp/xdb1.exp: ditto.
26386
26387 * gdb.hp/xdb2.exp: ditto.
26388
26389 * gdb.hp/dbx.exp: ditto.
26390
26391Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
26392
26393 * constvars.c: Remove C++-isms.
26394 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 26395 with GCC.
c906108c
SS
26396
26397Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
26398
26399 The following changes are part of the HP merge.
26400
26401 * gdb.base/break.exp: new tests to verify that catchpoints for
26402 fork, vfork, and exec don't trigger inappropriately.
26403
26404 * gdb.base/opaque.exp: compile one file at a time, then link.
26405
26406 * gdb.base/signals.exp: be more restrictive about which hppa
26407 systems receive a setup_xfail. new tests.
26408
26409 * gdb.base/solib_threshold.build: new file.
26410 * gdb.base/solib_threshold.exp: new file.
26411 * gdb.base/solib_threshold.link_opts: new file.
26412 * gdb.base/solib_threshold.mk: new file.
26413 * gdb.base/gen_solib_threshold.c: new file.
26414
26415 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
26416 tests. New tests for enums inside classes.
26417
26418 * gdb.c++/compiler.cc: indicate support of template debugging.
26419
26420 * gdb.c++/demangle.exp: run hp style demangling tests.
26421
26422 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
26423 tests.
26424
26425 * gdb.c++/misc.cc: changes to support new tests.
26426
26427 * gdb.c++/templates.cc: changes to support HP's compiler; changes
26428 to support new tests.
26429
26430 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
26431 gcc, then skip these tests.
26432
26433Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
26434
26435 The following files are part of the HP merge; some had longer
26436 names at HP, but have been renamed to be no more than 14
26437 characters in length.
26438
26439 * gdb.hp/ambiguous.cc: new file.
26440 * gdb.hp/ambiguous.exp: new file.
26441 * gdb.hp/attach.exp: new file.
26442 * gdb.hp/attach2.exp: new file.
26443 * gdb.hp/classes-hp.exp: new file.
26444 * gdb.hp/ctti.exp: new file.
26445 * gdb.hp/ctti-add.cc: new file.
26446 * gdb.hp/ctti-add1.cc: new file.
26447 * gdb.hp/ctti-add2.cc: new file.
26448 * gdb.hp/ctti-add3.cc: new file.
26449 * gdb.hp/dbx.exp: new file.
26450 * gdb.hp/exception.cc: new file.
26451 * gdb.hp/exception.exp: new file.
26452 * gdb.hp/foll-exec.c: new file.
26453 * gdb.hp/foll-exec.exp: new file.
26454 * gdb.hp/foll-fork.c: new file.
26455 * gdb.hp/foll-fork.exp: new file.
26456 * gdb.hp/foll-vfork.c: new file.
26457 * gdb.hp/foll-vfork.exp: new file.
26458 * gdb.hp/inherit-hp.exp: new file.
26459 * gdb.hp/more-steps.exp: new file.
26460 * gdb.hp/namespace.cc: new file.
26461 * gdb.hp/namespace.exp: new file.
26462 * gdb.hp/optimize.exp: new file.
26463 * gdb.hp/pxdb.c: new file.
26464 * gdb.hp/pxdb.exp: new file.
26465 * gdb.hp/quicksort.exp: new file.
26466 * gdb.hp/reg-test.exp: new file.
26467 * gdb.hp/reg-test.s: new file.
26468 * gdb.hp/sized-enum.c: new file.
26469 * gdb.hp/sized-enum.exp: new file.
26470 * gdb.hp/start-stop.exp: new file.
26471 * gdb.hp/templ-hp.cc: new file.
26472 * gdb.hp/templ-hp.exp: new file.
26473 * gdb.hp/thr-lib.c: new file.
26474 * gdb.hp/thr-lib.exp: new file.
26475 * gdb.hp/thr-lib.h: new file.
26476 * gdb.hp/thr-liblib.c: new file.
26477 * gdb.hp/virtfun-hp.c: new file.
26478 * gdb.hp/virtfun-hp.exp: new file.
26479 * gdb.hp/watch-cmd.exp: new file.
26480 * gdb.hp/watch-hp.exp: new file.
26481 * gdb.hp/xdb1.exp: new file.
26482 * gdb.hp/xdb2.exp: new file.
26483 * gdb.hp/xdb3.exp: new file.
26484
26485Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
26486
26487 The following files are part of the HP merge; some had longer
26488 names at HP, but have been renamed to be no more than 14
26489 characters in length.
26490
26491 * gdb.base/ss.h: new file.
26492 * gdb.base/call-ar-st.c: new file.
26493 * gdb.base/call-ar-st.exp: new file.
26494 * gdb.base/call-rt-st.c: new file.
26495 * gdb.base/call-rt-st-exp: new file.
26496 * gdb.base/call-strs.exp: new file.
26497 * gdb.base/ena-dis-br.exp: new file.
26498 * gdb.base/environ.exp: new file.
26499 * gdb.base/long_long.exp: new file.
26500 * gdb.base/sect-cmd.exp: new file.
26501 * gdb.base/shlib-cl2.exp: new file.
26502 * gdb.base/smoke.exp: new file.
26503 * gdb.base/so-impl-ld.c: new file.
26504 * gdb.base/so-impl-ld.exp: new file.
26505 * gdb.base/so-indr-cl.c: new file.
26506 * gdb.base/so-indr-cl.exp: new file.
26507 * gdb.base/varargs.exp: new file.
26508 * gdb.base/volatile.exp: new file.
26509 * gdb.base/whatis-exp.exp: new file.
7a292a7a 26510 * gdb.base/display.exp: new file.
c906108c
SS
26511 * gdb.c++/derivation.exp: new file.
26512 * gdb.c++/local.exp: new file.
26513 * gdb.c++/member-ptr.exp: new file.
26514 * gdb.c++/overload.exp: new file.
26515 * gdb.c++/ovldbreak.exp: new file.
26516 * gdb.c++/ref-types.exp: new file.
26517 * gdb.c++/ref-types2.exp: new file.
26518 * gdb.c++/userdef.exp: new file.
d63a86f8 26519
c906108c
SS
26520Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
26521
26522 * gdb.base/default.exp: Reflect wording change in remote.c.
26523
dc96c6c7 26524Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26525
26526 * gdb.base/help.exp: Update to reflect current text.
26527
26528Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
26529
26530 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
26531 they're stack variables and contain garbage.
26532 * gdb.c++/anon-union.exp: new file.
26533
26534 The following changes were made by David Taylor
889bf7c5
PA
26535 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26536 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26537 in changes by HP.
c906108c
SS
26538
26539 * gdb.base/bitops.exp: new file.
26540 * gdb.base/default.exp: change expected messages for catch and
26541 info catch tests to reflect HP merge changes.
26542 * gdb.base/enable-disable-break.exp
26543 * gdb.base/ending-run.c: new file.
26544 * gdb.base/long_long.c: new file.
26545 * gdb.base/maint.exp: new file.
26546 * gdb.base/pointers2.exp: new file.
26547 * gdb.base/shlib-call2.exp: new file.
26548 * gdb.base/solib.exp: new file.
26549 * gdb.base/step-test.c: new file.
26550 * gdb.c++/anon-union.cc: new file.
26551 * gdb.c++/local.cc: new file.
26552 * gdb.c++/member-pointer.cc: new file.
26553 * gdb.c++/method.cc: new file.
26554 * gdb.c++/ref-types.cc: new file.
26555 * gdb.c++/ref-types2.cc: new file.
26556 * gdb.c++/userdef.cc: new file.
d63a86f8 26557
c906108c
SS
26558 * gdb.base/scope.exp: compile one file at a time, then link.
26559 * gdb.base/langs.exp: ditto.
26560 * gdb.base/list.exp: ditto.
d63a86f8 26561
c906108c
SS
26562Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
26563
26564 The following changes were made by David Taylor
889bf7c5
PA
26565 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
26566 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
26567 in changes by HP.
d63a86f8 26568
c906108c
SS
26569 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
26570 skip tests. When compiling pass c++ flag to gdb_compile.
26571 * gdb.c++/
d63a86f8 26572
c906108c
SS
26573 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
26574 test for on hppa*-*-hpux*; use args to see if c++ was specified.
26575 (skip_hp_tests): new function.
26576 (gdb_preprocess): new function.
26577
26578 * configure.in (hpdir): decide whether to configure gdb.hp.
26579 * configure: regenerated.
26580
26581 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
26582 to delete on clean.
26583 (EXECUTABLES): update to reflect new additions.
26584 * gdb.base/commands.exp: update message expected.
26585 * gdb.base/default.exp: add copyright notice.
26586 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
26587 * gdb.base/help.exp: update messages to reflect current text.
26588 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
26589 targets for recurse tests.
26590 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
26591 skip this file.
26592
26593 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
26594 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
26595 compilation.
26596 * gdb.c++/misc.exp: ditto.
26597 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
26598 run the tests. tell gdb_compile that it's a c++ compilation.
26599
26600 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 26601
c906108c
SS
26602 * gdb.base/all-bin.exp: new file.
26603 * gdb.base/arithmet.exp: new file.
26604 * gdb.base/assign.exp: new file.
26605 * gdb.base/completion.exp: new file.
26606 * gdb.base/cond-expr.exp: new file.
26607 * gdb.base/condbreak.exp: new file.
26608 * gdb.base/define.exp: new file.
26609 * gdb.base/dollar.exp: new file.
26610 * gdb.base/environment.exp: new file.
26611 * gdb.base/eval-skip.exp: new file.
26612 * gdb.base/jump.exp: new file.
26613 * gdb.base/logical.exp: new file.
26614 * gdb.base/pointers.exp: new file.
26615 * gdb.base/relational.exp: new file.
26616 * gdb.base/section_command.exp: new file.
26617 * gdb.base/whatis-expr.exp: new file.
26618
26619 * gdb.base/all-types.c: new file.
26620 * gdb.base/call-array-struct.c: new file.
26621 * gdb.base/call-return-struct.c: new file.
26622 * gdb.base/call-strings.c: new file.
26623 * gdb.base/callfuncs2.c: new file.
26624 * gdb.base/condbreak.c: new file.
26625 * gdb.base/constvars.c: new file.
26626 * gdb.base/display.c: new file.
26627 * gdb.base/int-type.c: new file.
26628 * gdb.base/jump.c: new file.
26629 * gdb.base/miscexprs.c: new file.
26630 * gdb.base/pointers.c: new file.
26631 * gdb.base/pointers2.c: new file.
26632 * gdb.base/shmain.c: new file.
26633 * gdb.base/shr1.c: new file.
26634 * gdb.base/shr2.c: new file.
26635 * gdb.base/solib.c: new file.
26636 * gdb.base/solib1.c: new file.
26637 * gdb.base/solib2.c: new file.
26638 * gdb.base/varargs.c: new file.
26639 * gdb.c++/derivation.cc: new file.
26640 * gdb.c++/overload.cc: new file.
26641 * gdb.c++/ovldbreak.cc: new file.
26642 * gdb.hp/attach.c: new file.
26643 * gdb.hp/attach2.c: new file.
26644 * gdb.hp/average.c: new file.
26645 * gdb.hp/compiler.c: new file.
26646 * gdb.hp/compiler.cc: new file.
26647 * gdb.hp/execd-program.c: new file.
26648 * gdb.hp/follow-exec.c: new file.
26649 * gdb.hp/follow-fork.c: new file.
26650 * gdb.hp/follow-vfork-and-exec.c: new file.
26651 * gdb.hp/misc-hp.cc: new file.
26652 * gdb.hp/more-steps.c: new file.
26653 * gdb.hp/optimize.c: new file.
26654 * gdb.hp/quicksort.c: new file.
26655 * gdb.hp/run-hp.c: new file.
26656 * gdb.hp/start-stop.c: new file.
26657 * gdb.hp/sum.c: new file.
26658 * gdb.hp/templates-hp.cc: new file.
26659 * gdb.hp/thread-local-in-lib.c: new file.
26660 * gdb.hp/thread-local-in-lib.h: new file.
26661 * gdb.hp/thread-local-in-lib.lib.c: new file.
26662 * gdb.hp/vforked-program.c: new file.
26663 * gdb.hp/virtfunc-hp.cc: new file.
26664 * gdb.hp/watchpoint-hp.c: new file.
26665 * gdb.hp/xdb.c: new file.
26666 * gdb.hp/xdb0.c: new file.
26667 * gdb.hp/xdb0.h: new file.
26668 * gdb.hp/xdb1.c: new file.
26669
26670Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
26671
26672 The following change was made by Edith Epstein
889bf7c5
PA
26673 <eepstein@cygnus.com> as part of a project to merge in changes
26674 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
26675
26676 * gdb.c++/demangle.exp: changed the expected output for some
26677 ARM-style mangling -- removed second reference to datatype.
889bf7c5 26678 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 26679 T1<char>::~T1<char>(void)
c906108c 26680 becomes,
a9c64011
AS
26681 maint demangle __dt__11T1__pt__2_cFv
26682 T1<char>::~T1(void)
c906108c 26683
889bf7c5 26684 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 26685
c906108c
SS
26686Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
26687
26688 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
26689 * gdb.trace/backtrace.exp: Likewise.
26690 * gdb.trace/circ.exp: Likewise.
26691 * gdb.trace/collection.exp: Likewise.
26692 * gdb.trace/deltrace.exp: Likewise.
26693 * gdb.trace/infotrace.exp: Likewise.
26694 * gdb.trace/limits.exp: Likewise.
26695 * gdb.trace/packetlen.exp: Likewise.
26696 * gdb.trace/passc-dyn.exp: Likewise.
26697 * gdb.trace/passcount.exp: Likewise.
26698 * gdb.trace/report.exp: Likewise.
26699 * gdb.trace/save-trace.exp: Likewise.
26700 * gdb.trace/tfind.exp: Likewise.
26701 * gdb.trace/tracecmd.exp: Likewise.
26702 * gdb.trace/while-dyn.exp: Likewise.
26703 * gdb.trace/while-stepping.exp: Likewise.
26704
267051998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
26706
26707 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
26708
26709Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
26710
26711 From Brendan Kehoe:
26712 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
26713 int return types.
26714
26715Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
26716
26717 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 26718 remote dos host testing right.
c906108c
SS
26719
26720Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
26721
26722 * gdb.base/corefile.exp: remove some xfails.
26723
26724Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
26725
26726 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 26727 have different timestamps.
c906108c
SS
26728
26729Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
26730
26731 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 26732 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
26733
26734Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
26735
26736 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 26737 delta.
c906108c
SS
26738
26739Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
26740
26741 * gdb.base/default.exp: Add brace missing from previous delta.
26742
26743Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
26744
26745 * gdb.base/default.exp: Support test for info float for all
26746 varieties of arm toolchain.
26747
dc96c6c7 26748Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26749
26750 * gdb.trace/*.exp: remove "remote_download" command.
26751
dc96c6c7 26752Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26753
26754 * gdb.trace/*.exp: remove -gdwarf from compile.
26755
26756Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
26757
26758 * gdb.trace/configure.in(AC_INIT): typo
26759 * gdb.trace/configure: regenerated
26760
dc96c6c7 26761Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26762
26763 * config/m68k-emc.exp: New file.
26764 * lib/<emc-support.exp trace-support.exp}: New files.
26765 * configure.in: add new test directory gdb.trace.
26766 * gdb.trace/{configure configure.in Makefile.in}: New files.
26767 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
26768 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
26769 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
26770 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
26771 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
26772 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
26773 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 26774
dc96c6c7 26775Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26776
26777 * gdb.c++/classes.exp: Change all regular expressions to match
26778 arbitrary combinations of newline/carriage-return, so that they
26779 will work equally well on Unix and Windows.
26780 * gdb.c++/inherit.exp: ditto.
26781 * gdb.c++/virtfunc.exp: ditto.
26782
267831998-08-11 Dawn Perchik <dawn@cygnus.com>
26784
26785 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
26786
c2d11a7d
JM
26787Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
26788
26789 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
26790 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
26791 to use a0-a3/d0-d3 as needed.
26792
26793Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
26794
26795 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
26796 * gdb.disasm/am33.exp: Corresponding changes.
26797
c906108c
SS
267981998-07-11 Felix Lee <flee@cygnus.com>
26799
26800 * gdb.base/callfuncs.exp: add cmp10 test.
26801 * gdb.base/callfuncs.c (cmp10): new function.
26802
26803Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
26804
d63a86f8 26805 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
26806 into two parts to get around a synchronization problem in expect.
26807
3fc11d3e
JM
26808Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
26809
26810 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
26811
26812 * configure.in: Add options for gdbtk testsuite.
26813
26814 * configure: Regenerate.
26815
26816 * gdb.gdbtk: New directory to hold gdbtk tests.
26817
c906108c
SS
26818Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26819
26820 * gdb.fortran/types.exp: Escape brackets in expect patterns
26821 for test_float_literal_types_accepted tests.
26822 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
26823 before run test.
26824
c2d11a7d
JM
26825Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
26826
26827 * am33.exp: Just compile, do not link the testcase.
26828 * am33.s: Add ".am33" pseudoop to force am33 mode.
26829
c906108c
SS
268301998-06-25 Felix Lee <flee@cygnus.com>
26831
26832 * gdb.base/setshow.exp: make sure $pc is sane.
26833
26834 * gdb.stabs/weird.exp: split expect patterns properly.
26835
c2d11a7d
JM
26836Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
26837
26838 * gdb.disasm/am33.s: New disassembler testfile for the am33.
26839 * gdb.disasm/am33.exp: Run it.
26840
dc96c6c7 26841Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26842
26843 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
26844 match processing (and eliminate spurious timeouts when running).
26845
dc96c6c7 26846Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26847
26848 * gdb.base/signals.exp (test_handle_all_print): put back Mach
26849 exception test, but conditionalize it on target [mach | gnu].
26850
dc96c6c7 26851Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26852
26853 * gdb.base/overlays.exp: fixup compile line for linker script.
26854
26855Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
26856
26857 * gdb.fortran/types.exp: don't guess at float size.
26858
26859Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
26860
26861 * gdb.base/exprs.exp: delete test that depends on int size.
26862
26863Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
26864
26865 * config/sim.exp: Removed checks for target triplets.
26866 (gdb_target_sim): Use gdb,target_sim_options.
26867
26868Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
26869
26870 * gdb.base/reread.exp: New file.
26871 * gdb.base/reread1.c: New file.
26872 * gdb.base/reread2.c: New file.
26873
26874Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
26875
26876 * config/sim.exp: Use 'target sim -sparclite' when running
26877 SPARClite programs.
26878
26879Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
26880
26881 * gdb.base/structs2.exp: New file.
26882 * gdb.base/structs2.c: New file.
26883
26884Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
26885
26886 * gdb.asm/common.inc: New file.
26887 * gdb.asm/d10v.inc: New file.
26888 * asm-source.exp: Pass -I's to gas to find .inc files.
26889 Update line numbers in expected output.
26890 * asmsrc1.s: Rewrite.
26891 * asmsrc2.s: Rewrite.
26892 * configure.in: Create arch.inc symlink.
26893 * configure: Regenerate.
26894 * Makefile.in (distclean): Delete arch.inc.
26895
26896Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
26897
26898 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
26899 (t_enum_value2): ditto
26900 (t_enum_value3): ditto
26901 (main): ditto
c906108c
SS
26902Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26903
26904 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
26905 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
26906 change.
26907 Use gdb_test instead of send_gdb/gdb_expect sequences.
26908
26909Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
26910
26911 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
26912 not void.
26913
26914Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
26915
26916 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
26917 subroutines. Used to test gdbs ability to single step through PC
26918 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
26919
26920Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
26921
26922 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
26923 more rigorous EGCS C++ error checking.
26924
26925Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26926
a9c64011
AS
26927 * gdb.base/help.exp: Clean up `help set args' and `help show args'
26928 tests.
26929 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
26930 function when asleep.
26931 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
26932 for i*86 Linux and SVR4 signal handling problems.
26933 Remove linux xfail for `next to handler in signals_tests_1', fixed
26934 by recent infrun.c change.
26935 Limit backtrace to 10 frames to avoid timeout problems with infinite
26936 stack backtraces.
26937 Adjust expect pattern in `handle all print' test to match Apr 28 1997
26938 target.[ch] change.
c906108c
SS
26939
26940Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
26941
26942 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
26943 for a newline from gdb before continuing.
26944 (default_gdb_exit): Just look for y or n.
26945 (gdb_test): Detect abnormal exit from GDB running on DOS; if
26946 it does, fail the rests of the tests in the file.
26947
26948Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
26949
26950 * config/cygmon.exp: New file.
26951
26952Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
26953
26954 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 26955 main" test on remote targets.
c906108c
SS
26956
26957 * gdb.base/scope.exp: Fix problem with filelocal_bss before
26958 run test on remote targets.
26959
26960Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
26961
26962 * gdb.asm: New directory.
26963 * configure.in: Configure it.
26964 * configure: Regenerate.
26965 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
26966 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
26967
26968Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
26969
26970 * config/mn10300-eval.exp: New file to support MN10300 eval board.
26971
dc96c6c7 26972Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 26973
a9c64011
AS
26974 * gdb.base/overlays (several files): Merge the two overlay
26975 managers into one. Change variables (foox, barx, bazx, grbxx)
26976 back into ints but force them to load in their proper sections.
c906108c
SS
26977
26978Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
26979
26980 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 26981 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
26982 (D10VCopy): Handle memory regions crossing 16k boundaries.
26983 (D10VCopy): Transfer data in 32 bit chunks.
26984
26985Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
26986
26987 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 26988 correct.
c906108c
SS
26989
26990 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 26991 map. Include space for printf in .text segment.
c906108c
SS
26992
26993 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 26994 updated d10v memory VMA/LMA map.
c906108c 26995 (D10VCopy): Call D10VTranslate.
d63a86f8 26996
c906108c
SS
26997Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
26998
26999 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27000
27001 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
27002 that it won't be put into the .sdata - small data -
27003 section. Update reference.
c906108c
SS
27004 * gdb.base/baz.c (bazx, baz): Ditto.
27005 * gdb.base/foo.c (foox, foo): Ditto.
27006 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27007
27008 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 27009 to be arrays.
d63a86f8 27010
dc96c6c7 27011Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27012
a9c64011
AS
27013 * gdb.base/overlays.exp: fix up and get working again.
27014 Add tests for backtraces from an overlay function.
d63a86f8 27015
c906108c
SS
27016Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27017
27018 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27019 "calling function with watchpoint enabled".
27020
27021Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27022
27023 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 27024 gdb_suppress_tests for d10v-*-*.
c906108c
SS
27025 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27026 pending review of whether it is useful or not.
27027
27028Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27029
27030 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27031
27032Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27033
27034 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27035 * config/dve.exp: New file to support Densan boards.
27036
27037Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27038
27039 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 27040 reads and BSD.
c906108c
SS
27041
27042Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27043
27044 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27045 response.
27046
27047 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27048
27049Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27050
27051 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 27052 test.
c906108c
SS
27053
27054 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 27055 target_sizeof_long and target_bigendian_p.
c906108c 27056 (structs_by_value, structs_by_reference): Check values according
889bf7c5 27057 to targets word size and endianess.
d63a86f8 27058
c906108c
SS
27059Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27060
27061 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 27062 output.
c906108c
SS
27063
27064Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27065
27066 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 27067 Update test of set args help to match source change.
c906108c
SS
27068
27069Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27070
27071 * gdb.base/default.exp: Expect help system output to be in
27072 alphabetical order.
27073 * gdb.base/help.exp: Ditto.
27074
27075Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27076
27077 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27078 "i*86-pc-linux-gnu*".
27079 * gdb.base/interrupt.exp: Ditto.
27080 * gdb.base/corefile.exp: Ditto.
27081
27082 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 27083 define vxworks when building the testcase.
c906108c
SS
27084
27085 * gdb.base/ptype.exp: Fix testnames to be unique.
27086 * gdb.base/radix.exp: Ditto.
27087 * gdb.base/term.exp: Ditto.
27088 * gdb.base/whatis.exp: Ditto.
27089 * gdb.c++/classes.exp: Ditto.
27090
27091Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27092
27093 * gdb.base/callfuncs.exp: Fix indentation.
27094
27095 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27096 suppress_flag has been set.
27097 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27098 target feature.
27099
27100Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27101
27102 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27103 the testcase.
27104
27105 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 27106 set_debug_traps() and breakpoint().
c906108c
SS
27107 * gdb.c++/misc.cc (main): Ditto.
27108 * gdb.c++/templates.cc (main): Ditto.
27109 * gdb.c++/virtfunc.cc (main): Ditto.
27110
27111Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27112
27113 * lib/gdb.exp(gdb_step_for_stub): New function.
27114 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27115 exists, reload the executable and do a "continue" instead of
27116 doing a jump.
27117 (runto_main): Use gdb_step_for_stub.
d63a86f8 27118
c906108c 27119 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 27120 tests to have unique names.
c906108c
SS
27121 * gdb.base/callfuncs.exp: Ditto.
27122 * gdb.base/commands.exp: Ditto.
27123 * gdb.base/default.exp: Ditto.
27124 * gdb.base/help.exp: Ditto.
27125 * gdb.base/list.exp: Ditto.
27126 * gdb.base/opaque.exp: Ditto.
27127 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27128 similar tests.
d63a86f8 27129
c906108c
SS
27130 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27131 * gdb.c++/cplusfuncs.cc: Ditto.
27132 * gdb.c++/virtfunc.cc: Ditto.
27133
27134 * config/monitor.exp: Keep track of the last file we saw, rather
27135 than trying to get the info from gdb.
27136
27137 * gdb.fortran/types.exp: Move comment to previous line.
27138
27139Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27140
27141 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 27142 target mode.
c906108c
SS
27143
27144Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27145
27146 From Bob Manson:
27147 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 27148 string from GDB when it connects.
c906108c
SS
27149
27150 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27151
27152Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27153
27154 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
27155 if we can't get a debug format from GDB (we may be testing an
27156 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
27157
27158 * gdb.stabs/weird.exp: Fix quoting.
27159
27160 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27161
27162Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27163
27164 * config/arm-ice.exp: New file.
27165
27166Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27167
27168 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 27169 until it has been modified to work with the new testsuite.
c906108c 27170
99707966 27171 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
27172 testcase won't compile, cause all of the testcases in the file to
27173 fail instead.
c906108c
SS
27174
27175 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27176 (gdb_clear_suppressed): New procedure.
27177 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27178 it contains a positive value.
27179
27180Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27181
27182 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27183
27184 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27185
27186Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27187
27188 * lib/gdb.exp (setup_xfail_format): New function.
27189 (get_debug_format): New function to get debug format.
27190 (debug_format): New global variable to hold last value set
27191 by get_debug_format.
27192 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 27193 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
27194 * gdb.c++/ptype.exp: Ditto.
27195 * gdb.c++/classes.exp: Ditto.
27196 * gdb.c++/cplusfuncs.exp: Ditto.
27197 * gdb.c++/inherit.exp: Ditto.
27198 * gdb.c++/templates.exp: Ditto.
27199 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 27200
c906108c
SS
27201Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27202
27203 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27204 host doesn't have a currently-open connection.
27205
27206 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
27207 any gdb stub target. Handle cases where gdb doesn't respond when
27208 interrupted in a sane fashion.
c906108c
SS
27209
27210 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 27211 same thing in a totally different way.
c906108c
SS
27212
27213 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 27214 setting "timeout".
c906108c 27215 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 27216 default_gdb_init now.
c906108c
SS
27217
27218Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27219
27220 * gdb.base/printcmds.exp: Fix "check for floating addition"
27221 regexp to accept results within approx +/- .01 of exact value.
27222 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27223
27224Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27225
27226 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 27227 properly.
c906108c
SS
27228 (gdb_expect): Add optional timeout parameter, and add timeout
27229 value to various calls.
27230 (gdb_suppress_tests): Only give one warning message per group.
27231
27232Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27233
27234 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
27235 global variables. Handle getting a value for $timeout more
27236 gracefully.
c906108c
SS
27237
27238Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27239
27240 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 27241 initialize.
c906108c 27242 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 27243 by a target configuration file.
c906108c
SS
27244 (gdb_expect): Pass the timeout to remote_expect.
27245
27246 * config/monitor.exp(gdb_load): Fix typo in regexp.
27247
27248Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27249
27250 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27251
27252Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27253
27254 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
27255 here. Call gdb_target_exec before rebooting the target, to make
27256 sure the connection to the target is closed.
c906108c
SS
27257 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27258 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27259 Also detect "Timeout reading from remote" error.
27260
27261 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
27262 gdb_target_monitor. Don't call gdb_file_cmd here; let
27263 gdb_target_monitor do it.
c906108c
SS
27264
27265 * gdb.disasm/hppa.exp: Don't use exec_output.
27266
27267Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27268
27269 * gdb.base/list.exp: If we're debugging a non-native target,
27270 try to set the pc register to point to the start of the
27271 program before doing the first list command.
27272
27273 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 27274 test_calls after restarting.
c906108c
SS
27275
27276 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 27277 reloading.
c906108c
SS
27278
27279 * gdb.base/watchpoint.exp: Fix typo.
27280
27281 * gdb.base/setshow.exp: Check for use_gdb_stub.
27282
27283 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 27284 stub case.
c906108c
SS
27285 * gdb.base/langs.exp: Ditto.
27286
27287 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
27288 gdb_load_offset. If we weren't given a file to load, figure out
27289 what the current file is and use it.
c906108c
SS
27290
27291 * config/i386-bozo.exp: New file.
27292
27293Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27294
27295 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27296 feature.
27297
27298 * config/proelf.exp: New entry.
27299
27300Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27301
27302 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27303 of regexps.
27304
27305 * gdb.base/watchpoint.exp: Don't run the test_stepping
27306 tests if gdb can't call functions on the target.
27307
27308 * gdb.base/setshow.exp: Don't run the set prompt tests if
27309 the board has gdb_prompt set.
27310
27311Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27312
27313 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27314 * gdb.base/commands.exp: Likewise.
27315 * gdb.base/setshow.exp: Likewise.
27316
27317Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27318
27319 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27320 feature.
27321
27322 * config/i960.exp: New file.
27323
27324Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27325
27326 * gdb.base/funcargs.exp: Check for gdb,short_int target
27327 feature instead of looking for explicit target triplets.
27328
dc96c6c7 27329Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 27330
d63a86f8 27331 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
27332 "p 123DEADBEEF", to check parse_number.
27333 * top.c: change "to enable to enable" to "to enable" in a couple
27334 of help strings.
27335
27336Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27337
27338 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27339 on the mn10300.
d63a86f8 27340
c906108c
SS
27341Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27342
27343 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27344 where the test executable is run with explicit args.
27345 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27346
27347Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27348
27349 * gdb.base/run.c: Use FAKEARGV to build test executable that
27350 does not require a command line arg, since most simulators
27351 don't currently support passing such an arg into the simulated
27352 program.
27353 * gdb.base/commands.exp: Change tests to insert the proper
27354 value as the arg to the first recursive factorial call. Change
27355 compilation line to define FAKEARGV at compile time.
27356
27357Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27358
27359 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27360 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
27361 function with watchpoint enabled" test.
27362
27363Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
27364
27365 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 27366 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
27367
27368 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 27369 "Tests restarted" messages.
c906108c
SS
27370
27371Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
27372
27373 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
27374
dc96c6c7 27375Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27376
27377 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
27378 for INFO SYMBOL; add help tests for OVERLAY commands.
27379 * gdb.base/default.exp: add tests for INFO SYMBOL command;
27380 add tests for OVERLAY commands
27381 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
27382 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
27383 * gdb.base/sigall.c: add usestubs code frag
27384 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 27385
c906108c
SS
27386Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
27387
27388 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
27389 failures.
27390 (gdb_stop_suppressing_tests): Note that tests have restarted.
27391
27392Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
27393
27394 * config/h8300.exp: New file.
27395
27396Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
27397
27398 * gdb.base/setshow.exp: Check for the existence of a
27399 feature, not its value.
27400
27401Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
27402
27403 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
27404
27405 * gdb.base/scope.exp: It's now init0(), not init().
27406
27407 * gdb.base/scope0.c: For now, change init() to be init0().
27408
27409 * config/monitor.exp: Use gdb_serial in preference to serial
27410 or netport.
27411
27412 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 27413 and it's not already set.
c906108c
SS
27414
27415Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
27416
27417 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 27418 isn't using a stub and if it supports argument passing.
c906108c
SS
27419
27420Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
27421
27422 * config/udi.exp(gdb_start): Make sure UDICONF is set
27423 properly before starting gdb.
27424
27425Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
27426
27427 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
27428 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
27429 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
27430
27431Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
27432
27433 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 27434 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
27435
27436 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
27437
27438 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
27439
27440 * config/monitor.exp: Make sure we disconnect from the target.
27441 Also, try a reboot/reload cycle instead of failing if the
27442 load fails.
27443
27444Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
27445
27446 * gdb.base/default.exp: Don't set match_max.
27447 * gdb.base/help.exp: Ditto.
27448 * gdb.base/list.exp: Ditto.
27449 * gdb.base/signals.exp: Ditto.
27450
27451 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
27452 set, use remote_ld to download the testcase instead of
27453 the GDB loader.
27454
27455Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
27456
27457 * config/vr5000.exp: New file.
27458
27459 * config/monitor.exp(gdb_target_monitor): Add pattern for
27460 "Ending remote" to detect errors in connecting.
27461
27462 * gdb.base/setshow.exp: Add .* within auto language test.
27463
27464 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
27465 target feature.
27466
27467 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 27468 and reboot the board if necessary.
c906108c
SS
27469
27470 * gdb.base/setvar.exp(test_set): Handle multiple prints within
27471 a set of tests. Remove print.* from the patterns being checked.
27472
27473Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
27474
27475 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
27476 refer to gdb_spawn_id.
27477
27478 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
27479 longer used.
27480 * config/sparclet.exp: Ditto.
27481 * config/sparclet-old.exp: Ditto.
27482 * config/slite.exp: Ditto.
27483 * config/sim.exp: Ditto.
27484 * gdb.base/funcargs.exp: Ditto.
27485
27486 * lib/gdb.exp:Remove references to gdb_spawn_id.
27487 (gdb_expect): Move to remote.exp.
27488
27489Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
27490
27491 * config/monitor.exp: Detect the "Couldn't establish connection"
27492 message from GDB.
27493
27494Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
27495
27496 * gdb.base/bitfields.exp: Use runto instead of explicit
27497 gdb_run_cmd/gdb_expect sequences.
27498
27499 * gdb.base/break.exp(text_next_with_recursion): Add match for
27500 gdb_expect call.
27501
27502 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
27503 We also need to handle the "A program is being debugged already"
27504 prompt from gdb. Use gdb_test to set the baud rate.
27505
27506 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
27507 to 20000. Really. I mean it.
27508
27509Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27510
27511 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
27512 fails. If suppress_flag is set, skip perror message about not
27513 being able to send to GDB.
c906108c 27514 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 27515 GDB.
c906108c
SS
27516 (gdb_expect): If suppress_flag is set, always fail immediately.
27517 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
27518 (gdb_init): Call gdb_stop_suppressing_tests.
27519 (default_gdb_exit): Ditto.
27520 (default_gdb_start): Ditto.
27521
27522 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 27523 gdb_stop_suppressing_tests as appropriate.
c906108c 27524 * gdb.base/break.exp: Ditto.
889bf7c5 27525 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
27526 * gdb.base/commands.exp: Ditto.
27527 * gdb.base/exprs.exp: Ditto.
889bf7c5 27528 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
27529 * gdb.base/list.exp: Ditto.
27530 * gdb.base/recurse.exp: Ditto.
889bf7c5 27531 * gdb.base/scope.exp: Ditto.
c906108c
SS
27532 * gdb.base/structs.exp: Ditto.
27533 * gdb.c++/inherit.exp: Ditto.
27534
27535Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
27536
27537 * config/vr4300.exp: New file.
27538
99707966 27539 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 27540
99707966 27541 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
27542
27543Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
27544
27545 * lib/gdb.exp(gdb_init): New function.
27546
27547 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 27548 for each individual variable set.
c906108c
SS
27549
27550 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
27551 name.
27552
27553 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
27554
27555 * gdb.base/scope.exp: Use gdb_test.
27556
27557 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
27558 aborting; the testsuite driver will do that for us (see
27559 gdb_finish). Also, use gdb_test in a few more places.
27560
27561Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
27562
27563 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
27564
27565Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
27566
27567 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
27568 and "add_tests" are not at the same address.
27569
27570Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
27571
27572 * gdb.base/ptype.exp: Use gdb_test.
27573
27574Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
27575
27576 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
27577 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
27578 left in. No longer expect them to fail.
27579
27580 * gdb.stabs/*.mt; Deleted, no longer used.
27581 * gdb.stabs/configure.in: Remove references to target makefile
27582 frags.
27583 * gdb.stabs/configure: Rebuilt.
27584
27585 * gdb.disasm/*.mt: Deleted, no longer used.
27586 * gdb.disasm/configure.in: Remove references to target makefile
27587 frags. Use "sh3.s" as the unique filename for this directory.
27588 * gdb.disasm/configure: Rebuilt.
27589
27590 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
27591 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
27592 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
27593
27594Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
27595
27596 * config/udi.exp: Use mondfe,name instead of remote_host.
27597
27598Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
27599
27600 * gdb.base/watchpoint.exp: Don't expect a failure when calling
27601 a function with a watchpoint enabled on the mn10200.
27602
27603 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27604 before trying to create it!
27605
27606Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
27607
27608 * config/vx.exp: Use hostname instead of netport.
27609
27610 * config/vxworks.exp: New file.
27611
27612 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
27613
27614 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 27615 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
27616 occurs.
27617
27618 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
27619 $gdb_spawn_id directly.
27620 (gdb_run_cmd): Try _start as well as start. Use the target feature
27621 gdb,start_symbol as the symbol to start from when jumping.
27622
27623Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
27624
27625 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
27626 redundant) test.
27627
27628 * gdb.base/recurse.exp: Relax final value test for 'b' so that
27629 it doesn't lose for 16bit integer systems.
27630
27631Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
27632
27633 * gdb.fortran/types.exp: If the target doesn't support "double"
27634 data types, then expect "real" types to only be 4 bytes.
27635
27636 * gdb.c++/virtfunc.exp: Expect failure for virtual function
27637 call tests if the target doesn't support inferior function calls.
27638
27639 * gdb.base/printcmds.exp: Allow minor deviation in FP values
27640 in printf tests.
27641
27642Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
27643
27644 * gdb.base/help.exp: Disable "help set", "help show", and
27645 "help support". Simplify regexp for "help stack".
27646
27647 * gdb.base/default.exp: Set match_max to 5000 and the timeout
27648 to 60 seconds. Temporarily set match_max to 15000 around the
27649 "info copying" test.
27650
27651 * gdb.base/nodebug.exp: Don't try to do an inferior function
27652 call if the target doesn't support them.
27653 * gdb.base/printcmds.exp: Likewise.
27654 * gdb.base/setvar.exp: Likewise.
27655 * gdb.base/structs.exp: Likewise.
27656 * gdb.c++/templates.exp: Likewise.
27657 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
27658
27659 * gdb.base/recurse.exp: Enable for the mn10200.
27660
27661 * configure.in: Do configure gdb.stabs directory for *-*-elf
27662 targets.
27663 * configure: Rebuilt.
27664
27665 * gdb.base/break.exp: Check for gdb,noresults before testing
27666 exit status and/or results from the target.
27667 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
27668 * lib/gdb.exp: Remove old (now bogus) initialization of
27669 noinferior, noargs, noresults and nosignals.
27670
27671Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
27672
27673 * config/sh.exp: New file.
27674
27675 * config/slite.exp: Try to connect multiple times to the board
27676 before rebooting. Only send a "monitor run" if need_monitor_run
27677 is set.
27678
27679 * gdb.base/break.exp: Don't do the "stub continue" test if
27680 the target has gdb_stub set.
27681
27682 * gdb.base/callfuncs.exp: Increase the timeout.
27683
27684 * gdb.base/interrupt.exp: Don't even try to compile the testcase
27685 if the target has gdb,noinferiorio set.
27686
27687 * gdb.base/list.exp: Increase match_max to 10000 characters.
27688
27689 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
27690
27691 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
27692 target.
27693
27694 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
27695
27696Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
27697
27698 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
27699 trying to delete the copy of gdb. Catch the file delete so we
27700 don't die if the delete fails; also, the file should be copied to
27701 the host, not to the build.
c906108c
SS
27702
27703Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
27704
27705 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 27706 parenthesis in case it contains multiple regexps separated
c906108c
SS
27707 with |.
27708
27709 * gdb.base/watchpoint.exp: Use gdb_test.
27710 * gdb.base/default.exp: Ditto.
27711
27712Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
27713
99707966 27714 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 27715
c906108c
SS
27716 * gdb.base/scope.exp: Use gdb_test.
27717 * gdb.c++/classes.exp: Ditto.
27718 * gdb.c++/inherit.exp: Ditto.
27719
27720Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
27721
27722 * gdb.base/crossload.exp: Don't use execute_anywhere, use
27723 remote_exec instead.
27724 * gdb.base/corefile.exp: Don't be ridiculous.
27725 * gdb.base/*.c: Add missing stub invocations.
27726
27727Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
27728
27729 * config/slite.exp: Miscellaneous fixes.
27730
27731 * lib/gdb.exp: Fix runto.
27732
27733 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
27734 the target.
27735
27736 * gdb.base/watchpoint.exp: Fix regexp.
27737
27738 * lib/gdb.exp(default_gdb_exit): Add a catch to the
27739 close and wait commands, as the descriptor may now be
27740 invalid. Always call "remote_close host".
27741
27742Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
27743
27744 Major rewrite for testsuite revision.
d63a86f8 27745
c906108c
SS
27746 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
27747 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
27748 instead of relying on spawn_id to always contain a valid
27749 spawn id.
27750 (get_compiler_info): New procedure to build the ${binfile}.ci
27751 file, instead of replicating this in N different places.
27752 (gdb_compile): New procedure.
d63a86f8 27753
c906108c 27754 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
27755 appropriate arguments) instead of compile. Use gdb_test in a lot
27756 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
27757 at the start of a testcase, as this is no longer done magically.
27758
27759 config/*-gdb.exp: Rename without the -gdb suffix.
27760
27761 config/mips.exp: Use remote_close instead of exit_remote_shell.
27762 config/monitor.exp: Use target_info instead of looking at
27763 baud, timeout, etc.
27764 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
27765
27766Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27767
27768 * gdb.c++/templates.exp (test_ptype_of_templates),
27769 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
27770 Update expect patterns for destructors and assignment operators
27771 to match corresponding c-typeprint.c changes.
27772 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
27773 to destructor breakpoint test, GDB should be able to set the
27774 destructor breakpoint without specifying arguments.
27775
27776Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
27777
27778 * gdb.threads/pthreads.exp: Change result for failure to compile due
27779 to lack of pthreads runtime support from an error to simply an
27780 unsupported test, per dejagnu standards.
27781
27782Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27783
27784 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
27785 where GDB exits to reduce pattern match time.
27786 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
27787
27788 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
27789
dc96c6c7 27790Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27791
27792 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
27793 * gdb.base/default.exp: ditto.
27794 * gdb.base/nodebug.exp: ditto.
27795 * gdb.base/printcmds.exp: ditto.
27796 * gdb.base/ptype.exp: ditto.
27797 * gdb.base/setvar.exp: ditto.
27798 * gdb.base/structs.exp: ditto.
27799 * gdb.base/setshow.c: Guard against uninitialized values of argc.
27800
27801Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
27802
27803 * configure, */configure: Rebuild with autoconf 2.12.
27804
27805Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
27806
27807 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
27808 use new i*86-pc-linux*-gnu quads.
27809 * gdb.base/corefile.exp: Ditto.
27810 * gdb.base/signals.exp: Ditto.
27811 * gdb.base/sigall.exp: Ditto.
27812 * gdb.base/interrupt.exp: Ditto.
27813
27814 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
27815 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
27816 RedHat 4.0.
d63a86f8 27817
c906108c 27818 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
27819 linux. This allows the test case to at least compile on latest
27820 linux, but still not run due to missing the threads runtime library.
c906108c
SS
27821
27822Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27823
27824 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
27825 directory to search gdb directory. Accept and step over conditional
27826 stack alignment code. Consume $prompt in failure cases.
27827 Reset timeout to $oldtimeout instead of some arbitrary value.
27828 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
27829 timeout problems with infinite stack backtraces.
27830 * gdb.base/ptype.exp (ptype struct link, union tu_link):
27831 Accept function parameters for linkfunc member.
27832
27833Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
27834
27835 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
27836 (CXXFLAGS): Remove, unreferenced.
27837 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
27838 previous -B options and also add -B option to pick up cross compiled
27839 runtime.
c906108c
SS
27840 (TARGET_INCLUDES): Add for -I options and add code to initialize when
27841 doing cross compiles.
27842 (target_alias): Declare global.
27843 (xgcc): Set variable to full path of gcc in build tree. Use findfile
27844 to verify that gcc exists in build tree, and if so set CC to that
27845 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 27846
c906108c
SS
27847Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
27848
27849 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
27850 ptype test for anonymous union. Fixup testcase to match
27851 current gcc debug output.
27852
27853Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
27854
27855 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
27856 force argument to an unsigned long type.
27857
27858Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
27859
27860 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 27861 tests and anonymous union print/ptype tests.
c906108c
SS
27862 * gdb.base/list.exp (test_forward-search): Increase timeout by
27863 5 minutes for the "search extremely long line" case.
27864 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
27865 completely optional and that the pass/fail messages use the command as
27866 the message if that third arg is a null string.
27867 (gdb_test_exact): Arrange that a null string pattern means match a
27868 null string output rather than any output, which might include random
889bf7c5 27869 errors.
c906108c
SS
27870 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
27871 backtrace test.
27872 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
27873 always failing and failure is now exposed by gdb.exp changes.
27874
27875Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
27876
27877 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
27878 weren't being noted.
27879
27880Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27881
27882 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
27883 * gdb.stabs/weird.exp: Remove v_comb xfails.
27884
dc96c6c7 27885Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27886
27887 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 27888 list.exp scope.exp watchpoint.exp]
c906108c 27889 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 27890
dc96c6c7 27891Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27892
27893 * config/monitor.exp: Increase download timeout to 1000 seconds.
27894
dc96c6c7 27895Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27896
27897 * config/m32r.exp: Increase timeout to 120 seconds.
27898
27899Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
27900
27901 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
27902 and accept older ordering as obsolescent gcc or gdb.
27903 * gdb.c++/templates.exp: Ditto.
27904 * gdb.c++/virtfunc.exp: Ditto.
27905
27906Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
27907
27908 * gdb.base/coremaker.c: Add code to mmap some data so we
27909 can check that it ends up in the core file.
27910 * gdb.base/corefile.exp: Add test to read mmapped data
27911 from core file.
27912
dc96c6c7 27913Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27914
27915 * config/m32r.exp: New file.
27916
27917Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
27918
27919 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
27920 that cflags can contains -gstabs, and work correctly for other tests.
27921
dc96c6c7 27922Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27923
27924 * gdb.base/setshow.exp: New file, tests show and set.
27925 * gdb.base/setshow.c: New file, tests show and set.
27926 * gdb.base/help.exp: Add test for help set|show annotate.
27927 * gdb.base/default.exp: Add test for set|show annotate.
27928
27929Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
27930
27931 * testsuite/gdb.base/break.exp: Make backtrace from factorial
27932 errors unique.
27933 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
27934 explicitly.
27935
27936Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
27937
27938 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
27939 and width commands. This is done elsewhere.
27940 * (gdb_start): Don't call gdb_start_sim here. That's already
27941 done in gdb_load. This fixes lots of failures in default.exp.
27942
27943Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
27944
27945 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
27946 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
27947 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
27948 in the same we we treat other failures (since it may be an expected
889bf7c5 27949 condition), rather than as an error.
c906108c
SS
27950 * gdb.base/signals.exp (test_handle_all_print): Revert back to
27951 old test format.
27952
27953Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
27954
27955 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
27956 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 27957 twice. Nuke the duplicates.
c906108c 27958 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 27959 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
27960 Remove config.h along with other config files.
27961
27962Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
27963
27964 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
27965 "p func1 ()" and note that rests of tests are skipped.
27966 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 27967 setup_xfails for "print func2::coremaker_local".
c906108c
SS
27968 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
27969 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
27970 affected by the previous run test.
27971 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
27972 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
27973 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
27974 "pass int powerset tuple" and "pass modeless int powerset tuple".
27975 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
27976 "real write 4" and "real write 8".
27977 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 27978 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
27979 "print \$i after tuple assign 2", and
27980 "print vs2 after tuple assign 2".
27981 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
27982 meaningful error message and return -1 so the caller can
27983 suppress further tests and avoid a cascade of errors.
d63a86f8 27984
c906108c
SS
27985Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
27986
27987 * gdb.base/a1-selftest.exp: Tweak tests to account for new
27988 format for printing version.
27989 * gdb.base/default.exp: Ditto.
27990 * gdb.base/interrupt.exp: Fix problem with cascade of
27991 errors if child process dies while calling a function.
d63a86f8 27992
c906108c
SS
27993Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
27994
27995 * Makefile.in (VPATH): Add
27996 * Makefile.in (Makefile, config.status): Fix rules so things get
27997 remade when necessary.
27998
27999Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28000
28001 * Makefile.in (just-check): Add path to sibling expect dir
28002 to environment variable specified by RPATH_ENVVAR.
28003
28004Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28005
28006 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28007 (just-check): Add shared library paths for libstdc++, tk,
28008 tcl, bfd, and opcodes to the environment variable specified
28009 in RPATH_ENVVAR.
28010 * configure.in: Add support to recognize --enable-shared flag
28011 and generate correct value for RPATH_ENVVAR.
28012 * configure: Regenerated with autoconf.
28013
28014Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28015
28016 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 28017 include all osf versions.
c906108c
SS
28018 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28019 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28020 when target is linux. When failing to build pthreads test
28021 executable, give more meaningful message.
28022 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28023 arg for pthread_create.
d63a86f8 28024
c906108c
SS
28025Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28026
28027 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 28028 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 28029 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 28030 and -lpthreads (everybody else).
c906108c
SS
28031 (test_startup): Fail gracefully if threads are not supported.
28032 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28033 "p/c array_index("abcdef",2)" when not gcc compiled.
28034 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28035 "print func2::coremaker_local" when not gcc compiled.
28036 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28037 "ptype on opaque struct tagname (statically)",
28038 "ptype on opaque struct tagname (dynamically) 1", and
28039 "ptype on opaque struct tagname (dynamically) 2"
28040 for not compiled with gcc.
28041 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28042 backtrace when compiled with gcc.
d63a86f8 28043 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
28044 than always return success.
28045
28046Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28047
28048 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28049
28050Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28051
28052 * gdb.base/structs.exp: Undo last change.
28053
28054Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28055
28056 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28057 encapsulate all the steps/nexts done during self test, starting
28058 at main, and makes them less sensitive to optimization issues.
28059 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28060 signal handler" test.
28061 * gdb.threads/pthreads.exp: Only run this for native configs.
28062 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28063 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28064 tests.
28065 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28066 for "runto test_calls(void)" test.
d63a86f8 28067
c906108c
SS
28068Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28069
28070 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28071 and don't expect address info in breakpoint confirmations.
28072
28073Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28074
28075 * gdb.base/list.exp (test_forward_search): Increase timeout
28076 temporarily by 60 seconds for searching extremely long line,
889bf7c5 28077 and then reset to old value when done. Increase expect input
c906108c
SS
28078 buffer to 10000.
28079
28080Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28081
28082 * gdb.base/list.exp (test_forward_search): Fix to handle very
28083 long source line without overflowing expect's input buffer.
28084
28085Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28086
28087 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28088 "buffer_full".
28089
28090 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28091 "buffer_full".
28092
28093 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28094 "buffer_full".
28095
28096 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28097 "buffer_full".
28098
28099Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28100
28101 * configure.in (configdirs): Add gdb.threads.
28102 * configure: Regenerated with autoconf.
28103 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28104 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28105 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 28106
c906108c
SS
28107Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28108
28109 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28110
28111Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28112
28113 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28114 each signal's status in the output of "handle all print".
28115 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28116 the \r\n sequence that immediately precedes the gdb prompt.
28117 * gdb.base/a1-selftest.exp: Save original timeout and restore
28118 after test.
28119
28120Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28121
28122 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28123 symbol.
28124
28125Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28126
28127 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28128
28129Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28130
28131 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28132 timeout by 60 seconds.
28133
28134Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28135
28136 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28137 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28138 error return.
28139
28140Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28141
28142 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28143 gdb initialization, also report how long dejagnu waited. Restore
28144 old timeout before doing error return. Temporarily increase timeout
889bf7c5 28145 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
28146
28147Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28148
28149 * lib/gdb.exp: Report timeout value for verbosity level 2.
28150 * config/gdbserver.exp: Ditto.
28151 * config/hppro.exp: Ditto.
28152 * config/mips-gdb.exp: Ditto.
28153 * config/monitor.exp: Ditto.
28154 * config/netware.exp: Ditto.
28155 * config/sim-gdb.exp: Ditto.
28156 * config/slite-gdb.exp: Ditto.
28157 * config/udi-gdb.exp: Ditto.
28158 * config/unix-gdb.exp: Ditto.
28159 * config/vx-gdb.exp: Ditto.
28160 * gdb.base/a1-selftest.exp: Ditto.
28161 * gdb.base/a2-run.exp: Ditto.
28162 * gdb.base/break.exp: Ditto.
28163 * gdb.base/corefile.exp: Ditto.
28164 * gdb.base/list.exp: Ditto.
28165 * gdb.base/recurse.exp: Ditto.
28166 * gdb.base/scope.exp: Ditto.
28167 * gdb.base/signals.exp: Ditto.
28168
28169Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28170
28171 * gdb.threads/Makefile.in (docdir): Removed.
28172
28173Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28174
28175 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 28176 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 28177 @srcdir@.
d63a86f8 28178 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
28179 autoconf 2.5 or higher.
28180 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28181
28182Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28183
28184 * configure: Regenerated.
28185 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28186 avoid name clashes with SunOS headers.
28187
28188Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28189
28190 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28191
28192Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28193
28194 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28195 prototype information ends up in the compiler info file.
28196
28197Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28198
28199 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28200 attempting to regenerate it. Eliminate use of a temporary file
28201 and just generate the info file directly. Source it immediately,
28202 for consistency of use.
28203 * gdb.base/corefile.exp: Ditto
28204 * gdb.base/exprs.exp: Ditto.
28205 * gdb.base/funcargs.exp: Ditto.
28206 * gdb.base/langs.exp: Ditto.
28207 * gdb.base/list.exp: Ditto.
28208 * gdb.base/mips_pro.exp: Ditto.
28209 * gdb.base/nodebug.exp: Ditto.
28210 * gdb.base/opaque.exp: Ditto.
28211 * gdb.base/ptype.exp: Ditto.
28212 * gdb.base/scope.exp: Ditto.
28213 * gdb.base/setvar.exp: Ditto.
28214 * gdb.base/signals.exp: Ditto.
28215 * gdb.base/whatis.exp: Ditto.
28216 * gdb.c++/templates.exp: Ditto.
28217 * gdb.c++/virtfunc.exp: Ditto.
28218 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 28219 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
28220
28221Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28222
28223 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28224 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28225 Increase timeout, a lot of single stepping might be needed if the
28226 target has no hardware watchpoints.
28227
28228Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28229
28230 * gdb.base/break.exp: Ignore compiler warnings when compiling
28231 break.c.
28232 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28233 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28234 from remote-sim.
28235 * gdb.base/exprs.exp: Add h8300 xfails.
28236 * gdb.base/funcargs.exp: Likewise.
28237 * gdb.base/nodebug.exp: Likewise.
28238 * gdb.base/printcmds.exp: Likewise.
28239 * gdb.base/ptype.exp: Likewise.
28240 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28241 h8300 xfails.
d63a86f8 28242 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
28243 on the h8300.
28244 * gdb.base/funcargs.c: Explicitly make last constant argument to
28245 call_after_alloca_subr an unsigned long type.
28246 * gdb.base/return.c: Include stdio.h.
28247
28248Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28249
28250 * config/abug.exp: New file for the older Motorola Bug monitor
28251 that runs on the mvme13x series VME boards.
28252 * config/monitor.exp: Use the new config array for target settings
28253 if they exist.
28254
28255Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28256
28257 * sim-gdb.exp: Make the SH simulator allocate less space when
28258 it is targeted.
28259
28260Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28261
28262 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28263 test.
28264
28265Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28266
28267 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28268 "rs6000-*-*" for "list function in include file" when gcc compiled.
28269 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28270 for "p ctable1[120]".
28271 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28272 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28273 Remove setup_xfail for "rs6000-*-*" for
28274 "print 'scope0.c'::filelocal before run".
28275 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28276 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28277 since some compilers don't allow both options to be given
28278 on the same command line. Create object file and move it.
d63a86f8 28279
c906108c
SS
28280Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28281
28282 * gdb.base/corefile.exp: Always regenerate the core file, since
28283 we always regenerate the coremaker program. Detect special case
28284 where registers cannot be read from core file.
d63a86f8 28285
c906108c
SS
28286Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28287
28288 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28289 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28290 * gdb.c++/templates.exp: Only match on basename of file since
28291 some formats like xcoff don't encode directory information.
28292 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28293 and rs6000 AIX xcoff targets.
28294 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28295 * configure: Regenerate.
28296 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28297 here, rather than in distclean.
d63a86f8 28298
c906108c
SS
28299Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28300
28301 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28302 defined, and use it to compile the test case with -O2. The
28303 native compilation still uses no optimization.
28304 * gdb.base/mips_pro.c: Remove inline assembly code since
28305 it is compiled PIC by default, which results in assembler
28306 warnings that make the testsuite think the compilation
28307 was unsuccessful.
28308
28309Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28310
28311 * gdb.c++/misc.exp: Add note to message for
28312 "print s.a for foo struct" that this is a known gcc 2.7.2
28313 and earlier bug.
28314
28315Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28316
28317 * gdb.base/break.exp: Fix pattern for matching "Delete all
28318 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28319 setup_xfail for deleting all breakpoints test. Fix various
28320 timeout messages to include "(timeout)".
28321 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28322 for "p t_float_values2(3.14159,float_val2)".
28323 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28324 for "continue to call2g" when gcc compiled.
28325 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28326 "up to foo in langs.exp", "show language at foo in langs.exp",
28327 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28328 and "show language at fsub in langs.exp".
28329 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28330 "list line 1 in include file", "list message for lines past EOF",
28331 "list function in include file", "list list0.h:foo", and
28332 "list filename:function; nonexistant function".
28333 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28334 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28335 and "ptype t_char_array" to be for native cc only.
d63a86f8 28336
c906108c
SS
28337Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28338
d63a86f8 28339 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 28340 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 28341 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
28342
28343Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28344
28345 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28346 "bt in signals.exp". This problem only appears when running
28347 the testsuite, and then only intermittently.
28348
28349Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28350
28351 * gdb.base/return.exp (return_tests): Differentiate between
28352 two tests of continuing.
28353
28354Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28355
28356 * */Makefile.in (maintainer-clean): Remove config.log.
28357 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28358 * gdb.c++/Makefile.in (PROGS): Add inherit.
28359 (clean): Remove *.ci.
28360
28361Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
28362
28363 * gdb.c++/misc.cc: Add test code from Mike Stump.
28364 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
28365
28366Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
28367
28368 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
28369 to "alpha-*-osf2*" and add comment.
28370 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
28371 setup_xfail for "step over execarg initialization" and
28372 "step over corearg initialization".
c906108c
SS
28373 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
28374 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
28375 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 28376 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
28377 "print func2::coremaker_local", and "backtrace in corefile.exp".
28378 * gdb.base/signals.exp: Build and source signals.ci.
28379 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
28380 to be for gcc only.
28381 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 28382
c906108c
SS
28383Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28384
28385 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
28386 Feb 3 procfs.c change.
28387
28388Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
28389
28390 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
28391
28392Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
28393
28394 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
28395 from dejagnu's apparent default of 10 seconds, which gives random
28396 results when running the tests over NFS on moderately loaded systems.
28397 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
28398
28399Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
28400
28401 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
28402 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 28403 result reports.
c906108c
SS
28404
28405Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
28406
28407 * configure.in (CY_AC_PATH_TCLH): Remove.
28408 * configure: Regenerate.
28409
28410Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
28411
28412 * gdb.c++/Makefile.in (clean): Add missing '{'.
28413
28414Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
28415
28416 * lib/gdb.exp: Provide a default value for noinferior.
28417
28418 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
28419 Load libgloss.exp.
28420
28421Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
28422
28423 * gdb.disasm/hppa.exp: Compile directly into an executable, use
28424 the executable, not the .o to run the tests from.
28425
28426Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
28427
28428 * gdb.base/break.exp: Don't test for program exit or exit status
28429 if $noresults if nonzero.
28430 * gdb.base/langs.exp: Likewise.
28431 * gdb.base/watchpoint.exp: Likewise.
28432
28433 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
28434 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
28435 trying to compile the testcase.
28436
28437Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
28438
28439 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
28440 * gdb.base/signals.exp (continue to handler): Likewise.
28441
28442Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
28443
28444 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
28445
28446 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
28447
28448Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
28449
28450 * gdb.base/corefile.exp: Recognize "not found" as failure
28451 when trying to determine if a core file was generated.
28452 If no core file was generate the first time, try again without
28453 the ulimit -c to work around braindamaged shells.
28454
28455Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
28456
28457 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
28458 [] tests with "test" and enclose string in quotes.
28459 * gdb.stabs/configure: Rebuild
d63a86f8 28460
c906108c
SS
28461Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
28462
28463 Changes in sync with expect:
28464 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
28465 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
28466 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
28467 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
28468 argument to AC_REQUIRE.
28469 * configure: Regenerated.
28470
28471Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
28472
28473 * gdb.base/corefile.exp: When generating a core, discard any
28474 error messages about ulimit not found and the "core dumped"
28475 message from the shell that runs the coredumper.
28476
28477Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
28478
28479 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
28480
28481 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
28482 which sed script to run. Expect failure for v_comb test
28483 on PA targets too.
d63a86f8 28484
c906108c
SS
28485Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
28486
28487 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 28488 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
28489
28490Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
28491
28492 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
28493 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 28494 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
28495 * lib/gdb.exp (default_gdb_start): Fix typo.
28496 * gdb.base/corefile.exp: Allow "Core was generated by ..."
28497 messages to not include the full program name that caused
28498 the core dump since some systems (such as solaris) apparently
28499 truncate this path to about 80 characters.
28500 When generating a core file first try increasing the core file
28501 size limit to unlimited since some systems may default it to
28502 zero, and it is harmless to try it. Move the test for failing
28503 to generate a core file to where it will actually get executed.
28504 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
28505 new gdb result from g++ debug info improvements and make old
28506 pattern obsolescent. Also account for size_t differences
28507 (may be int or long).
28508 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
28509 initialization before function call is placed in the delay slot
28510 and thus appears to be skipped over by commands such as "next".
28511
28512Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
28513
28514 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
28515
28516Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
28517
28518 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
28519 input source file; fix code to compile test to deal with this
28520 convention.
28521 * gdb.c++/*.exp: Likewise.
28522
28523Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
28524
28525 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
28526 "bt in signals.exp".
28527
28528Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
28529
28530 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
28531 "step over execarg initialization" and
889bf7c5 28532 "step over corearg initialization".
c906108c
SS
28533
28534Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
28535
28536 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
28537 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
28538
28539Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
28540
28541 From Rob Savoye (rob@poseidon.cygnus.com)
28542 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
28543 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
28544 configure.in}, gdb.disasm/{Makefile.in, configure.in},
28545 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
28546 configure.in}: Major reworking for autoconfig.
c906108c
SS
28547 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
28548 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 28549 New files.
c906108c
SS
28550 * config/unix-gdb.exp: Make GDB global.
28551 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
28552 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
28553 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
28554 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
28555 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
28556 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 28557 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
28558 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
28559 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
28560 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
28561 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 28562 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
28563 to returns as necessary, arrange for test to compile own testcase
28564 executable.
c906108c 28565 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 28566
c906108c
SS
28567Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
28568
28569 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 28570 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
28571 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
28572 "backtrace through signal handler".
28573
28574Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28575
28576 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
28577 continuing from a job control stop signal.
28578 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
28579
28580Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
28581
28582 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
28583 * gdb.base/corefile.exp: Likewise.
28584 * gdb.base/funcargs.exp: Likewise.
28585
28586Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
28587
28588 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
28589 * config/monitor.exp: Add support for setting baud rate.
28590
28591Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
28592
28593 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
28594 i*86-*-linux* xfails for "backtrace through signal handler".
28595 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
28596 "print func2::coremaker_local".
28597 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 28598 alpha-dec-osf2* xfail for
c906108c
SS
28599 "delete all breakpoints when none".
28600
28601Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
28602
28603 * gdb.base/break.exp: Change test that deletes all breakpoints
28604 when no user breakpoints are installed. A post 4.15 change
28605 causes gdb to no longer prompt in this case.
28606
28607Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
28608
28609 * gdb.base/return.exp (return_tests): Change xfail for test
28610 "correct value returned double test" to stop xfailing at
28611 Solaris 2.5. Apparently the bug has been fixed.
28612
28613Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
28614
28615 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
28616 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
28617
28618Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
28619
28620 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
28621 * gdb.disasm/hppa.s: Corresponding changes.
28622
28623Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
28624
28625 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
28626 makefile fragment.
28627 * config/mt-hpux: Deleted.
28628
28629Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
28630
d63a86f8 28631 * Many files: When warning about suppressed tests due to a
c906108c
SS
28632 nonexistant test binary, avoid incrementing the warning count.
28633
28634Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
28635
28636 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 28637
c906108c
SS
28638Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28639
28640 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
28641 "sparc-*-solaris2*".
28642
28643Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28644
28645 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
28646 Add global and local variables and initialize them.
28647 * gdb.base/corefile.exp: Test correct mapping of corefile sections
28648 by printing variables. Remove rs6000 and powerpc xfails, BFD now
28649 extracts the file name and terminating signal from the core file.
28650 * TODO: Remove note about tests for correct mapping of corefile.
28651 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
28652 from optimizing it away.
28653 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
28654 handles common blocks.
28655
28656Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
28657
28658 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
28659 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
28660
28661Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
28662
28663 * Makefile.in (maintainer-clean): New target, synonym for
28664 realclean.
28665 * gdb.base/Makefile.in (maintainer-clean): Likewise.
28666 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
28667 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
28668 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
28669 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
28670 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
28671
28672Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
28673
28674 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
28675 xfails when not gcc compiled for "print foo::funclocal".
28676 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
28677 "print foo::funclocal at foo",
28678 "print 'scope1.c'::foo::funclocal at foo",
28679 "print foo::funclocal_bss at foo",
28680 "print 'scope1.c'::foo::funclocal_bss at foo",
28681 "print foo::funclocal_ro at foo",
28682 "print 'scope1.c'::foo::funclocal_ro at foo",
28683 "print bar::funclocal at foo" and
28684 "print 'scope1.c'::bar::funclocal at foo".
28685 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
28686 gcc compiled for "print foo::funclocal at bar".
28687 Expand all messages to ensure that they identify that
28688 the test is at bar().
28689 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
28690 gcc compiled for:
28691 "ptype on opaque struct pointer (statically)",
28692 "ptype on opaque struct tagname (statically)",
28693 "ptype on opaque struct pointer (dynamically) 1",
28694 "ptype on opaque struct tagname (dynamically) 1",
28695 "ptype on opaque struct pointer (dynamically) 2" and
28696 "ptype on opaque struct tagname (dynamically) 2
28697 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
28698 gcc compiled for:
28699 "p datalocal"
28700 "whatis datalocal",
28701 "ptype datalocal",
28702 "p bsslocal",
28703 "whatis bsslocal", and
28704 "ptype bsslocal".
28705 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
28706 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
28707 when not gcc compiled.
28708 * gdb.base/funcargs.exp (float_and_integral_args): Add
28709 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
28710 compiled.
28711 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
28712 "backtrace from call6a" when not gcc compiled.
28713 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
28714 "backtrace from call7a" when not gcc compiled.
28715 * gdb.base/callfuncs.exp (do_function_calls):
28716 Add "hppa*-*-hpux*" xfail when not gcc compiled for
28717 "p t_char_array_values(char_array_val2,char_array_val1)",
28718 "p t_char_array_values(char_array_val1,char_array_val2)",
28719 "p t_char_array_values("carray 1","carray 2")",
28720 "p t_char_array_values("carray 1",char_array_val2)",
28721 "p t_char_array_values(char_array_val1,"carray 2")",
28722 "p sum_args(1,{2})",
28723 "p sum_args(2,{2,3})",
28724 "p sum_args(3,{2,3,4})",
28725 "p sum_args(4,{2,3,4,5})"
28726 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
28727 "backtrace in corefile.exp" when not gcc compiled.
28728
28729Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28730
28731 * gdb.base/signals.exp: Rewrite `handle all print' test as
28732 a procedure. Accept blanks or TABs as whitespace, increase
28733 timeout and expect input buffer size for the large output
28734 from the command. Remove "i*86-*-bsdi2.0" xfail.
28735
28736Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28737
28738 * gdb.base/setvar.exp: Add new testcases for truncation when
28739 assigning invalid values to bitfields.
28740
28741Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
28742
d63a86f8 28743 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
28744 mips-sgi-irix* xfail for
28745 "call inferior func with struct - returns char *"
28746 and fix test so that an optional (unsigned char *) cast is
889bf7c5 28747 accepted in the result.
c906108c
SS
28748
28749Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
28750
28751 * gdb.base/funcargs.exp (float_and_integral_args): Remove
28752 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
28753 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
28754 * gdb.base/signals.exp: Remove duplicate "handle all print" test
28755 that accidentally got checked in.
28756
28757Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
28758
d63a86f8 28759 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
28760 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
28761 compiled test.
28762 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
28763 Add mips-sgi-irix5* xfail for not gcc compiled.
28764 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
28765 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
28766 compiled for "p top", "whatis top", "p middle", and "whatis
28767 middle".
c906108c
SS
28768 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
28769 "whatis signed char" for not gcc compiled.
28770 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
28771 "set variable signed char=-1 (-1)" and
28772 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
28773 * gdb.base/funcargs.exp (float_and_integral_args):
28774 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
28775 Add mips-sgi-irix* xfail when not gcc compiled for
28776 "continue to call2b".
28777 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
28778 "continue to call2g".
6fdff2c5
PA
28779 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
28780 compiled for "backtrace from call6a"
28781 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
28782 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
28783 when not gcc compiled for "backtrace from call7a".
c906108c
SS
28784 (localvars_after_alloca): Fix gdb_test cmds for
28785 "print * after runto ...".
28786 Remove rs6000-*-* xfails for
28787 "print i after runto localvars_after_alloca" and
28788 "print l after runto localvars_after_alloca"
28789 for all compilers.
28790 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 28791 when not compiled with gcc, for:
c906108c
SS
28792 "print signed char == (minus)",
28793 "print signed char != (minus)",
28794 "print signed char < (minus)",
28795 "print signed char > (minus)".
28796 * gdb.base/callfuncs.exp (do_function_calls):
28797 Add mips-sgi-irix* xfail, when compiled with native compiler, for
28798 "call inferior func with struct - returns char *".
d63a86f8 28799 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
28800 "correct value returned double test" to include Solaris 2.4.
28801 * gdb.base/funcargs.exp (float_and_integral_args):
28802 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 28803
c906108c
SS
28804Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28805
28806 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
28807 enumeration bitfields if compiling with GNU C.
28808 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
28809 to empty' prompt.
28810
28811Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
28812
28813 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
28814 test for PRO targets.
28815
28816 * gdb.base/funcargs.exp: Avoid ever setting more than 8
28817 breakpoints in the inferior at any given time by making
28818 two groups of breakpoints for call2*, call6* and call7*
28819 tests.
28820
28821Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28822
28823 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
28824 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
28825 from optimizing it away.
28826 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
28827 "call inferior func with struct".
28828
28829Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
28830
28831 * configure.in: Only configure gdb.chill for particular targets.
28832
28833Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
28834
28835 * gdb.base/Makefile.in: Add action to .c.o transformation
28836 rule that generates a .ci file for each .o file and remove
28837 explicit .c.o rules except for callfuncs.o.
28838 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
28839 generates a .ci file for each .o file and remove explicit
28840 .cc.o rules.
28841 (clean): Remove *.tmp *.ci files.
28842 (EXECUTABLES): Remove templ-info.exp.
28843 * gdb.base/compiler.c: New file.
28844 * gdb.c++/compiler.cc: New file
28845 * gdb.base/scope.exp: Source gdb.base/scope.ci.
28846 Change rs6000-*-* xfail for
28847 "print 'scope0.c'::filelocal_ro" and
28848 "print 'scope1.c'::filelocal" and
28849 "print 'scope1.c'::filelocal_bss" and
28850 "print 'scope1.c'::filelocal_ro" and
28851 "print 'scope1.c'::foo::funclocal" and
28852 "print 'scope1.c'::foo::funclocal_ro" and
28853 "print 'scope1.c'::bar::funclocal" and
28854 "print 'scope0.c'::filelocal_ro" and
28855 "print 'scope1.c'::filelocal at foo" and
28856 "print 'scope1.c'::filelocal_bss at foo" and
28857 "print 'scope1.c'::filelocal_ro at foo" and
28858 "print 'scope1.c'::foo::funclocal at foo" and
28859 "print 'scope1.c'::foo::funclocal_bss at foo" and
28860 "print 'scope1.c'::foo::funclocal_ro at foo" and
28861 "print 'scope1.c'::bar::funclocal at foo" and
28862 "print 'scope0.c'::filelocal_ro" and
28863 "print 'scope1.c'::filelocal" and
28864 "print 'scope1.c'::filelocal_bss" and
28865 "print 'scope1.c'::filelocal_ro" and
28866 "print 'scope1.c'::foo::funclocal" and
28867 "print 'scope1.c'::foo::funclocal_bss" and
28868 "print 'scope1.c'::foo::funclocal_ro" and
28869 "print 'scope1.c'::bar::funclocal" and
28870 "print 'scope1.c'::bar::funclocal_bss"
28871 to only be xfail'd when not compiled with gcc.
d63a86f8 28872 Add rs6000-*-* xfail for
c906108c
SS
28873 "print 'scope0.c'::filelocal_bss before run"
28874 when compiled with gcc.
28875 (test_at_main): Add rs6000-*-* xfail for
28876 "print filelocal_ro in test_at_main"
28877 when compiled with gcc.
28878 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 28879 Add rs6000-*-aix* xfail for
c906108c
SS
28880 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
28881 "ptype t_char_array", not compiled with gcc.
28882 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
28883 xfail for "list foo (in include file)" when gcc compiled.
28884 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 28885 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
28886 "run to call0a" if not compiled with gcc.
28887 (unsigned_integral_args): Add rs6000-*-* xfail for
28888 "run to call1a" if not compiled with gcc.
28889 (float_and_integral_args): Add rs6000-*-* xfail for
28890 "run to call2a" if not compiled with gcc and for
28891 "continue to call2b" for any compiler.
28892 Add rs6000-*-* xfail to
28893 "print f1 after run to call2a" for gcc compiled.
28894 (discard_and_shuffle): Add rs6000-*-* xfail for
28895 "run to call6a".
28896 (shuffle_round_robin): Add rs6000-*-* xfail for
28897 "backtrace from call7a" if not compiled with gcc.
28898 Add rs6000-*-* xfail for
28899 "backtrace from call7b" if compiled with gcc.
28900 (call_after_alloca): Add rs6000-*-* xfail for
28901 "print c in call_after_alloca" and
28902 "print s in call_after_alloca" and
28903 "backtrace from call_after_alloca_subr"
28904 if not compiled with gcc.
28905 (localvars_in_indirect_call): Add rs6000-*-* xfail for
28906 "print c in localvars_in_indirect_call" and
28907 "print c in localvars_in_indirect_call" and
28908 "backtrace in indirectly called function" and
28909 "stepping into indirectly called function"
28910 if not compiled with gcc.
28911 (localvars_after_alloca): Add rs6000-*-* xfail for
28912 "print c after runto localvars_after_alloca" and
28913 "print s after runto localvars_after_alloca" and
28914 "print i after runto localvars_after_alloca" and
28915 "print l after runto localvars_after_alloca"
28916 for all compilers.
28917 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
28918 than whatis-info.exp.
28919 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
28920 than opaque-info.exp.
28921 Setup rs6000-*-* xfail for
d63a86f8 28922 "ptype on opaque struct pointer (statically)" and
c906108c
SS
28923 "ptype on opaque struct pointer (dynamically)" when
28924 not compiled with gcc.
28925 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
28926 rather than callf-info.exp.
28927 (do_function_calls): Add clear_xfail for rs6000-*-* for
28928 "p t_float_values2(3.14159,float_val2)". Seems to work
28929 fine there, both with xlc and gcc. Need to find out what
28930 it is doing right and fix other platforms.
28931 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
28932 "call inferior func with struct - returns int",
28933 "call inferior func with struct - returns long",
28934 "call inferior func with struct - returns float",
28935 "call inferior func with struct - returns double",
28936 "call inferior func with struct - returns char *",
28937 but only if not gcc compiled (presumes xlc compiled).
28938 Change rs6000-*-* xfails for
28939 "call inferior func with struct - returns char" and
28940 " call inferior func with struct - returns short" to only
28941 xfail if not using gcc.
28942 (clean mostlyclean): Remove *.ci and *.tmp files.
28943 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
28944 than templ-info.exp.
28945 * gdb.base/langs.exp: Source gdb.base/langs.ci.
28946 Add rs6000-*-* xfail for "up to foo in langs.exp"
28947 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 28948 when not gcc compiled.
d63a86f8 28949
c906108c
SS
28950Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28951
28952 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
28953 * gdb.base/corefile.exp: Likewise.
28954 * gdb.base/list.exp: Likewise.
28955 * gdb.base/scope.exp: Likewise.
28956 * gdb.base/siganls.exp: Likewise.
28957
28958 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
28959 compiler output.
28960 * gdb.base/whatis.exp: Likewise.
28961
28962Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
28963
28964 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
28965 failure (opcode table has been fixed to match reality).
28966
28967Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
28968
28969 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
28970 "call inferior func with struct - returns char",
28971 "call inferior func with struct - returns short"
28972
28973 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
28974 "print 'scope0.c'::filelocal at main",
28975 "print 'scope0.c'::filelocal_bss in test_at_main",
28976 "print 'scope0.c'::filelocal at foo",
28977 "print 'scope0.c'::filelocal_bss in test_at_foo",
28978 "print 'scope0.c'::filelocal at bar",
28979 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 28980
c906108c
SS
28981 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
28982 in source file 1". This bug seems to have been fixed with both
28983 gcc and native cc (was native assembler bug?).
28984
28985Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
28986
28987 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
28988 "backtrace through signal handler" to "i*86-*-sysv4*".
28989 * gdb.base/signals.exp: Add xfail for "'next' behaved as
28990 continue" case. Add "known SVR4 bug" to fail message.
28991 Add "i*86-*-bsdi2.0" xfail for "handle all print".
28992 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
28993 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
28994 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
28995 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
28996 "up to foo in langs.exp", "show language at foo in
28997 langs.exp", "up to cppsub_ in langs.exp", "show
28998 language at cppsub_ in langs.exp", "up to fsub in
28999 langs.exp", and "show language at fsub in langs.exp".
29000 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29001 "bactrace in corefile.exp".
29002 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29003 "call inferior function with struct - returns float" and
29004 "call inferior function with struct - returns double".
d63a86f8 29005
c906108c
SS
29006Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29007
29008 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29009 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29010 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29011 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29012
29013Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29014
29015 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29016 (or overriden) "CHILL" macro rather then bare "gcc".
29017 Also look for ../../gcc/xgcc since that is what we will
29018 actually need, not "Makefile". Remove following assignment
29019 of CHILL to CHILL_FOR_TARGET because that results in
29020 recursive definition.
29021
29022Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29023
29024 * gdb.base/corefile.exp: Change xfail for backtrace in
29025 corefile.exp from linuxaout to all linux.
29026 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29027 cases where we miss the breakpoint at the signal handler
29028 for some reason. Setup xfail for linuxoldld/linuxaout and
29029 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29030 hitting SIGURG breakpoint.
29031 * gdb.base/signals.exp: Setup xfail for "next" acting like
29032 continue to add linuxoldld. Setup xfail for all linux for
29033 "next to handler in signals_tests_1", "backtrace in
29034 signals_tests_1", "continue to func1", "pass SIGUSR1",
29035 and continue to handler".
29036
29037Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29038
29039 * Update all FSF addresses except those in COPYING* files.
29040
29041Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29042
29043 * gdb.base/a2-run.exp: Change messages to be more explicit about
29044 the status of args, and quote binfile in results.
29045
29046Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29047
29048 * gdb.base/callfuncs.exp: Add tests for passing structs to
29049 inferior functions and return various types.
29050 * gdb.base/callfuncs.c: Add functions to receive a struct
29051 and return a member of the struct, in various types.
29052
29053Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29054
29055 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29056
29057Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29058
29059 * config/vxworks29k.exp: New file, sources vxworks.exp.
29060
29061Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29062
29063 * config/gdbremote.exp: New file. Testing framework using
29064 gdbserver.
29065
29066Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29067
29068 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29069 "call function when asleep" and "send end of file".
29070 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29071 for "backtrace in corefile.exp".
29072 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29073 for "backtrace through signal handler".
29074 * gdb.base/corefile.exp: Make sure we actually generate a core file
29075 before trying the core tests. Some systems allow the user to suppress
29076 generation of core files and default to that (linux for example).
29077 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29078 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29079
29080Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29081
29082 * gdb.threads: New directory with some crude multi-threaded
29083 gdb tests (step.exp and step2.exp).
29084 * config/mt-lynx (STEP_EXECUTABLE): Define.
29085 (THREADFLAGS): Define.
29086
29087Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29088
29089 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29090
29091 * gdb.base/signals.exp: Disable whole file for lynx until
29092 further notice.
29093
29094 * gdb.base/signals.exp: xfail test where "next" acts like
29095 "continue" for lynx.
29096
29097 * gdb.base/interrupt.exp: xfail test for calling function while
29098 inferior is asleep for lynx.
29099
29100 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29101 than one cr-lf after each command.
29102
29103Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29104
29105 * configure.in: Reinstate setting of stabsdirs variable, fix
29106 typo in setting up configdirs for native builds.
29107
29108 * gdb.base/return.exp: Fix typo in return double test.
29109 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29110 compiler from optimizing them away.
29111
29112Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29113
29114 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29115 sequences to be echo'd by gdb when using gdb_test.
29116 * gdb.chill/chexp.exp: Likewise.
29117 * gdb.fortran/exprs.exp: Likewise
29118
29119Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29120
29121 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29122 after the inferior gdb has started.
29123
29124 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29125 after each command.
29126 * gdb.base/funcargs.exp: Likewise.
29127 * gdb.base/gdbvars.exp: Likewise.
29128 * gdb.base/interrupt.exp: Likewise.
29129 * gdb.base/list.exp: Likewise.
29130 * gdb.base/watchpoint.exp: Likewise.
29131 * gdb.c++/demangle.exp: Likewise.
29132 * gdb.c++/inherit.exp: Likewise.
29133 * gdb.chill/chexp.exp: Likewise.
29134 * gdb.fortran/exprs.exp: Likewise.
29135
29136 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29137 test if we can't handle IO to/from the inferior.
29138
29139 * gdb.c++/misc.exp: Always check for a program already being
29140 started after sending a "run" command to gdb.
29141
29142 * gdb.base/twice.exp: Start with a fresh gdb.
29143
29144 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29145 only depend on gdb's expression code, not the chill runtime.
29146
29147 * gdb.base/return.c: Put return values into variables so we
29148 can have gdb print them rather than depending on the program
29149 to print them.
29150 * gdb.base/return.exp: Corresponding changes.
29151
29152 * lib/gdb.exp: Provide default value for noinferiorio.
29153 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29154 the inferior.
29155
29156 * gdb.base/break.exp: Always check for a program already being
29157 started after sending a "run" command to gdb.
29158 (text_next_with_recursion): Don't check the output from the
29159 program's printf statement. Instead just make sure the program
29160 exited.
29161
29162 * gdb.base/commands.exp: Protect tests which need arguments with
29163 $noargs conditionals.
29164
29165Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29166
29167 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29168 of structure member arrays to match gdb/valops.c:value_addr change.
29169
29170Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29171
29172 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29173 cases.
29174
29175Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29176
29177 * configure.in (configdirs): Remove gdb.chill from default list
29178 of subdirs and then add it back in only if doing a native build.
29179 The current chill compiler does not yet work in any cross build.
29180 * Revert all signal changes from Jul 6.
29181 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29182 for sh-hms targets, allowing these tests to link, with no other
29183 changes. Testing is suppressed by setting "nosignals" in site.exp.
29184
29185Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29186
29187 * configure.in (signaldirs): Define and add to configdirs for all
29188 targets except some specific ones that are known to not support signals.
29189 Also clean up formatting.
29190 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29191 (signals, sigall): Remove rules to build.
29192 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29193 Moved to new gdb.signals directory.
29194 * gdb.signals: New test directory.
29195 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29196 signals.c signals.exp}: New or moved files.
29197
29198Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29199
29200 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29201
29202Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29203
29204 * gdb.base/return.exp: Xfail `return double' test failure
29205 on at least Solaris 2.3 and handle future/past versions on
29206 a case by case basis as appropriate. Also update message
29207 to include i*86 failures.
29208
29209Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29210
29211 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29212
29213 * lib/gdb.exp: Fix comment which erroneously identified
29214 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29215 gdb_file_cmd not gdb_load).
29216 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29217
29218 * gdb.base/setvar.exp: Make test names consistent between pass and
29219 fail cases. Use gdb_test more.
29220
29221Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29222
29223 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29224
29225Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29226
29227 * gdb.base/help.exp: Fix expected help string for `show commands'.
29228
29229Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29230
29231 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29232
29233 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29234 of a text section.
29235
29236Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29237
29238 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29239 that loop eventually terminates. Fix Connection refused logic so
29240 that testsuite will expire nicely.
29241
29242Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29243
29244 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29245 config/rom68k.exp: New tcl glue for the appropriate monitors.
29246 These all just end up calling monitor.exp.
29247 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29248 refused' by retrying. Cleanup some timeout issues.
29249 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29250 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29251 callers don't have to set/restore global timeout variable.
29252
29253 * The following set of changes centralizes management of the global
29254 timeout variable. This way, it can be set in one target dependent
29255 place instead of dozens of places scattered throughout the test suite.
29256 If you need to lengthen a timeout, then you should either set timeout
29257 in one of the config/{target}.exp files, or multiply it by a factor.
29258 Setting it to an absolute value is always going to lose for some
29259 targets.
29260 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29261 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29262 * gdb.base/funcargs.exp: Don't set timeout.
29263 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29264 * gdb.base/printcmds.exp (test_print_string_constants
29265 test_print_array_constants): Don't set timeout.
29266 * gdb.base/ptype.exp: Don't set timeout.
29267 * gdb.base/recurse.exp: Don't set timeout.
29268 * gdb.base/return.exp: Don't set timeout.
29269 * gdb.base/watchpoint.exp: Don't set timeout.
29270 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29271 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29272
29273Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29274
29275 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29276
29277Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29278
29279 * lib/gdb.exp: Disable chill tests for irix5.
29280
29281Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29282
29283 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29284 each test pass or fail.
29285
29286Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29287
29288 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29289 xlc not gcc.
29290
29291Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29292
29293 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29294
29295Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29296
29297 * config/est.exp: Fix copyright and comments. Remove dead code.
29298 Use targetname, serialport and baud variables instead of fixed
29299 constants.
29300 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29301 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29302
29303Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29304
29305 * gdb.base/watchpoint.exp: Don't run
29306 test_watchpoint_triggered_in_syscall for sunos.
29307
29308Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29309
29310 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29311 they don't seem to exist. Do include stdio.h.
29312
29313Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29314
29315 * gdb.base/a1-selftest.exp: Add alpha xfail.
29316
29317Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29318
29319 * gdb.base/watchpoint.c (main): Prompt before calling read().
29320 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29321 Revise accordingly. Remove cruft about sending "123" several
29322 times, until it gets noticed. Clean up the "print buf[0]" stuff
29323 so that it passes or fails, and waits for prompts in the usual way.
29324
29325Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29326
29327 * gdb.base/recurse.exp: Fix comment.
29328
29329 * TODO: Remove item about printing variables in nodebug.exp. Add
29330 item about enabling tests which are only run on some targets.
29331
29332 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29333 fail, make test names unique, use new gdb_test convention
29334 regarding pattern, use gdb_test more, etc.).
29335
29336 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29337 fail, make test names unique, etc.).
29338
29339Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29340
29341 * gdb.base/nodebug.c: Change return type of top and middle to
29342 short.
29343 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29344 are fixed by the recent mdebugread.c changes. Allow `short ()'
29345 as type for top and middle.
29346
29347Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29348
29349 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29350 nearly as I can tell, the whole thing was an accident in Stu's
29351 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29352 to replace a send/expect pair with gdb_test, but ended up only
29353 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29354 of 30 Mar 1995 took care of it, but left this vestigial comment
29355 which I am now nuking.
29356
29357Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29358
29359 * gdb.base/break.exp: Look for different line number for
29360 breakpoint at main depending on usestubs.
29361
29362Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29363
29364 * gdb.base/list.exp: Adjust some alternate expect patterns to
29365 match recent list0.c change. Add alternate expect pattern for
29366 output from `list default lines around main' for optimizing
29367 compilers.
29368
29369Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29370
29371 * lib/gdb.exp: If nosignals is not set, set it to 0.
29372
29373Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
29374
29375 * config/slite-gdb.exp: Responds to load symbol table prompt.
29376 * gdb.base/break.exp: Adjust line number, fix rerun.
29377 * gdb.base/langs0.c: Add #ifdef usestubs.
29378
29379Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
29380
29381 * gdb.base/list.exp: Adjust line contents after adding new lines in
29382 list0.c. Also fix a syntax error.
29383
29384 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
29385 * gdb.base/break.exp: ditto.
29386 * gdb.base/list.exp: ditto.
29387 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
29388 * gdb.base/run.c: ditto.
29389 * gdb.base/list0.c: ditto.
29390 * gdb.base/funcargs.c: ditto.
29391
29392Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
29393
29394 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
29395 $targetname, $serialport and $baud instead of hardwired variables.
29396 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
29397 target doesn't support signals.
29398
29399Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
29400
29401 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
29402
29403Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29404
29405 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
29406 Don't rely on the value of an auto variable before it has been
29407 initialized. Use gdb_test more.
29408
29409Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29410
29411 * lib/gdb.exp (default_gdb_version): A version number must start
29412 with a digit, but other than that contains all characters up to
29413 the first whitespace character.
29414
29415Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29416
29417 * gdb.base/commands.exp (breakpoint_command_test): New tests.
29418
29419Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29420
29421 * gdb.c++/*.exp: Warn if executable does not exist. The original
29422 reason for skipping the warning was that configure.in sometimes
29423 intentionally skipped building the executables but the tcl code
29424 had no way of knowing. That (a) was always bogus with respect to
29425 error handling, (b) is no longer true (right now there is no way
29426 to skip C++ tests).
29427
29428 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
29429
29430Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29431
29432 * gdb.base/list.exp: Add expect patterns for output from
29433 SunPRO compiled executables.
29434 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
29435 types.
29436
29437Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29438
29439 * gdb.base/break.exp (test_next_with_recursion): Accept any line
29440 number (we are already testing that the correct source line text
29441 gets printed).
29442
29443 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
29444 that is what is intended, but something needed to be done to get
29445 sunos4 native working again.
29446
29447 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
29448
29449 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
29450 apparently went with a (very) old xfail.
29451
29452Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
29453
29454 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
29455 runto_main is a proc in gdb.exp that will do 'step' for target use
29456 stubs.
29457 * gdb.base/exprs.exp: ditto.
29458 * gdb.base/interrupt.exp: ditto.
29459 * gdb.base/opaque.exp: ditto.
29460 * gdb.base/printcmds.exp: ditto.
29461 * gdb.base/ptype.exp: ditto.
29462 * gdb.base/scope.exp: ditto.
29463 * gdb.base/setvar.exp: ditto.
29464 * gdb.base/signals.exp: ditto.
29465 * gdb.base/twice.exp: ditto.
29466 * gdb.c++/classes.exp: ditto.
29467 * gdb.c++/inherit.exp: ditto.
29468 * gdb.c++/templates.exp: ditto.
29469 * gdb.base/break.exp: no run and hit main for stubs. Change line
29470 numbers for breakpoints and info breakpoint.
29471 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
29472 breakpoint().
29473 * gdb.base/callfuncs.c: ditto.
29474 * gdb.base/exprs: ditto.
29475 * gdb.base/interrupt.c: ditto.
29476 * gdb.base/opaque0.c: ditto.
29477 * gdb.base/printcmds.c: ditto.
29478 * gdb.base/ptype.c: ditto.
29479 * gdb.base/scope0.c: ditto.
29480 * gdb.base/setvar.c: ditto.
29481 * gdb.base/signals.c: ditto.
29482 * gdb.base/twice.c: ditto.
29483 * gdb.c++/misc.cc: ditto.
29484 * gdb.c++/templates.cc: ditto.
29485
29486Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29487
29488 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
29489
29490 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
29491 somewhere between `read' and `main.c'. I'm pretty sure the
29492 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
29493 and it isn't particularly useful.
29494
29495 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
29496
29497Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29498
29499 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
29500
29501Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
29502
29503 * config/mt-slite: add LIBS and -nostdlib.
29504 * config/slite-gdb.exp: add this new file to support sparclite target.
29505
29506Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
29507
29508 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
29509
29510 * gdb.base/a2-run.exp: Change argument to istarget from
29511 "*-*-vxworks" to "*-*-vxworks*".
29512 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
29513
29514Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
29515
29516 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
29517 will not runto main but do a 'step' to step out of breakpoint().
29518 * config/mt-slite: add -Dusestubs.
29519
29520Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29521
29522 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
29523 instead of just @.
29524
29525 * gdb.base/signals.exp: Add test for "handle all print".
29526 * TODO: Remove "handle all print". Also remove item about
29527 checking copyright date (I don't like the idea of a spurious FAIL
29528 based on when we run the tests).
29529
29530 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
29531 for SunOS4 (reason for failure not investigated). Remove
29532 redundant test for $binfile.
29533
29534 * gdb.base/nodebug.c (array_index): Call malloc.
29535
29536 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
29537
29538Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
29539
29540 * gdb.base/recurse.exp: Update gdb_test invocation to use new
29541 conventions and slightly simplify the matching regexp.
29542
29543Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29544
29545 * gdb.base/break.exp: Update gdb_test invocation to use new
29546 convention.
29547
29548 * lib/gdb.exp: If noargs is not set, set it to 0.
29549
29550 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
29551 tests unique.
29552
29553 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
29554
29555Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29556
29557 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
29558 one argument of type "<non-float parameter>".
29559
29560Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
29561
29562 * config/rom68k.exp: New file to support Motorola IDP board.
29563 * gdb.base/a2-run.exp: Skip this file if noargs is set.
29564 * gdb.base/break.c: Change things around so that this program
29565 doesn't depend upon args. This is necessary to make remote
29566 targets work (in general, they can't take args).
29567 * gdb.base/break.exp: Don't try to send args to program. Don't
29568 expect output. Also, replace lots of code with gdb_test.
29569
29570Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29571
29572 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
29573 printing of '\'' (which is what the comment says we are testing,
29574 even though we were not), not '''.
29575 (test_integer_literals_rejected): Test that printing ''' is an error.
29576
29577 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29578 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
29579 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
29580 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
29581 Use gdb_test not test_print_accept.
29582 * lib/gdb.exp: Remove test_print_accept.
29583
29584 * gdb.base/signals.exp (signal_tests_1): Make pass message
29585 consistent with fail message.
29586
29587 * gdb.base/whatis.exp: Remove xfails for printing char vs.
29588 unsigned char; the bug (PR 1821) is fixed.
29589
29590 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
29591
29592 * gdb.base/scope.exp (test_at_localscopes): Call pass for
29593 successful tests--makes xfailing them work right.
29594
29595Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29596
29597 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
29598 only \r\n, not .*. The test can pass .* as the last thing in
29599 $pattern if that is what it wants. In addition to providing this
29600 flexibility, this change should speed up pattern matching in cases
29601 where the pattern already ended with .* (there were a number of
29602 them). This change also helps catch bad patterns--in the old
29603 scheme the typo "char \*" instead of "char \\*" would pass. Now
29604 it is caught.
29605 * Many .exp files: Update callers.
29606
29607 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
29608 clearer and does not spuriously match multiple ('s. Likewise for
29609 ) and *.
29610
29611 * gdb.base/nodebug.exp: Test ability to call a function and pass
29612 it a string (even with no debugging info).
29613
29614 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
29615 "p '\'", which is the same as "p ''" once tcl gets done with
29616 quoting, to "p '\\'", which I suspect is what is intended (one
29617 backslash gets sent to GDB).
29618
29619 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
29620
29621Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29622
29623 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
29624 1817) was fixed literally years ago.
29625
29626Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29627
29628 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
29629 test, it causes stepping out of call_after_alloca_subr with
29630 optimizing compilers.
29631 (localvars_in_indirect_call): Consume GDB prompt if `finish'
29632 fails.
29633
29634 * gdb.c++/templates.exp: Source templ-info.exp only if
29635 the templates executable exists.
29636
29637 * gdb.c++/misc.cc (class Contains_static_instance,
29638 class Contains_nested_static_instance),
29639 gdb.c++/classes.exp (test_static_members): Test printing of
29640 a class that contains a static instance of the class.
29641
29642Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29643
29644 * gdb.base/langs2.c (cppsub_): Don't prototype.
29645 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
29646 only, I believe).
29647
29648Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29649
29650 * lib/gdb.exp (skip_chill_tests): New procedure.
29651
29652 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
29653
29654Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
29655
29656 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
29657 each expect pattern. Cuts runtime from 12 to about 4 seconds.
29658
29659Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29660
29661 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
29662
29663 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
29664 disassemble 8, not 16, instructions for part 4.
29665
29666 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
29667 support the latter anymore.
29668
29669 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
29670 -DNO_PROTOTYPES.
29671 * gdb.base/callfuncs.c: Control use of prototypes based on
29672 NO_PROTOTYPES, not __STDC__.
29673 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
29674 t_float_values2 tests if prototypes in use.
29675
29676 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
29677 t_double_values): When checking differences against DELTA, check
29678 that difference is within the range (-DELTA,DELTA), not just
29679 (-infinity,DELTA).
29680
29681Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
29682
29683 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
29684 'file' command firts, then 'target', then 'load', this is due to gdb
29685 target set up.
29686 * config/mips-gdb.exp: Fix a couple regular exp bugs.
29687
29688Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
29689
29690 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
29691 FP load/store variants.
29692 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
29693
29694Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29695
29696 * gdb.base/term.exp: Do not give a warning if not native, it is
29697 not an abnormal condition.
29698
29699Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
29700
29701 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
29702 t_char_array".
29703
29704Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
29705
29706 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
29707 are getting the version number.
29708
29709 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
29710 if not native, it is not an abnormal condition.
29711
29712Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29713
29714 * lib/gdb.exp: Just use "file exists", rather than undocumented
29715 dejagnu procedure "findfile".
29716
29717Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29718
29719 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
29720 (LDFLAGS): Set to -Xlinker -Ur.
29721
29722 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
29723 Removed, these values are set by lib/gdb.exp.
29724
29725 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
29726
29727Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
29728
29729 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
29730 of replicating gdb startup code.
29731
29732 * config/mt-vxworks (LDFLAGS): Set to -r.
29733 (CFLAGS_FOR_TARGET): Removed.
29734
29735 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
29736 (gdb) and gdb for vxworks uses (vxgdb).
29737
29738 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
29739 executable is not in the tree and host != target, use sed and
29740 program_transform_name to determine the gdb name used by the
29741 target.
29742
29743 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
29744 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
29745
29746Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29747
29748 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
29749 floats, chars, and shorts where there are ANSI-style function
29750 definitions.
29751
29752 * gdb.base/langs.exp, gdb.base/langs*: New test.
29753 * gdb.base/Makefile.in: Build it.
29754 * TODO: Remove item about checking that C names don't get C++
29755 demangling applied; this test tests it.
29756
29757Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29758
29759 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
29760 went with the const70 xfail. The xfail went away a year ago.
29761
29762 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
29763
29764 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
29765 for hp300.
29766
29767 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
29768
29769 * gdb.base/a1-selftest.exp: Don't run on hp300.
29770
29771Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29772
29773 * Makefile.in (site.exp): Set host_alias and target_alias as well
29774 as host_triplet and target_triplet.
29775
29776Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29777
29778 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
29779
29780 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
29781 places as other ecoff systems).
29782
29783 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
29784 ultrix.
29785
29786Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29787
29788 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
29789 remove them.
29790 * gdb.base/nodebug.exp: Accept "function" in addition to "text
29791 variable and "variable" in addition to "data variable".
29792 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
29793
29794 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
29795 2.
29796 * gdb.base/list1.c (long_line): Add additional statement at start
29797 of function.
29798 * gdb.base/list.exp (test_forward_search): Update line number to
29799 reflect new statement.
29800
29801Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29802
29803 * gdb.base/signals.exp: Reinitialize searched source directories
29804 after gdb_start call.
29805
29806Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
29807
29808 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
29809 * gdb.stabs/Makefile.in: Likewise.
29810
29811 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
29812 change. Instead split the tests into smaller pieces.
29813 * gdb.disasm/hppa.s: Corresponding changes.
29814
29815Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29816
29817 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29818 Quote ^C when passing it to stty. For some shells ^ is a pipe.
29819
29820 * gdb.base/funcargs.exp: Modify many tests so that every test
29821 either passes or fails. Make some test names unique.
29822
29823Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29824
29825 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
29826 Call stty to set interrupt character.
29827
29828 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
29829 for HP assembler versus GNU assembler based on actual behavior of
29830 $(CC), rather than assuming that $(AS) is always the GNU assembler.
29831
29832 * TODO: Suggest a few more stepping tests.
29833
29834Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
29835
29836 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
29837 restart GDB for h8300 after a continue.
29838 (return): Add pattern to match a29k-udi behavior.
29839 * gdb.base/nodebug.exp: Remove obsolete comment.
29840 * gdb.base/regs.exp: New file, testing of register displays.
29841 * gdb.base/return.exp: Fix typo in reference to $objdir.
29842 * gdb.base/whatis.exp: Always start with a fresh GDB.
29843
29844Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29845
29846 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
29847 higher, these tests generate a lot of output.
29848
29849Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29850
29851 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
29852 code following the catch silently ignored some errors; without the
29853 catch they should be thrown like any other tcl error. Also, the
29854 catch used "" instead of {} which meant all the callers who wanted
29855 to include one of the characters "[]$ had to quote it an extra time.
29856 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
29857 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
29858 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
29859 Remove extra quoting.
29860
29861Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
29862
29863 * gdb.base/commands.exp: Make test names unique; every test either
29864 passes or fails. Update some comments.
29865
29866 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
29867
29868Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29869
29870 The following fixes a FAIL caused by the fact that the alpha stabs
29871 configuration didn't use the ".if alpha" code in weird.def.
29872 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
29873 bit pointer, so the 32 bit version works even on the alpha.
29874 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
29875 Remove the stuff which allowed us to have separate versions for
29876 alpha and everything else.
29877
29878 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
29879 regexp which "info func operator\[\](" is supposed to match. Fix
29880 string to send to GDB. Note that GDB still doesn't work right. Add a
29881 new test for "info func .perator\[\](" which GDB does handle correctly.
29882
29883 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
29884
29885Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29886
29887 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
29888 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
29889 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
29890 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
29891 it makes the tests harder to understand and confuses test-o-matic.
29892 The preferred style is that each test provides a PASS or a FAIL,
29893 and has a unique message (e.g. "continue #54" not just "continue")
29894 which is the same for the pass and the fail.
29895 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
29896 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
29897 to lib/gdb.exp.
29898 * gdb.base/printcmds.exp: Use test_print_accept. Remove
29899 prt_accept which was basically the same thing. Likewise for
29900 test_print_reject and prt_reject.
29901 * lib/gdb.exp (test_print_reject): Add some more error message
29902 patterns to match from the former printcmds.exp (prt_reject).
29903 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
29904 One defect of the passcount stuff is that some of it failed to
29905 report XPASS where appropriate.
29906 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
29907 stuff before and after arg in expected pattern.
29908 (test_paddr_operator_functions): Re-do test without print_addr_of;
29909 this is the only test which seems to want extra stuff there.
29910
29911Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29912
29913 * gdb.base/nodebug.exp: Update new tests to reflect improved
29914 wording of gdb output.
29915
29916 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
29917 and "ptype" work on variables in files compiled without -g.
29918 Replaces commented out "maint print msymbol" tests.
29919
29920Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29921
29922 * gdb.base/setvar.c (dummy): Call malloc.
29923
29924 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
29925 losing with the irix4 sed.
29926
29927 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
29928 ALRM" on irix4.
29929
29930Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29931
29932 * TODO: Remove items about corefile.exp testing new exec-file and
29933 backtrace; both are now done. Add items about printing enums.
29934
29935Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29936
29937 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
29938 "get signal $thissig" test fails.
29939
29940 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
29941
29942Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29943
29944 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
29945 compiler warning with dec alpha compiler.
29946
29947 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
29948 extra \n from gdb_test call (this explains why the prompt test
29949 that I removed yesterday was there).
29950 (user_defined_command_test): Remove extra \n and prompt test.
29951
29952 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
29953 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
29954 doesn't exist.
29955 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
29956 Also remove alpha workaround, which turns out to be because
29957 SIGABRT == SIGLOST.
29958
29959 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
29960
29961 * gdb.base/help.exp: Don't test "help show".
29962
29963Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29964
29965 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
29966 "set print address" is on.
29967 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
29968 pass prompt to gdb_test; gdb_test already looks for the prompt.
29969
29970 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
29971
29972 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
29973 was a vestige of the manual TESTSTRATEGY, and the purpose of it
29974 was to make sure that gdb can read a core file. But (a) the "read
29975 the corefile" part didn't make it to a1-selftest.exp, we just
29976 delete the corefile after creating it, and (b) we test reading
29977 corefiles in corefile.exp anyway. Also, this test left around a
29978 xgdb process on Solaris.
29979
29980 * gdb.base/corefile.exp: Also test backtrace.
29981
29982Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
29983
29984 * gdb.base/commands.exp: Test a simple user defined command with
29985 arguments and if/while statements; verify the full user command is
29986 printed by "show user".
29987
29988 * gdb.base/commands.exp: Test if/while commands as part of a
29989 breakpoint command list; verify they appear in breakpoint
29990 information.
29991
29992Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
29993
29994 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
29995 than by dividing by zero.
29996
29997Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
29998
29999 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30000 performing an inferior call with watchpoints enabled.
30001 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30002 call.
30003
30004Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30005
30006 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30007 of "file" command.
30008
30009 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30010 Add additional pattern for when "int operator int(void);" appears
30011 in a different order.
30012
30013Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30014
30015 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30016
30017 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30018 and "signal" with ".*".
30019
30020Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30021
30022 * TODO: Add note about "handle all nostop".
30023
30024 * gdb.base/{sigall.c, sigall.exp}: New test.
30025 * gdb.base/Makefile.in: Add it.
30026
30027Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30028
30029 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30030 when invoking GDB, suppresses any windowing interface.
30031
30032Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30033
30034 * config/sim-gdb: New file, simulator testing support.
30035
30036Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30037
30038 * gdb.base/interrupt.exp: Test calling func1 twice.
30039
30040Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30041
30042 * gdb.base/list.exp (test_forward_search): Set timeout higher
30043 when we'll be getting lots of output from gdb.
30044
30045 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30046 "init_malloc" to after the expect statement. Run it if that
30047 regexp is taken, but also for two others which happen if source
30048 cannot be found.
30049
30050Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30051
30052 * gdb.base/printcmds.exp: New test, for printing register before
30053 program is running.
30054
30055Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30056
30057 * gdb.base/list.exp: Correct some alternate expect patterns
30058 to reflect changes in list1.c.
30059
30060Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30061
30062 * TODO: Add item regarding large frames.
30063
30064 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30065
30066 * TODO: Remove item about enabling return.exp; it
30067 is enabled. Suggest a few more "return" tests.
30068
30069Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30070
30071 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30072 anonymous unions.
30073
30074Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30075
30076 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30077 and pr-5646.o, so "make" is the same as "make all", not "make
30078 pr-4975.o".
30079
30080Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30081
30082 * gdb.base/list.exp: Adjust expectations to reflect changes in
30083 list1.c.
30084 (test_forward_search): New test proc.
30085 * gdb.base/list1.c (long_line): New function, has long source line.
30086
30087Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30088
30089 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30090 additional line of code that was added.
30091
30092Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30093
30094 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30095 tests so as not to overflow expect's input buffers.
30096 * gdb.disasm/hppa.exp: Corresponding changes.
30097
30098Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30099
30100 Beginnings of template debugging tests.
30101 * gdb.c++/templ-info.cc: New file to test for template
30102 debugging capability of the compiler.
30103 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30104 templ-info.cc.
30105 * gdb.c++/templates.cc: Add explicit template instantiations
30106 to enable compiling with -fno-implicit-templates. Add destructor
30107 and 'value' method to T5 class for template tests.
30108 * gdb.c++/templates.exp: Add testcases for printing of template
30109 types, setting breakpoints on template methods and calling a
d63a86f8 30110 template method.
c906108c
SS
30111
30112Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30113
30114 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30115 branch target since some assemblers (gas-2.5) may emit a
30116 relocation for the branch instead of resolving it in the
30117 assembler.
30118
30119Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30120
30121 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30122 through signal handler.
30123
30124Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30125
30126 * configure.in (*-*-netware): Use config/mt-netware.
30127
30128 * config/mt-netware: New file.
30129 * config/mt-i386-netware: Removed, separate configs for different
30130 netware architectures are no longer needed now that we have
30131 --with-headers.
30132
30133Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30134
30135 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30136 by the recent changes to use ANSI C arithmetic conversions.
30137
30138Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30139
30140 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30141 bug involving using inferior_pid to figure out whether to select a
30142 frame.
30143
30144Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30145
30146 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30147 match the current disassembler output.
30148
30149Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30150
30151 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30152 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30153 types, expect "int" as type of integer values (for now).
30154
30155Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30156
30157 * gdb.base/commands.exp: New tests for if/while commands.
30158
30159Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30160
30161 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30162 by .*, since hex values have different syntax in Chill mode.
30163
30164Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30165
30166 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30167 linefeed from expect pattern for repeated types with indices > 9.
30168
30169Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30170
30171 First part of Fortran test suite.
30172 * gdb.fortran: New directory.
30173 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30174
30175Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30176
30177 * gdb.base/default.exp: Update expect pattern for load command
30178 without arguments.
30179
30180Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30181
30182 * configure.in: Change i386 to i[345]86.
30183 * gdb.base/configure.in: Likewise.
30184 * gdb.c++/configure.in: Likewise.
30185 * gdb.chill/configure.in: Likewise.
30186
30187Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30188
30189 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30190 patterns, since that is not a valid context for comments.
30191
30192Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30193
30194 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30195 repeated types and repeated types with indices > 9.
30196
30197Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30198
30199 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30200 2417; old bug has been fixed.
30201
30202Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30203
30204 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30205 send the newline ourselves instead of assuming gdb_test will do
30206 so when passed an empty input string.
30207
30208 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30209 stabs testcode.
30210
30211Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30212
30213 * lib/gdb.exp (gdb_test): Don't send anything if the first
30214 argument is an empty string. This makes cases where we want to
30215 match output that is already in expect's buffers (for example,
30216 matching a breakpoint after gdb_run_cmd has been called) work
30217 reliably.
30218
30219Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30220
30221 * config/netware.exp: New file.
30222
30223Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30224
30225 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30226 the -B and -L prefixes so we can find the debugging stub.
30227
30228 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30229 there and we are using the gcc from the tree.
30230
30231 * gdb.base/types.c: Removed.
30232
30233 * gdb.base/configure.in: Look for makefile fragments in ../config.
30234 Recognize i386-*-netware.
30235 * gdb.c++/configure.in: Likewise.
30236
30237Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30238
30239 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30240 the correct TCL syntax.
30241
30242Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30243
30244 * gdb.base/opaque.exp: use runto instead of messing around with
30245 breakpoints. Simplify by using gdb_test.
30246
30247 * gdb.base/bitfields.exp: restart between tests on netware targets
30248 because breakpoints aren't relocated after target death. Run
30249 processes to completion.
30250
30251 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30252
30253Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30254
30255 * Makefile.in: Remove extra tabs that confuse some versions
30256 of "make". Use the newly built gdb to test with by default,
30257 rather than the first one in the tester's search path.
30258
30259Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30260
30261 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30262
30263 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30264 condition help.
30265
30266Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30267
30268 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30269
30270 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30271 running.
30272 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30273 * gdb.base/funcargs.exp: Likewise.
30274
30275 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30276 * gdb.base/funcargs.exp: Likewise.
30277
30278 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30279 message is "".
30280
30281Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30282
30283 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30284 return,signals,twice}.exp: Handle non-existant binaries
30285 consistantly.
30286
30287 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30288 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30289 might testing a cross development system.
30290
30291Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30292
30293 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30294 runtest script is relative to ${srcdir}, not ${rootdir}.
30295
30296Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30297
30298 * gdb.base/signals.exp: Allow for optionality of breakpoint
30299 address.
30300
30301Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30302
30303 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30304
30305Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30306
30307 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30308 for size_t definition.
30309 * gdb.c++/templates.cc: Likewise
30310
30311 * config/mt-i386-netware: New file.
30312
30313 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30314 defined.
30315
30316 * gdb.base/Makefile.in: Added support for systems that name core
30317 files by appending "core" to the program name.
30318 * gdb.base/a1-selftest.exp: Likewise.
30319
30320Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30321
30322 * gdb.base/return.exp: Add comment and message for `return double'
30323 test failure on Sparc Solaris.
30324
30325Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30326
30327 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30328
30329Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30330
30331 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30332 from optimizing them away.
30333 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30334 patterns to include default constructors and assignment operators,
30335 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30336 character in the output of the virtual base pointer.
30337
30338Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30339
30340 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30341 expression match in print_addr_of to avoid unintented matches.
30342 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30343 versions up to 2.5.8.
30344
30345Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30346
30347 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30348 included file to run under newer versions of expect.
30349 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30350 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30351 Remove xfail for the virtual table of BDDHookV.
30352
30353Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30354
30355 * lib/gdb.exp (string_to_regexp): Set a default result.
30356 (default_gdb_start): Fix misleading message.
30357
30358Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30359
30360 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
30361 Remove all CC, etc definitions.
30362 * config/mt-hpux: New file.
30363 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
30364 (CFLAGS, LDFLAGS): Define.
30365 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
30366
30367 * Makefile.in (site.exp): Don't insert host_os, etc.
30368 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
30369 (distclean): Check existence of subdir.
30370 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
30371 * gdb.base/Makefile.in: General cleanup and simplification.
30372 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30373 to build executables. Use default rule to build .o files.
30374 (EXPECT, RUNTEST, CC): Fix relative pathname.
30375 (site.exp): Don't insert host_os, etc.
30376 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
30377 and/or SIGUSR1 defined.
30378 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
30379 * gdb.c++/Makefile.in: General cleanup and simplification.
30380 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
30381 (CFLAGS): Remove.
30382 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
30383
30384Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
30385
30386 * gdb.base/recurse.exp: Misc changes to get tests running again
30387 after Kung's changes to the watchpoint code.
30388 * gdb.base/watchpoint.exp: Likewise.
30389
30390Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
30391
30392 * lib/gdb.exp (string_to_regexp): Convert {\} also.
30393
30394Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
30395
30396 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
30397 * lib/gdb.exp (default_gdb_start): Define.
30398 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
30399 gdb.base/funcargs.exp, gdb.base/opaque.exp,
30400 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
30401 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
30402 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
30403 Don't call gdb_target_udi in between tests.
30404
30405Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30406
30407 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
30408 (which was basically just a local version of the same thing). In
30409 addition to avoiding duplication, gdb_test_exact is faster.
30410 * lib/gdb.exp (gdb_test_exact): Fix typo.
30411
30412 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
30413 don't give an error.
30414
30415 * gdb.base/term.exp: Call delete_breakpoints before starting.
30416
30417 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
30418 (t10): Add comment.
30419
30420Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30421
30422 Reorganization of the GDB Test Suite.
30423
30424 * gdb.base: New directory, contains all the basic tests.
30425 * gdb.c++: New directory, tests specific to C++.
30426 * gdb.chill: New directory, tests specific to Chill.
30427 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
30428 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
30429 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
30430 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
30431 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
30432 t30-31 to chill).
30433 * */gdbme.*: Rename to match appropriate expect scripts.
30434 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
30435 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
30436 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
30437 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
30438 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
30439 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
30440 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
30441 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
30442 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
30443 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
30444 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
30445 gdb.c++/virtfunc.cc: New names of C++ files.
30446 * gdb.chill/chillvars.ch: New name of Chill file.
30447 * gdb.base/configure.in, gdb.c++/configure.in,
30448 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
30449 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
30450 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
30451 * configure.in (configdirs): Update to reflect directory changes.
30452 (target_abbrev): No longer define for any configuration.
30453 * Makefile.in: Cosmetic improvements to header comments.
30454
30455Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
30456
30457 Various changes to gdb.t31:
30458
30459 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
30460 * gdbme.ch: Make all key-words and predefineds be upper-case.
30461 * chillvars.exp: Expect key-words and predefinds in upper-case.
30462
30463 * chillvars.exp: Use gdb_test_exact many places.
30464 Change expected output for arrays (which now includes index labels).
30465
30466 * pr-5020.exp, gdme.ch (module PR_5020):
30467 New test, for PR-5020.
30468
30469Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
30470
30471 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
30472 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
30473
30474Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
30475
30476 * Makefile.in: Fix bit-rot in definitions of CHILL,
30477 CHILL_FOR_TARGET and Chill_LIB.
30478 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
30479 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
30480 CHILL, and CHILL_LIB.
30481
30482Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
30483
30484 * Revert the previous changes. Please see Rob's directory
30485 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
30486
30487Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
30488
30489 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
30490 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
30491 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
30492 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
30493 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
30494 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
30495 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
30496 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
30497 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
30498 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
30499 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
30500 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
30501 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
30502 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
30503 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
30504 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
30505 changes from 94Q1.
30506
30507Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
30508
30509 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
30510 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
30511 Rob's new testing fragments.
30512
30513Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
30514
30515 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 30516 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
30517
30518Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
30519
30520 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
30521 version also, match on casted version strings, and match on
30522 gdb startup case where the line numbers might be messed up.
30523
30524Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
30525
30526 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 30527 (CFLAGS): Delete it from here.
c906108c
SS
30528
30529Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
30530
30531 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
30532
30533Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
30534
30535 * Makefile.in (RUNTEST): Default to just "runtest".
30536
30537Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30538
30539 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
30540 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
30541 the code has been restructured.
30542
30543Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30544
30545 * gdb.t00/default.exp (set write): Allow any number of \r and/or
30546 \n, not just one of each.
30547
30548 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
30549 /bin/cc gives a warning if you do.
30550
30551Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
30552
d63a86f8 30553 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
30554 __t10ListS_link1ZUiRCUiPT0
30555
30556Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30557
30558 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
30559 on local variables in recursive functions.
30560
30561 * gdb.t07/Makefile.in: Build the new test.
30562
30563Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30564
30565 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
30566 directly. Instead compare the return values from actual calls.
30567
30568Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
30569
30570 * Makefile.in (check): Set TCL_LIBRARY for runtest.
30571
30572Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30573
30574 * From Peter Schauer with minor modifications.
a9c64011
AS
30575 * gdb.t15/return.exp (return_tests): Handle targets where "return"
30576 stops in mid-line in the caller. Add xfail for returning a float
30577 value on X86 targets.
c906108c
SS
30578
30579Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30580
30581 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
30582 to avoid expect lossage.
30583 (fmem_LRbug_tests): Likewise.
30584 * gdb.disasm/hppa.s: Corresponding changes.
30585
30586 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
30587 conditions to work with latest dejagnu/expect.
30588
30589 * gdb.t15/funcargs.exp (finish from indirect call): No longer
30590 expected to fail on the PA.
30591 (backtrace in call with trampolines): Explicitly require main
30592 to be frame #1 (no trampolines should show up in backtrace).
30593
30594 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
30595 "continue -expect".
30596 * gdb.t06/break.exp: Likewise.
30597 * gdb.t07/watchpoint.exp: Likewise.
30598 * gdb.t13/bitfields.exp: Likewise.
30599 * gdb.t15/{funcargs,return}.exp: Likewise.
30600 * gdb.stabs/weird.exp: Likewise.
30601 * config/{mips,udi}-gdb.exp: Likewise.
30602
30603 * hppa.sed: Enclose comments within a sed command to avoid
30604 losing with the old OSF1 sed.
30605
30606Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30607
30608 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
30609 sequent dynix.
30610 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
30611 * gdb.t15/funcargs.exp: Conditionally step again to really
30612 finish from marker_call_with_trampolines. Handle the case where
30613 the first step from within call_with_trampolines already steps
30614 us back to main.
30615 * gdb.t15/gdbme.c: Add comment to closing brace of
30616 call_with_trampolines for funcargs.exp.
30617
30618Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30619
d63a86f8 30620 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
30621 Fix typo(s).
30622
30623Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30624
30625 * gdb.t07/gdbme.c: More code for watchpoint testing.
30626
30627 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
30628 "Hardware watchpoint" throughout file.
30629 (test_watchpoint_triggered_in_syscall): New test.
30630 (test_complex_watchpoint): New test.
30631
30632Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30633
30634 * gdbme.c (call_with_trampolines): New function to try and step
30635 into. Tests trampoline problems on the PA.
30636
30637 * funcargs.exp (localvars_in_indirect_call): No longer expect
30638 stepping into indirect call to fail on PAs.
30639 (test_stepping_over_trampolines): New test.
30640
30641Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30642
30643 * TODO: Add suggestions for static member function tests, and
30644 completion tests.
30645
30646Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30647
30648 * TODO: Add suggestions for "p/a" tests.
30649
30650 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
30651 (default_gdb_exit): Replace all the hair with sending "quit" to
30652 the process with a simple close.
30653
30654Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30655
30656 * TODO: Add suggestions for shared library tests.
30657
30658Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30659
30660 * TODO: Add suggestions for x/s tests.
30661
30662Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30663
30664 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
30665 "enable once", and "enable breakpoints once" with ".*".
30666
30667Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30668
30669 * TODO: Add suggestions about structure passing tests.
30670
30671Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30672
30673 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
30674 the primary1 test, use work around if __GNUC__ < 2.
30675 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
30676 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
30677 Test for bad output rather than waiting for timeout. Issue
30678 second continue only if first continue failed.
30679
30680Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30681
30682 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
30683 operator[] test with gdb_test because the old code didn't seem to
30684 be getting the quoting right with the new dejagnu.
30685
30686Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
30687
30688 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
30689 one from the path.
30690 * Makefile.in: Use a fresh expect if there is one, use runtest
30691 from the src tree if there is one.
d63a86f8 30692
c906108c
SS
30693Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30694
30695 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
30696 next over recursive call. Revise the tests from that point on
30697 (which had been skipped) to match GDB's actual (correct) output.
30698
30699 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
30700 with next over a breakpoint whose condition is false.
30701
30702 * gdb.t00/help.exp: Comment out "help set print" tests just like
30703 (and for same reason as) "help set" test.
30704
30705Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30706
30707 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
30708 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
30709
30710Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30711
30712 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
30713 necessary gdb_target_udi.
30714
30715 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
30716
30717 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
30718 1838 and 2417; they are fixed.
30719
30720 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
30721 gdb.t03/ptype.exp (ptype structure, ptype union):
30722 Remove xfails; the test is looser than when the xfails were added.
30723
30724 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
30725 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
30726
30727 * gdb.t01/run.exp: Only run shell test if isnative.
30728
30729 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
30730 since "run" automatically loads if necessary. Call gdb_target_udi
30731 after the "file" since "file" kills any execution target.
30732
30733 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
30734 GDB. GDB doesn't work that way (not anymore at least) on UDI.
30735 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
30736 argument for UDI.
30737
30738Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
30739
30740 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
30741
30742 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
30743
30744Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30745
30746 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
30747 properly quoting regexps. This makes the second argument to
30748 demangle a fixed string, which matches the callers, instead of a
30749 shell-style pattern which is what the previous implementation
30750 used. Update some of the callers.
30751
30752Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30753
30754 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
30755 (comib_nullified_tests): Fix typo.
30756 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
30757 strings. No longer expected to fail.
30758
30759 * gdb.disasm/hppa.s (addib_tests): Fix typo.
30760 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
30761 strings. No longer expected to fail.
30762
30763 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
30764 string. No longer expected to fail.
30765
30766Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30767
30768 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
30769 No longer expected to fail.
30770
30771 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
30772 string. No longer expected to fail.
30773
30774Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30775
30776 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
30777 only in the names (I probably got most of them). I was even
30778 generous with some which differed in underscores in names, and
30779 probably missed a few, and I *still* was able to remove almost a
30780 third of the file with almost no impact on testsuite coverage.
30781
30782Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30783
30784 * gdb.t00/default.exp: Match udi_attach error message as well as
30785 the one from child_attach.
30786
30787 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
30788
30789 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
30790
30791 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
30792 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
30793
30794 * Move test with enums and partial symbols back to
30795 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
30796 Reverts the change of 26 May 93. Per today's change to
30797 stabs.texinfo, the behavior that weird.exp was expecting was
30798 unreasonable; what is important is that the compiler+gdb get
30799 things right, which happens with a recent gcc. Also fix the test
30800 to deal with native compilers which put out the stab gdb can't
30801 deal with.
30802
30803Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30804
30805 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
30806 in the names. The main thing these accomplish is to slow things down.
30807 Many more such duplicates surely remain.
30808
30809 * gdb.t00/help.exp: Comment out "help support" test just like
30810 (and for same reason as) "help set" test.
30811
30812Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
30813
30814 * gdb.t06/break.exp: Remove setup_xfails for
30815 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
30816 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
30817 about known bug in gcc to include up through 2.5.8.
30818 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
30819 well as "_vb$".
30820 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
30821 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
30822 with latest gcc and gdb.
30823 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
30824 well as "_vb$".
30825
30826Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30827
30828 * configure.in (hppa*-*-*): Also configure and build stabs-only
30829 tests.
30830
30831Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30832
30833 * gdb.t10/hppa.mt: A makefile fragment for the PA.
30834 * gdb.t10/configure.in (hppa*-*-*): Use it.
30835
30836Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30837
30838 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
30839
30840Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30841
30842 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
30843 versions prior to 1.13.5.
30844
30845Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30846
30847 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
30848 the prompt is at the start of a line.
30849
30850Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
30851
30852 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
30853 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
30854 in the copr tests now.
30855 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
30856 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
30857 expected to fail.
30858
30859Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
30860
30861 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
30862 gdb.t31/chillvars.exp, lib/gdb.exp:
30863 Tweak to run under either version of expect.
30864 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
30865 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
30866 * gdb.t11/list.exp: Remove extraneous whitespace.
30867
30868Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30869
30870 * gdb.t16/printcmds.exp (test_print_strings): Accept
30871 "(unsigned char *) " before the string.
30872
30873 * TODO: Add notes about printing of fancy types and GDB expressions.
30874
30875Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
30876
30877 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
30878 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 30879 if doing mips-idt-ecoff.
c906108c
SS
30880
30881Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
30882
30883 * Most .exp files: Tweak to run under either version of expect.
30884
30885Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30886
30887 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
30888 xfails; I'm not sure why they are failing, but not because of PR 1806.
30889
30890Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
30891
30892 * config/unix-gdb.exp: Remove gdb_unload cause it's already
30893 defined in lib/gdb.exp.
30894
30895Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30896
30897 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
30898 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
30899 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
30900 have to be typeless.
30901
30902Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30903
30904 * TODO: Add suggestion for copyright year test.
30905
30906Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
30907
30908 * configure.in (*-*-lynxos*): Add stabs tests.
30909
30910Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
30911
30912 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
30913 so insert a tab before any assembler directive in column zero.
30914
30915 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
30916 stores.
30917 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
30918 stores.
30919 (fpu_short_memory_tests): Likewise.
30920
30921Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30922
30923 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
30924 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
30925 .stabs directives in comments.
30926
30927Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30928
30929 * TODO: New file, describing tests we could write.
30930 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
30931
30932Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30933
30934 * gdb.t06/signals.exp: Add kludge to force re-sync.
30935
30936 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
30937 to xgdb instead of gdb, get out of gdb.
30938
30939Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
30940
30941 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
30942 for info.
30943
30944Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
30945
30946 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
30947 * gdb.stabs/configure.in (hppa*-*-*): Use it.
30948 * gdb.stabs/hppa.sed: New sed script for the PA.
30949
30950Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30951
30952 * gdb.stabs: Re-write weird.def and configuration to use sed
30953 instead of cpp. sed is portable and POSIX; cpp is neither.
30954
30955Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30956
30957 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
30958
30959Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30960
30961 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
30962
30963Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30964
30965 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
30966 "_vb$".
30967 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
30968 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
30969
30970Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30971
30972 * lib/gdb.exp: Comment out code which depends on non-existent
30973 `transform' procedure.
30974
30975Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
30976
30977 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
30978 * lib/gdb.exp: Transform tool name.
30979 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
30980 1.1's new error handling system.
30981
30982Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30983
30984 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
30985
30986Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30987
30988 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
30989 They made pattern matching so slow that timeouts happened on
30990 heavily loaded systems. Now any output from "show print" which
30991 gets us back to the GDB prompt is a PASS.
30992
30993Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
30994
30995 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
30996
30997Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30998
30999 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31000
31001 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31002 It is not from PR 3220.
31003
31004Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31005
31006 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31007 just started failing because they depended on the order the
31008 subcommands are presented, or exact docstring text. This kind of
31009 test is a pain and has minimal benefit.
31010
31011Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31012
31013 * gdb.t09/corefile.exp: At end of test, use "core" command with
31014 no arguments.
31015
31016Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31017
31018 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31019 17}/Makefile.in: Make it possible to run the testsuite with Sun
31020 make and CC = cross gcc by adding explicit build rules for .o
31021 files.
31022
31023Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31024
31025 * gdb.t15/funcargs.exp: Don't put comments on same line as
31026 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 31027
c906108c
SS
31028Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31029
31030 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31031
31032Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31033
31034 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31035 * gdb.t20/inherit.exp: remove three dumplicate entries.
31036
31037Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31038
31039 * gdb.t06/break.exp: For "next over recursive call", fail on any
31040 incorrect output, not just on "factorial (value=2)".
31041
31042Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31043
31044 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31045 working now. Add an xfail if accesing a bss variable causes
31046 a memory error if the target is not yet run.
31047
31048Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31049
31050 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31051 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31052 name of __st* demangling (2 strings). Did Kung really get the
31053 more than 95 others right without testing them?
31054
31055Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31056
31057 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31058
31059Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31060
31061 * configure.in (configdirs): Add gdb.disasm
31062 * gdb.disasm: New directory for GDB disassembler tests.
31063 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31064
31065Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31066
31067 * gdb.t00/help.exp: Don't test "help set".
31068
31069 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31070 from within expect statements. None of these happen anymore and
31071 they cause regressions to be silently unnoticed.
31072
31073 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31074 messages) about known failures with gcc cygnus-2.4.5-930417.
31075
31076 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31077 comp-info.exp so it gets built if it doesn't exist.
31078
31079 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31080 it is no longer used.
31081 * gdb.t13/comp-info.c: Removed.
31082
31083Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31084
31085 * gdb.t06/signals.exp: Add xfail for sun3.
31086
31087Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31088
31089 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31090 relevant because ^C doesn't get sent but failure can be reproduced
31091 interactively).
31092
31093Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31094
31095 * gdb.stabs/alpha.mt: New configuration file for alpha.
31096 * gdb.stabs/configure.in: Use it.
31097 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31098 sharing with alpha.mt, redefine long to word via preprocessor.
31099 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31100 for alpha.
31101 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31102 native cc.
31103 * gdb.t00/teststrategy.exp: Change expect string so that we
31104 consume the `(xgdb)' from the command echo and from the gdb prompt.
31105 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31106 gdb currently compares all values as long, so this failure probably
31107 applies to any configuration where LONGEST is bigger than a target int.
31108 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31109 with gcc.
31110 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31111 to handle opaque pointers, gcc is.
31112 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31113 as first argument. Include <sys/types.h> and change all operator
31114 new definitions to use size_t.
31115 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31116 now that we use size_t.
31117
31118Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31119
a9c64011 31120 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 31121 a long or float array cast all array members to the same type.
a9c64011 31122 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 31123 with 64 bit longs.
a9c64011 31124 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 31125 on alpha.
a9c64011 31126 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
31127
31128Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31129
31130 * gdb.t24 (demangle.exp): Constructors of templates have names like
31131 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31132 section 14.6 of the ARM.
31133
31134 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31135 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31136 accomplish little and slow down the testsuite.
31137
31138 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31139 Accept spaces various places.
31140
31141Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31142
31143 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31144 with watchpoint enabled.
31145
31146 * Makefile.in: Remove definition of CC and remove the second
31147 definition of CXX (the "CXX = gcc" one remains). These definitions
31148 were causing backquotes to be expanded within backquotes, which
31149 doesn't work.
31150
31151Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31152
31153 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31154
31155Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31156
a9c64011
AS
31157 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31158 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
31159 by mips cc and contains no stabs entries.
31160
31161Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31162
31163 * config/vx-gdb.exp: Use fake device to load files rather than
31164 NFS.
31165 * lib/gdb.exp: New proc to do "file" command.
31166 * config/unix-gdb.exp: Use new "file" proc.
31167
31168Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31169
31170 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31171 Rework board rebooting slightly.
31172 (gdb_exit): Don't exit from the remote shell; there isn't one.
31173 * gdb.stabs/weird.exp: If a program is being debugged already,
31174 kill it.
31175 * gdb.t04/setvar.exp: Stop and restart gdb.
31176 * gdb.t05/expr.exp: Likewise.
31177 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31178 restart gdb and reload the program.
31179 * gdb.t08/opaque.exp: Likewise.
31180 * gdb.t12/scope.exp: Likewise.
31181 * gdb.t13/bitfields.exp: Likewise.
31182 * gdb.t15/funcargs.exp: Likewise.
31183 * gdb.t20/classes.exp: Likewise.
31184 * gdb.t03/ptype.exp: Increase timeout.
31185 * gdb.t16/printcmds.exp (test_print_string_constants,
31186 test_print_array_constants): Likewise.
31187 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31188 * gdb.t20/classes.exp (do_tests): Likewise.
31189 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31190
31191Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31192
31193 * gdb.stabs: Renamed *wierd* to *weird*.
31194
31195Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31196
31197 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31198 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31199
31200Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31201
31202 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31203 (do_tests): Remove xfail for whatis on one_var and two_var.
31204
31205Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31206
31207 * Makefile.in: Made cross building work better by adding
31208 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31209
31210Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31211
31212 * gdb.t15/{return.c,return.exp,Makefile.in}:
31213 New test, currently commented out.
31214
31215Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31216
31217 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31218 still running and removes the leftover named socket so GDb can do
31219 clean restarts.
31220
31221Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31222
31223 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31224 console, not GDB.
31225 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31226 cross testing works better with "make check"
31227 * config/unix-gdb: Use default procedures for exit and version.
31228 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31229 with the newest VxWorks.
31230
31231Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31232
31233 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31234 old form.
31235
31236 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31237 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31238
31239 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31240
31241 * config/unix-gdb.exp: Remove this version of gdb_exit
31242 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31243 Rob says he'll look at it when he gets back to testing boards.
31244
31245Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31246
31247 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31248 an expected fail for certain ptype commands.
31249
31250 * gdb.t20/classes.exp: Update expected results of "ptype class
31251 Base1" to account for the constructor that now appears in the type.
31252
31253Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31254
31255 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31256 disappeared from list.
31257 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31258 "alldone" proc with call to cleanup and exit.
31259 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31260 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31261 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31262 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31263 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31264 "alldone" proc with simple returns that suppress remaining
31265 tests. The alldone proc went away many months ago.
31266
31267Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31268
31269 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31270
31271 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31272
31273Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31274
31275 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31276 as vax gdb will display them.
31277
31278Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31279
31280 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31281 optimizers.
31282
31283 * scope.exp: Change "bad value for localval" messages so each one
31284 is unique.
31285
31286 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31287 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31288
31289 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31290
31291Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31292
31293 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31294 doesn't exist (due to optimization).
31295
31296Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31297
31298 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31299 contains \r because the filename is long.
31300
31301 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31302 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31303
31304Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31305
31306 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31307 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31308 Ultrix.
31309 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31310 int tests.
31311 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31312
31313Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31314
31315 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31316
31317 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 31318 to match does not match the passing case but still matches the
c906108c
SS
31319 failing case.
31320
31321Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31322
31323 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31324
31325Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31326
31327 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31328 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31329 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31330 Remove various versions of gdb_exit.
31331 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31332 gdb_exit.
31333 * config/unix-gdb.exp: gdb_exit remains here, and should override
31334 the generic version, since it's doing a lot of wierd stuff that
31335 the other versions aren't. FIXME, fold it in, or abandon this
31336 version.
31337
31338Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31339
31340 * gdb.t24/demangle.exp: Add tests for PR 3220.
31341
31342Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31343
31344 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31345
31346Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31347
31348 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31349 "i386-*-*". Works for i486 as well.
31350
31351 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31352 bug, and expand domain of xfail to all SVR4 systems, since the
31353 actual problem is likely to be in generic SVR4 /proc support.
31354
31355Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31356
31357 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31358
31359Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31360
31361 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
31362 xfails for other systems. Match a missing 'Continuing.' as an
31363 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
31364
31365 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
31366 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
31367 Only issue warning for missing executables if -all option is used.
31368
31369 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
31370 file if -all option is used. It's like an unpredictable XFAIL.
31371
31372Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31373
31374 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
31375 for dynamically linked binaries.
31376
31377 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
31378
31379Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31380
31381 * gdb.t20/inherit.exp: Change message for "print tagless struct"
31382 to state that this is a known bug in old versions of g++.
31383
31384Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31385
31386 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
31387 while waiting for `Continuing'.
31388
31389Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
31390
31391 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
31392 in text, data, and bss.
31393 * gdb.t10/nodebug.c: Add local and global test variables for
31394 initialized and uninitialized data.
31395
31396Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31397
31398 * config/unix-gdb.exp (gdb_exit): Add "wait".
31399
31400Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31401
31402 * gdb.t06/signals.exp: xfail the continue from the handler for all
31403 targets.
31404
31405 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
31406 function with watchpoints enabled, the i386 call dummy starts with
31407 a call.
31408
31409 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
31410 386 bsd names its corefiles.
31411
31412Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
31413
31414 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
31415 compilers don't grok it.
31416 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
31417 with small octal ints rather than character constants, which
31418 are signed and might not fit if first promoted to int.
31419
31420Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
31421
31422 * gdb.t09/Makefile.in (clean): Remove corefile.
31423
31424Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31425
31426 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
31427
31428Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31429 and Jim Kingdon (kingdon@cygnus.com)
31430
31431 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
31432 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
31433 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
31434
31435Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31436
31437 * gdb.t17/interrupt.exp: Add xfail for hppa.
31438
31439Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31440
31441 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
31442 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
31443 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
31444 to determine signed-ness of bitfields and use the result to setup
31445 the xfail.
31446 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
31447 * gdb.t15/funcargs.exp: Use them to step until the second indirect
31448 call line is reached if necessary.
31449
31450Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31451
31452 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
31453
31454Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31455
31456 * gdb.t06/break.exp: Also test `clear' command.
31457
31458Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31459
31460 * gdb.t00/teststrategy.exp: Remove extra quote.
31461
31462 * gdb.t07/watchpoint.exp: Change xfail for calling function with
31463 watchpoint enabled to be for all non-68k machines.
31464
31465 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
31466
31467Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31468
31469 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
31470 targets use aout.mt instead of ecoff.mt as gas understands
31471 standard aout format.
31472
31473Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31474
31475 * lib/gdb.exp (runto): Don't insist that function we are running to
31476 was compiled with -g.
31477
31478 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
31479
31480 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
31481 to get back into the read system call.
31482 Accept leading newline in case where we woke it up.
31483
31484Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31485
31486 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
31487 to make the stabs test work on ecoff systems using gcc and -with-stabs.
31488 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
31489 enable ecoff configuration.
31490
31491Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31492
31493 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
31494
31495Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31496
31497 * gdb.t16/printcmds.exp: Add another printf test.
31498
31499Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
31500
31501 * configure.in: If configured -with-stabs on any target, add
31502 stabsdirs to configdirs.
31503
31504Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31505
31506 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
31507 fun" so pattern does not match the command itself.
31508
31509Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31510
31511 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
31512
31513Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31514
31515 * gdb.t17/interrupt.exp: Test for more things.
31516
31517Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31518
31519 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
31520 compiler arranges the code and line numbers.
31521
31522 * gdb.t17/interrupt.exp: Don't send \n after ^C.
31523
31524Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31525
31526 * gdb.t00/help.exp: Increase expect input buffer size.
31527
31528Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31529
31530 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
31531
31532 * gdb.t07/watchpoint.exp: Add xfail for hppa.
31533
31534 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
31535
31536 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
31537 [0-9]*, not just [0-9].
31538
31539Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31540
31541 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
31542
31543 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
31544
31545Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31546
31547 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
31548
31549Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31550
31551 * gdb.t06/signals.c: Add xfails for sun3.
31552
31553 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
31554
31555 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
31556 test_stepping tests.
31557
31558Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31559
31560 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
31561
31562 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
31563
31564 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
31565 rather than actually putting it through cpp twice.
31566
31567 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
31568
31569Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
31570
31571 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
31572 no longer needed.
31573
31574Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31575
31576 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
31577
31578 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
31579 C++ features prints as "struct", make it a pass, not an xfail.
31580
31581Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31582
31583 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
31584 Don't require VA to print as "class" rather than "struct".
31585
31586Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
31587
31588 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
31589
31590Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31591
31592 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
31593
31594Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31595
31596 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
31597 order.
31598
31599Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31600
31601 * gdb.t16/printcmds.exp: Add printf tests.
31602
31603 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
31604
31605 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
31606
31607Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
31608
31609 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
31610 pass counts, to counteract any existing or future setup_xfails.
31611
31612Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31613
31614 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
31615 {BEGIN,END}_COMMON for common block instead of STAB.
31616 * gdb.stabs/wierd.exp: Add xfail for rs6000.
31617
31618 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
31619 intp_var should be N_GSYM not N_LSYM.
31620 wierd-aout.S: Use a label for the value of the N_SO.
31621 wierd.def: Remove all backslashes.
31622 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
31623
31624Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31625
31626 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
31627 get the expected next to inheritance3.
31628
31629Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31630
31631 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
31632 now that gcc-2.4 gets it right.
31633
31634Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31635
31636 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
31637
31638 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
31639 generating comp-info.exp which works for cross-compilation.
31640
31641Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
31642
31643 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
31644 "*-*-sysv4.*".
31645
31646Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
31647
31648 * gdb.t01/run.exp: Start with a fresh gdb.
31649 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
31650 SVR4.x.
31651
31652Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
31653
31654 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
31655 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
31656 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
31657 Makefile.in (distclean, realclean): Remove gdbme.c from list of
31658 things to remove.
31659
31660Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
31661
31662 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
31663 test cases from bug reports.
31664
31665Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
31666
31667 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
31668 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
31669 avoid spurious xfails.
31670 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
31671 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
31672 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
31673
31674Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
31675
31676 * gdb.t00/teststrategy.exp: Rework to provide more useful
31677 description of each test, fix problem with systems that define
31678 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
31679 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
31680 results for "next over recursive call" so timeouts aren't taken
31681 by error.
31682
31683Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
31684
31685 * gdb.t12/scope.exp: Test printing of variables before run.
31686
31687 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
31688 printed in wrong order due to sorting.
31689
31690Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
31691
31692 * gdb.t00/teststrategy.exp: Fix expected results for printing
31693 user entered string constant. Is array of char, prints with no
31694 address.
31695
31696 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
31697 commands.
31698 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
31699 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
31700 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
31701 of struct of char arrays.
31702 * gdb.t00/radix.exp: New tests for radix commands.
31703
31704Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
31705
31706 * gdb.t16/printcmd.exp: Print a variable before running program
31707 (with xfail for AIX).
31708
31709Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
31710
31711 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
31712
31713 * gdb.t16/printcmd.exp: Don't print variables before running program.
31714
31715 * gdb.t06/break.exp: Don't require envp argument to main.
31716
31717 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
31718
31719 * gdb.t02/whatis.exp, gdb.t11/list.exp:
31720 Add xfails for rs6000.
31721
31722 * gdb.t02/whatis.exp: Change other tests not to re-test something
31723 we already tested.
31724
31725 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
31726 each type used has a variable of that type.
31727
31728Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
31729
31730 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
31731
31732Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
31733
31734 * configure.in: change srctrigger to be a file, not a directory
31735
31736Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
31737
31738 * configure.in (mips-idt-ecoff*): Added trailing '*'.
31739
31740 * gdb.t11/list.exp: Fixed a couple of typos.
31741
31742Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
31743
31744 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
31745 is fixed and PR is closed.
31746 * gdb.t16 (gdbme.c): Add simple test string variable.
31747 * gdb.t16 (printcmds.exp): Add tests with simple test string
31748 variable, primarily for boundaries on "set print elements".
31749
31750Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
31751
31752 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
31753 Make leading 0's optional and don't expect a tab in the middle
31754 of the number.
31755
31756 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
31757
31758 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
31759 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
31760 don't end command passed to gdb_test with newline.
31761
31762 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
31763 signed keyword away, don't expect signed bitfields to be signed.
31764
31765 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
31766 printing with only as many 1's as are in the field as well as printing
31767 with 32 1's (see comment).
31768
31769Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
31770
31771 * gdb.t00/default.exp: Start with a fresh gdb.
31772 * configure.in (configdirs): Remove gdb.t31 until the chill
31773 compiler works again. It no longer is able to find chillrt0
31774 since it isn't in libchill.a anymore.
31775 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
31776 wierd.o, make more modular.
31777 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
31778 spurious newlines that caused problems.
31779
31780Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31781
31782 * Move test with enums and partial symbols from gdb.t03/ptype.exp
31783 to gdb.stabs/wierd.exp since GCC has worked around the bug.
31784 gdb.stabs/wierd.{exp,def}: Many new tests.
31785
31786 * gdb.t00/default.exp: update info line for new message.
31787
31788 * gdb.t02/{whatis.exp,gdbme.c}:
31789 Test that "char *" doesn't print as "caddr_t".
31790
31791Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31792
31793 * gdb.t00/help.exp: Use .* in place of some help messages which
31794 just changed.
31795 gdb.t00/default.exp: Update "info frame" test for new message.
31796 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
31797 Remove some xfails
31798
31799Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31800
31801 * gdb.t03/{gdbme.c,ptype.exp}:
31802 Add tests for typedef'd struct and union without tags.
31803 Also check "whatis" on a variable of a typedef'd enum without a tag.
31804
31805 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
31806 PRMS 1823; the bug still exists but isn't reproduced by this test
31807 anymore), and remove rs6000 XFAIL (the bug is fixed).
31808
31809 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
31810 duplicated from whatis.exp. For those that are left, accept
31811 "long", "long int", or "int" for long variables (whatis.exp already
31812 has an XFAIL for "int", so no need to fail it here).
31813
31814 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
31815 Deal with GCC's names for types now that GDB uses the compiler's names.
31816
31817 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
31818 setup_xfail's for sunos4. If we #defined the signed keyword away,
31819 don't expect GDB to know that char it is signed.
31820
31821 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
31822
31823Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
31824
31825 * configure.in (configdirs): Add gdb.t24 for C++ tests that
31826 should work on any system, regardless of debugging format.
31827 * gdb.t21/demangle.exp: Move to gdb.t24.
31828 * gdb.t24/demangle.exp: Move from gdb.t21.
31829 * gdb.t24/{Makefile.in, configure.in}: New files.
31830
31831Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31832
31833 * configure.in: Do gdb.stabs and C++ tests only for stabs.
31834 * gdb.stabs: New directory.
31835
31836Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31837
31838 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
31839 not just "Quit anyway?".
31840
31841Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
31842
31843 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
31844 that all setup_xfails are immediately followed by clear_xfails.
31845
31846Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
31847
31848 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
31849 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
31850 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
31851 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
31852 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
31853 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31854 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
31855 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
31856 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
31857 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
31858 gdb.t31/chillvars.exp, lib/gdb.exp:
31859 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
31860 bug-gdb@prep.ai.mit.edu.
31861
31862Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
31863
31864 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
31865 with 0.0, not integer 0.
31866
31867Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
31868
31869 * gdb.t06/break.exp: Update for "Kill the program" message change.
31870
31871Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
31872
31873 * Makefile.in (GDBFLAGS): Set to -nx.
31874 * Makefile.in (site.exp): Use GDBFLAGS.
31875
31876Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
31877
31878 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
31879 Makefiles.
31880 (check): depend on just-check.
31881 (just-check): added so that tests can be run without a noop
31882 build pass.
31883
31884Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
31885
31886 Switch to using configure's configdirs.
31887 * Makefile.in (Makefile): add configure.in dependency.
31888 (SUBDIRS): removed redundant assignment.
31889 * configure.in: switch subdirs assignment to configdirs.
31890 * gdb.t*/configure.in: new files.
31891
31892Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
31893
31894 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
31895 works.
31896
31897Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
31898
31899 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
31900 in explicit rules. Apparently this is not supported by some makes.
31901
31902Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
31903
31904 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
31905
31906Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31907
31908 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
31909 disappeared.
31910
31911Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
31912
31913 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
31914
31915Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
31916
31917 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
31918 watchpoint problem that is now fixed.
31919 * gdb.t30/chexp.exp: Remove setup_xfail for printing
31920 uninitialized convenience variables.
31921 * gdb.t31/chillvars.exp: Fix expected patterns for printing
31922 structures.
31923
31924Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31925
31926 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
31927 which causes expect to get out of sync with gdb on long output
31928 from help set.
31929 * gdb.t09/corefile.exp: Make expected pattern for core file
31930 failing signal and frame output format less sun specific.
31931
31932Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
31933
31934 * gdb.t31/chillvars.exp: Add and remove initial dummy
31935 breakpoint, so that symbol table is forced in.
31936 (Needed at least on Sunos4, though it seems not SVR4.)
31937 * gdb.t31/chillvars.exp: Update for changed output format.
31938
31939Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
31940
a9c64011 31941 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
31942
31943Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
31944
31945 * Makefile.in: Added --srcdir when invoking runtest, removed the
31946 need for a local config file. (optional now)
31947
31948Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
31949
31950 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
31951 failure count used to force early termination. Add some more
31952 expected failures for gnu style demangling.
31953
31954Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31955
31956 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
31957 pmi variable from gdb.t20/gdbme to get optimized away.
31958 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
31959 Check for written corefile upon timeout _and_ eof.
31960
31961Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31962
31963 * config/unix-gdb.exp: Add missing return 0.
31964
31965Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31966
31967 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
31968 test termination.
31969
31970Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
31971
31972 * configure.in (subdirs): Put back gdb.t17 which mysteriously
31973 disappeared.
31974
31975Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
31976
31977 * gdb.t10/crossload.exp: Disable the i860-elf test until such
31978 time as i860 support works.
31979
d63a86f8 31980 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
31981 "backtrace 100\r" rather than just "backtrace\r", to match last
31982 change.
31983
31984Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
31985
31986 * config/udi-gdb.exp (gdb_exit): Remove close command.
31987 (gdb_target_udi): New procedure to set the UDI target.
31988 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
31989 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
31990 Added waits for prompts after several question responses. Added
31991 some more responses used by a29k-amd-udi-gdb.
31992 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
31993 pass different arguments, restart UDI connection after program
31994 completion.
31995 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
31996 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
31997 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
31998 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
31999 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32000 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32001 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32002 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32003 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32004 after program completion.
32005 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32006 compiled with a SELECT_VECS setting.
32007 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32008 infinite recursion.
32009
32010 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32011 Added checks for COFF results, and made them expected failures for
32012 all targets. It would be better to make them expected failures
32013 for COFF targets only.
32014
32015Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32016
32017 * Makefile.in: add null dvi target, don't bother to recurse
32018 through test directories for info and install-info; rename
32019 $(datadir) to be dejagnu instead of deja-gnu
32020
32021Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32022
32023 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32024 compiler to coredump.
32025 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32026 code.
32027
32028Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32029
32030 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32031 coredump.
32032 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32033 code.
32034
32035Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32036
32037 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32038 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32039 which in a shell. Deletes xgdb when done.
32040 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32041 Tests the return from the "set height" or "set width" commands.
32042 Added a few return codes where needed.
32043
32044Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32045
32046 * Makefile.in (SUBDIRS): Add gdb.t17.
32047 * configure.in (subdirs): Add gdb.t17.
32048 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32049 files to test gdb's calling of functions in the inferior with
32050 the correct arguments and gdb's ability to retrieve any
32051 result returned.
32052
32053Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32054
32055 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32056 may be called after gdb goes away. Previous versions of expect
32057 needed these to avoid file descriptor leaks, but they cause
32058 errors with the current revision of expect.
32059 * gdb.t00/gdbvars.exp: Use -re on expected output after
32060 setting sevenbit-strings.
32061 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32062 to set sevenbit-strings consistent across tests.
32063 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32064 set sevenbit-strings consistent across tests.
32065
32066Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32067
32068 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32069 expected output to match current "expect" expectations.
32070
32071Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32072
32073 * gdb.t00/default.exp: Change expected output for default "source"
32074 command, to match new gdb behavior which requires a filename to
32075 source.
32076
32077Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32078
32079 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32080 expected fail for i486-*-* that misses the marker2 function.
32081 * gdb.t10/crossload.exp (bfddefault): Allow successful
32082 recognition of a format to pass even if no symbols are found.
32083 Explicitly catch failures where the format is not recognized
32084 or is ambiguous, and add the reason to the fail message.
32085 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32086 the cause is and invalid target and add reason to failure message.
32087 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32088 elf32-i386, elf32-sparc, and elf32-i860.
32089 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32090 Set up expected failure for 'filename'::variable scope resolution,
32091 which is now apparently broken on all targets.
32092 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32093 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32094 gdb.t23/templates.exp: Change failure for missing binfile into
32095 just a warning.
32096 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32097 references.
32098
32099Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32100
32101 * gdb.t00/default.exp: Add expected output for default "source"
32102 command, to match new gdb behavior.
32103 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32104
32105Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32106
32107 * config/*-gdb.exp: returns an error, rather than exiting on
32108 internal errors.
32109
32110Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32111
32112 * gdb.t03/gdbme.c: Add pointer to struct variable.
32113 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32114 referencing struct members.
32115
32116Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32117
32118 * configure.in (mips-idt-ecoff): New target.
32119 * config/mips-gdb.exp: New file for remote board using MIPS remote
32120 debugging protocol.
32121
32122 * Redid configuration scheme. Removed gdb.t*/configure.in.
32123 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32124 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32125 distclean targets. Built executables via .o files. Adjusted
32126 tests to account for source files in $(srcdir) rather than
32127 $(objdir).
32128 * lib/gdb.exp (runto): Don't expect () after the function name,
32129 because it may have arguments.
32130
32131Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32132
32133 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32134 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32135 expected failures for mips-idt-* and mips-sgi-*.
32136 * gdb.t00/default.exp (attach): Kill process if requested.
32137 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32138 that does not read core files.
32139 * gdb.t01/run.exp: Removed checks for exit status code.
32140 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32141 it is linked in.
32142 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32143 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32144 appropriate, rather than doing it by hand.
32145 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32146 execution.
32147 * gdb.t10/crossload.exp: Kill existing program if needed.
32148 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32149 appropriate, rather than doing it by hand. Always increase
32150 timeout for this test, not just for VxWorks.
32151
32152Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32153
32154 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32155 of Chill STRUCT types and STRUCT values.
32156 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32157 than "char".
32158 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 32159 struct2): New struct definitions and initializations to test
c906108c
SS
32160 simple Chill STRUCT types.
32161
32162Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32163
32164 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32165 the null byte at the end of strings.
32166 * gdb.t00/default.exp: Make show version insensitive to copyright
32167 date.
32168 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32169 to avoid dependencies on target char signedness.
32170 * gdb.t16/printcmds.exp: Update expected results for explicitly
32171 unsigned char.
32172 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32173 now work.
32174 * gdb.t21/demangle.exp: Add many more patterns for template
32175 demangling, most of them being expected failures.
32176 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32177 string we are matching for, to match on the whole string.
32178 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32179 and fix a whole bunch that had incorrect expected output but were
32180 passing anyway because of the bug in "proc demangle".
32181 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32182 type.
32183 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32184
32185Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32186
a9c64011
AS
32187 * gdb/testsuite: made modifications to testcases, etc., to allow
32188 them to work properly given the reorganization of deja-gnu and the
32189 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
32190
32191Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32192
32193 * gdb/testsuite: Initial creation of gdb/testsuite.
32194 Migrated dejagnu testcases and support files for testing nm to
32195 gdb/testsuite from deja-gnu. These files were moved "as is"
32196 with no modifications. This migration is part of a major overhaul
32197 of dejagnu. The modifications to these testcases, etc., which
32198 will allow them to work with the new version of dejagnu will be
32199 made in a future update.
48efe704 32200
8d8cb839 32201 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 32202\f
8d8cb839
EZ
32203;; Local Variables:
32204;; mode: change-log
32205;; left-margin: 8
32206;; fill-column: 74
32207;; version-control: never
32208;; End:
902f2ccb 32209
28e7fd62 32210 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
32211 Copying and distribution of this file, with or without modification,
32212 are permitted provided the copyright notice and this notice are preserved.