]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2010-06-11 Tristan Gingold <gingold@adacore.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2bdf28a0
JK
12010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.base/moribund-step.exp: New.
4
f6978de9
MS
52010-06-08 Michael Snyder <msnyder@vmware.com>
6
7 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
8 * gdb.ada/boolean_expr.exp:
9 * gdb.ada/frame_args.exp: Ditto.
10 * gdb.ada/lang_switch.exp: Ditto.
11 * gdb.ada/ptype_arith_binop.exp: Ditto.
12 * gdb.ada/ref_param.exp: Ditto.
13 * gdb.ada/type_coercion.exp:Ditto.
14
15 * gdb.asm/asm-source.exp: Ditto.
16
17 * gdb.base/attach.exp: Ditto.
18 * gdb.base/bitfields2.exp: Ditto.
19 * gdb.base/call-signal-resume.exp: Ditto.
20 * gdb.base/callfuncs.exp: Ditto.
21 * gdb.base/commands.exp: Ditto.
22 * gdb.base/dbx.exp: Ditto.
23 * gdb.base/default.exp: Ditto.
24 * gdb.base/dump.exp: Ditto.
25 * gdb.base/exprs.exp: Ditto.
26 * gdb.base/freebpcmd.exp: Ditto.
27 * gdb.base/interrupt.exp: Ditto.
28 * gdb.base/list.exp: Ditto.
29 * gdb.base/long_long.exp: Ditto.
30 * gdb.base/maint.exp: Ditto.
31 * gdb.base/ptype.exp: Ditto.
32 * gdb.base/return.exp: Ditto.
33 * gdb.base/setshow.exp: Ditto.
34 * gdb.base/sigbpt.exp: Ditto.
35 * gdb.base/sigrepeat.exp: Ditto.
36
37 * gdb.cp/classes.exp: Ditto.
38
39 * gdb.dwarf2/dw2-restore.exp: Ditto.
40
41 * gdb.gdb/selftest.exp: Ditto.
42
43 * gdb.multi/base.exp: Ditto.
44 * gdb.multi/bkpt-multi-exec.exp: Ditto.
45
46 * gdb.python/py-block.exp: Ditto.
47 * gdb.python/py-prettyprint.exp: Ditto.
48 * gdb.python/py-template.exp: Ditto.
49
50 * gdb.server/ext-attach.exp: Ditto.
51 * gdb.server/ext-run.exp: Ditto.
52 * gdb.server/server-mon.exp: Ditto.
53
54 * gdb.threads/fork-thread-pending.exp: Ditto.
55 * gdb.threads/hand-call-in-threads.exp: Ditto.
56 * gdb.threads/interrupted-hand-call.exp: Ditto.
57 * gdb.threads/linux-dp.exp: Ditto.
58 * gdb.threads/manythreads.exp: Ditto.
59 * gdb.threads/print-threads.exp: Ditto.
60 * gdb.threads/pthreads.exp: Ditto.
61 * gdb.threads/schedlock.exp: Ditto.
62 * gdb.threads/thread-unwindonsignal.exp: Ditto.
63 * gdb.threads/threadapply.exp: Ditto.
64
de7ff789
MS
652010-06-08 Michael Snyder <msnyder@vmware.com>
66
67 * gdb.ada/exec_changed.exp:
68 Use ".*" instead of "" as wildcard regexp.
69
70 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
71 * gdb.base/call-ar-st.exp: Ditto.
72 * gdb.base/checkpoint.exp: Ditto.
73 * gdb.base/default.exp: Ditto.
74 * gdb.base/dump.exp: Ditto.
75 * gdb.base/ending-run.exp: Ditto.
76 * gdb.base/fileio.exp: Ditto.
77 * gdb.base/miscexprs.exp: Ditto.
78 * gdb.base/pointers.exp: Ditto.
79 * gdb.base/readline.exp: Ditto.
80 * gdb.base/reread.exp: Ditto.
81 * gdb.base/restore.exp: Ditto.
82 * gdb.base/shlib-call.exp: Ditto.
83 * gdb.base/valgrind-db-attach.exp: Ditto.
84 * gdb.base/volatile.exp: Ditto.
85 * gdb.base/watchpoints.exp: Ditto.
86
87 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
88
89 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
90 * gdb.python/py-value.exp: Ditto.
91
92 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
93 * gdb.trace/circ.exp: Ditto.
94 * gdb.trace/collection.exp: Ditto.
95 * gdb.trace/packetlen.exp: Ditto.
96 * gdb.trace/passc-dyn.exp: Ditto.
97 * gdb.trace/report.exp: Ditto.
98 * gdb.trace/tfile.exp: Ditto.
99 * gdb.trace/tfind.exp: Ditto.
100 * gdb.trace/while-dyn.exp: Ditto.
101
3bebe2f2
JK
1022010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
103
104 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
105
5c631832
JK
1062010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
107
108 Test PR 10640.
109 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
110
4c3376c8
SW
1112010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
112
113 * gdb.cp/koenig.exp: Test for ADL operators.
114 * gdb.cp/koenig.cc: Added ADL operators.
115 * gdb.cp/operator.exp: New test.
116 * gdb.cp/operator.cc: New test.
117
dc226d5a
MS
1182010-06-04 Michael Snyder <msnyder@vmware.com>
119
dfb88a23
MS
120 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
121 * gdb.base/pending.exp: Ditto.
f7ae76b3 122
dc226d5a
MS
123 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
124
967cf477
DE
1252010-06-04 Doug Evans <dje@google.com>
126
127 * gdb.python/py-prettyprint.exp: Add new test for enabled and
128 disabled printers.
129 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
130 (enable_lookup_function): New function.
131
eb801841
TT
1322010-06-04 Tom Tromey <tromey@redhat.com>
133
134 * gdb.python/py-value.exp (test_value_hash): Don't test equality
135 of hash and id.
136
38979823
JK
1372010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
138
139 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
140 newline.
141 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
142 (empty verbose non-noisy clear, empty verbose noisy clear)
143 (empty non-verbose noisy clear): Likewise.
144
35ec993f
MS
1452010-06-03 Michael Snyder <msnyder@vmware.com>
146
147 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
148 * gdb.base/display.exp: Ditto.
149 * gdb.base/find.exp: Ditto.
150 * gdb.base/ifelse.exp: Ditto.
151 * gdb.base/multi-forks.exp: Ditto.
152 * gdb.base/recurse.exp: Ditto.
153 * gdb.base/setshow.exp: Ditto.
154 * gdb.base/value-double-free.exp: Ditto.
155 * gdb.base/watch-vfork.exp: Ditto.
156 * gdb.base/watch_thread_num.exp: Ditto.
157 * gdb.base/watchpoint-solib.exp: Ditto.
158 * gdb.base/watchpoint.exp: Ditto.
159 * gdb.base/watchpoints.exp: Ditto.
160
161 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
162 * gdb.cp/overload.exp: Ditto.
163 * gdb.cp/virtfunc.exp: Ditto.
164
165 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
166
167 * gdb.reverse/watch-precsave.exp:
168 Replace gdb_test with gdb_test_no_output.
169
170 * gdb.threads/attach-into-signal.exp:
171 Replace gdb_test with gdb_test_no_output.
172 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
173 * gdb.threads/watchthreads.exp: Ditto.
174 * gdb.threads/watchthreads2.exp: Ditto.
175
176 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
177 * gdb.trace/tfind.exp: Ditto.
178
c22decce
JB
1792010-06-03 Joel Brobecker <brobecker@adacore.com>
180
181 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
182 successful test if message is the empty string.
183
fd5700c7
JK
1842010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 * gdb.fortran/module.exp (stopped language detection): New test.
187
f55ee35c
JK
1882010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
189
190 Support DW_TAG_module as separate namespaces.
191 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
192 gdb.fortran/library-module-lib.f90: New.
193 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
194 (print i): Remove.
195 (continue to breakpoint: i-is-1, print var_i value 1)
196 (continue to breakpoint: i-is-2, print var_i value 2)
197 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
198 (print var_d, print var_i value 14, ptype modmany, complete `modm)
199 (complete `modmany, complete `modmany`, complete `modmany`var)
200 (show language, setting breakpoint at module): New tests.
201 * gdb.fortran/module.f90 (module mod): Remove.
202 (module mod1, module mod2, module modmany, subroutine sub1)
203 (subroutine sub2, program module): New.
204
b8e8282f
JK
2052010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
206
207 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
208 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
209 * gdb.cp/anon-union.exp (pass): Rename to ...
210 (print z 2): ... here.
b8e8282f 211
019ebafc
MS
2122010-06-02 Michael Snyder <msnyder@vmware.com>
213
e68d8fd4
MS
214 * gdb.trace/actions.exp: Use gdb_test_no_output.
215 * gdb.trace/circ.exp: Ditto.
216 * gdb.trace/packetlen.exp: Ditto.
217 * gdb.trace/save-trace.exp: Ditto.
218 * gdb.trace/tracecmd.exp: Ditto.
219 * gdb.trace/tsv.exp: Ditto.
220
12b5d08a
MS
221 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
222 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
223 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
224 * gdb.threads/manythreads.exp: Ditto.
225 * gdb.threads/print-threads.exp: Ditto.
226 * gdb.threads/pthreads.exp: Ditto.
227 * gdb.threads/schedlock.exp: Ditto.
228 * gdb.threads/staticthreads.exp: Ditto.
229 * gdb.threads/thread-specific.exp: Ditto.
230 * gdb.threads/thread-unwindonsignal.exp: Ditto.
231 * gdb.threads/threadapply.exp: Ditto.
232 * gdb.threads/watchthreads.exp: Ditto.
233 * gdb.threads/watchthreads2.exp: Ditto.
234
89493308
MS
235 * gdb.python/py-block.exp: Use gdb_test_no_output.
236 * gdb.python/py-prettyprint.exp: Ditto.
237 * gdb.python/py-template.exp: Ditto.
238 * gdb.python/py-value.exp: Ditto.
239
240 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
241 * gdb.reverse/watch-reverse.exp: Ditto.
242
243 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
244 * gdb.server/ext-run.exp: Ditto.
245
019ebafc
MS
246 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
247 * gdb.dwarf2/dw2-compressed.exp: Ditto.
248 * gdb.dwarf2/dw2-intercu.exp: Ditto.
249 * gdb.dwarf2/dw2-intermix.exp: Ditto.
250 * gdb.dwarf2/dw2-producer.exp: Ditto.
251 * gdb.dwarf2/mac-fileno.exp: Ditto.
252
253 * gdb.gdb/observer.exp: Use gdb_test_no_output.
254 * gdb.gdb/selftest.exp: Ditto.
255
256 * gdb.multi/base.exp: Use gdb_test_no_output.
257
258 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
259
3e0ca3a5
JK
2602010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
263
9db70545
MS
2642010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
265
a8d52276
MS
266 * gdb.cp/class2.exp: Use gdb_test_no_output.
267 * gdb.cp/classes.exp: Ditto.
268 * gdb.cp/extern-c.exp: Ditto.
269 * gdb.cp/inherit.exp: Ditto.
270 * gdb.cp/maint.exp: Ditto.
271 * gdb.cp/mb-inline.exp: Ditto.
272 * gdb.cp/mb-templates.exp: Ditto.
273 * gdb.cp/method2.exp: Ditto.
274 * gdb.cp/misc.exp: Ditto.
275 * gdb.cp/ovldbreak.exp: Ditto.
276 * gdb.cp/punctuator.exp: Ditto.
277 * gdb.cp/templates.exp: Ditto.
278 * gdb.cp/virtbase.exp: Ditto.
279
9db70545
MS
280 * gdb.threads/attach-stopped.exp:
281 Replace uses of send_gdb / gdb_expect.
282 * gdb.threads/attachstop-mt.exp:
283 Replace uses of send_gdb / gdb_expect.
284 * gdb.threads/gcore-thread.exp:
285 Replace uses of send_gdb / gdb_expect.
286 * gdb.threads/hand-call-in-threads.exp:
287 Replace uses of send_gdb / gdb_expect.
288 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
289 * gdb.threads/print-threads.exp:
290 Replace uses of send_gdb / gdb_expect.
291 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
292 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
293 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
294
295 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
296 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
297 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
298 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
299 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
300 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
301 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
302 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
303 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
304 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
305 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
306
359cc68c
JK
3072010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
308
309 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
310
7d3fe98e
SW
3112010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
312
313 * gdb.cp/koenig.exp: Added new test case.
314 * gdb.cp/koenig.cc: Ditto.
315
27d3a1a2
MS
3162010-06-01 Michael Snyder <msnyder@vmware.com>
317
318 * gdb.base/arithmet.exp: Use gdb_test_no_output.
319 * gdb.base/arrayidx.exp: Ditto.
320 * gdb.base/attach.exp: Ditto.
321 * gdb.base/auxv.exp: Ditto.
322 * gdb.base/bigcre.exp: Ditto.
323 * gdb.base/break-always.exp: Ditto.
324 * gdb.base/break-interp.exp: Ditto.
325 * gdb.base/break.exp: Ditto.
326 * gdb.base/breakpoint-shadow.exp: Ditto.
327 * gdb.base/call-ar-st.exp: Ditto.
328 * gdb.base/call-sc.exp: Ditto.
329 * gdb.base/call-signal-resume.exp: Ditto.
330 * gdb.base/callfuncs.exp: Ditto.
331 * gdb.base/catch-syscall.exp: Ditto.
332 * gdb.base/charset.exp: Ditto.
333 * gdb.base/code-expr.exp: Ditto.
334 * gdb.base/commands.exp: Ditto.
335 * gdb.base/cond-expr.exp: Ditto.
336 * gdb.base/condbreak.exp: Ditto.
337 * gdb.base/cursal.exp: Ditto.
338 * gdb.base/cvexpr.exp: Ditto.
339 * gdb.base/default.exp: Ditto.
340 * gdb.base/del.exp: Ditto.
341 * gdb.base/detach.exp: Ditto.
342 * gdb.base/display.exp: Ditto.
343 * gdb.base/ena-dis-br.exp: Ditto.
344 * gdb.base/eval-skip.exp: Ditto.
345 * gdb.base/foll-fork.exp: Ditto.
346 * gdb.base/foll-vfork.exp: Ditto.
347 * gdb.base/frame-args.exp: Ditto.
348 * gdb.base/funcargs.exp: Ditto.
349 * gdb.base/gcore-buffer-overflow.exp: Ditto.
350 * gdb.base/gdbvars.exp: Ditto.
351 * gdb.base/help.exp: Ditto.
352 * gdb.base/ifelse.exp: Ditto.
353 * gdb.base/included.exp: Ditto.
354 * gdb.base/list.exp: Ditto.
355 * gdb.base/macscp.exp: Ditto.
356 * gdb.base/maint.exp: Ditto.
357 * gdb.base/multi-fork.exp: Ditto.
358 * gdb.base/overlays.exp: Ditto.
359 * gdb.base/page.exp: Ditto.
360 * gdb.base/pending.exp: Ditto.
361 * gdb.base/pointers.exp: Ditto.
362 * gdb.base/pr11022.exp: Ditto.
363 * gdb.base/prelink.exp: Ditto.
364 * gdb.base/printcmds.exp: Ditto.
365 * gdb.base/psymtab.exp: Ditto.
366 * gdb.base/randomize.exp: Ditto.
367 * gdb.base/relational.exp: Ditto.
368 * gdb.base/relocate.exp: Ditto.
369 * gdb.base/remote.exp: Ditto.
370 * gdb.base/sepdebug.exp: Ditto.
371 * gdb.base/set-lang-auto.exp: Ditto.
372 * gdb.base/setshow.exp: Ditto.
373 * gdb.base/setvar.exp: Ditto.
374 * gdb.base/signals.exp: Ditto.
375 * gdb.base/signull.exp: Ditto.
376 * gdb.base/sigstep.exp: Ditto.
377 * gdb.base/sizeof.exp: Ditto.
378 * gdb.base/solib-disc.exp: Ditto.
379 * gdb.base/store.exp: Ditto.
380 * gdb.base/structs.exp: Ditto.
381 * gdb.base/structs2.exp: Ditto.
382 * gdb.base/subst.exp: Ditto.
383 * gdb.base/term.exp: Ditto.
384 * gdb.base/trace-commands.exp: Ditto.
385 * gdb.base/unwindonsignal.exp: Ditto.
386 * gdb.base/valgrind-db-attach.exp: Ditto.
387 * gdb.base/varargs.exp: Ditto.
388 * gdb.base/watch-cond.exp: Ditto.
389 * gdb.base/watch_thread_num.exp: Ditto.
390 * gdb.base/watchpoint-cond-gone.exp: Ditto.
391 * gdb.base/watchpoint.exp: Ditto.
392 * gdb.base/whatis-exp.exp: Ditto.
393
f8d3bf8f
MS
3942010-06-01 Michael Snyder <msnyder@vmware.com>
395
396 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
397 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
398 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
399 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
400 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
401 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
402 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
403 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
404 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
405 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
406 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
407 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
408 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
409 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
410 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
411
3f9e0d32
JK
4122010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
413
414 * gdb.base/commands.exp (begin commands on watch): Remove excessive
415 trailing newline.
416 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
417 * gdb.java/jmisc.exp (p *args\n): Rename to ...
418 (p *args): ... here and remove excessive trailing newline.
419
f629457d
JB
4202010-05-31 Joel Brobecker <brobecker@adacore.com>
421
422 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
423
09eef106
JK
4242010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 Accept the new Linux kernel "t (tracing stop)" string.
427 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
428 Update comment.
429 (state_wait) <T (tracing stop)>: New.
430 (main): Update the state_wait expect string.
431
94f31136
PA
4322010-05-28 Pedro Alves <pedro@codesourcery.com>
433
434 * limits.c, limits.exp: Delete files.
435 * Makefile.in (clean mostlyclean): Adjust.
436 * tracecmd.exp: Adjust.
437
096554ab
JK
4382010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 * gdb.base/tui-layout.exp: New.
441
27d3a1a2 4422010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
443
444 * gdb.reverse/break-precsave.exp:
445 Replace uses of send_gdb / gdb_expect.
446 * gdb.reverse/break-reverse.exp:
447 Replace uses of send_gdb / gdb_expect.
448 * gdb.reverse/consecutive-precsave.exp:
449 Replace uses of send_gdb / gdb_expect.
450 * gdb.reverse/consecutive-reverse.exp:
451 Replace uses of send_gdb / gdb_expect.
452 * gdb.reverse/finish-precsave.exp:
453 Replace uses of send_gdb / gdb_expect.
454 * gdb.reverse/finish-reverse.exp:
455 Replace uses of send_gdb / gdb_expect.
456 * gdb.reverse/i386-precsave.exp:
457 Replace uses of send_gdb / gdb_expect.
458 * gdb.reverse/i386-reverse.exp:
459 Replace uses of send_gdb / gdb_expect.
460 * gdb.reverse/i386-sse-reverse.exp:
461 Replace uses of send_gdb / gdb_expect.
462 * gdb.reverse/i387-env-reverse.exp:
463 Replace uses of send_gdb / gdb_expect.
464 * gdb.reverse/i387-stack-reverse.exp:
465 Replace uses of send_gdb / gdb_expect.
466 * gdb.reverse/machinestate-precsave.exp:
467 Replace uses of send_gdb / gdb_expect.
468 * gdb.reverse/machinestate.exp:
469 Replace uses of send_gdb / gdb_expect.
470 * gdb.reverse/sigall-precsave.exp:
471 Replace uses of send_gdb / gdb_expect.
472 * gdb.reverse/sigall-reverse.exp:
473 Replace uses of send_gdb / gdb_expect.
474 * gdb.reverse/solib-precsave.exp:
475 Replace uses of send_gdb / gdb_expect.
476 * gdb.reverse/solib-reverse.exp:
477 Replace uses of send_gdb / gdb_expect.
478 * gdb.reverse/step-precsave.exp:
479 Replace uses of send_gdb / gdb_expect.
480 * gdb.reverse/step-reverse.exp:
481 Replace uses of send_gdb / gdb_expect.
482 * gdb.reverse/until-precsave.exp:
483 Replace uses of send_gdb / gdb_expect.
484 * gdb.reverse/until-reverse.exp:
485 Replace uses of send_gdb / gdb_expect.
486 * gdb.reverse/watch-precsave.exp:
487 Replace uses of send_gdb / gdb_expect.
488 * gdb.reverse/watch-reverse.exp:
489 Replace uses of send_gdb / gdb_expect.
490
3def43e0
JK
4912010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
492
493 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
494 excessive newline.
495
27d3a1a2 4962010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
497
498 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
499 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
500 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
501 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
502 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
503 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
504 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
505 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
506 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
507 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
508 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
509 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
510 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
511 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
512 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
513 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
514 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
515 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
516 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 517
27d3a1a2 5182010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 519
22454424
MS
520 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
521 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
522
523 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
524 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
525 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
526
527 * gdb.reverse/consecutive-reverse.exp:
528 Replace uses of send_gdb / gdb_expect.
529 * gdb.reverse/consecutive-precsave.exp:
530 Replace uses of send_gdb / gdb_expect.
531
532 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
533 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
534 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
535 * gdb.mi/mi-ns-stale-regcache.exp:
536 Replace uses of send_gdb / gdb_expect.
537 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
538 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
539 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
540 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
541 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
542 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
543 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
544 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
545 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
546
5472010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 548
22454424 549 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 550
22454424 551 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 552
22454424
MS
553 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
554 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
555 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
556 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
557 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
558 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
559 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
560 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
561 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 562
6e5f2c59
TT
5632010-05-25 Tom Tromey <tromey@redhat.com>
564
565 * gdb.base/macscp.exp: Add missing space after setup_kfail.
566
bbc8b958
TT
5672010-05-25 Tom Tromey <tromey@redhat.com>
568
569 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
570 argument order.
571 * gdb.base/macscp.exp: Fix setup_kfail argument order.
572 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
573 order.
574 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
575 order.
576 * gdb.base/call-sc.exp (setup_kfails): Remove.
577 (setup_compiler_kfails): Remove.
578 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
579 argument order.
580 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
581 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
582 (advancei): Fix setup_kfail argument order.
583 * gdb.base/radix.exp: Fix setup_kfail argument order.
584 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
585 order.
586 * gdb.base/structs.exp (setup_kfails): Remove.
587 (setup_compiler_kfails): Fix setup_kfail argument order.
588 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
589 order.
590 * gdb.java/jmain.exp: Fix setup_kfail argument order.
591 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
592 setup_kfail argument order.
593 * gdb.cp/overload.exp: Fix setup_kfail argument order.
594
83d1babf
TT
5952010-05-25 Tom Tromey <tromey@redhat.com>
596
597 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
598
6acb16a2
MS
5992010-05-25 Michael Snyder <msnyder@vmware.com>
600
601 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
602 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
603 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
604 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
605 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
606 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
607 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
608 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
609 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
610 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
611 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
612 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
613 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
614 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
615 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
616 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
617 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
618 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
619 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
620 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
621 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
622 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
623 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
624 * gdb.base/default.exp: Replace send_gdb with gdb_test.
625 * gdb.base/define.exp: Replace send_gdb with gdb_test.
626 * gdb.base/display.exp: Replace send_gdb with gdb_test.
627 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
628 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
629 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
630 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
631 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
632 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
633 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
634 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
635 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
636 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
637 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
638 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
639 * gdb.base/help.exp: Replace send_gdb with gdb_test.
640 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
641 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
642 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
643 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
644 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
645 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
646 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
647 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 648 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
649
6502010-05-25 Doug Evans <dje@google.com>
651
652 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
653 gdb.string_to_argv.
ad3986f0 654
d3b1e874
TT
6552010-05-21 Tom Tromey <tromey@redhat.com>
656
657 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
658 Call it.
659 * gdb.dwarf2/pieces.S: Update.
660 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
661
cb826367
TT
6622010-05-21 Tom Tromey <tromey@redhat.com>
663
664 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
665 Call it.
666 * gdb.dwarf2/pieces.c (struct C): New.
667 (f6): New function.
668 * gdb.dwarf2/pieces.S: Replace.
669
74de6778
TT
6702010-05-21 Tom Tromey <tromey@redhat.com>
671
672 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
673 Call it.
674
afd74c5f
TT
6752010-05-21 Tom Tromey <tromey@redhat.com>
676
677 * gdb.dwarf2.pieces.exp: New file.
678 * gdb.dwarf2.pieces.S: New file.
679 * gdb.dwarf2.pieces.c: New file.
680
a7b75dfd
JB
6812010-05-20 Pedro Alves <pedro@codesourcery.com>
682 Joel Brobecker <brobecker@adacore.com>
683
684 * lib/gdb.exp (gdb_test_no_output): New function.
685 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
686 when testing commands that should produce no output.
687
c81c812a
JB
6882010-05-17 Joel Brobecker <brobecker@adacore.com>
689
690 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
691 parameter that we want to watch being a constant.
692
0cce5bd9
JB
6932010-05-17 Joel Brobecker <brobecker@adacore.com>
694
695 * gdb.ada/cond_lang: New testcase.
696
47050449
JB
6972010-05-17 Joel Brobecker <brobecker@adacore.com>
698
699 * lib/gdb.exp (banned_variables): New variable/constant.
700 (gdb_init): Add write trace on variables listed in banned_variables.
701 (gdb_finish): Remove write traces on variables listed in
702 banned_variables.
703
77c01586
JB
7042010-05-17 Joel Brobecker <brobecker@adacore.com>
705
706 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
707 * gdb.cp/koenig.exp: Likewise.
708
88d4aea7
PM
7092010-05-14 Phil Muldoon <pmuldoon@redhat.com>
710
711 PR python/11482
712
713 * gdb.python/py-value.exp (test_value_hash): New function.
714
f5a010c0
PM
7152010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
716
717 PR exp/11530.
718 * gdb.base/gdb11530.c: New file.
719 * gdb.base/gdb11530.exp: New file.
720
8ef4892f
JK
7212010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
722
723 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
724 * gdb.dwarf2/dw2-modula2-self-type.S: New.
725
7322dca9
SW
7262010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
727
728 * gdb.cp/koenig.exp: New test.
729 * gdb.cp/koenig.cc: New test program.
730
02e7ea18
JB
7312010-05-05 Joel Brobecker <brobecker@adacore.com>
732
733 Remove the use of prms_id and bug_id throughout the testsuite.
734
e1c34c5d
PM
7352010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
736
737 PR exp/11349.
738 * testsuite/gdb.cp/ref-types.exp: Add test to examine
739 use a reference local variable.
740
8e1d0c49
JK
7412010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
742
743 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
744 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
745 variable different_dir. Move debugfile into a full directory pathname
746 under DIFFERENT_DIR.
747 * lib/gdb.exp (separate_debug_filename): Remove.
748 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
749 variable debug_dir and mkdir of it. Update function comments.
750
e66408ed
PA
7512010-04-29 Pedro Alves <pedro@codesourcery.com>
752
753 PR gdb/11557
754
755 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
756 files.
757
d7b32ed3
PM
7582010-04-29 Phil Muldoon <pmuldoon@redhat.com>
759
760 * gdb.python/py-param.exp: New File.
761
6aecb9c2
JB
7622010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
763
764 * gdb.base/default.exp: Fix "set language" test.
765
bdf92a1c
PM
7662010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
767
768 PR breakpoints/11531.
769 * gdb.base/gdb11531.c: New file.
770 * gdb.base/gdb11531.exp: New file.
771
3f172e24
TT
7722010-04-26 Tom Tromey <tromey@redhat.com>
773
774 * gdb.base/completion.exp: Add tests for completion and deprecated
775 commands.
776
64af4c92
JK
7772010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
780 (print /x char_array): Escape curly brackets.
781
492928e4
JK
7822010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
783
784 Fix deadlock on looped list of loaded shared objects.
785 * gdb.base/solib-corrupted.exp: New.
786
66d09542
DE
7872010-04-23 Doug Evans <dje@google.com>
788
789 * gdb.python/py-section-script.c: New file.
790 * gdb.python/py-section-script.exp: New file.
791 * gdb.python/py-section-script.py: New file.
792
8bd10a10
CM
7932010-04-20 Chris Moller <cmoller@redhat.com>
794
795 PR 10179
796
797 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
798 * gdb.base/pr10179-a.c:
799 * gdb.base/pr10179-b.c:
800 * gdb.base/pr10179.exp: New files.
801
c0201579
JK
8022010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
803
804 Fix crashes on dangling display expressions.
805 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
806 is SEP.
807 (lib_flags): Remove the "debug" keyword.
808 (libsepdebug): New variable for iterating new loop.
809 (save_pf_prefix): New variable wrapping the loop.
810 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
811 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
812
793b0ff8
PM
8132010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
814
815 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
816
097f51f7
PM
8172010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
818
819 PR stabs/11479.
820 * gdb.stabs/gdb11479.exp: New file.
821 * gdb.stabs/gdb11479.c: New file.
822
9a22f0d0
PM
8232010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
824
825 * gdb.base/charset.c (Strin16, String32): New variables.
826 * gdb.base/charset.exp (gdb_test): Test correct display
827 of 16 or 32 bit strings.
828
8292010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
830
831 PR 9167
832 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
833 * gdb.cp/pr9167.cc: New file.
834 * gdb.cp/pr9167.exp: New file.
835
836
6e354e5e
PM
8372010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
838
839 PR pascal/11492.
840 * gdb.pascal/gdb11492.pas: New file.
841 * gdb.pascal/gdb11492.exp: New file.
842
be942545
JB
8432010-04-20 Joel Brobecker <brobecker@adacore.com>
844
1667e6e3 845 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 846
0c3acc09
JB
8472010-04-20 Joel Brobecker <brobecker@adacore.com>
848
849 * gdb.ada/dyn_loc: New testcase.
850
ec31cde5
CM
8512010-04-20 Chris Moller <cmoller@redhat.com>
852
853 PR 10867
854
855 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
856 * gdb.cp/pr10687.cc: New file.
857 * gdb.cp/pr10687.exp: New file.
858
859
ce4b0682
SDJ
8602010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
861 Sergio Durigan Junior <sergiodj@redhat.com>
862
863 * gdb.fortran/logical.exp: New testcase.
864 * gdb.fortran/logical.f90: New file.
865
3436961f
DE
8662010-04-19 Doug Evans <dje@google.com>
867
868 * gdb.base/help.exp (help source): Update expected output.
869
4d836c09
JK
8702010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
873 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
874 gdb_exit and return.
875 (executable): New variable.
876 (binfile): Use it.
877
6149aea9
PA
8782010-04-19 Pedro Alves <pedro@codesourcery.com>
879
880 PR breakpoints/8554.
881
882 * gdb.trace/save-trace.exp: Adjust.
883
ed41462c
L
8842010-04-17 H.J. Lu <hongjiu.lu@intel.com>
885
886 PR corefiles/11511
887 * gdb.arch/system-gcore.exp: New.
888 * gdb.arch/gcore.c: Likewise.
889
3f7b2faa
DE
8902010-04-15 Doug Evans <dje@google.com>
891
fa33c3cd
DE
892 * gdb.python/py-progspace.c: New file.
893 * gdb.python/py-progspace.exp: New file.
894
3f7b2faa
DE
895 * gdb.base/source.exp: Add tests for "source -s".
896
79f283fe
PM
8972010-04-14 Phil Muldoon <pmuldoon@redhat.com>
898
899 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
900 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
901 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
902 * gdb.python/py-mi.exp: New test for to_string returning None.
903
fc8eb08a
PM
9042010-04-12 Phil Muldoon <pmuldoon@redhat.com>
905
906 * gdb.python/py-breakpoint.c: Make result global.
907
26e197f6
JK
9082010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
909
910 Fix non-GNU make compatibility.
911 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
912
adc36818
PM
9132010-04-09 Phil Muldoon <pmuldoon@redhat.com>
914
915 * gdb.python/py-breakpoint.exp: New File.
916 * gdb.python/py-breakpoint.C: Ditto.
917
64e17368
SS
9182010-04-08 Stan Shebs <stan@codesourcery.com>
919
920 * gdb.trace/actions.exp: Clear default-collect.
921 * gdb.trace/save-trace.exp: Clear default-collect.
922
fff5cc64
PM
9232010-04-08 Phil Muldoon <pmuldoon@redhat.com>
924
925 * gdb.python/py-value: Add null string variable.
926 (test_lazy_string): Test zero length, NULL address lazy
927 strings.
928
a055a187
L
9292010-04-07 H.J. Lu <hongjiu.lu@intel.com>
930
931 * gdb.arch/i386-avx.c: New.
932 * gdb.arch/i386-avx.exp: Likewise.
933
934 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
935
96e39866
DE
9362010-04-06 Doug Evans <dje@google.com>
937
938 * gdb.base/source-test.gdb: New file.
939 * gdb.base/source.exp: Test source -v.
940
5984a431
UW
9412010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
942
943 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
944
ec8a089a
PM
9452010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
946
947 * gdb.stabs/aout.sed: Convert all backslash to double backslash
948 within one line, unless it is followed by a double quote.
949 * gdb.stabs/hppa.sed: Idem.
950 * gdb.stabs/weird.def: Add char and String constants
951 * gdb.stabs/weird.exp: Check for correct parsing of
952 chhar and string constants.
953 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
954 in .stabs to .stabx substitution.
955
fce3c1f0
SS
9562010-04-05 Stan Shebs <stan@codesourcery.com>
957
958 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
959 constant global.
960 * gdb.trace/tfile.exp: Try to print them.
961
d77f58be
SS
9622010-04-04 Stan Shebs <stan@codesourcery.com>
963
964 * gdb.base/completion.exp: Update for new "info watchpoints".
965 * gdb.base/default.exp: Ditto.
966 * gdb.base/help.exp: Ditto.
967 * gdb.base/watchpoint.exp: Ditto.
968 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
969
af54718e
SS
9702010-04-04 Stan Shebs <stan@codesourcery.com>
971
972 * gdb.trace/tfile.exp: Sharpen tfind test.
973
74d1f91e
JK
9742010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 * gdb.base/break-entry.exp: New.
977
eb8e76db
HZ
9782010-04-02 Hui Zhu <teawater@gmail.com>
979 Michael Snyder <msnyder@vmware.com>
980
981 * gdb.reverse/i386-sse-reverse.exp: New file.
982 * gdb.reverse/i386-sse-reverse.c: New file.
983
bf65cad8
PA
9842010-04-02 Pedro Alves <pedro@codesourcery.com>
985
986 * gdb.trace/tfind.exp: Adjust expected disassembly output.
987
fff87407
SS
9882010-04-01 Stan Shebs <stan@codesourcery.com>
989
990 * gdb.trace/actions.exp: Tweak expected output.
991 * gdb.trace/while-stepping.exp: Tweak expected output.
992
fe01d668
L
9932010-04-01 H.J. Lu <hongjiu.lu@intel.com>
994
995 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
996
86b17b60
PA
9972010-04-01 Pedro Alves <pedro@codesourcery.com>
998
999 * gdb.base/commands.exp: Adjust.
1000 * gdb.cp/extern-c.exp: Adjust.
1001
2c58c0a9
PA
10022010-04-01 Pedro Alves <pedro@codesourcery.com>
1003
1004 * gdb.trace/collection.c (local_test_func): Define a local struct,
1005 and instanciate it.
1006
0db9b91c
PA
10072010-04-01 Pedro Alves <pedro@codesourcery.com>
1008
1009 * gdb.trace/collection.exp (gdb_collect_args_test)
1010 (gdb_collect_argarray_test): XFAIL the tests that assume the
1011 argarray argument's elements are collected.
1012
8072405b
JK
10132010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1014
1015 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1016 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1017
8bf6485c
SS
10182010-03-31 Stan Shebs <stan@codesourcery.com>
1019
1020 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1021 and tracepoint conditionals.
1022 (gdb_verify_tracepoints): Delete unused return.
1023
fd7f724a
KS
10242010-03-26 Keith Seitz <keiths@redhat.com>
1025
1026 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1027 appear in the output before main.
1028 Remove KFAIL for gdb/2215 aka bz 9320.
1029
8d9e7719
DE
10302010-03-30 Doug Evans <dje@google.com>
1031
0906dd0b
DE
1032 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1033 by dejagnu.
1034 * gdb.arch/amd64-dword.exp: Ditto.
1035
8d9e7719
DE
1036 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1037 match.
1038 (break printf): Ditto.
1039
1da644f0
SW
10402010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1041
1042 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1043 gcc < 4.4.
1044 * gdb.cp/shadow.exp: Ditto.
1045
a8121990
PA
10462010-03-29 Pedro Alves <pedro@codesourcery.com>
1047
1048 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1049 "tstart" is silent.
1050
6e79d367
PA
10512010-03-29 Pedro Alves <pedro@codesourcery.com>
1052
1053 * gdb.trace/collection.exp (executable): New.
1054 (binfile): Use it.
1055 (fpreg, spreg, pcreg): New.
1056 (test_register): Use gdb_test_multiple. Pass /x to print.
1057 (prepare_for_trace_test): New.
1058 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1059 (gdb_collect_args_test, gdb_collect_argstruct_test)
1060 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1061 prepare_for_trace_test.
1062 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1063 fpreg, spreg and pcreg.
1064 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1065 prepare_for_trace_test.
1066 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1067 try to detect tracing support here. Don't set breakpoints at
1068 `begin' or `end' here.
1069 <global scope>: Use clean_restart. Run to main before checking
1070 for tracing support. Check for for tracing support here.
1071
09248348
JK
10722010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1073
1074 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1075 " as $displacement" to "seen displacement message".
1076
d350db38
PA
10772010-03-28 Pedro Alves <pedro@codesourcery.com>
1078
1079 * gdb.trace/while-dyn.exp (executable): New variable.
1080 (binfile): Use it.
1081 (test_while_stepping): New function. Move most tests here. Call
1082 it once for each of the while-stepping, stepping and ws aliases.
1083
907af001
UW
10842010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1085
1086 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1087 that do not provide the tagless_struct type name at all.
1088 (test_print_anon_union): Do not check value of uninitialized
1089 union member. Do not use cp_test_ptype_class, so we can accept
1090 "long" as well as "long int".
1091
610197fd
PA
10922010-03-26 Pedro Alves <pedro@codesourcery.com>
1093
1094 * gdb.trace/tfile.c (tohex, bin2hex): New.
1095 (write_error_trace_file): Hexify error description.
1096
6c28cbf2
SS
10972010-03-25 Stan Shebs <stan@codesourcery.com>
1098
1099 * gdb.trace/tfile.c: Generate an additional trace file, improve
1100 portability.
1101 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1102 files in a better way.
1103
e62b8c7e
KS
11042010-03-25 Keith Seitz <keiths@redhat.com>
1105
1106 * gdb.java/jprint.exp: XFAIL printing of static class members
1107 because of GCC debuginfo problem.
1108
82ccf5a5
JK
11092010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1110
1111 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1112
293e2f9e
DJ
11132010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1114
1115 * gdb.base/completion.exp: Allow long instead of long int.
1116 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1117 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1118 variable p.
1119 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1120 * gdb.base/pointers.exp: Allow long instead of long int.
1121 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1122 * gdb.base/step-line.exp: Allow a directory before the source file name.
1123
95a42b64
TT
11242010-03-24 Tom Tromey <tromey@redhat.com>
1125
1126 PR breakpoints/9352:
1127 * gdb.base/default.exp: Update.
1128 * gdb.base/commands.exp: Update.
1129 * gdb.cp/extern-c.exp: Test setting commands on multiple
1130 breakpoints at once.
1131
2390201f
DJ
11322010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1133
1134 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1135 if gdb,nosignals.
1136 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1137 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1138 exited".
1139
8c9a6790
SS
11402010-03-24 Stan Shebs <stan@codesourcery.com>
1141
1142 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1143
a6c727b2
DJ
11442010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1145
1146 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1147 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1148 argument. Handle "short" and "long".
1149 (Top level): Pass overprototyped output for old_fptr and xptr.
1150
4dfd5423
PA
11512010-03-23 Pedro Alves <pedro@codesourcery.com>
1152
1153 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1154 format strings and add casts to avoid compiler warnings.
1155
11562010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1157
1158 * lib/trace-support.exp (gdb_trace_setactions):
1159 Don't expect whitespace after ">" prompt.
1160 * gdb.trace/actions.exp: Adjust for output changes.
1161 * gdb.trace/while-stepping.exp: Likewise.
1162
c847d045
JK
11632010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1166 and r157645).
1167
5f717f1d
JK
11682010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1169
1170 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1171 New.
1172
7d6d51d5
DJ
11732010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1174
1175 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1176 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1177
3b11a015
SS
11782010-03-19 Stan Shebs <stan@codesourcery.com>
1179
1180 * gdb.trace/ax.exp: New file.
1181
d7d158ed
DE
11822010-03-19 Doug Evans <dje@google.com>
1183
6bb85cd1
DE
1184 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1185 output from gcc.
1186
d7d158ed
DE
1187 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1188 named /usr/sbin/prelink<foo>.
1189
4daf5ac0
SS
11902010-03-18 Stan Shebs <stan@codesourcery.com>
1191
1192 * gdb.trace/circ.exp: Test circular-trace-buffer.
1193 * gdb.trace/tfile.exp: Update tstatus test.
1194
e8d05480
JB
11952010-03-18 Joel Brobecker <brobecker@adacore.com>
1196
1197 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1198 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1199
441b986a
UW
12002010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1201
1202 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1203
4247603b
PA
12042010-03-18 Pedro Alves <pedro@codesourcery.com>
1205
1206 * gdb.base/default.exp: Adjust the expected output of the finish
1207 and until commands when the inferior is not being run.
1208
13387711
SW
12092010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1210
1211 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1212 * gdb.cp/nsusing.exp: Ditto.
1213
6e31430b
TT
12142010-03-15 Tom Tromey <tromey@redhat.com>
1215
1216 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1217 * gdb.cp/userdef.cc (operator==): New function.
1218 (main): New locals mem1, mem2.
1219
e2d69cb5
JZ
12202010-03-15 Jie Zhang <jie@codesourcery.com>
1221
1222 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1223 Declare and use new loadtimeout variable.
1224
f572f0a9
DJ
12252010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1226
1227 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1228 Use gdb_load later.
1229
51f4c0b0
PA
12302010-03-14 Pedro Alves <pedro@codesourcery.com>
1231
1232 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1233 literal. Add missing endlines to prints to stderr.
1234
1c809c68
TT
12352010-03-12 Tom Tromey <tromey@redhat.com>
1236
1237 PR c++/9708:
1238 * gdb.cp/m-static.exp: Add regression test.
1239 * gdb.cp/m-static.cc (method): New method.
1240 (main): Call it.
1241
00ae8fef
SW
12422010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1243
1244 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1245 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1246
759f0f0b
PA
12472010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1248
21e24d21
PA
1249 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1250
12512010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1252
759f0f0b
PA
1253 * lib/gdb.exp (skip_stl_tests): New.
1254 (gdb_compile): Symbian needs -ldl.
1255 (shlib_target_file): New.
1256 (shlib_symbol_file): New.
1257 (gdb_load_shlibs): Use shlib_target_file.
1258 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1259 * gdb.cp/exception.exp: Use skip_stl_tests.
1260 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1261 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1262 * gdb.cp/mb-templates.exp: Ditto.
1263 * gdb.base/commands.exp: Relax regexes.
1264 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1265 shlib_target_file and shlib_symbol_file.
1266 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1267 sections.
1268 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1269 * gdb.base/solib-disc.exp: Use
1270 shlib_target_file and shlib_symbol_file.
1271 * gdb.base/unload.exp: Don't skip on symbian. Use
1272 shlib_target_file and shlib_symbol_file.
1273 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1274
6a8f2671
PA
12752010-03-12 Pedro Alves <pedro@codesourcery.com>
1276
1277 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1278 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1279 Issue a tfind end before looking for a tracepoint frame.
1280 * gdb.trace/tfind.exp: Adjust tstatus output.
1281 Adjust disassembly output.
1282 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1283
ccf26247
JK
12842010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 * gdb.base/break-interp.exp: Create new displacement parameter value
1287 for the test_ld calls.
1288 (reach): New parameter displacement, verify its content. New push of
1289 pf_prefix "reach-$func:". Import global expect_out.
1290 (test_core): New parameter displacement, verify its content. New push
1291 of pf_prefix "core:". New command "set verbose on". Import global
1292 expect_out.
1293 (test_attach): New parameter displacement, verify its content. New
1294 push of pf_prefix "attach:". New command "set verbose on". Import
1295 global expect_out.
1296 (test_ld): New parameter displacement, pass it to the reach, test_core
1297 and test_attach calls and verify its content in the "ld.so exit" test.
1298 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1299 (prelink): Update expected text, use gdb_test.
1300
e469c7fb
DE
13012010-03-10 Doug Evans <dje@google.com>
1302
1303 * gdb.base/checkpoint.exp: Fix comment.
1304 Lengthen timeout while doing >600 checkpoints test.
1305 Rename duplicate "kill all one" test to keep test names unique.
1306
60e1c644
PA
13072010-03-10 Pedro Alves <pedro@codesourcery.com>
1308
1309 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1310
cec808ec
KS
13112010-03-08 Keith Seitz <keiths@redhat.com>
1312
1313 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1314 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1315 (dm_type_long): New function.
1316 (dm_type_unsigned_short): New function.
1317 (dm_type_unsigned_long): New function.
1318 (myint): New typedef.
1319 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1320 long, unsigned shor and long, operator char*, and typedef.
1321 (test_lookup_operator_functions): Add operator char* test.
1322 (test_paddr_operator_functions): Likewise.
1323 (test_paddr_overloaded_functions): Use probe values for
1324 short, long, and unsigned short and long.
1325 (test_paddr_hairy_functions): If the demangler probe detected
1326 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1327 demangler.
1328 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1329 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1330 and "print null_pmf".
1331 Add test "ptype a.*pmf".
1332 * gdb.cp/overload.exp: Allow optional "int" to appear with
1333 "short" and "long".
1334 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1335 long expect value for men_overload1arg.
1336 Allow "int" to appear with "short" and "long".
1337 When testing "info break", add argument for main (void).
1338 Also allow "int" to appear with "short" and "long".
1339 Ditto with "unsigned" and "long long".
1340 * gdb.java/jmain.exp: Do not enclose methods names in single
1341 quotes.
1342 * gdb.java/jmisc.exp: Likewise.
1343 * gdb.java/jprint.exp: Likewise.
1344 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1345
1346 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1347 * gdb.cp/exception.exp (backtrace after first throw)
1348 (backtrace after second throw): Allow a namespace before __cxa_throw.
1349 (backtrace after first catch, backtrace after second catch): Allow
1350 a namespace before __cxa_begin_catch.
1351
1352 * gdb.cp/cpexprs.exp: New file.
1353 * gdb.cp/cpexprs.cc: New file.
1354
1355 From Daniel Jacobowitz <dan@codesourcery.com>
1356 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1357 to use string_to_regexp.
1358 (ctor, dtor): New functions. Use them to match constructor
1359 and destructor function types.
1360 (Top level): Use runto_main.
1361
f870a310
TT
13622010-03-05 Tom Tromey <tromey@redhat.com>
1363
1364 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1365 gdb.target_charset.
1366 (pp_ns.to_string): Likewise.
1367
0c199f28
KS
13682010-03-04 Keith Seitz <keiths@redhat.com>
1369
1370 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1371 can be quoted. Test that both the filename and function/line
1372 portions can be quoted at the same time.
1373
c7437ca6
PA
13742010-03-04 Pedro Alves <pedro@codesourcery.com>
1375
1376 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1377
b111b805
DE
13782010-03-03 Doug Evans <dje@google.com>
1379
24486cb7
DE
1380 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1381 libc contains libpthread.
1382
b111b805
DE
1383 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1384 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1385 of gdb_compile. Add another pattern to match android backtrace.
1386
a0e0ef55
TT
13872010-03-03 Tom Tromey <tromey@redhat.com>
1388
1389 PR gdb/11345:
1390 * gdb.base/printcmds.exp (test_printf): Add test.
1391
1ba53b71
L
13922010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1393
1394 * gdb.arch/amd64-byte.exp: New.
1395 * gdb.arch/amd64-dword.exp: Likewise.
1396 * gdb.arch/amd64-pseudo.c: Likewise.
1397 * gdb.arch/amd64-word.exp: Likewise.
1398 * gdb.arch/i386-byte.exp: Likewise.
1399 * gdb.arch/i386-pseudo.c: Likewise.
1400 * gdb.arch/i386-word.exp: Likewise.
1401
f5dff777
DJ
14022010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1403
1404 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1405 types. Add structreg, bitfields, and flags registers.
1406 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1407 registers.
1408
90884b2b
L
14092010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1410
1411 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1412 (load_description): Set architecture if defined.
1413
dc00d89f
PM
14142010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1415
1416 * gdb.python/py-frame.exp: Add read_var block tests.
1417 * gdb.python/py-frame.c (block): New function.
1418
0e095b7e
JK
14192010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1420 Daniel Jacobowitz <dan@codesourcery.com>
1421
1422 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1423
624f1a65
DM
14242010-02-25 David S. Miller <davem@davemloft.net>
1425
1426 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1427 fix logic for setting all_syscalls_numbers.
1428
f3e9a817
PM
14292010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1430
1431 * Makefile.in: Add py-block and py-symbol.
1432 * gdb.python/py-symbol.exp: New File.
1433 * gdb.python/py-symtab.exp: New File.
1434 * gdb.python/py-block.exp: New File.
1435 * gdb.python/py-symbol.c: New File.
1436 * gdb.python/py-block.c: New File.
1437
f6bbabf0
PM
14382010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1439
1440 PR python/11314
1441 * lib/gdb.exp (skip_python_tests): New function.
1442 * gdb.python/py-cmd.exp: Use skip_python_tests.
1443 * gdb.python/py-frame.exp: Likewise.
1444 * gdb.python/py-function.exp: Likewise.
1445 * gdb.python/py-prettyprint.exp: Likewise.
1446 * gdb.python/py-template.exp: Likewise.
1447 * gdb.python/py-type.exp: Likewise.
1448 * gdb.python/py-value.exp: Likewise.
1449
85d721b8
PA
14502010-02-22 Pedro Alves <pedro@codesourcery.com>
1451
1452 PR9605
1453
1454 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1455
48e32051
TT
14562010-02-19 Tom Tromey <tromey@redhat.com>
1457
1458 PR c++/8693, PR c++/9496:
1459 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1460 regression tests.
1461
ac9c0048
JK
14622010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 Fix compatibility with m68k as.
1465 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1466 Use only /* comments */.
1467
57bb97a4
UW
14682010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1469
1470 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1471 * configure: Regenerate.
1472
7d1bf85c
DJ
14732010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1474
1475 * gdb.python/py-type.exp: Check for Python support.
1476
061b5285
PA
14772010-02-17 Pedro Alves <pedro@codesourcery.com>
1478
1479 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1480 `regsub' syntax available.
1481
f8a8bc2c
PA
14822010-02-17 Pedro Alves <pedro@codesourcery.com>
1483
1484 * gdb.base/shmain.c (main): Remove printf call.
1485 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1486 * gdb.base/unload.c (main): Make format of fprintf a string
1487 literal. Add missing endlines to prints to stderr.
1488 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1489
6f451e5e
TT
14902010-02-17 Tom Tromey <tromey@redhat.com>
1491
1492 * gdb.java/jprint.java (jprint.props): New field.
1493 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1494
12d79008
PA
14952010-02-17 Pedro Alves <pedro@codesourcery.com>
1496
ef801a0e 1497 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
1498 available.
1499
d252f7e5
DJ
15002010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1501
1502 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1503 creation to support remote host testing.
1504
67bdab6c
DJ
15052010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1506
1507 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1508 Recognize "command not found".
1509
bb391223
DJ
15102010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1511
1512 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1513 single-stepping.
1514
70362913
DJ
15152010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1516
1517 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1518 if arguments are not supported.
1519
493f3c00
DJ
15202010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1521
1522 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1523 be const or non-const.
1524
8034c749
DJ
15252010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1526
1527 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1528 mi_send_resuming_command to send -exec-continue.
1529
791dfb64
DJ
15302010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1531
1532 * gdb.base/list.exp (test_list_filename_and_function): Add test
1533 with single quotes.
1534 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1535 matching.
1536 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1537 Add KFAIL'd tests for PR gdb/11289.
1538
7c5fe868
DJ
15392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1540
1541 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1542
fdc498b8
DJ
15432010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1544
1545 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1546 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1547 a temporary directory.
1548
b519e2a6
DJ
15492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1550
1551 * gdb.base/charset.exp: Use a single regular expression to match
1552 show host-charset and show target-charset output.
1553
74164c56
JK
15542010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1557 "Illegal process-id" expect string more exact.
1558 (attach to digits-starting nonsense is prohibited): New.
1559
701ed6dc
JK
15602010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1561
1562 * gdb.base/prelink.exp (set verbose on): New.
1563
fa19b4e5
MS
15642010-02-12 Tomas Holmberg <th@virtutech.com>
1565
1566 * mi-reverse.exp: New file. Test for reverse option to the
1567 following MI commands: exec-continue, exec-finish, exec-next,
1568 exec-step, exec-next-instruction, exec-step-instruction.
1569
dadf0e9c
JB
15702010-02-09 Joel Brobecker <brobecker@adacore.com>
1571
1572 * gdb.ada/ptype_tagged_param: New testcase.
1573
714f19d5
TT
15742010-02-08 Tom Tromey <tromey@redhat.com>
1575
1576 PR c++/8017:
1577 * gdb.cp/overload.exp: Add tests.
1578 * gdb.cp/overload.cc (struct K): New.
1579 (namespace N): New.
1580 (main): Call new functions.
1581 (K::staticoverload): Define.
1582
83b10087
CM
1583Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1584
1585 PR gdb/10728
1586 * gdb.cp/pr10728-x.h: New file.
1587 * gdb.cp/pr10728-x.cc: New file.
1588 * gdb.cp/pr10728-y.cc: New file.
1589 * gdb.cp/pr10728.exp: New file.
1590 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1591
99903ae3
CM
1592Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1593
1594 PR gdb/9067
1595 * gdb.cp/pr9067.exp: New
1596 * gdb.cp/pr9067.cc: New
1597 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1598
7b356089
JB
15992010-02-08 Joel Brobecker <brobecker@adacore.com>
1600
1601 * lib/gdb.exp (gdb_test_timeout): New global variable.
1602 Set it to timeout if not already set.
1603 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1604
1be00882
DE
16052010-02-05 Doug Evans <dje@google.com>
1606
1607 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1608 user.
1609
82856980
SW
16102010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1611
1612 PR c++/7935:
1613 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1614
1a334831
TT
16152010-02-04 Tom Tromey <tromey@redhat.com>
1616
1617 * gdb.cp/virtbase.exp: Make test case names unique.
1618
9c3c02fd
TT
16192010-02-02 Tom Tromey <tromey@redhat.com>
1620
1621 * gdb.cp/virtbase.exp: Add regression tests.
1622 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1623 (main): Instantiate RHC.
1624
0cc2414c
TT
16252010-02-02 Tom Tromey <tromey@redhat.com>
1626
1627 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1628 type-printing change.
1629
edf3d5f3
TT
16302010-02-02 Tom Tromey <tromey@redhat.com>
1631
1632 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1633 * gdb.cp/virtbase.cc: New file.
1634 * gdb.cp/virtbase.exp: New file.
1635 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1636
e4b7f41c
JK
16372010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1638
1639 PR libc/11214:
1640 * gdb.threads/current-lwp-dead.c: Include features.h.
1641 (HAS_NOMMU): New.
1642 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1643
b381ea14
JK
16442010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 * gdb.base/symbol-without-target_section.exp,
1647 gdb.base/symbol-without-target_section.c: New.
1648
c593ac0e
DJ
16492010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1650
1651 * gdb.base/bigcore.exp: Reset increased timeout.
1652 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
1653
db25f29d
DJ
16542010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1655
1656 * gdb.base/gcore.exp (capture_command_output): Use
1657 gdb_test_multiple.
1658
f9d67f43
DJ
16592010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1660
1661 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
1662 * gdb.arch/thumb2-it.exp (test_it_break): New function.
1663 (Top level): Call it.
1664
177321bd
DJ
16652010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1666
1667 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
1668
97f2ed50
DJ
16692010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1670
1671 * gdb.base/call-strs.exp, gdb.base/default.exp,
1672 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
1673 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
1674 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
1675 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
1676 gdb.base/watchpoint-solib.exp: Save and restore timeout.
1677 * gdb.base/ending-run.exp: Correct restore of timeout.
1678 * gdb.base/page.exp: Remove unnecessary timeout setting.
1679
e4e2711a
JB
16802010-01-29 Joel Brobecker <brobecker@adacore.com>
1681
1682 * gdb.ada/rec_return: New testcase.
1683
ba581dc1
JB
16842010-01-29 Joel Brobecker <brobecker@adacore.com>
1685
1686 * gdb.ada/call_pn: New testcase.
1687
4ea95be9
DJ
16882010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1689
1690 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
1691 (Top level): Use it to resume.
1692 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
1693 the Thumb mode displaced stepping error as unsupported.
1694
df83a9bf
SW
16952010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
1696
1697 * gdb.cp/nsusing.exp: Added more tests.
1698 * gdb.cp/nsrecurs.exp: Ditto.
1699 * gdb.cp/nsusing.cc: Added test functions.
1700 * gdb.cp/nsrecurs.cc: Ditto.
1701
40b27cdc
JK
17022010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
1705 absolute directory pathnames in gdb.sum file.
1706
de958931
SW
17072010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
1708
1709 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
1710 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
1711
708ead4e
TT
17122010-01-26 Tom Tromey <tromey@redhat.com>
1713
1714 PR exp/7643:
1715 * gdb.base/printcmds.exp (test_print_string_constants): Remove
1716 setup_kfail.
1717
b14e635e
SW
17182010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
1719
1720 * gdb.cp/nsrecurs.exp: New test.
1721 * gdb.cp/nsrecurs.cc: New test program.
1722 * gdb.cp/nsstress.exp: New test.
1723 * gdb.cp/nsstress.cc: New test program.
1724 * gdb.cp/nsdecl.exp: New test.
1725 * gdb.cp/nsdecl.cc: New test program.
1726
8540c487
SW
17272010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
1728
1729 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
1730 imported into file scope.
1731 Marked test as xfail.
1732 * gdb.cp/namespace-using.cc (marker5): New function.
1733 * gdb.cp/shadow.exp: New test.
1734 * gdb.cp/shadow.cc: New test program.
1735 * gdb.cp/nsimport.exp: New test.
1736 * gdb.cp/nsimport.cc: New test program.
1737
421d5d99
TT
17382010-01-25 Tom Tromey <tromey@redhat.com>
1739
1740 PR gdb/11049:
1741 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
1742 with "set print null-stop on".
1743
691f8dc1
JK
17442010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1745
1746 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
1747 Adjust it for DISASSEMBLY_OMIT_FNAME.
1748
0b92b5bb
TT
17492010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1750
1751 PR symtab/11199:
1752 * gdb.dwarf2/member-ptr-forwardref.exp,
1753 gdb.dwarf2/member-ptr-forwardref.S: New.
1754
23787403
JK
17552010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1756
1757 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
1758 (thread1_func): Protect thread1_tid with thread1_tid_cond by
1759 thread1_tid_mutex. Remove gdbstop_mutex handling.
1760 (thread2_func): Protect thread2_tid with thread2_tid_cond by
1761 thread2_tid_mutex. Remove gdbstop_mutex handling.
1762 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
1763 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
1764 pthread_cond_wait conditionalizations by while loops.
1765
b966cb8a
TT
17662010-01-20 Tom Tromey <tromey@redhat.com>
1767
1768 PR backtrace/10770:
1769 * gdb.dwarf2/pr10770.exp: New file.
1770 * gdb.dwarf2/pr10770.c: New file.
1771 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
1772
fcae584b
VP
17732010-01-20 Vladimir Prus <vladimir@codesourcery.com>
1774
1775 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
1776 that target was removed, and the test always runs native anyway.
1777
a0f49112
JK
17782010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1779
1780 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
1781 gdb.base/watchpoint-cond-gone-stripped.c: New.
1782
ceeb3d5a
TT
17832010-01-19 Tom Tromey <tromey@redhat.com>
1784
1785 PR c++/8000:
1786 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
1787 existing tests.
1788 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
1789 (main): Use AAA::SomeEnum.
1790
dd322c54
JK
17912010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1792
1793 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
1794 (test_ignore_count): Declare line_callme_body global.
1795 (run to breakpoint with ignore count): Use line_callme_body.
1796 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
1797 (set line_main_hello, set line_main_return): Reindent.
1798 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
1799 New.
1800 (continue to callee4): Use line_callee4_body.
1801 (check *stopped from CLI command): Use line_callee4_next.
1802 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
1803 (set line_main_hello, set line_main_return): Reindent.
1804 (set line_callee4_head, set line_callee4_body): New.
1805 (continue to callee4): Use line_callee4_body.
1806
4e8f195d
TT
18072010-01-18 Tom Tromey <tromey@redhat.com>
1808
1809 PR c++/9680:
1810 * gdb.cp/casts.cc: Add new classes and variables.
1811 * gdb.cp/casts.exp: Test new operators.
1812
9e14a9ba
JB
18132010-01-18 Tom Tromey <tromey@redhat.com>
1814 Thiago Jung Bauermann <bauerman@br.ibm.com>
1815
1816 * gdb.python/source2.py: New file.
1817 * gdb.python/source1: New file.
1818 * gdb.python/python.exp: Test "source" command.
1819
00bf0b85
SS
18202010-01-15 Stan Shebs <stan@codesourcery.com>
1821
1822 * gdb.trace/tfile.c: New file.
1823 * gdb.trace/tfile.exp: New file.
1824
55235ad7
JK
18252010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
1828
9f2982ff
JK
18292010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1830
1831 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
1832
bbfba9ed
JK
18332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1834
1835 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
1836 (libfunc): New parameter action. Implement also selectable "sleep".
1837 * gdb.base/break-interp-main.c: Include assert.h.
1838 (libfunc): New parameter action.
1839 (main): New parameters argc and argv. Assert argc. Pass argv.
1840 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
1841 (test_attach): New proc.
1842 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
1843 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
1844
61f0d762
JK
18452010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 * gdb.base/break-interp.exp (test_core): New proc.
1848 (test_ld): Call it.
1849
06a6f270
JK
18502010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1851
1852 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
1853 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
1854 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
1855 and gdb_compile_shlib. Use new -Wl compiler options.
1856 (dl bt, main bt): New tests.
1857
51bee8e9
JK
18582010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1859
1860 Support PIEs with no symfile_objfile.
1861 * gdb.base/break-interp.exp: New argument at the test_ld calls.
1862 (test_ld): New parameter trynosym.
1863 (test_ld <$trynosym>): New block.
1864
b8040f19
JK
18652010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 * gdb.base/break-interp.exp: New file.
1868
be759fcf
PM
18692010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1870
1871 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
1872 * gdb.python/py-prettyprint.py (pp_ls): New printer.
1873 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
1874 test.
1875 * gdb.python/py-prettyprint.c: Define lazystring test structure.
1876 * gdb.python/py-mi.exp: Add lazy string test.
1877
dc146f7c
VP
18782010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1879
1880 * lib/mi-support.exp (mi_check_thread_states): Handle
1881 core number in thread listing.
1882
b4ba55a1
JB
18832010-01-12 Joel Brobecker <brobecker@adacore.com>
1884
1885 * gdb.base/maint.exp: Adjust the expected output for the
1886 "maint print type" test. Use gdb_test_multiple instead of
1887 gdb_sent/gdb_expect.
1888
08e24bd4
DE
18892010-01-11 Doug Evans <dje@google.com>
1890
6496a609
DE
1891 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
1892 from gdbserver_download. All callers updated.
1893
08e24bd4
DE
1894 * gdb.server/ext-run.exp: "info os processes" requires xml support.
1895
b5cfddf5
JK
18962010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 Implement binary numbers parsing.
1899 * gdb.base/printcmds.exp (test_integer_literals_accepted)
1900 (test_integer_literals_rejected): New binary tests.
1901
3725885a
RW
19022010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1903
1904 * gdb.cell/configure: Regenerate.
1905
37aeb5df
JK
19062010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 * gdb.base/corefile.exp: Move the core finding block out and call it as
1909 core_find, new variable $corefile, replace corefile by $corefile and
1910 [file tail $corefile] for usage vs. test names resp.
1911 * lib/gdb.exp (core_find): Move it as a new function here. New
1912 parameter binfile and deletefiles. New variable $destcore. Pre-delete
1913 $destcore. Return "" on error.
1914
d521f563
JK
19152010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 Workaround PR binutils/10802.
1918 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
1919 (twice).
1920
28f24826
DJ
19212010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1922
1923 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
1924
2de75e71
JB
19252010-01-08 Joel Brobecker <brobecker@adacore.com>
1926
1927 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
1928 call, to avoid interruption.
1929
fe00719b 19302010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
1931
1932 * gdb.stabs/weird.def (args93): New.
1933
d0ef5df8
DE
19342010-01-07 Doug Evans <dje@google.com>
1935
1936 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
1937
3a08d52f
TT
19382010-01-07 Tom Tromey <tromey@redhat.com>
1939
1940 * gdb.base/source.exp: Use correct line number.
1941
7a697b8d
SS
19422010-01-05 Stan Shebs <stan@codesourcery.com>
1943
1944 * gdb.trace/tracecmd.exp: Test ftrace.
1945
7803799a
UW
19462010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1947
1948 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
1949
c54eabfa
JK
19502010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
1953 "uint_for_mi_testing".
1954
02e7ef19
JB
19552010-01-01 Joel Brobecker <brobecker@adacore.com>
1956
1957 Test indented comment in file being sourced.
1958 * gdb.base/commands.exp: Test indented comment in file being sourced.
1959
abd775ce
JB
19602010-01-01 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
1963 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
1964 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
1965 notice.
1966
79b55b82
JB
19672010-01-01 Joel Brobecker <brobecker@adacore.com>
1968
1969 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
1970 notice.
1971
8997583e
JK
19722010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1973
1974 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
1975 missing $after_stopped and comma (,) expectation.
1976
6da95a67
SS
19772009-12-31 Stan Shebs <stan@codesourcery.com>
1978
1979 * gdb.trace/actions.exp: Test teval action.
1980
218d2fc6
TJB
19812009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1982
1983 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
1984 (top level): Call test_watchpoint_in_big_blob.
1985 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
1986 watchpoints.
1987 (func3): Write to buf.
1988
236f1d4d
SS
19892009-12-29 Stan Shebs <stan@codesourcery.com>
1990
1991 * gdb.trace/actions.exp: Test default-collect.
1992
f61e138d
SS
19932009-12-28 Stan Shebs <stan@codesourcery.com>
1994
1995 * gdb.trace/tsv.exp: New file.
1996 * gdb.base/completion.exp: Update ambiguous info output.
1997
0219b378
DJ
19982009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1999
2000 * gdb.base/find.c (main): Reference search buffers.
2001 * gdb.base/included.c (main): Reference integer.
2002 * gdb.base/ptype.c (charfoo): Declare.
2003 (intfoo): Call charfoo.
2004 * gdb.base/scope0.c (useitp): New function.
2005 (usestatics): Use useitp.
2006 (useit): Add a type for val.
2007 * gdb.base/scope1.c (useit1): Take a pointer argument.
2008 (usestatics1): Update calls to useit1.
2009 * gdb.cp/call-c.cc: Declare foo.
2010 (main): Call foo.
2011 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2012 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2013 (main): Call C::ensureRefs and ensureOtherRefs.
2014 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2015 variables.
2016 (ensureOtherRefs): New function.
2017 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2018 * gdb.cp/templates.cc (main): Call t5i.value.
2019
3f78692f
JK
20202009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 Fix compatibility with G++-4.5.
2023 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2024 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2025 (uncaught return): Remove.
2026
429374b8
JK
20272009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2028 Phil Muldoon <pmuldoon@redhat.com>
2029
2030 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2031 (bp_location13, bp_location14, bp_location17, bp_location18)
2032 (marker3_proto, marker4_proto): New variables.
2033 (breakpoint info): Update output.
2034 (run until breakpoint at marker3, run until breakpoint at marker4): New
2035 tests.
2036
859825b8
JK
20372009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2038
2039 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2040 Replace the printf call of Y by provided "y-set-1" label. New block
2041 for the second shared library.
2042 * gdb.base/unload.exp: Compile also the second library, call
2043 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2044 (single pending breakpoint info): Rename to ...
2045 (pending breakpoint info before run): ... this extended test.
2046 (libfile2, libname2, libsrcfile2, libsrc2)
2047 (lib_sl2): New variables.
2048 (exec_opts): Set also SHLIB_NAME2.
2049 (pending breakpoint info on first run at shrfunc1)
2050 (pending breakpoint info on second run at shrfunc1)
2051 (pending breakpoint info on second run at shrfunc2)
2052 (print y from libfile, print y from libfile2): New tests.
2053 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2054 * gdb.base/unloadshr2.c: New.
2055
e6a386cd
HZ
20562009-12-22 Hui Zhu <teawater@gmail.com>
2057
2058 * gdb.reverse/sigall-reverse.exp: Adjust.
2059
9e19b45e
VP
20602009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2061
2062 PR gdb/10884
2063
2064 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2065 (main): Call do_bitfield_tests.
aacf5b1e 2066 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2067
d53a7b30
JB
20682009-12-20 Joel Brobecker <brobecker@adacore.com>
2069
2070 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2071 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2072 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2073 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2074 gdb.modula2/unbounded1.c: Update copyright header.
2075
191ca0a1
CM
20762009-12-10 Chris Moller <moller@mollerware.com>
2077
2078 PR gdb/9399
2079 * gdb.cp/virtfunc2.exp: New tests
2080 * gdb.cp/virtfunc2.cc: New tests
2081 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2082
0fa6cf1b
MS
20832009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2084
2085 * gdb.reverse/i387-env-reverse.c: New file.
2086 * gdb.reverse/i387-env-reverse.exp: New file.
2087 * gdb.reverse/i387-stack-reverse.c: New file.
2088 * gdb.reverse/i387-stack-reverse.exp: New file.
2089
361ae042
PM
20902009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2091
2092 * gdb.python/py-type.exp (test_range): New test.
2093
bfd31e71
PM
20942009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2095
2096 PR python/10805
2097
2098 * gdb.python/py-type.exp: New file.
2099 * gdb.python/py-type.c: New file.
2100 * Makefile.in: Add py-type.
2101
57a1d736
TT
21022009-12-03 Tom Tromey <tromey@redhat.com>
2103
2104 * gdb.python/py-value.exp (test_parse_and_eval): New
2105 function.
2106
1f3b5d1b
PP
21072009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2108
2109 PR gdb/11022
2110
2111 * gdb.base/pr11022.exp: New test.
2112 * gdb.base/pr11022.c: New test.
2113
8b7dbdc9
JK
21142009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
2116 Fix spurious false FAILs.
2117 * gdb.base/structs.c (chartest): New.
2118 (main): Fill-in chartest.
2119 * gdb.base/structs.exp (anychar_re, first): New.
2120 (start_structs_test): Import global anychar_re and first.
2121 New gdb_test call "set print elements 300; ${testfile}"
2122 (start_structs_test <$first>): New block.
2123 (any): Import global anychar_re. New variable ac. Use ${ac}.
2124
6a53b2ec
JK
21252009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2126
2127 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2128
d7167b4c
JK
21292009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2132 Force $srcfile file.
2133 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2134
b1798462
UW
21352009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2136
2137 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2138 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2139 * gdb.threads/watchthreads-reorder.exp: Likewise.
2140
b6199126
DJ
21412009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2142
2143 PR gdb/8704
2144
2145 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2146 "if", and "thread". Correct matching in the previous test.
2147
b22a0510
DJ
21482009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2149
2150 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2151
930636d2
MS
21522009-11-23 Michael Snyder <msnyder@vmware.com>
2153
2154 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2155 * gdb.reverse-watch-precsave.exp: Ditto.
2156
21a0512e
PP
21572009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2158
2159 * gdb.asm/asm-source.exp: Adjust.
2160 * gdb.base/help.exp: Adjust.
2161
fc30d5e0
PA
21622009-11-22 Pedro Alves <pedro@codesourcery.com>
2163
2164 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2165 (do_syscall_tests_without_xml): Set data-directory to
2166 /the/path/to/nowhere.
2167
f6bc2008
PA
21682009-11-21 Pedro Alves <pedro@codesourcery.com>
2169
2170 * gdb.threads/local-watch-wrong-thread.c,
2171 gdb.threads/local-watch-wrong-thread.exp: New files.
2172
8c2fb5de
PA
21732009-11-21 Pedro Alves <pedro@codesourcery.com>
2174
2175 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2176 assume new `regsub' syntax available.
2177
ebec9a0f
PA
21782009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
a79d3c27
JK
2180 * gdb.base/watchpoint-hw-hit-once.exp,
2181 gdb.base/watchpoint-hw-hit-once.c: New.
2182
21832009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * gdb.threads/watchthreads-reorder.exp,
2186 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2187
276a961b
MK
21882009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2189
2190 * gdb.xml/tdesc-regs.exp: Use for m68k.
2191
4867c1fb
PA
21922009-11-15 Pedro Alves <pedro@codesourcery.com>
2193
2194 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2195
f6838f81
DJ
21962009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2197
2198 * lib/gdb.exp (current_target_name): New procedure.
2199 (gdb_wrapper_target): New variable.
2200 (gdb_wrapper_init): Set gdb_wrapper_target.
2201 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2202 wrapper.
2203
4ac4dd3f
DJ
22042009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2205
2206 * gdb.base/remote.exp: Delete the slowest load test.
2207 Do not load with fixed packet sizes.
2208
a7881759
DJ
22092009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2210
2211 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2212
97a5b505
DJ
22132009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2214
2215 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2216 srcfile when setting a breakpoint.
2217
d3e1fc54
DJ
22182009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2219
2220 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2221 macros.
2222
7cbcbded
DJ
22232009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2224
2225 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2226 to be in memory.
2227 * gdb.base/display.c (force_mem): New.
2228 (do_loops): Use it. Add breakpoint comments.
2229 (do_vars): Add a breakpoint comment.
2230 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2231 line numbers.
2232
bdea3a92
NF
22332009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2234
2235 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2236 instead of a bare "run".
2237
269f82e5
PP
22382009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2239
2240 * gdb.python/py-prettyprint.exp: Adjust.
2241
a69b7d9d
DJ
22422009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2243
2244 * lib/cell.exp (skip_cell_tests): Clean up test files before
2245 returning.
2246
b598bfda
DJ
22472009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2248
2249 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2250 and the breakpoint menu. Do not call perror if a prompt is seen.
2251 Consume the following GDB prompt.
2252 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2253 * gdb.cp/namespace.exp: Use gdb_test.
2254 * gdb.cp/templates.exp: Use gdb_test.
2255 (test_template_breakpoints): Use gdb_test_multiple.
2256
87728fa0
DJ
22572009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2258
2259 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2260 (marker4): Reference values.
2261
b67c692f
DJ
22622009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2263
2264 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2265 is missing.
2266
f0df251a
DJ
22672009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2268
2269 * gdb.base/break.c (need_malloc): New.
2270 * gdb.base/constvars.c (main): Reference crass and crisp.
2271 * gdb.base/gdb1821.c (main): Reference bar.
2272 * gdb.cp/gdb1355.cc (main): Reference s1.
2273 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2274 (main): Call them.
2275 * gdb.cp/hang2.cc (dummy2): Define.
2276 * gdb.cp/hang3.cc (dummy3): Define.
2277 * gdb.cp/m-data.cc (main): Reference shadow.
2278
bdf7534a
NF
22792009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2280 Nathan Froyd <froydnj@codesourcery.com>
2281
2282 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2283 remote host.
2284
f24fce77
NF
22852009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2286
2287 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2288 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2289 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2290 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2291 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2292 * gdb.dwarf2/dw2-producer.exp: Likewise.
2293 * gdb.dwarf2/mac-fileno.exp: Likewise.
2294 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2295 py-prettyprint.py to the remote host.
2296 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2297
40f0318e
KS
22982009-11-11 Keith Seitz <keiths@redhat.com>
2299
2300 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2301 use it instead of "Foo".
2302 * gdb.cp/classes.exp (do_tests): Add a test to access
2303 a method through a typedef'd class name.
2304
f3d9f7fb
NF
23052009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2306
2307 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2308 exponents.
2309 * gdb.base/pointers.exp: Likewise.
2310 * gdb.cp/ref-types.exp: Likewise.
2311
a4216f37
KS
23122009-11-11 Keith Seitz <keiths@redhat.com>
2313
2314 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2315 new[] and delete[].
2316 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2317 "void".
2318 (probe_demangler): Remove all single-quoting of
2319 method and variable names.
2320 (info_func_regexp): Remove the word "void" from any
2321 occurrence of "(void)".
2322 (print_addr_2): Remove all single-quoting of
2323 method names.
2324 (print_addr_2_kfail): Likewise.
2325 (print_addr): Single-quote C function names before
2326 passing to print_addr_2.
2327 (test_paddr_operator_functions): Remove single-quoting
2328 for method names.
2329 Add tests for operator new[] and operator delete[].
2330
9b14d7aa
JK
23312009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2332
2333 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2334
85feb311
KS
23352009-11-09 Keith Seitz <keiths@redhat.com>
2336
2337 * gdb.cp/overload.exp: Add tests for resolving overloaded
2338 methods in expression parsing/evaluation.
2339
fa335448
DJ
23402009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2341
2342 * lib/gdb.exp (default_gdb_version): Use --version instead of
2343 --command.
2344
ec3c07fc
NS
23452009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2346
2347 * lib/gdb.exp (gdb_compile_test): New.
2348 (skip_ada_tests, skip_java_tests): New.
2349 (gdb_compile): Use gdb_compile_test for f77.
2350 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2351 * lib/java.exp (compile_java_from_source): Remove runtests check,
2352 use gdb_compile_test to record result.
2353 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2354 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2355 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2356 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2357 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2358 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2359 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2360 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2361 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2362 adjust gdb_compile invocations.
2363
b8b4e42b
JK
23642009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2365
2366 * Makefile.in (abs_builddir): New.
2367 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2368 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2369 `$(abs_builddir)/site.exp'.
2370
f8b7eaf3
DJ
23712009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2372
2373 * config/m68k-emc.exp, lib/emc-support.exp,
2374 gdb.trace/gdb_c_test.c: Delete.
2375 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2376 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2377 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2378 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2379 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2380 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2381 casing for m68k-*-elf.
2382
c4187697
NS
23832009-11-03 Pedro Alves <pedro@codesourcery.com>
2384
2385 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2386 * gdb.arch/i386-prologue.exp: Likewise.
2387 * gdb.arch/i386-unwind.exp: Likewise.
2388
db16b772
DJ
23892009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2390
2391 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2392
bcf71277
DJ
23932009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2394
2395 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2396
0105cee2
DJ
23972009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2398
2399 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2400
24ddea62
JK
24012009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2402
2403 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2404
287ccc17
JK
24052009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2408 * gdb.base/sepdebug2.c: New file.
2409
08bca259 24102009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
2411
2412 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2413 the modified warnings for catch syscall. Verify if GDB was compiled
2414 with support for lib expat, and choose which tests to run depending
2415 on this.
2416
5d4e2b76
VP
24172009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2418
2419 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2420 that composite commands are parsed OK. And also test
2421 that breakpoint commands do work.
2422
240e538a
MS
24232009-10-23 Michael Snyder <msnyder@vmware.com>
2424
2425 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2426 to allow for new disassembly style.
2427
9c419145
PP
24282009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2429
2430 * gdb.asm/asm-source.exp: Adjust.
2431
02506ff1
MS
24322009-10-22 Michael Snyder <msnyder@vmware.com>
2433
2434 * gdb.reverse/break-precsave.exp: New test.
2435 * gdb.reverse/consecutive-precsave.exp: Ditto.
2436 * gdb.reverse/finish-precsave.exp: Ditto.
2437 * gdb.reverse/i386-precsave.exp: Ditto.
2438 * gdb.reverse/machinestate-precsave.exp: Ditto.
2439 * gdb.reverse/sigall-precsave.exp: Ditto.
2440 * gdb.reverse/solilb-precsave.exp: Ditto.
2441 * gdb.reverse/step-precsave.exp: Ditto.
2442 * gdb.reverse/until-precsave.exp: Ditto.
2443 * gdb.reverse/watch-precsave.exp: Ditto.
2444
4cf866a3
MS
24452009-10-22 Michael Snyder <msnyder@vmware.com>
2446
2447 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2448 for gdb_expect. Adjust one test's expect strings for the new
2449 format of disassemble.
2450 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2451 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2452 gdb_test_multiple.
2453 * gdb.reverse/step-reverse.exp: Delete 'return'.
2454 * gdb.reverse/until-reverse.exp: Delete blank lines.
2455 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2456
2b28d209
PP
24572009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2458
2459 * gdb.base/consecutive.exp: Adjust.
2460 * gdb.base/display.exp: Likewise.
2461 * gdb.base/pc-fp.exp: Likewise.
2462 * gdb.base/sigbpt.exp: Likewise.
2463
33b9c32b
MS
24642009-10-19 Michael Snyder <msnyder@vmware.com>
2465
2466 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2467 * gdb.reverse/finish-reverse.c: Ditto.
2468 * gdb.reverse/sigall-reverse.c: Ditto.
2469 * gdb.reverse/solib-reverse.c: Ditto.
2470 * gdb.reverse/step-reverse.c: Ditto.
2471 * gdb.reverse/watch-reverse.c: Ditto.
2472
6c95b8df
PA
24732009-10-19 Pedro Alves <pedro@codesourcery.com>
2474 Stan Shebs <stan@codesourcery.com>
2475
2476 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2477 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2478 "Executing new program".
2479 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2480 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2481 left listed after having been killed.
2482 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2483 * gdb.base/maint.exp: Adjust test.
2484
2485 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2486 * gdb.multi/Makefile.in: New.
2487 * gdb.multi/base.exp: New.
2488 * gdb.multi/goodbye.c: New.
2489 * gdb.multi/hangout.c: New.
2490 * gdb.multi/hello.c: New.
2491 * gdb.multi/bkpt-multi-exec.c: New.
2492 * gdb.multi/bkpt-multi-exec.exp: New.
2493 * gdb.multi/crashme.c: New.
2494
279017b7
TG
24952009-10-13 Tristan Gingold <gingold@adacore.com>
2496
2497 * gdb.base/sepdebug.exp: Check debug info are found.
2498
0413d738
PA
24992009-10-08 Pedro Alves <pedro@codesourcery.com>
2500
2501 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2502 bits.
2503
c628eecc
JK
25042009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2507
38af1bfe
JB
25082009-10-07 Joel Brobecker <brobecker@adacore.com>
2509
2510 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2511 of the comments.
2512
2b0adecd
PM
25132009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2514
2515 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2516 * gdb.base/annota3.exp: Idem.
2517 * gdb.base/maint.exp: Idem.
2518
8d417781
PM
25192009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2520
2521 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2522 to default.
2523
bb61102d
PM
25242009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2525
2526 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2527 mingw and cygwin targets.
2528
ace5c364
PM
25292009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2530 Pedro Alves <pedro@codesourcery.com>
2531
2532 * lib/gdb.exp (gdb_compile): Avoid adding
2533 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2534
c2d494a0
PM
25352009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2536
e1b52ce2
PM
2537 * gdb.base/shr1.c: Use %p in format string.
2538 * gdb.base/unload.c: Avoid warning in fprintf.
2539 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 2540
209f53f5
PM
25412009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2542
2543 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2544 long type.
2545 (test_unlink): Correct printf string.
2546 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2547 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2548
8172766a
JK
25492009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2550
2551 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2552 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2553 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2554
0f73703c
UW
25552009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2556
2557 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2558 * gdb.objc/nondebug.exp: Likewise.
2559
b32306ca
UW
25602009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2561
2562 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2563 target_info setting.
2564
2565 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2566 that detect new threads during "info threads".
2567
0057022f
UW
25682009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2569
2570 * gdb.threads/manythreads.c (main): Increase thread stack size
2571 to 2*PTHREAD_STACK_MIN.
2572 * gdb.threads/multi-create.c (main): Likewise.
2573 (create_function): Likewise.
2574
f29c0325
UW
25752009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2576
2577 * gdb.base/dump.exp: Pass difference of pointer types instead
2578 of integer types as offset to restore in intarr3.srec case.
2579
fcb34849
UW
25802009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2581
2582 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2583
d5142e3b
UW
25842009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2585
2586 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2587
087b74b2
PM
25882009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2589
2590 New test for two watchpoints, with disabling of
2591 the first inserted.
2592 * testsuite/gdb.base/watchpoints.c: New file.
2593 * testsuite/gdb.base/watchpoints.exp: New file.
2594
96c07c5b
TT
25952009-09-25 Tom Tromey <tromey@redhat.com>
2596
2597 * gdb.base/charset.exp: Test utf-16 strings with Python.
2598
b8899f2b
TT
25992009-09-25 Tom Tromey <tromey@redhat.com>
2600
2601 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2602 UCS-4.
2603 * gdb.base/charset.c (utf_32_string): Rename.
2604 (init_utf32): Rename.
2605 (main): Update.
2606
329719ec
TT
26072009-09-22 Tom Tromey <tromey@redhat.com>
2608
2609 * gdb.python/py-function.exp: Add regression tests.
2610
11ef0d76
KS
26112009-09-21 Keith Seitz <keiths@redhat.com>
2612
2613 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2614 with invalid operator.
2615
3fe8f3b3
KS
26162009-09-21 Keith Seitz <keiths@redhat.com>
2617
2618 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2619 and destructor using typedef name of class.
2620 * gdb.cp/classes.cc (class Base1): Add a destructor.
2621 (base1): New typedef.
2622 (use_methods): Instanitate an object of type base1.
2623 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2624 (do_tests): Call test_template_typedef.
2625 * gdb.cp/templates.cc (Baz::~Baz): New method.
2626 (intBazOne): New typedef.
2627 (main): Instantiate intBazOne.
2628
7a9fe101
PM
26292009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2630
2631 PR python/10633
2632
2633 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2634 Function.
2635 (run_lang_tests): Add print elements test.
2636
2e4d963f
PM
26372009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2638
2639 * gdb.python/py-value.exp (test_subscript_regression): New
2640 function. Test for invalid subscripts.
2641 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2642 (ptr_ref): New function.
2643
ec7e75e7
PP
26442009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2645
2646 * gdb.base/default.exp: Fix "show convenience".
2647
0cc7d26f
TT
26482009-09-15 Tom Tromey <tromey@redhat.com>
2649
2650 * lib/mi-support.exp (mi_create_varobj): Update.
2651 (mi_create_floating_varobj): Likewise.
2652 (mi_create_dynamic_varobj): New proc.
2653 (mi_varobj_update): Update.
2654 (mi_varobj_update_with_type_change): Likewise.
2655 (mi_varobj_update_kv_helper): New proc.
2656 (mi_varobj_update_dynamic_helper): Rewrite.
2657 (mi_varobj_update_dynamic): New proc.
2658 (mi_list_varobj_children): Update.
2659 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
2660 * gdb.python/python-prettyprint.py (pp_outer): New class.
2661 (pp_nullstr): Likewise.
2662 (lookup_function): Register new printers.
2663 * gdb.python/python-prettyprint.c (struct substruct): New type.
2664 (struct outerstruct): Likewise.
2665 (substruct_test): New function.
2666 (struct nullstr): New type.
2667 (string_1, string_2): New globals.
2668 (main): Add new tests.
2669 * gdb.python/python-mi.exp: Added regression tests.
2670 * gdb.mi/mi2-var-display.exp: Update.
2671 * gdb.mi/mi2-var-cmd.exp: Update.
2672 * gdb.mi/mi2-var-child.exp: Update.
2673 * gdb.mi/mi2-var-block.exp: Update.
2674 * gdb.mi/mi-var-invalidate.exp: Update.
2675 * gdb.mi/mi-var-display.exp: Update.
2676 * gdb.mi/mi-var-cmd.exp: Update.
2677 * gdb.mi/mi-var-child.exp: Update.
2678 * gdb.mi/mi-var-block.exp: Update.
2679 * gdb.mi/mi-break.exp: Update.
2680 * gdb.mi/gdb701.exp: Update.
2681
a96d9b2e
SDJ
26822009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2683
2684 * Makefile.in: Inclusion of catch-syscall object.
2685 * gdb.base/catch-syscall.c: New file.
2686 * gdb.base/catch-syscall.exp: New file.
2687
b43b923a
MS
26882009-09-12 Michael Snyder <msnyder@vmware.com>
2689
2690 * gdb.reverse/step-reverse.exp: Explicitly check for targets
2691 that can support reverse debuggnig.
2692
cec03d70
TT
26932009-09-11 Tom Tromey <tromey@redhat.com>
2694
2695 * gdb.dwarf2/valop.S: New file.
2696 * gdb.dwarf2/valop.exp: New file.
2697
e23bb3fc
MK
26982009-09-11 Mark Kettenis <kettenis@gnu.org>
2699
2700 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
2701
37c3696d
DE
27022009-09-10 Doug Evans <dje@google.com>
2703
2704 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
2705 Add $gdb_prompt to second breakpoint regexp.
2706
5172aecb
JB
27072009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
2708
2709 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
2710 names, add missing ones.
2711 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
2712 * gdb.python/py-frame.c: Rename from python-frame.c.
2713 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
2714 testfile name.
2715 * gdb.python/py-function.exp: Rename from python-function.exp.
2716 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
2717 testfile name.
2718 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
2719 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
2720 Adjust testfile name.
2721 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
2722 * gdb.python/py-template.cc: Rename from python-template.cc.
2723 * gdb.python/py-template.exp: Rename from python-template.exp.
2724 Adjust testfile name.
2725 * gdb.python/py-value.c: Rename from python-value.c.
2726 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
2727 testfile name.
2728
b554e4bd
JK
27292009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
2732 $bpt2address.
2733 (Second breakpoint address is valid on ia64)
2734 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
2735
9a68ae16
JM
27362009-09-03 Joseph Myers <joseph@codesourcery.com>
2737
2738 * gdb.base/ending-run.exp: Restrict regular expression matching
2739 line number to require closing brace following.
2740
146b9145
DE
27412009-09-03 Doug Evans <dje@google.com>
2742
2743 * gdb.base/store.exp (check_set): Fix typo in expected value message.
2744
787d21e1
TT
27452009-09-02 Tom Tromey <tromey@redhat.com>
2746
2747 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
2748
e7802207
TT
27492009-09-02 Tom Tromey <tromey@redhat.com>
2750
2751 * gdb.dwarf2/callframecfa.exp: New file.
2752 * gdb.dwarf2/callframecfa.S: New file.
2753
817aadd2
JK
27542009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
2757 gdb.base/solib-overlap-main.c: New.
2758
4a76eae5
DJ
27592009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
2760
2761 PR gdb/10565
2762
2763 * gdb.base/bitfields.c (struct container, container): New.
2764 (main): Initialize it and call break5.
2765 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
2766
d4b96c9a
JK
27672009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2768
2769 Support constant DW_AT_data_member_location by GCC PR debug/40659.
2770 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
2771
4e22772d
JK
27722009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2773
2774 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
2775
2efab443
MS
27762009-08-26 Michael Snyder <msnyder@vmware.com>
2777
2778 * gdb.base/i386-reverse.c: New file.
2779 * gdb.base/i386-reverse.exp: New file.
2780 * gdb.base/Makefile.in: Add new files to be removed.
2781
07ab73a0
JM
27822009-08-26 Joseph Myers <joseph@codesourcery.com>
2783
2784 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
2785 environment-pwd for remote host.
2786 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
2787
676accff
KS
27882009-08-24 Keith Seitz <keiths@redhat.com>
2789
2790 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
2791 Add two new C++ completer tests which limit the output to a
2792 given class.
2793
f9f7ad22
MS
27942009-08-24 Michael Snyder <msnyder@vmware.com>
2795
2796 * gdb.base/del.exp: Fix typo in comment.
2797 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
2798
81ecdfbb
RW
27992009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2800
2801 * configure: Regenerate.
2802 * gdb.hp/configure: Likewise.
2803 * gdb.hp/gdb.aCC/configure: Likewise.
2804 * gdb.hp/gdb.base-hp/configure: Likewise.
2805 * gdb.hp/gdb.compat/configure: Likewise.
2806 * gdb.hp/gdb.defects/configure: Likewise.
2807 * gdb.hp/gdb.objdbg/configure: Likewise.
2808 * gdb.stabs/configure: Likewise.
2809
cab0c772
UW
28102009-08-19 Doug Evans <dje@google.com>
2811
2812 * gdb.base/gdbvars.c: New file.
2813 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
2814
b8fa0bfa
PA
28152009-08-14 Pedro Alves <pedro@codesourcery.com>
2816
2817 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
2818 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
2819
b84aa90a
PA
28202009-08-13 Pedro Alves <pedro@codesourcery.com>
2821
2822 * gdb.base/default.exp: Adjust "set language test": it's now an
2823 enum command. Larger help string moved to "help set language".
2824 * gdb.base/help.exp: Adjust "help set language" expected output,
2825 now lists all known languages.
2826
0d8f9b2c
NF
28272009-08-11 Nathan Froyd <froydnj@codesourcery.com>
2828
2829 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
2830 all frame arguments.
2831 * gdb.arch/altivec-regs.exp: Likewise.
2832
bda180e0
TT
28332009-08-07 Tom Tromey <tromey@redhat.com>
2834
2835 * gdb.base/setshow.exp: Add tests for changes to set language, set
2836 check range, and set check type.
2837
48cb2d85
VP
28382009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2839
2840 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
2841 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
2842 Call it.
2843
1ea34204
UW
28442009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2845
2846 * configure.ac: Run gdb.cell tests when appropriate.
2847 * configure: Regenerate.
2848 * lib/cell.exp: New file.
2849 * gdb.cell: New directory.
2850 * gdb.cell/configure.ac: New file.
2851 * gdb.cell/configure: New file.
2852 * gdb.cell/Makefile.in: New file.
2853 * gdb.cell/arch.exp: New file.
2854 * gdb.cell/break.c: New file.
2855 * gdb.cell/break.exp: New file.
2856 * gdb.cell/break-spu.c: New file.
2857 * gdb.cell/bt.c: New file.
2858 * gdb.cell/bt2-spu.c: New file.
2859 * gdb.cell/bt-spu.c: New file.
2860 * gdb.cell/bt.exp: New file.
2861 * gdb.cell/coremaker.c: New file.
2862 * gdb.cell/coremaker-spu.c: New file.
2863 * gdb.cell/core.exp: New file.
2864 * gdb.cell/gcore.exp: New file.
2865 * gdb.cell/data.c: New file.
2866 * gdb.cell/data.exp: New file.
2867 * gdb.cell/data-spu.c: New file.
2868 * gdb.cell/ea-cache.exp: New file.
2869 * gdb.cell/ea-cache.c: New file.
2870 * gdb.cell/ea-cache-spu.c: New file.
2871 * gdb.cell/ea-standalone.c: New file.
2872 * gdb.cell/ea-standalone.exp: New file.
2873 * gdb.cell/ea-test.c: New file.
2874 * gdb.cell/ea-test.exp: New file.
2875 * gdb.cell/f-regs.exp: New file.
2876 * gdb.cell/mem-access.c: New file.
2877 * gdb.cell/mem-access.exp: New file.
2878 * gdb.cell/mem-access-spu.c: New file.
2879 * gdb.cell/ptype.exp: New file.
2880 * gdb.cell/registers.exp: New file.
2881 * gdb.cell/size.c: New file.
2882 * gdb.cell/sizeof.exp: New file.
2883 * gdb.cell/size-spu.c: New file.
2884 * gdb.cell/solib.exp: New file.
2885 * gdb.cell/solib-symbol.exp: New file.
2886
85e747d2
UW
28872009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2888
2889 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
2890
58d6951d
DJ
28912009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2892
2893 * gdb.base/float.exp: Handle VFP registers.
2894
6e0a4f15
MS
28952009-07-14 Michael Snyder <msnyder@vmware.com>
2896
dcd5da87
MS
2897 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
2898 to bring gdb to the beginning of the calling line.
2899
6e0a4f15
MS
2900 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
2901 confusing the i386 epilogue unwinder.
2902
782b2b07
SS
29032009-07-14 Stan Shebs <stan@codesourcery.com>
2904
2905 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
2906
f662c3bc
MS
29072009-07-14 Michael Snyder <msnyder@vmware.com>
2908
2909 * gdb.reverse/step-reverse.exp (stepi into function call):
2910 Call instruction may not be first instruction in the line.
2911 (reverse stepi from a function call): Used wrong line number.
2912
8f313923
JK
29132009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2914
2915 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
2916
4662c76e
JK
29172009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2918
2919 Fix gdb.base/macscp.exp when using custom inputrc.
2920 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
2921 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
2922 env(TERM) set.
2923 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
2924 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
2925
aa81e255
JK
29262009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2927
2928 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
2929 * gdb.base/annota1.exp (thread_test): Import global $testfile.
2930 Change the compilation target to match the testcase name.
2931 * gdb.base/sect-cmd.exp: Change the compilation target to match the
2932 testcase name.
2933 * a2-run.exp: Use for setup prepare_for_testing. Change the
2934 compilation target to match the testcase name.
2935 * gdb.base/commands.exp: Likewise.
2936 * gdb.base/finish.exp: Likewise.
2937 * gdb.base/float.exp: Likewise.
2938 * gdb.base/info-target.exp: Likewise.
2939 * gdb.base/relational.exp: Likewise.
2940 * gdb.base/term.exp: Likewise.
2941 * gdb.base/until.exp: Likewise.
2942 * gdb.base/volatile.exp: Likewise.
2943 * gdb.base/whatis-exp.exp: Likewise.
2944
4c93b1d7
HZ
29452009-07-11 Hui Zhu <teawater@gmail.com>
2946
2947 * gdb.base/help.exp (disassemble): Update expected help text.
2948
812f7342
TT
29492009-07-09 Tom Tromey <tromey@redhat.com>
2950
2951 * lib/gdb.exp: Handle TRANSCRIPT.
2952 (remote_spawn, remote_close, send_gdb): New procs.
2953
fbb8f299
PM
29542009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2955
2956 * gdb.python/python-prettyprint.c: Add counted null string
2957 structure.
2958 * gdb.python/python-prettyprint.exp: Print null string. Test for
2959 embedded nulls.
2960 * gdb.python/python-prettyprint.py (pp_ns): New Function.
2961 * gdb.python/python-value.exp (test_value_in_inferior): Add
2962 variable length string fetch tests.
2963 * gdb.python/python-value.c (main): Add strings for string fetch tests.
2964
c0ac0ec7
JK
29652009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2966
2967 * gdb.base/dump.exp (inaccessible memory is reported): New test.
2968
30b66ecc
TT
29692009-07-07 Tom Tromey <tromey@redhat.com>
2970
2971 * gdb.base/call-rt-st.exp: Update for change to escape output.
2972 * gdb.base/callfuncs.exp: Likewise.
2973 * gdb.base/charset.exp: Likewise.
2974 * gdb.base/constvars.exp: Likewise.
2975 * gdb.base/long_long.exp: Likewise.
2976 * gdb.base/pointers.exp: Likewise.
2977 * gdb.base/printcmds.exp: Likewise.
2978 * gdb.base/setvar.exp: Likewise.
2979 * gdb.base/store.exp: Likewise.
2980 * gdb.cp/ref-types.exp: Likewise.
2981 * gdb.mi/mi-var-child.exp: Likewise.
2982 * gdb.mi/mi-var-display.exp: Likewise.
2983 * gdb.mi/mi2-var-display.exp: Likewise.
2984 * gdb.base/charset.exp: Test octal escape sequence length.
2985 Update for change to escape output.
2986
187c4a2b
JK
29872009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
2990
d80a43f9
DJ
29912009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
2992
2993 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
2994
047427a8
JK
29952009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
2998 gdbserver increasing $portnum if "Can't bind address" has been seen.
2999
8b5a0f4f
PA
30002009-07-05 Pedro Alves <pedro@codesourcery.com>
3001
3002 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3003 mingw32ce.
3004
7d93ba58
PA
30052009-07-05 Pedro Alves <pedro@codesourcery.com>
3006
3007 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3008 VFP format.
3009
2277426b
PA
30102009-07-02 Pedro Alves <pedro@codesourcery.com>
3011
3012 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3013 linux. Adjust to use "inferior", "info inferiors", "detach
3014 inferior" and "kill inferior" instead of "restart", "info fork",
3015 "detach fork" and "delete fork".
3016 * gdb.base/ending-run.exp: Spell out "info".
3017 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3018 the "kill" command.
3019
5af949e3
UW
30202009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3021
3022 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3023 change to prefix TLS offset in hex with 0x.
3024
5d3729b5
UW
30252009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3026
3027 * gdb.base/default.exp: Update test case for "x" changes.
3028
af589bd0
TG
30292009-07-01 Tristan Gingold <gingold@adacore.com>
3030
3031 * gdb.base/bigcore.exp: Make darwin untested.
3032
40974f91
JK
30332009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.base/completion.exp (directory completion): Create the directory.
3036 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3037 escapeuniquesub.
3038 (directory completion 2): Expect now ${escapeuniquesub}.
3039 (Glob remaining of directory test): Remove one excessive newline.
3040 Expect the real output.
3041
59dd3af6
JK
30422009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3043
3044 Fix `make check//%' target after `make check' has been ran.
3045 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3046 a mkdir call.
3047 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3048 (%/.dir): Remove.
3049
f4e164aa
JK
30502009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3053 the expected result record.
3054
69af2122
JK
30552009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3056
3057 Remove racy FAILs relying just on the timeouts.
3058 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3059 (annotation_level 2): Remove racy FAILs.
3060
2fd481e1
PP
30612009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3062
3063 gdb/10275
3064 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3065
c38f313d
DJ
30662009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3067
3068 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3069
8b777f02
VP
30702009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3071
3072 * gdb.mi/mi-stack.exp: Testing symbolic options
3073 to -stack-list-locals and -stack-list-arguments.
3074
00c7eacf
JK
30752009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3078
6bc80edc
TT
30792009-06-29 Tom Tromey <tromey@redhat.com>
3080
3081 * dg-extract-results.sh: New file.
3082 * Makefile.in (FORCE_PARALLEL): New variable.
3083 (CHECK_TARGET): New conditional variable.
3084 (check): Use CHECK_TARGET.
3085 (DO_RUNTEST): New variable.
3086 (check-single): New target.
3087 (TEST_DIRS): New variable.
3088 (TEST_TARGETS): Likewise.
3089 (check-parallel): New target.
3090 (check-gdb.%): New pattern.
3091 (BASE1_FILES): New variable.
3092 (BASE2_FILES): Likewise.
3093 (check-gdb.base%): New pattern.
3094 (%/.dir): New pattern.
3095 * configure: Rebuild.
3096 * aclocal.m4 (AM_CONDITIONAL): New defun.
3097 * configure.ac: Check whether user is using GNU make.
3098 (GMAKE): New conditional.
3099
794684b6
SW
31002009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3101
3102 * gdb.cp/namespace-nested-import.cc: New test.
3103 * gdb.cp/namespace-nested-import.exp: New test.
3104
edb3359d
DJ
31052009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3106
3107 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3108 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3109 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3110 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3111 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3112 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3113 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3114 gdb.opt/inline-markers.c: New files.
3115 * lib/gdb.exp (skip_inline_frame_tests): New function.
3116 (skip_inline_var_tests): New function.
3117
cf657a0c
AS
31182009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3119
3120 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3121 backtrace.
3122
28d41a99
MS
31232009-06-27 Michael Snyder <msnyder@vmware.com>
3124
3125 * gdb.reverse: New directory.
3126 * gdb.reverse/break-reverse.c: New test.
3127 * gdb.reverse/break-reverse.exp: New test.
3128 * gdb.reverse/consecutive-reverse.c: New test.
3129 * gdb.reverse/consecutive-reverse.exp: New test.
3130 * gdb.reverse/finish-reverse.c: New test.
3131 * gdb.reverse/finish-reverse.exp: New test.
3132 * gdb.reverse/machinestate.c: New test.
3133 * gdb.reverse/ms1.c: New test.
3134 * gdb.reverse/machinestate.exp: New test.
3135 * gdb.reverse/Makefile.in: New file.
3136 * gdb.reverse/shr2.c: New test.
3137 * gdb.reverse/solib-reverse.c: New test.
3138 * gdb.reverse/solib-reverse.exp: New test.
3139 * gdb.reverse/step-reverse.c: New test.
3140 * gdb.reverse/step-reverse.exp: New test.
3141 * gdb.reverse/until-reverse.c: New test.
3142 * gdb.reverse/ur1.c: New test.
3143 * gdb.reverse/until-reverse.exp: New test.
3144 * gdb.reverse/watch-reverse.c: New test.
3145 * gdb.reverse/watch-reverse.exp: New test.
3146 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3147 * configure: Regenerate.
3148
fe3c8b0d
DE
31492009-06-26 Doug Evans <dje@google.com>
3150
3151 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3152
3a72a602
PM
31532009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3154
3155 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3156 windows problem for 'file delete $binfile'.
3157
27aa8d6a
SW
31582009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3159
3160 * gdb.cp/namespace-using.exp: New test.
3161 * gdb.cp/namespace-using.cc: New test.
3162
8ac055f8
JB
31632009-05-20 Joel Brobecker <brobecker@adacore.com>
3164
3165 * gdb.ada/variant_record_packed_array: New testcase.
3166
85e306ed
TT
31672009-06-23 Tom Tromey <tromey@redhat.com>
3168
3169 * gdb.base/charset.exp (test_combination): Regression test.
3170 * gdb.base/charset.c (my_wchar_t): New typedef.
3171 (myvar): New global.
3172 (main): Set myvar.
3173
56643c5e
PM
31742009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3175
3176 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3177 target.
3178
1fac167a
UW
31792009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3180
3181 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3182
7ccb0be9
UW
31832009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3184
3185 * gdb.mi/gdb680.exp: Update test for error message.
3186
568d6575
UW
31872009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3188
3189 * gdb.base/annota1.exp: Allow multiple occurrences of the
3190 frames-invalid annotation.
3191 * gdb.cp/annota2.exp: Likewise.
3192
7cd1089b
PM
31932009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3194
3195 * gdb.cp/gdb2495.cc: New file.
3196 * gdb.cp/gdb2495.exp: New file.
3197
72c63395
JK
31982009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3199
3200 Report error on GDB crash during runto.
3201 * lib/gdb.exp (runto <eof>): New.
3202
3788363d
DJ
32032009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3204
3205 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3206 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3207 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3208 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3209 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3210 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3211 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3212 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3213 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3214 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3215 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3216 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3217 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3218 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3219 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3220 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3221 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3222 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3223 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3224 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3225 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3226 gdb.trace/passcount.exp, gdb.trace/report.exp,
3227 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3228 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3229 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3230 executable.
3231
17592de3
PA
32322009-06-07 Pedro Alves <pedro@codesourcery.com>
3233
3234 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3235 defined before referencing it.
3236
701e355d
DE
32372009-06-03 Doug Evans <dje@google.com>
3238
3239 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3240 * gdb.arch/i386-see.c: Ditto.
3241
f2292c65
PM
32422009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3243
3244 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3245 (check_macro): Return 1 if undefined.
3246 If first test fails, check if macro debug information is available,
3247 and report unsupported test if no macro information is found.
3248
5a437975
DE
32492009-05-29 Doug Evans <dje@google.com>
3250
3251 * gdb.threads/hand-call-in-threads.exp: New.
3252 * gdb.threads/hand-call-in-threads.c: New.
3253
c141c696
MS
32542009-05-29 Michael Snyder <msnyder@vmware.com>
3255
3256 * gdb.base/break-always.exp: Change "1" to "on".
3257 Add confirmation check.
3258
b3444185
PA
32592009-05-28 Pedro Alves <pedro@codesourcery.com>
3260
3261 * gdb.threads/threxit-hop-specific.c: New.
3262 * gdb.threads/threxit-hop-specific.exp: New.
3263 * gdb.threads/thread-execl.c: New.
3264 * gdb.threads/thread-execl.exp: New.
3265
b6313243
TT
32662009-05-27 Tom Tromey <tromey@redhat.com>
3267 Thiago Jung Bauermann <bauerman@br.ibm.com>
3268
3269 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3270 (mi_child_regexp): Likewise.
3271 (mi_list_varobj_children_range): Likewise.
3272 (mi_get_features): Likewise.
3273 (mi_list_varobj_children): Rewrite.
3274 * gdb.python/python-mi.exp: New file.
3275
a6bac58e
TT
32762009-05-27 Tom Tromey <tromey@redhat.com>
3277 Thiago Jung Bauermann <bauerman@br.ibm.com>
3278 Phil Muldoon <pmuldoon@redhat.com>
3279 Paul Pluzhnikov <ppluzhnikov@google.com>
3280
3281 * gdb.python/python-prettyprint.exp: New file.
3282 * gdb.python/python-prettyprint.c: New file.
3283 * gdb.python/python-prettyprint.py: New file.
3284 * gdb.base/display.exp: print/r is now valid.
3285
2c74e833
TT
32862009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3287 Tom Tromey <tromey@redhat.com>
3288 Pedro Alves <pedro@codesourcery.com>
3289 Paul Pluzhnikov <ppluzhnikov@google.com>
3290
3291 * gdb.python/python-template.exp: New file.
3292 * gdb.python/python-template.cc: New file.
3293 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3294 tests.
3295 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3296 Call it.
3297 (test_value_after_death): New proc.
3298 * gdb.python/python-value.c (PTR): New typedef.
3299 (main): New variable 'x'.
3300
89c73ade
TT
33012009-05-27 Tom Tromey <tromey@redhat.com>
3302
3303 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3304 tests.
3305 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3306 Call it.
3307
a75724bc
PA
33082009-05-27 Pedro Alves <pedro@codesourcery.com>
3309
3310 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3311
e58b0e63
PA
33122009-05-24 Pedro Alves <pedro@codesourcery.com>
3313
3314 * gdb.threads/fork-thread-pending.c: New.
3315 * gdb.threads/fork-thread-pending.exp: New.
3316
4ac36638
JK
33172009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3318
3319 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3320 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3321
c28c63d8
JB
33222009-05-18 Jon Beniston <jon@beniston.com>
3323
3324 * gdb.asm/asm-source.exp: Add lm32 target.
3325
b242c3c2
PA
33262009-05-17 Pedro Alves <pedro@codesourcery.com>
3327
3328 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3329 `gdb_get_line_number'. Call `callee' in both parent and child.
3330 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3331 `gdb_get_line_number' instead of hardcoding line numbers.
3332 (catch_fork_unpatch_child): New procedure to test detaching
3333 breakpoints from child fork.
3334 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3335 hardcoding line numbers.
3336 (do_fork_tests): Run `catch_fork_unpatch_child'.
3337
ee342b23
VP
33382009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3339
3340 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3341 of structure type enters or leaves the scope, it
3342 is reported by -var-update.
3343
e2009e98
DE
33442009-05-11 Doug Evans <dje@sebabeach.org>
3345
3346 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3347 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3348 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3349
00903456
JK
33502009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3351
3352 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3353
dc621c35
DE
33542009-04-30 Doug Evans <dje@google.com>
3355
3356 * gdb.threads/watchthreads2.exp: New testcase.
3357 * gdb.threads/watchthreads2.c: New testcase.
3358
9ab4e744
DE
33592009-04-29 Doug Evans <dje@google.com>
3360
3361 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3362 * gdb.cp/mb-ctor.cc: Ditto.
3363 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3364 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3365 * gdb.cp/mb-inline1.cc: Call it.
3366 * gdb.cp/mb-inline2.cc: Ditto.
3367 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3368 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3369
484086b7
JK
33702009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3371
3372 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3373 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3374 Replace all uses of `decimal' by `nonzero'.
3375 (info macro FROM_COMMANDLINE): New test.
3376
379a77b5
TT
33772009-04-27 Tom Tromey <tromey@redhat.com>
3378
3379 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3380
b92b73c2
DE
33812009-04-27 Doug Evans <dje@google.com>
3382
3383 * gdb.threads/watchthreads.c (main): Initialize args before starting
3384 the threads. Plus formatting cleanup.
3385 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3386 biased scheduling of one thread.
3387
945a118d
JG
33882009-04-27 Jerome Guitton <guitton@adacore.com>
3389
3390 * gdb.cp/templates.cc (GetMax): New template.
3391 (main): Declare two instances of GetMax.
3392 * gdb.cp/templates.exp: Add new test.
3393
d389af10
JK
33942009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3395
3396 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3397
e7f86de9
JM
33982009-04-22 Joseph Myers <joseph@codesourcery.com>
3399
3400 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3401
334cc82d
TT
34022009-04-15 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.base/charset.exp: Add regression test.
3405
d12672cc
JB
34062009-04-14 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.base/exe-lock.exp: New testcase.
3409
18e8c3bc
TT
34102009-04-13 Tom Tromey <tromey@redhat.com>
3411
3412 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3413 operator on Frame.
3414
5ecd5cbe
UW
34152009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3416
3417 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3418 * gdb.server/ext-attach.exp: Likewise.
3419
7309f756
VP
34202009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3421
3422 Eliminate some sleep usage.
3423
3424 * gdb.mi/basics.c (do_nothing): New.
3425 (main): Use do_nothing instead of printf, so that
3426 not to introduce race condition between output of
3427 inferiour and output of gdb. Do not use sleep as it
3428 is not generally available on embedded targets.
3429
f4b95f6f
PA
34302009-04-02 Pedro Alves <pedro@codesourcery.com>
3431
3432 * gdb.server/ext-attach.exp: Expect an optional process id after
3433 "Detached from remote process".
3434
de40b933
JK
34352009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3436
3437 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3438 gdb.dwarf2/dw2-unresolved.exp: New.
3439
2ae101a4
PA
34402009-04-02 Pedro Alves <pedro@codesourcery.com>
3441
3442 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3443 mi_run_to_main.
3444
56a8e183
PA
34452009-04-02 Pedro Alves <pedro@codesourcery.com>
3446
3447 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3448 mi_run_to_main. Skip thread exit test on remote targets.
3449 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3450 mi_run_to_main.
3451 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3452 mi_run_to_main.
3453 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3454 when expecting ^connected. Detect when the target doesn't support
3455 non-stop mode.
3456 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3457 supported. Return -1 on error, 0 on success.
3458 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3459 (mi_runto): Return mi_runto_helper's result explicitly.
3460
c35fafde
PA
34612009-04-01 Pedro Alves <pedro@codesourcery.com>
3462
3463 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3464
f8a8dce6
JB
34652009-04-01 Tom Tromey <tromey@redhat.com>
3466
3467 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3468 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3469 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3470 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3471
71c25dea
TT
34722009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3473 Jan Kratochvil <jan.kratochvil@redhat.com>
3474
3475 PR gdb/931
3476 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3477 output.
3478 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3479 for gdb/931.
3480 * dw2-strp.S (DW_AT_language): Change to C++.
3481 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3482
02d9a9ce
JB
34832009-03-31 Joel Brobecker <brobecker@adacore.com>
3484
3485 * gdb.ada/tasks: New testcase.
3486
1042e4c0
SS
34872009-03-30 Stan Shebs <stan@codesourcery.com>
3488
3489 * gdb.trace/actions.exp: Update to match new info trace format.
3490 * gdb.trace/deltrace.exp: Ditto.
3491 * gdb.trace/infotrace.exp: Ditto.
3492 * gdb.trace/passcount.exp: Ditto.
3493 * gdb.trace/save-trace.exp: Ditto.
3494 * gdb.trace/while-stepping.exp: Ditto.
3495 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3496
f8f6f20b
TJB
34972009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3498
3499 * gdb.python/python-frame.c: New file.
3500 * gdb.python/python-frame.exp: New file.
3501
c0c6f777
TJB
35022009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3503
3504 * gdb.python/python-value.exp: Add tests for the address
3505 attribute.
3506
3cb51905
AS
35072009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3508
3509 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3510
88fc996f
DE
35112009-03-26 Doug Evans <dje@google.com>
3512
3513 * gdb.mi/mi-nonstop-exit.exp: New file.
3514 * gdb.mi/non-stop-exit.c: New file.
3515
56ef84b1
TT
35162009-03-26 Tom Tromey <tromey@redhat.com>
3517
3518 Update for change to prologue skipping:
3519 * gdb.mi/mi2-simplerun.exp: Update.
3520 * gdb.mi/mi2-break.exp: Update.
3521 * gdb.mi/mi-simplerun.exp: Update.
3522 * gdb.mi/mi-break.exp: Update.
3523 * gdb.base/ending-run.exp: Update.
3524
def2b000
TJB
35252009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3526
3527 * gdb.python/python-value.exp (test_value_in_inferior): Test
3528 gdb.Value.is_optimized_out attribute.
3529
442ddf59
JK
35302009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3531
3532 * gdb.dwarf2/dw2-noloc-main.c: New file.
3533 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3534 (.text): Remove.
3535 (.data): New.
3536 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3537 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3538 (DW_TAG_subprogram func_cu1, noloc): Remove.
3539 (main): New.
3540 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3541 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3542 (file_symbols): New procedure.
3543
a8df5de4
TT
35442009-03-25 Tom Tromey <tromey@redhat.com>
3545
3546 * gdb.base/charset.exp (valid_target_charset): New proc.
3547 Use it to skip tests on invalid charsets.
3548
cc1d7add
PM
35492009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3550
3551 * gdb.base/completion.exp: Add a test for directory completion.
3552
bcd5727b
JK
35532009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3554
3555 Fix a racy FAIL.
3556 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3557 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3558
cc924cad
TJB
35592009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3560
3561 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3562 * gdb.python/python-function.exp: Add test for function returning
3563 a GDB value.
3564
bc3b79fd
TJB
35652009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3566
3567 * gdb.python/python-function.exp: New file.
3568
6c7a06a3
TT
35692009-03-20 Tom Tromey <tromey@redhat.com>
3570
3571 * gdb.base/store.exp: Update for change to escape output.
3572 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3573 to escape output.
3574 * gdb.base/pointers.exp: Update for change to escape output.
3575 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3576 to escape output.
3577 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3578 escape output.
3579 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3580 to escape output.
3581 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3582 escape output.
3583 * gdb.base/setvar.exp: Update for change to escape output.
3584 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3585 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3586 to escape output.
3587 (test_print_string_constants): Likewise.
3588 * gdb.base/charset.exp (valid_host_charset): Check size of
3589 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3590 cases. Handle "auto"-related output.
3591 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3592 (uvar, Uvar): New globals.
3593
c31af87b
JG
35942009-03-19 Jerome Guitton <guitton@adacore.com>
3595
3596 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3597 deltas.
3598 * gdb.ada/fixed_points.exp: Ditto.
3599
51272cf2
PA
36002009-03-18 Pedro Alves <pedro@codesourcery.com>
3601
3602 * return-nodebug.c: Don't include stdio.h.
3603 (init): Delete.
3604 (func): Delete definition and provide extern declaration.
3605 (t): New.
3606 (main): Don't call printf. Call func and store its result in t.
3607 * return-nodebug1.c: New.
3608 * return-nodebug.exp: Don't expect stdio output. Instead, print
3609 the global variable t. Drop printf formatters and cast types from
3610 foreach loop. Don't use prepare_for_testing. Compile
3611 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3612 define FORMAT or CAST.
3613
d24948ac
PP
36142009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3615
3616 * gdb.base/solib-display.exp: Disable test for remote targers.
3617
61ff14c6
JK
36182009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3619
3620 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3621
cb4dce93
JK
36222009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 Fix a racy FAIL.
3625 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3626 code from `follow parent, print pids'.
3627 (`follow child, print pids', `follow parent, print pids'): Call it.
3628 Replace `gdb_test "break..."' by gdb_breakpoint.
3629
f7c60c5e
VP
36302009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3631
3632 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 3633 sync and async modes.
f7c60c5e 3634
383ace49
JB
36352009-03-12 Joel Brobecker <brobecker@adacore.com>
3636
3637 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3638 that was checked in by mistake. Remove loading of ada.exp, since
3639 this is not necessary in this case.
3640
4ce102af
JB
36412009-03-12 Joel Brobecker <brobecker@adacore.com>
3642
3643 * gdb.ada/ptype_arith_binop.exp: New testcase.
3644
529a2aef
JB
36452009-03-12 Joel Brobecker <brobecker@adacore.com>
3646
3647 * gdb.ada/mod_from_name: New testcase.
3648
8a38181c
JB
36492009-03-12 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.ada/tick_last_segv: New testcase.
3652
11436dee
VP
36532009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3654
61ff14c6 3655 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 3656
1f31650a
VP
36572009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3658
61ff14c6
JK
3659 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
3660 include the token in ^running and frame info in *stopped.
1f31650a 3661
a3247a22
PP
36622009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3663
3664 * solib-display.exp: New file.
3665 * solib-display-main.c: New file.
3666 * solib-display-lib.c: New file.
61ff14c6 3667
aae64587
PA
36682009-03-05 Pedro Alves <pedro@codesourcery.com>
3669
3670 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
3671
44aabfbc
JK
36722009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3673
3674 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
3675 (list_and_check_macro): Use more specific test name.
3676 (next to definition): Make the test names unique.
3677
c087fcd3
PM
36782009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3679
3680 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 3681
c86cf029
VP
36822009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3683
3684 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
3685 notifications.
3686 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
3687 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
3688 * lib/mi-support.exp (library_loaded_re): New.
3689 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
3690
3ea85240
VP
36912009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3692
3693 * gdb.gdb/observer.exp: Use test_notification observer, not
3694 normal_stop, everywhere.
3695 (test_normal_stop_notifications): Rename to...
3696 (test_notifications): ...this.
3697 (test_observer_normal_stop): Rename to...
3698 (test_observer): ...this.
3699
1903f0e6
DE
37002009-02-16 Doug Evans <dje@google.com>
3701
3702 * gdb.arch/amd64-disp-step.S (test_int3): New test.
3703 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
3704 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
3705 (test_prefixed_syscall,test_int3): New tests.
3706 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
3707 (test_prefixed_syscall,test_int3): New tests.
3708
1d33d6ba
VP
37092009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3710
3cb51905
AS
3711 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
3712 (mi_expect_interrupt): Likewise.
3713 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
3714 response.
1d33d6ba 3715
faafb047
PM
37162009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3717
3718 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
3719 * gdb.base/pc-fp.exp (get_valueofx): Remove.
3720 Replace calls to get_valueofx by get_hexadecimal_valueof.
3721
417e16e2
PM
37222009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3723
3724 * lib/gdb.exp (get_valueof): Accept anything as a return value.
3725 (get_integer_valueof): New procedure.
3726 (get_sizeof): Use new get_integer_value_of.
3727 * gdb.base/sizeof.exp: Replace all uses of get_valueof
3728 by get_integer_valueof.
3729
7065b901
TT
37302009-02-13 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.base/remote.exp (get_sizeof): Remove.
3733 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
3734 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
3735 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
3736 * lib/gdb.exp (get_valueof): Move from long_long.exp.
3737 (get_sizeof): Likewise.
3738
5d7cb8df
JK
37392009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 PR fortran/9806
3742 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
3743
b2febfff
PP
37442009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3745
3746 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
3747
4aa995e1
PA
37482009-02-06 Pedro Alves <pedro@codesourcery.com>
3749
3750 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
3751
d8906c6f
TJB
37522009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3753
3754 * gdb.python/python-cmd.exp: New file.
3755
ff4ab08d
TG
37562009-02-06 Tristan Gingold <gingold@adacore.com>
3757
3758 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
3759
aacd552b
TG
37602009-02-05 Tristan Gingold <gingold@adacore.com>
3761
3762 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
3763 pointer is dereferenced and use this signal name in regexp.
3764 * gdb.base/signull.exp: Ditto.
3765 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
3766 * gdb.base/signull.c (main): Ditto.
3767
08c637de
TJB
37682009-02-04 Tom Tromey <tromey@redhat.com>
3769 Thiago Jung Bauermann <bauerman@br.ibm.com>
3770
3771 * gdb.python/python-value.exp: Use `gdb.history' instead of
3772 `gdb.value_from_history'.
3773 (test_value_numeric_ops): Add test for conversion of enum constant.
3774 * gdb.python/python-value.c (enum e): New type.
3775 (evalue): New global.
3776 (main): Use argv.
3777
20261af8
JG
37782009-02-04 Jerome Guitton <guitton@adacore.com>
3779
3780 * gdb.ada/uninitialized_vars: New test program.
3781 * gdb.ada/uninitialized_vars.exp: New testcase.
3782
52e44b43
TT
37832009-02-02 Tom Tromey <tromey@redhat.com>
3784
3785 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
3786 * gdb.cp/pr2489.cc: Rename...
3787 * gdb.cp/pr9594.cc: ... to this.
3788
1c71341a
TT
37892009-02-02 Tom Tromey <tromey@redhat.com>
3790
3791 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
3792 * gdb.cp/pr2489.cc: New file.
3793 * gdb.cp/cpcompletion.exp: New file.
3794
a4295225
TT
37952009-02-02 Tom Tromey <tromey@redhat.com>
3796
3797 PR exp/9059:
3798 * gdb.cp/call-c.exp: Add regression test.
3799 * gdb.cp/call-c.cc (FooHandle): New typedef.
3800 (main): New variable 'handle'.
3801
592375cd
VP
38022009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3803
3804 * lib/mi-support.exp (et_mi_thread_list)
3805 (check_mi_and_console_threads): Adjust for current thread in
3806 -thread-list-ids output.
3807
41447f92
VP
38082009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3809
3810 * gdb.mi/mi-break.exp (test_disabled_creation): New.
3811 Call it.
3812
35669430
DE
38132009-01-28 Doug Evans <dje@google.com>
3814
3815 * gdb.arch/amd64-disp-step.S: New file.
3816 * gdb.arch/amd64-disp-step.exp: New file.
3817 * gdb.arch/i386-disp-step.S: New file.
3818 * gdb.arch/i386-disp-step.exp: New file.
3819
09f00d9a
PM
38202009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
3821
3822 * gdb.base/find.exp: Set newline variable
3823 using quotes instead of braces to fix cygwin failures.
3824
1e8fb976
PA
38252009-01-23 Pedro Alves <pedro@codesourcery.com>
3826
3827 * gdb.base/radix.exp: Add tests to ensure that that set
3828 input-radix 0 and set output-radix 0 are really rejected.
3829
da061712
PA
38302009-01-23 Pedro Alves <pedro@codesourcery.com>
3831
3832 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
3833 copyright years.
3834
dd7e2d2b
PA
38352009-01-23 Pedro Alves <pedro@codesourcery.com>
3836
3837 PR gdb/9664:
3838 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
3839
392452f6
PA
38402009-01-22 Pedro Alves <pedro@codesourcery.com>
3841
3842 PR c++/9631:
3843 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
3844
8653e71c
PM
38452009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
3846
3847 * gdb.server/file-transfer.exp: Use EXEEXT variable for
3848 binfile definition to fix Windows OS failure.
3849
a12cc160
DJ
38502009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 PR gdb/9346
3853 * gdb.base/interrupt.c (sigint_handler): New.
3854 (main): Install a SIGINT handler if SIGNALS is defined. Exit
3855 on error.
3856 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
3857 Test "signal SIGINT".
3858
b89667eb
DE
38592009-01-19 Doug Evans <dje@google.com>
3860
3861 * gdb.base/break.exp: Update expected gdb output.
3862 * gdb.base/sepdebug.exp: Ditto.
3863 * gdb.mi/mi-syn-frame.exp: Ditto.
3864 * gdb.mi/mi2-syn-frame.exp: Ditto.
3865 * gdb.base/call-signal-resume.exp: New file.
3866 * gdb.base/call-signals.c: New file.
3867 * gdb.base/unwindonsignal.exp: New file.
3868 * gdb.base/unwindonsignal.c: New file.
3869 * gdb.threads/interrupted-hand-call.exp: New file.
3870 * gdb.threads/interrupted-hand-call.c: New file.
3871 * gdb.threads/thread-unwindonsignal.exp: New file.
3872
adb483fe
DJ
38732009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3874
3875 * gdb.base/define.exp: Test defining and hooking prefix commands.
3876 * gdb.python/python.exp: Update test for "show user" output.
3877
60023297
JK
38782009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
3881 now the output exactly, using less wildcards. Expect also the output
3882 of gfortran-4.3. Update for the f-valprint.c modification from
3883 2008-04-22.
3884 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
3885 Remove gdb_test test names where matching the command.
3886
ccc57cf9
PA
38872009-01-01 Pedro Alves <pedro@codesourcery.com>
3888
3889 PR breakpoints/9681:
3890 * gdb.base/watchpoint.exp: Add regression test.
3891
c7a6ca08
PA
38922008-12-31 Pedro Alves <pedro@codesourcery.com>
3893
3894 * gdb.threads/attach-into-signal.exp: Don't use
3895 gdb_suppress_entire_file.
3896 * gdb.threads/attach-stopped.exp: Ditto.
3897 * gdb.threads/attachstop-mt.exp: Ditto.
3898
3a031f65
PA
38992008-12-31 Pedro Alves <pedro@codesourcery.com>
3900
3901 PR gdb/8812:
3902 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
3903
09e6485f
PA
39042008-12-29 Pedro Alves <pedro@codesourcery.com>
3905
3906 PR gdb/7536:
3907 * gdb.base/radix.exp: Add tests to ensure invalid input radices
3908 and unsupported output radices are really rejected.
3909
0cd53049
JK
39102008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3911
3912 * gdb.cp/punctuator.exp: Backslash the '$' signs.
3913
ba163c7e
TT
39142008-12-22 Tom Tromey <tromey@redhat.com>
3915
3916 * gdb.cp/punctuator.exp: New file.
3917
6f4de6c9
JK
39182008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 * gdb.base/completion.exp (Completing non-existing component): New test.
3921
0f34d0b4
JK
39222008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 Fix for PR gdb/8648.
3925 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
3926 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
3927 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
3928 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
3929
db2ad4c3
JK
39302008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
3933
bb5ef15e
DP
39342008-12-16 Christophe Lyon <christophe.lyon@st.com>
3935
3936 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
3937 compiler actually generate code at the expected line number.
3938
90142adc
JZ
39392008-12-15 Jie Zhang <jie.zhang@analog.com>
3940
3941 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
3942
fad6eecd
TT
39432008-12-12 Tom Tromey <tromey@redhat.com>
3944
3945 * gdb.base/commands.exp (redefine_hook_test): New proc.
3946 Call it.
3947
17c8aaf5
TT
39482008-12-11 Tom Tromey <tromey@redhat.com>
3949
3950 * gdb.base/macscp.exp: New regression test.
3951
7c8adf68
TT
39522008-12-11 Tom Tromey <tromey@redhat.com>
3953
3954 * gdb.base/macscp.exp: Print "address.addr".
3955 * gdb.base/macscp1.c (struct outer): New struct.
3956 (address): New global.
3957
b05dcbb7
TT
39582008-12-09 Tom Tromey <tromey@redhat.com>
3959
3960 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
3961 Call it.
3962
2d476de1
DE
39632008-12-04 Doug Evans <dje@google.com>
3964
3965 * gdb.server/ext-run.exp: Relax regexp for init program.
3966
87bdc959
TG
39672008-12-03 Tristan Gingold <gingold@adacore.com>
3968
3969 * gdb.base/macscp.exp: Generate an object file during compilation
3970 to work around Darwin dsymutil limitations.
3971
e0740f77
JK
39722008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3973
3974 Test resolving external references to TLS variables.
3975 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
3976 FILE2_THREAD_LOCAL.
3977 (testfile2, srcfile2): New variables.
3978 * gdb.threads/tls.c (file2_thread_local)
3979 (function_referencing_file2_thread_local): New.
3980 * gdb.threads/tls2.c: New file.
3981
67f0aac5
JB
39822008-11-28 Joel Brobecker <brobecker@adacore.com>
3983
3984 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
3985 rather than integer, as integer might not be big enough when
3986 on 64bit targets.
67f0aac5 3987
c332165e
JG
39882008-11-27 Jerome Guitton <guitton@adacore.com>
3989
3990 * gdb.cp/formatted-ref.exp: Add equality test.
3991 * gdb.ada/formatted_ref.exp: Ditto.
3992
fc9b693c
JK
39932008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3994
3995 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
3996 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
3997
a9c64011
AS
39982008-11-20 Andreas Schwab <schwab@suse.de>
3999
4000 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4001 matching syscall entry point.
4002 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4003 (tcatch_vfork_then_child_follow): Likewise. Finish through
4004 vfork even if we stopped at the syscall trampoline.
4005
e2fd701e
DE
40062008-11-20 Doug Evans <dje@google.com>
4007
4008 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4009
69abc51c
TJB
40102008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4011
4012 * gdb.arch/ppc-dfp.exp: New file.
4013 * gdb.arch/ppc-dfp.c: New file.
4014
c14c28ba
PP
40152008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4016
4017 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 4018
2e74121d
DE
40192008-11-17 Doug Evans <dje@google.com>
4020
4021 * gdb.mi/mi-syn-frame.exp: Update expected output.
4022 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4023
66bb093b
VP
40242008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4025
4026 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
4027 "thread N" results in =thread-selected.
4028 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4029 (mi_send_resuming_command_raw): Be prepared for
4030 =thread-selected.
4031
3d043ef6
VP
40322008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4033
a9c64011
AS
4034 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4035 * lib/mi-support.exp: Likewise.
3d043ef6 4036
808104c8
JB
40372008-11-16 Joel Brobecker <brobecker@adacore.com>
4038
4039 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4040 commands from the expected output for "help catch".
4041
00b22944
JB
40422008-11-15 Joel Brobecker <brobecker@adacore.com>
4043
4044 * gdb.ada/int_deref.exp: New testcase.
4045
59669435
TT
40462008-11-14 Nick Roberts <nickrob@snap.net.nz>
4047
4048 * gdb.mi/gdb2549.exp: New file.
4049
de04a248
DE
40502008-11-11 Doug Evans <dje@google.com>
4051
4052 * gdb.base/callexit.exp: New file.
4053 * gdb.base/callexit.c: New file.
4054
6b8ce727
DE
40552008-11-10 Doug Evans <dje@google.com>
4056
4057 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4058 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4059 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4060 (default_gdb_start,default_gdb_exit): Ditto.
4061 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4062 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4063 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4064 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4065 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4066 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4067
1b14b8aa
AS
40682008-11-03 Andreas Schwab <schwab@suse.de>
4069
4070 * gdb.base/hashline2.exp: Fix typo.
4071 * gdb.base/hashline3.exp: Likewise.
4072
f3134b88
TT
40732008-10-30 Tom Tromey <tromey@redhat.com>
4074
4075 * gdb.base/pointers.exp: Add test.
4076 * gdb.base/pointers.c (k, S): New typedefs.
4077 (instance): New global.
4078
c2226152
AS
40792008-10-30 Andreas Schwab <schwab@suse.de>
4080
4081 * gdb.base/args.exp: Add tests for newlines.
4082
462f405c
JB
40832008-10-30 Joel Brobecker <brobecker@adacore.com>
4084
4085 gdb.base/foll-exec.exp: Update the expected output of a couple
4086 of "info breakpoints" tests.
4087
79a45b7d
TT
40882008-10-28 Tom Tromey <tromey@redhat.com>
4089
4090 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4091
adc13a14
PA
40922008-10-24 Pedro Alves <pedro@codesourcery.com>
4093
4094 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4095 gdb_start_cmd.
4096 Use runto_main before any test that requires execution.
4097
252fbfc8
PA
40982008-10-23 Pedro Alves <pedro@codesourcery.com>
4099
4100 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4101 instead of SIGINT.
4102
28148e3d
JB
41032008-10-22 Joel Brobecker <brobecker@adacore.com>
4104
4105 * gdb.base/completion.exp: Update expected output following
4106 the addition of the "info tasks" command.
4107
c209f847
TT
41082008-10-22 Tom Tromey <tromey@redhat.com>
4109
4110 * gdb.base/exprs.exp (test_expr): Add test for string
4111 concatenation.
4112
f177e350
PA
41132008-10-19 Pedro Alves <pedro@codesourcery.com>
4114
4115 * configure.ac: Output gdb.python/Makefile.
4116 * configure: Regenerate.
4117 * gdb.python/Makefile.in: New.
4118
cce89356
JB
41192008-10-16 Joel Brobecker <brobecker@adacore.com>
4120
4121 * gdb.base/foll-fork.exp: Adjust the expected output to match
4122 the new description for fork/vfork catchpoints in the "info
4123 breakpoints" output.
4124
176d289d
TJB
41252008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4126
4127 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4128
a08702d6
TJB
41292008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4130
4131 * gdb.python/python-value.c: New file.
4132 * gdb.python/python-value.exp: New file.
4133
1c5cfe86
PA
41342008-10-15 Pedro Alves <pedro@codesourcery.com>
4135
4136 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4137
5a98ad69
DP
41382008-10-15 Denis Pilat <denis.pilat@st.com>
4139
41702f1b 4140 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4141
dcb1a1e2
TT
41422008-10-09 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4145 'fprintf' and 'stderr'.
4146
9124fe48
JB
41472008-10-07 Joel Brobecker <brobecker@adacore.com>
4148
4149 * gdb.ada/ref_tick_size.exp: New testcase.
4150
45452591
DE
41512008-10-06 Doug Evans <dje@google.com>
4152
4153 * gdb.dwarf2/dw2-cu-size.exp: New file.
4154 * gdb.dwarf2/dw2-cu-size.S: New file.
4155
4156 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4157 .Ltype_int for clarity.
4158
4fc5b208
PP
41592008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4160
4161 PR gdb/2384:
4162 * gdb.cp/gdb2384.exp: Extended to test more cases.
4163 * gdb.cp/gdb2384.cc: Likewise.
4164 * gdb.cp/gdb2384-base.h: Likewise.
4165 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4166
d78df370
JK
41672008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 * gdb.base/maint.exp (maint print type): Remove printing
4170 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4171
9a044a89
TT
41722008-09-30 Tom Tromey <tromey@redhat.com>
4173
4174 * gdb.base/macscp.exp: Add completion tests.
4175 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4176 (TWENTY_THREE): Likewise.
4177 (FORTY_EIGHT): Likewise.
4178
506800a9
TT
41792008-09-30 Tom Tromey <tromey@redhat.com>
4180
4181 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4182 everywhere.
4183 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4184
1a6f01b5
JK
41852008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4186
4187 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4188 testcase is derived from. Fix racy dependency on an expected PID
4189 number. No longer support the testcase on Linux kernel 2.4.x.
4190
2fae03e8
TT
41912008-09-27 Tom Tromey <tromey@redhat.com>
4192
4193 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4194 and varargs.
4195
1ad15515
PA
41962008-09-22 Pedro Alves <pedro@codesourcery.com>
4197
4198 * lib/mi-support.exp (mi_expect_interrupt): New.
4199 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4200 from gdb.mi/mi-nonstop.exp.
4201 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4202 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4203 lib/mi-support.exp.
4204 Use mi_check_thread_states throughout. Avoid ".*" and do not
4205 require an anchor after -exec-run.
4206
d0b76dc6
DJ
42072008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4208
4209 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4210 stop is pending. Avoid ".*" when two stops are pending.
4211 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4212 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4213 newlines in fullnames.
4214 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4215 (mi_expect_stop): Update comments. Only anchor in sync mode.
4216 Do not match newlines.
4217 (mi_send_resuming_command_raw): Always return status.
4218 (mi_get_stop_line): Do not match more than one line by accident.
4219 Only anchor in sync mode.
4220 (mi_run_inline_test): If -exec-next fails, give up.
4221
9990c830
UW
42222008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4223
4224 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4225 on SPU.
4226
ebcf6f00
JB
42272008-09-10 Joel Brobecker <brobecker@adacore.com>
4228
4229 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4230
b6db24e5
JB
42312008-09-10 Joel Brobecker <brobecker@adacore.com>
4232
4233 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4234 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4235 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4236 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4237 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4238 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4239 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4240 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4241 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4242 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4243 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4244 Include the "= " sequence in the expected output of print tests.
4245
2bf448e0
JB
42462008-09-10 Joel Brobecker <brobecker@adacore.com>
4247
4248 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4249 description for boolean types.
4250
d51fd4c8
PA
42512008-09-09 Pedro Alves <pedro@codesourcery.com>
4252
4253 * gdb.base/hook-stop-continue.c: New.
4254 * gdb.base/hook-stop-continue.exp: New.
4255
694182d2
DJ
42562008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4259
3b8a7fc0
JG
42602008-09-08 Jerome Guitton <guitton@adacore.com>
4261
4262 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4263 (stack_check_probe_2, stack_check_probe_loop_1)
4264 (stack_check_probe_loop_2): New functions.
4265 (main): Add call to these new functions.
4266 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4267 functions, check that the breakpoint is inserted at the appropriate
4268 location.
4269 (insert_breakpoint): Slightly refine this procedure so that it can
4270 be called several times in the test.
4271
96cc0ae8
JG
42722008-09-08 Jerome Guitton <guitton@adacore.com>
4273
4274 * gdb.base/stack-checking.c: New file.
4275 * gdb.base/stack-checking.exp: New file.
4276
1f08b409
TJB
42772008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4278
4279 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4280 * gdb.arch/altivec-regs.exp: Likewise.
4281 * gdb.arch/vsx-regs.exp: Likewise.
4282
3099e1c4
TJB
42832008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4284
4285 * gdb.arch/ppc-fp.exp: New file.
4286 * gdb.arch/ppc-fp.c: New file.
4287
cc69bfc1
PP
42882008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4289
4290 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4291 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4292
b02a33db
MS
42932008-09-04 Michael Snyder <msnyder@vmware.com>
4294
4295 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4296 as "at" (for non-debug functions such as _start).
4297
2992cbe0
UW
42982008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4299
4300 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4301 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4302 software watchpoints.
4303 * gdb.base/watch_thread_num.exp: Likewise.
4304
514f746b
AR
43052008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4306
4307 * gdb.arch/i386-bp_permanent.exp: New test.
4308
876cecd0
TT
43092008-08-24 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.base/maint.exp: Update "maint print type".
4312
80f73d71
VP
43132008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4314
4315 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4316 support. Adjust the order of "*running" notifications.
4317 * gdb.mi/non-stop.c: Don't cast from int to void* and
4318 back.
4319
d9c78d7d
MK
43202008-08-20 Mark Kettenis <kettenis@gnu.org>
4321
4322 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4323 expect to find it in the "info frame" output.
4324
97a2d1d3
DJ
43252008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4326
4327 * gdb.base/interp.exp: Always consume both prompts.
4328
b96e2927
PA
43292008-08-20 Pedro Alves <pedro@codesourcery.com>
4330
4331 * gdb.base/pending.exp: Test pending breakpoints without symbols
4332 loaded.
4333
8cf6e61a
VP
43342008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4335
4336 * lib/mi-support.exp (mi_expect_stop): Produce
4337 more details on failures.
4338 * gdb.mi/mi-nonstop.exp: New.
4339 * gdb.mi/non-stop.c: New.
4340
c6ebd6cf
VP
43412008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4342
a9c64011
AS
4343 * gdb.mi/mi-async.exp: Use 'set target-async'.
4344 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 4345
46a9b8ed
DJ
43462008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4347
4348 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4349
44feb3ce
TT
43502008-08-17 Tom Tromey <tromey@redhat.com>
4351
4352 * gdb.base/help.exp (help catch): Rewrite.
4353
311a4e6b
TJB
43542008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4355
4356 * gdb.base/define.exp: Test indented command documentation.
4357 * gdb.python/python.exp: Test indented multi-line command.
4358
604c2f83
LM
43592008-08-15 Luis Machado <luisgpm@br.ibm.com>
4360
4361 * testsuite/gdb.arch/vsx-regs.c: New source file.
4362 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4363 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4364
886a217c
TT
43652008-08-14 Tom Tromey <tromey@redhat.com>
4366
4367 * gdb.base/macscp.exp: Add regression test for "macro define" or
4368 "macro undef" with no arguments.
4369
c814a4f3
PP
43702008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4371
4372 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 4373
12ab8a60
UW
43742008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4375
4376 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4377
d57a3c85
TJB
43782008-08-06 Tom Tromey <tromey@redhat.com>
4379
4380 * gdb.python/python.exp: New file.
4381
c7b778ff
JK
43822008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 Fix for PR gdb/1543.
4385 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4386 $LOCATION.
4387 (location): New variable.
4388 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4389 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4390 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4391 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4392 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4393 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4394 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4395 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4396 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4397 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4398 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4399 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4400 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4401 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4402 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4403 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4404 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4405 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4406 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4407 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4408 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4409 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4410 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4411 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4412 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4413 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4414 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4415 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4416 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4417 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4418 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4419 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4420 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4421 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4422 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4423 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4424 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4425 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4426 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4427 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4428 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4429 gdb.base/type-opaque.exp, gdb.base/until.exp,
4430 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4431 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4432 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4433 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4434 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4435 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4436 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4437 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4438 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4439 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4440 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4441 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4442 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4443 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4444 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4445 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4446 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4447 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4448 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4449 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4450 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4451 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4452 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4453 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4454 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4455 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4456 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4457 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4458 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4459 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4460 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4461 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4462 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4463 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4464 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4465 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4466 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4467 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4468 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4469 to bug-gdb@prep.ai.mit.edu .
4470
5e06a3d1
VP
44712008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4472
4473 * lib/mi-support.exp (mi_load_shlibs): New.
4474 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4475
9d81d21b
VP
44762008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4477
4478 * lib/mi-support.exp (get_mi_thread_list)
4479 (check_mi_and_console_threads): New, moved from ...
4480 * gdb.mi/mi-pthread.exp: ...here.
4481 * gdb.mi/gdb669.exp (get_mi_thread_list)
4482 (check_mi_and_console_threads): Delete.
4483 * gdb.mi/mi2-pthread.exp: Likewise.
4484
bae98fe0
TT
44852008-07-28 Tom Tromey <tromey@redhat.com>
4486
4487 * Makefile.in (just-check): Remove. Move body to...
4488 (check): ... here.
4489
57380f4e
DJ
44902008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4491
4492 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4493 Add a test for duplicated SIGINTs.
4494
e09490f1
DJ
44952008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4496
4497 * gdb.threads/schedlock.exp (get_args): Update to work for any
4498 value of NUM.
4499 (Top level): Report the number of threads that did not resume.
4500
6387b45f
DJ
45012008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4502
4503 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4504
62f64ff2
DJ
45052008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4506
4507 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4508 non-MI prompt.
4509
fa8de41e
TT
45102008-07-26 Tom Tromey <tromey@redhat.com>
4511
4512 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4513 (function_struct, function_struct_ptr): New globals.
4514 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4515 function pointer in a struct.
4516
ccb3ac8a
TT
45172008-07-26 Tom Tromey <tromey@redhat.com>
4518
4519 * gdb.base/macscp.exp: Add test for macro lexing bug.
4520
d7d9f01e
TT
45212008-07-18 Tom Tromey <tromey@redhat.com>
4522
4523 * gdb.base/macscp.exp: Add macro tests.
4524
9bf07184
PP
45252008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4526
4527 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4528
becf6477
PP
45292008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4530
4531 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4532
0709f7d3
PP
45332008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4534
4535 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 4536
7093c834
PP
45372008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4538
4539 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 4540
b432ffe3
JK
45412008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4544
b1a268e5
VP
45452008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4546
4547 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4548
e2995f8e
KB
45492008-07-11 Kevin Buettner <kevinb@redhat.com>
4550
4551 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4552 of regexp to account for changes made to GDB in the printing of
4553 byte vectors.
4554
14032a66
TT
45552008-07-11 Tom Tromey <tromey@redhat.com>
4556
4557 * gdb.base/completion.exp: Add 'help' completion test.
4558
981505ef
JK
45592008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4560
4561 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4562
10568435
JK
45632008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4564
4565 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4566
4487aabf
PA
45672008-07-09 Pedro Alves <pedro@codesourcery.com>
4568
4569 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4570
a4a9b1c4
PA
45712008-07-09 Pedro Alves <pedro@codesourcery.com>
4572
4573 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4574
3c3185ac
JK
45752008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4578
7ebd49dc
VP
45792008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4580
4581 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4582 previous commit. Add a comment.
4583
84e46146
PA
45842008-06-28 Pedro Alves <pedro@codesourcery.com>
4585
4586 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4587
0f8d4a2f
VP
45882008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4589
4590 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4591
f747e0ce
PA
45922008-06-27 Pedro Alves <pedro@codesourcery.com>
4593
4594 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4595 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4596 compiling an executable, link in an object that forces unbuffered
4597 output.
4598 * lib/set_unbuffered_mode.c: New file.
4599
734a5c36
JK
46002008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4603
a2840c35
VP
46042008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4605
a9c64011
AS
4606 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4607 mi_expect_stop.
4608 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4609 Demand that *running is output.
4610 (detect_async): Perform checking every time.
4611 (mi_send_resuming_command): Extract everything into...
4612 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
4613 (mi_expect_stop): Don't accept any output before *stopped.
4614
6ae37fef
VP
46152008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4616
4617 Robustify mi-simplerun.
a9c64011
AS
4618 * gdb.mi/basics.c (main): Add a call to sleep.
4619 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4620 * gdb.mi/mi2-cli.exp: Likewise.
4621 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 4622
b4aa76f0 46232008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
4624
4625 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4626
e1ac3328
VP
46272008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4628
a9c64011
AS
4629 * gdb.mi/mi-console.exp: Adjust.
4630 * gdb.mi/mi-syn-frame.exp: Adjust.
4631 * gdb.mi/mi2-console.exp: Adjust.
4632 * gdb.mi/mi2-syn-frame.exp: Adjust.
4633 * lib/mi-support.exp (mi_run_cmd): Adjust.
4634 (mi_send_resuming_command): Adjust.
e1ac3328 4635
f7f9a841
VP
46362008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4637
4638 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
4639 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4640 testing of stopped.
4641 * gdb.mi/mi2-syn-frame.exp: Likewise.
4642 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4643 (async, detect_async): New.
4644 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4645 depending on if we're running in sync or async mode.
f7f9a841 4646
37cd5d19
TT
46472008-06-09 Tom Tromey <tromey@redhat.com>
4648
4649 * gdb.base/completion.exp: New tests for field name completion
4650 with spaces, and field name completion with '->'.
4651
65d12d83
TT
46522008-06-06 Tom Tromey <tromey@redhat.com>
4653
4654 * gdb.base/break1.c (struct some_struct): New struct.
4655 (values): New global.
4656 * gdb.base/completion.exp: Add field name completion test.
4657
ebfe2e3f
PP
46582008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4659
4660 * gdb.cp/call-c.exp: Test for incorrect handling of reference
4661 to pointer.
4662 * gdb.cp/call-c.cc: Likewise.
4663
bcf6fc3a
NR
46642008-06-06 Nick Roberts <nickrob@snap.net.nz>
4665
4666 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
4667 annotation.
4668
49fd4a42 46692008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 4670 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
4671
4672 * gdb.threads/execl.c, gdb.threads/execl1.c,
4673 gdb.threads/execl.exp: New tests.
a9c64011 4674
8a34ac3f
AR
46752008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
4676 Daniel Jacobowitz <dan@codesourcery.com>
4677
4678 * gdb.cp/exception.exp: Activate test, make it work with pending
4679 catchpoints.
4680
86ae69ef
JK
46812008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4682
4683 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
4684
f7f9ae2c
VP
46852008-05-28 Vladimir Prus <vladimir@codesourcery.com>
4686
a9c64011
AS
4687 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
4688 now printed.
4689 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 4690
2a2d4dc3
AS
46912008-05-27 Andreas Schwab <schwab@suse.de>
4692
4693 * gdb.base/frame-args.exp: Handle arguments that are optimized
4694 out.
4695
5099e4d9
LM
46962008-05-26 Luis Machado <luisgpm@br.ibm.com>
4697
4698 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
4699 quiet for ppc32 and group options into a single variable.
4700
d9c36a91
JB
47012008-05-23 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
4704 of zero-size elements.
4705 * gdb.ada/null_array.exp: Test printing this new array.
4706
103a8671
JK
47072008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4708
4709 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
4710
07a4cc1a 47112008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
4712
4713 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
4714 of the "finish" command.
4715
55f996a7
NR
47162008-05-21 Nick Roberts <nickrob@snap.net.nz>
4717
4718 * gdb.base/annota1.exp: Test for new annotation.
4719
907fc202
UW
47202008-05-16 Pedro Alves <pedro@codesourcery.com>
4721
4722 * gdb.base/fixsection.exp: New file.
4723 * gdb.base/fixsection0.c: New file.
4724 * gdb.base/fixsection1.c: New file.
4725
e8f97270
UW
47262008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4727
4728 * gdb.base/annota1.exp: Accept printf@... in place of printf.
4729 * gdb.base/annota3.exp: Likewise.
4730
ac0bb574
NF
47312008-05-13 Nathan Froyd <froydnj@codesourcery.com>
4732
4733 * gdb.base/watch_thread_num.exp: Don't run tests that require
4734 watchpoints if the target doesn't support them.
4735
6fadd07a
DE
47362008-05-12 Doug Evans <dje@google.com>
4737
4738 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
4739
6e9a4a30
JB
47402008-05-09 Joel Brobecker <brobecker@adacore.com>
4741
4742 * gdb.ada/assign_1.exp: New testcase.
4743
08388c79
DE
47442008-05-09 Doug Evans <dje@google.com>
4745
a3c83fae
DE
4746 * gdb.base/find.exp: New file.
4747 * gdb.base/find.c: New file.
08388c79 4748
bd5ddfe8
DJ
47492008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
4750
4751 * gdb.base/commands.exp (watchpoint_command_test): Handle
4752 gdb,no_hardware_watchpoints.
4753 * gdb.base/float.exp: Allow ARM targets without floating point.
4754 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
4755
b5dd68e2 47562008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 4757 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
4758
4759 * gdb.ada/lang_switch: New test program.
4760 * gdb.ada/lang_switch.exp: New testcase.
4761
382d13d1
DE
47622008-05-05 Doug Evans <dje@google.com>
4763
4764 * gdb.base/help.exp (disassemble): Update expected help text.
4765
9dd789d0
PA
47662008-05-04 Pedro Alves <pedro@codesourcery.com>
4767
4768 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
4769
611c83ae
PA
47702008-05-04 Pedro Alves <pedro@codesourcery.com>
4771
4772 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
4773 different times.
4774
ff013f42
JK
47752008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
4778 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
4779 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
4780 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
4781
96dff6a2
VP
47822008-05-04 Vladimir Prus <vladimir@codesourcery.com>
4783
4784 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
4785 notification to appear.
4786
55cd6f92
DJ
47872008-05-04 Daniel Jacobowitz <dan@debian.org>
4788
4789 * gdb.base/fullname.c: New file.
4790 * gdb.base/fullname.exp: New file.
4791 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
4792
d705c43c
PA
47932008-05-03 Pedro Alves <pedro@codesourcery.com>
4794
4795 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
4796 expressions with macros.
4797
333222e1
JK
47982008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4799
4800 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
4801
5ac01682
DJ
48022008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4803
4804 * gdb.base/completion.exp: Handle lack of other symbols beginning
4805 with "a".
4806
4807 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
4808
237fc4c9
PA
48092008-05-02 Jim Blandy <jimb@codesourcery.com>
4810
4811 * gdb.asm/asmsrc1.s: Add scratch space.
4812
ed5e9466
DJ
48132008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4814 Daniel Jacobowitz <dan@codesourcery.com>
4815
4816 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
4817 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
4818 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
4819
b39cc962
DJ
48202007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
4821
4822 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
4823
36d520f5
JB
48242008-05-01 Joel Brobecker <brobecker@adacore.com>
4825
4826 * gdb.base/info-target.exp: New testcase.
4827
8d4e3071
DJ
48282008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4829
4830 * gdb.cp/hang.exp: Use .cc instead of .C.
4831 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
4832 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
4833
6f3f3097
DJ
48342008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4835
4836 * gdb.base/gdb1250.exp: Remove perror.
4837 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
4838
5550a914
PA
48392008-04-30 Pedro Alves <pedro@codesourcery.com>
4840
4841 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
4842 .2byte.
4843
d848e687
DJ
48442008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
4845
4846 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
4847 (maybe_kfail): New.
4848
93b5768b
PA
48492008-04-25 Pedro Alves <pedro@codesourcery.com>
4850
4851 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
4852
721c02de
VP
48532008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4854
a9c64011
AS
4855 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
4856 * gdb.mi/mi2-syn-frame.exp: Likewise.
4857 * lib/mi-support.exp: Likewise.
721c02de 4858
74960c60
VP
48592008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4860
4861 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
4862 to specify regexp for the location to stop at.
4863 * gdb.base/break-always.c: New.
4864 * gdb.base/break-always.exp: New.
4865
d24317b4
VP
48662008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4867
4868 * lib/mi-support.exp (mi_runto_helper): Adjust
4869 for the original-location field.
4870 (mi_create_breakpoint, mi_list_breakpoints): New.
4871 * gdb.mi/mi-break.exp: Adjust.
4872 * gdb.mi/mi2-break.exp: Adjust.
4873 * gdb.mi/mi-pending.exp: Adjust.
4874 * gdb.mi/mi-simplerun.exp: Adjust.
4875 * gdb.mi/mi2-simplerun.exp: Adjust.
4876 * gdb.mi/mi-syn-frame.exp: Adjust.
4877 * gdb.mi/mi2-syn-frame.exp: Adjust.
4878 * gdb.mi/mi-until.exp: Adjust.
4879 * gdb.mi/mi2-until.exp: Adjust.
4880 * gdb.mi/mi-var-display.exp: Adjust.
4881 * gdb.mi/mi2-var-display.exp: Adjust.
4882 * gdb.mi/mi-watch.exp: Adjust.
4883 * gdb.mi/mi2-watch.exp: Adjust.
4884
fdc59709 48852008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 4886
a9c64011
AS
4887 * aclocal.m4: Add override.m4.
4888 * configure: Regenerate.
fdc59709 4889
8e91f023
VP
48902008-04-19 Vladimir Prus <vladimir@codesourcery.com>
4891
4892 * gdb.mi/var-cmd.c (do_at_tests): Verify that
4893 '-var-update --all-values' reports new value even the type
4894 of a variable object has changed.
4895
233a11ab
CS
48962008-04-18 Craig Silverstein <csilvers@google.com>
4897
4898 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
4899 files.
d24317b4 4900
9c1137ad
JB
49012008-04-18 Joel Brobecker <brobecker@adacore.com>
4902
4903 * gdb.ada/atomic_enum: New test program.
4904 * gdb.ada/atomic_enum.exp: New testcase.
4905
66d0bbc7
DE
49062008-04-17 Doug Evans <dje@google.com>
4907
4908 * gdb.opt/Makefile.in: Fix whitespace.
4909
100906b0
UW
49102008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4911
4912 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
4913
4584e32e
DE
49142008-04-17 Doug Evans <dje@google.com>
4915
4916 * gdb.base/hashline1.exp: New testcase.
4917 * gdb.base/hashline2.exp: New testcase.
4918 * gdb.base/hashline2.exp: New testcase.
4919
0a320680
PA
49202008-04-17 Pedro Alves <pedro@codesourcery.com>
4921
4922 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
4923
18ac113b
AR
49242008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
4925
4926 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
4927 temporary breakpoint to match "Temporary breakpoint".
4928 * gdb.base/break.exp (delete_breakpoints): Likewise.
4929 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
4930 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
4931 * gdb.base/display.exp: Likewise.
4932 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
4933 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
4934 * gdb.base/restore.exp (restore_tests): Likewise.
4935 * gdb.base/sepdebug.exp: Likewise.
4936 * gdb.base/watchpoint.exp: Likewise.
4937 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
4938 * gdb.mi/mi-pending.exp: Likewise.
4939 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
4940 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
4941 * gdb.mi/mi-var-cmd.exp: Likewise.
4942 * gdb.mi/mi-var-display.exp: Likewise.
4943 * gdb.mi/mi2-cli.exp: Likewise.
4944 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
4945 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
4946 * gdb.mi/mi2-var-display.exp: Likewise.
4947 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
4948 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
4949 new "disp" field.
a9c64011 4950 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
4951 reason. This is to support fix for PR2424.
4952
add38693
JK
49532008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
4956
fcacd99f
VP
49572008-04-13 Vladimir Prus <vladimir@codesourcery.com>
4958
4959 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 4960 field. Add more floating varobj tests.
fcacd99f 4961 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
4962 field.
4963 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
4964 (main): Call do_at_tests.
4965 * lib/mi-support.exp (mi_create_floating_varobj)
4966 (mi_varobj_update_with_type_change): New.
fcacd99f 4967
de051565
MK
49682008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4969
4970 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
4971 option of -var-evaluate-expression.
4972 * gdb.mi/mi2-var-display.exp: Likewise.
4973
dbc52822
VP
49742008-04-07 Vladimir Prus <vladimir@codesourcery.com>
4975
4976 Introduce test setup helpers.
a9c64011
AS
4977 * lib/gdb.exp (build_executable, clean_restart)
4978 (prepare_for_testing): New.
4979 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
4980 * gdb.base/return.exp: Likewise.
4981 * gdb.base/ending-run.exp: Likewise.
dbc52822 4982
473591da
NR
49832008-04-07 Nick Roberts <nickrob@snap.net.nz>
4984
4985 * gdb.mi/mi-async.exp: New test for asynchronous Machine
4986 Interface (MI) responses.
4987
2b2d9e11
VP
49882008-04-06 Vladimir Prus <vladimir@codesourcery.com>
4989
a9c64011
AS
4990 * gdb.cp/breakpoint.cc: New code to test conditions involving
4991 member variables.
4992 * gdb.cp/breakpoint.exp: Test condition involving member
4993 variables.
2b2d9e11 4994
bb378428
VP
49952008-04-05 Vladimir Prus <vladimir@codesourcery.com>
4996
4997 * lib/mi-support.exp (mi_expect_stop): New.
4998 (mi_run_cmd): Change the
4999 token. Use mi_send_resuming_command, use
5000 mi_expect_stop.
5001 (mi_execute_to_helper): Rename to mi_execute_to.
5002 (mi_send_resuming_command): Add more error patterns.
5003 (mi_wait_for_stop): Renamed to...
5004 (mi_get_stop_line): ...this.
5005 (mi_run_inline_test): Adjust.
5006
5007 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5008 * gdb.mi/mi-console.exp: Likewise.
5009 * gdb.mi/mi-pending.exp: Likewise.
5010 * gdb.mi/mi-simplerun.exp: Likewise.
5011 * gdb.mi/mi-stack.exp: Likewise.
5012 * gdb.mi/mi-stepi.exp: Likewise.
5013 * gdb.mi/mi-syn-frame.exp: Add comment.
5014 * gdb.mi/mi-until.exp: Likewise.
5015 * gdb.mi/mi-var-display.exp: Likewise.
5016 * gdb.mi/mi-watch.exp: Likewise.
5017 * gdb.mi/mi2-cli.exp: Likewise.
5018 * gdb.mi/mi2-console.exp: Likewise.
5019 * gdb.mi/mi2-simplerun.exp: Likewise.
5020 * gdb.mi/mi2-stack.exp: Likewise.
5021 * gdb.mi/mi2-stepi.exp: Likewise.
5022 * gdb.mi/mi2-until.exp: Likewise.
5023 * gdb.mi/mi2-var-display.exp: Likewise.
5024 * gdb.mi/mi2-watch.exp: Likewise.
5025
62172bb9
UW
50262008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5027
5028 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5029
5030 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5031
a13e061a
PA
50322008-04-04 Pedro Alves <pedro@codesourcery.com>
5033
5034 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5035 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5036 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5037 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5038 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5039 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5040 expect an mi error duplicated in stderr.
5041
eae06beb
JB
50422008-04-03 Joel Brobecker <brobecker@adacore.com>
5043
5044 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5045 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5046 Add a couple of tests that verify the behavior when the new setting
5047 is set to "cancel" and "all".
5048 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5049 "ask" before we start the testing.
5050
79c6ced6
AR
50512008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5052
5053 * gdb.cp/casts.cc: Add class reference variables.
5054 * gdb.cp/casts.exp: New test cases for up/down casting references.
5055
6c2d1a6b
MK
50562008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5057
5058 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5059 instead of beginning to make an extra test pass.
5060 * gdb.mi/mi2-var-display.exp: Likewise.
5061
55b411d9
MR
50622008-03-31 Maciej W. Rozycki <macro@mips.com>
5063
5064 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5065
c6140da2
MD
50662008-03-31 Markus Deuling <deuling@de.ibm.com>
5067 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5068
5069 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5070 value. Add xfail for older kernels.
5071
79732189
AR
50722008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5073
5074 Bring mi-support in line with gdb.exp.
5075 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5076 (mi_gdb_start): New function.
5077
33c3676e
MR
50782008-03-28 Maciej W. Rozycki <macro@mips.com>
5079
5080 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5081
92e28119
VP
50822008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5083
5084 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5085 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5086
9e8e3afe
VP
50872008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5088
5089 * lib/mi-support.exp (mi_create_varobj_checked): New.
5090 (mi_list_varobj_children): Allow to check for a
5091 value.
5092 (mi_list_array_varobj_children): New.
5093
5094 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5095 and mi_list_varobj_children, as opposed to hardcoding
5096 expected strings.
5097 * gdb.mi/gdb701.exp: Likewise.
5098 * gdb.mi/gdb792.exp: Likewise.
5099 * gdb.mi/mi-var-block.exp: Likewise.
5100 * gdb.mi/mi-var-cmd.exp: Likewise.
5101 * gdb.mi/mi-var-invalidate.exp: Likewise.
5102 * gdb.mi/mi2-var-block.exp: Likewise.
5103 * gdb.mi/mi2-var-child.exp: Likewise.
5104 * gdb.mi/mi2-var-cmd.exp: Likewise.
5105 * gdb.mi/mi2-var-display.exp: Likewise.
5106
9df50351
JK
51072008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 Fix random false FAILs on i386.
5110 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5111
31e5d73a
DJ
51122008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5113
5114 PR gdb/544
5115 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5116
12f4afab
DJ
51172008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 PR gdb/544
5120 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5121
b562a0cb
DJ
51222008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5123
5124 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5125 fixed PR gdb/544.
5126
17faa917
DJ
51272008-03-21 Pedro Alves <pedro@codesourcery.com>
5128
5129 * gdb.threads/fork-child-threads.exp: Test next over fork.
5130
6214f497
DJ
51312008-03-21 Chris Demetriou <cgd@google.com>
5132
5133 * gdb.base/break.exp (rbreak junk): New test for rbreak
5134 "Junk at end of arguments" issue.
5135
63092375
DJ
51362008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5139 *& to work on created array elements.
5140 (Top level): Test print $pc with a file. Test string operations
5141 without a target.
5142 * gdb.base/ptype.exp: Do not expect *& to work on created array
5143 elements.
5144
b21991b0
DJ
51452008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5146
5147 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5148 gdb.threads/staticthreads.exp: Update exit query.
5149
c4b347c7
SL
51502008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5151
5152 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5153
fa4727a6
DJ
51542008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5155
5156 * gdb.base/watchpoint.c (global_ptr, func4): New.
5157 (main): Call func4.
5158 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5159 (test_inaccessible_watchpoint): New.
5160
2f34202f
MR
51612008-02-29 Maciej W. Rozycki <macro@mips.com>
5162
5163 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5164 select the largest.
5165
0d6ba1b1
DJ
51662008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5169 frames-invalid annotations.
5170
e691325a
PM
51712008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5172
a9c64011 5173 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5174
f85b5ecc
DE
51752008-02-27 Doug Evans <dje@google.com>
5176
5177 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5178 for bug 1738.
5179 (breakpoint_to_handler_entry): Ditto.
5180
b40e7bf3
JB
51812008-02-27 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.base/ending-run.exp: Use the first line of code inside
5184 function body to test breakpoints.
5185 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5186 location where the breakpoint is inserted when using the line
5187 where a function is declared. Fix typo in the description of
5188 one of the tests.
5189 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5190
2faca73a
PM
51912008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5192
5193 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5194 tests.
2faca73a 5195
6f439c36
PM
51962008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5197
5198 * gdb.base/args.exp: avoid same output for tests
5199 with single quotes.
5200
54e52265
VP
52012008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5202
a9c64011
AS
5203 * gdb.base/annota1.exp: Adjust for 'info break'
5204 format changes.
5205 * gdb.base/annota3.exp: Likewise.
5206 * gdb.base/break.exp: Likewise.
5207 * gdb.base/condbreak.exp: Likewise.
5208 * gdb.base/pending.exp: Likewise.
5209 * gdb.base/sepdebug.exp: Likewise.
5210 * gdb.base/unload.exp: Likewise.
5211 * gdb.cp/ovldbreak.exp: Likewise.
5212 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5213
897b09ca
DE
52142008-02-07 Doug Evans <dje@google.com>
5215
5216 * gdb.cp/mb-inline.exp: New.
5217 * gdb.cp/mb-inline.h: New.
5218 * gdb.cp/mb-inline1.cc: New.
5219 * gdb.cp/mb-inline2.cc: New.
5220
b1c32d35
PM
52212008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5222
5223 * gdb.pascal/floats.pas: New test program.
5224 * gdb.pascal/floats.exp: New testcase.
5225
1a4ca44a
TJB
52262008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5227
5228 * gdb.base/callfuncs.c (t_float_many_args): New function.
5229 (t_double_many_args): New function.
5230 * gdb.base/callfuncs.exp: Add tests for exceeding float
5231 and double parameters passed through the stack.
5232
439048e8
JB
52332008-02-05 Joel Brobecker <brobecker@adacore.com>
5234
5235 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5236 gdb.ada/complete/foo.adb: New files.
5237 * gdb.ada/complete.exp: New testcase.
5238
81fe8080
DE
52392008-02-03 Doug Evans <dje@google.com>
5240
301f0ecf
DE
5241 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5242
81fe8080
DE
5243 * gdb.cp/gdb2384.exp: New file.
5244 * gdb.cp/gdb2384.cc: New file.
5245 * gdb.cp/gdb2384-base.h: New file.
5246 * gdb.cp/gdb2384-base.cc: New file.
5247
4b071aec
DE
52482008-02-02 Doug Evans <dje@google.com>
5249
5250 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5251
61137ba6
JB
52522007-02-01 Joel Brobecker <brobecker@adacore.com>
5253
5254 * gdb.ada/sym_print_name: New test program.
5255 * gdb.ada/sym_print_name.exp: New testcase.
5256
52572007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5258
5259 * gdb.ada/nested/hello.adb: New file.
5260 * gdb.ada/nested.exp: New testcase.
5261 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5262
98deb0da
VP
52632008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5264
5265 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5266 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5267 don't cause future evaluations of function to report
5268 creation of internal breakpoints.
98deb0da 5269
723a2275
VP
52702008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5271
5272 * gdb.mi/mi-break.exp (test_error): New.
5273 Call it.
5274
fb546a2f
LM
52752008-01-31 Luis Machado <luisgpm@br.ibm.com>
5276
5277 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5278 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5279
2d8fd90a
PM
52802008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5281
5282 * gdb.pascal/integers.pas: New test program.
5283 * gdb.pascal/integers.exp: New testcase.
5284
a7fa0ded
PM
52852008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5286
5287 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5288
5e1a1926
TJB
52892008-01-30 Luis Machado <luisgpm@br.ibm.com>
5290
5291 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5292 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5293
8d04f9f0
JB
52942008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5295
5296 * gdb.ada/formatted_ref: New test program.
5297 * gdb.ada/formatted_ref.exp: New testcase.
5298
5299 * gdb.cp/formatted-ref.cc: New file.
5300 * gdb.cp/formatted-ref.exp: New testcase.
5301
ce75a98f
JB
53022008-01-30 Joel Brobecker <brobecker@adacore.com>
5303
5304 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5305
e835f6bf
NR
53062008-01-30 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5309 (test_file_list_exec_source_file): Update to new macro-info field.
5310
d118ef87
PH
53112008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5312
5313 * gdb.ada/exprs: New test program.
5314 * gdb.ada/exprs.exp: New testcase.
5315
7d35ab09
TJB
53162008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5317
5318 * dfp-test.c (DELTA, DELTA_B): New definitions.
5319 (double_val1, double_val2, double_val3, double_val4, double_val5,
5320 double_val6, double_val7, double_val8, double_val9, double_val10,
5321 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5322 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5323 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5324 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5325 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5326 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5327 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5328 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5329 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5330 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5331 dec128_val16): New global variables.
5332 (decimal_dec128_align): New function.
5333 (decimal_mixed): Likewise.
5334 (decimal_many_args_dec32): Likewise.
5335 (decimal_many_args_dec64): Likewise.
5336 (decimal_many_args_dec128): Likewise.
5337 (decimal_many_args_mixed): Likewise.
5338 * dfp-test.exp: Add tests calling new inferior functions.
5339
2d717e4f
DJ
53402008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5341
5342 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5343 gdb.server/ext-run.exp: New files.
5344 * lib/gdbserver-support.exp (gdbserver_download): New.
5345 (gdbserver_start): New. Update gdbserver expected
5346 output.
5347 (gdbserver_spawn): Use them.
5348 (gdbserver_start_extended): New.
5349
e85a822c
DJ
53502008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5351
5352 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5353 Run on GNU/Linux.
5354 (do_exec_tests): Check for systems which do not support catchpoints.
5355 Do not match START.
5356 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5357 Run on GNU/Linux. Enable verbose output.
5358 (check_fork_catchpoints): New.
5359 (explicit_fork_child_follow, catch_fork_child_follow)
5360 (tcatch_fork_parent_follow): Update expected messages.
5361 (do_fork_tests): Use check_fork_catchpoints.
5362 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5363 Run on GNU/Linux. Enable verbose output.
5364 (check_vfork_catchpoints): New.
5365 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5366 expected messages.
5367 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5368
401ea829
JB
53692008-01-29 Jim Blandy <jimb@red-bean.com>
5370
5371 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5372 host' errors.
5373 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5374
aceaf3ad
JB
53752008-01-29 Jim Blandy <jimb@red-bean.com>
5376
5377 * gdb.threads/sigthread.c: Use barriers to ensure that
5378 child_thread and child_thread_two are always initialized before we
5379 start to use them.
5380
a5606eee
VP
53812008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5382
5383 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
5384 * gdb.base/watchpoint-solib.c: New.
5385 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 5386
c55a82bb
PM
53872008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5388
5389 * gdb.base/gdb1056.exp: Add unsigned integer test.
5390
0993fe05
DE
53912008-01-28 Doug Evans <dje@google.com>
5392
5393 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5394
4fe42e7f
JB
53952008-01-27 Jim Blandy <jimb@codesourcery.com>
5396
c7a69933
JB
5397 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5398
4fe42e7f
JB
5399 * gdb.base/expand-psymtabs.exp: Doc fix.
5400
5def8285
MK
54012008-01-26 Mark Kettenis <kettenis@gnu.org>
5402
5403 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5404
5313c911
NR
54052008-01-24 Nick Roberts <nickrob@snap.net.nz>
5406
a9c64011 5407 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
5408 -var-set-format.
5409
93815fbf
VP
54102008-01-23 Chris Demetriou <cgd@google.com>
5411
5412 * gdb.threads/thread_events.c: New testcase source file.
5413 * gdb.threads/thread_events.exp: New testcase expect file.
5414
467a88ee
NR
54152008-01-23 Nick Roberts <nickrob@snap.net.nz>
5416
5417 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
5418
5419 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
5420 -var-set-format.
5421
d8f82aba
DJ
54222008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5423 Vladimir Prus <vladimir@codesourcery.com>
5424
5425 * gdb.base/float.exp: Allow missing floating point for m68k and
5426 PowerPC.
5427
60c46647
VP
54282008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5429
5430 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
5431 ignore count.
5432 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5433 * gdb.mi/mi-cli.exp: Adjust.
5434 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 5435
c7dd36a1
PA
54362008-01-17 Pedro Alves <pedro@codesourcery.com>
5437
5438 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5439 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5440 with dummy_ptr's address.
5441 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5442 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5443 all targets.
5444 * gdb.mi/mi2-var-child.exp: Likewise.
5445
39d5313e
JB
54462008-01-09 Joel Brobecker <brobecker@adacore.com>
5447
5448 * gdb.ada/null_array: New test program.
5449 * gdb.ada/null_array.exp: New testcase.
5450
0aea4bf3
LM
54512008-01-09 Luis Machado <luisgpm@br.ibm.com>
5452
5453 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5454 with required float modifiers.
5455
0b354900
JB
54562008-01-08 Joel Brobecker <brobecker@adacore.com>
5457
5458 * gdb.ada/funcall_param: New test program.
5459 * gdb.ada/funcall_param.exp: New testcase.
5460
cdb7f5d4
JB
54612008-01-08 Joel Brobecker <brobecker@adacore.com>
5462
5463 * gdb.ada/arrayparam: New test program.
5464 * gdb.ada/arrayparam.exp: New testcase.
5465
88e2547f
JB
54662008-01-08 Joel Brobecker <brobecker@adacore.com>
5467
5468 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5469 landed. Should also fix random failures in the test following it.
5470
f6867ce0
TJB
54712008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5472
5473 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5474 for expressions with decimal float values.
5475 (test_dfp_conversions): New function to test casts to and from
5476 decimal float types.
5477 Call test_dfp_conversions.
5478 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5479 elements.
5480 (main): Initialize ds.float4 and ds.double8 elements.
5481 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5482 string to new error message.
5483 (d64_set_tests): Likewise.
5484 (d128_set_tests): Likewise.
5485 Add tests for expressions with decimal float variables. Add tests for
5486 conversions to and from decimal float types.
5487
f9c11282
JB
54882008-01-05 Joel Brobecker <brobecker@adacore.com>
5489
5490 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5491 * gdb.ada/packed_tagged.exp: New testcase.
5492
0ecbca72
JB
54932008-01-04 Joel Brobecker <brobecker@adacore.com>
5494
5495 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5496 gdb.ada/homonym/homonym_main.adb: New files.
5497 * gdb.ada/homonym.exp: New testcase.
5498
c18d3d89
JB
54992008-01-04 Joel Brobecker <brobecker@adacore.com>
5500
5501 * gdb.ada/packed_array.exp: Add testing of references to
5502 a packed array.
5503
ecc7085b
JB
55042008-01-04 Joel Brobecker <brobecker@adacore.com>
5505
5506 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5507 New files.
5508 * gdb.ada/type_coercion.exp: New testcase.
5509
c474c922
JB
55102008-01-04 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5513 gdb.ada/tagged/foo.adb: New file.
5514 * gdb.ada/tagged.exp: New testcase.
5515
9005b927
JB
55162008-01-04 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5519 gdb.ada/ptype_field/foo.adb: New files.
5520 * gdb.ada/ptype_field.exp: New testcase.
5521
1a6aaad8
JB
55222008-01-03 Joel Brobecker <brobecker@adacore.com>
5523
5524 * gdb.ada/print_pc.exp: New testcase.
5525
0ef22f53
JB
55262008-01-03 Joel Brobecker <brobecker@adacore.com>
5527
5528 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5529 gdb.ada/taft_type/p.adb: New files.
5530 * gdb.ada/taft_type.exp: New testcase.
5531
1689ecf8
JB
55322008-01-03 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.ada/array_bounds/bar.adb: New file.
5535 * gdb.ada/array_bounds.exp: New testcase.
5536
a4d0b9c3
JB
55372008-01-03 Joel Brobecker <brobecker@adacore.com>
5538
5539 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5540 gdb.ada/arrayptr/foo.adb: New files.
5541 * gdb.ada/arrayptr.exp: New testcase.
5542
a31ace00
JB
55432008-01-03 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.base/set-lang-auto.exp: New testcase.
5546
a97fced3
JB
55472008-01-03 Joel Brobecker <brobecker@adacore.com>
5548
5549 * gdb.ada/fun_addr/foo.adb: New file.
5550 * gdb.ada/fun_addr.exp: New testcase.
5551
ef29ce1a
JK
55522008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5555 New files
5556
0fafefe3
JB
55572008-01-02 Joel Brobecker <brobecker@adacore.com>
5558
5559 * array_subscript_addr/p.adb: New file.
a9c64011 5560 * array_subscript_addr.exp: New testcase.
0fafefe3 5561
c4359f8d
JB
55622008-01-02 Joel Brobecker <brobecker@adacore.com>
5563
a9c64011 5564 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
5565 New files.
5566 * gdb.ada/str_cmp_ref.exp: New testcase.
5567
1aa1b15b
JB
55682008-01-01 Joel Brobecker <brobecker@adacore.com>
5569
5570 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5571 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 5572 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 5573
81c9b2cf
JB
55742008-01-01 Joel Brobecker <brobecker@adacore.com>
5575
5576 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5577 gdb.ada/ref_param/pck.ads: New files.
5578 * gdb.ada/ref_param.exp: New testcase.
5579
319e4674
JB
55802008-01-01 Joel Brobecker <brobecker@adacore.com>
5581
5582 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5583 gdb.ada/interface/foo.adb: New files.
5584 * gdb.ada/interface.exp: New testcase.
5585
ef682c56
JB
55862007-12-31 Jim Blandy <jimb@codesourcery.com>
5587
5588 * gdb.base/multi-forks.exp: Consume all output from child
5589 processes before proceeding to next test.
5590
f6f3eb6c
JB
55912007-12-29 Jim Blandy <jimb@codesourcery.com>
5592
5593 * configure: Regenerated.
5594
f652e42f
JB
55952007-12-27 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5598 gdb.ada/fixed_cmp/fixed.adb: New files.
5599 * gdb.ada/fixed_cmp.exp: New testcase.
5600
6943e596
JB
56012007-12-27 Joel Brobecker <brobecker@adacore.com>
5602
5603 * gdb.ada/boolean_expr.exp: New testcase.
5604
aad9a193
JB
56052007-12-26 Jim Blandy <jimb@codesourcery.com>
5606
5607 * gdb.base/multi-forks.exp: Doc fix.
5608
fb5f3683
JB
56092007-12-26 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5612 * gdb.ada/char_param.exp: Do not compile our test program with
5613 -gnata, this is unnecessary.
5614 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5615
384e4a9c
JB
56162007-12-24 Joel Brobecker <brobecker@adacore.com>
5617
5618 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5619 gdb.ada/print_chars/foo.adb: New files.
5620 * gdb.ada/print_chars.exp: New testcase.
5621
01e044f7
JB
56222007-12-24 Joel Brobecker <brobecker@adacore.com>
5623
5624 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5625 gdb.ada/char_param/foo.adb: New files.
5626 * gdb.ada/char_param.exp: New testcase.
5627
0ce17860
JB
56282007-12-22 Jim Blandy <jimb@codesourcery.com>
5629
5630 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5631 hard-coding source line numbers into the test.
5632 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5633 gdb_get_line_number to find.
5634
919809b9
JB
56352007-12-22 Joel Brobecker <brobecker@adacore.com>
5636
5637 * gdb.base/ptype.c (highest): New struct type.
5638 (the_highest): New variable of that type.
5639 (main): Add dummy assignment to a field of variable the_highest.
5640 * gdb.base/ptype.exp: Test type printing of our new variable.
5641
abc8a88d
PM
56422007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5643
5644 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 5645 and record first explicitly generated thread number.
abc8a88d
PM
5646 Use that thread number for thread specific watchpoint test.
5647 Add iteration number to repetitive tests.
5648
5158f3e3
CES
56492007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
5650 Jim Blandy <jimb@codesourcery.com>
5651
5652 * gdb.base/expand-psymtabs.c: New testcase
5653 source file.
5654 * gdb.base/expand-psymtabs.exp: New testcase
5655 expect file.
5656
37e4754d
LM
56572007-12-17 Luis Machado <luisgpm@br.ibm.com>
5658
5659 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
5660 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
5661
551e5d04
JB
56622007-12-17 Joel Brobecker <brobecker@adacore.com>
5663
5664 * gdb.ada/frame_args/foo.adb: New file.
5665 * gdb.ada/frame_args/pck.ads: New file.
5666 * gdb.ada/frame_args/pck.adb: New file.
5667 * gdb.ada/frame_args.exp: New testcase.
5668
a05ee097
JB
56692007-12-17 Joel Brobecker <brobecker@adacore.com>
5670
5671 * gdb.base/frame-args.c: New file.
5672 * gdb.base/frame-args.exp: New testcase.
5673
c162e8c9 56742007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 5675 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
5676
5677 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
5678
afe8ab22 56792007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 5680
afe8ab22
VP
5681 * gdb.mi/mi-pending.exp: New.
5682 * gdb.mi/mi-pending.c: New.
5683 * gdb.mi/mi-pendshr.c: New.
5684
dfdfb3ca
JB
56852007-12-06 Jim Blandy <jimb@codesourcery.com>
5686
5687 * gdb.base/default.exp: Update expected output for 'info catch'.
5688
b7fca990
JK
56892007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
5692 must be set to binary.
5693
6a1afc1e
PA
56942007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
5695
5696 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
5697
a6b151f1
DJ
56982007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
5701 gdb.mi/mi-file-transfer.exp: New.
5702
43039443
JK
57032007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5704
5705 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
5706
0ef2251b
MR
57072007-11-22 Maciej W. Rozycki <macro@mips.com>
5708
5709 * gdb.trace/backtrace.exp: Fix a typo.
5710 * gdb.trace/circ.exp: Likewise.
5711 * gdb.trace/collection.exp: Likewise.
5712 * gdb.trace/limits.exp: Likewise.
5713 * gdb.trace/report.exp: Likewise.
5714 * gdb.trace/tfind.exp: Likewise.
5715 * gdb.trace/while-dyn.exp: Likewise.
5716
5443631e
NR
57172007-11-21 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
5720 objects of pointers that can't be dereferenced are now
5721 "noneditable".
5722
a4ce5b0d
UW
57232007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5724
5725 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5726 (target_cpu): Remove.
5727
d6e956e5
VP
57282007-10-15 Vladimir Prus <vladimir@codesourcery.com>
5729
5730 * gdb.base/ending-run.exp: Expect the list of cleared
5731 breakpoint to come in natural order, not the reversed one.
a9c64011 5732
214270ab
VP
57332007-11-07 Vladimir Prus <vladimir@codesourcery.com>
5734
5735 * gdb.mi/mi-var-child.c (do_child_deletion): New.
5736 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 5737
1a619819
LM
57382007-11-05 Luis Machado <luisgpm@br.ibm.com>
5739
5740 * gdb.base/printcmds.exp: New function
5741 test_printf_with_dfp.
5742
5b01a6fa
DE
57432007-11-02 Doug Evans <dje@google.com>
5744
5745 * gdb.disasm/t01_mov.s: Remove carriage returns.
5746 * gdb.disasm/t02_mova.s: Ditto.
5747 * gdb.disasm/t03_add.s: Ditto.
5748 * gdb.disasm/t04_sub.s: Ditto.
5749 * gdb.disasm/t05_cmp.s: Ditto.
5750 * gdb.disasm/t06_ari2.s: Ditto.
5751 * gdb.disasm/t07_ari3.s: Ditto.
5752 * gdb.disasm/t08_or.s: Ditto.
5753 * gdb.disasm/t09_xor.s: Ditto.
5754 * gdb.disasm/t10_and.s: Ditto.
5755 * gdb.disasm/t11_logs.s: Ditto.
5756 * gdb.disasm/t12_bit.s: Ditto.
5757 * gdb.disasm/t13_otr.s: Ditto.
5758
ec33ab7f
JK
57592007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5760
5761 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
5762
ae0d01ff
UW
57632007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5764
5765 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
5766 provide DFP support.
5767
55eddb0f
DJ
57682007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5769
5770 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
5771 Test "set powerpc vector-abi". Skip auto-detection tests for old
5772 toolchains.
5773
7020f05c
PA
57742007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5775
5776 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
5777 with [string compare].
5778
84bc3db9
PA
57792007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5780
5781 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
5782 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
5783
5876dc88
LM
57842007-10-25 Luis Machado <luisgpm@br.ibm.com>
5785
5786 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
5787 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
5788 * gdb.opt/Makefile.in: New makefile.
5789 * Makefile.in: Create new directory "gdb.opt".
5790 * configure.ac: Add "gdb.opt" directory.
5791 * configure: Regenerated.
a9c64011 5792
c3ea9a14
DE
57932007-10-25 Doug Evans <dje@google.com>
5794
5795 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
5796 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
5797
a9c64011 57982007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
5799 Thiago Jung Bauermann <bauerman@br.ibm.com>
5800
5801 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
5802 Floating Point expressions.
5803 * gdb.base/dfp-test.exp: new file adding tests for Decimal
5804 Floating Point variables.
5805 * gdb.base/dfp-test.c: new file containing program with Decimal
5806 Floating variables, used by gdb.base/dfp-test.exp.
5807
62a24a2b
DJ
58082007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5809
5810 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
5811
e7b1eae6
UW
58122007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5813
5814 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
5815 compiling test case with GCC.
5816 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
5817
c641edcc
UW
58182007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5819
5820 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
5821 format changes.
5822
5e5ebfe6
MS
58232007-10-18 Michael Snyder <msnyder@specifix.com>
5824
5825 * gdb.base/dbx.exp: Add missing "-re " operator.
5826
e831e7b6
GM
58272007-10-16 Gaius Mulley <gaius@glam.ac.uk>
5828
5829 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
5830 * configure.ac: Removed trailing spaces after backslash.
5831 * gdb.modula2: New directory.
5832 * gdb.modula2/Makefile.in: New file.
5833 * gdb.modula2/unbounded-array.exp: New file.
5834 * gdb.modula2/unbounded1.c: New file.
5835
7cc46491
DJ
58362007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5837
5838 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
5839
58402007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
5841
5842 * gdb.base/sigstep.c (main): Add checks for
5843 return values for setitimer call.
5844 Call setitimer again with itimer = ITIMER_REAL
5845 if first call to setitimer fails.
5846
e91528f0
KH
58472007-10-11 Kazu Hirata <kazu@codesourcery.com>
5848
5849 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
5850 of $timeout.
5851
2ec9a4f8
DJ
58522007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5853
5854 * gdb.server/server-run.exp: Test for dynamic linker symbols.
5855
58562007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
5857
5858 * lib/gdb.exp (gdb_run_cmd): Move comment outside
5859 of gdb_expect call, to avoid interruption.
5860
64b2fa04
PA
58612007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
5862
5863 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
5864 (v_unsigned_long_long, v_long_long_array)
5865 (v_signed_long_long_array, v_unsigned_long_long_array)
5866 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
5867 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
5868 [!NO_LONG_LONG]: New.
5869 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
5870 v_long_long_member.
5871
5872 (v_long_long_func, v_signed_long_long_func)
5873 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
5874 (main) [!NO_LONG_LONG]: Initialize long long variants.
5875
5876 * gdb.base/whatis.exp: If board file requests no_long_long, build
5877 test with NO_LONG_LONG defined. Test long long, signed long long,
5878 and unsigned long long variants but only if board file doesn't
5879 disable it.
5880
a912286e 58812007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 5882 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
5883
5884 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
5885 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
5886 * configure: Regenerated.
5887 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
5888 gdb.pascal/types.exp, lib/pascal.exp: New files.
5889
471ba8c9
DJ
58902007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
5891
5892 * gdb.cp/classes.exp (do_tests): Always step to the line after the
5893 call.
5894 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
5895 to return to the call.
5896 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
5897 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
5898 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
5899 * gdb.mi/mi-until.exp (test_until): Likewise.
5900 * gdb.mi/mi2-until.exp (test_until): Likewise.
5901
fef8a650
DJ
59022007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
5903
5904 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
5905 two-char array.
5906 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
5907
d983da9c
DJ
59082007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5909
5910 * gdb.threads/watchthreads.c (thread_function): Sleep between
5911 iterations.
5912 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
5913 at once for S/390. Generate matching fails and passes.
5914
17f62551
VP
59152007-09-27 Vladimir Prus <vladimir@codesourcery.com>
5916
5917 * gdb.mi/var-cmd.c (do_children_tests): Initialize
5918 the 'struct_declarations' variable to zeros.
a9c64011 5919
ed0616c6
VP
59202007-09-24 Vladimir Prus <vladimir@codesourcery.com>
5921
5922 * gdb.cp/mb-ctor.cc: New.
5923 * gdb.cp/mb-ctor.exp: New.
5924 * gdb.cp/mb-templates.cc: New.
5925 * gdb.cp/mb-templates.exp: New.
5926
41f1b697
DJ
59272007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
5928
5929 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
5930
3f213f78
PA
59312007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
5932
5933 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
5934 targets.
5935 * configure: Regenerate.
5936
0d381245 59372007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 5938
0d381245
VP
5939 * gdb.base/annota1.exp: Adjust for 'info break'
5940 format changes.
5941 * gdb.base/annota3.exp: Likewise.
5942 * gdb.base/break.exp: Likewise.
5943 * gdb.base/condbreak.exp: Likewise.
5944 * gdb.base/pending.exp: Likewise.
5945 * gdb.base/sepdebug.exp: Likewise.
5946 * gdb.base/unload.exp: Likewise.
5947 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 5948
fe3f5fa8
VP
59492007-09-22 Vladimir Prus <vladimir@codesourcery.com>
5950
5951 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
5952 messages.
5953 * gdb.base/chng-syms.exp: Likewise.
5954 * gdb.base/unload.exp: Likewise.
a9c64011 5955
a75cf6c0
DJ
59562007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
5957
5958 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
5959
18ecae38
DJ
59602007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5961
5962 * schedlock.c (NUM): Change to 1.
5963 (main): Use args[0] for the main thread.
5964 * schedlock.exp: Only expect two threads. Only issue one pass or fail
5965 regardless of the number of threads.
5966
5509918f
MR
59672007-09-14 Maciej W. Rozycki <macro@mips.com>
5968
4a543daf
MR
5969 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
5970 type down.
5971 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
5972 test.
5973 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
5974 watchpoint type down.
5975 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
5976 test.
5977
59782007-09-14 Maciej W. Rozycki <macro@mips.com>
5979
5509918f
MR
5980 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
5981 Move all the tests here and run them twice, once using software
5982 watchpoints and once using hardware watchpoints.
5983 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
5984
40b53987
DJ
59852007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
5986
5987 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
5988 test.
5989
695e2681
MK
59902007-09-10 Mark Kettenis <kettenis@gnu.org>
5991
8b3fc8d8
MK
5992 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
5993 build-id.
5994
695e2681
MK
5995 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
5996 know about $ORIGIN. Calculate output dir from $dest instead of
5997 using ${objdir}/{$subdir}.
5998
58d69f29
MK
59992007-09-09 Mark Kettenis <kettenis@gnu.org>
6000
6001 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6002 gcore, before continuing with the test.
6003
3e347599
DJ
60042007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6005
6006 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6007 * gdb.mi/mi-watch.exp: Likewise.
6008
ea37ba09
DJ
60092007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6010 Jim Blandy <jimb@codesourcery.com>
6011
6012 * gdb.arch/i386-sse.exp: Do not expect character constants.
6013 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6014 * gdb.base/display.exp: Allow print/s.
6015 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6016 and unsigned char array changes.
6017
2025a643
DJ
60182007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6019
6020 * gdb.base/display.exp: Add tests for printf %p.
6021
26669a27
PA
60222007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6023
6024 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6025 the dll name to unicode.
6026
c8f021f8
JK
60272007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6028
6029 * gdb.base/default.exp (show version): Update the version text.
6030 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6031
4cf31eea
JK
60322007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6033
6034 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6035 New files.
6036
4935890f
JK
60372007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6038
6039 * lib/gdb.exp (build_id_debug_filename_get): New function.
6040 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6041 Remove the generate DEBUG file for the future testcase runs.
6042 New testcase for the NT_GNU_BUILD_ID retrieval.
6043 Move the final testing step to ...
6044 (test_different_dir): ... a new function.
6045 New parameter XFAIL to XFAIL all the tests performed.
6046 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6047 New parameter TYPE to PF_PREFIX all the tests performed.
6048
02142340
VP
60492007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6050
6051 * gdb.mi/mi-var-cp.cc (path_expression): New
6052 function.
6053 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6054
36acd84e
UW
60552007-08-27 Markus Deuling <deuling@de.ibm.com>
6056
6057 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6058 to fit into SPU Local Store memory.
6059
a896d121
JB
60602007-08-23 Joel Brobecker <brobecker@adacore.com>
6061
6062 * gdb.base/default.exp: Adjust the expected output of "info
6063 warranty" after the switch to GPLv3.
6064
7b433602
JB
60652007-08-23 Joel Brobecker <brobecker@adacore.com>
6066
6067 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6068 to 30000 (from 20000).
6069
e22f8b7c
JB
60702007-08-23 Joel Brobecker <brobecker@adacore.com>
6071
6072 Switch the license of all .exp files to GPLv3.
6073 Switch the license of all .f and .f90 files to GPLv3.
6074 Switch the license of all .s and .S files to GPLv3.
6075
5a0e3bd0
JB
60762007-08-23 Joel Brobecker <brobecker@adacore.com>
6077
6078 * configure.ac: Switch license to GPLv3.
6079
cc00619d
JB
60802007-08-23 Joel Brobecker <brobecker@adacore.com>
6081
6082 Switch the licensing to GPLv3 for all .ads and .adb files.
6083
8d26208a
DJ
60842007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6085
6086 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6087 and t_int_double.
6088 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6089
4fcb9948
JB
60902007-08-17 Joel Brobecker <brobecker@adacore.com>
6091
6092 * gdb.base/step-line.c: Switch license to GPL version 3, and
6093 update copyright year.
6094 * gdb.base/step-line.inp: Likewise.
6095
b9c34f67
JB
60962007-08-17 Joel Brobecker <brobecker@adacore.com>
6097
6098 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6099 changes inside gdb1555.c.
6100 * gdb.base/pending.exp: Likewise.
6101
2cc17678
DJ
61022007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6103
6104 * config/default.exp: New file.
6105
e48883f7
DJ
61062007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6107
6108 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6109 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6110
1ab80e5b
MR
61112007-07-30 Maciej W. Rozycki <macro@mips.com>
6112
6113 * gdb.base/dump.exp: Force the correct endianness for binary
6114 formats not carrying this information.
6115
aba471f5
DJ
61162007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6117
6118 * gdb.threads/staticthreads.exp: Match .*sem_post.
6119
d4e07204
DJ
61202007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6121
6122 * gdb.base/readline.exp (operate_and_get_next): Match the final
6123 prompt.
6124
2b97317d
KB
61252007-07-23 Kevin Buettner <kevinb@redhat.com>
6126
6127 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6128 to restarting SID.
6129
44efa07a
KB
61302007-07-18 Kevin Buettner <kevinb@redhat.com>
6131
6132 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6133 prior to `gdb_start'.
6134
7b5ebade
KB
61352007-07-18 Kevin Buettner <kevinb@redhat.com>
6136
6137 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6138 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6139 Remove call to gdb_unload.
6140
255e7678
DJ
61412007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6142 Daniel Jacobowitz <dan@codesourcery.com>
6143
6144 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6145 for __WIN32__.
6146 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6147 * gdb.base/unload.exp: Use shared library test routines.
6148
3a40aaa0
UW
61492007-07-03 Markus Deuling <deuling@de.ibm.com>
6150
6151 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6152 * gdb.base/solib-symbol-lib.c: Likewise.
6153 * gdb.base/solib-symbol-main.c: Likewise.
6154
b0f4b84b
DJ
61552007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6156
6157 * config/gdbserver.exp (gdb_reconnect): New.
6158 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6159 gdb.base/solib-disc.exp: New files.
6160 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6161 remote debugging".
6162 (gdb_compile): Add shlib_load flag.
6163 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6164 port.
6165 (gdbserver_reconnect): New.
6166
1b05479a
DJ
61672007-07-01 Nick Roberts <nickrob@snap.net.nz>
6168 Daniel Jacobowitz <dan@codesourcery.com>
6169
6170 * gdb.base/annota3.exp: Test for if construct.
6171
86f78eb2
DJ
61722007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6173
6174 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6175
6a2eb474 61762007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6177 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6178
6179 * gdb.base/display.exp: Allow a newline after display/i.
6180 * gdb.base/pc-fp.exp: Likewise.
6181 * gdb.base/sigbpt.exp: Likewise.
6182
f8b73d13
DJ
61832007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6184
6185 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6186 required features to be included.
6187
4339e69e
DJ
61882007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6189
6190 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6191 in info threads output.
6192
23d964e7
UW
61932007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6194 Markus Deuling <deuling@de.ibm.com>
6195
6196 * gdb.arch/spu-info.exp: New testcase.
6197 * gdb.arch/spu-info.c: New file.
6198
fd20f75b
DJ
61992007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6200
6201 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6202 tpcs_offset. Restore lr after the call.
6203 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6204
2226f861
DJ
62052007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6206
6207 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6208 (gdbserver_run): Kill any running gdbserver.
6209 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6210
d12371a9
MR
62112007-05-17 Maciej W. Rozycki <macro@mips.com>
6212
6213 * gdb.base/sigbpt.exp: Preset segv_addr.
6214
93f02886
DJ
62152007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6216
6217 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6218 (gdb_compile_shlib): Likewise.
6219 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6220 (default_gdb_init): Clear cleanfiles.
6221 (gdb_finish): Delete recorded cleanfiles.
6222 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6223
6224 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6225 Do not use isnative.
6226 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6227 gdb.base/so-impl-ld.exp: Likewise.
6228 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6229 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6230 gdb_compile.
6231
b04e06d7
VP
62322007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6233
6234 * config/unknown.exp: Remove.
6235
069ed931
UW
62362007-05-15 Markus Deuling <deuling@de.ibm.com>
6237
6238 * gdb.base/info-proc.exp: Check is_remote.
6239
09db0d03
UW
62402007-05-14 Markus Deuling <deuling@de.ibm.com>
6241
6242 * gdb.base/gcore.exp: Initialize variable core_supported.
6243
af2cbe8c
DJ
62442007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6245
6246 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6247
027c0295
DJ
62482007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6249
6250 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6251 * gdb.threads/print-threads.exp (test_all_threads): Allow
6252 negative and hexadecimal thread IDs.
6253
dc5000e7
DJ
62542007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6255
6256 * gdb.java/jprint.java (public): Avoid invalid call to static
6257 method.
6258
2e74ed18
DP
62592007-05-14 Denis Pilat <denis.pilat@st.com>
6260
6261 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6262 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6263 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6264 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6265 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6266
83547f02
UW
62672007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6268
6269 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6270 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6271 this mode.
6272 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6273 * gdb.base/spu.ld: New file.
6274
b18be20d
DJ
62752007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6278
be444858
DJ
62792007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6280
6281 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6282
b1d53152
DJ
62832007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6284
6285 * gdb.java/jmain.exp: Handle demangled names with and without method
6286 signatures.
6287
d084b331
DJ
62882007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6289
6290 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6291 (have_a_very_merry_interrupt): Remove calls to puts.
6292 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6293 inferior output.
6294 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6295 test names.
6296
db9d7fc5
DJ
62972007-04-29 Markus Deuling <deuling@de.ibm.com>
6298 Daniel Jacobowitz <dan@codesourcery.com>
6299
6300 * gdb.base/auxv.exp (core_works): Also check is_remote.
6301 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6302
ef783a7d 63032007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6304
ef783a7d
VP
6305 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6306 message, not the undefined 'module' variable.
6307 * gdb.base/siginfo.exp: Likewise.
6308 * gdb.base/sigstep.exp: Likewise.
6309 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6310 serialport.
6311 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6312
b7b73cae
CV
63132007-04-25 Corinna Vinschen <vinschen@redhat.com>
6314
6315 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6316 target sim fails. Return 0 otherwise.
6317 (gdb_load): Return prematurely if gdb_target_sim fails.
6318
7d90fdfa
DP
63192007-04-16 Denis Pilat <denis.pilat@st.com>
6320
6321 * gdb.base/setshow.exp: Reset height after having set it to 100.
6322
5d3e9c85
DP
63232007-04-16 Denis Pilat <denis.pilat@st.com>
6324
6325 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6326
18e75969
DP
63272007-04-16 Denis Pilat <denis.pilat@st.com>
6328
6329 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6330
25d5ea92
VP
63312007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6332
6333 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6334 tests. Run the frozen varobjs test.
6335 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 6336 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 6337
0b49cb80
JK
63382007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6339
6340 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6341 gdb.base/type-opaque.exp: New files.
6342
a73bafbc 63432007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
6344
6345 * gdb.mi/mi-var-child.c
a73bafbc
VP
6346 (do_children_tests): User char[2] instead of
6347 char so that automatic printing of pointers to char
6348 don't give unpredicable result.
6349 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6350 local variables.
6351 * gdb.mi/mi-var-child.exp: Step to right line
6352 of do_children_tests.
6353 * gdb.mi/mi2-var-child.exp: Likewise.
6354 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 6355 do_locals_tests.
a73bafbc
VP
6356 (do_children_tests): User char[2] instead of
6357 char so that automatic printing of pointers to char
a9c64011 6358 don't give unpredicable result.
a73bafbc 6359 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6360 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
6361 Pass test name to mi_wait_for_stop.
6362
7ce59000
DJ
63632007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6364
6365 * gdb.asm/asm-source.exp: Remove d10v case.
6366 * lib/gdb.exp (skip_cplus_tests): Likewise.
6367 * gdb.asm/d10v.inc: Deleted.
6368
20389057
DJ
63692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6370
6371 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6372
8807d78b
DJ
63732007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6374
6375 * config/netware.exp: Delete file.
6376
aa3edb8e
JB
63772007-03-29 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.dwarf2/dw2-noloc.S: New file.
6380 * gdb.dwarf2/dw2-noloc.exp: New file.
6381
297561ac
PA
63822007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6383
6384 * gdb.cp/method2.cc: New test.
6385 * gdb.cp/method2.exp: New test.
6386 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6387
1f81bd39
DJ
63882007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6389
6390 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6391
9453113a
DJ
63922007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6393
6394 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6395
b741e217
DJ
63962007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6397
6398 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6399 (gdb_load): Delete, replace with...
6400 (gdb_reload): ...this.
6401 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6402 * gdb.server/server-mon.exp: Likewise.
6403 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6404 (gdb_start_cmd): New.
6405 (gdb_file_cmd): Save the last loaded file.
6406 (gdb_reload): New.
6407 (gdb_gnu_strip_debug): Use transform.
6408 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6409 support here. Use new $last_loaded_file. Check mtime.
6410 (gdb_target_cmd): Handle ObjC failure case.
6411 (infer_host_exec): Delete.
6412 (gdbserver_load): Rename to...
6413 (gdbserver_run): ...this. Simplify.
6414 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6415 (mi_gdb_load): Move most contents to a new function...
6416 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6417 (mi_run_cmd): Use mi_gdb_target_load.
6418 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6419 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6420 Use gdb_run_cmd.
6421 * gdb.base/charsign.exp: Remove incorrect comment.
6422 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6423 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6424 gdb.base/start.exp: Use gdb_start_cmd.
6425
446ab585 64262007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 6427 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
6428
6429 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6430 * gdb.base/signull.exp: Similarly.
6431
bbb88ebf
UW
64322007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6433
6434 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6435 messages available to test cases (like chng-sym.exp).
6436
cb8c4a99
AS
64372007-03-14 Andreas Schwab <schwab@suse.de>
6438
6439 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6440 format changes.
6441
4e463ff5
DJ
64422007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6443
6444 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6445 (optimized_1): New.
6446 (main): Call optimized_1.
6447 (gdb2029): Correct typos. Call gdb2029_marker.
6448 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6449 for gdb2029.
6450
b6db2c47
MK
64512007-03-12 Mark Kettenis <kettenis@gnu.org>
6452
6453 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6454 as tabs. Remove redundant test pattern.
6455
70ed3737
UW
64562007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6457
6458 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6459 for /a format output.
6460
47b67b60
DJ
64612007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6464 collect output incrementally.
6465
b8953b0e
UW
64662007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6467
6468 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6469 for -var-create lpcharacter test.
6470 * gdb.mi/mi2-var-cmd.exp: Likewise.
6471
7acd5c40
UW
64722007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6473
6474 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6475 pass on targets where address zero is readable.
6476
9c6759c1
UW
64772007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6478
6479 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6480 just a single architecture.
6481
a2f1aeb4
UW
64822007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6483
6484 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6485 (fetch_all_registers): New function, uses gdb_test_multiple and
6486 exp_continue to fetch inferior output line-by-line.
6487 Replace all uses of do_get_all_registers by fetch_all_registers.
6488
46579ac2
UW
64892007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6490
6491 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6492 in target_info.
6493
fc133f24
MS
64942007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6495
a9c64011 6496 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
6497 consistancy; add a default (timeout) case.
6498
7646a51d
MS
64992007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6500
6501 * gdb.base/watchpoint.exp: Fix truncated comment.
6502
dcfff61f
MS
65032007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6504
6505 * Makefile.in: Remove spurious single-quotes from sed command.
6506
664e3ee9
DJ
65072007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6508
6509 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6510 func.
6511 * gdb.mi/mi2-var-cmd.exp: Likewise.
6512
d7cc6f2f
JB
65132007-02-27 Joel Brobecker <brobecker@adacore.com>
6514
a9c64011
AS
6515 * gdb.dwarf2/dw2-producer.S: New file.
6516 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
6517
65182007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
6519
6520 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6521 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6522 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6523 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6524 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6525 Revert tests to use mi_gdb_test and include value field in output
6526 of -var-create.
6527
93d42b30
DJ
65282007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6529
6530 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6531
c499ed39
DJ
65322007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6533
6534 * gdb.base/maint.exp: Remove full paths from test names.
6535 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6536 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6537
9836f81b
JB
65382007-02-27 Joel Brobecker <brobecker@adacore.com>
6539
6540 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6541
c74d0ad8
DJ
65422007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6543
6544 * gdb.server/server-mon.exp: New test.
6545
2711e456
DJ
65462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6547
6548 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6549
ff6f572f
DJ
65502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6551
6552 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6553 register capitalization.
6554
fada3feb
DP
65552007-02-13 Denis Pilat <denis.pilat@st.com>
6556
6557 * gdb.mi/mi-var-invalidate.exp: New file.
6558
fb1e4ffc
DJ
65592007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6560
6561 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6562
3da939d7
DJ
65632007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6564
6565 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6566
123dc839
DJ
65672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6570 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6571
877e3645 65722007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
6573
6574 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6575 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6576 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6577 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6578 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 6579 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 6580 Update tests to include value field in output of -var-create.
a9c64011 6581
3c0a2960
AS
65822007-02-08 Andreas Schwab <schwab@suse.de>
6583
6584 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6585
108546a0
DJ
65862007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6587
6588 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6589 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6590
d701dcab
DP
65912007-02-02 Denis Pilat <denis.pilat@st.com>
6592
6593 * gdb.threads/threadapply.exp: check that frame is not changed by
6594 the thread apply all command.
6595
783e3e2f
AS
65962007-01-31 Andreas Schwab <schwab@suse.de>
6597
6d9c3a87
AS
6598 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6599
3c50d7b9
AS
6600 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6601 in the dwarf sections.
6602 * gdb.dwarf2/mac-fileno.S: Likewise.
6603
783e3e2f
AS
6604 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6605 bspstore register on ia64.
6606
78ff580e
AS
66072007-01-29 Andreas Schwab <schwab@suse.de>
6608
cc8e9b12
AS
6609 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6610 "frame-begin" annotation.
6611
78ff580e
AS
6612 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6613 number of "frames-invalid" annotations.
6614
704a4f78
DJ
66152007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6616
6617 * gdb.base/commands.exp: Call if_commands_test.
6618 (gdb_test_no_prompt, if_commands_test): New.
6619
e741bf94
MK
66202007-01-28 Mark Kettenis <kettenis@gnu.org>
6621
6622 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6623
474d0ad3
AS
66242007-01-27 Andreas Schwab <schwab@suse.de>
6625
6626 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6627 .short/.int/.quad in the dwarf sections.
6628 * gdb.dwarf2/dw2-intercu.S: Likewise.
6629 * gdb.dwarf2/dw2-intermix.S: Likewise.
6630
e784b426
JK
66312007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6632
6633 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
6634 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6635 array.
e784b426
JK
6636 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6637 * gdb.base/setvar.exp: Likewise.
6638
37f08e04
AS
66392007-01-26 Andreas Schwab <schwab@suse.de>
6640
9a01813a
AS
6641 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6642 test.
6643
37f08e04
AS
6644 * gdb.base/multi-forks.exp ("restart $i"): Also match
6645 __kernel_syscall_via_break.
6646
6e2a9270
VP
66472007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6648
6649 * lib/mi-support.exp (mi_delete_varobj): New.
6650 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
6651 testcase.
6652 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
6653 (main): Call the above.
6654 (reference_update_test, base_in_reference_test)
6655 (reference_to_pointer): Delete the created varobjs.
a9c64011 6656
e515b470
DJ
66572007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
6658
6659 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
6660 * configure: Regenerated.
6661 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
6662 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
6663 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
6664 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
6665 * lib/gdb.exp (gdb_skip_xml_test): New function.
6666
08d8bcd7
DJ
66672007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
6668
6669 * gdb.base/sigrepeat.exp: Correct error message.
6670
66712007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
6672 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
6675 gdb.arch/i386-gnu-cfi-asm.S: New files.
6676
97c3f1f3
JK
66772007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 * lib/gdb.exp: Abort on missing `site.exp'.
6680
cb1df416
DJ
66812007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6682 Daniel Jacobowitz <dan@codesourcery.com>
6683
6684 * gdb.base/included.c, gdb.base/included.exp,
6685 gdb.base/included.h: New files.
6686
35990120
DJ
66872007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6688
6689 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
6690 (maximize_rlimit): Reduce limits on 64-bit systems.
6691
6e81a116 66922007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
6693
6694 From Marcus Deuling <deuling@de.ibm.com>:
6695 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
6696 every case.
6697
6c3c41f3
NR
66982007-01-13 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
6701 (test_path_specification): Use objdir instead of srcdir to always
6702 get an absolute filename.
6703
2f12c312
DJ
67042007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
6705
6706 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
6707
81121995
VP
67082007-01-11 Vladimir Prus <vladimir@codesourcery.com>
6709
6710 * gdb.mi/mi-var-cp.cc (reference_update_tests):
6711 Make sure the variable we're using is in scope.
6712 (reference_to_pointer): Likewise.
6713
4741b737
DJ
67142007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6715
6716 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
6717 has no debug information.
6718
054410c3
DJ
67192007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6720
6721 * gdb.base/annota1.exp: Remove extra send_gdb.
6722
818f79f6
DJ
67232007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6724
6725 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
6726
f7a6bb70
DJ
67272007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6728
6729 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
6730
57e66780
DJ
67312007-01-08 Nick Roberts <nickrob@snap.net.nz>
6732 Daniel Jacobowitz <dan@codesourcery.com>
6733
6734 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
6735 lcharacter or linteger change. Correct duplicated test name.
6736 * gdb.mi/mi2-var-cmd.exp: Likewise.
6737
3d799a95
DJ
67382007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6739
6740 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
6741
67422007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 6743
a9c64011
AS
6744 * gdb.base/nofield.c: New file.
6745 * gdb.base/nofield.exp: New testcase.
51679ba9 6746
eafb94e8
NR
67472007-01-05 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
6750
6751 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
6752 test.
6753
5e572bb4
DJ
67542007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6755
6756 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
6757
74a44383
DJ
67582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6759
6760 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
6761 when continuing.
6762
1b572db9
DJ
67632007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6764
6765 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
6766 Expect ".exe" extension.
6767
381bc39b
DJ
67682007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6769
6770 * gdb.base/charset.exp: Add explicit filename to break.
6771 * gdb.base/dbx.exp: Add explicit filename to breaks.
6772
2b70e4c6
DJ
67732007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6774
6775 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
6776 * gdb.mi/mi2-file.exp: Likewise.
6777
303b6f5d
DJ
67782007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6779
6780 Implement specification of MI tests as comments
6781 in C and C++ sources.
6782 * lib/mi-support.exp (mi_autotest_data): New variable.
6783 (mi_autotest_source): New variable.
6784 (count_newlines, mi_prepare_inline_tests)
6785 (mi_get_inline_test, mi_continue_to_line)
6786 (mi_run_inline_test, mi_tbreak)
6787 (mi_send_resuming_command, mi_wait_for_stop): New functions.
6788 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
6789 Run inline tests.
6790 * gdb.mi/mi-var-cp.cc: Define tests here.
6791
23da0d94
VP
67922007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6793
6794 Simplify usage of mi_continue_to.
6795 * lib/mi-support.exp (mi_runto_helper): Renamed
6796 from mi_runto, added new parameter 'run_or_continue'.
6797 (mi_runto): Use mi_runto_helper.
6798 (mi_continue_to): Accept just function name as parameter.
6799 Use mi_runto_helper.
6800 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
6801 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6802
f9e18282
JB
68032006-01-04 Joel Brobecker <brobecker@adacore.com>
6804
6805 Make this testcase a bit more realistic. The current code
6806 is too simplistic, and allows the compiler to optimize out
6807 some of the entities we need for this testcase.
6808 * gdb.ada/null_record/bar.ads (Void_Star): New type.
6809 (Do_Nothing): Add extra parameter.
6810 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
6811 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
6812 by using a variable of type Void_Star.
6813
fd678c65
JB
68142006-01-04 Joel Brobecker <brobecker@adacore.com>
6815
6816 * gdb.ada/catch_ex/foo.adb: New file.
6817 * gdb.ada/catch_ex.exp: New testcase.
6818
05cfdb42
DJ
68192007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
6820
6821 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
6822 pass --image-base to linker.
6823
2e03ee74
DJ
68242007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6825 Daniel Jacobowitz <dan@codesourcery.com>
6826
6827 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
6828 secondary prompts.
6829
0d5de010
DJ
68302007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6831
6832 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
6833 output. Test the types of members and member pointers.
6834 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
6835 gdb/2092.
6836 * gdb.cp/member-ptr.exp: Search for a comment instead of a
6837 statement. Enable for GCC. Update expected output for some tests
6838 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
6839 layout.
6840 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
6841 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
6842 (Diamond::vget_base): New.
6843 (main): Add new tests.
6844 * gdb.cp/printmethod.exp: Update expected output for member functions.
6845 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
6846 print pEe->D::vg().
6847
61a771aa
DJ
68482007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6849
6850 * gdb.threads/tls.exp: Allow stops in sem_post.
6851
2fa63963
DJ
68522006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
6853
6854 * gdb.base/annota1.exp: Allow .*printf in backtraces.
6855 * gdb.base/annota3.exp: Likewise.
6856 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
6857 again (instead of timing out).
6858 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
6859 GCC bug 26475.
6860 * gdb.java/jmisc.exp: Adjust to work with method signatures including
6861 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
6862 test from jmisc1.exp.
6863 * gdb.java/jmisc1.exp: Delete.
6864 * gdb.java/jprint.exp: Adjust to work with method signatures including
6865 return types.
6866 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
6867 * gdb.threads/linux-dp.exp: Don't be confused by program output.
6868 * lib/java.exp (compile_java_from_source): Pass the correct type
6869 to target_compile.
6870
5eefc2b7
JB
68712006-12-31 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
6874 (stack_align_edx): New function.
6875 (stack_align_eax): New function.
6876 (main): Add calls to stack_align_edx and stack_align_eax.
6877 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
6878 Add testing for the cases where the register used during a stack
6879 realignment is edx. Same for eax.
6880
227c54da
DJ
68812006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
6882
6883 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
6884 and generic PE targets.
6885
cab8ac94
JB
68862006-12-29 Joel Brobecker <brobecker@adacore.com>
6887
6888 * gdb.ada/array_return.exp: Update copyright date list.
6889
ba54f318
JB
68902006-12-27 Joel Brobecker <brobecker@adacore.com>
6891
6892 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
6893 (Create_Small_Float_Vector): New function.
6894 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
6895 function body.
6896 * gdb.ada/array_return/p.adb: Use new type and function from
6897 package Pck.
6898 * gdb.ada/array_return.exp: Add a test verifying that GDB is
6899 able to print the value returned by a function returning an
6900 array of float.
6901
6b7a35dd
JB
69022006-12-20 Joel Brobecker <brobecker@adacore.com>
6903
6904 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
6905 The associated tests should be PASSing.
6906
038224f6
VP
69072006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6908
6909 Test for base in references.
6910 * gdb.mi/mi-var-cp.cc: Add test code.
6911 * gdb.mi/mi-var-cp.exp: Test for bases in references.
6912 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
6913 * gdb.mi/mi2-watch.exp: Likewise.
6914 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
6915 (mi_list_varobj_children): New function.
6916
b26ed50d
VP
69172006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6918
6919 * lib/mi-support.exp
6920 (mi_runto): Accept "()" after function name.
6921 (mi_create_varobj): New function.
6922 (mi_varobj_update): New function.
6923 (mi_Check_varobj_value): New function.
6924 * gdb.mi/mi-var-cp.exp: New file.
6925 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 6926
08232497
DJ
69272006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
6928
6929 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
6930 gdb.base/weaklib2.c: New files.
6931
d394c993 69322006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 6933
ac6c2fba
NS
6934 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
6935 info. Adjust test names.
6936
8ec659a0 6937 * gdb.base/break.c (main): Move position of malloc.
d394c993 6938 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 6939
acd65feb
VP
69402006-11-28 Vladimir Prus <vladimir@codesourcery.com>
6941
6942 * gdb.mi/mi-var-cmd.exp: Check -var-update after
6943 assignement of arrays and function pointers.
6944 * gdb.mi/var-cmd.c: Add declaration necessary for above
6945 tests.
6946
f556d5e5
NS
69472006-11-27 Nathan Sidwell <nathan@codesourcery.com>
6948
6949 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
6950
6951 * gdb.threads/linux-dp.exp: Read thread table before and after
6952 creating each philosopher and verify it.
6953
697bc68d
NS
69542006-11-27 Nathan Sidwell <nathan@codesourcery.com>
6955 Paul Brook <paul@codesourcery.com>
6956 Daniel Jacobowitz <dan@codesourcery.com>
6957
6958 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 6959 main to remove duplication. Add start function of the form
697bc68d
NS
6960 '_*start[1-9]*'. Add RVDS start function.
6961
29d73ae4
DJ
69622006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
6965
c1d88655
UW
69662006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6967
6968 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
6969 * gdb.asm/spu.inc: New file.
6970 * gdb.base/term.exp: Disable if [target_info exists noargs].
6971 * gdb.gdb/complaints.exp: Disable if ![isnative].
6972 * gdb.gdb/selftest.exp: Likewise.
6973 * gdb.gdb/observer.exp: Likewise.
6974 * gdb.gdb/xfullpath.exp: Likewise.
6975 * gdb.base/attach.exp: Disable on SPU target.
6976 * gdb.cp/bs145503.exp: Likewise.
6977 * gdb.cp/exception.exp: Likewise.
6978 * gdb.cp/userdef.exp: Likewise.
6979
32a13b1a
DJ
69802006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
6981
6982 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
6983
d8295fe9
VP
69842006-11-10 Vladimir Prus <vladimir@codesourcery.com>
6985
6986 * gdb.base/completion.exp: Fix completion tests for
6987 'info' and 'info '.
6988 * gdb.base/help.exp (help_test_raw, test_class_help)
6989 (test_prefix_command_help): Move...
6990 * lib/gdb.exp: Here.
6991 * gdb.base/main.exp: Adjust.
6992 * gdb.cp/maint.exp: Adjust.
6993 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 6994
8c394015
VP
69952006-11-09 Vladimir Prus <vladimir@codesourcery.com>
6996
6997 * gdb.stabs/weird.exp (print_weird_var): Use
6998 gdb_test_multiple instead of gdb_expect.
6999
027fc1bc
VP
70002006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7001
7002 * gdb.base/help.exp (help_test_raw): New.
7003 (test_class_help): New.
7004 (test_prefix_command_help): New.
7005 Adjust testcases.
7006
67609209
FR
70072006-11-09 Christophe Lyon <christophe.lyon@st.com>
7008
7009 * gdb.base/constvars.c (main): Write to crass and crips, so that
7010 they are allocated by the compiler.
7011
f73adfeb
AS
70122006-10-27 Andreas Schwab <schwab@suse.de>
7013
7014 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7015 "detach-fork".
7016
2f83a18e
DJ
70172006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7018
7019 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7020 of patterns.
7021
94277a38
DJ
70222006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7023
7024 * gdb.base/sepdebug.exp: Remove debug format test.
7025 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7026 Handle no-symtab.
7027 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7028
5bd2f6e2
DJ
70292006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7030
7031 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7032 int to pointer or pointer to int.
7033 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7034
8c008720
DJ
70352006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7038
9e35dae4
DJ
70392006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7042
d9639e13
DJ
70432006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7044
7045 PR c++/2116
7046 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7047
390a1bd0
JB
70482006-10-06 Joel Brobecker <brobecker@adacore.com>
7049
7050 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7051 the corresponding bug has been fixed in GDB (PR/2018).
7052
dd920c33
JB
70532006-10-06 Joel Brobecker <brobecker@adacore.com>
7054
7055 * gdb.base/subst.exp: New testcase.
7056
53bbefe9
JB
70572006-10-06 Joel Brobecker <brobecker@adacore.com>
7058
7059 * gdb.ada/array_return/pck.ads: Add copyright notice.
7060 * gdb.ada/array_return/pck.adb: Likewise.
7061 * gdb.ada/array_return/p.adb: Likewise.
7062 * gdb.ada/exec_changed/first.adb: Likewise.
7063 * gdb.ada/exec_changed/second.adb: Likewise.
7064
09851417
JB
70652006-10-06 Joel Brobecker <brobecker@adacore.com>
7066
7067 * gdb.ada/watch_arg/watch.adb: New file.
7068 * gdb.ada/watch_arg.exp: New testcase.
7069
041bf30d
VP
70702006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7071
7072 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7073 via string_to_regexp.
041bf30d 7074 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7075
f286fbdd 70762006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7077
7078 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7079 Remove unused / obsolete files.
7080
7c07f349
NR
70812006-09-19 Nick Roberts <nickrob@snap.net.nz>
7082
7083 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7084
cd5ff84a
VP
70852006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7086
7087 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7088 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7089 the number of frames.
cd5ff84a 7090
ae018d1a
DJ
70912006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7092
7093 * gdb.base/args.c (main): Add breakpoint marker.
7094 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7095 really test empty arguments.
7096 (args_load): Delete.
7097 (args_test): New.
7098
b399c549
NR
70992006-09-13 Nick Roberts <nickrob@snap.net.nz>
7100
7101 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7102 check for one file.
7103
2ab1eb7a
VP
71042006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7105
7106 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7107 HIGH_FRAME argument to -stack-list-locals can be larger than
7108 the number of frames.
a9c64011 7109
476308bf
FF
71102006-08-18 Fred Fish <fnf@specifix.com>
7111
7112 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7113 '$' in front of skip_vmx_tests_saved when setting that.
7114
8625200f
AS
71152006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7116
7117 * gdb.base/trace-commands.exp: New file.
7118
089ec8f1
DJ
71192006-08-10 Joel Brobecker <brobecker@adacore.com>
7120 Daniel Jacobowitz <dan@codesourcery.com>
7121
7122 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7123 expected output of the backtrace commands.
7124
b60f0898
JB
71252006-08-09 Joel Brobecker <brobecker@adacore.com>
7126
7127 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7128 untested followed by return combination.
7129 * gdb.arch/altivec-regs.exp: Likewise.
7130 * gdb.arch/e500-abi.exp: Likewise.
7131 * gdb.arch/e500-regs.exp: Likewise.
7132 * gdb.arch/gdb1291.exp: Likewise.
7133 * gdb.arch/gdb1431.exp: Likewise.
7134 * gdb.arch/gdb1558.exp: Likewise.
7135 * gdb.arch/i386-prologue.exp: Likewise.
7136 * gdb.arch/i386-unwind.exp: Likewise.
7137 * gdb.asm/asm-source.exp: Likewise.
7138 * gdb.base/a2-run.exp: Likewise.
7139 * gdb.base/advance.exp: Likewise.
7140 * gdb.base/all-bin.exp: Likewise.
7141 * gdb.base/annota1.exp: Likewise.
7142 * gdb.base/annota3.exp: Likewise.
7143 * gdb.base/args.exp: Likewise.
7144 * gdb.base/arithmet.exp: Likewise.
7145 * gdb.base/assign.exp: Likewise.
7146 * gdb.base/async.exp: Likewise.
7147 * gdb.base/attach.exp: Likewise.
7148 * gdb.base/bang.exp: Likewise.
7149 * gdb.base/bigcore.exp: Likewise.
7150 * gdb.base/bitfields.exp: Likewise.
7151 * gdb.base/bitfields2.exp: Likewise.
7152 * gdb.base/break.exp: Likewise.
7153 * gdb.base/call-sc.exp: Likewise.
7154 * gdb.base/call-strs.exp: Likewise.
7155 * gdb.base/callfuncs.exp: Likewise.
7156 * gdb.base/checkpoint.exp: Likewise.
7157 * gdb.base/chng-syms.exp: Likewise.
7158 * gdb.base/code-expr.exp: Likewise.
7159 * gdb.base/commands.exp: Likewise.
7160 * gdb.base/completion.exp: Likewise.
7161 * gdb.base/cond-expr.exp: Likewise.
7162 * gdb.base/condbreak.exp: Likewise.
7163 * gdb.base/consecutive.exp: Likewise.
7164 * gdb.base/constvars.exp: Likewise.
7165 * gdb.base/corefile.exp: Likewise.
7166 * gdb.base/cvexpr.exp: Likewise.
7167 * gdb.base/dbx.exp: Likewise.
7168 * gdb.base/define.exp: Likewise.
7169 * gdb.base/detach.exp: Likewise.
7170 * gdb.base/display.exp: Likewise.
7171 * gdb.base/dump.exp: Likewise.
7172 * gdb.base/ena-dis-br.exp: Likewise.
7173 * gdb.base/ending-run.exp: Likewise.
7174 * gdb.base/environ.exp: Likewise.
7175 * gdb.base/eval-skip.exp: Likewise.
7176 * gdb.base/exprs.exp: Likewise.
7177 * gdb.base/fileio.exp: Likewise.
7178 * gdb.base/finish.exp: Likewise.
7179 * gdb.base/float.exp: Likewise.
7180 * gdb.base/foll-exec.exp: Likewise.
7181 * gdb.base/foll-fork.exp: Likewise.
7182 * gdb.base/foll-vfork.exp: Likewise.
7183 * gdb.base/freebpcmd.exp: Likewise.
7184 * gdb.base/funcargs.exp: Likewise.
7185 * gdb.base/gcore.exp: Likewise.
7186 * gdb.base/gdb1090.exp: Likewise.
7187 * gdb.base/gdb1250.exp: Likewise.
7188 * gdb.base/huge.exp: Likewise.
7189 * gdb.base/info-proc.exp: Likewise.
7190 * gdb.base/interrupt.exp: Likewise.
7191 * gdb.base/jump.exp: Likewise.
7192 * gdb.base/langs.exp: Likewise.
7193 * gdb.base/lineinc.exp: Likewise.
7194 * gdb.base/list.exp: Likewise.
7195 * gdb.base/logical.exp: Likewise.
7196 * gdb.base/long_long.exp: Likewise.
7197 * gdb.base/macscp.exp: Likewise.
7198 * gdb.base/maint.exp: Likewise.
7199 * gdb.base/mips_pro.exp: Likewise.
7200 * gdb.base/miscexprs.exp: Likewise.
7201 * gdb.base/multi-forks.exp: Likewise.
7202 * gdb.base/opaque.exp: Likewise.
7203 * gdb.base/overlays.exp: Likewise.
7204 * gdb.base/pc-fp.exp: Likewise.
7205 * gdb.base/pointers.exp: Likewise.
7206 * gdb.base/printcmds.exp: Likewise.
7207 * gdb.base/psymtab.exp: Likewise.
7208 * gdb.base/ptype.exp: Likewise.
7209 * gdb.base/recurse.exp: Likewise.
7210 * gdb.base/relational.exp: Likewise.
7211 * gdb.base/relocate.exp: Likewise.
7212 * gdb.base/remote.exp: Likewise.
7213 * gdb.base/reread.exp: Likewise.
7214 * gdb.base/restore.exp: Likewise.
7215 * gdb.base/return.exp: Likewise.
7216 * gdb.base/return2.exp: Likewise.
7217 * gdb.base/scope.exp: Likewise.
7218 * gdb.base/sect-cmd.exp: Likewise.
7219 * gdb.base/sep.exp: Likewise.
7220 * gdb.base/sepdebug.exp: Likewise.
7221 * gdb.base/setshow.exp: Likewise.
7222 * gdb.base/setvar.exp: Likewise.
7223 * gdb.base/sigall.exp: Likewise.
7224 * gdb.base/sigbpt.exp: Likewise.
7225 * gdb.base/signals.exp: Likewise.
7226 * gdb.base/signull.exp: Likewise.
7227 * gdb.base/sizeof.exp: Likewise.
7228 * gdb.base/solib.exp: Likewise.
7229 * gdb.base/step-line.exp: Likewise.
7230 * gdb.base/step-test.exp: Likewise.
7231 * gdb.base/structs.exp: Likewise.
7232 * gdb.base/structs2.exp: Likewise.
7233 * gdb.base/term.exp: Likewise.
7234 * gdb.base/twice.exp: Likewise.
7235 * gdb.base/until.exp: Likewise.
7236 * gdb.base/varargs.exp: Likewise.
7237 * gdb.base/volatile.exp: Likewise.
7238 * gdb.base/watchpoint.exp: Likewise.
7239 * gdb.base/whatis-exp.exp: Likewise.
7240 * gdb.base/whatis.exp: Likewise.
7241 * gdb.cp/ambiguous.exp: Likewise.
7242 * gdb.cp/annota2.exp: Likewise.
7243 * gdb.cp/annota3.exp: Likewise.
7244 * gdb.cp/bool.exp: Likewise.
7245 * gdb.cp/breakpoint.exp: Likewise.
7246 * gdb.cp/casts.exp: Likewise.
7247 * gdb.cp/class2.exp: Likewise.
7248 * gdb.cp/classes.exp: Likewise.
7249 * gdb.cp/cplusfuncs.exp: Likewise.
7250 * gdb.cp/ctti.exp: Likewise.
7251 * gdb.cp/derivation.exp: Likewise.
7252 * gdb.cp/exception.exp: Likewise.
7253 * gdb.cp/gdb1355.exp: Likewise.
7254 * gdb.cp/hang.exp: Likewise.
7255 * gdb.cp/inherit.exp: Likewise.
7256 * gdb.cp/local.exp: Likewise.
7257 * gdb.cp/m-data.exp: Likewise.
7258 * gdb.cp/m-static.exp: Likewise.
7259 * gdb.cp/member-ptr.exp: Likewise.
7260 * gdb.cp/method.exp: Likewise.
7261 * gdb.cp/misc.exp: Likewise.
7262 * gdb.cp/namespace.exp: Likewise.
7263 * gdb.cp/overload.exp: Likewise.
7264 * gdb.cp/ovldbreak.exp: Likewise.
7265 * gdb.cp/pr-1023.exp: Likewise.
7266 * gdb.cp/pr-1210.exp: Likewise.
7267 * gdb.cp/pr-574.exp: Likewise.
7268 * gdb.cp/printmethod.exp: Likewise.
7269 * gdb.cp/psmang.exp: Likewise.
7270 * gdb.cp/ref-params.exp: Likewise.
7271 * gdb.cp/ref-types.exp: Likewise.
7272 * gdb.cp/rtti.exp: Likewise.
7273 * gdb.cp/templates.exp: Likewise.
7274 * gdb.cp/try_catch.exp: Likewise.
7275 * gdb.cp/userdef.exp: Likewise.
7276 * gdb.cp/virtfunc.exp: Likewise.
7277 * gdb.disasm/am33.exp: Likewise.
7278 * gdb.disasm/h8300s.exp: Likewise.
7279 * gdb.disasm/mn10300.exp: Likewise.
7280 * gdb.disasm/sh3.exp: Likewise.
7281 * gdb.disasm/t01_mov.exp: Likewise.
7282 * gdb.disasm/t02_mova.exp: Likewise.
7283 * gdb.disasm/t03_add.exp: Likewise.
7284 * gdb.disasm/t04_sub.exp: Likewise.
7285 * gdb.disasm/t05_cmp.exp: Likewise.
7286 * gdb.disasm/t06_ari2.exp: Likewise.
7287 * gdb.disasm/t07_ari3.exp: Likewise.
7288 * gdb.disasm/t08_or.exp: Likewise.
7289 * gdb.disasm/t09_xor.exp: Likewise.
7290 * gdb.disasm/t10_and.exp: Likewise.
7291 * gdb.disasm/t11_logs.exp: Likewise.
7292 * gdb.disasm/t12_bit.exp: Likewise.
7293 * gdb.disasm/t13_otr.exp: Likewise.
7294 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7295 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7296 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7297 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7298 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7299 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7300 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7301 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7302 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7303 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7304 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7305 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7306 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7307 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7308 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7309 * gdb.mi/gdb701.exp: Likewise.
7310 * gdb.mi/gdb792.exp: Likewise.
7311 * gdb.mi/mi-basics.exp: Likewise.
7312 * gdb.mi/mi-break.exp: Likewise.
7313 * gdb.mi/mi-cli.exp: Likewise.
7314 * gdb.mi/mi-console.exp: Likewise.
7315 * gdb.mi/mi-disassemble.exp: Likewise.
7316 * gdb.mi/mi-eval.exp: Likewise.
7317 * gdb.mi/mi-file.exp: Likewise.
7318 * gdb.mi/mi-read-memory.exp: Likewise.
7319 * gdb.mi/mi-regs.exp: Likewise.
7320 * gdb.mi/mi-return.exp: Likewise.
7321 * gdb.mi/mi-simplerun.exp: Likewise.
7322 * gdb.mi/mi-stack.exp: Likewise.
7323 * gdb.mi/mi-stepi.exp: Likewise.
7324 * gdb.mi/mi-syn-frame.exp: Likewise.
7325 * gdb.mi/mi-until.exp: Likewise.
7326 * gdb.mi/mi-var-block.exp: Likewise.
7327 * gdb.mi/mi-var-child.exp: Likewise.
7328 * gdb.mi/mi-var-cmd.exp: Likewise.
7329 * gdb.mi/mi-var-display.exp: Likewise.
7330 * gdb.mi/mi-watch.exp: Likewise.
7331 * gdb.mi/mi2-basics.exp: Likewise.
7332 * gdb.mi/mi2-break.exp: Likewise.
7333 * gdb.mi/mi2-cli.exp: Likewise.
7334 * gdb.mi/mi2-console.exp: Likewise.
7335 * gdb.mi/mi2-disassemble.exp: Likewise.
7336 * gdb.mi/mi2-eval.exp: Likewise.
7337 * gdb.mi/mi2-file.exp: Likewise.
7338 * gdb.mi/mi2-read-memory.exp: Likewise.
7339 * gdb.mi/mi2-regs.exp: Likewise.
7340 * gdb.mi/mi2-return.exp: Likewise.
7341 * gdb.mi/mi2-simplerun.exp: Likewise.
7342 * gdb.mi/mi2-stack.exp: Likewise.
7343 * gdb.mi/mi2-stepi.exp: Likewise.
7344 * gdb.mi/mi2-syn-frame.exp: Likewise.
7345 * gdb.mi/mi2-until.exp: Likewise.
7346 * gdb.mi/mi2-var-block.exp: Likewise.
7347 * gdb.mi/mi2-var-child.exp: Likewise.
7348 * gdb.mi/mi2-var-cmd.exp: Likewise.
7349 * gdb.mi/mi2-var-display.exp: Likewise.
7350 * gdb.mi/mi2-watch.exp: Likewise.
7351 * gdb.stabs/exclfwd.exp: Likewise.
7352 * gdb.stabs/weird.exp: Likewise.
7353 * gdb.threads/gcore-thread.exp: Likewise.
7354 * gdb.trace/actions.exp: Likewise.
7355 * gdb.trace/backtrace.exp: Likewise.
7356 * gdb.trace/circ.exp: Likewise.
7357 * gdb.trace/collection.exp: Likewise.
7358 * gdb.trace/deltrace.exp: Likewise.
7359 * gdb.trace/infotrace.exp: Likewise.
7360 * gdb.trace/limits.exp: Likewise.
7361 * gdb.trace/packetlen.exp: Likewise.
7362 * gdb.trace/passc-dyn.exp: Likewise.
7363 * gdb.trace/passcount.exp: Likewise.
7364 * gdb.trace/report.exp: Likewise.
7365 * gdb.trace/save-trace.exp: Likewise.
7366 * gdb.trace/tfind.exp: Likewise.
7367 * gdb.trace/tracecmd.exp: Likewise.
7368 * gdb.trace/while-dyn.exp: Likewise.
7369 * gdb.trace/while-stepping.exp: Likewise.
7370
f4b618d1
JB
73712006-08-08 Joel Brobecker <brobecker@adacore.com>
7372
7373 * gdb.base/step-bt.c: New file.
7374 * gdb.base/step-bt.exp: New testcase.
7375
3d00d119
DJ
73762006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7377
7378 * config/monitor.exp (gdb_load): Remove support for obsolete
7379 download-write-size.
7380 * gdb.base/remote.exp: Likewise. Update all callers of
7381 gdb_timed_load.
7382
017b5bd4
DJ
73832006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7384
7385 * cursal.exp: Pass binfile to gdb_load.
7386
837c599d
DJ
73872006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7388
7389 * gdb.base/cursal.exp: Add "" to gdb_load call.
7390
8dd4540b
MK
73912006-07-29 Mark Kettenis <kettenis@gnu.org>
7392
7393 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7394 NetBSD/ELF targets.
7395
ab5c9f60
DJ
73962006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7397
7398 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7399 operator*.
7400
4c42eaff
DJ
74012006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7402
7403 * gdb.base/completion.exp: Update for change in "file" behavior.
7404 * gdb.stabs/weird.exp: Likewise.
7405 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7406 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7407
0155cc76
NS
74082006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7409
7410 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7411 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7412
16026cd7
AS
74132006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7414
7415 * gdb.base/default.exp: Update source command error message.
7416 * gdb.base/help.exp: Update 'help source' message.
7417
16963cb6
DJ
74182006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7419
7420 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7421 test.
7422
6d7fd486
AS
74232006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7424
7425 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7426
29e8a844
DJ
74272006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7428
7429 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7430
6afcfa39
DJ
74312006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7432
7433 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7434
267a692b
MK
74352006-07-17 Mark Kettenis <kettenis@gnu.org>
7436
7437 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7438 *-*-openbsd* from targets for wich we expect ARM FPA floating
7439 point format.
7440
85d2fec4
NR
74412006-07-17 Nick Roberts <nickrob@snap.net.nz>
7442
7443 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7444
74452006-07-17 Mark Kettenis <kettenis@gnu.org>
7446
7447 * gdb.base/annota3.exp: Expect frame-begin annotation.
7448
85b4c6e8
JB
74492006-07-14 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdb.base/help.exp: Adjust "help unset" test to accept
7452 any list of unset commands.
7453
fb933624
DJ
74542006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7455 Daniel Jacobowitz <dan@codesourcery.com>
7456
7457 * gdb.cp/ref-params.exp: New test.
7458 * gdb.cp/ref-params.cc: New source file.
7459 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7460
1dff4b64
MK
74612006-07-08 Mark Kettenis <kettenis@gnu.org>
7462
7463 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7464 spaces/tabs in regular expressions since they might not be there.
7465
40d2e0e3
AS
74662006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7467
7468 * gdb.base/ifelse.exp: New file.
7469
f6c957d2
NS
74702006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7471
7472 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7473 line.
7474 * gdb.base/huge.exp: Loop over compilation to find a size that
7475 is acceptable.
7476 * gdb.base/remote.exp: Correct expected strings.
7477 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7478
b9c5a23d
DJ
74792006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7480
7481 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7482
9af2e58d
DJ
74832006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7484
7485 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7486 native.
7487
30930ca5
DJ
74882006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7489
7490 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7491 enable stabs testing.
7492
aa32fa1d
DJ
74932006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7494
bd4a4c80 7495 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
7496 gdb_test_multiple does.
7497
321fef15
DJ
74982006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7499
7500 * Makefile.in (host_alias): Remove.
7501 (target_alias): Use @target_noncanonical@.
7502 (site.exp): Don't set host_alias.
7503 * aclocal.m4: Remove contents. Include acx.m4.
7504 * configure: Regenerated.
7505 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7506
e1c2defa
NS
75072006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7508
e63b55d1
NS
7509 * lib/gdb.exp (gdb_load_cmd): New.
7510
5600ea19
NS
7511 * gdb.base/fileio.c: Add system(NULL) test.
7512 * gdb.base/fileio.exp: Check it.
7513
e1c2defa
NS
7514 * gdb.base/break.c: Add 10a breakpoint at }
7515 * gdb.base/break.exp: Add test for breakpoint at }
7516 * gdb.cp/anon-union.cc: Add code at end of function.
7517 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7518 * gdb.mi/var-cmd.c: Add code at end of function.
7519 * gdb.mi/mi-var-display.exp: Adjust end of next.
7520 * gdb.mi/mi2-var-display.exp: Likewise.
7521 * gdb.base/fileio.c: Add stop function and insert calls at
7522 stopping places.
7523 * gdb.base/fileio.exp: Breakpoint stop function and remove
7524 explicit line number references.
7525
6c0112ec
JB
75262006-05-19 Joel Brobecker <brobecker@adacore.com>
7527
a9c64011
AS
7528 * gdb.base/del.exp (test_delete_alias): New function.
7529 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 7530
154189a4
FF
75312006-05-18 Fred Fish <fnf@specifix.com>
7532
7533 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7534 required. Check for spurious output after program exits normally.
7535
582e64c2
FF
75362006-05-17 Fred Fish <fnf@specifix.com>
7537
7538 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7539 gdb_load, so it works in the simulator.
7540
8ef6493a
FF
75412006-05-11 Fred Fish <fnf@specifix.com>
7542
7543 * gdb.base/bang.exp: Ignore unexpected output between the
7544 "program exited normally" and the gdb prompt, as many other
7545 tests do.
7546
692b141c
MK
75472006-05-07 Mark Kettenis <kettenis@gnu.org>
7548
7549 * gdb.base/help.exp: Make "delete checkpoint" part option for
7550 "help d" and "help delete" tests.
7551
540b8a30
UW
75522006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7553
a9c64011 7554 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
7555 expected output in some mi_gdb_test statements.
7556 * gdb.mi/mi2-basics.exp: Likewise.
7557
9b6462d9
JB
75582006-05-05 Joel Brobecker <brobecker@adacore.com>
7559
7560 * gdb.base/del.c: New file.
7561 * gdb.base/del.exp: New testcase.
7562
954de43b
DM
75632006-05-05 David S. Miller <davem@sunset.davemloft.net>
7564
7565 * gdb.base/break.exp: Do not assume a breakpoint on
7566 main will actually be in $srcfile when optimizing.
1303f75e
DM
7567 * gdb.base/savedregs.exp: Do not require that the dummy
7568 frame location match up to a symbol and source file location.
c3242428
DM
7569 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7570 will get printed without a mi_cmd_data_list_register_values prefix.
7571 (*-data-list-register-*): Correct regular expressions to expect the new
7572 pseudo d? floating point registers.
7573 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 7574
c7e64c9a
DJ
75752006-05-05 Christophe Lyon <christophe.lyon@st.com>
7576
7577 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7578 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7579 is allocated by the compiler.
7580 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7581 anons, e, anone to force their allocation by the compiler.
7582
75832006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
7584
7585 * gdb.base/help.exp: Update expected text for help d and
7586 help delete.
7587
27ce9a6d
MK
75882006-05-02 Mark Kettenis <kettenis@gnu.org>
7589
7590 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7591 NetBSD/ELF targets.
7592
8608915f
MK
75932006-04-30 Mark Kettenis <kettenis@gnu.org>
7594
7595 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7596 single-step breakpoint fails; make this a KFAIL on
7597 sparc*-*-openbsd*.
7598 * gdb.base/siginfo.exp: Likewise.
7599 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7600
b8db102d
MS
76012006-04-26 Michael Snyder <msnyder@redhat.com>
7602
7603 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7604 which may have to consume output from other forks.
7605 Add tests to make sure that "delete fork" succeeded.
7606
c702009a
MS
76072006-04-20 Michael Snyder <msnyder@redhat.com>
7608
7609 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7610 Add support for the Renesas M32C and M16C.
7611
7612 * gdb.asm/asm-source.exp: Add m32c target.
7613 * gdb.asm/m32c.inc: Support for m32c target.
7614
e28493f2
AS
76152006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7616
7617 * gdb.base/commands.exp (recursive_source_test): New test.
7618
880da185
DM
76192006-04-04 David S. Miller <davem@sunset.davemloft.net>
7620
7621 * gdb.base/float.exp: Add pattern for sparc targets.
7622
61d9b92f
DJ
76232006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7624
7625 * gdb.base/commands.exp (stray_arg0_test): New test.
7626
bd717df8
PB
76272006-03-30 Paul Brook <paul@codesourcery.com>
7628
7629 * gdb.mi/mi-until.exp: kfail broken until command.
7630 * gdb.mi/mi2-until.exp: Ditto.
7631
ec793d3c
NR
76322006-03-27 Nick Roberts <nickrob@snap.net.nz>
7633
7634 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7635
831004b7
AO
76362006-03-08 Alexandre Oliva <aoliva@redhat.com>
7637
7638 * gdb.base/prelink.exp: Anchor tested-for regular expression
7639 on gdb prompt.
7640
effe49a0
PB
76412006-03-07 Paul Brook <paul@codesourcery.com>
7642
7643 * gdb.base/assign.exp: Correct fail message.
7644
e5461016
PB
76452006-03-07 Paul Brook <paul@codesourcery.com>
7646
7647 * lib/compiler.c: Extract armcc version number.
7648 * lib/compiler.cc: Ditto.
7649
fc91c6c2
PB
76502006-03-07 Paul Brook <paul@codesourcery.com>
7651
7652 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
7653 additional_flags=-w.
7654 * gdb.arch/altivec-regs.exp: Ditto.
7655 * gdb.arch/e500-abi.exp: Ditto.
7656 * gdb.arch/e500-regs.exp: Ditto.
7657 * gdb.base/all-bin.exp: Ditto.
7658 * gdb.base/annota1.exp: Ditto.
7659 * gdb.base/annota3.exp: Ditto.
7660 * gdb.base/args.exp: Ditto.
7661 * gdb.base/arithmet.exp: Ditto.
7662 * gdb.base/assign.exp: Ditto.
7663 * gdb.base/async.exp: Ditto.
7664 * gdb.base/bang.exp: Ditto.
7665 * gdb.base/break.exp: Ditto.
7666 * gdb.base/call-rt-st.exp: Ditto.
7667 * gdb.base/completion.exp: Ditto.
7668 * gdb.base/cond-expr.exp: Ditto.
7669 * gdb.base/condbreak.exp: Ditto.
7670 * gdb.base/consecutive.exp: Ditto.
7671 * gdb.base/define.exp: Ditto.
7672 * gdb.base/display.exp: Ditto.
7673 * gdb.base/ena-dis-br.exp: Ditto.
7674 * gdb.base/environ.exp: Ditto.
7675 * gdb.base/eval-skip.exp: Ditto.
7676 * gdb.base/info-proc.exp: Ditto.
7677 * gdb.base/jump.exp: Ditto.
7678 * gdb.base/logical.exp: Ditto.
7679 * gdb.base/long_long.exp: Ditto.
7680 * gdb.base/maint.exp: Ditto.
7681 * gdb.base/miscexprs.exp: Ditto.
7682 * gdb.base/pc-fp.exp: Ditto.
7683 * gdb.base/pointers.exp: Ditto.
7684 * gdb.base/relational.exp: Ditto.
7685 * gdb.base/reread.exp: Ditto.
7686 * gdb.base/sect-cmd.exp: Ditto.
7687 * gdb.base/sep.exp: Ditto.
7688 * gdb.base/sepdebug.exp: Ditto.
7689 * gdb.base/until.exp: Ditto.
7690 * gdb.base/whatis-exp.exp: Ditto.
7691 * gdb.cp/annota2.exp: Ditto.
7692 * gdb.cp/annota3.exp: Ditto.
7693 * gdb.trace/actions.exp: Ditto.
7694 * gdb.trace/backtrace.exp: Ditto.
7695 * gdb.trace/circ.exp: Ditto.
7696 * gdb.trace/collection.exp: Ditto.
7697 * gdb.trace/deltrace.exp: Ditto.
7698 * gdb.trace/infotrace.exp: Ditto.
7699 * gdb.trace/limits.exp: Ditto.
7700 * gdb.trace/packetlen.exp: Ditto.
7701 * gdb.trace/passc-dyn.exp: Ditto.
7702 * gdb.trace/passcount.exp: Ditto.
7703 * gdb.trace/report.exp: Ditto.
7704 * gdb.trace/save-trace.exp: Ditto.
7705 * gdb.trace/tfind.exp: Ditto.
7706 * gdb.trace/tracecmd.exp: Ditto.
7707 * gdb.trace/while-dyn.exp: Ditto.
7708 * gdb.trace/while-stepping.exp: Ditto.
7709 * lib/gdb.exp: Ditto.
7710 (gdb_compile): Handle nowarning option.
7711
5f4a23d9
AO
77122006-03-07 Alexandre Oliva <aoliva@redhat.com>
7713
7714 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
7715 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
7716 Rename executable to prelinkt. Don't re-prelink if we didn't
7717 get a core file. Test prelink -u exit status to tell whether
7718 prelinking failed. Use gdb_test_multiple.
7719
9733fc94
DJ
77202006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7721
7722 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
7723 (do_tests): Call it.
7724
cc10cae3
AO
77252006-02-28 Alexandre Oliva <aoliva@redhat.com>
7726
7727 * gdb.base/prelink.exp: New test.
7728 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
7729
15c46491
WZ
77302006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
7731
7732 * gdb.fortran/derived-type.f90: New file.
7733 * gdb.fortran/derived-type.exp: New testcase.
7734
5c9f7ded
DJ
77352006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdb.base/default.exp: Allow ';' as a directory separator.
7738
5b96932b
AS
77392006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7740
7741 * gdb.base/help.exp (help add-symbol-file): Update.
7742
1986bccd
AS
77432006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7744
7745 * gdb.base/help.exp (help load): Update expected results.
7746
a8b7528f
FF
77472006-02-19 Fred Fish <fnf@specifix.com>
7748
7749 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
7750 specifix hex value as part of results.
7751 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 7752
f8261448
FF
77532006-02-16 Fred Fish <fnf@specifix.com>
7754
7755 * gdb.base/whatis.c: Define variables using typedefs char_addr,
7756 ushort_addr, and slong_addr, so the typedefs are not optimized
7757 away.
7758 * gdb.base/whatis.exp: Add tests using type name for struct type,
7759 union type, enum type, and typedef.
a9c64011 7760
31d8bdd2
MK
77612006-02-13 Mark Kettenis <kettenis@gnu.org>
7762
7763 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
7764
34e41e63
JB
77652006-02-13 Jim Blandy <jimb@redhat.com>
7766
7767 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
7768 case where it takes two "next" commands to skip past the init
7769 call.
7770
ac6e4f31
FF
77712006-02-12 Fred Fish <fnf@specifix.com>
7772
7773 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
7774 to handle cases where it takes two "next" commands to skip
7775 past the init call.
7776
2db2d571
JB
77772006-02-07 Joel Brobecker <brobecker@adacore.com>
7778
7779 * gdb.ada/array_return.exp: Mark the last test as expected to fail
7780 on hppa32 targets.
7781
38fcd64c
DJ
77822006-02-06 Vladimir Prus <ghost@cs.msu.su>
7783
7784 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
7785 field.
7786
1315ad46
MK
77872006-01-29 Mark Kettenis <kettenis@gnu.org>
7788
7789 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
7790
5625b943
DJ
77912006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7792
7793 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
7794 files.
7795
80df1bbe
DJ
77962006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7797
7798 * gdb.cp/maint.exp: Set complaints to a positive value.
7799
9078e690
DJ
78002006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7801
7802 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
7803 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
7804 function name.
7805
9c903399
DJ
78062006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7807
7808 * gdb.base/checkpoint.c: Update copyright notice. Include
7809 <stdlib.h>.
7810
761ae4d6
JB
78112006-01-04 Jim Blandy <jimb@redhat.com>
7812
7813 * gdb.asm/asm-source.exp: Independently provide default values for
7814 asm-flags and debug-flags. Use 'string equal' to do the
7815 comparison, not the implicit expr's '==' operator. Remove
7816 now-unneeded assignments to asm-flags. In h8300 case, place
7817 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
7818
099ac3dd
MS
78192006-01-04 Michael Snyder <msnyder@redhat.com>
7820
7821 * gdb.base/checkpoint.c: New file.
7822 * gdb.base/checkpoint.exp: New file.
7823 * gdb.base/multi-fork.c: New file.
7824 * gdb.base/multi-fork.exp: New file.
7825 * gdb.base/pi.txt: New file (data for checkpoint.c test).
7826
f4d85314
FF
78272006-01-04 Fred Fish <fnf@specifix.com>
7828
7829 * gdb.base/ptype.c (foo): Add typedef.
7830 (intfoo): Add function.
7831 * gdb.base/ptype1.c: New file.
7832 * gdb.base/ptype.exp: Handle compilation and linking with two
7833 source files. Test that proper type for "foo" is found based
7834 on source context rather than first match found in symtabs.
7835
a1b06f35
MK
78362005-12-28 Mark Kettenis <kettenis@gnu.org>
7837
7838 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
7839 * gdb.asm/openbsd.inc: Indent commands.
7840
d082a1e2
MK
78412005-12-26 Mark Kettenis <kettenis@gnu.org>
7842
c65016bd
MK
7843 * gdb.base/freebpcmd.exp: Increase timeout.
7844
d082a1e2
MK
7845 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
7846
d3c32a0e
DJ
78472005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
7848
7849 * gdb.base/default.exp: Update check for "show version".
7850
9fdb1f50
RC
78512005-12-09 Randolph Chung <tausq@debian.org>
7852
7853 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
7854 * gdb.asm/pa64.inc: New file.
7855
5f2c56f7
RC
78562005-12-09 Randolph Chung <tausq@debian.org>
7857
7858 * gdb.asm/common.inc: Indent commands.
7859 * gdb.asm/asmsrc1.s: Likewise.
7860 * gdb.asm/asmsrc2.s: Likewise.
7861
8117349c
RC
78622005-12-09 Randolph Chung <tausq@debian.org>
7863
7864 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
7865 (get_addr_of_sym): Remove duplicate print.
7866 (gen_core): xfail hppa*-*-hpux*, update expected output.
7867 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
7868 * gdb.arch/pa64-nullify.s: New file.
7869
8f07f25a
RC
78702005-12-09 Randolph Chung <tausq@debian.org>
7871
7872 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
7873
55b39184
DJ
78742005-12-07 Christophe Lyon <christophe.lyon@st.com>
7875
7876 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
7877 code generation for these functions.
7878 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
7879 error message.
7880
31e2b00f
AS
78812005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7882
7883 * gdb.base/help.exp (help b, help br, help bre, help brea)
7884 (help break): Update the expected message.
7885
c3d0b56e
SC
78862005-11-11 Stephane Carrez <stcarrez@nerim.fr>
7887
7888 * gdb.asm/m68hc11.inc: Setup the data section.
7889 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
7890 script for this test.
7891 (m6812-*-*): Likewise.
7892
36ae0ea9
RC
78932005-11-09 Randolph Chung <tausq@debian.org>
7894
7895 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
7896
9d6f42e9
WZ
78972005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
7898
7899 * gdb.base/break.exp: Fix a comment typo.
7900
e2126a14
EZ
79012005-11-03 Jim Blandy <jimb@redhat.com>
7902
a9c64011
AS
7903 Checked in by Elena Zannoni <ezannoni@redhat.com>
7904
e2126a14
EZ
7905 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
7906
e0ac7199
CV
79072005-11-02 Corinna Vinschen <vinschen@redhat.com>
7908
7909 * gdb.arch/gdb1558.c: Include stdio.h.
7910
31d3fb18
MK
79112005-10-31 Mark Kettenis <kettenis@gnu.org>
7912
7913 * gdb.asm/asm-source.exp: Use -e instead of --entry.
7914
e52b687c
MK
79152005-10-31 Mark Kettenis <kettenis@gnu.org>
7916
7917 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
7918
f4711d79
PG
79192005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
7920
a9c64011
AS
7921 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
7922 vscr" tests to better match output.
f4711d79 7923
987a9106
JB
79242005-10-12 Jim Blandy <jimb@redhat.com>
7925
7926 * gdb.base/structs.exp (any): New function.
7927 (test_struct_returns): Don't make any assumptions at all about
7928 what value the function returns when GDB can't set the return
7929 value.
7930
2336bb58
JB
79312005-10-09 Joel Brobecker <brobecker@adacore.com>
7932
7933 * gdb.ada/arrayidx/p.adb: New file.
7934 * gdb.ada/arrayidx.exp: New testcase
7935
79362005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
7937
7938 * gdb.ada/array_return/pck.ads: New file.
7939 * gdb.ada/array_return/pck.adb: New file.
7940 * gdb.ada/array_return/p.adb: New file.
7941 * gdb.ada/array_return.exp: New testcase.
7942
705335ea
JB
79432005-10-03 Joel Brobecker <brobecker@adacore.com>
7944
a9c64011
AS
7945 * gdb.base/arrayidx.c: New file.
7946 * gdb.base/arrayidx.exp: New testcase.
705335ea 7947
11ee9940
NR
79482005-09-29 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
7951 frames-invalid and breakpoints-invalid are no longer generated
7952 with level 3 so don't expect them in the output.
7953
39fb8e9e
BR
79542005-09-27 Bob Rossi <bob@brasko.net>
7955
a9c64011 7956 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
7957 from test. Escape the | in mi_gdb_test call.
7958 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
7959 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
7960 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
7961 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
7962 expected regex's in mi_gdb_test calls.
7963 * lib/mi-support.exp: Remove arbitrary .* from tests.
7964 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
7965 Fully anchor GDB/MI expected results in mi_gdb_test.
7966 * lib/gdb.exp (string_to_regexp): Escape the ] character.
7967 * gdb.base/sizeof.exp: Remove escape character. Correct test.
7968
2af48f68
PB
79692005-09-26 Paul Brook <paul@codesourcery.com>
7970
7971 * long_long.exp: Exclude eabi targets from arm FPA float format test.
7972
f34502bc
WZ
79732005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
7974
7975 * bfp-test.c: New file.
7976 * bfp-test.exp: New testcase.
7977
ca929517
WZ
79782005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
7979
7980 * gdb.fortran/subarray.exp: New testcase to test the evaluation
7981 of subarray and substring variable.
7982 * gdb.fortran/subarray.f: New source file for the test of subarray
7983 and substring variable evaluation.
7984 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
7985 of string constant.
7986
c761af65
DJ
79872005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
7988
7989 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
7990 copyright dates.
7991
561d7a1d
PG
79922005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
7993
7994 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
7995 powerpc altivec' test with an almost identical 'info vector' test.
7996
b2b64cc9
PG
79972005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
7998
a9c64011
AS
7999 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8000 vscr" tests to match output.
b2b64cc9 8001
6ac4d15a
PG
80022005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8003
a9c64011
AS
8004 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8005 output.
6ac4d15a 8006
40e55bef
BR
80072005-09-11 Bob Rossi <bob@brasko.net>
8008
8009 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 8010 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
8011 commands that return an MI output command and an asyncronous MI output
8012 command.
8013 * gdb.mi/mi-console.exp: Ditto.
8014
3c7385ec
BR
80152005-09-11 Bob Rossi <bob@brasko.net>
8016
8017 * gdb.mi/mi-var-child.c: Include <string.h>.
8018
a6cd0eb3
DJ
80192005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * killed.exp: Correct gdb_expect syntax.
8022
2f168eed
CV
80232005-08-09 Corinna Vinschen <vinschen@redhat.com>
8024
8025 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8026
ecd3fd0f
BR
80272005-08-02 Bob Rossi <bob@brasko.net>
8028
8029 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8030 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8031 Change tests to inferior-tty-set/show.
8032 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8033 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8034 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8035 inferior. Use mi_gdb_test to get GDB and Inferior output.
8036 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8037 descriptor.
8038 (mi_inferior_tty_name): Add inferior PTY file name.
8039 (mi_gdb_start): Add INFERIOR_PTY parameter.
8040 (mi_gdb_test): Add IPATTERN parameter.
8041
f1ea48cb 80422005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 8043
f1ea48cb
BR
8044 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8045 parameter to mi_gdb_test.
8046 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8047
6e650a67
DJ
80482005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8049
8050 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8051 struct_declarations.
8052 * gdb.mi/mi-var-child.exp: Step over the initialization of
8053 struct_declarations.
8054
8be260b6
DJ
80552005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8056
8057 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8058 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8059 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8060 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8061 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8062 file.
8063
4e660f07
NR
80642005-07-27 Nick Roberts <nickrob@snap.net.nz>
8065
8066 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8067 (do_children_tests): Assign values to the extra elements.
8068
8069 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8070 them for tests for "-var-update --no-values" and
a9c64011 8071 "-var-update --all-values".
4e660f07
NR
8072 Add test for "-var-list-children --simple-values".
8073
8074 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8075
8076 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8077 "-stack-list-locals --simple-values" Improve doc strings and
8078 comments.
8079
6bdae935
MK
80802005-07-18 Mark Kettenis <kettenis@gnu.org>
8081
598b7a6f
MK
8082 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8083 *-*-openbsd*.
8084 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8085
6bdae935
MK
8086 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8087 sigaltsatck'.
8088
1323e929 80892005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8090
1323e929
BR
8091 * gdb.base/default.exp (tty): Changed output of command.
8092 * gdb.base/help.exp (help tty): Ditto.
8093
b1a9c082
MK
80942005-07-12 Mark Kettenis <kettenis@gnu.org>
8095
8096 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8097
10a844a2
MK
80982005-07-10 Mark Kettenis <kettenis@gnu.org>
8099
8100 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8101 -stack-select-frame without arguments.
8102 (test_stack_frame_listing): Add test for newly implemented command
8103 -stack-info-frame.
8104
3cb3b8df
BR
81052005-07-06 Bob Rossi <bob@brasko.net>
8106
8107 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8108 command.
8109 (Copyright): Update copyright.
8110
a0c5fbcf
WZ
81112005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8112
8113 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8114 tests to evaluate exponentiation expression.
8115
984971d0
AS
81162005-06-29 Andreas Schwab <schwab@suse.de>
8117
8118 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8119 main to avoid warnings.
8120
8121 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8122
fe03833f
NR
81232005-06-20 Nick Roberts <nickrob@snap.net.nz>
8124
8125 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8126 -stack-select-frame without arguments.
8127 (test_stack_frame_listing): Add test for newly implemented command
8128 -stack-info-frame.
a9c64011 8129
7a55f279
WZ
81302005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8131
0ffa0ea5
DJ
8132 * gdb.fortran/array-element.f: New file.
8133 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8134
26585198
DJ
81352005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8136
8137 * gdb.base/bigcore.exp: Correct checks for systems which can
8138 not dump a large core file.
8139
c1bd25fd
DJ
81402005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8141
8142 * gdb.base/relocate.c: Add a copyright notice.
8143 (dummy): Remove.
8144 * gdb.base/relocate.exp: Test printing the values of variables
8145 from a relocatable file.
8146
589e074d
DJ
81472005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8148
8149 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8150 excess MI output after an error.
8151
0915f927
JB
81522005-05-29 Joel Brobecker <brobecker@adacore.com>
8153
8154 * gdb.arch/alpha-step.c: New file.
8155 * gdb.arch/alpha-step.exp: New testcase.
8156
76ff342d
DJ
81572005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8158 Dennis Brueni <dennis@slickedit.com>
8159
8160 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8161 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8162 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8163 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8164 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8165 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8166 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8167
96b0c7ac
DJ
81682005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8169 Wu Zhou <woodzltc@cn.ibm.com>
8170
8171 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8172 IBM's xlc compiler.
8173 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8174 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8175
f21565d2
JB
81762005-05-13 Jim Blandy <jimb@redhat.com>
8177
8178 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8179 calling gdb_suppress_entire_file.
8180 * gdb.base/charset.exp: Same.
8181 * gdb.base/call-rt-st.exp: Same.
8182
6006a3a1
BR
81832005-05-05 Bob Rossi <bob_rossi@cox.net>
8184
8185 * lib/gdb.exp (fullname_syntax): Added global regex.
8186 (fullname_syntax_POSIX): Ditto.
8187 (fullname_syntax_UNC): Ditto.
8188 (fullname_syntax_DOS_CASE): Ditto.
8189 (fullname_syntax_DOS): Ditto.
8190 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8191 fullname_syntax variable to scope and use it.
8192 (test_file_list_exec_source_files): Ditto.
8193 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8194
c3b69c04
DJ
81952005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8196
8197 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8198
3c95e6af
PG
81992004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8200
a9c64011
AS
8201 * lib/gdb.exp (skip_altivec_tests): New function, based on
8202 check_vmx_hw_available from the GCC testsuite.
8203 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8204 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8205
78df6c56
JB
82062005-05-02 Jim Blandy <jimb@redhat.com>
8207
8208 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8209 calling gdb_suppress_entire_file.
8210
1690f9cf
DJ
82112005-04-30 Randolph Chung <tausq@debian.org>
8212
8213 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8214 Slightly relax "sem_post" name checking.
8215
5ea106f7
PG
82162005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8217
8218 * gdb.base/unload.exp: Use new shared library infrastructure.
8219
bf7234cf
PG
82202005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8221
8222 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8223 infrastructure.
bf7234cf 8224
547b869a
CV
82252005-04-29 Corinna Vinschen <vinschen@redhat.com>
8226
8227 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8228 * gdb.asm/h8300.inc: New file.
8229
f07e55f0
PG
82302005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8231
8232 * gdb.base/shlib-call.exp: Change to use new shared library
8233 infrastructure.
8234
3cbba3d1
PG
82352005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8236
a9c64011
AS
8237 * gdb.base/pending.exp: Change to use new shared library
8238 infrastructure.
3cbba3d1 8239
ed6df200
PG
82402005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8241
a9c64011
AS
8242 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8243 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8244
8c8f4ebe
PG
82452005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8246
a9c64011
AS
8247 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8248 shared objects being adjusted and update copyright years.
8c8f4ebe 8249
607fbc54
DJ
82502005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * ChangeLog: Correct some 2003-01-13 dates.
8253 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8254 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8255 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8256 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8257 gdb.trace/tfind.exp: Update copyright years.
8258
57bf0e56
DJ
82592005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8260 Daniel Jacobowitz <dan@codesourcery.com>
8261
8262 * lib/gdb.exp (gdb_compile): Handle shlib=.
8263 (gdb_compile_shlib): New function.
8264
9b593790
PG
82652005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8266
a9c64011 8267 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8268
9494c6a5
DJ
82692005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8270
8271 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8272 gdb.server.
8273 * configure.ac: Likewise.
8274 * configure: Regenerated.
8275 * gdb.gdbserver/Makefile.in: Moved to...
8276 * gdb.server/Makefile.in: ... here.
8277 * gdb.gdbserver/server.c: Moved to...
8278 * gdb.server/server.c: ... here.
8279 * gdb.gdbserver/server-run.exp: Moved to...
8280 * gdb.server/server-run.exp: ... here.
8281
6f8eac0e
DJ
82822005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8283
8284 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8285 * configure.ac: Create gdb.gdbserver/Makefile.
8286 * configure: Regenerated.
8287 * lib/gdbserver-support.exp: New file, derived from
8288 config/gdbserver.exp.
8289 * config/gdbserver.exp: Use gdbserver-support.exp.
8290 * gdb.gdbserver/Makefile.in: New file.
8291 * gdb.gdbserver/server.c: New file.
8292 * gdb.gdbserver/server-run.exp: New file.
8293
6e87504d
PG
82942005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8295
a9c64011
AS
8296 * lib/gdb.exp (test_compiler_info): Return compiler_info
8297 if no arguments are given.
6e87504d 8298
d1779be4
PG
82992005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8300
8301 * gdb.arch/altivec-abi.exp: Check for compiler and set
8302 use altivec' flag accordingly.
8303 * gdb.arch/altivec-regs.exp: Likewise.
8304
88750304
DJ
83052005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8306
8307 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8308
f3fb768d
AS
83092005-03-27 Andreas Schwab <schwab@suse.de>
8310
8311 * gdb.base/bigcore.c (main): Add missing mode argument in open
8312 call.
8313
7e813ac5
DJ
83142005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8315
8316 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8317 downloads.
8318 * config/gdbserver.exp (gdb_load): Likewise.
8319
8e3049aa
PB
83202005-03-14 Paul Brook <paul@codesourcery.com>
8321
8322 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8323 targets.
8324
a9df7c44
JB
83252005-03-09 Joel Brobecker <brobecker@adacore.com>
8326
8327 * gdb.dwarf2/dup-psym.S: New file.
8328 * gdb.dwarf2/dup-psym.exp: New testcase.
8329
9f0d94e8
JB
83302005-03-09 Joel Brobecker <brobecker@adacore.com>
8331
8332 * gdb.ada/exec_changed/first.adb: New file.
8333 * gdb.ada/exec_changed/second.adb: New file.
8334 * gdb.ada/exec_changed.exp: New testcase.
8335
5f579bc5
NS
83362005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8337
36e9969c
NS
8338 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8339 (A2): New class.
8340 (main): Test operator+.
8341 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8342 breakpoint test.
8343
5f579bc5
NS
8344 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8345 * gdb.base/signull.exp: Disable if gdb,nosignals.
8346 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8347 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8348 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8349 * gdb.mi/mi2-console.exp: Likewise.
8350 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8351 continue output at start.
8352 (gdb_collect_locals_test): Robustify regexp.
8353 * gdb.trace/passc-dyn.exp: Fix comment typo.
8354 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8355
be46087e
CV
83562005-03-08 Corinna Vinschen <vinschen@redhat.com>
8357
8358 * gdb.asm/asm-source.exp: Add iq2000 case.
8359 * gdb.asm/iq2000.inc: New file.
8360
384e1a61 83612005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 8362
384e1a61
MI
8363 * gdb.base/command.exp: Change hardcoded value to regular expression.
8364 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8365
584b6e9e
DJ
83662005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8367
8368 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8369 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8370 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8371 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8372 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8373
ab5b5d61
MK
83742005-03-05 Mark Kettenis <kettenis@gnu.org>
8375
8376 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8377 changes.
8378
ae051c1b
PG
83792004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8380
a9c64011
AS
8381 * lib/compiler.c: Add test for IBM's xlc compiler.
8382 * lib/compiler.cc: Likewise.
ae051c1b 8383
3f0f6ed2
JB
83842004-02-24 Joel Brobecker <brobecker@adacore.com>
8385
8386 * gdb.ada/fixed_points.exp: Create compilation object directory
8387 before running the test.
8388 * gdb.ada/null_record.exp: Likewise.
8389 * gdb.ada/packed_array.exp: Likewise.
8390 * gdb.ada/start.exp: Likewise.
8391
724f452b
JB
83922005-02-15 Joel Brobecker <brobecker@adacore.com>
8393
8394 * gdb.ada/packed_array/pa.adb: New file.
8395 * gdb.ada/packed_array.exp: New testcase.
8396
57f5cdfb 83972005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 8398
1f393151
MK
8399 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8400 files.
8401
ebdda337
MK
8402 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8403 on *-*-openbsd*. Correctly match whitespace in regukar
8404 expressions.
8405
cf309262
DJ
84062005-02-10 Daniel Jacobowitz <dan@debian.org>
8407
8408 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8409 PR exp/1821
8410 * gdb.base/gdb1821.c: New test file.
8411 * gdb.base/gdb1821.exp: New test file.
8412
3be49e7a
JB
84132005-02-09 Joel Brobecker <brobecker@adacore.com>
8414
8415 * gdb.base/start.c: New file.
8416 * gdb.base/start.exp: New testcase.
8417
e292e67d
JB
84182005-02-09 Joel Brobecker <brobecker@adacore.com>
8419
8420 * gdb.ada/start/dummy.adb: New file.
8421 * gdb.ada/start.exp: New testcase.
8422
dbdfa66c
CV
84232005-02-09 Corinna Vinschen <vinschen@redhat.com>
8424
8425 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8426 for printing symbols and statistics.
8427 Add test for using relative pathnames in "maint print msymbols" test.
8428 Mark "maint info sections DATA" XFAIL on Cygwin.
8429 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8430 tests.
8431
d7941671
AC
84322005-02-09 Andreas Schwab <schwab@suse.de>
8433
8434 Committed by Andrew Cagney <cagney@gnu.org>
8435 * gdb.base/remotetimeout.exp: New file.
8436
74e5ef44
MK
84372005-02-07 Mark Kettenis <kettenis@gnu.org>
8438
8439 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8440
464dd14d
JB
84412005-02-03 Joel Brobecker <brobecker@adacore.com>
8442
8443 * gdb.ada/gnat_ada.gpr: New file.
8444 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8445 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8446 * configure.ac: No longer generate gnat_ada.gpr.
8447 * configure: Regenerate.
8448 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8449 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8450 * gdb.ada/null_record/bar.ads: Likewise.
8451 * gdb.ada/null_record/bar.adb: Likewise.
8452 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8453 * gdb.ada/null_record.exp (testdir): New variable.
8454 (testfile): executable is now in testdir subdirectory.
8455 (srcfile): Use full path to the main compilation unit.
8456 * gdb.ada/fixed_points.exp: Same changes as above.
8457
30d756ae
NR
84582005-02-03 Nick Roberts <nickrob@snap.net.nz>
8459
8460 * gdb.base/interp.exp: New test.
8461
9d799f85
AC
84622005-01-24 Andrew Cagney <cagney@gnu.org>
8463
8464 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8465
15656118
AC
84662005-01-19 Andrew Cagney <cagney@gnu.org>
8467
a892c31b
AC
8468 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8469 configure.ac not configure.in.
8470
15656118
AC
8471 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8472 of powerpc*-*-*.
8473 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 8474 * gdb.base/list.exp (test_list_function)
15656118
AC
8475 (test_list_filename_and_function): Ditto.
8476 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8477
a7b01baf
AC
84782005-01-16 Andrew Cagney <cagney@gnu.org>
8479
17d92a02
AC
8480 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8481
a7b01baf
AC
8482 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8483
bc8332bb
AC
84842005-01-14 Andrew Cagney <cagney@gnu.org>
8485
8486 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8487 * gdb.mi/mi2-var-cmd.exp: Ditto.
8488
4d074752
CV
84892005-01-10 Corinna Vinschen <vinschen@redhat.com>
8490
8491 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8492
bec39cab
AC
84932005-01-07 Andrew Cagney <cagney@gnu.org>
8494
8495 * configure.ac: Rename configure.in, require autoconf 2.59.
8496 * configure: Re-generate.
8497 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8498 * gdb.stabs/configure: Re-generate.
8499 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8500 * gdb.hp/configure: Re-generate.
8501 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8502 autoconf 2.59.
8503 * gdb.hp/gdb.objdbg/configure: Re-generate.
8504 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8505 autoconf 2.59.
8506 * gdb.hp/gdb.defects/configure: Re-generate.
8507 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8508 autoconf 2.59.
8509 * gdb.hp/gdb.compat/configure: Re-generate.
8510 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8511 autoconf 2.59.
8512 * gdb.hp/gdb.base-hp/configure: Re-generate.
8513 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8514 autoconf 2.59.
8515 * gdb.hp/gdb.aCC/configure: Re-generate.
8516
f10b16d4
JB
85172004-12-15 Jim Blandy <jimb@redhat.com>
8518
8519 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8520 under NPTL when there is debugging info available for libpthread.
8521
fb6e1814
JG
85222004-12-13 Jerome Guitton <guitton@gnat.com>
8523
8524 * gdb.ada/fixed_points.c: New file.
8525 * gdb.ada/fixed_points.exp: New file.
8526
fe46cd3a
RC
85272004-12-03 Randolph Chung <tausq@debian.org>
8528
8529 * gdb.arch/pa-nullify.exp: New file.
8530 * gdb.arch/pa-nullify.s: New file.
8531
8de0841b
RC
85322004-11-30 Randolph Chung <tausq@debian.org>
8533
8534 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8535 instead of "tbug". Fix regexp to work properly with gdb_test.
8536
c8170782
PH
85372004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8538
8539 * gdb.base/bitfields2.exp: New test.
8540 * gdb.base/bitfields2.c: New file.
8541
954269c2
RE
85422004-11-28 Richard Earnshaw <rearnsha@arm.com>
8543
8544 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8545
0107feed
RC
85462004-11-16 Randolph Chung <tausq@debian.org>
8547
8548 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8549
f073ae8c
DJ
85502004-11-14 Daniel Jacobowitz <dan@debian.org>
8551
8552 * gdb.threads/threadapply.exp: Correct "macro details" test.
8553
19ad59e7
JJ
85542004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8555
8556 * gdb.threads/threadapply.exp: New test.
8557 * gdb.threads/threadapply.c: New file.
8558
9cf0961b
MK
85592004-11-07 Mark Kettenis <kettenis@gnu.org>
8560
8561 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8562 frames.
8563
c789492a
FL
85642004-11-05 Felix Lee <felix+log1@specifixinc.com>
8565
8566 * gdb.base/cursal.exp: New file.
8567 * gdb.base/cursal.c: New file.
8568
a1e167bb
AC
85692004-11-03 Andrew Cagney <cagney@gnu.org>
8570
8571 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8572
b7cbf173
MK
85732004-10-30 Mark Kettenis <kettenis@gnu.org>
8574
8575 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8576 NetBSD/ELF targets.
8577
88f9d34f
JB
85782004-10-29 Joel Brobecker <brobecker@gnat.com>
8579
8580 * gdb.threads/bp_in_thread.c: New file, copied from
8581 pthread_cond_wait.c.
8582 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8583 file, rather than reusing the .c file from another testcase.
8584
ca7d6a0c
JB
85852004-10-20 Joel Brobecker <brobecker@gnat.com>
8586
8587 * gdb.ada/null_record.exp: Check where we stopped after
8588 sending the start command, instead of where the associated
8589 temporary breakpoint was inserted.
8590
0d863d03
AC
85912004-10-14 Andrew Cagney <cagney@gnu.org>
8592
8593 * gdb.mi/gdb701.c (main): Return 0.
8594
d11e72cb
DJ
85952004-10-13 Daniel Jacobowitz <dan@debian.org>
8596
d40539a4 8597 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 8598
e1923096
JJ
85992004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8600
8601 * gdb.threads/schedlock.c: Add comment markers to use to find
8602 line numbers.
8603 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8604 comments.
8605 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8606 breakpoint lines.
8607
ec8ba2c9
DJ
86082004-10-12 Daniel Jacobowitz <dan@debian.org>
8609
8610 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8611
0eb3658b
DJ
86122004-10-12 Daniel Jacobowitz <dan@debian.org>
8613
8614 * configure.in: Add gdb.dwarf2.
8615 * configure: Regenerated.
8616 * Makefile.in: Add gdb.dwarf2.
8617 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8618 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8619 gdb.dwarf2/file1.txt: New files.
8620
a271cc33
OF
86212004-10-11 Orjan Friberg <orjanf@axis.com>
8622
a9c64011 8623 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
8624 of "run", since the latter doesn't work with remote targets. Adjust
8625 the breakpoint numbering accordingly.
8626 * gdb.threads/pthread_cond_wait.exp: Ditto.
8627
895ce074
MC
86282004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8629
8630 * gdb.base/overlays.exp: Update copyright years.
8631
6be3092d
KI
86322004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8633
8634 * gdb.base/overlays.exp: Disable if target is Linux.
8635
e05389b8
FL
86362004-10-06 Felix Lee <felix+log1@specifixinc.com>
8637
8638 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8639
73cb587d
KI
86402004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8641
8642 * gdb.asm/asm-source.exp: Add m32r-linux target.
8643 * gdb.asm/m32r-linux.inc: New file.
8644
3c0edcdc
AC
86452004-09-24 Andrew Cagney <cagney@redhat.com>
8646 David Anderson <anderson@redhat.com>
8647
8648 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
8649 command fails, assume things will work.
8650 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
8651 (_GNU_SOURCE): Define.
8652 (print_unsigned, print_hex): Change parameter to "long long".
8653 (print_byte_count): New function, use to print byte counts.
8654 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
8655 O_LARGEFILE.
8656 (main): Compute an upper bound on a corefile in max_core_size.
8657 Limit memory chunk size to max_core_size. Limit total memory
8658 allocated to max_core_size.
8659
4bb3667f
AC
86602004-09-23 Andrew Cagney <cagney@gnu.org>
8661
8662 * gdb.base/bigcore.exp: Replace the code that creates a corefile
8663 from a separate process with code that creates a corefile by
8664 making the inferior dump core.
8665
60fe1a51
MK
86662004-09-23 Mark Kettenis <kettenis@gnu.org>
8667
8668 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
8669 block.
8670
8e937346
MC
86712004-09-23 Michael Chastain <mec.gnu@mindspring.com>
8672
8673 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
8674 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
8675 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
8676 Likewise.
8677
7213f6d6
JJ
86782004-09-20 Jeff Johnston <jjohnstn@redhat.com>
8679
8680 * gdb.java/jprint.exp: New test case for java inferior call.
8681 * gdb.java/jprint.java: Ditto.
8682
eac69dca
JB
86832004-09-15 Joel Brobecker <brobecker@gnat.com>
8684
8685 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
8686
22227696
MC
86872004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8688
8689 * gdb.threads/killed.c: Include <stdlib.h>.
8690 * gdb.threads/pthreads.c: Likewise.
8691
7dd403a4
MC
86922004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8693
8694 * gdb.threads/killed.c: Add copyright notice.
8695
33f2d567
JM
86962004-09-10 Jason Molenda (jmolenda@apple.com)
8697
a9c64011
AS
8698 * gdb.base/define.exp: Two new tests to verify zero space chars
8699 after 'if' and 'while' commands in a user-defined command is correctly
8700 parsed.
33f2d567 8701
e05b62ac
AC
87022004-09-08 Andrew Cagney <cagney@gnu.org>
8703
8704 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
8705 delivery test with duplicate at end of file.
8706
9cbe82da
MK
87072004-09-06 Mark Kettenis <kettenis@jive.nl>
8708
8709 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
8710
564803d9
MC
87112004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8712
8713 * config/hppro.exp: Removed.
8714
7c6807ce
MC
87152004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8716
8717 * config/sparclet.exp: Removed.
8718
bf7e26dd
MC
87192004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8720
8721 * config/udi.exp: Removed.
8722
714e341b
MC
87232004-09-02 Michael Chastain <mec.gnu@mindspring.com>
8724
8725 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
8726 of "exp_continue".
8727 (advancei): Likewise.
8728
1236e623
JJ
87292004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8730
8731 * gdb.base/unload.exp: Fix so messages aren't duplicated.
8732
3bdcad15
MI
87332004-09-01 Manoj Iyer <manjo@austin.ibm.com>
8734
228af206 8735 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
8736 to check for nodebug in executable.
8737 * gdb.gdb/observer.exp (setup_test): Likewise.
8738 * gdb.gdb/selftest.exp (test_with_self): Likewise.
8739 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
8740
c72b934c
AC
87412004-09-01 Andrew Cagney <cagney@gnu.org>
8742
8743 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8744 files.
8745
edd9b715
JJ
87462004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8747
8748 * gdb.base/unload.exp: Fix expected warning message to match
8749 latest format.
8750
fb4ce06b
CV
87512004-09-01 Corinna Vinschen <vinschen@redhat.com>
8752
8753 * gdb.base/call-rt-st.exp: Fix typos.
8754
ce78e7c3
MI
87552004-08-31 Manoj Iyer <manjo@austin.ibm.com>
8756
8757 * gdb.threads/thread_check.exp: New testcase.
8758 * gdb.threads/thread_check.c: New testcase.
8759
2dedb159
AC
87602004-08-31 Andrew Cagney <cagney@gnu.org>
8761
8762 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
8763 (skip_to_handler_entry): New procedures. Test stepping into a
8764 handler when the breakpoint is at the handler's entry point.
8765
68f53502
AC
87662004-08-30 Andrew Cagney <cagney@gnu.org>
8767
8768 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
8769 gdb/1757.
8770
3e3ffd2b
MC
87712004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8772
8773 With code from Manoj Iyer <manjo@austin.ibm.com>:
8774 * lib/gdb.exp (gdb_file_cmd): Return more information in the
8775 return value. Add an arm for "no debugging symbols found".
8776 Change a stray "error" to "perror".
8777 (gdb_run_cmd): Adapt to new return value.
8778 * gdb.base/remote.exp: Adapt to new return value.
8779 * gdb.gdb/complaints.exp: Likewise.
8780 * gdb.gdb/observer.exp: Likewise.
8781 * gdb.gdb/selftest.exp: Likewise.
8782 * gdb.gdb/xfullpath.exp: Likewise.
8783
4b6f5fd2
JB
87842004-08-27 Joel Brobecker <brobecker@gnat.com>
8785
8786 * gdb.threads/bp_in_thread.exp: New testcase.
8787
e5b25496
MC
87882004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8789
8790 Fix PR testsuite/1735.
8791 * gdb.threads/schedlock.c (thread_function): Add a cast
8792 to suppress a gcc warning.
8793 * gdb.threads/thread-specific.c (thread_function): Likewise.
8794
934353d6
MC
87952004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8796
8797 * gdb.base/unload.c: Include <stdlib.h>.
8798
f98a0aef 87992004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 8800
f98a0aef 8801 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
8802 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
8803 synchronized after the "return".
8804
5a2e8882
MC
88052004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8806
8807 * gdb.mi/basics.c: Include <stdio.h>.
8808 * gdb.mi/pthreads.c: Include <stdlib.h>.
8809 * gdb.mi/var-cmd.c: Include <stdlib.h>.
8810
a9640423
MC
88112004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8812
8813 * gdb.threads/schedlock.c: Add copyright notice.
8814
b04e311d
AC
88152004-08-25 Andrew Cagney <cagney@gnu.org>
8816
8817 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
8818 (skip_over_handler, breakpoint_over_hander): New test procedures.
8819 (advance, advancei): Add a proper prefix, do not use
8820 rerun_to_main.
8821 * gdb.base/sigstep.c (main): Change to use an infinite loop.
8822
7c27f15b
MC
88232004-08-24 Michael Chastain <mec.gnu@mindspring.com>
8824
8825 * gdb.mi/basics.c: Add copyright notice.
8826 * gdb.mi/var-cmd.c: Add copyright notice.
8827
fffc87ae
MC
88282004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8829
8830 * lib/gdb.exp: Remove signed_keyword_not_used.
8831 * lib/compiler.c: Likewise.
8832 * lib/compiler.cc: Likewise.
8833
d782e0bf
MC
88342004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8835
8836 * gdb.base/whatis.c: Remove conditional disabling of "signed".
8837 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
8838
96033e83
MC
88392004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8840
8841 * gdb.base/whatis.c: Add copyright notice.
8842
cf38c229
MK
88432004-08-20 Mark Kettenis <kettenis@gnu.org>
8844
8845 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
8846 it to skip the breakpoints encoded in the inline assembly.
8847
f4b49756
MC
88482004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8849
8850 * Makefile.in: Add gdb.fortran.
8851
2f193b69
MC
88522004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8853
8854 * gdb.base/call-sc.exp (test_scalar_returns):
8855 Fix cut-and-paste glitch in "Make fun return now".
8856
89a237cb
MC
88572004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8858
8859 * configure.in: Add gdb.fortran.
8860 * configure: Regenerate.
8861 * gdb.fortran/Makefile.in: New file.
8862 * lib/gdb.exp (skip_fortran_tests): New procedure.
8863
469aff8e
MC
88642004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8865
8866 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
8867 reference to bug-gnu@prep.ai.mit.edu.
8868 * gdb.mi/mi-var-child.exp: Likewise.
8869 * gdb.mi/mi-var-cmd.exp: Likewise.
8870 * gdb.mi/mi-var-display.exp: Likewise.
8871 * gdb.mi/mi2-var-block.exp: Likewise.
8872 * gdb.mi/mi2-var-child.exp: Likewise.
8873 * gdb.mi/mi2-var-cmd.exp: Likewise.
8874 * gdb.mi/mi2-var-display.exp: Likewise.
8875
00b51b9f
MK
88762004-08-15 Mark Kettenis <kettenis@gnu.org>
8877
8878 * gdb.base/unload.c (main): Make local variable msg const.
8879
45f07fef
MC
88802004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8881
8882 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
8883 to bug-gnu@prep.ai.mit.edu.
8884 * gdb.mi/mi-disassemble.exp: Likewise.
8885 * gdb.mi/mi-eval.exp: Likewise.
8886 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
8887 default line number.
8888 * gdb.mi/mi-return.exp: Likewise.
8889 * gdb.mi/mi-simplerun.exp: Likewise.
8890 * gdb.mi/mi-stack.exp: Likewise.
8891 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
8892 number with explicit range test.
8893 * gdb.mi/mi-watch.exp: Likewise.
8894 * gdb.mi/mi2-break.exp: Likewise.
8895 * gdb.mi/mi2-cli.exp: Likewise.
8896 * gdb.mi/mi2-disassemble.exp: Likewise.
8897 * gdb.mi/mi2-eval.exp: Likewise.
8898 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
8899 default line number.
8900 * gdb.mi/mi2-return.exp: Likewise.
8901 * gdb.mi/mi2-simplerun.exp: Likewise.
8902 * gdb.mi/mi2-stack.exp: Likewise.
8903 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
8904 number with explicit range test.
8905 * gdb.mi/mi2-watch.exp: Likewise.
8906
dd8c8ee7
MC
89072004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8908
8909 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
8910 * gdb.cp/m-static.exp: Likewise.
8911 * gdb.cp/rtti.exp: Likewise.
8912
4e838464
MK
89132004-08-14 Mark Kettenis <kettenis@gnu.org>
8914
8915 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
8916
8d8cb839
EZ
89172004-08-14 Eli Zaretskii <eliz@gnu.org>
8918
8919 * ChangeLog: Prefix Local Variables with semi-colons and indent
8920 the reference to older ChangeLog files, to fix fontification in
8921 Emacs.
8922
deea8bb0
MC
89232004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8924
8925 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
8926 * gdb.mi/mi2-break.exp: Likewise.
8927
c3297504
MC
89282004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8929
8930 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
8931
25808999
MC
89322004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8933
8934 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
8935
226a8d71
MC
89362004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8937
8938 * gdb.cp/classes.exp: Remove unused declarations. Just let
8939 test names default instead of providing special names. Remove
8940 extraneous demangler test.
8941
37fdf854
JJ
89422004-08-12 Jeff Johnston <jjohnstn@redhat.com>
8943
8944 * gdb.base/unload.exp: New test for breakpoints in dynamically
8945 loaded libraries.
8946 * gdb.base/unload.c: Ditto.
8947 * gdb.base/unloadshr.c: Ditto.
8948
2d3a7986
MC
89492004-08-12 Michael Chastain <mec.gnu@mindspring.com>
8950
8951 * gdb.cp/classes.exp (test_ptype_class_objects): Call
8952 cp_test_ptype_class.
8953 (test_enums): Likewise.
8954
c72b934c
AC
89552004-08-10 Andrew Cagney <cagney@gnu.org>
8956
8957 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8958 files.
8959
cc503c8a
AC
89602004-08-10 Andrew Cagney <cagney@gnu.org>
8961
8962 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
8963 init_malloc call.
8964
902f2ccb
MC
89652004-08-10 Michael Chastain <mec.gnu@mindspring.com>
8966
8967 * ChangeLog: Add copyright notice. The notice is copied
8968 from emacs 21.3 top level ChangeLog.
8969
78c90502
MC
89702004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8971
8972 * lib/cp-support.exp: New file.
8973 * lib/cp-support.exp (cp_test_type_class): New function.
8974 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
8975 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
8976 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
8977 cp_test_ptype_class.
8978
88e5ea78
MC
89792004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8980
8981 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
8982 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8983 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
8984 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
8985 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8986 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
8987 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
8988 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
8989 gdb.mi/mi2-watch.exp: Update copyright years.
8990
6a89fc9c
MK
89912004-08-09 Mark Kettenis <kettenis@gnu.org>
8992
8993 * gdb.base/sigaltstack.exp: Provide proper anchoring.
8994
1482e0de
MC
89952004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8996
8997 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
8998 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
8999 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9000 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9001 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9002 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9003 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9004 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9005 gdb.mi/mi-watch.exp: Update copyright years.
9006
1a5ce3f3
DJ
90072004-08-08 Daniel Jacobowitz <dan@debian.org>
9008
9009 PR gdb/1738
9010 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9011 from a breakpoint with a pending signal.
9012
04f6ecf2
DJ
90132004-08-08 Daniel Jacobowitz <dan@debian.org>
9014
9015 PR gdb/1736
9016 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9017 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9018 the prompt.
9019 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9020
54d90d35
DJ
90212004-08-08 Daniel Jacobowitz <dan@debian.org>
9022
9023 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9024
d2f6abb0
DJ
90252004-08-08 Daniel Jacobowitz <dan@debian.org>
9026
9027 PR gdb/1736
9028 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9029 for i?86-*-linux*.
9030
5598c03d
DJ
90312004-08-08 Daniel Jacobowitz <dan@debian.org>
9032
9033 * gdb.arch/i386-prologue.exp: Compile without debug information.
9034
c6fee705
MC
90352004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9036
9037 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9038 rather than asking gdb to search.
9039
dd90efdb
MC
90402004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9041
9042 * gdb.base/gcore.c: Include <string.h>.
9043
1e84bec1
MC
90442004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9045
9046 * gdb.base/gcore.c: Add copyright notice.
9047
e425eb2b
MC
90482004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9049
9050 * gdb.base/freebpcmd.c: Include <stdio.h>.
9051 * gdb.base/long_long.c: Include <string.h>.
9052 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9053 * gdb.base/siginfo.c: Include <string.h>.
9054 * gdb.base/sigstep.c: Include <string.h>.
9055
cb9aaed5
MC
90562004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9057
9058 * gdb.base/complex.c: Include <stdlib.h>.
9059
55944f3d
MC
90602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9061
9062 * gdb.base/complex.c: Add copyright notice.
9063
7b2953d9
MC
90642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9065
9066 * gdb.base/charset.c: Include <stdlib.h>.
9067
c9133d23
MC
90682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9069
9070 * gdb.base/auxv.c: Include <stdlib.h>.
9071
0a8490ad
MC
90722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9073
9074 * gdb.base/auxv.c: Add copyright notice.
9075
3426d5ec
MC
90762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9077
9078 * gdb.base/coremaker.c: Add copyright notice.
9079 * gdb.base/coremaker2.c: Add copyright notice.
9080
8da195dd
AC
90812004-08-04 Andrew Cagney <cagney@gnu.org>
9082
9083 * gdb.base/store.exp: Update copyright.
9084 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9085 names, do not import gdb_prompt.
9086
8d394f98
AC
90872004-08-01 Andrew Cagney <cagney@gnu.org>
9088
9089 Fix PR testsuite/1729.
9090 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9091 not use capture_value with value 4.
9092 (capture_value): Add optional test name parameter.
9093 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9094 the prefix, pass to capture_value.
9095
b6702b23
MK
90962004-08-01 Mark Kettenis <kettenis@gnu.org>
9097
9098 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9099 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9100 (main): Call new function.
9101
c203e0ca
MC
91022004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9103
9104 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9105
a7995a30
MC
91062004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9107
9108 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9109
9366563b
MC
91102004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9111
b6eeaf26 9112 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9113 Accept more values of vtbl pointer. Remove some messages
9114 about "obsolete gcc or gdb".
9115
2fc1f950
MC
91162004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9117
9118 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9119
c724d49b
MC
91202004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9121
9122 * gdb.base/asm-source.exp: Properly convert target board
9123 debug flags from gcc format to binutils format.
9124
736b0fce
MK
91252004-07-28 Mark Kettenis <kettenis@gnu.org>
9126
9127 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9128 gdb1718". PR backtrace/1718 partially fixed.
9129
5633ea5c
JJ
91302004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9131
9132 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9133
575eebb1
NC
91342004-07-26 Nick Clifton <nickc@redhat.com>
9135
9136 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9137 good default value for a specific architecture is available then
9138 set it to that value. Otherwise default to the -gstabs switch.
9139 Remove the -g... switches from the asm-flags variable. Allow the
9140 target board info to override the value if it wants to. Pass the
9141 switch on the assembler command line.
9142
62104619
MK
91432004-07-23 Mark Kettenis <kettenis@gnu.org>
9144
9145 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9146 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9147 (main): Call new function.
9148
4a1135b8
MC
91492004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9150
9151 Test for PR exp/1715.
9152 * gdb.base/radix.exp: Refactor common procedures. Make all
9153 test names unique. Change XFAIL to KFAIL.
9154
8a12c1f0
MC
91552004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9156
9157 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9158 * gdb.ada/gnat_ada.gin: ... to here.
9159 * configure.in: Use gnat_ada.gin.
9160 * configure: Regenerate.
9161
23b451cf
AC
91622004-07-20 Andrew Cagney <cagney@gnu.org>
9163
9164 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9165 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9166 XFAILs. Clean up test messages and comments. Check backtraces.
9167 Delete re-sync code.
9168
ab618a02
MC
91692004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9170
9171 Fix PR cli/740.
9172 * gdb.base/annota1.exp: Honor gdb,nosignals.
9173 * gdb.base/annota3.exp: Likewise.
9174
46dad340
MC
91752004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9176
9177 * lib/java.exp: Update copyright notice.
9178
756d8c70
AC
91792004-07-19 Andrew Cagney <cagney@gnu.org>
9180
9181 * gdb.base/selftest.exp: Copy file from here ...
9182 * gdb.gdb/selftest.exp: ... to here.
9183
586027e6
AC
91842004-07-16 Andrew Cagney <cagney@redhat.com>
9185
9186 * lib/insight-support.exp: Delete file.
9187 * lib/java.exp (java_init): Fix copyright.
9188
029d2200
AC
91892004-07-16 Andrew Cagney <cagney@gnu.org>
9190
9191 * gdb.base/restore.c: Append "prologue" to comments marking the a
9192 function's prologue.
9193 * gdb.base/restore.exp: Update copyright, re-indent.
9194 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9195 callerN" prefix where needed. Update patterns that match a
9196 function's prologue.
9197
653b62c5
MC
91982004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9199
9200 * gdb.base/restore.c: Add copyright notice.
9201
f7d690e5
AC
92022004-07-16 Andrew Cagney <cagney@gnu.org>
9203
9204 * gdb.base/logical.exp: Update copyright.
9205 (evaluate): New procedure. Use to re-implement tests using
9206 several tables.
9207
d629a7cb
MH
92082004-07-14 Martin Hunt <hunt@redhat.com>
9209
9210 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9211 which fixes some problems where init.tcl was not found.
9212
9c7bb332
AC
92132004-07-13 Andrew Cagney <cagney@gnu.org>
9214
6bf46641
AC
9215 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9216 (check_sizeof, check_valueof): Do not include the output in the
9217 test name. Use gdb_test.
9218 (get_valueof): Use gdb_test_multiple.
9219
c4ffd4c0
AC
9220 * gdb.base/step-test.exp: Update copyright. Use
9221 gdb_test_multiple. Ensure that test names do not include
9222 architecture dependent output.
9223
ab89363a
AC
9224 * gdb.gdb/observer.exp: Update copyright.
9225 (setup_test): Use gdb_test_multiple.
9226 (attach_first_observer, attach_second_observer)
9227 (attach_third_observer, detach_first_observer)
9228 (detach_second_observer, detach_third_observer)
9229 (reset_counters, check_counters): Make $message a prefix.
9230 (test_normal_stop_notifications): Add "args" parameter - a list of
9231 init functions to be called. Make $message a prefix,
9232 (test_observer_normal_stop): Change the message prefixes so that
9233 they are unique, pass the attach / detach procedures to
9234 test_normal_stop_notifications.
9235
ec58997a
AC
9236 * gdb.base/signull.exp (test_segv): Prefix all tests with
9237 "${name}". Clean up test messages.
9238
b475183b
AC
9239 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9240
9c7bb332
AC
9241 * gdb.base/ena-dis-br.exp: Update copyright.
9242 (break_at): New function. Replace send_gdb with gdb_test,
9243 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9244 ignore count, not stopped at bpt", with KFAIL.
9245
2dd95497
CV
92462004-07-13 Corinna Vinschen <vinschen@redhat.com>
9247
9248 * gdb.base/attach.exp: Remove cleanupfile handling.
9249
419e626b
AC
92502004-07-12 Andrew Cagney <cagney@gnu.org>
9251
9252 * gdb.base/annota1.exp: Cleanup corefile test name.
9253 * gdb.base/annota3.exp: Ditto.
9254
8b1b3228
AC
92552004-07-12 Andrew Cagney <cagney@gnu.org>
9256
78650829
AC
9257 * gdb.base/signals.exp: Clean up copyright, re-indent.
9258
8b1b3228
AC
9259 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9260 gdb_test and gdb_test_multiple.
9261
935c2760
JJ
92622004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9263
9264 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9265 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9266 provide line number info for first statement in main.
9267
1544280f
AC
92682004-07-08 Andrew Cagney <cagney@gnu.org>
9269
1279f4ff
AC
9270 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9271
1544280f
AC
9272 * gdb.base/sigbpt.exp: Make the common part of each test name a
9273 prefix instead of suffix.
9274
bcc82369
BR
92752004-07-07 Bob Rossi <bob_rossi@cox.net>
9276
9277 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9278 test from test_tbreak_creation_and_listing to
9279 test_file_list_exec_source_file
9280 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9281 Changed name of test from test_tbreak_creation_and_listing to
9282 test_file_list_exec_source_file
9283
23f4b0aa
JJ
92842004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9285
9286 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9287 the jmisc() constructor instead of <init>.
9288 * gdb.java/jmisc1.exp: Ditto.
9289
56401cd5
AC
92902004-07-07 Andrew Cagney <cagney@gnu.org>
9291
9292 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9293 corrupting the PC.
9294
44ae2f6a
MC
92952004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9296
9297 * gdb.cp/templates.exp: Accept whitespace change in demangler
9298 output.
9299
45a83408
AC
93002004-07-06 Andrew Cagney <cagney@gnu.org>
9301
9302 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9303
d205ad70
MC
93042004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9305
9306 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9307 * lib/compiler.cc: Likewise.
9308
06ea1a61
MC
93092004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9310
9311 * lib/compiler.cc: Work around string preprocessing problem
9312 with old hp c++ compiler.
9313 * lib/compiler.c: Likewise.
9314
daab1251
CV
93152004-06-29 Corinna Vinschen <vinschen@redhat.com>
9316
9317 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9318 directives to conditionalize symbol prefixing.
9319 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9320 additional_flags handling. Add underscore prefix for Cygwin.
9321 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9322 conditionalize symbol prefixing.
9323 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9324 additional_flags handling. Add underscore prefix for Cygwin.
9325
cc984116
CV
93262004-06-29 Corinna Vinschen <vinschen@redhat.com>
9327
9328 * gdb.base/bigcore.exp: Skip test on Cygwin.
9329
c279b077
MC
93302004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9331
9332 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9333 formats for "info register". Use gdb_test_multiple. Fix
9334 the "invalid register" test.
9335
0e915747
CV
93362004-06-28 Corinna Vinschen <vinschen@redhat.com>
9337
9338 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9339 PID for Cygwin. Add Cygwin specific strings to check for in some
9340 tests.
9341 (do_attach_tests): Add a test for user interaction when attaching
9342 to a process with no matching symbol table already loaded.
9343
11422c86
AC
93442004-06-26 Andrew Cagney <cagney@gnu.org>
9345
9346 Test PR java/1567 and PR java/1565.
9347 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9348 * gdb.java/jmisc2.exp: Delete file.
9349
cefbce26
MC
93502004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9351
9352 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9353
e19f872c
CV
93542004-06-25 Corinna Vinschen <vinschen@redhat.com>
9355
9356 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9357 attach process.
9358
d931ba3b
MC
93592004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9360
9361 * gdb.cp/pr-1553.exp: Remove.
9362
aef68c48
MC
93632004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9364
9365 * gdb.cp/pr-1553.cc: Remove.
9366 * gdb.cp/pr-1553.exp: Disable this test.
9367
8d5df71a
JB
93682004-06-20 Jim Blandy <jimb@redhat.com>
9369
a9c64011 9370 Fix PR testsuite/1680.
8d5df71a
JB
9371 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9372 regular expressions.
9373
4ac6f39d
MC
93742004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9375
9376 Fix PR testsuite/1679.
9377 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9378 Issue an UNSUPPORTED result instead.
9379
1b413552
JB
93802004-06-18 Jim Blandy <jimb@redhat.com>
9381
9382 * gdb.base/charset.exp: Only send a control-C if we see a new
9383 prompt and incomplete command.
9384
6daa6ebd
MC
93852004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9386
9387 * gdb.cp/pr-574.cc: Add copyright notice.
9388
51fa4ae0
JB
93892004-06-17 Jim Blandy <jimb@redhat.com>
9390
9391 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9392 cases where the regexp has no groups; this grabs random text from
9393 the previous test suite, whatever that was.
9394
8fea26c5
MC
93952004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9396
9397 * gdb.cp/printmethod.cc: Add copyright notice.
9398
1e3aeb41
MC
93992004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9400
9401 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9402
9d9030bc
AC
94032004-06-16 Andrew Cagney <cagney@gnu.org>
9404
9405 * gdb.base/signull.c: Update copyright. Include <string.h>.
9406 (bowler): Replace data_pointer with data_read
9407 and data_write cases. Add code_descriptor case.
9408 (zero, desc): New array and pointer.
9409 (data, code): Change to simple pointers.
9410 * gdb.base/signull.exp: Fix probe pattern matching a function
9411 descriptor SIGSEGV. Replace data_pointer with data_read and
9412 data_write tests.
9413
acd4ad44
AC
94142004-06-16 Andrew Cagney <cagney@gnu.org>
9415
9416 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9417
08fd625c
MC
94182004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9419
9420 * gdb.base/long_long.c: Add copyright notice.
9421
1903502c
MC
94222004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9423
9424 * gdb.base/long_long.exp: Remove reference to
9425 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9426 to gdb_breakpoint and gdb_continue_to_breakpoint.
9427
83313cb1
JB
94282004-06-14 Jim Blandy <jimb@redhat.com>
9429
9430 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9431 endian case.
9432
1bf404ef
AC
94332004-06-14 Andrew Cagney <cagney@gnu.org>
9434
9435 * gdb.base/gcore.exp (capture_command_output): Delete the always
9436 passing tests containing inferior values.
9437 * gdb.base/ending-run.exp: Do not include the breakpoint address
9438 in the test message. Update copyright.
9439 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9440 size in the test name, use gdb_test_multiple. Update copyright.
9441
ef220b33
MC
94422004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9443
9444 * gdb.cp/ref-types.cc: Add copyright notice.
9445
4f70a4c9
MC
94462004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9447
9448 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9449 hp_aCC_compiler.
9450 * lib/compiler.cc: Likewise.
9451 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9452 'set' commands. Log diagnostics for other lines. Set
9453 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9454
335928ac
MC
94552004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9456
9457 * gdb.cp/try_catch.cc: Add copyright notice.
9458
2efb12e8
MC
94592004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9460
9461 * gdb.cp/userdef.cc: Add copyright notice.
9462
0bbed51a
MC
94632004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9464
9465 * gdb.cp/virtfunc.cc: Add copyright notice.
9466
e12a46c9
RC
94672004-06-11 Randolph Chung <tausq@debian.org>
9468
9469 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9470 problem.
9471
338e05af
AC
94722004-06-10 Andrew Cagney <cagney@gnu.org>
9473
9474 * lib/compiler.cc, lib/compiler.c: Append either
9475 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9476 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9477 instead of gcc-3-3.
9478
dc3f10cb
AC
94792004-06-09 Andrew Cagney <cagney@gnu.org>
9480
b4d946af
AC
9481 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9482 gdb/1455, bug is specific to "long long" and "double".
a9c64011 9483
dc3f10cb
AC
9484 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9485 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9486 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9487 fixed.
9488
b5c0bfa2
AC
94892004-06-09 Andrew Cagney <cagney@gnu.org>
9490
9491 * gdb.base/structs.exp (test_struct_returns): Replace
9492 "return_value_unknown" and "finish_value_unknown" by
9493 "return_value_known" and "finish_value_known". Instead of
9494 "return_value_unknown" iff "finish_value_unknown", check
9495 "return_value_known" implies "finish_value_known".
9496
caeb605f
MH
94972004-06-08 Martin Hunt <hunt@redhat.com>
9498
9499 * gdb.base/float.exp: Add pattern for mips targets.
9500
c892bb64
RC
95012004-06-08 Randolph Chung <tausq@debian.org>
9502
9503 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9504 message for unknown architectures more clear.
9505
48306d3e
JB
95062004-06-08 Joel Brobecker <brobecker@gnat.com>
9507
9508 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9509 start the execution of the program.
9510
83ecb59f
JB
95112004-06-07 Jim Blandy <jimb@redhat.com>
9512
9513 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9514 * gdb.arch/i386-cpuid.h: New helper file.
9515
55264cb4
RC
95162004-06-07 Randolph Chung <tausq@debian.org>
9517
9518 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9519 has started.
9520
23cadb28
RM
95212004-06-04 Roland McGrath <roland@redhat.com>
9522
9523 Fix PR gdb/1647.
9524 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9525 differently to be robust to output buffering differences.
9526
51d01eda
MC
95272004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9528
9529 * gdb.threads/pthreads.exp: Update copyright years.
9530 (check_control_c): Change asynchronous 'after' to synchronous.
9531
f4fc3b93
RM
95322004-06-04 Roland McGrath <roland@redhat.com>
9533
9534 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9535 next gdb prompt.
9536
4013522b
MC
95372004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9538
9539 Fix PR gdb/1636.
9540 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9541 calls to synchronous.
9542
7a8f1e6b
JB
95432004-05-26 Jim Blandy <jimb@redhat.com>
9544
9545 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9546
81bb3443
RC
95472004-05-24 Randolph Chung <tausq@debian.org>
9548
9549 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9550 * gdb.asm/pa.inc: New file.
9551
8f5a3103
MK
95522004-05-22 Mark Kettenis <kettenis@gnu.org>
9553
9554 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9555
734b8fe8 95562004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 9557 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
9558
9559 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9560 GDB prompt.
9561
725603e1
UW
95622004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9563
f4fc3b93 9564 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
9565 setjmp/longjmp. Use sigaction instead of signal.
9566
8b923272 95672004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 9568 Michael Snyder <msnyder@redhat.com>
8b923272
JB
9569
9570 * gdb.threads/pthread_cond_wait.c: New file.
9571 * gdb.threads/pthread_cond_wait.exp: New testcase.
9572
8bfabb04
AC
95732004-05-13 Andrew Cagney <cagney@redhat.com>
9574
9575 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9576 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9577
42edda50
AC
95782004-05-11 Andrew Cagney <cagney@redhat.com>
9579
9580 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9581 fixed but revealed gdb/1639.
9582
d303a6c7
AC
95832004-05-10 Andrew Cagney <cagney@redhat.com>
9584
9585 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9586 func1" and "next to 2nd alarm", kernel bug avoided.
9587
bf08c2a1
DJ
95882004-05-10 Daniel Jacobowitz <dan@debian.org>
9589
9590 PR external/1568
9591 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9592 XFAIL if it is smaller than bytes_allocated.
9593 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9594 (main): Make chunks_allocated unsigned. Correct comment.
9595
c0586a34
JB
95962004-05-07 Joel Brobecker <brobecker@gnat.com>
9597
9598 * gdb.arch/powerpc-aix-prologue.c: New file.
9599 * gdb.arch/powerpc-aix-prologue.exp: New file.
9600
f2785d12
JB
96012004-05-07 Jim Blandy <jimb@redhat.com>
9602
9603 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9604 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9605
bd7f6e30
JB
96062004-05-06 Joel Brobecker <brobecker@gnat.com>
9607
9608 * gdb.base/sep.exp: No longer setup_kfail when the program was
9609 built with dwarf2.
9610
0a5e7efe
JI
96112004-05-05 Jim Ingham <jingham@apple.com>
9612
9613 * gdb.base/pending.exp: Make sure pending breakpoints
9614 preserve the ignore count.
f4fc3b93 9615
a8958849
MK
96162004-04-27 Jerome Guitton <guitton@gnat.com>
9617
9618 * i386-prologue.exp: Add testcase for jump instruction as first
9619 instruction of the real code.
9620 * i386-prologue.c (jump_at_beginning): New function.
9621
7e103f5b
MK
96222004-04-28 Mark Kettenis <kettenis@gnu.org>
9623
9624 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9625 x86_64-*-*.
9626
5d38b224
MK
96272004-04-28 Mark Kettenis <kettenis@gnu.org>
9628
9629 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9630 i*86-*-*.
9631
0ef32fd9
MK
96322004-04-25 Mark Kettenis <kettenis@gnu.org>
9633
9634 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9635 expression that checks the return type.
9636
71d7dd7c
AC
96372004-04-23 Andrew Cagney <cagney@redhat.com>
9638
9639 * gdb.base/call-sc.exp: New test of scalar call/return values.
9640 * gdb.base/call-sc.c: Ditto.
9641
1e9f977e
JJ
96422004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9643
9644 * gdb.threads/manythreads.c: Reduce thread stack size.
9645
899d9e3a
JJ
96462004-04-23 Jeff Johnston <jjohnstn@redhat.com>
9647
9648 * gdb.threads/manythreads.c: Add copyright notice.
9649
61bcae62
AC
96502004-04-23 Andrew Cagney <cagney@redhat.com>
9651
9652 * gdb.base/siginfo.exp: Better handle step out of signal.
9653 * gdb.base/sigstep.exp: Ditto.
9654
7339a42e 96552004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 9656 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
9657
9658 * gdb.threads/manythreads.c: New testcase.
9659 * gdb.threads/manythreads.exp: Ditto.
9660
5c98409b
JB
96612004-04-22 Jim Blandy <jimb@redhat.com>
9662
9663 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
9664 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
9665
3b611f1a
MC
96662004-04-21 Michael Chastain <mec.gnu@mindspring.com>
9667
9668 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
9669
f0fd9238
AC
96702004-04-21 Andrew Cagney <cagney@redhat.com>
9671
9672 * gdb.base/sigstep.c: New file.
9673 * gdb.base/sigstep.exp: New file.
9674
90990674
JB
96752004-04-16 Joel Brobecker <brobecker@gnat.com>
9676
9677 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
9678 call to observer_notify_normal_stop.
9679
78cef34b
AC
96802004-04-15 Andrew Cagney <cagney@redhat.com>
9681
9682 * gdb.base/siginfo.c: New file.
9683 * gdb.base/siginfo.exp: New file.
9684
d2343407
JB
96852004-04-12 J. Brobecker <brobecker@gnat.com>
9686
9687 * gdb.base/sep.exp: Fix typo in comment.
9688
a2dba3c8
JB
96892004-04-12 J. Brobecker <brobecker@gnat.com>
9690
9691 * gdb.base/sep.c: New file.
9692 * gdb.base/sep-proc.c: New file.
9693 * gdb.base/sep.exp: New testcase.
9694
15f7b60e
MK
96952004-04-09 Mark Kettenis <kettenis@gnu.org>
9696
9697 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
9698 support.
9699
44f4de1a
AC
97002004-04-05 Andrew Cagney <cagney@redhat.com>
9701
9702 * gdb.base/sigaltstack.c: New file.
9703 * gdb.base/sigaltstack.exp: New file.
9704
ef04f396
JB
97052004-04-04 Joel Brobecker <brobecker@gnat.com>
9706
9707 * gdb.base/foll-fork.exp: Update the expected output for
9708 "help set follow-fork-mode", to match a change that was made
9709 to the help of this variable on 2004-01-13.
9710
d40d2c92
JB
97112004-04-01 Joel Brobecker <brobecker@gnat.com>
9712
9713 * lib/ada.exp: Add copyright notice.
9714 * bar.ads: Likewise.
9715 * bar.adb: Likewise.
9716 * null_record.adb: Likewise.
9717 * null_record.exp: Likewise.
9718 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
9719
f86ef5a3
JB
97202004-04-01 Joel Brobecker <brobecker@gnat.com>
9721
9722 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
9723 * configure: Regenerate.
9724
414e70e3
JB
97252004-04-01 Joel Brobecker <brobecker@gnat.com>
9726
9727 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
9728 to build the application. Remove the message printed when in
9729 verbose mode, redundant with the UNSUPPORTED message above.
9730
f0aaee49
JB
97312004-03-31 Joel Brobecker <brobecker@gnat.com>
9732
9733 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
9734 * gdb.ada (null_record.exp): New testcase.
9735
ac81cb54
JB
97362004-03-31 Joel Brobecker <brobecker@gnat.com>
9737
9738 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
9739
854af2f7
JB
97402004-03-31 Joel Brobecker <brobecker@gnat.com>
9741
9742 * gdb.ada: New subdirectory.
9743 * gdb.ada/Makefile.in: New file.
9744 * gdb.ada/gnat_ada.gpr.in: New file.
9745
034cb681
JB
97462004-03-31 Joel Brobecker <brobecker@gnat.com>
9747
9748 * lib/ada.exp: New file.
9749
78a1a894
DJ
97502004-03-24 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
9753 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
9754
4b2b3b3e
AC
97552004-03-22 Andrew Cagney <cagney@redhat.com>
9756
9757 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
9758 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9759 Problem identified by Ulrich Weigand.
9760
23c73aa3
DC
97612004-03-17 David Carlton <carlton@kealia.com>
9762
9763 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
9764 PR c++/826.
9765
d63a86f8
RM
97662004-03-16 Roland McGrath <roland@redhat.com>
9767
9768 * gdb.base/auxv.exp: New file.
9769 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
9770
0e02aa50
DC
97712004-03-12 David Carlton <carlton@kealia.com>
9772
9773 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
9774 * gdb.cp/pr-1553.cc: Ditto.
9775 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
9776 pass branch.
9777
c20b71be
MC
97782004-03-12 Michael Chastain <mec.gnu@mindspring.com>
9779
9780 * gdb.cp/templates.exp: Accept more template types.
9781
c7414a01
MC
97822004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9783
9784 From Corinna Vinschen with modifications.
9785 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
9786 local variable obj_with_enum.
9787 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
9788 results with obj_with_enum.
9789
ed69573c
MC
97902004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9791
9792 * gdb.cp/classes.cc: New file, copied from misc.cc.
9793 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
9794
28301461
MC
97952004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9796
9797 * gdb.cp/misc.cc: Add copyright notice.
9798
1198ecbe
DC
97992004-03-05 David Carlton <carlton@kealia.com>
9800
9801 * gdb.cp/rtti.exp: Add 'print *obj3' test.
9802 * gdb.cp/rtti.h: Update copyright.
9803 (namespace n2::n3): New.
9804 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
9805 (n2::n3::func3): New.
9806 (main): Call n2::n3::func3.
9807 * gdb.cp/rtti2.cc: Update copyright.
9808 (n2::create3): New.
9809
9e08c470
MK
98102004-03-04 Mark Kettenis <kettenis@gnu.org>
9811
9812 * gdb.asm/openbsd.inc: Fix typo.
9813
4bebc3aa
FF
98142004-03-03 Fred Fish <fnf@redhat.com>
9815
9816 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
9817 "val" instead of unused "size". Update copyright year.
9818
6ea9fb37
DJ
98192004-02-29 Daniel Jacobowitz <drow@mvista.com>
9820
9821 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
9822 to use unsigned char.
9823 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
9824 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
9825
23b23974
DJ
98262004-02-29 Daniel Jacobowitz <drow@mvista.com>
9827
9828 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
9829 line of output.
9830
7574fd53
DJ
98312004-02-28 Daniel Jacobowitz <drow@mvista.com>
9832
9833 * gdb.base/relocate.c (dummy): Initialize.
9834
a195357f
DJ
98352004-02-28 Daniel Jacobowitz <drow@mvista.com>
9836
9837 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
9838 a breakpoint at exit.
9839
72fd54a9
FF
98402004-02-27 Fred Fish <fnf@redhat.com>
9841
9842 * gdb.base/chng-syms.exp: Add expect condition to match failing
9843 case that isn't a timeout.
9844
b9d23137
AC
98452004-02-27 Andrew Cagney <cagney@redhat.com>
9846
9847 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
9848 support.
9849
15d208f6 98502004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 9851
15d208f6
FF
9852 * gdb.arch/gdb1431.c: Remove.
9853 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
9854 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
9855 of "until" incorrectly.
9856
98f9cd2d
JB
98572004-02-26 J. Brobecker <brobecker@gnat.com>
9858
9859 * gdb.cp/class2.cc (empty): New class.
9860 (refer): New function.
9861 (main): Declare an object of type empty and use it.
9862 * gdb.cp/class2.exp: Print the value of an object of type empty.
9863
9b50c11b
JJ
98642004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9865
9866 * gdb.base/langs.exp: Update query string to match the
9867 new nquery format used for pending breakpoints.
9868
0dcd613f
AC
98692004-02-26 Andrew Cagney <cagney@redhat.com>
9870
9871 Fix PR i18n/1570.
9872 * gdb.base/charset.c: Update copyright notice.
9873 (main, init_string): Remove the escape character '\e' tests.
9874 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
9875 * gdb.base/charset.exp (valid_host_charset): Ditto.
9876 * gdb.base/setvar.exp: Ditto.
9877
b8a56647
AC
98782004-02-24 Andrew Cagney <cagney@redhat.com>
9879
90d59e34
AC
9880 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
9881 mmapped data in core file" PASS and FAIL messages consistent.
9882
b8a56647
AC
9883 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
9884 setting a breakpoint. Work around PR java/1565.
9885
9f27c604
JJ
98862004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9887
9888 * lib/gdb.exp (gdb_breakpoint): Update query string to match
9889 new nquery format.
9890 * gdb.base/pending.exp: Ditto.
9891
3224a706
MK
98922004-02-22 Mark Kettenis <kettenis@gnu.org>
9893
9894 * configure.in: Run stabs tests on *BSD.
9895 * configure: Regenerated.
9896
41e0a9ca
MK
98972004-02-21 Mark Kettenis <kettenis@gnu.org>
9898
9899 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
9900
1e1b3428
FF
99012004-02-20 Fred Fish <fnf@redhat.com>
9902
9903 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
9904 blank in test for "returns short", for consistency with other
9905 "returns xxx" tests. Update copyright year.
9906
f9a7572a
FF
99072004-02-19 Fred Fish <fnf@redhat.com>
9908
9909 New testcase for PR breakpoint/1558.
9910 * gdb.arch/gdb1558.exp: New file.
9911 * gdb.arch/gdb1558.c: New file.
9912
b2ce2854
EZ
99132004-02-19 Elena Zannoni <ezannoni@redhat.com>
9914
9915 * gdb.base/nodebug.exp: Fix typo.
9916
e7c9ff01
JB
99172004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9918
9919 Committed by Jim Blandy <jimb@redhat.com>.
9920
62f4b920
JB
9921 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
9922
2db536a1
JB
9923 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
9924
e7c9ff01
JB
9925 * gdb.base/float.exp: Support s390*-*-* targets.
9926
f3205b34
AF
99272004-02-17 Adam Fedor <fedor@gnu.org>
9928
9929 * gdb.base/gdb1555.exp: New file.
9930 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
9931
9d62932d
EZ
99322004-02-17 Elena Zannoni <ezannoni@redhat.com>
9933
9934 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
9935
344c9711
FF
99362004-02-16 Fred Fish <fnf@redhat.com>
9937
9938 * gdb.arch/gdb1291.c: Remove
9939 * gdb.arch/gdb1291.s: New test input file.
9940 * gdb.arch/gdb1291.exp: Expand test to check case that should not
9941 fail. Test for correct result, known incorrect result, other
9942 failures and timeouts.
9943
2d822687
AC
99442004-02-16 Andrew Cagney <cagney@redhat.com>
9945
9946 * gdb.base/bigcore.exp: New file.
9947 * gdb.base/bigcore.c: New file.
9948
dac15b66
AC
99492004-02-13 Andrew Cagney <cagney@redhat.com>
9950
9951 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
9952 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
9953 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
9954 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
9955 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
9956 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
9957 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
9958 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
9959 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
9960 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
9961
6bdfc2c4
JJ
99622004-02-11 Jeff Johnston <jjohnstn@redhat.com>
9963
9964 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
9965 executed is an alloc instruction.
9966
87b3ede8
DC
99672004-02-11 David Carlton <carlton@kealia.com>
9968
9969 * gdb.cp/breakpoint.exp: New.
9970 * gdb.cp/breakpoint.cc: New.
9971
6e19e2bf
MC
99722004-02-11 Michael Chastain <mec.gnu@mindspring.com>
9973
9974 Partial fix for PR gdb/1543.
9975 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
9976 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
9977 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
9978 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
9979 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
9980 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
9981 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
9982 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
9983 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
9984 to bug-gdb@prep.ai.mit.edu .
9985 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
9986 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
9987 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
9988 Likewise.
9989
5c5455dc
AC
99902004-02-10 Andrew Cagney <cagney@redhat.com>
9991
9992 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
9993 using gdb_internal_error_resync.
9994
9cf689d7
DJ
99952004-02-09 Daniel Jacobowitz <drow@mvista.com>
9996
9997 * gdb.threads/thread-specific.exp: Stop early if no threads are
9998 found.
9999
d2dc51db
MC
100002004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10001
10002 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10003
14b1a056
DJ
100042004-02-08 Daniel Jacobowitz <drow@mvista.com>
10005
10006 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10007 breakpoints.
10008
83f66e8f
DJ
100092004-02-07 Daniel Jacobowitz <drow@mvista.com>
10010
10011 * config/sim.exp (gdb_load): Handle $arg == "".
10012 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10013 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10014
30fc0091
EZ
100152004-02-07 Elena Zannoni <ezannoni@redhat.com>
10016
a9c64011
AS
10017 * gdb.base/maint.exp: Update test to reflect
10018 obstack changes.
30fc0091 10019
4d806929
JJ
100202004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10021
10022 * gdb.base/pendshr.c (pendfunc): New function that calls
10023 pendfunc1.
10024 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10025
7bfdd688
FF
100262004-02-04 Fred Fish <fnf@redhat.com>
10027
10028 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10029 function symbols and update copyright years.
10030 * gdb.arch/gdb1291.c: Ditto.
10031
aaa08ee4
MC
100322004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10033
10034 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10035
dbad7755
MC
100362004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10037
10038 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10039
ec4646ef
MC
100402004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10041
10042 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10043
1b802196
FF
100442004-02-02 Fred Fish <fnf@redhat.com>
10045
10046 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10047 remote targets. Update copyright years.
10048
18fe2033
JJ
100492004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10050
10051 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10052 support.
10053 * gdb.base/langs.exp: Fix test which attempts to create
10054 breakpoint on non-existent function to handle new pending
10055 support.
10056 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10057 a breakpoint.
10058 * gdb.base/pending.exp: New test.
10059 * gdb.base/pending.c: New file.
10060 * gdb.base/pendshr.c: Ditto.
10061
8d577d32
DC
100622004-02-02 David Carlton <carlton@kealia.com>
10063
10064 * gdb.cp/overload.exp: Add overloadNamespace tests.
10065 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10066 (overloadNamespace, XXX): New.
10067 (main): Call XXX::marker2.
10068
3ad13771
FF
100692004-02-01 Fred Fish <fnf@redhat.com>
10070
10071 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10072 * gdb.base/finish.exp: Ditto.
10073 * gdb.base/gcore.exp: Ditto.
10074 * gdb.base/huge.exp: Ditto.
10075 * gdb.base/info-proc.exp: Ditto.
10076 * gdb.base/return2.exp: Ditto.
10077 * gdb.threads/gcore-thread.exp: Ditto.
10078
44c75849
DJ
100792004-02-01 Daniel Jacobowitz <drow@mvista.com>
10080
10081 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10082
005bc093
MK
100832004-02-01 Mark Kettenis <kettenis@gnu.org>
10084
10085 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10086 that opening the file succeeds on OpenBSD.
10087
c47cebdb
DJ
100882004-02-01 Daniel Jacobowitz <drow@mvista.com>
10089
10090 * gdb.threads/thread-specific.c: New file.
10091 * gdb.threads/threads-specific.exp: New test script.
10092 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10093 to expect_out.
10094
5a01311c
MK
100952004-02-01 Mark Kettenis <kettenis@gnu.org>
10096
10097 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10098 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10099 only on the "print_small_structs from print_long_arg_list" test.
10100
ce22a4f1
DJ
101012004-02-01 Daniel Jacobowitz <drow@mvista.com>
10102
10103 * gdb.base/completion.exp: Kill a stray backslash.
10104
10105 From Jim Ingham <jingham@apple.com>:
10106 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10107 agrees with the result from sending a tab.
10108
abbab9d3
DJ
101092004-01-31 Daniel Jacobowitz <drow@mvista.com>
10110
10111 * gdb.base/chng-syms.exp: Remove stray newline.
10112
53904d1e
MK
101132004-01-31 Mark Kettenis <kettenis@gnu.org>
10114
10115 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10116 *-*-openbsd*.
10117 * gdb.asm/openbsd.inc: New file.
10118
3a4b3aac
MK
101192004-01-30 Mark Kettenis <kettenis@gnu.org>
10120
10121 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10122 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10123 *-*solaris2*. Remove commented out default settings for
10124 asm-flags. Replace gdb_compile with target_link.
10125
ebac27b4
MC
101262004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10127
10128 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10129 for all tests. Remove old hp-ux and cygnus xfail cases.
10130
d8679d84
PH
101312004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10132
10133 * gdb.base/chng-syms.exp: New file.
10134 * gdb.base/chng-syms.c: New file.
10135
0a55bc22
MC
101362004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10137
10138 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10139 Provide arms for current output in all my configurations.
10140
94b8e876
MC
101412004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10142
10143 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10144 * lib/compiler.cc: Likewise.
10145 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10146 get the right preprocessor. Eval the output directly. Remove
10147 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10148 hp_f77_compiler and hp_f90_compiler completely.
10149 (gdb_preprocess): Delete.
10150 (get_compiler): Delete.
10151
7cf03d44
MK
101522004-01-24 Mark Kettenis <kettenis@gnu.org>
10153
10154 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10155 <string.h>.
10156
68b6dce9
NR
101572004-01-24 Nick Roberts <nick@nick.uklinux.net>
10158
10159 * gdb.mi/mi-stack.exp: Update copyright.
10160
b368761e
DC
101612004-01-23 David Carlton <carlton@kealia.com>
10162
10163 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10164 test for cp_lookup_transparent_type.
10165 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10166 call them.
10167
f2061b53
DJ
101682004-01-23 Daniel Jacobowitz <drow@mvista.com>
10169
10170 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10171 after -var-update.
10172
37fc574a
DC
101732004-01-23 David Carlton <carlton@kealia.com>
10174
10175 * gdb.cp/namespace.cc (C::ensureRefs): New.
10176 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10177
8e94b928
NR
101782004-01-20 Nick Roberts <nick@nick.uklinux.net>
10179
10180 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10181 case "-stack-list-locals 2".
10182 * gdb.mi/mi-var-child.exp: Test for case
10183 "-var-list-children --all-values NAME".
10184
997b0952
MC
101852004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10186
10187 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10188
52470da3
MK
101892004-01-18 Mark Kettenis <kettenis@gnu.org>
10190
7049b4b8
MK
10191 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10192 used with gdb_test_multiple.
10193
52470da3
MK
10194 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10195 read at address 0. This fixes PR testsuite/1504.
10196
da6012e5
DJ
101972004-01-18 Daniel Jacobowitz <drow@mvista.com>
10198
10199 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10200 Remove downloading, guessing the host executable, the calls to
10201 gdb_file_cmd and gdb_target_cmd, and "load" support.
10202 (infer_host_exec): New function broken out from gdb_load.
10203 (gdb_load): New wrapper for gdbserver_gdb_load.
10204 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10205 gdb_target_cmd. Use -target-select.
10206 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10207 Download binaries to the host. Clear last_mi_remote_file when
10208 we load a new binary.
10209 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10210 call gdbserver_gdb_load and mi_gdb_target_cmd.
10211
32c70722
MC
102122004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10213
10214 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10215 type patterns.
10216
b0cecf36
MC
102172004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10218
10219 * gdb.cp/templates.exp: Fix typo in test name of
10220 "print Foo<volatile char*>::foo".
10221
4120d7e6
MC
102222004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10223
10224 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10225
f679e530
BE
102262004-01-16 Ben Elliston <bje@wasabisystems.com>
10227
10228 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10229 (clean mostlyclean): Remove empty rm.
10230
091c48f6
MC
102312004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10232
10233 * gdb.base/setvar.exp: Add copyright years.
10234
3e5fc8d2
DC
102352004-01-14 David Carlton <carlton@bactrian.org>
10236
10237 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10238 PR c++/1511 and update coment.
10239 * gdb.cp/templates.exp: Update patterns to match current output.
10240 If changes involve something other than whitespace, KFAIL
10241 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10242
63d06c5c
DC
102432004-01-14 David Carlton <carlton@kealia.com>
10244
10245 * gdb.cp/namespace.exp: Add tests involving classes defined within
10246 namespaces.
10247 * gdb.cp/namespace.cc (C::CClass): New.
10248 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10249
a51dab88
EZ
102502004-01-14 Elena Zannoni <ezannoni@redhat.com>
10251
10252 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10253 what debug info we have. Print a better message if something goes
10254 wrong while producing the separate debug info file.
10255
a476ccc9
MC
102562004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10257
10258 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10259
f453692c
MC
102602004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10261
10262 * gdb.base/callfuncs.c: Add copyright notice.
10263
f40063a5
MC
102642004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10265
10266 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10267 inheritance. PR gdb/1498, PR gcc/13539.
10268
19ac3974
EZ
102692004-01-13 Elena Zannoni <ezannoni@redhat.com>
10270
a9c64011
AS
10271 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10272 test specific name.
10273 * gdb.mi/gdb669.exp: Ditto.
10274 * gdb.mi/mi-pthreads.exp: Ditto.
10275 * gdb.mi/mi1-pthreads.exp: Ditto.
10276 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10277
56c97c6e
MC
102782004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10279
10280 * gdb.cp/member-ptr.cc: Add copyright notice.
10281
a0644324
MC
102822004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10283
10284 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10285 some patterns for recent versions of gcc and hpacc. Delete
10286 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10287 Delete tests that access a NULL pointer-to-member-data. This
10288 script is still disabled for gcc.
10289
32fabe09
EZ
102902004-01-12 Elena Zannoni <ezannoni@redhat.com>
10291
10292 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10293 escaped correctly.
32fabe09 10294
1f8a6abb
EZ
102952004-01-12 Elena Zannoni <ezannoni@redhat.com>
10296
10297 * gdb.base/sepdebug.exp: New file.
10298 * gdb.base/sepdebug.c: New file.
10299 * lib/gdb.exp (separate_debug_filename): New procedure.
10300 (gdb_gnu_strip_debug): New procedure.
10301
48efe704
AC
103022004-01-12 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10305 * gdb.mi/ChangeLog-1999-2003: New file.
10306
a9415475
AC
103072004-01-12 Andrew Cagney <cagney@redhat.com>
10308
10309 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10310 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10311 or EEXIST", treat EBUSY as an XFAIL.
10312
83b8cf9d
MC
103132004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10314
10315 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10316 hp_cc_compiler.
10317
9939d2a8
MC
103182004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10319
10320 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10321 decorations.
10322
1ff8cadf
MC
103232004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10324
10325 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10326 and "(aCC)" decorations. Remove obsolete doco about old
10327 test results.
10328
6fa9022e
MC
103292004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10330
10331 * gdb.cp/exception.exp: Fix typo in doco.
10332
209721fe
MK
103332004-01-09 Mark Kettenis <kettenis@gnu.org>
10334
10335 * gdb.base/gdb1476.exp: Fix typo.
10336
ef11303e
MC
103372004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10338
10339 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10340 file.
10341
041ab88c
MC
103422004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10343
10344 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10345 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10346 Use gdb_compile. Remove restriction on gcc. Add some patterns
10347 for recent version of gdb. Delete second half, which was a copy
10348 of the first half with different build flags. This test is
10349 still disabled because it is still not ready for production.
10350
e36d075a
MC
103512004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10352
10353 * gdb.cp/exception.cc: Add copyright notice.
10354 * gdb.cp/exception.exp: Add a notice that this file is broken
10355 because of line number changes caused by addition of copyright
10356 notice.
10357
42b190ad
MC
103582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10359
10360 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10361 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10362
8f25f06b
MC
103632004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10364
10365 * gdb.cp/classes.exp: Accept gnu abi 2.
10366 * gdb.cp/derivation.exp: Likewise.
10367 * gdb.cp/overload.exp: Likewise.
10368 * gdb.cp/virtfunc.exp: Likewise.
10369
06ded8b8
MC
103702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10371
10372 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10373 semicolon after end of function.
10374
77c26ae3
MC
103752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10376
10377 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10378 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10379 boilerplate code for compiling and running the program under
10380 test. Add some string method tests.
10381
20757486
MC
103822004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10383
10384 * gdb.cp/bs15503.cc: Add copyright notice.
10385 * gdb.cp/bs15503.exp: Adjust line number.
10386
0fd3b503
MC
103872004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10388
10389 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10390 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10391
10d1bea8
MC
103922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10393
10394 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10395 hp_cc_compiler.
10396
2789202a
MC
103972004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10398
10399 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10400 * gdb.cp/ctti.exp: Use the marker instead of "next".
10401 With gcc, run further before bailing.
10402
b862f14c
MC
104032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10404
10405 * gdb.cp/cttiadd.cc: Add copyright notice.
10406 * gdb.cp/cttiadd1.cc: Likewise.
10407 * gdb.cp/cttiadd2.cc: Likewise.
10408 * gdb.cp/cttiadd3.cc: Likewise.
10409
96da2469
MC
104102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10411
10412 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10413 Use gdb_test, gdb_test_multiple. Use floating-point values that
10414 have exact representations in IEEE-ish formats.
10415
053248ff
MC
104162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10417
10418 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10419 compilers. Delete duplicate call to get_compiler_info.
10420 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10421 * gdb.base/volatile.exp: Likewise.
10422
84acecdd
MK
104232004-01-07 Mark Kettenis <kettenis@gnu.org>
10424
10425 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10426 memory at address 0.
10427
fe11a27f
MC
104282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10429
10430 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10431 to test for hp-ux assembler. Fix copyright years.
10432
60ad077b
AC
104332004-01-07 Andrew Cagney <cagney@redhat.com>
10434
10435 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10436
1c9b8f33
AC
104372004-01-07 Andrew Cagney <cagney@redhat.com>
10438
10439 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10440 when creating the read-only file. From analysis by Roland McGrath
10441 and Elena Zannoni.
10442
753ccc7a
MC
104432004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10444
10445 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10446
eca3e36b
MC
104472004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10448
10449 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10450 data pointers.
10451
f8d4bac4
MC
104522004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10453
10454 * gdb.cp/m-static.exp: Compile one source file at a time.
10455 Delete unused call to get_compiler_info.
10456
9b4e0f94
MC
104572004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10458
10459 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10460 * gdb.base/call-rt-st.exp: Likewise.
10461 * gdb.base/nodebug.exp: Likewise.
10462 * gdb.base/volatile.exp: Likewise.
10463 * gdb.cp/ref-types.exp: Likewise.
10464 * gdb.cp/templates.exp: Likewise.
10465
023c1024
MK
104662004-01-05 Mark Kettenis <kettenis@gnu.org>
10467
10468 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10469
19703c4a
MC
104702004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10471
10472 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10473 hppa*-hp-hpux*.
10474
18b67037
MK
104752004-01-04 Mark Kettenis <kettenis@gnu.org>
10476
ba6219c8
MK
10477 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10478 x86_64-*-*.
10479
18b67037
MK
10480 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10481 sparc64-*-* and sparc*-solaris2*.
10482
1bfbbb9d
MK
104832004-01-04 Mark Kettenis <kettenis@gnu.org>
10484
10485 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10486 return ${tests}" test. The ${tests} already mentions the
10487 filename.
10488
06846494
MC
104892004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10490
10491 * gdb.cp/local.exp: Accept gcc abi 2.
10492
3b0cb202
MC
104932004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10494
10495 * gdb.cp/templates.exp: Accept gcc abi 2.
10496
0643ec3f
MC
104972004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10498
10499 * lib/compiler.cc: Remove supports_template_debugging.
10500 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10501
d231d0b1
MC
105022004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10503
10504 * gdb.cp/namespace.exp: Accept gcc abi 2.
10505
44ffb27c
MC
105062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10507
10508 * gdb.cp/method.exp: Accept gcc abi 2.
10509
184ad485
MC
105102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10511
10512 * gdb.cp/classes.exp: Generate identical results as old version.
10513 * gdb.cp/derivation.exp: Likewise.
10514 * gdb.cp/overload.exp: Likewise.
10515 * gdb.cp/virtfunc.exp: Likewise.
10516
116f09e7
MC
105172004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10518
10519 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10520 mysterious bug with sourceware version of expect.
10521
b1379776
MC
105222004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10523
10524 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10525 current versions of gcc, including gcc abi 2. Remove gratuitous
10526 restart of test program. Use gdb_test_multiple and gdb_test for
10527 all tests. Add patterns to xfail missing "const" in "const char *"
10528 and kfail PR gdb/1155.
10529
6b7a4c0e
MC
105302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10531
10532 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10533 current versions of gcc, including gcc abi 2. Remove gratuitous
10534 restart of test program. Use gdb_test_multiple and gdb_test for
10535 all tests. Add patterns to kfail PR gdb/1498.
10536
51615d72
MC
105372003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10538
10539 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10540 current versions of gcc, including gcc abi 2. Use "breakpoint"
10541 and "continue" instead of restarting the target program. Use
10542 gdb_test_multiple and gdb_test for all tests.
10543
7b79a9d7
MK
105442004-01-01 Mark Kettenis <kettenis@gnu.org>
10545
10546 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10547 for *-*-solaris2*.
10548
1cd3489f
MC
105492003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10550
10551 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10552 current versions of gcc, including gcc abi 2. Use "breakpoint"
10553 and "continue" instead of restarting the target program several
10554 times. Use gdb_test_multiple and gdb_test for all tests.
10555
850742db
MC
105562003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10557
10558 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10559 source files.
10560
eb4bbda8
MC
105612003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10562
10563 * gdb.base/environ.exp: Handle compiling test case from multiple
10564 source files.
10565
e42c7771
MC
105662003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10567
10568 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10569
80e4b428
JB
105702003-12-17 Jim Blandy <jimb@redhat.com>
10571
5f06973a
JB
10572 * gdb.base/freebpcmd.c: Add copyright notice.
10573
80e4b428
JB
10574 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10575
0ab84fb7
MC
105762003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10577
10578 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10579
1b3bb3d0
JB
105802003-12-13 Jim Blandy <jimb@redhat.com>
10581
10582 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10583
3a4c9371
KB
105842003-12-12 Kevin Buettner <kevinb@redhat.com>
10585
10586 * gdb.asm/frv.inc: New file.
10587 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10588
a1dea79a
FF
105892003-12-09 Fred Fish <fnf@redhat.com>
10590
10591 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10592 functions to break1.c and leave prototypes behind. Add more
10593 "set breakpoint NN here" comments.
10594 * gdb.base/break1.c: New file.
10595
10596 * gdb.base/break.exp: Handle compiling test case from multiple
10597 source files and change source file references as needed.
10598 * gdb.base/completion.exp: Ditto.
10599 * gdb.base/condbreak.exp: Ditto.
10600 * gdb.base/define.exp: Ditto.
10601 * gdb.base/ena-dis-br.exp: Ditto.
10602 * gdb.base/info-proc.exp: Ditto.
10603 * gdb.base/maint.exp: Ditto.
10604 * gdb.base/until.exp: Ditto.
10605
10606 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10607 hardcoded line numbers.
10608 * gdb.base/define.exp: Ditto.
10609 * gdb.base/ena-dis-br.exp: Ditto.
10610 * gdb.base/maint.exp: Ditto.
10611 * gdb.base/until.exp: Ditto.
10612
10613 * gdb.base/completion.exp: Use "break1" for completion tests since
10614 "break" is no longer a unique prefix.
10615
5266b69c
AC
106162003-12-06 Andrew Cagney <cagney@redhat.com>
10617
10618 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10619 "return_value_unimplemented". When an unimplemented struct return
10620 architecture, report incorrect values as a KFAIL
10621
374451f0
MC
106222003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10623
10624 * gdb.cp/rtti.exp: Accept new wording of warning from
10625 cp_lookup_rtti_type.
10626
ba9b20a7
MC
106272003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10628
10629 Partial fix for PR testsuite/1456.
10630 * gdb.base/scope.exp (test_at_main): Replace references to
10631 gcc_compiled with calls to test_compiler_info.
10632 (test_at_foo): Likewise.
10633 (test_at_bar): Likewise.
10634
b74b6d0b
MC
106352003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10636
10637 Partial fix for PR testsuite/1456.
10638 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10639 to test_compiler_info.
10640
ccfa3402
MC
106412003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10642
10643 * gdb.base/so-impl-ld.exp: Update copyright notice.
10644
f6246aba
MC
106452003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10646
10647 Partial fix for PR testsuite/1456.
10648 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
10649 to test_compiler_info.
10650
13ae734a
MC
106512003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10652
10653 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
10654 from current versions of gdb. Clean up regular expressions.
10655 Delete redundant timeout case.
10656
d8e1cdee
MC
106572003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10658
10659 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
10660 from current versions of gdb. Clean up regular expressions.
10661 Delete redundant timeout case.
10662
96457b64
MC
106632003-12-01 Michael Chastain <mec.gnu@mindspring.com>
10664
10665 Partial fix for PR testsuite/1456.
10666 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
10667 gcc_compiled with call to test_compiler_info.
10668
f35309fc
MC
106692003-11-30 Michael Chastain <mec.gnu@mindspring.com>
10670
10671 Partial fix for PR testsuite/1456.
10672 * gdb.base/list.exp (test_list_function): Delete unused declaration
10673 of gcc_compiled.
10674
d7afdf9b
MC
106752003-11-29 Michael Chastain <mec.gnu@mindspring.com>
10676
10677 Partial fix for PR testsuite/1456.
10678 * gdb.base/complex.exp: Replace reference to gcc_compiled with
10679 call to test_compiler_info.
10680
71507b56
MK
106812003-11-29 Mark Kettenis <kettenis@gnu.org>
10682
10683 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
10684 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
10685 it to create the appropriate note.inc.
10686 * gdb.asm/asmsrc1.s: Include "note.inc".
10687 * gdb.asm/netbsd.inc: New file.
10688 * gdb.asm/empty.inc: New file.
10689
f81f93f7
MC
106902003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10691
10692 Partial fix for PR testsuite/1456.
10693 * gdb.base/constvars.exp: Replace references to gcc_compiled with
10694 calls to test_compiler_info.
10695
9a77938e
MC
106962003-11-27 Michael Chastain <mec.gnu@mindspring.com>
10697
10698 Partial fix for PR testsuite/1456.
10699 * gdb.base/volatile.exp: Replace references to gcc_compiled with
10700 calls to test_compiler_info.
10701
e8367dc7
MK
107022003-11-27 Mark Kettenis <kettenis@gnu.org>
10703
10704 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
10705 pattern for the KFAILs.
10706
526c61ee
AF
107072003-11-25 Adam Fedor <fedor@gnu.org>
10708
10709 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
10710 * gdb.objc/objcdecode.m: New file.
10711
28f2d600
AF
107122003-11-25 Adam Fedor <fedor@gnu.org>
10713
10714 * gdb.objc/nondebug.exp: Test for PR objc/1236.
10715 * gdb.objc/nondebug.m: New file.
10716
a3895cee
BE
107172003-11-26 Ben Elliston <bje@wasabisystems.com>
10718
10719 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
10720 NetBSD as it does on FreeBSD. Modelled on a similar change by
10721 Mark Kettenis on 2003-05-30.
10722 (link-flags): Set to "--entry _start" regardless of target.
10723 Special linker flags are to be appended to $link-flags.
10724 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
10725
c9f2c8a3
MC
107262003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10727
10728 * gdb.cp/method.exp: Accept output of new demangler.
10729
15a0587a 107302003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
10731
10732 * gdb/class2.exp: New file.
10733 * gdb/class2.cc: New file.
10734
3c00b570
MC
107352003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10736
10737 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
10738 of new demangler.
10739
7027acc7
MK
107402003-11-23 Mark Kettenis <kettenis@gnu.org>
10741
10742 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
10743 of gdb_test "run".
10744
b0e1598a
MK
107452003-11-23 Mark Kettenis <kettenis@gnu.org>
10746
10747 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
10748 "continue" into "run".
10749
4d9eda44
MC
107502003-11-23 Michael Chastain <mec.gnu@mindspring.com>
10751
10752 Partial fix for PR testsuite/1456.
10753 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
10754 call to test_compiler_info.
10755 * gdb.cp/ctti.exp: Likewise.
10756 * gdb.cp/derivation.exp: Likewise.
10757 * gdb.cp/member-ptr.exp: Likewise.
10758 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
10759 reference to gcc_compiled.
10760
107612003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
10762
10763 Fix PR testsuite/1463.
10764 * gdb.base/structs.exp (start_structs_test): Call
10765 get_debug_format before using the debug format.
10766
d422fe19
AC
107672003-11-22 Andrew Cagney <cagney@redhat.com>
10768
10769 * lib/gdb.exp (gdb_test_multiple): Add simple example.
10770 * gdb.base/structs.exp: Use gdb_test_multiple.
10771
039cf96d
AC
107722003-11-20 Andrew Cagney <cagney@redhat.com>
10773
6882279b
AC
10774 * gdb.base/structs.exp: Handle and recover from internal errors.
10775 Replace "foo${n}" with "foo<n>" in test messages.
10776
e53890ae
AC
10777 * gdb.base/structs.exp: Update copyright. Rewrite.
10778 * gdb.base/structs.c: Update copyright. Rewrite.
10779
2b211c59
AC
10780 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
10781 resync count exceeded.
d63a86f8 10782
039cf96d
AC
10783 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
10784 from the internal error.
10785 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
10786 Original from Jim Blandy.
10787 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 10788
eac98b22
AC
107892003-11-19 Andrew Cagney <cagney@redhat.com>
10790
10791 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
10792 KFAIL.
10793
67455b2a
MK
107942003-11-17 Mark Kettenis <kettenis@gnu.org>
10795
10796 New testcase for PR backtrace/1435.
10797 * gdb.arch/i386-unwind.exp: New file.
10798 * gdb.arch/i386-unwind.c: New file.
10799
853d6e5b
AC
108002003-11-17 Andrew Cagney <cagney@redhat.com>
10801
10802 * lib/gdb.exp (compiler_info): New global.
10803 (test_compiler_info): New function.
10804 (get_compiler_info): Set compiler_info.
10805 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
10806 "compiler_info" to gcc-<major>-<minor>.
10807
38cf6e11
MC
108082003-11-15 Michael Chastain <mec.gnu@mindspring.com>
10809
10810 * gdb.trace/configure: Remove.
10811
a50d3602
EZ
108122003-11-13 Elena Zannoni <ezannoni@redhat.com>
10813
10814 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 10815 breakpoints.
a50d3602
EZ
10816 * gdb.base/break.exp: Remove all references to explicit line
10817 numbers.
10818
d9407aaa
NC
108192003-11-11 Nick Clifton <nickc@redhat.com>
10820
10821 * gdb.base/shreloc.exp: Do not run for targets which do not
10822 support shared objects.
10823
db488fc1
CV
108242003-11-10 Corinna Vinschen <vinschen@redhat.com>
10825
10826 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
10827 Don't run tests if nofileio flag is given.
10828
6a90a18e
EZ
108292003-11-07 Elena Zannoni <ezannoni@redhat.com>
10830
10831 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 10832 as well as 'Watchpoint'.
6a90a18e 10833
0b915e9c
EZ
108342003-11-06 Elena Zannoni <ezannoni@redhat.com>
10835
10836 Reported by Jim Ingham <jingham@apple.com>:
10837 * gdb.base/annota1.exp: Match at least one occurrence of the
10838 signal handler annotation.
10839
d7e4b55f
EZ
108402003-11-06 Elena Zannoni <ezannoni@redhat.com>
10841
a9c64011
AS
10842 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
10843 as well as 'Watchpoint'.
d7e4b55f 10844
2fe4e8d0
MC
108452003-11-05 Michael Chastain <mec@shout.net>
10846
10847 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
10848
6ef88553
KW
108492003-11-03 Kris Warkentin <kewarken@qnx.com>
10850
10851 * gdb.arch/gdb1291.c: New test file.
10852 * gdb.arch/gdb1291.exp: New test script.
10853 * gdb.arch/gdb1431.c: New test file.
10854 * gdb.arch/gdb1431.exp: New test script.
10855
ae7dc4d8
MC
108562003-10-22 Michael Chastain <mec@shout.net>
10857
10858 * gdb.mi/pthreads.c: Add copyright notice.
10859
c39d7427
MC
108602003-10-22 Michael Chastain <mec@shout.net>
10861
10862 * gdb.threads/pthreads.c: Add copyright notice.
10863
8b7d96c1
MC
108642003-10-20 Michael Chastain <mec@shout.net>
10865
10866 * gdb.base/gdb1056.exp: New test script.
10867
d1d69fdd
DJ
108682003-10-13 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * gdb.threads/killed.exp: Use gdb_run_cmd.
10871
7d605576
DJ
108722003-10-13 Daniel Jacobowitz <drow@mvista.com>
10873
10874 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
10875 create a core file.
10876 * gdb.threads/gcore-thread.exp: Likewise.
10877
618ec112
CV
108782003-10-13 Corinna Vinschen <vinschen@redhat.com>
10879
10880 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
10881 type, based on char type.
10882 (struct bit_flags_short_t): New bitfield type, based on short type.
10883 (init_bit_flags_char): New fuction.
10884 (init_bit_flags_short): Ditto.
10885 (print_bit_flags_char): Ditto.
10886 (print_bit_flags_short): Ditto.
10887 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
10888
9367a73c
MC
108892003-10-11 Michael Chastain <mec@shout.net>
10890
10891 * gdb.base/call-rt-st.exp: Update copyright year.
10892
1decf120
KI
108932003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10894
10895 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
10896 * gdb.disasm/sh3.s: Ditto.
10897
5445b2ae
DJ
108982003-10-07 Daniel Jacobowitz <drow@mvista.com>
10899
10900 * gdb.threads/switch-threads.exp: New test.
10901 * gdb.threads/switch-threads.c: New source file.
10902
aec24853
CV
109032003-10-07 Corinna Vinschen <vinschen@redhat.com>
10904
10905 * gdb.base/ending-run.exp: Add sh specific case.
10906
adc7428d
AC
109072003-10-06 Andrew Cagney <cagney@redhat.com>
10908
10909 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
10910 * gdb.disasm/mn10200.exp: Delete obsolete file.
10911
c9d37158
DJ
109122003-09-29 Daniel Jacobowitz <drow@mvista.com>
10913
10914 * ChangeLog: Correct an entry command.exp -> commands.exp.
10915 * gdb.base/commands.exp (bp_deleted_in_command_test)
10916 (temporary_breakpoint_commands): Check noargs.
10917
79c2c32d
DC
109182003-09-25 David Carlton <carlton@kealia.com>
10919
10920 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
10921 of some print tests, where appropriate. Add tests for C::D::cd,
10922 E::ce, F::cXfX, G::XgX.
10923 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
10924
594e6d67
RE
109252003-09-25 Richard Earnshaw <rearnsha@arm.com>
10926
10927 * lib/java.exp (java_init): Import target_alias before using it.
10928
10f0d451
DC
109292003-09-25 David Carlton <carlton@kealia.com>
10930
10931 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
10932
274bcba0
EZ
109332003-09-23 Elena Zannoni <ezannoni@redhat.com>
10934
d63a86f8 10935 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 10936 weirdness.
274bcba0 10937
cdbf20f7
MC
109382003-09-17 Michael Chastain <mec@shout.net>
10939
10940 * gdb.cp/gdb1355.exp: New file.
10941 * gdb.cp/gdb1355.c: New file.
10942
71e06f80
CV
109432003-09-15 Corinna Vinschen <vinschen@redhat.com>
10944
10945 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
10946 * gdb.asm/sh.inc: New file.
10947
5c4e30ca
DC
109482003-09-11 David Carlton <carlton@kealia.com>
10949
bd45b7af
DC
10950 * gdb.cp/namespace.exp: Add tests for namespace types.
10951 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
10952 (test_namespace): New.
10953
1c199746
EZ
109542003-09-11 Elena Zannoni <ezannoni@redhat.com>
10955
a9c64011 10956 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 10957 * gdb.stabs/weird.exp: Ditto.
1c199746 10958
04ed252f
MC
109592003-09-08 Michael Chastain <mec@shout.net>
10960
10961 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
10962
d8a2d9e7
MC
109632003-09-07 Michael Chastain <mec@shout.net>
10964
10965 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
10966 'parse error'.
10967
161afb24
MK
109682003-09-07 Mark Kettenis <m.kettenis@osp.nl>
10969
10970 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
10971
49f2741a
MC
109722003-08-30 Michael Chastain <mec@shout.net>
10973
10974 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
10975 * gdb.gdb/observer.exp: Ditto.
10976 * gdb.gdb/xfullpath.exp: Ditto.
10977
8afa723e
MK
109782003-08-29 Mark Kettenis <kettenis@gnu.org>
10979
10980 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
10981 *-*-*bsd*.
10982
f31dfe3b
JJ
109832003-08-28 Jeff Johnston <jjohnstn@redhat.com>
10984
10985 * gdb.base/dump.exp: Skip for ia64.
10986
4630e498
JJ
109872003-08-25 Jeff Johnston <jjohnstn@redhat.com>
10988
10989 * gdb.asm/asm-source.exp: Add ia64 support.
10990 * gdb.asm/ia64.inc: New file.
10991
1105b7ef
MC
109922003-08-22 Michael Chastain <mec@shout.net>
10993
10994 * gdb.cp: New directory.
10995 * gdb.cp/*: Copy from gdb.c++/*.
10996 * gdb.c++/*: Remove.
10997 * Makefile.in: Change gdb.c++ to gdb.cp.
10998 * configure.in: Ditto.
10999 * configure: Regnerate.
11000
c945b932
MK
110012003-08-18 Mark Kettenis <kettenis@gnu.org>
11002
11003 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11004 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11005
2b66634b
DJ
110062003-08-17 Daniel Jacobowitz <drow@mvista.com>
11007
11008 * mi-var-display.exp (-var-list-children weird): Accept function
11009 pointers with argument types.
11010 * mi1-var-display.exp (-var-list-children weird): Likewise.
11011 * mi2-var-display.exp (-var-list-children weird): Likewise.
11012
a356f73b
DJ
110132003-08-17 Daniel Jacobowitz <drow@mvista.com>
11014
11015 * gdb.base/annota3.exp: Add missing newline.
11016
483417b8
MC
110172003-08-06 Michael Chastain <mec@shout.net>
11018
11019 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11020
c99c59c3
MS
110212003-08-12 Michael Snyder <msnyder@redhat.com>
11022
11023 * gdb.base/float.exp: Add test for SH.
11024
55ed7501
MK
110252003-08-10 Mark Kettenis <kettenis@gnu.org>
11026
11027 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11028
1a371f2e
EZ
110292003-08-07 Elena Zannoni <ezannoni@redhat.com>
11030
11031 * gdb.base/completion.exp: Remove reduntant completion test
11032 on filename.
11033
e0f353ce
EZ
110342003-08-07 Elena Zannoni <ezannoni@redhat.com>
11035
a9c64011
AS
11036 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11037 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11038 gdb.trace/save-trace.exp: Make sure that full pathnames are
11039 escaped correctly.
e0f353ce 11040
5710a1af 110412003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 11042
a9c64011
AS
11043 * configure.in: Don't generate config.h from config.hin.
11044 * configure: Regenerate.
11045 * config.hin: Remove file.
11046 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11047 * gdb.threads/pthreads.c: Ditto.
5710a1af 11048
dcd81ce9
DJ
110492003-08-07 Daniel Jacobowitz <drow@mvista.com>
11050
11051 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11052 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11053 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11054 Replace ld24 with seth/add3.
11055
6009d884
AC
110562003-08-02 Andrew Cagney <cagney@redhat.com>
11057
11058 * gdb.base/annota3.exp: New file.
11059 * gdb.base/annota3.c: New file.
11060 * gdb.c++/annota3.exp: New file.
11061 * gdb.c++/annota3.cc: New file.
11062
51514e06
MC
110632003-07-29 Michael Chastain <mec@shout.net>
11064
11065 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11066 actually failed.
11067 (do_pass): Likewise.
11068 * gdb.threads/tls.exp: Always initialize no_of_threads.
11069
4ee6625b
DJ
110702003-07-27 Daniel Jacobowitz <drow@mvista.com>
11071
11072 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11073 pattern.
11074 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11075 * gdb.threads/tls.exp: Recognize one case of the host library not
11076 supporting TLS.
11077
225f2bf6
AC
110782003-07-27 Andrew Cagney <cagney@redhat.com>
11079
11080 * gdb.base/fileio.exp: Use SH when running commands using
11081 remote_exec.
11082
bcb27c9f
DJ
110832003-07-24 Daniel Jacobowitz <drow@mvista.com>
11084
11085 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11086 * gdb.base/relocate.c (dummy): New padding array.
11087
3d67be83
MS
110882003-07-22 Michael Snyder <msnyder@redhat.com>
11089
d63a86f8 11090 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11091
11092 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11093 patterns to be more general, accepting old and new output.
11094 Some output chars (such as '+') also must be quoted.
d63a86f8 11095 Some addresses are displayed numerically instead of
3d67be83
MS
11096 symbolically.
11097
57ba3b85
MS
110982003-07-23 Michael Snyder <msnyder@redhat.com>
11099
686d097c
MS
11100 * gdb.base/return2.exp: Don't test long-long return.
11101
57ba3b85
MS
11102 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11103 * gdb.disasm/t01_mov.exp: Ditto.
11104 * gdb.disasm/t02_mova.s: Ditto.
11105 * gdb.disasm/t02_mova.exp: Ditto.
11106 * gdb.disasm/t03_add.s: Ditto.
11107 * gdb.disasm/t03_add.exp: Ditto.
11108 * gdb.disasm/t04_sub.s: Ditto.
11109 * gdb.disasm/t04_sub.exp: Ditto.
11110 * gdb.disasm/t05_cmp.s: Ditto.
11111 * gdb.disasm/t05_cmp.exp: Ditto.
11112 * gdb.disasm/t06_ari2.s: Ditto.
11113 * gdb.disasm/t06_ari2.exp: Ditto.
11114 * gdb.disasm/t07_ari3.s: Ditto.
11115 * gdb.disasm/t07_ari3.exp: Ditto.
11116 * gdb.disasm/t08_or.s: Ditto.
11117 * gdb.disasm/t08_or.exp: Ditto.
11118 * gdb.disasm/t09_xor.s: Ditto.
11119 * gdb.disasm/t09_xor.exp: Ditto.
11120 * gdb.disasm/t10_and.s: Ditto.
11121 * gdb.disasm/t10_and.exp: Ditto.
11122 * gdb.disasm/t11_logs.s: Ditto.
11123 * gdb.disasm/t11_logs.exp: Ditto.
11124 * gdb.disasm/t12_bit.s: Ditto.
11125 * gdb.disasm/t12_bit.exp: Ditto.
11126 * gdb.disasm/t13_otr.s: Ditto.
11127 * gdb.disasm/t13_otr.exp: Ditto.
11128
e00759ef
EZ
111292003-07-22 Elena Zannoni <ezannoni@redhat.com>
11130
11131 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11132
8bc2021f
EZ
111332003-07-22 Elena Zannoni <ezannoni@redhat.com>
11134
a9c64011
AS
11135 * gdb.threads/tls.c : New file.
11136 * gdb.threads/tls.exp : New file.
11137 * gdb.threads/tls-main.c : New file.
11138 * gdb.threads/tls-shared.c : New file.
11139 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11140
89320c4c
AS
111412003-07-22 Andreas Schwab <schwab@suse.de>
11142
11143 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11144
180dea7c
AS
111452003-07-20 Andreas Schwab <schwab@suse.de>
11146
11147 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11148 due to insn reordering.
11149
0714963c
AC
111502003-07-15 Andrew Cagney <cagney@redhat.com>
11151
11152 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11153
98a23b3f
MC
111542003-07-15 Michael Chastain <mec@shout.net>
11155
11156 * gdb.base/gdb1250.exp: New file.
11157 * gdb.base/gdb1250.c: New file.
11158
27e417a2
ML
111592003-07-09 Michal Ludvig <mludvig@suse.cz>
11160
11161 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11162 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11163
8bc2021f
EZ
111642003-07-09 Elena Zannoni <ezannoni@redhat.com>
11165
a9c64011
AS
11166 * gdb.threads/tls.c: New file.
11167 * gdb.threads/tls.exp: New file.
11168 * gdb.threads/tls-main.c: New file.
11169 * gdb.threads/tls-shared.c: New file.
11170 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11171
d99968dc
EZ
111722003-07-09 Elena Zannoni <ezannoni@redhat.com>
11173
11174 * gdb.base/annota1.exp: Make sure that we properly escape the
11175 full path of the source file. Xfail more permissive patterns,
d63a86f8 11176 due to a compiler debug info problem.
d99968dc 11177
83876b3b
AS
111782003-07-07 Andreas Schwab <schwab@suse.de>
11179
2705e972
AS
11180 * gdb.asm/m68k.inc: New file.
11181 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11182
83876b3b
AS
11183 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11184 arguments"): Also match negative number.
11185
11186 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11187
3a871b37
DJ
111882003-07-03 Daniel Jacobowitz <drow@mvista.com>
11189
11190 * gdb.base/store.c (charest): New typedef.
11191 (add_char): Rename to add_charest, update.
11192 (wack_char): Rename to wack_charest, update types. Return l + r
11193 to keep r live across the call.
11194 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11195 (wack_double, wack_doublest): Return l + r to keep r live across
11196 the call.
11197 * gdb.base/store.exp: Accomodate store.c changes.
11198
b2a7f303
DC
111992003-06-30 David Carlton <carlton@kealia.com>
11200
11201 * gdb.c++/maint.exp (test_invalid_name): New.
11202 (test_first_component): Add tests for invalid names.
11203
3c6cb4a1
MC
112042003-06-29 Michael Chastain <mec@shout.net>
11205
11206 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11207 output of '<VTT for class>' for virtual base classes.
11208
f1c2644b
DJ
112092003-06-29 Daniel Jacobowitz <drow@mvista.com>
11210
11211 * gdb.base/completion.exp: Tab-complete "complet" instead of
11212 "compl".
11213 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11214
18080350
DJ
112152003-06-29 Daniel Jacobowitz <drow@mvista.com>
11216
11217 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11218 * gdb.base/volatile.exp: Likewise.
11219
f56973f8
DJ
112202003-06-29 Daniel Jacobowitz <drow@mvista.com>
11221
11222 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11223 gdb/1265.
11224
112252003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11226 Daniel Jacobowitz <drow@mvista.com>
11227
11228 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11229 initial line count of 'captured_main' from 26 to 32.
11230 (test_with_self): Allow xmalloc call to be interleaved with the
11231 preceding two lines.
11232
e766d4d6
JB
112332003-06-24 Joel Brobecker <brobecker@gnat.com>
11234
11235 * gdb.base/bang.exp: New testcase.
11236
f125c9a4
JB
112372003-06-23 Joel Brobecker <brobecker@gnat.com>
11238
11239 * gdb.base/langs.exp: Add some tests for the "minimal" language
11240 support.
11241
6e25beaf
EZ
112422003-06-23 Elena Zannoni <ezannoni@redhat.com>
11243
11244 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11245 the testcase.
11246
2f816dda
DJ
112472003-06-22 Daniel Jacobowitz <drow@mvista.com>
11248
11249 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11250 offset.
11251
db5a5748
DJ
112522003-06-22 Daniel Jacobowitz <drow@mvista.com>
11253
11254 * gdb.c++/pr-1210.cc: New file.
11255 * gdb.c++/pr-1210.exp: New file.
11256
1df0c130
DJ
112572003-06-21 Daniel Jacobowitz <drow@mvista.com>
11258
11259 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11260 000-exec-continue.
11261
a92feac0
MK
112622003-06-15 Mark Kettenis <kettenis@gnu.org>
11263
11264 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11265 on *-*-*bsd* instead of *-*-freebsd*.
11266
81a58f5b
AC
112672003-06-14 Andrew Cagney <cagney@redhat.com>
11268
11269 * gdb.base/store.exp: Test longest and doublest. Test all
11270 parameters. Weaken return statement match.
11271 * gdb.base/store.c: Add longest and doublest - aka long long and
11272 long double functions. Put all parameters into local register
11273 variables. Use negative values.
11274
b257a0d3
AC
112752003-06-14 Andrew Cagney <cagney@redhat.com>
11276
11277 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11278 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11279 exit status.
11280 * gdb.base/fileio.exp: Disable target when nointerrupts and
11281 noinferiorio, instead of limiting it to remote. Use remote_exec
11282 instead of system.
d63a86f8 11283
21c38304
JJ
112842003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11285
11286 * gdb.base/float.exp: Add ia64 support.
11287
1bcdb424
CV
112882003-06-12 Corinna Vinschen <vinschen@redhat.com>
11289
11290 * gdb.base/fileio.exp: Run only on remote targets.
11291
6aeb981f
CV
112922003-06-10 Corinna Vinschen <vinschen@redhat.com>
11293
11294 * gdb.base/fileio.c: New file, testing File-I/O.
11295 * gdb.base/fileio.exp: Ditto.
11296
53df362e
RG
112972003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11298
11299 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11300 shared objects after relocation at load time (gdb PR/1132).
11301 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11302 as above, part of the shared object relocation test.
53df362e 11303
ffee1b46
MK
113042003-06-08 Mark Kettenis <kettenis@gnu.org>
11305
b5ca3722
MK
11306 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11307 fully filled history list.
11308 * gdb.base/gdb_history: New file.
11309
03ed860d
MK
11310 * gdb.base/signals.exp: XFAIL "continue to func1" on
11311 i*86-*-freebsd*.
11312
ffee1b46
MK
11313 * gdb.base/attach.exp: When trying to attach to a nonexistent
11314 process, make it possible to specify the PID based on the target,
11315 and do so for *-*-freebsd*.
11316
d80dbb52
RH
113172003-06-02 Richard Henderson <rth@redhat.com>
11318
11319 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11320
6dd77b81
RH
113212003-06-02 Richard Henderson <rth@redhat.com>
11322
11323 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11324
f6347e16
RH
113252003-06-02 Richard Henderson <rth@redhat.com>
11326
11327 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11328
2c161407
DJ
113292003-06-01 Daniel Jacobowitz <drow@mvista.com>
11330
11331 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11332 of globalvar.
11333
572eb746
MK
113342003-06-01 Mark Kettenis <kettenis@gnu.org>
11335
11336 * gdb.asm/asm-source.exp: Check for memory read errors in
11337 disassembler test on *BSD too.
11338
9e9617a5
RH
113392003-06-01 Richard Henderson <rth@redhat.com>
11340
11341 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11342 for .frame.
11343 (gdbasm_call): Lose ldgp.
11344 (gdbasm_startup): Add frame information.
11345 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11346
7b34ad4e
MK
113472003-05-31 Mark Kettenis <kettenis@gnu.org>
11348
11349 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11350 i?86-*-*.
11351
10059fdf
MK
113522003-05-30 Mark Kettenis <kettenis@gnu.org>
11353
11354 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11355 FreeBSD.
11356
acf4b816
RH
113572003-05-29 Richard Henderson <rth@redhat.com>
11358
11359 * gdb.asm/alpha.inc: New file.
11360 * gdb.asm/asm-source.exp: Use it.
11361
e9ecd949
JB
113622003-05-29 Jim Blandy <jimb@redhat.com>
11363
11364 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11365 'core.PID'.
11366
e3e5a4f3
JB
113672003-05-22 Jim Blandy <jimb@redhat.com>
11368
11369 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11370 backtrace.
d63a86f8 11371
72fe3d25
DC
113722003-05-20 David Carlton <carlton@math.stanford.edu>
11373
11374 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11375 this time.
11376
58da2eb2
DC
113772003-05-19 David Carlton <carlton@bactrian.org>
11378
11379 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11380 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11381
1fcb5155
DC
113822003-05-19 David Carlton <carlton@bactrian.org>
11383
11384 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11385 namespace tests.
11386 Bump copyright date.
11387 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11388 (main): Call C::D::marker2.
11389 * gdb.c++/namespace1.cc: New file.
11390
85e85163
JJ
113912003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11392
11393 Roland McGrath <roland@redhat.com>
d63a86f8 11394 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
11395 there is no manager thread.
11396
a25fbfec
JJ
113972003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11398
d63a86f8
RM
11399 * gdb.threads/schedlock.exp: Remove assumption that all threads
11400 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
11401 in one of the child threads rather than the main thread.
11402
be375bae
JB
114032003-05-07 Jim Blandy <jimb@redhat.com>
11404
09bf6082
JB
11405 Add support for assembly source testing on the s390x.
11406 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11407 architecture.
11408 * gdb.asm/s390x.inc: New file.
11409
be375bae
JB
11410 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11411 succession of 'if' statements.
11412
00905d52
AC
114132003-05-05 Andrew Cagney <cagney@redhat.com>
11414
11415 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11416
b1e29e33
AC
114172003-05-05 Andrew Cagney <cagney@redhat.com>
11418
11419 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11420 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11421
e33d66ec
EZ
114222003-05-02 Elena Zannoni <ezannoni@redhat.com>
11423
11424 * gdb.base/charset.exp: Update based on new behavior of set/show
11425 charset commands.
11426
2b6fd0d8
AC
114272003-05-01 Andrew Cagney <cagney@redhat.com>
11428
11429 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11430 variable do not give memory errors.
11431
130cacce
AF
114322003-04-30 Adam Fedor <fedor@gnu.org>
11433
11434 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11435 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11436 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11437 gdb.objc/basicclass.m: : New files
11438
11439 * lib/gdb.exp (gdb_compile_objc): New procedure.
11440
bea71854
DJ
114412003-04-27 Daniel Jacobowitz <drow@mvista.com>
11442
11443 * gdb.base/signals.exp: Make backtrace tests more specific.
11444
0f20eeea
DC
114452003-04-23 David Carlton <carlton@bactrian.org>
11446
11447 * gdb.c++/maint.exp (test_first_component): Add tests for
11448 'operator' in more locations.
11449
c8c4d8dc
KB
114502003-04-16 Kevin Buettner <kevinb@redhat.com>
11451
11452 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11453
3fe60e3c
EZ
114542003-04-16 Elena Zannoni <ezannoni@redhat.com>
11455
11456 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 11457 func marke' instead. Update test name.
3fe60e3c 11458
9219021c
DC
114592003-04-15 David Carlton <carlton@math.stanford.edu>
11460
11461 * gdb.c++/maint.exp: New file.
11462
5dd55bdd
EZ
114632003-04-14 Elena Zannoni <ezannoni@redhat.com>
11464
11465 * gdb.threads/schedlock.c: Change type of thread function argument
11466 to long, to avoid warnings on 64-bit platforms.
11467
00890572
EZ
114682003-04-14 Elena Zannoni <ezannoni@redhat.com>
11469
a9c64011
AS
11470 * gdb.base/attach.exp: Add new message from ptrace in case of
11471 attaching to nonexistent process.
d63a86f8 11472
93201743
JB
114732003-04-11 Jim Blandy <jimb@redhat.com>
11474
11475 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11476 gdb.c++/userdef.cc: Place comments on the lines to which the
11477 marker function might return.
11478 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11479 gdb.c++/userdef.exp: Look for those comments to check that we've
11480 returned to the right place, instead of checking line numbers.
11481
2a11c64d
EZ
114822003-04-11 Elena Zannoni <ezannoni@redhat.com>
11483
a9c64011
AS
11484 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11485 match on sourcefile name, instead of directory name.
2a11c64d 11486
68ab8fc5
EZ
114872003-04-10 Elena Zannoni <ezannoni@redhat.com>
11488
d63a86f8 11489 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
11490 working directory name.
11491
5624293a
JB
114922003-04-09 Jim Blandy <jimb@redhat.com>
11493
11494 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11495 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11496 after an inferior function call, report the failure, but allow the
11497 test to continue.
11498
f1f02ee4
SC
114992003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11500
11501 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11502 with -DPROTOTYPES.
11503
6eb79af0
SC
115042003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11505
11506 * gdb.base/break.exp: Revert last patch.
11507
8dfb4cf0
SC
115082003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11509
11510 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11511 with -DPROTOTYPES.
11512
ed4c619a
AC
115132003-04-02 Andrew Cagney <cagney@redhat.com>
11514
11515 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11516 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11517 matching directories by the name breakpoint.
11518 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11519 Make "continue to marker1" consistent.
11520 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11521 message consistent.
11522 * lib/gdb.exp: Put "the program is no longer running", and "the
11523 program exited" in parenthesis.
11524 * lib/mi-support.exp: Ditto.
d63a86f8 11525
4e35d5f0 115262003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 11527
4e35d5f0
BR
11528 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11529
71900fe8
AC
115302003-03-29 Andrew Cagney <cagney@redhat.com>
11531
11532 * gdb.base/sizeof.c (main): Print the value of '\377'.
11533 * gdb.base/sizeof.exp: Check the sign of '\377'.
11534
c0655a16
MC
115352003-03-27 Michael Chastain <mec@shout.net>
11536
11537 * gdb.base/gdb1090.exp: New file.
11538 * gdb.base/gdb1090.cc: New file.
11539
5b2a3989
JB
115402003-03-27 J. Brobecker <brobecker@gnat.com>
11541
11542 * gdb.gdb/observer.exp: New regression test.
11543
79876890
MC
115442003-03-27 Michael Chastain <mec@shout.net>
11545
11546 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11547 * gdb.base/ptype.exp: Likewise.
11548
6eac95e3
CV
115492003-03-27 Corinna Vinschen <vinschen@redhat.com>
11550
11551 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11552
e8c71839
MC
115532003-03-26 Michael Chastain <mec@shout.net>
11554
11555 * gdb.base/ptype.exp: Actually use some typedef'd types.
11556
71b10041
SC
115572003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11558
11559 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11560 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11561
2512cf80
CV
115622003-03-20 Corinna Vinschen <vinschen@redhat.com>
11563
11564 * gdb.base/default.exp: Fix regular expression.
11565
0d195a4f
CV
115662003-03-20 Corinna Vinschen <vinschen@redhat.com>
11567
11568 * gdb.base/args.exp: Fix regular expression.
11569
8a2dbca8
CV
115702003-03-20 Corinna Vinschen <vinschen@redhat.com>
11571
11572 * gdb.base/help.exp: Allow Win32 child process.
11573
bf028682
CV
115742003-03-20 Corinna Vinschen <vinschen@redhat.com>
11575
11576 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11577 when stepping out of main().
11578
182dbe85
CV
115792003-03-20 Corinna Vinschen <vinschen@redhat.com>
11580
11581 * gdb.base/default.exp: Check for win32 specific message when calling
11582 "run" without executable.
11583
d67a6ba5
CV
115842003-03-20 Corinna Vinschen <vinschen@redhat.com>
11585
11586 * gdb.base/args.exp: Expect .exe in output.
11587
a955b5bb
CV
115882003-03-20 Corinna Vinschen <vinschen@redhat.com>
11589
11590 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11591 Cygwin native.
11592
bf6bad4b
AC
115932003-03-17 Andrew Cagney <cagney@redhat.com>
11594
11595 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11596 vector registes.
11597 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11598 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11599
293e9a31
DC
116002003-03-17 David Carlton <carlton@math.stanford.edu>
11601
11602 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11603 test, for PR breakpoints/38.
11604 Call test_watchpoint_and_breakpoint.
11605 * gdb.base/watchpoint.c (func3): New function.
11606 (main): Call func3.
11607
5330f2db
DC
116082003-03-04 David Carlton <carlton@math.stanford.edu>
11609
11610 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11611 Garply<Garply<char> >:: garply".
11612 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11613 with respect to PR c++/1111; note also PR c++/1113.
11614 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11615 respect to PR c++/1062.
11616 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11617
6ece72da
DC
116182003-03-03 David Carlton <carlton@math.stanford.edu>
11619
11620 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11621 with respect to PR c++/57.
11622 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11623 c++/826.
11624 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11625 respect to PR c++/57.
11626
85ca1584
DC
116272003-03-03 David Carlton <carlton@math.stanford.edu>
11628
11629 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11630 respect to PR c++/33 into FAILs.
11631
98e9c5b8
MC
116322003-03-03 Michael Chastain <mec@shout.net>
11633
7bedbf27
MC
11634 * configure.in: Update copyright years.
11635
116362003-03-03 Michael Chastain <mec@shout.net>
11637
11638 * Makefile.in: Update copyright years.
98e9c5b8 11639
f683e100
DC
116402003-02-28 David Carlton <carlton@math.stanford.edu>
11641
11642 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11643 print class instead of struct and/or superfluous protection
11644 specifiers, as long as the resulting output is equivalent to the
11645 source code.
11646 Delete FIXME from end of messages on tests that don't need
11647 fixing.
11648
a9e0cf2c
DC
116492003-02-28 David Carlton <carlton@math.stanford.edu>
11650
11651 * gdb.c++/templates.exp (do_tests): Allow const in the two
11652 Foo<volatile char *>::foo tests.
11653
e8d359df
MS
116542003-02-27 Michael Snyder <msnyder@redhat.com>
11655
d63a86f8 11656 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
11657 will be consistant.
11658
0b71dc91
DC
116592003-02-26 David Carlton <carlton@math.stanford.edu>
11660
11661 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
11662 char *>::foo" test with respect to PR c++/33. Create a new test
11663 which is identical to that one except that it doesn't put the
11664 space between the "char" and the "*"; KFAIL it, too.
11665
dd14ab43
DC
116662003-02-26 David Carlton <carlton@math.stanford.edu>
11667
11668 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
11669 template types into either PASSes or KFAILs (corresponding to PR
11670 c++/57). Tweak indentation. Update copyright.
11671
1146c7f1
SC
116722003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11673
11674 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
11675
74641dfb
MC
116762003-02-13 Michael Chastain <mec@shout.net>
11677
11678 * gdb.base/exprs.exp: Remove i960 remnants.
11679 * gdb.base/funcargs.exp: Likewise.
11680 * gdb.base/list.exp: Likewise.
11681 * gdb.base/ptype.exp: Likewise.
11682
559cd2d0
DC
116832003-02-14 David Carlton <carlton@math.stanford.edu>
11684
11685 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
11686 pEe->D::vg()" from XFAIL to KFAIL.
11687
c4f90d87
JM
116882003-02-13 Jason Molenda (jmolenda@apple.com)
11689
11690 * gdb.base/maint.exp: Update maint print statistics regexp to include
11691 new entries.
11692
cbc4d97c
MC
116932003-02-13 Michael Chastain <mec@shout.net>
11694
11695 * gdb.c++/inherit.exp: Remove call to get_debug_format.
11696
40f235b7
MC
116972003-02-12 Michael Chastain <mec@shout.net>
11698
11699 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
11700 * gdb.c++/inherit.exp: Likewise.
11701 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
11702 * gdb.c++/templates.exp: Likewise.
11703 * gdb.c++/virtfunc.exp: Likewise.
11704
c56716b0
JM
117052003-02-06 Jason Molenda (jason-cl@molenda.com)
11706
11707 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
11708 why the code is written that way.
11709
070afcf8
MC
117102003-02-05 Michael Chastain <mec@shout.net>
11711
11712 * gdb.base/dump.exp: Add missing copyright line.
11713
5d0331e5
JM
117142003-02-05 Jason Molenda (jason-cl@molenda.com)
11715
f7ae6d3e 11716 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
11717 at the beginning so the breakpoint doesn't get set on the loop.
11718
92851186
MC
117192003-02-05 Michael Chastain <mec@shout.net>
11720
11721 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
11722 output for configurations with gcc 2.95.3.
11723
cbf1e085
AC
117242003-02-05 Keith Seitz <keiths@redhat.com>
11725 Andrew Cagney <ac131313@redhat.com>
11726
11727 * gdb.mi/mi-cli.exp: New file.
d63a86f8 11728
29518e1e
MC
117292003-02-04 Michael Chastain <mec@shout.net>
11730
11731 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
11732 Call perror and then continue.
11733
5af1d5f3
MC
117342003-02-03 Michael Chastain <mec@shout.net>
11735
11736 * gdb.c++/pr-1023.cc: New file.
11737 * gdb.c++/pr-1023.exp: New file.
11738
6b549786
JB
117392003-02-05 Jim Blandy <jimb@redhat.com>
11740
11741 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
11742 it's local to foobar. Check for it there, and check that it's not
11743 present in main.
11744 * gdb.c++/local.cc (marker2): New function.
11745 (foobar): Call marker1.
11746 (main): Call marker2 instead of marker1.
11747
67f16606
AC
117482003-02-04 Andrew Cagney <ac131313@redhat.com>
11749
11750 * gdb.disasm/mn10200.exp: Obsolete file.
11751 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
11752 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
11753 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
11754
1c5cb38e
DC
117552003-02-04 David Carlton <carlton@math.stanford.edu>
11756
11757 * gdb.c++/overload.exp: Test intToChar(1).
11758 * gdb.c++/overload.cc (intToChar): New.
11759 (main): Call intToChar.
11760
d1fe6965
DC
117612003-02-03 David Carlton <carlton@math.stanford.edu>
11762
11763 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
11764 'might_kfail' arg.
11765 KFAIL some of the continue_to_bp_overloaded calls, according to
11766 PR c++/1025.
11767
9ba61c5d
MC
117682003-02-01 Michael Chastain <mec@shout.net>
11769
11770 * gdb.base/advance.c (marker1): New marker function.
11771 * gdb.base/advance.exp: When the 'advance' command lands on the
11772 return breakpoint, it can legitimately stop on either the
11773 current line or the next line. Accommodate both outcomes.
11774 * gdb.base/until.exp: Likewise.
11775
e7494ffb
AC
117762003-02-02 Andrew Cagney <ac131313@redhat.com>
11777
11778 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
11779 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
11780 now a list, not a tuple.
11781 * gdb.mi/mi-var-display.exp: Ditto.
11782 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 11783
075559bc
AC
117842003-02-01 Andrew Cagney <ac131313@redhat.com>
11785
11786 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
11787 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
11788 stack backtraces.
11789 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 11790
2bd4c7b1
MK
117912003-02-01 Mark Kettenis <kettenis@gnu.org>
11792
11793 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
11794 gdb.mi/mi1-pthreads.exp: Return instead of calling
11795 gdb_suppress_entire_file.
11796
eabd8992
MS
117972003-02-01 Mark Salter <msalter@redhat.com>
11798
11799 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
11800
71469e2f
MS
118012003-01-31 Mark Salter <msalter@redhat.com>
11802
11803 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
11804 Support empty arg.
11805
38a94d44
MC
118062003-01-30 Michael Chastain <mec@shout.net>
11807
11808 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
11809 This was a workaround for a UTF-8 bug in readline 4.3. The bug
11810 has been fixed in gdb/readline on 2003-01-09.
11811
19ea9e73
MS
118122003-01-29 Michael Snyder <msnyder@redhat.com>
11813
e8d359df
MS
11814 * gdb.base/maint.exp: Allow for leading underscore in symbol.
11815 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
11816 * gdb.base/args.exp: Skip if target does not support args passing.
11817
2307bd6a
DJ
118182003-01-22 Daniel Jacobowitz <drow@mvista.com>
11819
19ea9e73 11820 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
11821 gdb_test. Accept a list of expect arguments as the third
11822 parameter.
11823 (gdb_test): Use it.
11824
f2dd3617
EZ
118252003-01-20 Elena Zannoni <ezannoni@redhat.com>
11826
11827 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
11828 allow for different test tree configurations. Update some
11829 tescases accordingly.
11830 * gdb.arch/altivec-regs.exp: Ditto.
11831 * gdb.asm/asm-source.exp: Ditto.
11832 * gdb.base/advance.exp: Ditto.
11833 * gdb.base/display.exp: Ditto.
d63a86f8 11834 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
11835 * gdb.base/mips_pro.exp: Ditto.
11836 * gdb.base/overlays.exp: Ditto.
11837 * gdb.base/relocate.exp: Ditto.
11838 * gdb.base/setshow.exp: Ditto.
11839 * gdb.base/step-line.exp: Ditto.
11840 * gdb.base/step-test.exp: Ditto.
11841 * gdb.base/until.exp: Ditto.
11842 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
11843
c71cdefd
DC
118442003-01-17 David Carlton <carlton@math.stanford.edu>
11845
11846 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
11847 corresponding to PR c++/945.
11848 Update copyright.
11849
fdba05d7
DC
118502003-01-17 David Carlton <carlton@math.stanford.edu>
11851
11852 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
11853 corresponding to PR c++/68.
11854
118552003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
11856
11857 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
11858 (test_paddr_hairy_functions): Call print_addr_2_kfail for
11859 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
11860
c362c33a
EZ
118612003-01-15 Elena Zannoni <ezannoni@redhat.com>
11862
0fbc361c
EZ
11863 * gdb.base/break.exp: Fix change of default location, because of
11864 removal of until tests.
11865 * gdb.base/help.exp: Update test for new 'until' help message.
11866 Add test for help on 'advance'.
a9c64011 11867 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 11868
dabf8a35
MK
118692003-01-15 Mark Kettenis <kettenis@gnu.org>
11870
11871 * gdb.base/default.exp: Adapt "info float" test for recent changes
11872 to that command. Add test for "info vector".
11873 * gdb.base/float.exp: New file. Add test for "info float" that
11874 resembles the old test in gdb.base/default.exp.
11875
a1769aca
DC
118762003-01-15 David Carlton <carlton@math.stanford.edu>
11877
11878 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
11879
82025e13
EZ
118802003-01-15 Elena Zannoni <ezannoni@redhat.com>
11881
11882 * gdb.base/break.exp: Move the tests of until command from here...
11883 * gdb.base/until.exp: ... to here. New file. Add other tests.
11884 * gdb.base/advance.c: New file.
11885 * gdb.base/advance.exp: New file.
11886
8f9ab801
EZ
118872003-01-14 Elena Zannoni <ezannoni@redhat.com>
11888
a9c64011
AS
11889 * gdb.base/args.c: New file.
11890 * gdb.base/args.exp: New file.
8f9ab801 11891
9ae66589
DJ
118922003-01-14 Daniel Jacobowitz <drow@mvista.com>
11893
11894 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
11895
8d77e5c3
DJ
118962003-01-14 Daniel Jacobowitz <drow@mvista.com>
11897
11898 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
11899
12d2f0a1
DJ
119002003-01-14 Daniel Jacobowitz <drow@mvista.com>
11901
11902 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
11903 dates.
11904
6ca37014
DJ
119052003-01-13 Daniel Jacobowitz <drow@mvista.com>
11906
11907 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
11908
b0023472
DJ
119092003-01-13 Daniel Jacobowitz <drow@mvista.com>
11910
11911 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
11912 (ptype &*"foo").
11913 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
11914
607fbc54 119152003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
11916
11917 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
11918 * gdb.mi/mi1-console.exp: Likewise.
11919
607fbc54 119202003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
11921
11922 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
11923 * gdb.mi/mi1-console.exp: Likewise.
11924
a1fb14a2
DJ
119252003-01-13 Daniel Jacobowitz <drow@mvista.com>
11926
11927 * gdb.c++/overload.exp: Remove some fixed XFAILs.
11928
c4cf40b7
DJ
119292003-01-09 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * gdb.base/detach.exp: New test.
11932
696d5a5b
DJ
119332003-01-09 Daniel Jacobowitz <drow@mvista.com>
11934
11935 * Makefile.in (ALL_SUBDIRS): New variable.
11936 (subdirs, clean, distclean): Use it.
11937 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
11938 regenerating Makefile, since it is generated from the top level.
11939 * gdb.asm/Makefile.in: Likewise.
11940 * gdb.base/Makefile.in: Likewise.
11941 * gdb.c++/Makefile.in: Likewise.
11942 * gdb.disasm/Makefile.in: Likewise.
11943 * gdb.java/Makefile.in: Likewise.
11944 * gdb.mi/Makefile.in: Likewise.
11945 * gdb.threads/Makefile.in: Likewise.
11946 * gdb.trace/Makefile.in: Likewise.
11947
754533e4
DC
119482003-01-09 David Carlton <carlton@math.stanford.edu>
11949
11950 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
11951 Add copyright year 2003.
11952
d8b3e9ee
MC
119532003-01-06 Michael Chastain <mec@shout.net>
11954
11955 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
11956 When selecting a thread, 'line' and 'file' are optional.
11957 * gdb.mi/mi1-pthreads.exp: Likewise.
11958
8e9e0fe6
AS
119592003-01-06 Andreas Schwab <schwab@suse.de>
11960
11961 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
11962 failures.
11963
b5ab8ff3
DJ
119642003-01-04 Daniel Jacobowitz <drow@mvista.com>
11965
11966 Fix PR gdb/844
11967 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
11968 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
11969
11970 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
11971 instead of calling gdb_suppress_entire_file.
11972 * gdb.threads/print-threads.exp: Likewise.
11973 * gdb.threads/schedlock.exp: Likewise.
11974
11975 * gdb.threads/killed.exp: Return instead of calling
11976 gdb_suppress_entire_file.
11977 * gdb.threads/linux-dp.exp: Likewise.
11978 * gdb.threads/pthreads.exp: Likewise.
11979
1e698235
DJ
119802003-01-04 Daniel Jacobowitz <drow@mvista.com>
11981
11982 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
11983 stabs.
11984 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
11985 * gdb.base/whatis.exp: Always allow (void) after function names.
11986
147ff08c
DJ
119872003-01-04 Daniel Jacobowitz <drow@mvista.com>
11988
11989 * gdb.c++/casts.exp: Correct regexp.
11990
dc62bfc2
MK
119912003-01-04 Mark Kettenis <kettenis@gnu.org>
11992
11993 * configure.in: Call AC_CONFIG_HEADER. Don't call
11994 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
11995 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
11996 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
11997 aforementioned directories in the AC_OUPUT call.
11998 * config.hin: New file.
11999 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12000 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12001 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12002 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12003 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12004 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12005 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12006 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12007 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12008 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12009 gdb.threads/configure.in, gdb.threads/configure,
12010 gdb.threads/config.in, gdb.trace/configure.in,
12011 gdb.trace/configure: Removed.
12012
77afa639
MC
120132003-01-03 Michael Chastain <mec@shout.net>
12014
12015 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12016 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12017
7634bb6e
DJ
120182003-01-03 Daniel Jacobowitz <drow@mvista.com>
12019
12020 * gdb.base/store.exp: Fix regular expressions.
12021
b39c905e
MK
120222002-12-28 Mark Kettenis <kettenis@gnu.org>
12023
12024 * configure.in: Rewrite.
12025 * configure: Regenerated.
12026
0a8551dd
DC
120272003-01-03 David Carlton <carlton@math.stanford.edu>
12028
12029 * gdb.base/psymtab.exp: New file.
12030 * gdb.base/psymtab1.c: Ditto.
12031 * gdb.base/psymtab2.c: Ditto.
12032
c60b7188
AF
120332002-12-23 Adam Fedor <fedor@gnu.org>
12034
12035 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12036
ee73db83
DC
120372002-12-23 David Carlton <carlton@math.stanford.edu>
12038
12039 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12040 and current_directory initialization.
12041
d6c1774e
JB
120422002-12-22 Jim Blandy <jimb@redhat.com>
12043
f0a847b8
JB
12044 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12045 rather than as part of the output file name.
12046
d6c1774e
JB
12047 * gdb.base/attach.exp: There's no need to copy the test program to
12048 /tmp; that was only ever necessary on HP/UX, and this test is
12049 entirely disabled there anyway.
12050
f0708dbb
JB
120512002-12-21 Jim Blandy <jimb@redhat.com>
12052
4c2acfea
JB
12053 * gdb.c++/psmang.exp: Doc fix.
12054
f0708dbb
JB
12055 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12056 test.
12057
9579e000
DC
120582002-12-20 David Carlton <carlton@math.stanford.edu>
12059
12060 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12061
d1810171
MC
120622002-12-18 Michael Chastain <mec@shout.net>
12063
12064 * gdb.c++/annota2.exp: Add copyright year 2002.
12065
76565097
DC
120662002-12-17 David Carlton <carlton@math.stanford.edu>
12067
12068 * gdb.c++/try_catch.cc: Add marker comments.
12069 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12070 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12071 * gdb.c++/m-static.cc: Ditto.
12072 * gdb.c++/m-static1.cc: Ditto.
12073 * gdb.c++/try_catch.cc: Ditto.
12074
da81390b
JJ
120752002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12076
12077 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12078 to see whether we are using the new -environment-directory
12079 command which resets via -r or the old version of the command
12080 which may prompt the user. Part of fix for gdb/741.
12081
b304d130
AC
120822002-12-13 Andrew Cagney <ac131313@redhat.com>
12083
12084 * gdb.fortran/types.exp: Update obsolete comment.
12085 * gdb.fortran/exprs.exp: Ditto.
12086 * lib/gdb.exp: Delete obsolete code.
12087 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12088 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12089 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12090 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12091 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12092 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12093 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12094 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12095 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12096 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12097 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12098 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12099 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12100 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12101 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12102 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12103 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12104 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12105 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12106 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12107 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12108 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12109 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12110 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12111 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12112 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12113 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12114 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12115 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12116 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12117 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12118 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12119 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12120 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12121 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12122 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12123 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12124
a23b6e6a
DC
121252002-12-11 David Carlton <carlton@math.stanford.edu>
12126
12127 * gdb.c++/m-data.exp: Add test for members that shadow global
12128 variables: see PR gdb/804.
12129 * gdb.c++/m-data.cc: Ditto.
12130
6604731b
DJ
121312002-12-10 Daniel Jacobowitz <drow@mvista.com>
12132
12133 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12134
de46ecd7
DC
121352002-12-06 David Carlton <carlton@math.stanford.edu>
12136
12137 * gdb.base/store.c: Don't declare functions static.
12138
27e829d0
AC
121392002-12-04 Andrew Cagney <ac131313@redhat.com>
12140
12141 * gdb.base/store.exp, gdb.base/store.c: New files.
12142
92806416
DJ
121432002-12-03 Daniel Jacobowitz <drow@mvista.com>
12144
12145 * gdb.base/selftest.exp: Update for current gdb.
12146
3bcbaac5
DJ
121472002-12-03 Daniel Jacobowitz <drow@mvista.com>
12148
12149 * gdb.base/maint.exp: Only dump symbols from one source file
12150 or objfile.
12151
f4f00b1f
DJ
121522002-12-03 Daniel Jacobowitz <drow@mvista.com>
12153
12154 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12155 function call.
12156
f1c8a949
JB
121572002-11-25 Jim Blandy <jimb@redhat.com>
12158
12159 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12160 function appearing in error message.
12161
9e297a97
DJ
121622002-11-21 Daniel Jacobowitz <drow@mvista.com>
12163
12164 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12165
1f312e79
JJ
121662002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12167
d63a86f8
RM
12168 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12169 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12170 should be in mi console format. This is part of fix for PR gdb/604.
12171
83c31e7d
FN
121722002-09-18 Fernando Nasser <fnasser@redhat.com>
12173
12174 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12175 which explicitly prints the zero offset as "+0".
12176
322b3f65
DJ
121772002-10-22 Daniel Jacobowitz <drow@mvista.com>
12178
12179 * gdb.threads/schedlock.c (args): Make unsigned.
12180
121812002-10-21 Daniel Jacobowitz <drow@mvista.com>
12182
12183 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12184 numbers. Allow "foo2|selected stack frame".
12185 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12186 * gdb.asm/asmsrc2.s: Likewise.
12187 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12188 comments.
12189 * gdb.asm/mips.inc: New file.
12190
5e2fe5b8
AF
121912002-10-18 Adam Fedor <fedor@gnu.org>
12192
12193 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12194 * gdb.base/help.exp: Likewise.
12195
abe1a5d0
KB
121962002-10-17 Kevin Buettner <kevinb@redhat.com>
12197
12198 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12199 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12200
10abb1d4
JB
122012002-10-02 Jim Blandy <jimb@redhat.com>
12202
12203 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12204
1f609b42
AC
122052002-10-01 Andrew Cagney <ac131313@redhat.com>
12206
12207 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12208 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12209 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12210 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12211 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12212 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12213 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12214
0aee02e4
AC
122152002-09-29 Andrew Cagney <ac131313@redhat.com>
12216
12217 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12218 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12219 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12220 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12221 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12222 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12223 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12224
6fde09ad
KB
122252002-09-27 Kevin Buettner <kevinb@redhat.com>
12226
12227 * gdb.base/annota1.exp (info break): Make directory components of
12228 path optional since not all compilers emit this debug information.
12229
12230 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12231 step ends up stepping out of the function instead of stopping on
12232 the epilogue.
12233
9e8aab75
KS
122342002-09-26 Keith Seitz <keiths@redhat.com>
12235
12236 * lib/insight-support.exp (gdbtk_start): Figure out where
12237 the insight executable is based on where gdb is. Use this
12238 executable to start insight instead of gdb.
12239
e36180d7
AC
122402002-09-25 Andrew Cagney <cagney@redhat.com>
12241
12242 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12243
9dd34b2b
AC
122442002-09-24 Andrew Cagney <ac131313@redhat.com>
12245
12246 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12247 test_isolated_complaints.
12248 (test_empty_complaint): New function.
12249 (test_empty_complaints): New function. Check no output when no
12250 complaints.
d63a86f8 12251
dea97812
KB
122522002-09-19 Jim Blandy <jimb@redhat.com>
12253
a9c64011 12254 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12255
54951bd7
AC
122562002-09-19 Andrew Cagney <ac131313@redhat.com>
12257
12258 * gdb.gdb/complaints.exp: New file.
12259
dec43320
AC
122602002-09-18 Andrew Cagney <ac131313@redhat.com>
12261
12262 * gdb.base/maint.exp: Check `help maint internal-warning'.
12263
e70d6e3f
DC
122642002-09-18 David Carlton <carlton@math.stanford.edu>
12265
12266 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12267 numbers, and replace them by a single breakpoint after the
12268 constructors are all finished.
12269 Add test 4.
12270 * gdb.c++/m-static.cc: Add test 4.
12271 * gdb.c++/m-static.h: New file.
12272 * gdb.c++/m-static1.cc: New file.
12273
12274 * gdb.c++/printmethod.exp: New file.
12275 * gdb.c++/printmethod.cc: New file.
12276
12277 * gdb.c++/pr-574.exp: New file.
12278 * gdb.c++/pr-574.cc: New file.
12279
afb5c968
CV
122802002-09-18 Corinna Vinschen <vinschen@redhat.com>
12281
12282 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12283 embedded targets which never actually exit.
12284
31e45dee
FN
122852002-09-18 Fernando Nasser <fnasser@redhat.com>
12286
12287 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12288 "don't step after run" as unresolved or unsupported, instead of xfail.
12289
a283c5a1
CV
122902002-09-18 Corinna Vinschen <vinschen@redhat.com>
12291
12292 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12293 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12294 Add newline to expected string in "step out of main (status wrapper)"
12295 case.
12296
11350d2a
CV
122972002-09-18 Corinna Vinschen <vinschen@redhat.com>
12298
12299 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12300 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12301
0deec7d6
TT
123022002-09-17 Tom Tromey <tromey@redhat.com>
12303
12304 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12305 \000, not \0, in double-quoted string.
12306
b2b4a1b5
CV
123072002-09-14 Corinna Vinschen <vinschen@redhat.com>
12308
c9d37158 12309 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12310 string after running the commands execution on breakpoint tests.
12311
1c56143a
CV
123122002-09-13 Corinna Vinschen <vinschen@redhat.com>
12313
12314 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12315
37f8da45
JB
123162002-09-12 Joel Brobecker <brobecker@gnat.com>
12317
12318 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12319
08b468e0
KS
123202002-09-10 Keith Seitz <keiths@redhat.com>
12321
12322 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12323 runto proc.
12324 (mi_run_to_main): Use mi_runto.
12325 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12326
dc360f58
KS
123272002-09-10 Keith Seitz <keiths@redhat.com>
12328
12329 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12330 regexp for stopping at main. Could have multiple event notifications.
12331 Don't assume that main was declared with no parameters.
12332 (mi_next): Use mi_step_to.
12333 (mi_step): Use mi_next_to.
12334
ce3abcfb
CV
123352002-09-09 Corinna Vinschen <vinschen@redhat.com>
12336
12337 * gdb.base/default.exp: Fix expected string in `info float' test.
12338
d1f5b980
BE
123392002-09-09 Ben Elliston <bje@redhat.com>
12340
12341 * config/mips.exp: Update comments.
12342 * config/mips-idt.exp: Likewise.
12343 * config/nind.exp: Likewise.
12344 * config/slite.exp: Likewise.
12345 * config/sparclet.exp: Likewise.
12346 * config/udi.exp: Likewise.
12347 * config/vx.exp: Likewise.
12348 * config/vxworks29k.exp: Likewise.
12349
2f71430b
JB
123502002-09-05 Jim Blandy <jimb@redhat.com>
12351
12352 * gdb.threads/killed.exp: Fix test failure message.
12353
7ddebc7e
KS
123542002-09-04 Keith Seitz <keiths@redhat.com>
12355
12356 * lib/mi-support.exp: Update copyright.
12357 (mi_gdb_test): Increase the priority of the expected pattern
12358 so that it matches gdb_test.
12359
0ae67eb3
KS
123602002-09-03 Keith Seitz <keiths@redhat.com>
12361
12362 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12363 Use integer comparison instead of string comparison for testing
12364 whether binary was built.
12365
38fc42c8
JB
123662002-09-03 Jim Blandy <jimb@redhat.com>
12367
12368 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12369
b6ff0e81
JB
123702002-08-29 Jim Blandy <jimb@redhat.com>
12371
12372 * gdb.threads/pthreads.exp: Move the portable thread compilation
12373 code into a function in lib/gdb.exp, and call that from here.
12374 * lib/gdb.exp (gdb_compile_pthreads): New function.
12375
07c98896
KS
123762002-08-29 Keith Seitz <keiths@redhat.com>
12377
12378 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12379 expect_out so that callers can get at it.
12380
0312286c
DJ
123812002-08-23 Daniel Jacobowitz <drow@mvista.com>
12382
12383 * gdb.threads/print-threads.c: New file.
12384 * gdb.threads/print-threads.exp: New file.
12385 * gdb.threads/schedlock.c: New file.
12386 * gdb.threads/schedlock.exp: New file.
12387
dd039bc4
EZ
123882002-08-22 Elena Zannoni <ezannoni@redhat.com>
12389
a9c64011
AS
12390 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12391 not altivec.c.
dd039bc4 12392
1f36144c
MK
123932002-08-17 Mark Kettenis <kettenis@gnu.org>
12394
12395 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12396 targets. The problem should be fixed now.
12397
16057ec7 123982002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
12399
12400 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12401 2002-07-24 change that removes final dots from error messages.
12402
3c1499ad
TT
124032002-08-13 Tom Tromey <tromey@redhat.com>
12404
12405 * gdb.base/readline.exp: New file.
12406
a20ce2c3
AC
124072002-08-01 Andrew Cagney <ac131313@redhat.com>
12408
12409 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12410 supress message.
12411
db034ac5
AC
124122002-08-01 Andrew Cagney <cagney@redhat.com>
12413
12414 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12415 CHILL_FOR_TARGET and CHILL_LIB.
12416 * configure.in (configdirs): Remove gdb.chill.
12417 * configure: Regenerate.
12418 * lib/gdb.exp: Obsolete references to chill.
12419 * gdb.fortran/types.exp: Ditto.
12420 * gdb.fortran/exprs.exp: Ditto.
12421
3e000b18
KB
124222002-07-30 Kevin Buettner <kevinb@redhat.com>
12423
12424 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12425 set Irix-specific compile and link flags.
12426
28f4966b
KB
124272002-07-29 Kevin Buettner <kevinb@redhat.com>
12428
12429 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12430 source files. The ``-o'' option doesn't work with the ``-E'' option
12431 when using the Irix compiler.
12432
46c0d5a6
DJ
124332002-07-19 Daniel Jacobowitz <drow@mvista.com>
12434
12435 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12436 Improve support for reusing an exec file. Copy exec file
12437 to target, and run gdbserver on the target instead of on the host.
12438
eecf4bed
JB
124392002-07-18 Jim Blandy <jimb@redhat.com>
12440
0f815cdf
JB
12441 * gdb.base/ending-run.exp: Don't expect to see the program end in
12442 some orderly fashion when we're running on a real stand-alone
12443 board.
12444
eecf4bed
JB
12445 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12446 targets that don't support interrupts.
12447
52d309e4
JB
124482002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12449
12450 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12451 systems.
12452 Move comments in expect statements to inside the actions, so that they
12453 don't get matched against.
12454
ff683d9e
MK
124552002-07-10 Mark Kettenis <kettenis@gnu.org>
12456
12457 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12458 function when asleep" test.
12459
b5356753
AC
124602002-07-10 Andrew Cagney <ac131313@redhat.com>
12461
12462 * gdb.base/page.exp: Rewrite to handle problems with very long
12463 `info set' output. Update copyright.
12464
6aa4d13a
AC
124652002-06-26 Andrew Cagney <ac131313@redhat.com>
12466
12467 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12468 gdb.threads-hp.
12469 * gdb.hp/configure: Regenerate.
12470 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12471 * gdb.hp/gdb.threads-hp/configure: Delete file.
12472 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12473
8cf8c2b8
AC
124742002-06-22 Andrew Cagney <ac131313@redhat.com>
12475
12476 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12477 setlocale, bindtextdomain and textdomain.
12478
6827a8f8
JB
124792002-06-11 Jim Blandy <jimb@redhat.com>
12480
919d772c
JB
12481 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12482 preprocessor macro information is present.
12483
6827a8f8
JB
12484 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12485 tests.
12486
c15b0d21
MS
124872002-06-06 Michael Snyder <msnyder@redhat.com>
12488
c5984d70
MS
12489 * gdb.base/overlays.exp: Record addresses of overlay
12490 functions in TCL variables rather than in GDB variables,
12491 to avoid having GDB convert them to pointers (with loss
12492 of information).
12493
d63a86f8 12494 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 12495 default linker script changes.
c15b0d21
MS
12496 * gdb.base/long_long.exp: Add check for sizeof (long double).
12497
be26fe0d
ML
124982002-06-06 Michal Ludvig <mludvig@suse.cz>
12499
12500 * gdb.asm/asm-source.exp: Add x86-64 target.
12501 * gdb.asm/x86_64.inc: New.
d63a86f8 12502
258093ca 125032002-05-30 Michael Chastain <mec@shout.net>
258093ca 12504
4b3153f1 12505 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
12506 * gdb.c++/m-static.cc: New file.
12507 * gdb.c++/m-static.exp: New file.
12508
241264c6
MS
125092002-05-28 Michael Snyder <msnyder@redhat.com>
12510
12511 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12512 precision.
12513
9bba8c8f 125142002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 12515
4b3153f1 12516 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
12517 * gdb.c++/m-data.cc: New file.
12518 * gdb.c++/m-data.exp: New file.
12519
125202002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 12521
4b3153f1 12522 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 12523 * gdb.c++/try_catch.cc: New file.
d63a86f8 12524 * gdb.c++/try_catch.exp: New file.
9bba8c8f 12525
def1b996
MC
125262002-05-27 Michael Chastain <mec@shout.net>
12527
12528 * gdb.c++/local.exp: Accept more nested types in output.
12529
522ba268
MC
125302002-05-26 Michael Chastain <mec@shout.net>
12531
12532 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12533
277254ba
MS
125342002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12535
12536 * lib/gdb.exp (gdb_wrapper_init): Just because
12537 gdb_wrapper_file exists, this does not mean that the file
12538 should not be rebuilt. That is what gdb_wrapper_initialized
12539 is for.
12540 (default_gdb_init): Reset gdb_wrapper_initialized.
12541
b61a8733
MS
125422002-05-23 Michael Snyder <msnyder@redhat.com>
12543
d63a86f8 12544 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
12545 the precision of the floating point test results.
12546 * gdb.base/call-rt-st.exp: Ditto.
12547
b61a8733
MS
12548 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12549 * gdb.base/call-rt-st.exp: Ditto.
12550
56f6e910
MC
125512002-05-19 Michael Chastain <mec@shout.net>
12552
12553 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12554
ad0b0016
EZ
125552002-05-19 Elena Zannoni <ezannoni@redhat.com>
12556
a9c64011
AS
12557 * configure.in (configdirs): Add gdb.arch.
12558 * configure: Regenerate.
ad0b0016 12559
f617d2b6
JB
125602002-05-17 Jim Blandy <jimb@redhat.com>
12561
12562 * gdb.base/completion.exp: Recognize the more detailed error
12563 messages produced by the macro expander's lexical analyzer.
12564
eac2a696
EZ
125652002-05-14 Elena Zannoni <ezannoni@redhat.com>
12566
a9c64011
AS
12567 * gdb.arch/altivec-abi.c: New file.
12568 * gdb.arch/altivec-abi.exp: New file.
12569 * gdb.arch/altivec-regs.c: New file.
12570 * gdb.arch/altivec-regs.exp: New file.
eac2a696 12571
2fdde8f8
DJ
125722002-05-14 Daniel Jacobowitz <drow@mvista.com>
12573
12574 * gdb.base/maint.exp (maint print type): Update for new type
12575 structure.
d63a86f8 12576
e31f1a7c
EZ
125772002-05-14 Elena Zannoni <ezannoni@redhat.com>
12578
12579 * gdb.arch: New directory.
12580 * gdb.arch/configure.in: New file.
12581 * gdb.arch/configure: New file.
12582 * gdb.arch/Makefile.in: New file.
12583
db589741
CV
125842002-05-13 Corinna Vinschen <vinschen@redhat.com>
12585
12586 * gdb.asm/asm-source.exp: Add v850 as supported target.
12587 * gdb.asm/v850.inc: New file.
12588
8ce2a7dc
DJ
125892002-05-13 Daniel Jacobowitz <drow@mvista.com>
12590
12591 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12592
df763c7f
DJ
125932002-05-12 Daniel Jacobowitz <drow@mvista.com>
12594
12595 * gdb.base/break.exp: Check 'break "marker2"'.
12596
377daeed
MS
125972002-05-10 Michael Snyder <msnyder@redhat.com>
12598
12599 * gdb.base/long_long.exp: Fix typo.
12600
c4b7bc2b
JB
126012002-05-10 Jim Blandy <jimb@redhat.com>
12602
ecac9a4e
JB
12603 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12604 a bug.
12605
c4b7bc2b
JB
12606 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12607 Recognize more detailed error message produced by the macro
12608 expander's lexical analyzer.
12609 * lib/gdb.exp (test_print_reject): Same.
12610
e71019a1
MK
126112002-05-09 Mark Kettenis <kettenis@gnu.org>
12612
12613 * gdb.c++/method.exp: Fix typo.
12614
fedfc8e6
MS
126152002-05-08 Michael Snyder <msnyder@redhat.com>
12616
166a1957
MS
12617 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12618 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 12619 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
12620 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12621 Add iftarget clause for strongarm.
d63a86f8 12622
f1c47eb2
MS
126232002-05-06 Michael Snyder <msnyder@redhat.com>
12624
cb9a9d3e
MS
12625 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12626 (gdb_continue_to_end): Accept output from status wrapper.
12627 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12628 Clean up fail messages to match pass messages.
12629
f1c47eb2
MS
12630 Enable the "needs_status_wrapper" testsuite feature.
12631 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12632 (gdb_compile): Conditionally call gdb_wrapper_init.
12633 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12634 * gdb.c++/method.exp: Recognize output from status wrapper.
12635
6079c749
BE
126362002-05-06 Ben Elliston <bje@redhat.com>
12637From Graydon Hoare <graydon@redhat.com>
12638
12639 * config/sid.exp: Include support for "rawsid" protocol.
12640
188baff3
JB
126412002-05-03 Jim Blandy <jimb@redhat.com>
12642
12643 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12644 * gdb.c++/hang3.C: New file.
12645
b9c07f0f
AC
126462002-05-04 Andrew Cagney <ac131313@redhat.com>
12647
12648 * gdb.base/default.exp: Remove obsolete code.
12649 * gdb.c++/misc.exp: Ditto. Update copyright.
12650 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
12651 * gdb.base/whatis.exp: Ditto. Update copyright.
12652 * gdb.base/scope.exp: Ditto. Update copyright.
12653 * gdb.base/ptype.exp: Ditto. Update copyright.
12654 * gdb.base/printcmds.exp: Ditto. Update copyright.
12655 * gdb.base/opaque.exp: Ditto. Update copyright.
12656 * gdb.base/list.exp: Ditto.
12657 * gdb.base/funcargs.exp: Ditto. Update copyright.
12658 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
12659 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
12660 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
12661 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
12662 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
12663 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
12664
5c7a0397
MS
126652002-05-02 Michael Snyder <msnyder@redhat.com>
12666
d6dcc264 12667 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
12668 * gdb.base/long_long.exp: Add xscale target.
12669 * gdb.base/default.exp: Add xscale target.
12670
eb7f1c48
JB
126712002-05-01 Jim Blandy <jimb@redhat.com>
12672
12673 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
12674 gdb.c++/hang.exp: New test.
12675
a6befae8
FF
126762002-05-01 Fred Fish <fnf@redhat.com>
12677
12678 * gdb.base/completion.exp: Handle completions of "./Make" for
12679 more than one completion possibility, as is the case when we
12680 build and test in the source tree.
12681
0a310277
AG
126822002-04-29 Anthony Green <green@redhat.com>
12683
12684 * gdb.java/jmisc1.exp: New file.
12685 * gdb.java/jmisc2.exp: New file.
12686
6ff9af88
DJ
126872002-04-24 Daniel Jacobowitz <drow@mvista.com>
12688
12689 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
12690
96b3d632
EZ
126912002-04-23 Elena Zannoni <ezannoni@redhat.com>
12692
12693 * gdb.base/help.exp: Change 'help status' to allow for target
12694 dependent output differences.
12695
5019bb54
MC
126962002-04-22 Michael Chastain <mec@shout.net>
12697
12698 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
12699
a805a116
MC
127002002-04-22 Michael Chastain <mec@shout.net>
12701
12702 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
12703
a1706bfd
DM
127042002-04-17 David S. Miller <davem@redhat.com>
12705
12706 * gdb.asm/sparc64.inc: New file.
12707 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
12708
a73a20a2
EZ
127092002-04-19 Elena Zannoni <ezannoni@redhat.com>
12710
12711 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
12712 instruction file directly into the build tree. Clean up at end of
12713 test.
12714
ba678339
DM
127152002-04-18 David S. Miller <davem@redhat.com>
12716
12717 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
12718 handle 64-bit platforms correctly.
12719 * gdb.base/maint.exp: Likewise.
12720
b03399da
KB
127212002-04-18 Kevin Buettner <kevinb@redhat.com>
12722
12723 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
12724 ``-fpic'' when compiling files comprising a shared library, but
12725 it does need additional linker flags in order to find shared
12726 libraries at run time.
12727
e2004992
KB
127282002-04-18 Kevin Buettner <kevinb@redhat.com>
12729
12730 * gdb.base/cvexpr.c (use): New function.
12731 (main): Invoke use() on all global variables to prevent
12732 some linkers from deleting these otherwise unused symbols.
12733
d8937120
MC
127342002-04-17 Michael Chastain <mec@shout.net>
12735From David S. Miller <davem@redhat.com>
12736
12737 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
12738 handle 64-bit platforms correctly.
12739
ffd61a58
MS
127402002-04-12 Michael Snyder <msnyder@redhat.com>
12741From Jim Blandy <jimb@redhat.com>
a9c64011 12742 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
12743 script can handle this instead.
12744 * gdb.base/bar.c (barx): Same.
12745 * gdb.base/baz.c (bazx): Same.
12746 * gdb.base/grbx.c (grbxx): Same.
12747
12748 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
12749 manager doesn't automatically unmap overlays unnecessarily.
12750
6b8426a6
MH
127512002-04-10 Martin M. Hunt <hunt@redhat.com>
12752
12753 * gdb.base/ending-run.exp: Fix pattern for Mips targets
12754 stepping out of main.
12755
34af4875
MC
127562002-04-09 Michael Chastain <mec@shout.net>
12757
12758 * gdb.c++/local.cc (main): Move call to marker1() inside nested
12759 scope so that the nested scope tests will make sense.
12760 * gdb.c++/local.exp: Write patterns that actually work with gcc
12761 (the HP patterns "were never known to work with gcc").
12762 Keep the old aCC patterns too.
12763
2d1676a0
DJ
127642002-04-09 Daniel Jacobowitz <drow@mvista.com>
12765
12766 * gdb.base/attach.exp: Correct target board test.
12767
3a63e3f9
MC
127682002-04-08 Michael Chastain <mec@shout.net>
12769
12770 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
12771 in a const method. Add some xfail and fail cases for configurations
12772 that do not emit the "const ...".
12773
f18dabd2
MC
127742002-04-07 Michael Chastain <mec@shout.net>
12775
12776 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
12777 Accept "A * const" and "const A * const" as type of "this".
12778 Fix spelling of getFunky throughout. Make messages uniform.
12779
0fcddd82
EZ
127802002-04-07 Elena Zannoni <ezannoni@redhat.com>
12781
a9c64011 12782 Work around for PR gdb/285:
0fcddd82
EZ
12783 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
12784
16a8534a
EZ
127852002-04-07 Elena Zannoni <ezannoni@redhat.com>
12786
12787 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
12788 instructions file at run time instead of configure time.
12789 Sometimes we run the test in a directory that is not the one we
12790 configured in.
12791 * gdb.asm/configure.in: Delete creation of symlink.
12792 * gdb.asm/configure: Regenerate.
12793
24181d81
JB
127942002-04-05 J. Brobecker <brobecker@gnat.com>
12795
12796 * gdb.gdb/xfullpath.exp: New test, to exercise the new
12797 xfullpath () function.
12798
7cdb7107
DJ
127992002-04-04 Daniel Jacobowitz <drow@mvista.com>
12800
12801 * gdb.asm/Makefile.in: Correct dependencies.
12802
12803 * gdb.asm/powerpc.inc: New file.
12804 * gdb.asm/asm-source.exp: Add PowerPC.
12805 * gdb.asm/configure.in: Likewise.
12806 * gdb.asm/configure: Regenerated.
12807
a7d17088
DJ
128082002-04-04 Daniel Jacobowitz <drow@mvista.com>
12809
12810 * gdb.base/relocate.exp: New file.
12811 * gdb.base/relocate.c: New file.
12812
cd721503
FF
128132002-04-04 Fred Fish <fnf@redhat.com>
12814
12815 * gdb.base/step-test.exp: Update comment regarding stopping in
12816 memcpy/bcopy calls inserted as part of the compiler runtime.
12817
b22ad7a7
MS
128182002-04-04 Michael Snyder <msnyder@redhat.com>
12819
12820 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
12821
5f279fa6
DJ
128222002-04-03 Daniel Jacobowitz <drow@mvista.com>
12823
12824 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
12825 (gdb_expect): Remove $notransfer hack.
12826
dd0fd3ce
DJ
128272002-04-02 Daniel Jacobowitz <drow@mvista.com>
12828
12829 * gdb.c++/classes.exp ("calling method for small class"): Match
12830 updated register output.
12831
1e50cda1
DJ
128322002-03-30 Daniel Jacobowitz <drow@mvista.com>
12833
12834 Fix PR gdb/452
12835 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
12836 when finished. Make gdb_file_cmd send "exec-file" when
12837 appropriate.
12838
24015922
DJ
128392002-03-30 Daniel Jacobowitz <drow@mvista.com>
12840
12841 * gdb.base/attach.exp: Remove extra setup_xfail.
12842
dd7dfd64
MS
128432002-03-26 Michael Snyder <msnyder@redhat.com>
12844
12845 * gdb.base/default.exp: Add tests for dump, append, and restore.
12846 * gdb.base/help.exp: Add tests for dump, append, and restore.
12847 * gdb.base/dump.exp: New file, test dump, append and restore.
12848 * gdb.base/dump.c: New file.
12849
48b2f8d7
MS
128502002-03-27 Michael Snyder <msnyder@redhat.com>
12851
d63a86f8 12852 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
12853 clean-ups in help messages.
12854
05b4d525
FF
128552002-03-26 Fred Fish <fnf@redhat.com>
12856
12857 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
12858 have debugging info for those functions and the compiler uses them
12859 internally to copy structs around.
12860
d7679631
FF
128612002-03-26 Fred Fish <fnf@redhat.com>
12862
12863 * gdb.base/list.exp: Revert the change made yesterday and add note
12864 about why we don't list the default lines for remote targets.
12865
523ac3f9
MS
128662002-03-25 Michael Snyder <msnyder@redhat.com>
12867
12868 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
12869
754b2b8d
FF
128702002-03-25 Fred Fish <fnf@redhat.com>
12871
12872 * gdb.base/list.exp: This test works on remote targets so remove
12873 the short circuit for remote targets. Update copyright.
12874
33c3e192
FF
128752002-03-25 Fred Fish <fnf@redhat.com>
12876
12877 * gdb.base/attach.exp: Fix logic error that was suppressing this
12878 test for all non hppa*-*-hpux* targets, instead of the hp target.
12879 Move comments closer to the suppression point. Also now need to
12880 check that we are running natively.
12881
d43e73ee
MS
128822002-03-22 Michael Snyder <msnyder@redhat.com>
12883
882c8f02
MS
12884 * gdb.base/default.exp: Add test for gcore. Update copyright.
12885 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 12886
04c12f60
FF
128872002-03-06 Fred Fish <fnf@redhat.com>
12888
12889 * gdb.base/funcargs.c: Remove extraneous ';' character.
12890 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
12891
b43df995
MC
128922002-03-04 Michael Chastain <mec@shout.net>
12893
12894 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
12895 accommodate gcc v3 function signature.
12896 * gdb.mi/mi0-var-cmd-exp: Ditto.
12897
92362027
AC
128982002-02-24 Andrew Cagney <ac131313@redhat.com>
12899
12900 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
12901 ``GNU/Linux'' or ``Linux kernel''
12902 * testsuite/gdb.threads/pthreads.c: Ditto.
12903
258ad32d
MC
129042002-02-24 Michael Chastain <mec@shout.net>
12905
12906 * gdb.threads/pthreads.c (thread1): Add a return statement.
12907 (thread2): Likewise.
12908 (foo): Likewise.
12909
04c3b3d4
MC
129102002-02-23 Michael Chastain <mec@shout.net>
12911
12912 * gdb.threads/linux-dp.c (philosopher): Add a return statement
12913 to placate gcc.
12914
5a2a0a20
MC
129152002-02-23 Michael Chastain <mec@shout.net>
12916
12917 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
12918 test "ptype bint". The test passes on all my stabs configurations.
12919
a640f7fc
JB
129202002-02-21 Jim Blandy <jimb@redhat.com>
12921
27924826
JB
12922 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
12923 filename at a time, and watch for the ones we want to see.
12924
a640f7fc
JB
12925 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
12926 types of pointers to prototyped functions.
12927
edcc8c75
AC
129282002-02-20 Andrew Cagney <ac131313@redhat.com>
12929
12930 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
12931 signed, unsigned and straight char.
12932 (padding_char, padding_short, padding_int, padding_long,
12933 padding_long_long, padding_float, padding_double,
12934 padding_long_double): New global variables.
12935 (fill, fill_structs): New functions.
12936
12937 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
12938 for correctly sized writes. Update copyright.
12939 (get_valueof): New procedure.
12940 (get_sizeof): Call get_valueof.
12941 (check_valueof): New procedure.
12942 (check_padding): New procedure.
12943
ac57ea44
MC
129442002-02-20 Michael Chastain <mec@shout.net>
12945
12946 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
12947 to setup_xfail. Document some of the remaining calls.
12948
7a10c941
MC
129492002-02-18 Michael Chastain <mec@shout.net>
12950
12951 * gdb.c++/userdef.exp: Update copyright year.
12952
fb8acdcc
DJ
129532002-02-18 Daniel Jacobowitz <drow@mvista.com>
12954
12955 * gdb.c++/userdef.exp: Test overloaded operators properly.
12956 Remove xfails.
12957
fda6ae12
MS
129582002-02-14 Michael Snyder <msnyder@redhat.com>
12959
12960 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
12961
676a0442
DJ
129622002-02-14 Daniel Jacobowitz <drow@mvista.com>
12963
12964 * gdb.base/a2-run.exp: Check for a remote target properly.
12965 * gdb.base/annota1.exp: Likewise.
12966 * gdb.base/list.exp: Likewise.
12967 * gdb.base/reread.exp: Likewise.
12968 * gdb.base/scope.exp: Likewise.
12969 * gdb.base/shlib-call.exp: Likewise.
12970 * gdb.base/term.exp: Likewise.
12971 * gdb.c++/annota2.exp: Likewise.
12972
78b4f468
RE
129732002-02-13 Richard Earnshaw <rearnsha@arm.com>
12974
12975 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
12976
9a81ba51
MC
129772002-02-10 Michael Chastain <mec@shout.net>
12978
12979 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
12980 (call_after_alloca): Ditto.
12981
004af6c7
DJ
129822002-02-10 Daniel Jacobowitz <drow@mvista.com>
12983
12984 * gdb.base/ending-run.exp: Guard "cont" test with
12985 gdb_skip_stdio_test.
12986
37225f62
JB
129872002-02-06 Jim Blandy <jimb@redhat.com>
12988
12989 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
12990 from here...
12991 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
12992 To here. Disable this test on non-HP platforms. Add big comment.
12993
fe6fdd96
MS
129942002-02-04 Michael Snyder <msnyder@redhat.com>
12995
12996 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
12997 other than d10v and m32r.
12998
036fad3f
RE
129992002-02-02 Richard Earnshaw <rearnsha@arm.com>
13000
13001 * gdb.base/default.exp: Rewrite test patterns to reduce time
13002 taken to match them.
13003
7148ab62
DJ
130042002-01-30 Daniel Jacobowitz <drow@mvista.com>
13005
13006 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13007 Allow a start function above main.
13008 * gdb.threads/linux-dp.exp: Fix copyright date.
13009
396cc255
DJ
130102002-01-30 Daniel Jacobowitz <drow@mvista.com>
13011
a9c64011
AS
13012 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13013 (check_philosopher_stack): Check for manager thread before checking
13014 for a just-starting thread.
396cc255 13015
f038d31b
DJ
130162002-01-30 Daniel Jacobowitz <drow@mvista.com>
13017
13018 From Neil Booth <neil@daikokuya.demon.co.uk>:
13019 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13020 warnings.
13021
b3ff9d9a
FF
130222002-01-21 Fred Fish <fnf@redhat.com>
13023
13024 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13025 not caller.
13026
39ad761d
JB
130272002-01-21 Jim Blandy <jimb@redhat.com>
13028
13029 * gdb.base/reread.exp: Check that GDB properly re-reads the
13030 executable file when it changes while no inferior is running.
13031
aaf320fa
FF
130322002-01-21 Fred Fish <fnf@redhat.com>
13033
a9c64011
AS
13034 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13035 optionally accept the "shlib events" variation.
aaf320fa 13036
808a31f5
JB
130372002-01-21 Jim Blandy <jimb@redhat.com>
13038
13039 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13040 call `fflush' after every `printf', so that the output is produced
13041 at predictable points, regardless of whatever buffering does (or
13042 doesn't) take place.
13043 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13044 at different points.
13045
4420d5e2
DJ
130462002-01-20 Daniel Jacobowitz <drow@mvista.com>
13047
13048 * gdb.c++/inherit.exp: Update copyright years.
13049 * gdb.c++/method.exp: Likewise.
13050
3e36a0f4
DJ
130512002-01-20 Daniel Jacobowitz <drow@mvista.com>
13052
13053 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13054 artificial methods/arguments.
13055 * gdb.c++/derivation.exp: Likewise.
13056 * gdb.c++/inherit.exp: Likewise.
13057 * gdb.c++/method.exp: Likewise.
13058 * gdb.c++/virtfunc.exp: Likewise.
13059
b4ceaee6
AC
130602002-01-18 Andrew Cagney <ac131313@redhat.com>
13061
13062 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13063 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13064 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13065 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13066 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13067 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13068
ecace851
JB
130692002-01-17 Jim Blandy <jimb@redhat.com>
13070
13071 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13072 anchoring the pattern matching the entry point symbol's name.
13073
375fc983
AC
130742002-01-17 Andrew Cagney <ac131313@redhat.com>
13075
13076 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13077 continue/quit query. Update copyright.
13078
fe6fdd96
MS
130792002-01-14 Michael Snyder <msnyder@redhat.com>
13080
13081 * gdb.base/gcore.exp: Remove extra debugging output.
13082
e017c81f
DJ
130832002-01-13 Daniel Jacobowitz <drow@mvista.com>
13084
13085 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13086 for slightly dubious v2 mangled string.
13087
37ab3bf8
DJ
130882002-01-13 Daniel Jacobowitz <drow@mvista.com>
13089
13090 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13091
1bc05c3a 130922002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13093
1bc05c3a 13094 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13095
1bc05c3a
JM
13096 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13097 constructors.
13098 * gdb.c++/derivation.exp: Likewise.
13099 * gdb.c++/templates.exp: Likewise.
13100 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13101
1bc05c3a
JM
131022002-01-10 Michael Snyder <msnyder@redhat.com>
13103
13104 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13105
a911c360
MS
131062002-01-08 Michael Snyder <msnyder@redhat.com>
13107
13108 * gdb.base/gcore.exp: New test for generate-core-file command.
13109 * gdb.base/gcore.c: Testcase for above.
13110 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13111
ea2119ec
JM
131122002-01-08 Jason Merrill <jason@redhat.com>
13113
13114 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13115
68203136
FF
131162002-01-07 Fred Fish <fnf@redhat.com>
13117
13118 * gdb.c++/overload.exp: Remove unconditional xfails for:
13119 print foo_instance1.overloadargs(1)
13120 print foo_instance1.overloadargs(1, 2)
13121 print foo_instance1.overloadargs(1, 2, 3)
13122 print foo_instance1.overloadargs(1, 2, 3, 4)
13123 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13124 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13125 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13126 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13127 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13128 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13129 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13130 print foo_instance1.overload1arg()
13131 print foo_instance1.overload1arg((char)arg2)
13132 print foo_instance1.overload1arg((signed char)arg3)
13133 print foo_instance1.overload1arg((unsigned char)arg4)
13134 print foo_instance1.overload1arg((int)arg7)
13135 print foo_instance1.overload1arg((unsigned int)arg8)
13136 print foo_instance1.overload1arg((float)arg11)
13137 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13138
21b9b5b1
MS
131392002-01-07 Michael Snyder <msnyder@redhat.com>
13140
13141 * gdb.base/huge.exp: New test. Print a very large target data object.
13142 (skip_huge_test): New test variable. Define if you want to skip this
13143 test. The test reads an 8 megabyte data object from the target, so it
13144 might be very time consuming on remote targets with a slow connection.
13145 * gdb.base/huge.c: New file. Test case for above.
13146
725f922e
FF
131472002-01-07 Fred Fish <fnf@redhat.com>
13148
13149 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13150 g_instance.bfoo, and g_instance.cfoo.
13151
634d57ec
JL
13152Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13153
f286b2c3
JL
13154 * gdb.base/break.c (multi_line_if_conditional): New function.
13155 (multi_ilne_while_conditional): Likewise.
13156 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13157 IF or WHILE condition puts the breakpoint at the start of
13158 the condition.
13159
634d57ec
JL
13160 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13161 hppa*-*-hpux* expected failure.
13162 * gdb.base/structs.exp (do_function_calls): Similarly.
13163
13164 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13165 watchpoints.
13166
9fbfe2dc
AC
131672002-01-06 Andrew Cagney <ac131313@redhat.com>
13168
13169 Fix PR gdb/66.
13170 * gdb.base/structs.exp: Replace skip for a29k with skip for
13171 gdb,cannot_call_functions.
13172 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13173 * gdb.base/callfuncs.exp: Ditto.
13174 * gdb.base/call-rt-st.exp: Ditto.
13175 * gdb.base/call-strs.exp: Ditto.
13176 * gdb.base/callfwmall.exp: Ditto.
13177 * gdb.base/scope.exp: Obsolete xfail a29k.
13178 * gdb.c++/misc.exp: Ditto.
13179 * gdb.c++/cplusfuncs.exp: Ditto.
13180 * gdb.base/ptype.exp: Ditto.
13181 * gdb.base/printcmds.exp: Ditto.
13182 * gdb.base/opaque.exp: Ditto.
13183 * gdb.base/list.exp: Ditto.
13184 * gdb.base/funcargs.exp: Ditto.
13185 * gdb.base/default.exp: Ditto.
13186
8ddad156
MS
131872002-01-04 Michael Snyder <msnyder@redhat.com>
13188
ca4976a6 13189 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13190 * gdb.base/maint.exp: Add tests for maint info sections options.
13191
1b074332
JL
13192Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13193
13194 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13195
7d159115
CV
131962001-12-20 Corinna Vinschen <vinschen@redhat.com>
13197
13198 * gdb.asm/arm.inc: New file.
13199 * gdb.asm/asm-source.exp: Add arm targets.
13200 * gdb.asm/configure.in: Ditto.
13201 * gdb.asm/configure: Recreated from configure.in.
13202
8fb87725
JL
13203Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13204
afabe08c
JL
13205 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13206 with HP's compiler.
13207 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13208 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13209 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13210 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13211
13212 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13213 either HP's compilers or GCC.
13214
db521deb
JL
13215 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13216 a SIGBUS or SIGSEGV.
13217
13218 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13219
13220 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13221 can be compiled with either HP's compiler or GCC.
13222
cfa88ab7
JL
13223 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13224 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13225 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13226
ca344dff
JL
13227 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13228 to match current gdb output. Update due to using auto-solib-limit
13229 for limiting instead of overloading auto-solib-add.
13230 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13231 test program.
13232
3f3c6e55 13233 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13234 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13235 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13236 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13237 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13238 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13239 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13240 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13241 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13242 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13243 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13244 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13245 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13246
8fb87725
JL
13247 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13248 a SIGTRAP to the inferior.
13249
cf599fa7
CV
132502001-12-19 Corinna Vinschen <vinschen@redhat.com>
13251
13252 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13253 Substitute call to target_link by call to gdb_compile.
13254
2cd045cd
JL
13255Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13256
a9c64011
AS
13257 * gdb.base/break.exp: Fix HP specific search string when testing
13258 backtracing in a called function.
2cd045cd 13259
a9c64011
AS
13260 * gdb.base/constvars.exp: Only set lang to C++ if we're
13261 compiling the test with HP's compilers.
13262 * gdb.base/volatile.exp: Similarly.
2cd045cd 13263
99ebe9ac
JB
132642001-12-19 Jim Blandy <jimb@redhat.com>
13265
13266 * gdb.base/printcmds.exp: Expect the null character to be printed
13267 as '\0', and the '\013' to be printed as '\v'.
13268 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13269 * gdb.base/setvar.exp: Same.
13270
b9891b29
JB
132712001-12-17 Jim Blandy <jimb@redhat.com>
13272
0eba65ab
JB
13273 * gdb.base/completion.exp: Rather than completing very long
13274 filenames, which can make the readline library produce output we
13275 don't recognize, cd to the directory first, and then complete
13276 using nice, short relative paths.
13277
6970b5b1
JB
13278 * gdb.base/completion.exp: On some systems, there is, in fact, a
13279 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13280 variables as being in scope. So use `no_var_named_this'
13281 instead of `b'.
6970b5b1 13282
b9891b29
JB
13283 * gdb.base/corefile.exp: Recognize the message saying that GDB
13284 can't find the core file's registers as a failure.
13285
e6ccd35f
JSC
132862001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13287
a9c64011
AS
13288 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13289 test expect string more specific.
e6ccd35f 13290
105ba819
CV
132912001-12-13 Corinna Vinschen <vinschen@redhat.com>
13292
13293 * gdb.asm/asm-source.exp: Add support for xstormy16.
13294 * gdb.asm/configure.in: Ditto.
13295 * gdb.asm/configure: Rebuild.
13296 * gdb.asm/xstormy16.inc: New file.
13297
e9e79dd9
FF
132982001-12-10 Fred Fish <fnf@redhat.com>
13299
13300 * gdb.base/maint.exp: Update to match changes in type dumping code.
13301
347dc97d
JB
133022001-12-10 Jim Blandy <jimb@redhat.com>
13303
13304 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13305 matching the entry point symbol's name at the beginning of the
13306 line.
13307
5178b9d6
DJ
133082001-12-07 Daniel Jacobowitz <drow@mvista.com>
13309
13310 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13311 gdb.c++/inherit.exp, gdb.c++/method.exp,
13312 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13313 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13314 and class layout support.
13315
af890c52
DJ
133162001-12-07 Daniel Jacobowitz <drow@mvista.com>
13317
13318 * gdb.c++/classes.exp: Add test for static member function.
13319 * gdb.c++/misc.cc: Add class with static member function.
13320
7a345fb3
JB
133212001-12-07 Jim Blandy <jimb@redhat.com>
13322
f2e54a80 13323 If GDB says it can't find the struct the function returned, report
8032bf31
JB
13324 those tests as `unsupported'.
13325 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13326 Rewrite subsequent tests to use it.
13327
13328 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
13329 those tests as `unsupported'.
13330 * gdb.base/structs.exp (call_struct_func): New function.
13331 (do_function_calls): Use call_struct_func to call the functions
13332 returning structs.
13333
0bc69509
JB
13334 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13335 whether functions are prototyped or not, so we can't possibly pass
13336 arguments to t_float_values2 properly.
13337
7a345fb3
JB
13338 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13339 value of `timeout' for targets other than the mips*tx39-*.
13340
edb6ede1
MS
133412001-12-06 Michael Snyder <msnyder@redhat.com>
13342
d63a86f8 13343 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
13344 and detect whether the start symbol has a leading underscore.
13345
2d842f13
JB
133462001-12-04 Jim Blandy <jimb@redhat.com>
13347
13348 * gdb.base/completion.exp: Clarify indentation.
13349
68550daf
JB
133502001-12-03 Jim Blandy <jimb@redhat.com>
13351
13352 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13353 variables on the S/390, not `.word'.
13354
cd5195a8
JB
133552001-11-30 Jim Blandy <jimb@redhat.com>
13356
13357 Add assembly-source tests for s390-ibm-linux.
13358 * gdb.asm/s390.inc: New file.
13359 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13360 the S/390 architecture.
a9c64011 13361 * gdb.asm/configure: Regenerated.
cd5195a8 13362
ca9efc90
MS
133632001-11-30 Michael Snyder <msnyder@redhat.com>
13364
13365 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13366 next, info source, info sources, info line, global and static
13367 variables, and static functions.
13368 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13369 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13370 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13371 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13372 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13373 (gdbasm_leave): Restore frame pointer.
13374 (gdbasm_startup): Copy stack set-up from crt0.S.
13375
d0e66976
FN
133762001-11-26 Fernando Nasser <fnasser@redhat.com>
13377
13378 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13379 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13380 to a local (non-static) variable. Copy tstruct.a to a static buffer
13381 and return a pointer to that buffer.
13382 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13383
e2334072
MK
133842001-11-24 Mark Kettenis <kettenis@gnu.org>
13385
13386 * gdb.asm/configure.in: Fix recognition of ix86 target.
13387 * gdb.asm/configure: Regenerate.
13388
756caa3d
MS
133892001-11-21 Michael Snyder <msnyder@redhat.com>
13390
13391 * gdb.asm/sparc.inc: New file.
13392 * gdb.asm/asm-source.exp: Recognize sparc target.
13393 * gdb.asm/configure.in: Recognize sparc target.
13394 * gdb.asm/configure: Regenerate.
d63a86f8 13395
9a4d72d5
MS
133962001-11-21 Michael Snyder <msnyder@redhat.com>
13397
13398 * gdb.asm/m32r.inc: New file.
13399 * gdb.asm/asm-source.exp: Recognize m32r target.
13400 * gdb.asm/configure.in: Recognize m32r target.
13401 * gdb.asm/configure: Regenerate.
13402
a773d1cd
MS
134032001-11-20 Michael Snyder <msnyder@redhat.com>
13404
017ac23d
MS
13405 * gdb.asm/i386.inc: New file.
13406 * gdb.asm/asm-source.exp: Recognize ix86 target.
13407 * gdb.asm/configure.in: Recognize ix86 target.
13408 * gdb.asm/configure: Regenerate.
13409
a773d1cd
MS
13410 * gdb.c++/namespace.exp: Fix quotes in output messages.
13411
bb632afb
MS
134122001-11-14 Michael Snyder <msnyder@redhat.com>
13413
25d559ca 13414 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
13415 qualifier in a type cast expression, to designate an address
13416 in the instruction space (Harvard architecture).
13417
4749e309
MS
134182001-11-13 Michael Snyder <msnyder@redhat.com>
13419
13420 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13421 Tests for expressions using 'const' and 'volatile'.
13422
25050984
CV
134232001-11-13 Corinna Vinschen <vinschen@redhat.com>
13424
13425 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13426
1902c51f
DJ
134272001-11-12 Daniel Jacobowitz <drow@mvista.com>
13428
13429 * lib/mi-support.exp (mi_run_to_helper): Move comments
13430 outside of gdb_expect.
13431
dcf95b47
DJ
134322001-11-11 Daniel Jacobowitz <drow@mvista.com>
13433
13434 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13435 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13436 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13437 mi0_run_to): New functions.
13438 * gdb.mi/mi-simplerun.exp: Use them.
13439 * gdb.mi/mi0-simplerun.exp: Likewise.
13440 * gdb.mi/mi-var-cmd.exp: Likewise.
13441 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 13442
45b074e1
AC
134432001-11-10 Andrew Cagney <ac131313@redhat.com>
13444
13445 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13446 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13447
bf50d346
AC
134482001-11-09 Andrew Cagney <ac131313@redhat.com>
13449
13450 * gdb.base/restore.exp: Include $expected value in restored test
13451 message.
13452
9383332c
AC
134532001-11-09 Andrew Cagney <ac131313@redhat.com>
13454
13455 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13456 implemented.
13457
db62520a
MS
134582001-11-08 Michael Snyder <msnyder@redhat.com>
13459
13460 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13461 Add pass/fail message for stop at breakpoint in call dummy function.
13462
b5703437
MS
134632001-11-07 Michael Snyder <msnyder@redhat.com>
13464
d63a86f8
RM
13465 * gdb.c++/templates.exp (test_template_breakpoints):
13466 If we get an overload menu, but it does not match what
760f6330 13467 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
13468 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13469 making the whitespace optional. Argument for "new" may be
13470 "unsigned" as well as "unsigned int/long".
d63a86f8 13471 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
13472 making the whitespace optional. Also replace "(void) with
13473 "((void|)), making the keyword "void" optional.
d63a86f8 13474 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
13475 making the whitespace optional. Also replace "(void) with
13476 "((void|)), making the keyword "void" optional.
3bf40917
MS
13477 * gdb.base/callfuncs.c (t_float_values): This function must
13478 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 13479 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
13480 can be tested against both cases. Usually one case involves
13481 promotion of float to double, while the other does not.
13482 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
13483 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13484 includes a stack frame for "start".
13485
c8ab4e6d
JB
134862001-11-05 Jim Blandy <jimb@redhat.com>
13487
13488 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13489 pointers are 32 bits long, and that offsets of relocs are always
13490 stored in the data (REL-style), and not in the reloc entry itself
13491 (RELA-style).
13492 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13493 stabs.
13494
3f08ced9
MS
134952001-11-01 Michael Snyder <msnyder@redhat.com>
13496
13497 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13498 and regular expression operators by using quoting.
13499
cbfa24cd
MS
135002001-10-31 Michael Snyder <msnyder@redhat.com>
13501
13502 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13503 depending on what the symbol table contains.
13504 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13505 the output of the ptype command. Similarly, accept both "const &"
13506 and "const&".
13507
aaa68313
CV
135082001-10-31 Corinna Vinschen <vinschen@redhat.com>
13509
13510 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13511 symbol `STORAGE' to allow to choose the storage class of
13512 the local datastructures.
13513 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13514 compiler directive.
13515
91740388
MS
135162001-10-30 Michael Snyder <msnyder@redhat.com>
13517
13518 * gdb.base/jump.exp: Allow it to run for all targets.
13519
1b7c05e7
CV
135202001-10-29 Corinna Vinschen <vinschen@redhat.com>
13521
13522 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13523 with new double_array size.
13524 (main): Change storage class of all local variables to static.
13525 Reduce size of double_array to 9.
13526 * gdb.base/call-ar-st.exp: Increase timeout value.
13527 Change expected output for double array to match new size in
13528 call-ar-st.c.
13529
36a22261
CV
135302001-10-29 Corinna Vinschen <vinschen@redhat.com>
13531
13532 * gdb.base/ending-run.exp: Create identical output when passing
13533 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 13534 Stormy16 target.
36a22261 13535
92b8ae91
MK
135362001-10-28 Mark Kettenis <kettenis@gnu.org>
13537
13538 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13539 that we catch the expected failure under Linux/x86.
13540
cb135b83
OF
135412001-10-29 Orjan Friberg <orjanf@axis.com>
13542
13543 * gdb.base/setvar.exp: Escape curly braces.
13544 * gdb.stabs/weird.exp: Ditto.
13545
6884aa54
DJ
135462001-10-27 Daniel Jacobowitz <drow@mvista.com>
13547
13548 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13549 * gdm.mi/mi0-hack-cli.exp: Likewise.
13550
0398c9aa
AC
135512001-10-25 Andrew Cagney <ac131313@redhat.com>
13552
13553 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13554 messages.
13555
d20bf2e8
AC
135562001-10-21 Andrew Cagney <ac131313@redhat.com>
13557
13558 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13559 checking MI enabled.
13560
03dd63aa
CV
135612001-10-09 Corinna Vinschen <vinschen@redhat.com>
13562
13563 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13564
1d9d99f3
FCE
135652001-10-04 Frank Ch. Eigler <fche@redhat.com>
13566
13567 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13568 if gdb child process crashes, just signal an error.
13569
838ae6c4
JB
135702001-10-02 Jim Blandy <jimb@redhat.com>
13571
13572 * lib/gdb.exp (test_xfail_format): Simplify.
13573
13574 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13575 front of the variable name `format'. Simplify `if'.
13576
8f0cbc1c
DJ
135772001-10-01 Daniel Jacobowitz <drow@mvista.com>
13578
13579 * gdb.threads/pthreads.exp: Wait for output and delay
13580 before sending ^C.
13581
1f08dafd
DJ
135822001-10-01 Daniel Jacobowitz <drow@mvista.com>
13583
13584 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13585 some incorrect output instead of timing out.
13586 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13587
674f90ff
CV
135882001-09-28 Corinna Vinschen <vinschen@redhat.com>
13589
13590 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13591 check to allow additional `int'.
13592
9b284272
DJ
135932001-09-27 Daniel Jacobowitz <drow@mvista.com>
13594
13595 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13596 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13597
b55a4771
MS
135982001-09-27 Michael Snyder <msnyder@redhat.com>
13599
13600 * lib/gdb.exp (test_debug_format): New proc.
13601 (setup_xfail_format): Use new proc test_debug_format.
13602 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13603 proc; use new service proc test_debug_format.
13604 Replace all other "gcc_compiled" tests with this test.
13605 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13606 proc; use new service proc test_debug_format.
13607 Replace all other "gcc_compiled" tests with this test.
13608
136092001-09-27 Michael Snyder <msnyder@redhat.com>
13610
13611 * gdb.base/cvexpr.exp: New file.
13612 * gdb.base/cvexpr.c: New file
13613 Test for expressions using const and volatile keywords.
13614
4e6667ac
CV
136152001-09-26 Corinna Vinschen <vinschen@redhat.com>
13616
13617 * gdb.base/constvars.exp: Check for different orders of keywords
13618 and additional "int" strings in output.
13619
4f337972
AC
136202001-09-22 Andrew Cagney <ac131313@redhat.com>
13621
13622 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13623 responses from "help maint".
13624
2015650d
FCE
136252001-09-19 Frank Ch. Eigler <fche@redhat.com>
13626
13627 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13628 to localhost:NNN instead of :NNN, in case Xvfb is listening
13629 only on TCP.
13630
f3bcedc1
CV
136312001-09-19 Corinna Vinschen <vinschen@redhat.com>
13632
13633 * gdb.base/recurse.exp: When checking leaving the watchpoint
13634 scope, recognize when gdb is in function's epilogue and pass.
13635
6b819c92
KS
136362001-09-18 Keith Seitz <keiths@redhat.com>
13637
13638 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13639 support for running tests against sid targets.
13640 (gdbtk_done): Ditto.
13641
a10c9419
CV
136422001-09-18 Corinna Vinschen <vinschen@redhat.com>
13643
13644 * gdb.base/ending-run.c (main): Set stdout buffersize
13645 to the same reasonable value for any target.
13646 * gdb.base/ending-run.exp: Add a regular expression
13647 to make testsuite happy on Sanyo Stormy16 target.
13648
739d0d99
CV
136492001-09-17 Corinna Vinschen <vinschen@redhat.com>
13650
13651 * gdb.base/display.c (do_loops): Add float variable `f'.
13652 Increment f in loop.
13653 * gdb.base/display.exp: Increment timeout by 60 seconds.
13654 Change float display test to use variable `f'.
13655
1b8947f0
JB
136562001-09-17 Jim Blandy <jimb@redhat.com>
13657
13658 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
13659 overflowing the limited breakpoint tables on some ROM monitors
13660 (like the ROM68K).
13661
9890ac81
FCE
136622001-09-15 Frank Ch. Eigler <fche@redhat.com>
13663
13664 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
13665 the "-ac" (disable access control) flag.
13666
6db765ea
JH
136672001-08-30 Jeff Holcomb <jeffh@redhat.com>
13668
13669 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
13670 ints.
13671
4c32cc04
KS
136722001-08-30 Keith Seitz <keiths@redhat.com>
13673
13674 * lib/gdb.exp: Move all insight-related functionality into
13675 separate file.
13676 * lib/insight-support.exp: New file.
13677
8d6e6f81
FCE
136782001-08-29 Frank Ch. Eigler <fche@redhat.com>
13679
13680 * config/sid.exp (sid_start): Never set sid verbosity; disable
13681 expect_background {} that consumed its stdout; tolerate </dev/null.
13682 Attempt to set endianness override in "sid" protocol mode. Cleanup.
13683
6a90e1d0
AC
136842001-08-18 Andrew Cagney <ac131313@redhat.com>
13685
13686 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
13687 CLI jump command to start it.
13688 (mi_run_to_main): Fail immediatly when unexpected output.
13689
1759b3c3
AC
136902001-08-18 Andrew Cagney <ac131313@redhat.com>
13691
13692 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
13693 beginning of function. Fix PR gdb/191.
13694
61d11d80
FCE
136952001-08-16 Frank Ch. Eigler <fche@redhat.com>
13696
13697 * config/sid.exp (sid_start): Don't warn if we cannot figure out
13698 what to force sid endianness to.
13699
942a4df2
KS
137002001-08-15 Keith Seitz <keiths@redhat.com>
13701
13702 * lib/gdb.exp (gdbtk_start): Don't set environment
13703 variables for TCL_LIBRARY and friends. Insight will
13704 now figure these out for itself.
13705
0521c418
MS
137062001-08-02 Michael Snyder <msnyder@redhat.com>
13707
13708 * gdb.base/completion.exp: Remove the symbol "a64l" from
13709 the expect string; this is target-specific, and not related
13710 to what is being tested.
13711
74a9a58a
DB
137122001-08-02 Dave Brolley <brolley@redhat.com>
13713
13714 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
13715
c70819fa
MS
137162001-07-25 Michael Snyder <msnyder@redhat.com>
13717
c2b8fa57
MS
13718 * gdb.base/consecutive.exp: New file. Test stepping over
13719 breakpoints on consecutive instructions.
13720 * gdb.base/consecutive.c: New file.
13721
c70819fa
MS
13722 * gdb.base/call-rt-st.exp: Use double-backslash to quote
13723 curly braces in regular expressions.
13724
2b1a1355
MS
137252001-07-25 Michael Snyder <msnyder@redhat.com>
13726
13727 * gdb.base/ending-run.exp: Accept "Program exited normally" as
13728 legitimate output from stepping out of main.
13729
413eca6f
KS
137302001-07-22 Keith Seitz <keiths@redhat.com>
13731
13732 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
13733 the empty string, do not run the tests.
13734
7e5a9322
SC
137352001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13736
13737 * gdb.base/long_long.exp: Detect size of pointer. Take into
13738 account 2-byte pointers when testing for p/a results.
13739
de58f10f
SC
137402001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13741
d63a86f8 13742 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
13743 and defined to 1K for m68hc11.
13744 (random_data): Reduce table to 1K for embedded platforms (68hc11).
13745 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
13746 (sizeof_random_data): New variable to tell the size of the data table;
13747 don't test past this size; always run to main.
13748
d6f5fea1
SC
137492001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13750
13751 * gdb.base/return2.exp: return of long long and double fails for
13752 68HC11; don't execute these tests on that platform.
13753 * gdb.base/return.exp: Return of a double fails for 68hc11.
13754
c477543d
SC
137552001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13756
13757 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
13758 tests that print a float.
13759 * call-rt-st.exp: Likewise.
13760
63cf1c79
MK
137612001-07-12 Mark Kettenis <kettenis@gnu.org>
13762
13763 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
13764 running this test on Linux.
13765
112f9ab5
MC
137662001-06-24 Michael Chastain <chastain@redhat.com>
13767
13768 * gdb.base/arithmet.exp: Remove some tests to make all test names
13769 unique.
13770
4970cb0f
MS
137712001-07-03 Michael Snyder <msnyder@redhat.com>
13772
13773 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
13774 the output of the ptype command.
13775
d85da69f
MS
137762001-07-02 Michael Snyder <msnyder@redhat.com>
13777
4c8a82de
MS
13778 * gdb.base/completion.exp: Don't assume that break.c is the only
13779 source file that may contain functions named "marker".
d85da69f
MS
13780 * gdb.base/corefile.exp: Quote the curly braces in regexp.
13781
8afc772b
AC
137822001-06-28 Andrew Cagney <ac131313@redhat.com>
13783
13784 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
13785 of files to delete.
13786
13787 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
13788 * gdb.disasm/h8300s.exp: New file.
13789 gdb.disasm/h8300s.s: Likewise.
13790
cff22675
AC
137912001-06-27 Andrew Cagney <ac131313@redhat.com>
13792
13793 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
13794 empty breakpoint tables.
13795
68c81b54
AC
137962001-06-25 Andrew Cagney <ac131313@redhat.com>
13797
13798 * lib/mi-support.exp: Update args=... part of stop-reason
13799 patterns. Accept either a list or a tuple.
13800
2dd62704
AC
138012001-06-23 Andrew Cagney <ac131313@redhat.com>
13802
13803 * lib/mi-support.exp: Remove local emacs variable defining
13804 change-log-default-name.
13805
b4127474
MC
138062001-06-22 Michael Chastain <chastain@redhat.com>
13807
13808 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
13809 This is operationally compatible with the previous version.
13810
8dbfb380
JB
138112001-06-13 Jim Blandy <jimb@redhat.com>
13812
13813 * lib/gdb.exp (gdb_test): Doc fix.
13814
f2d8c86d
MC
138152001-06-10 Michael Chastain <chastain@redhat.com>
13816
13817 * gdb.base/exprs.exp: Remove a duplicate test.
13818
81564d34
JB
138192001-06-06 Jim Blandy <jimb@redhat.com>
13820
13821 * gdb.base/return2.exp (main): Use values to test float and double
13822 returns that are not NaN's, to avoid being confused by IEEE
13823 comparison rules.
13824
da55addb
MS
138252001-06-04 Michael Snyder <msnyder@redhat.com>
13826
13827 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 13828 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
13829 rather than wait for 12 more tests to time out.
13830
42c65987
JB
138312001-06-06 Jim Blandy <jimb@redhat.com>
13832
b18bced9 13833 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 13834 Don't forget to match the GDB prompt.
b18bced9 13835
42c65987
JB
13836 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
13837
5b41e5f0
JB
138382001-06-04 Jim Blandy <jimb@redhat.com>
13839
13840 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
13841 command.
13842
015e046f
KB
138432001-05-31 Kevin Buettner <kevinb@redhat.com>
13844
13845 * gdb.base/annota1.exp (info break): Match four or more spaces
13846 after "Address".
13847
fb1ffbbe
MC
138482001-05-31 Michael Chastain <chastain@redhat.com>
13849
13850 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
13851 (dm_type_int_star): Likewise.
13852 (dm_type_long_star): Likewise.
13853 (dm_type_void_star): Likewise.
13854
5ea2a32c
KB
138552001-05-29 Kevin Buettner <kevinb@redhat.com>
13856
13857 * gdb.base/completion.exp (INPUTRC): Set this environment variable
13858 to a known value in order to get consistent results regardless
13859 of the setting of INPUTRC or the presence or contents of .inputrc.
13860
ae23c492
MS
138612001-05-24 Michael Snyder <msnyder@redhat.com>
13862
ac55707e
MS
13863 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
13864 Don't require that the main thread and the manager thread are the
13865 first in the list.
13866
ae23c492
MS
13867 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
13868 debugging. If test fails, issue an "unsupported" not a "fail".
13869
400071f1
JB
138702001-05-24 Jim Blandy <jimb@redhat.com>
13871
13872 Don't assume that short is shorter than int.
13873 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
13874 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 13875 this isn't true.
400071f1
JB
13876 ("print unsigned char == (~0)"): Add test that verifies that ~0,
13877 an int, is not equal to ~0 stored in an unsigned char. This tests
13878 the same thing that the previous test meant to, but works on
13879 16-bit machines, too.
13880 ("print unsigned char != (~0)"): Same test, complemented.
13881
0816a3e5
MS
138822001-05-24 Michael Snyder <msnyder@redhat.com>
13883
13884 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 13885 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
13886 and prevents dejagnu getting out of step.
13887
f6dc23a9
KB
138882001-05-23 Kevin Buettner <kevinb@redhat.com>
13889
13890 * gdb.base/finish.exp (finish_void): Revise pattern for
13891 stopping on the call statement to not permit stopping at
13892 the start of the instructions comprising the call sequence.
13893
7dbd117d
MC
138942001-05-19 Michael Chastain <chastain@redhat.com>
13895
13896 * gdb.base/callfuncs.exp: Make all test names unique.
13897 * gdb.base/commands.exp: Make all test names unique.
13898 * gdb.base/condbreak.exp: Make all test names unique.
13899 * gdb.base/dbx.exp: Make all test names unique.
13900 * gdb.base/default.exp: Make all test names unique.
13901 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
13902 and TIMEOUT messages to their corresponding PASS message.
13903 * gdb.base/ending-run.exp: Make all test names unique.
13904 * gdb.base/long_long.exp: Remove duplicate test.
13905
6b0b0a9e
KB
139062001-05-21 Kevin Buettner <kevinb@redhat.com>
13907
13908 * gdb.base/finish.exp (finish_void): Allow "finish" command to
13909 stop on the call statement as well as the statement after the
13910 call.
13911
2caa35cb
MS
139122001-05-21 Michael Snyder <msnyder@redhat.com>
13913
13914 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
13915
40713331
EZ
139162001-05-10 Elena Zannoni <ezannoni@redhat.com>
13917
a9c64011
AS
13918 * gdb.base/completion.exp: Revamp test. Make it execute on all
13919 platforms.
40713331 13920
c2c1be8d
EZ
139212001-05-10 Elena Zannoni <ezannoni@redhat.com>
13922
a9c64011
AS
13923 * config/gdbserver.exp (gdb_load): Handle the case
13924 in which the arguments to gdbserver are given in the
13925 baseboard configuration file.
13926 Also handle the case in which the server needs to do a
13927 load.
2c9cd303 13928
9671de48
KS
139292001-05-07 Keith Seitz <keiths@cygnus.com>
13930
a9c64011
AS
13931 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
13932 set up the display for testing.
13933 (gdbtk_start): Convert all paths to paths that tcl will like.
13934 Export target information to environment.
13935 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
13936 necessary.
13937 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
13938 (to_tcl_path): New proc to convert a given pathname into
13939 a path acceptible as an argument to a tcl command.
13940 (_gdbtk_export_target_info): New proc to export target info
13941 into the environment for gdbtk testing.
13942 (gdbtk_done): New proc to signal end-of-test.
9671de48 13943
5a360f47
JB
139442001-05-06 Jim Blandy <jimb@redhat.com>
13945
13946 * restore.c: Make the code of caller0 correspond to its comment.
13947
66c756c6
MS
139482001-05-03 Michael Snyder <msnyder@redhat.com>
13949
13950 * config/sid.exp (gdb_target_sid): Check for error messages.
13951 On error or timeout, don't make expect exit (which will terminate
13952 all subsequent tests); instead just make gdb exit.
d63a86f8 13953 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
13954 return a negative value.
13955
a966fde5
JB
139562001-04-24 Jim Blandy <jimb@redhat.com>
13957
851c18e0
JB
13958 * gdb.c++/templates.exp: If we see the prompt for the overload
13959 list, but we haven't recognized any of the longer patterns,
13960 arrange for this test to fail, not hang.
13961
a966fde5
JB
13962 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
13963 variations.
13964
db144853
MC
139652001-04-22 Michael Chastain <chastain@redhat.com>
13966
13967 * gdb.c++/local.exp: Use the 'runto' library function.
13968 * gdb.c++/namespace.exp: Likewise.
13969 * gdb.c++/overload.exp: Likewise.
13970
3207ec21
KB
139712001-03-26 Kevin Buettner <kevinb@redhat.com>
13972
13973 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
13974 * gdb.base/step-line.exp: New file. Test step/next in presence of
13975 #line directives.
13976 * gdb.base/step-line.c: New file. Test program for the above.
13977 * gdb.base/step-line.inp: New file. We pretend that this file has
13978 been transformed by some other tool into step-line.c.
13979
13b57657
JB
139802001-03-21 Jim Blandy <jimb@redhat.com>
13981
13982 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
13983 unmangled operator names.
13984
754cbe1c
JB
139852001-03-20 Jim Blandy <jimb@redhat.com>
13986
13987 * gdb.threads/linux-dp.exp: Recognize an additional message
13988 generated by GDB when it doesn't understand how to debug threads
13989 on the target system.
13990
177495c9
AC
139912001-03-19 Andrew Cagney <ac131313@redhat.com>
13992
13993 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
13994
f266096b
MC
139952001-03-12 Michael Chastain <chastain@redhat.com>
13996
13997 * gdb.c++/derivation.exp: Use the 'runto' library function.
13998
cac3c2ff
MC
139992001-03-12 Michael Chastain <chastain@redhat.com>
14000
14001 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14002
b6c11a24
MC
140032001-02-24 Michael Chastain <chastain@redhat.com>
14004
14005 * gdb.c++/ref-types.exp: Change handwritten code to library
14006 function 'runto'.
14007
6bae5bce
OF
140082001-03-16 Orjan Friberg <orjanf@axis.com>
14009
14010 * gdb.base/signals.exp: Set count to 0 explicitly.
14011
0015fd9a
MS
140122001-03-15 Mark Salter <msalter@redhat.com>
14013
14014 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14015 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
14016 (gdb_load): Add support for additional target_info: gdb_download_size
14017 and gdb_load_timeout.
0015fd9a 14018
fc33412a
DT
14019Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14020
14021 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14022 file -- to prevent failing when the compile fails but we have no
14023 intention of running the tests anyway.
14024
14025 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14026 tests if set.
14027
14028 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14029 integers.
14030
14031 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14032 * gdb.c++/namespace.exp: Ditto.
14033
115f06de
OF
140342001-03-07 Orjan Friberg <orjanf@axis.com>
14035
14036 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14037 * gdb.base/pointers.exp: Relax pattern match of decimals.
14038
b6ba6518
KB
140392001-03-06 Kevin Buettner <kevinb@redhat.com>
14040
14041 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14042 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14043 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14044 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14045 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14046 config/sh.exp, config/sid.exp, config/slite.exp,
14047 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14048 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14049 config/vxworks.exp, config/vxworks29k.exp,
14050 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14051 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14052 gdb.base/arithmet.exp, gdb.base/assign.exp,
14053 gdb.base/async.exp, gdb.base/attach.exp,
14054 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14055 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14056 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14057 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14058 gdb.base/commands.exp, gdb.base/completion.exp,
14059 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14060 gdb.base/constvars.exp, gdb.base/corefile.exp,
14061 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14062 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14063 gdb.base/ending-run.exp, gdb.base/environ.exp,
14064 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14065 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14066 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14067 gdb.base/funcargs.exp, gdb.base/help.exp,
14068 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14069 gdb.base/logical.exp, gdb.base/long_long.exp,
14070 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14071 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14072 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14073 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14074 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14075 gdb.base/regs.exp, gdb.base/relational.exp,
14076 gdb.base/remote.exp, gdb.base/reread.exp,
14077 gdb.base/restore.exp, gdb.base/return2.exp,
14078 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14079 gdb.base/selftest.exp, gdb.base/setshow.exp,
14080 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14081 gdb.base/sigall.exp, gdb.base/signals.exp,
14082 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14083 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14084 gdb.base/step-test.exp, gdb.base/structs.c,
14085 gdb.base/structs.exp, gdb.base/structs2.exp,
14086 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14087 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14088 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14089 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14090 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14091 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14092 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14093 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14094 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14095 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14096 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14097 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14098 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14099 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14100 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14101 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14102 gdb.trace/circ.exp, gdb.trace/collection.exp,
14103 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14104 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14105 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14106 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14107 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14108 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14109 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14110 notices.
14111
dc96c6c7 141122001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14113
14114 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14115 first arg is int not float.
14116
dc96c6c7 141172001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14118
14119 * gdb.base/reread.exp: Unsupported for non-native targets;
14120 doesn't work for remote debugging.
14121
9b0c4aeb
FN
141222001-02-19 Fernando Nasser <fnasser@redhat.com>
14123
14124 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14125 * gdb.base/ending-run.exp: Properly handle the BSP state when
14126 stepping past the end of main.
9b0c4aeb 14127
02aa71d5
MC
141282001-02-19 John Moore <jmoore@redhat.com>
14129
14130 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14131 Converted HPUX fix for non-expected items following multiple
14132 step commands into general solution for all platforms.
14133
1fa449a4
MC
141342001-02-18 Michael Chastain <chastain@redhat.com>
14135
14136 * gdb.c++/classes.exp (do_tests): Change runto statements
14137 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14138 statements demangler agnostic.
14139 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14140 (gdb_virtfunc_restart): Likewise.
14141
b2f9ec70
MC
141422001-02-14 Michael Chastain <chastain@redhat.com>
14143
14144 * gdb.c++/inherit.exp (do_tests): Change runto statements
14145 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14146 statements demangler agnostic.
14147
cf74b8ca
AC
14148Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14149
14150 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14151 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14152 before calling common_routine 15 times'' tests.
14153
99f78f56
MC
141542001-02-11 Michael Chastain <chastain@redhat.com>
14155
14156 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14157 Helps the test script figure out which demangler is in use.
14158 (dm_type_foo_ref): Ditto.
14159 (dm_type_int_star): Ditto.
14160 (dm_type_long_star): Ditto.
14161 (dm_type_unsigned_int): Ditto.
14162 (dm_type_void): Ditto.
14163 (dm_type_void_star): Ditto.
99707966 14164 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14165 Probe the gdb demangler and set variables to accommodate
14166 formatting differences.
14167 (info_func_regexp): New function. Same as info_func, but
14168 matches against a regexp.
14169 (info_func): Match against a literal string.
14170 (print_addr_2): New function. Match against a literal string,
14171 which can be different from the input to gdb.
14172 (print_addr): Simply call print_addr_2 with the same argument twice.
14173 (test_lookup_operator_functions): Use demangler formatting variables.
14174 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14175 the tests in the same order as the C++ class declaration.
14176 (test_paddr_operator_functions): Ditto.
14177 (test_paddr_overloaded_functions): Ditto.
14178 (test_paddr_hairy_functions): Use demangler formatting variables.
14179 Add reference to gdb/19 for related tests.
14180 (do_tests): Call probe_demangler.
14181
1de8f023
KB
141822001-01-30 Kevin Buettner <kevinb@redhat.com>
14183
14184 * gdb.c++/templates.cc (printf): Remove unused function definition.
14185
ca3f91ed
MS
141862001-01-26 Felix Lee <flee@redhat.com>
14187
14188 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14189
141902001-01-25 matthew green <mrg@redhat.com>
14191
14192 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14193 up sid.
14194 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14195
141962001-01-25 matthew green <mrg@redhat.com>
14197
14198 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14199 Deprecate $sid_spawn_id.
ca3f91ed
MS
14200 (sid_exit): Remove code necessary only for `spawn.'
14201
142022001-01-25 matthew green <mrg@redhat.com>
14203
14204 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14205
fb18ec4a
MC
142062001-01-28 Michael Chastain <chastain@redhat.com>
14207
14208 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14209 to call when tests fail. It takes gdb out of the overloaded
14210 function choice menu back to the main prompt, so that the test
14211 program stays synchronized.
14212 (set_bp_overloaded): New proc to collect all the common
14213 code for setting a breakpoint on an overloaded name. Calls
14214 take_gdb_out_of_choice_menu when needed.
14215 (menu_overload1arg): New variable to collect the repeated
14216 instances of the expected menu for an overloaded name. Change
14217 the regular expression to handle changes in g++ type encoding:
14218 "void" can be either "void" or "", and "unsigned int" can be
14219 either "unsigned int" or "unsigned".
14220 (continue_to_bp_overloaded): Change regular expressions to handle
14221 changes in g++ type encoding.
14222 (no proc): Call take_gdb_out_of_choice_menu when needed.
14223 Remove redundant calls to "info break". Accept either "canceled"
14224 or "cancelled". Change regular expressions in "info break"
14225 calls to handle changes in g++ type encoding. Give all tests
14226 unique strings.
14227
9c646a6e
BE
142282001-01-17 Ben Elliston <bje@redhat.com>
14229
14230 * config/sid.exp: New file.
14231
9549d9c1
AC
14232Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14233
14234 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14235
dc96c6c7 142362000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14237
14238 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14239 Add a RE to accept a non-ascii char if one is ever presented.
14240
b4df4f68
FN
142412000-12-20 Fernando Nasser <fnasser@redhat.com>
14242
297dd0fd 14243 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14244
dc96c6c7 142452000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14246
d63a86f8 14247 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14248 in regexp. One '\' does not suffice on Linux.
14249
4a7bddb6
MC
142502000-12-09 Michael Chastain <chastain@redhat.com>
14251
14252 * gdb.base/break.exp (test_clear_command): Use a marker function
14253 rather than 'main' for the test function. Also move this
14254 test to an execution point where the marker function names are
14255 guaranteed to be bound to functions. (Executing tests after a
14256 'finish' from main runs into name conflicts with local names
14257 in __libc_start_main).
14258
dc96c6c7 142592000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14260
14261 * gdb.base/finish.exp: New test for gdb's "finish" command.
14262 * gdb.base/return2.exp: New test for gdb's "return" command.
14263 * gdb.base/return2.c: New source file for above.
14264
dc96c6c7 142652000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14266
14267 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14268 * gdb.base/miscexprs.exp: Ditto.
14269 * gdb.base/pointers.exp: Ditto.
14270 * gdb.c++/derivation.exp: Ditto.
14271 * gdb.c++/local.exp: Ditto.
14272 * gdb.c++/namespace.exp: Ditto.
14273 * gdb.c++/overload.exp: Ditto.
14274 * gdb.c++/ref-types.exp: Ditto.
14275
dc96c6c7 142762000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14277
14278 * gdb.base/constvars.exp: Test result of "up" command.
14279 * gdb.base/miscexprs.exp: Ditto.
14280 * gdb.base/pointers.exp: Ditto.
14281 * gdb.base/scope.exp: Ditto.
14282 * gdb.c++/derivation.exp: Ditto.
14283 * gdb.c++/local.exp: Ditto.
14284 * gdb.c++/namespace.exp: Ditto.
14285 * gdb.c++/overload.exp: Ditto.
14286 * gdb.c++/ref-types.exp: Ditto.
14287
44097287
FN
142882000-11-22 Michael Chastain <chastain@redhat.com>
14289
14290 * mips_pro.exp: Accept either "middle -> top -> main" or
14291 "middle -> main" in the backtrace, because gcc can optimize
14292 tail calls to jumps. Remove setup_xfail for the hppa case.
14293 Add a comment with the original warning messages from PR 3016,
14294 which was filed in 1993, to preserve them for posterity.
14295
9d2e1bab
ND
142962000-11-17 Nick Duffek <nsd@redhat.com>
14297
14298 * lib/gdb.exp (gdb_test): Override timeout with board info.
14299
1aca8eb7
ND
143002000-11-17 Nick Duffek <nsd@redhat.com>
14301
14302 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14303 the second kill and detach messages.
14304
93076499
ND
143052000-11-17 Nick Duffek <nsd@redhat.com>
14306
14307 * configure.in: Add AC_EXEEXT.
14308 * configure: Regenerate.
14309 * Makefile.in (just-check): Export EXEEXT.
14310 * lib/gdb.exp ($EXEEXT): Import from environment.
14311 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14312 expect "maint dump-me" on Cygwin.
14313 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14314 $EXEEXT.
14315
30e87cd3
ND
143162000-11-17 Nick Duffek <nsd@redhat.com>
14317
14318 * gdb.base/break.exp: Test backtrace and finish from called
14319 function on all platforms, not just HP-UX.
14320
dc96c6c7 143212000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
14322
14323 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14324 code from gdb_target_monitor, so it can be used independantly
14325 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 14326
dc96c6c7 143272000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
14328
14329 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14330 * gdb.base/corefile.exp: Expect the message "Program is being
14331 debugged already" when we send the "corefile" command, since
14332 the preceeding gdb_load may have connected gdb to a remote target.
14333 * gdb.base/display.exp: Disable hardware watchpoints if new
14334 board info variable "no_hardware_watchpoints" is true.
14335 Replace single-letter commands with more readable ones.
14336 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14337 if new board info variable "no_hardware_watchpoints" is true.
14338 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14339 to see if stdio (printf) testing is possible.
14340 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14341 board info variable "no_hardware_watchpoints" is true. Use new
14342 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14343
39124dea
FN
143442000-11-13 Fernando Nasser <fnasser@redhat.com>
14345
14346 From Orjan Friberg <orjanf@axis.com>:
14347 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14348 in array print pattern match.
14349
a9e2e984
FN
143502000-11-09 Fernando Nasser <fnasser@redhat.com>
14351
14352 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14353 spelling "cancelled" to U.S. spelling "canceled" to match changes
14354 made to gdb.
14355 * gdb.c++/ovldbreak.exp: Ditto.
14356
c7db355b
PS
143572000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14358
14359 * gdb.base/callfuncs.c (main): Moved to end of file, call
14360 t_double_values to initialize the FPU before inferior calls are made.
14361 * gdb.base/callfuncs.exp: Test for register preservation after calling
14362 inferior functions. Add tests for continuining, finishing and
14363 returning from a stop in a call dummy.
14364
dc96c6c7 143652000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
14366
14367 * gdb.base/commands.exp: Break up long lines, and re-indent.
14368
dc96c6c7 143692000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
14370
14371 * config/gdbserver.exp: Rewritten from the ground up, to make it
14372 compatible with the current dejagnu tree, and to make it work with
14373 the new "gdbserver" in libremote.
14374
dc96c6c7 143752000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14376
14377 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14378 * gdb.base/varargs.exp: Skip entire test if no printf support.
14379 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14380 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14381
dc96c6c7 143822000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14383
14384 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14385 no floating point support.
14386 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14387 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14388 * gdb.base/call-rt-st.exp: Ditto.
14389 * gdb.base/call-strs.exp: Ditto.
14390
bac5fc66
JG
143912000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14392
14393 * gdb.base/sizeof.c: include <stdio.h>.
14394
14395 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
14396 'finish', otherwise uncaptured gdb_prompt would potentially
14397 throw remaining test points out of sync.
bac5fc66 14398
b22a6027
SB
143992000-07-26 Scott Bambrough <scottb@netwinder.org>
14400
14401 * gdb.base/recurse.exp: Run tests for all targets.
14402 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14403 gnu-oldld case on ARM.
14404 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14405 for ARM targets.
d63a86f8 14406
d8231941
AG
14407Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14408
14409 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14410 * gdb.java/configure: Rebuild.
14411
8caabe69
AG
14412Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14413
14414 * gdb.java/jv-exp.exp: New file.
14415
9d273ca3
AG
14416Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14417
14418 * configure: Rebuilt.
14419 * configure.in (configdirs): Add gdb.java.
14420 * gdb.java/jmisc.java: New file.
14421 * gdb.java/jmisc.exp: New file.
14422 * gdb.java/Makefile.in: New file.
14423 * gdb.java/configure: Rebuilt.
14424 * gdb.java/configure.in: New file.
14425 * lib/java.exp: New file.
14426
4f823a66
AC
14427Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14428
14429 * gdb.base/exprs.exp: Test casts to a pointer including over and
14430 underflow.
14431
2391e11d
AC
14432Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14433
14434 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14435 and the compilers sizes.
14436
54602222
ND
144372000-07-09 Nick Duffek <nsd@redhat.com>
14438
14439 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14440 (use_methods): New function.
14441 (main): Call use_methods().
14442 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14443 (do_tests): Call test_method_param_class.
14444
2bec0572
ND
144452000-07-09 Nick Duffek <nsd@redhat.com>
14446
14447 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14448 spelling.
14449 (test_enums): New procedure. Move enum tests from end of script
14450 to here. Set breakpoint on function name instead of line number.
14451 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14452 (enums2): New marker function.
14453 (enums1): New function.
14454 (main): Call enums1(). Move enum tests to enums1().
14455
78492fde
AC
14456Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14457
14458 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14459 compile/link program. Update line numbers.
14460 * gdb.asm/d10v.inc: Define ``startup''.
14461 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 14462
49a2cef8
AC
14463Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14464
14465 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14466
3e6c8688
EZ
144672000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14468
14469 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14470 of 'help maint print' command.
14471
9ff5cbe9
AC
14472Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14473
14474 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14475 they use gdb_expect_list.
14476
17c579bd
AC
14477Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14478
14479 * gdb.base/commands.exp: Use ``set remote
14480 memory-read-packet-size'' instead of ``set endian big'' to test
14481 long commands.
14482
e6d71bf3
DB
144832000-06-03 Daniel Berlin <dan@cgsoftware.com>
14484
14485 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 14486 g++, and stop skipping them.
e6d71bf3
DB
14487
14488 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14489 work under g++.
14490
d63a86f8 14491 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
14492 initialization.
14493
dc96c6c7 144942000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
14495
14496 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14497 the regular expression: accept an (almost) arbitrary sequence of
14498 "frames-invalid" and "breakpoints-invalid" messages both before
14499 and after the "starting" message.
14500
dc96c6c7 145012000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
14502
14503 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 14504
dc96c6c7 145052000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
14506
14507 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14508 Relax the regular expression a little, make it pass on Solaris 8.
14509
8216cda9
KB
145102000-05-12 Kevin Buettner <kevinb@redhat.com>
14511
14512 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 14513 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
14514 Instead, it is permissible for gdb to stop on the line of the
14515 call itself.
14516
1a570b2f
MS
145172000-05-12 Michael Snyder <msnyder@.cygnus.com>
14518
14519 * gdb.base/break.exp (bp on small function, optimized file):
14520 Add a second pass pattern. The behavior differs here between stabs
14521 and dwarf for one-line functions. Stabs preserves two line symbols
14522 (one before the prologue and one after) with the same line number,
14523 but dwarf regards these as duplicates and discards one of them.
14524 Therefore the address after the prologue (where the breakpoint is)
14525 has no exactly matching line symbol, and GDB reports the breakpoint
14526 as if it were in the middle of a line rather than at the beginning.
14527
dc96c6c7 145282000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 14529
d63a86f8 14530 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
14531 rather than "send_gdb" (for consistancy).
14532
7d418785
AC
14533Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14534
14535 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14536 * gdb.c++/templates.cc: Properly check for GCC version number.
14537 * lib/compiler.cc: Likewise
14538
dc96c6c7 145392000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 14540
d63a86f8 14541 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
14542 gdb may not stop at the first line of main, due to code motion.
14543
dc96c6c7 145442000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
14545
14546 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14547 This test depends on parsing the printf output from the target.
14548 Since the sparclet stub doesn't do stdio, this will never work.
14549 * gdb.base/call-rt-st.exp: ditto.
14550 * gdb.base/call-strs: ditto.
14551
dc96c6c7 145522000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
14553
14554 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14555
14556 * gdb.base/ending-run.exp: After connecting to a remote target,
14557 but before running, the target will appear to be in a random
14558 location. Specify both a file and a line for breakpoints.
14559 Also, the function that calls main may be called 'init'
14560 rather than 'start'.
14561
a5a51225
EZ
145622000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14563
14564 * gdb.base/help.exp: Update output for add-symbol-file command.
14565
7930cc7c
FN
145662000-04-10 Fernando Nasser <fnasser@cygnus.com>
14567
14568 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14569 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14570
23e37ab1
C
145712000-04-07 J.T. Conklin <jtc@redback.com>
14572
e93c542c
C
14573 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14574
23e37ab1
C
14575 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14576
591b8fa3
PDM
14577Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14578
14579 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14580 values that can be represented exactly.
14581 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14582 above change, and to not check against the directory part of the source
14583 file name.
14584 (step into print_long_arg_list): Likewise.
14585 (print print_small_structs from print_long_arg_list): Likewise.
14586 (print print_long_arg_list): Likewise.
14587
7a495180
EZ
145882000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14589
30b53638 14590 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 14591
beb998c6
AC
14592Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14593
14594 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14595
1c689132
DB
145962000-03-25 Daniel Berlin <dan@cgsoftware.com>
14597
14598 * gdb.base/commands.exp (deprecated_command_test): Add test for
14599 deprecate with no arguments.
14600
c1790a9d
JL
146012000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14602
14603 * gdb.base/break.exp: Add new test for setting breakpoints on
14604 optimized code so we can test breakpoints work even when function
14605 prologues may be optimized away
14606
003ba290
FN
146072000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14608
14609 From David Whedon <dwhedon@gordian.com>
a9c64011 14610 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 14611
6837a0a2
DB
146122000-03-22 Daniel Berlin <dan@cgsoftware.com>
14613
14614 * gdb.base/help.exp: Added test for new apropos command.
14615
b9593231
KB
146162000-03-21 Kevin Buettner <kevinb@redhat.com>
14617
14618 * gdb.base/pointers.c (usevar): New function.
14619 (main): Make sure that global variables v_int_pointer2, rptr,
14620 and y are all referenced someplace in the program by calling
14621 usevar() on them. [Some linkers delete symbols which are
14622 never referenced. The space remains, but there's no way to
14623 get a (symbolic) handle on the variable from the debugger.]
14624
751a959b
EZ
146252000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14626
14627 * gdb.base/printcmds.c: Add typedeffed arrays.
14628
14629 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14630 procedure to test arrays that are typedef'd.
14631
73a93a32
JI
146322000-03-13 James Ingham <jingham@leda.cygnus.com>
14633
14634 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 14635 the library directories.
73a93a32 14636
fb40c209
AC
14637Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14638
14639 * configure.in (configdirs): Add sub directory gdb.mi.
14640 * configure: Re-generate.
14641
14642 * gdb.mi: New directory.
d63a86f8 14643
ee4dd2c9
AC
146442000-02-25 Scott Bambrough <scottb@netwinder.org>
14645
14646 * gdb.base/long_long.exp: Correct test suite failure when printing
14647 a long long value as a double on ARM platforms.
14648
70f0cc22
JB
146492000-02-16 Jim Blandy <jimb@redhat.com>
14650
14651 * gdb.base/break.exp ("breakpoint line number"): Make sure the
14652 default source file is set properly before running this test.
14653
853819b8
EZ
146542000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14655
14656 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
14657 gdbtk/library directory, not in gdbtcl2.
14658
dfcd3bfb
JM
146592000-02-04 Jim Blandy <jimb@redhat.com>
14660
14661 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
14662 backslash from regexp pattern.
14663
14664 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
14665 procedure. Use it to run all the "continue to bp overloaded"
14666 tests. Note that this changes the names of the tests slightly.
14667 If the breakpoint hit message includes a hex PC value, because
14668 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
14669 from the real source code, still consider that a pass.
14670
14671 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
14672 XFAIL here if the breakpoint message contains a hex address. Note
14673 similar change on 1999-11-02.
14674
14675 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
14676
14677 * gdb.base/ptype.exp: Establish a default source file before
14678 calling get_debug_format.
14679
146802000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
14681
14682 * gdb.base/watchpoint.exp: Remove duplication of test messages.
14683
8b93c638
JM
146842000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14685
14686 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
14687 of successive stepi commands -- while in the prologue we should see
14688 the function entry bracket.
14689
146902000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14691
14692 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
14693 reach __change_mode() when stepping through the end of main().
14694
c5394b80
JM
146952000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
14696
14697 * gdb.base/default.exp: Fix expected pattern.
14698 * gdb.base/help.exp: Same.
14699
0d06e24b
JM
147002000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14701
14702 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
14703 Don't use xfail's because that affects only the following test.
d63a86f8 14704
0d06e24b
JM
14705 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
14706 solaris or linux.
14707
14708 * gdb.base/selftest.exp: Update to reflect changes to main.c.
14709
dc96c6c7 147102000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 14711
d63a86f8 14712 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
14713 "A syntax error" rather than "A parse error". Accept both.
14714
147152000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
14716
14717 * gdb.base/default.exp: Remove OS dependent string from "target
14718 remote" test.
14719 * gdb.base/help.exp: Same for "help target remote" test.
14720
c3f6f71d
JM
147212000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14722
14723 From Jim Kingdon <kingdon@redhat.com>:
14724
14725 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
14726 prompt (cleanup rather than necessity, but still might keep output
14727 from spilling to next test).
14728
147292000-01-02 Fred Fish <fnf@cygnus.com>
14730
14731 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
14732 AIX, which defines them in <sys/types.h>.
14733
ed9a39eb 147341999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 14735
ed9a39eb
JM
14736 * gdb.base/default.exp: Match arm* etc instead of arm in "info
14737 float" test.
14738
147391999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 14740
ed9a39eb 14741 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
14742
14743 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
14744 outermost frame disallowed".
14745
147461999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
14747
14748 * gdb.base/setvar.exp: New tests for setting the value of a struct
14749 with a constant list.
14750
147511999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
14752
14753 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
14754 require the user to type a cast before setting the value of a struct.
14755
de57eccd
JM
147561999-12-06 Jim Blandy <jimb@cygnus.com>
14757
14758 * gdb.base/default.exp: Expect the new 'info float' command on
14759 all i386 platforms.
14760
14761 * gdb.threads/linux-dp.exp: Expand our ability to recognize
14762 LinuxThreads libraries that don't support debugging.
14763
c2d11a7d
JM
14764Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
14765
14766 * gdb.base/remote.c: Fill the buffer with truely random data.
14767 Change the buffer type to ``unsigned char'' to simplify size
14768 arithmetic.
14769
14770 * gdb.base/remote.exp: Reduce download numbers by one. Typical
14771 stub only handles 400-1 byte packets. Verify that the download
14772 worked.
14773
147741999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
14775
14776 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
14777 tests, using UNRESOLVED for the untested cases. Also, does not wait
14778 for a timeout if the prompt was received before a recognizable pattern.
14779
147801999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
14781
14782 * lib/gdb.exp (gdb_expect_list): Fix spelling.
14783
147841999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14785
14786 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
14787 watchpoints.
14788
147891999-11-24 Jason Merrill <jason@casey.cygnus.com>
14790
14791 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
14792
14793 * gdb.c++/local.exp: Be more flexible in recognizing local class
14794 name mangling. Don't allow horribly truncated method names.
14795 * gdb.c++/derivation.exp: Expect protected inheritance.
14796 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
14797 * gdb.c++/virtfunc.exp: Likewise.
14798 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
14799 when printing a nested enum.
14800
148011999-11-22 Jim Blandy <jimb@cygnus.com>
14802
14803 * gdb.base/step-test.exp: Properly await GDB's response to setting
14804 a breakpoint on the call to large_struct_by_value.
14805
14806 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
14807 just because we have debug info for the `start' function.
14808
148091999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
14810
14811 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
14812 "Unknown signal" messages, which indicate (on LinuxThreads) that
14813 GDB doesn't know how to debug threads on this system. This is
14814 better than hanging while philosopher 0 dumps chatter into gdb.log.
14815
148161999-11-18 Tom Tromey <tromey@cygnus.com>
14817
14818 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
14819
148201999-11-18 Fred Fish <fnf@cygnus.com>
14821
14822 * gdb.base/coremaker2.c: Add sample program for generating
14823 cores that is more self contained than coremaker.c. Eventually
14824 I'll add more code to this and tie it into the testsuite.
14825
4ce44c66
JM
148261999-11-12 Stan Shebs <shebs@andros.cygnus.com>
14827
14828 * gdb.base/dollar.exp: Remove, now in gdb.hp.
14829
148301999-11-10 Jimmy Guo <guo@cup.hp.com>
14831
14832 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
14833 from $srcdir/lib/.
14834 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
14835 and gdb.c++/.
14836
14837 * gdb.c++/derivation.exp: remove redundant get compiler info code.
14838
d63a86f8 14839 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
14840 'continue with watch' test point.
14841
148421999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
14843
14844 Merged from p2linux-990323-branch:
d63a86f8 14845
4ce44c66
JM
14846 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
14847
11cf8741
JM
14848Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
14849
14850 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
14851 {limit,fixed}''. Test ``set download-write-size''.
14852
14853Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
14854
14855 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
14856 gdb_expect_list.
14857
14858Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
14859
14860 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
14861
148621999-11-03 Mark Salter <msalter@cygnus.com>
14863
14864 * gdb.base/break.exp: Fix "stub continue" pattern.
14865
148661999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
14867
14868 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
14869
148701999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
14871
14872 * gdb.base/display.exp ("finish"): Add timeout clause.
14873
14874 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
14875 plain prompt clause, so this doesn't have to time out in order to
14876 fail.
14877
14878 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
14879 breakpoint hit messages include an address.
14880
14881 * gdb.base/display.exp: Don't forget to escape parens in regular
14882 expressions. Unix regexp notatation sucks.
14883
148841999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14885
14886 * gdb.base/annota1.exp: Test for annotate-signalled: change output
14887 order for 'signalled' message.
14888
5c44784c
JM
148891999-11-01 Stan Shebs <shebs@andros.cygnus.com>
14890
14891 From Jimmy Guo <guo@cup.hp.com>:
14892 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
14893 * gdb.base/annota1.c: Add code for tests to work with.
14894
148951999-10-26 Frank Ch. Eigler <fche@cygnus.com>
14896
14897 * gdb.base/remote.exp: New test for remote downloading settings.
14898 * gdb.base/remote.c: New file with large .data.
14899
917317f4
JM
149001999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
14901
14902 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
14903 for LinuxThreads support, merged from the Code Fusion branch.
14904
14905Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
14906
14907 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
14908 containing exp_continue into a while within an expect. Don't
14909 attempt a start more than three times. Check return value from
14910 gdb_load.
d63a86f8 14911
2df3850c
JM
14912Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
14913
14914 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
14915 a pass case.
14916
2acceee2
JM
149171999-10-01 Kevin Buettner <kevinb@cygnus.com>
14918
14919 * gdb.base/break.c (main): Added a statement that we can step
14920 off of.
14921 * gdb.base/break.exp: Added tests for setting a breakpoint
14922 at an offset and stepping onto a breakpoint.
14923
149241999-10-01 Fred Fish <fnf@cygnus.com>
14925
d63a86f8 14926 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
14927 gdb output.
14928
c2c6d25f
JM
149291999-09-18 Jim Blandy <jimb@cris.red-bean.com>
14930
14931 * gdb.base/break.exp: Code locations are in hex, don't forget!
14932 (For HP-UX.)
14933
149341999-09-17 Stan Shebs <shebs@andros.cygnus.com>
14935
14936 * condbreak.exp: Use break.c as test program.
14937 * condbreak.c: Remove, redundant with break.c.
14938
149391999-09-15 Stan Shebs <shebs@andros.cygnus.com>
14940
14941 * config/monitor.exp (gdb_target_monitor): Disable X- and
14942 Z-packets if the target needs it.
14943
149441999-09-13 James Ingham <jingham@leda.cygnus.com>
14945
14946 * gdb.c++/overload.exp: Added tests for listing overloaded
14947 functions with function pointers in the arg, explicitly calling
14948 out the version you want.
14949
cff3e48b
JM
149501999-09-09 Stan Shebs <shebs@andros.cygnus.com>
14951
14952 * long_long.exp: Add variations of test cases that work for
14953 targets with 16-bit ints and 32-bit doubles.
14954
d4f3574e
SS
149551999-09-08 Stan Shebs <shebs@andros.cygnus.com>
14956
14957 * break.c (main): Compare a possibly-uninitialized argc with an
14958 unlikely value that fits in 16 bits.
14959
149601999-09-07 Stan Shebs <shebs@andros.cygnus.com>
14961
14962 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
14963 0xfeeb, don't want negative numbers if ints are 16 bits.
14964
14965 * lib/gdb.exp (skip_cplus_tests): New proc.
14966 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14967 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
14968 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
14969 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
14970 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
14971 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
14972 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
14973 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
14974
14975 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
14976
14977Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
14978
14979 * gdb.base/corefile.exp (up): Allow a parameter to appear
14980 in the frame that we're going up to.
14981
14982 From Jim Blandy <jimb@cygnus.com>:
14983
14984 * gdb.base/default.exp (info float): Expect some output now.
14985
14986 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
14987 returning floating-point values to fail on the x86.
14988 * gdb.base/callfwmall.exp (do_function_calls): Same.
14989
14990 * gdb.base/list.exp (test_listsize): Correct expectations for
14991 listing line 1 with listsize 2. Also, listing a single line
14992 works now, as does listing three lines. [Kevin's note: There
14993 were a number of other cases fixed too where the expectations
14994 differed...]
14995
149961999-09-02 Stan Shebs <shebs@andros.cygnus.com>
14997
14998 * gdb.base/selftest.exp: Add case for when version prints as
14999 constant string instead of char pointer.
15000
104c1213
JM
150011999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15002
15003 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15004 stepping out of main.
15005
15006 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15007 G++ used.
15008
15009 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15010 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15011
15012 * gdb.c++/ovldbreak.exp: Update match string in test that
15013 includes a warning of multiple breakpoints.
15014
150151999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15016
15017 * gdb.base/display.exp: Improve precision of step-after-finish
15018 added yesterday.
15019
15020 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15021 test.
15022
15023 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15024 configs when using G++, not just hppa*.
15025
150261999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15027
15028 * gdb.base/async.c: New file.
15029 * gdb.base/async.exp: New file.
15030
15031Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15032
15033 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15034 PA64.
15035
53a5351d
JM
15036Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15037
104c1213
JM
15038 * gdb.base/display.exp: "finish" can leave us mid-line on many
15039 targets, deal with it. Add a small constant to main, instead of
15040 1000 since main+1000 may not be a valid address in the target.
15041
53a5351d
JM
15042 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15043 on hpux11.
15044
15045 * gdb.base/attach.exp: Handle another hpux11 error message variant
15046 when attaching to a process that does not exist.
15047
150481999-08-19 J.T. Conklin <jtc@redback.com>
15049
15050 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15051 characters in 'continue to 1241' test.
15052
150531999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15054
15055 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15056 stop in print_long_arg_list, define and use a whitespace
15057 variable in print_small_structs test, add an XFAIL for Solaris.
15058 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15059 interested enough to fix.
15060
7be570e7
JM
150611999-08-13 Keith Seitz <keiths@cygnus.com>
15062
15063 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15064 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15065 proc knows about targets other than the natives.
15066 (test_assign): Use "gdb_run_cmd" to "run" the target.
15067 Check that we've actually hit the breakpoint at main.
15068 When we attempt to assign a value to a local variable, check
15069 that the variable is in the current scope, i.e., don't use
15070 a test with an empty result.
15071
15072Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15073
15074 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15075 command.
15076
150771999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15078
15079 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15080 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15081 gdb.compat, gdb.threads-hp.
15082 gdb.hp/configure, gdb.hp/configure.in: New files.
15083 gdb.hp/Makefile.in: Recurse into new subdirs.
15084 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15085 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15086 in object files.
15087 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15088
96baa820
JM
150891999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15090
15091 * gdb.base/display.exp: Help expect by putting a newline in the
15092 funky printf, remove a bogus p/a test.
15093
150941999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15095
15096 * gdb.base/display.exp: Make sure that when we say 'run', we are
15097 connected to the target. This is necessary when running not
15098 natively.
15099
151001999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15101
15102 * gdb.base/step-test.exp: Removed some extraneous messages.
15103
15104 * gdb.base/long_long.exp: Don't run memory examination tests
15105 on little-endian targets (they will need a different set of
15106 results to match).
15107
151081999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15109
15110 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15111 until somebody decides to fix GDB.
15112
15113 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15114 constant as "ULL".
15115 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15116 matches for a couple x/2 commands.
15117
a0b3c4fd
JM
151181999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15119
15120 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15121 by merging in ref-types2 tests.
15122 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15123
15124 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15125 * gdb.c++/Makefile.in: Add standard actions.
15126 (EXECUTABLES): Rename from PROGS, update list.
15127 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15128 from gdb.hp.
15129 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15130 foo and bar locals.
15131 * gdb.c++/anon-union.exp: Fix tests to match.
15132 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15133 expect matches to handle output variations.
15134 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15135 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15136 output, add HP alternatives for new and delete prints.
15137 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15138 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15139 * gdb.c++/demangle.exp: Use $style when reporting failure.
15140 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15141 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15142 match alternatives.
15143 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15144 compilers.
15145 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15146 * gdb.c++/method.exp: Add match alternatives.
15147 * gdb.c++/misc.cc: Add bool types.
15148 * gdb.c++/misc.exp: Add tests for bool types.
15149 * gdb.c++/overload.exp: Add xfails.
15150 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15151 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15152 add some more template parameter tests (only for HP currently).
15153 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15154 * gdb.c++/virtfunc.cc: Add return type and value for main.
15155 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15156 match alternatives.
d63a86f8 15157
a0b3c4fd
JM
151581999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15159
15160 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15161
151621999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15163
15164 * gdb.base/signals.exp: Don't expect getting a backtrace from
15165 within a signal handler to fail on Linux.
15166
151671999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15168
15169 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15170 * lib/gdb.exp: Remove some gratuitious semicolons.
15171 (delete_breakpoints): Increase timeout.
15172 (gdb_expect): Add -notransfer option.
15173 (gdb_test): Use -notransfer option.
15174 (get_compiler_info): Add f77 case.
15175 (get_compiler): New proc, split out from gdb_preprocess, add f77
15176 case.
15177 (gdb_preprocess): Call get_compiler.
15178
15179 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15180 * gdb.base/attach.exp, gdb.base/display.exp,
15181 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15182 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15183 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15184 third arg to gdb_test.
15185 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15186 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15187 HP-UX xfails, add others.
15188 * gdb.base/completion.exp: Reflect name change of self-test.
15189 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15190 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15191 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15192 HP failure number.
15193 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15194 useless HP-UX 10.30 references.
15195 * gdb.base/maint.exp: Loosen matches.
15196 * gdb.base/pointers.c (main): Declare more_code.
15197 * gdb.base/pointers.exp: Match on output of a `next'.
15198 * gdb.base/structs.c: Add prototypes.
15199 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15200 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15201
152021999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15203
15204 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15205 command.
15206
152071999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15208
15209 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15210 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15211
15212 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15213 debug info. Deal with lack of signal hanlder info in stack.
15214
a9c64011 15215 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15216 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15217
5a2468f5
JM
152181999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15219
15220 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15221 gdb.base/foll-vfork.exp: Don't run for crosses.
15222
adf40b2e
JM
15223Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15224
15225 * gdb.base/configure.in: Check for gdbvars.exp instead of
15226 a1-selftest.exp.
15227 * gdb.base/configure: Re-generate.
15228
152291999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15230
15231 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15232 in trying to run first and name is too long.
15233
15234 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15235 pointers2.c and pointers2.exp, respectively.
15236 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15237 doschk happier.
15238
43e526b9
JM
152391999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15240
15241 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15242 callfuncs2.c and callfuncs2.exp.
15243
15244 * gdb.base/list.exp: Remove mistaken xfails.
15245 * gdb.base/list0.h: Add optional prototypes.
15246
9846de1b
JM
15247Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15248
a9c64011 15249 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15250 calling malloc.
a9c64011
AS
15251 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15252 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15253 use.
15254
152551999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15256
15257 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15258 * gdb.base/annota2.cc, annota2.exp: Move from here.
15259 * gdb.c++/annota2.cc, annota2.exp: To here.
15260 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15261
43ff13b4
JM
15262Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15263
15264 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15265 a consistent format.
15266
085dd6e6
JM
152671999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15268
15269 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15270 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15271 HP compilers, also set the globals $true and $false.
15272
15273 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15274 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15275 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15276 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15277 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15278 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15279 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15280 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15281 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15282 whatis.c} Add C++ compatible function definitions and return
15283 types, add includes for library functions.
15284 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15285 * gdb.base/step-test.c (myglob): Rename from glob.
15286 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15287 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15288 files, move here from gdb.hp.
15289 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15290 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15291 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15292 Adjust line numbers in regexps.
15293
15294 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15295 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15296 instead of 0/1.
15297
15298 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15299 foll-vfork.exp: New files, move here from gdb.hp.
15300 * gdb.base/page.exp: New file, test of pagination command.
15301
15302 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15303 recursion test.
15304 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15305
15306 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15307 gdb.base/solib.exp: Fix compiler invocation process.
15308
15309 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15310 HP-UX 11, turn off overload resolution explicitly.
15311 * gdb.base/commands.exp: Set argument list explicitly, add
15312 watchpoint test.
15313 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15314 them work.
15315 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15316 expressions properly.
15317 * gdb.base/corefile.exp: Loosen the match slightly.
15318 * gdb.base/default.exp: Allow "Error accessing memory" message
15319 also.
15320 * gdb.base/display.exp: Skip over x/0 j if PA64.
15321 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15322 * gdb.base/interrupt.exp: Ditto.
15323 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15324 in use.
15325 * gdb.base/list.exp: Add xfails for HP-UX.
15326 * gdb.base/long_long.exp: Refine some of the numeric matches.
15327 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15328 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15329 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15330 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15331 * gdb.base/ptype.exp: Succeed on more varieties of output.
15332 * gdb.base/scope.exp: Add xfails for HP-UX.
15333 * gdb.base/sect-cmd.exp: Add more cases.
15334 * gdb.base/setvar.exp: Add xfails for HP-UX.
15335 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15336 * gdb.base/signals.exp: Match on void symbolically.
15337 * gdb.base/step-test.exp: Add case for PA64.
15338 * gdb.base/term.exp: Add exit and restart.
15339 * gdb.base/twice.exp: Clean up after self.
15340 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15341 * gdb.base/whatis.exp: Allow more ways to pass tests.
15342
15343 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15344 no longer useful.
15345
15346Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15347
15348 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15349 list of patterns.
15350 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15351 print_double_array(double_array)", "continuing to breakpoint
15352 1018", "print print_double_array(array_d)" and "continuing to
15353 1034" tests.
d63a86f8 15354
085dd6e6
JM
153551999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15356
a9c64011 15357 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
15358
153591999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15360
15361 * config/mt-*: Remove, these haven't been used since 1996.
15362
153631999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15364
15365 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15366 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15367 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15368
9e0b60a8
JM
153691999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15370
15371 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15372 simpler match case for the ptype of the big class.
15373
153741999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15375
15376 * gdb.exp: Fix test for gdb_prompt existence.
15377
153781999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15379
15380 * gdb.exp (gdb_test): Add fail after calls to perror.
15381
153821999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15383
15384 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15385
153861999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15387
15388 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15389
0f71a2f6
JM
15390Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15391
15392 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15393 malloc() is linked in.
15394
153951999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15396
15397 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15398 step at end.
15399
15400 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15401
154021999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15403
15404 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15405
cce74817
JM
15406Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15407
15408 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15409 * gdb.base/mips_pro.exp: Likewise.
15410
154111999-06-02 Keith Seitz <keiths@cygnus.com>
15412
15413 * gdb.c++/templates.cc: Change all "new" operators to throw
15414 an exception.
15415 * gdb.c++/cplusfuncs.cc: Likewise.
15416
15417 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15418
15419Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15420
15421 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
15422 * gdb.base/ending-run.exp: When stepping out of main, accept a
15423 step into an arbitrary assembler file.
cce74817 15424
392a587b
JM
154251999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15426
d63a86f8 15427 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 15428 "breakpoint-invalid" to be printed.
d63a86f8 15429 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
15430 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15431 * gdb.base/annota2.cc: Initialize a.x to 0.
15432
9e086581
JM
154331999-05-17 Keith Seitz <keiths@cygnus.com>
15434
15435 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15436 when "skip_float_tests" set.
15437 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15438 "print print_ten_doubles", and "step into print_long_arg_list".
15439 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15440 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15441 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15442 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15443 "skip_float_tests" is set.
15444 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15445 when "skip_float_tests" set.
d63a86f8 15446
cd0fc7c3
SS
154471999-05-06 Keith Seitz <keiths@cygnus.com>
15448
15449 * gdb.base/annota2.cc: Include stdio.h.
15450
15451Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15452
15453 * gdb.base/crossload.exp: Remove, this has been disabled ever
15454 since BFD stopped including all targets, and cross-GDB gets
15455 plenty of testing anyway.
15456 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15457 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15458 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15459 * gdb.base/README: Remove, was doc for this.
15460 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15461 needed.
15462
b83266a0
SS
154631999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15464
15465 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15466 output.
15467
15468 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15469 * gdb.base/annota2.exp: New file. More annotation tests.
15470 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15471 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15472
154731999-04-23 Angela Marie Thomas <angela@cygnus.com>
15474
15475 * config/cfdbug.exp: New file.
15476
7a292a7a
SS
154771999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15478
15479 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15480 Marcus Daniel's and Dale Hawkins's demangler crashes.
15481
15482 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15483 test_lucid_style_demangling, test_arm_style_demangling,
15484 test_hp_style_demangling): Try Tom Tromey's core-dumping
15485 identifier under each demangling style.
15486
154871999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15488
15489 * gdb.c++/demangle.exp: Include the current demangling style
15490 in all test names.
15491 (current_demangling_style): New global variable.
15492 (set_demangling_style, test_demangling_core, test_demangling,
15493 test_demangling_exact): New functions.
15494 (test_gnu_style_demangling, test_lucid_style_demangling,
15495 test_arm_style_demangling, test_hp_style_demangling): Use those,
15496 instead of calling gdb_test and gdb_test_exact directly.
15497 (catch_demangling_errors): New function, which reports errors
15498 signalled by the demangling test functions in an orderly way.
15499 (do_tests): Use catch_demangling_errors.
15500
155011999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15502
15503 * gdb.base/signals.exp (test_handle_all_print): Use () for
15504 grouping in expressions, not {}.
15505
15506 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15507 initialized yet.
15508
155091999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15510
15511 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15512 are listed.
15513
155141999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15515
15516 * gdb.stabs/weird.exp: Test for CC being defined before
15517 looking at its value.
15518
155191999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15520
15521 * gdb.base/call-ar-st.exp: Remove stray '#'.
15522 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15523 "short int" and "long int".
15524 * gdb.c++/overload.cc: Cast the string added in the previous
15525 change, to mollify finicky HP compiler.
15526 * gdb.hp/reg-test.exp (testfile): Fix file name.
15527 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 15528
7a292a7a
SS
15529 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15530 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15531 alternate form of enum ptype.
15532
c906108c
SS
155331999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15534
7a292a7a
SS
15535 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15536 * gdb.hp/*.exp: Change all to run compiler probe only after
15537 passing skip_hp_tests, so as not to waste time on guaranteed
15538 failure.
15539
c906108c
SS
15540 * gdb.c++/overload.cc: Pass string instead of char addr, always
15541 init ccpfoo.
15542 * gdb.c++/templates.cc: Fix syntax error.
15543
7a292a7a
SS
15544Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15545
15546 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 15547 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
15548 command.
15549
155501999-03-18 James Ingham <jingham@cygnus.com>
15551
15552 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15553
15554 * gdb.c++/method.exp: It was testing an uninitialized int on the
15555 stack and assuming it was positive.
15556
15557 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15558
15559 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 15560 keep it from killing the rest of the tests.
7a292a7a
SS
15561 Use gdb_continue_to_end.
15562
15563 * gdb.base/sigall.exp: use gdb_continue_to_end.
15564
15565 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15566
15567 * gdb.base/display.exp: use runto_main, not run.
15568
d63a86f8
RM
15569 * gdb.base/default.exp: Check for the current error message in the
15570 r abbreviation test.
7a292a7a
SS
15571 Add strongarm to the targets that know info float.
15572
d63a86f8 15573 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
15574 run which doesn't work with monitors.
15575
15576 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15577
15578 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15579
15580 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
15581 program. Traps the case (in Cygmon) when the program never really
15582 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
15583 more places, so I used my name. Sorry Mark...
15584
15585 * config/monitor.exp (gdb_target_monitor): added another
15586 target_info parameter: remotebinarydownload. This will set the
15587 remotebinarydownload flag if this is causing some boards trouble.
15588
155891999-03-18 Mark Salter <msalter@cygnus.com>
15590
15591 * lib/gdb.exp (continue_to_exit): New function.
15592
15593 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15594 * gdb.base/ending-run.exp: Ditto.
15595 * gdb.base/step-test.exp: Ditto.
15596
155971999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15598
15599 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15600 (suggested by Art Haas <ahaas@neosoft.com>).
15601
156021999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15603
15604 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15605
15606Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15607
15608 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15609 descriptions of types (short unsigned int vs unsigned short, etc).
15610
156111999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15612
15613 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15614 a call to strlen; sometimes we do have sources.
15615
156161999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
15617
15618 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15619 character, so GDB won't print garbage after its end.
d63a86f8 15620
c906108c
SS
15621 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15622 breakpoint there instead. Sometimes GCC emits memcpy to handle
15623 the large structures being passed by value, so we step into that
15624 instead of sum_array_print, which obscures what we're really testing.
15625 * gdb.base/step-test.exp: However, we do want a test that notices
15626 the bizarre steps into memcpy, so do that here. Add check for
15627 stepping into function calls that pass large structures by value.
15628 ("Is that a noun clause, or are you just happy to see me?")
15629 Remove all references to specific line numbers.
15630 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15631 New type and function.
15632 (main): Call large_struct_by_value, passing it a large struct by value.
15633 * lib/gdb.exp (gdb_get_line_number): New function.
15634
15635 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15636 more portable.
15637
7a292a7a
SS
156381999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15639
c906108c
SS
15640 * lib/gdb.exp: Doc fixes.
15641
7a292a7a
SS
156421999-03-05 Nick Clifton <nickc@cygnus.com>
15643
d63a86f8 15644 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
15645
156461999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
15647
c906108c
SS
15648 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
15649 commands. They're not germane to this test, and they don't work
15650 that way on remote targets.
15651
3fc11d3e
JM
156521999-03-01 James Ingham <jingham@cygnus.com>
15653
15654 * Changelog entries merged over from gdb development branch.
15655
3fc11d3e
JM
15656 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
15657
15658 * lib/gdb.exp (gdbtk_analyze_results): Generic function
15659 for outputting results of test run.
15660
2d4a1622 15661 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
15662
15663 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 15664
7a292a7a
SS
156651999-02-25 Felix Lee <flee@cygnus.com>
15666
15667 * lib/gdb.exp (debug_format): initialize
15668
c906108c
SS
156691999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
15670
15671 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
15672 * gdb.base/call-rt-st.c: Ditto.
15673
c906108c
SS
156741999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
15675
15676 * gdb.threads/pthreads.exp (horiz): New variable.
15677 (test_startup): Fix regexps that capture thread numbers.
15678
156791999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
15680
15681 * gdb.base/smoke.exp: Disambiguate two test case names (both
15682 called ``print'').
15683
15684Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15685
15686 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
15687 compilation.
15688
156891999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15690
15691 * gdb.base/miscexprs.exp: Change patterns to match GDB's
15692 actual output formatting.
15693 * gdb.base/smoke.exp: GDB removes leading 0's.
15694 * gdb.base/volatile.exp: Don't check type of remuneration;
15695 that variable is no longer defined in constvars.c.
15696 * gdb.base/step-test.c (main): Exit with explicit exit code.
15697 * gdb.base/step-test.exp: Remove two nexti checks--they are
15698 not portable.
15699
157001999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15701
15702 * gdb.base/help.exp ("help delete display"): Fix test to match
15703 gdb's output.
15704
15705 * gdb.base/long_long.c (known_types): Initialize values to zero.
15706 * gdb.base/long_long.exp: Step one more line
15707 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
15708 leading zeros. Explicitly ask for hex formatting. Use
15709 unique test case names.
c906108c
SS
15710
15711Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15712
d63a86f8 15713 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
15714
15715 * gdb.c++/method.exp: Add missing close brace.
15716
157171999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
15718
15719 * gdb.base/maint.exp: Use 'set height 0' to disable page
15720 prompting, not 'set height 400'.
15721
15722 Fix a bunch of timeouts.
15723 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
15724 four separate tests, so expect doesn't take forever to match a ton
15725 of text against a regexp with lots of .* forms.
15726 ("maint print psymbols", "maint print symbols"): Make some of
15727 these greps more selective, so that expect doesn't try to wade
15728 through huge piles of output and time out.
15729
15730 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
15731
15732 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
15733 tests: one which doesn't expect shlib events to be reported, and
15734 another which does, but is XFAIL for all platforms other than
15735 HP/UX.
15736
15737 * gdb.base/break.exp: Teach the test suite that the `catch
15738 fork', `catch vfork', and `catch exec' commands produce error
15739 messages on platforms that don't provide these features.
15740
15741Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15742
15743 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
15744 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
15745 (shortening names from solib_threshold.exp etc), won't run on
15746 anything but HP-UX for the foreseeable future.
15747 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
15748 reflect move.
15749
15750Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
15751
15752 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
15753 gdb.trace/Makefile.in (clean): Remove all test executables.
15754
15755Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
15756
15757 * gdb.base/shlib-call.exp: add test cases to verify that gdb
15758 successfully re-sets breakpoints in shared libraries.
15759 * gdb.base/shmain.c (main): return 0, don't fall off the end.
15760
15761Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15762
d63a86f8
RM
15763 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
15764 and compiled w/o GCC.
c906108c
SS
15765
15766 * gdb.hp/watch-cmd.exp: ditto.
15767
15768 * gdb.hp/watch-hp.exp: ditto.
15769
15770 * gdb.hp/xdb1.exp: ditto.
15771
15772 * gdb.hp/xdb2.exp: ditto.
15773
15774 * gdb.hp/dbx.exp: ditto.
15775
15776Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
15777
15778 * constvars.c: Remove C++-isms.
15779 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
15780 with GCC.
15781
15782Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
15783
15784 The following changes are part of the HP merge.
15785
15786 * gdb.base/break.exp: new tests to verify that catchpoints for
15787 fork, vfork, and exec don't trigger inappropriately.
15788
15789 * gdb.base/opaque.exp: compile one file at a time, then link.
15790
15791 * gdb.base/signals.exp: be more restrictive about which hppa
15792 systems receive a setup_xfail. new tests.
15793
15794 * gdb.base/solib_threshold.build: new file.
15795 * gdb.base/solib_threshold.exp: new file.
15796 * gdb.base/solib_threshold.link_opts: new file.
15797 * gdb.base/solib_threshold.mk: new file.
15798 * gdb.base/gen_solib_threshold.c: new file.
15799
15800 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
15801 tests. New tests for enums inside classes.
15802
15803 * gdb.c++/compiler.cc: indicate support of template debugging.
15804
15805 * gdb.c++/demangle.exp: run hp style demangling tests.
15806
15807 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
15808 tests.
15809
15810 * gdb.c++/misc.cc: changes to support new tests.
15811
15812 * gdb.c++/templates.cc: changes to support HP's compiler; changes
15813 to support new tests.
15814
15815 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
15816 gcc, then skip these tests.
15817
15818Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
15819
15820 The following files are part of the HP merge; some had longer
15821 names at HP, but have been renamed to be no more than 14
15822 characters in length.
15823
15824 * gdb.hp/ambiguous.cc: new file.
15825 * gdb.hp/ambiguous.exp: new file.
15826 * gdb.hp/attach.exp: new file.
15827 * gdb.hp/attach2.exp: new file.
15828 * gdb.hp/classes-hp.exp: new file.
15829 * gdb.hp/ctti.exp: new file.
15830 * gdb.hp/ctti-add.cc: new file.
15831 * gdb.hp/ctti-add1.cc: new file.
15832 * gdb.hp/ctti-add2.cc: new file.
15833 * gdb.hp/ctti-add3.cc: new file.
15834 * gdb.hp/dbx.exp: new file.
15835 * gdb.hp/exception.cc: new file.
15836 * gdb.hp/exception.exp: new file.
15837 * gdb.hp/foll-exec.c: new file.
15838 * gdb.hp/foll-exec.exp: new file.
15839 * gdb.hp/foll-fork.c: new file.
15840 * gdb.hp/foll-fork.exp: new file.
15841 * gdb.hp/foll-vfork.c: new file.
15842 * gdb.hp/foll-vfork.exp: new file.
15843 * gdb.hp/inherit-hp.exp: new file.
15844 * gdb.hp/more-steps.exp: new file.
15845 * gdb.hp/namespace.cc: new file.
15846 * gdb.hp/namespace.exp: new file.
15847 * gdb.hp/optimize.exp: new file.
15848 * gdb.hp/pxdb.c: new file.
15849 * gdb.hp/pxdb.exp: new file.
15850 * gdb.hp/quicksort.exp: new file.
15851 * gdb.hp/reg-test.exp: new file.
15852 * gdb.hp/reg-test.s: new file.
15853 * gdb.hp/sized-enum.c: new file.
15854 * gdb.hp/sized-enum.exp: new file.
15855 * gdb.hp/start-stop.exp: new file.
15856 * gdb.hp/templ-hp.cc: new file.
15857 * gdb.hp/templ-hp.exp: new file.
15858 * gdb.hp/thr-lib.c: new file.
15859 * gdb.hp/thr-lib.exp: new file.
15860 * gdb.hp/thr-lib.h: new file.
15861 * gdb.hp/thr-liblib.c: new file.
15862 * gdb.hp/virtfun-hp.c: new file.
15863 * gdb.hp/virtfun-hp.exp: new file.
15864 * gdb.hp/watch-cmd.exp: new file.
15865 * gdb.hp/watch-hp.exp: new file.
15866 * gdb.hp/xdb1.exp: new file.
15867 * gdb.hp/xdb2.exp: new file.
15868 * gdb.hp/xdb3.exp: new file.
15869
15870Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
15871
15872 The following files are part of the HP merge; some had longer
15873 names at HP, but have been renamed to be no more than 14
15874 characters in length.
15875
15876 * gdb.base/ss.h: new file.
15877 * gdb.base/call-ar-st.c: new file.
15878 * gdb.base/call-ar-st.exp: new file.
15879 * gdb.base/call-rt-st.c: new file.
15880 * gdb.base/call-rt-st-exp: new file.
15881 * gdb.base/call-strs.exp: new file.
15882 * gdb.base/ena-dis-br.exp: new file.
15883 * gdb.base/environ.exp: new file.
15884 * gdb.base/long_long.exp: new file.
15885 * gdb.base/sect-cmd.exp: new file.
15886 * gdb.base/shlib-cl2.exp: new file.
15887 * gdb.base/smoke.exp: new file.
15888 * gdb.base/so-impl-ld.c: new file.
15889 * gdb.base/so-impl-ld.exp: new file.
15890 * gdb.base/so-indr-cl.c: new file.
15891 * gdb.base/so-indr-cl.exp: new file.
15892 * gdb.base/varargs.exp: new file.
15893 * gdb.base/volatile.exp: new file.
15894 * gdb.base/whatis-exp.exp: new file.
7a292a7a 15895 * gdb.base/display.exp: new file.
c906108c
SS
15896 * gdb.c++/derivation.exp: new file.
15897 * gdb.c++/local.exp: new file.
15898 * gdb.c++/member-ptr.exp: new file.
15899 * gdb.c++/overload.exp: new file.
15900 * gdb.c++/ovldbreak.exp: new file.
15901 * gdb.c++/ref-types.exp: new file.
15902 * gdb.c++/ref-types2.exp: new file.
15903 * gdb.c++/userdef.exp: new file.
d63a86f8 15904
c906108c
SS
15905Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
15906
15907 * gdb.base/default.exp: Reflect wording change in remote.c.
15908
dc96c6c7 15909Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15910
15911 * gdb.base/help.exp: Update to reflect current text.
15912
15913Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
15914
15915 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
15916 they're stack variables and contain garbage.
15917 * gdb.c++/anon-union.exp: new file.
15918
15919 The following changes were made by David Taylor
15920 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
15921 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
15922 in changes by HP.
15923
15924 * gdb.base/bitops.exp: new file.
15925 * gdb.base/default.exp: change expected messages for catch and
15926 info catch tests to reflect HP merge changes.
15927 * gdb.base/enable-disable-break.exp
15928 * gdb.base/ending-run.c: new file.
15929 * gdb.base/long_long.c: new file.
15930 * gdb.base/maint.exp: new file.
15931 * gdb.base/pointers2.exp: new file.
15932 * gdb.base/shlib-call2.exp: new file.
15933 * gdb.base/solib.exp: new file.
15934 * gdb.base/step-test.c: new file.
15935 * gdb.c++/anon-union.cc: new file.
15936 * gdb.c++/local.cc: new file.
15937 * gdb.c++/member-pointer.cc: new file.
15938 * gdb.c++/method.cc: new file.
15939 * gdb.c++/ref-types.cc: new file.
15940 * gdb.c++/ref-types2.cc: new file.
15941 * gdb.c++/userdef.cc: new file.
d63a86f8 15942
c906108c
SS
15943 * gdb.base/scope.exp: compile one file at a time, then link.
15944 * gdb.base/langs.exp: ditto.
15945 * gdb.base/list.exp: ditto.
d63a86f8 15946
c906108c
SS
15947Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
15948
15949 The following changes were made by David Taylor
15950 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
15951 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
15952 in changes by HP.
d63a86f8 15953
c906108c
SS
15954 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
15955 skip tests. When compiling pass c++ flag to gdb_compile.
15956 * gdb.c++/
d63a86f8 15957
c906108c
SS
15958 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
15959 test for on hppa*-*-hpux*; use args to see if c++ was specified.
15960 (skip_hp_tests): new function.
15961 (gdb_preprocess): new function.
15962
15963 * configure.in (hpdir): decide whether to configure gdb.hp.
15964 * configure: regenerated.
15965
15966 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
15967 to delete on clean.
15968 (EXECUTABLES): update to reflect new additions.
15969 * gdb.base/commands.exp: update message expected.
15970 * gdb.base/default.exp: add copyright notice.
15971 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
15972 * gdb.base/help.exp: update messages to reflect current text.
15973 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
15974 targets for recurse tests.
15975 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
15976 skip this file.
15977
15978 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
15979 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
15980 compilation.
15981 * gdb.c++/misc.exp: ditto.
15982 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
15983 run the tests. tell gdb_compile that it's a c++ compilation.
15984
15985 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 15986
c906108c
SS
15987 * gdb.base/all-bin.exp: new file.
15988 * gdb.base/arithmet.exp: new file.
15989 * gdb.base/assign.exp: new file.
15990 * gdb.base/completion.exp: new file.
15991 * gdb.base/cond-expr.exp: new file.
15992 * gdb.base/condbreak.exp: new file.
15993 * gdb.base/define.exp: new file.
15994 * gdb.base/dollar.exp: new file.
15995 * gdb.base/environment.exp: new file.
15996 * gdb.base/eval-skip.exp: new file.
15997 * gdb.base/jump.exp: new file.
15998 * gdb.base/logical.exp: new file.
15999 * gdb.base/pointers.exp: new file.
16000 * gdb.base/relational.exp: new file.
16001 * gdb.base/section_command.exp: new file.
16002 * gdb.base/whatis-expr.exp: new file.
16003
16004 * gdb.base/all-types.c: new file.
16005 * gdb.base/call-array-struct.c: new file.
16006 * gdb.base/call-return-struct.c: new file.
16007 * gdb.base/call-strings.c: new file.
16008 * gdb.base/callfuncs2.c: new file.
16009 * gdb.base/condbreak.c: new file.
16010 * gdb.base/constvars.c: new file.
16011 * gdb.base/display.c: new file.
16012 * gdb.base/int-type.c: new file.
16013 * gdb.base/jump.c: new file.
16014 * gdb.base/miscexprs.c: new file.
16015 * gdb.base/pointers.c: new file.
16016 * gdb.base/pointers2.c: new file.
16017 * gdb.base/shmain.c: new file.
16018 * gdb.base/shr1.c: new file.
16019 * gdb.base/shr2.c: new file.
16020 * gdb.base/solib.c: new file.
16021 * gdb.base/solib1.c: new file.
16022 * gdb.base/solib2.c: new file.
16023 * gdb.base/varargs.c: new file.
16024 * gdb.c++/derivation.cc: new file.
16025 * gdb.c++/overload.cc: new file.
16026 * gdb.c++/ovldbreak.cc: new file.
16027 * gdb.hp/attach.c: new file.
16028 * gdb.hp/attach2.c: new file.
16029 * gdb.hp/average.c: new file.
16030 * gdb.hp/compiler.c: new file.
16031 * gdb.hp/compiler.cc: new file.
16032 * gdb.hp/execd-program.c: new file.
16033 * gdb.hp/follow-exec.c: new file.
16034 * gdb.hp/follow-fork.c: new file.
16035 * gdb.hp/follow-vfork-and-exec.c: new file.
16036 * gdb.hp/misc-hp.cc: new file.
16037 * gdb.hp/more-steps.c: new file.
16038 * gdb.hp/optimize.c: new file.
16039 * gdb.hp/quicksort.c: new file.
16040 * gdb.hp/run-hp.c: new file.
16041 * gdb.hp/start-stop.c: new file.
16042 * gdb.hp/sum.c: new file.
16043 * gdb.hp/templates-hp.cc: new file.
16044 * gdb.hp/thread-local-in-lib.c: new file.
16045 * gdb.hp/thread-local-in-lib.h: new file.
16046 * gdb.hp/thread-local-in-lib.lib.c: new file.
16047 * gdb.hp/vforked-program.c: new file.
16048 * gdb.hp/virtfunc-hp.cc: new file.
16049 * gdb.hp/watchpoint-hp.c: new file.
16050 * gdb.hp/xdb.c: new file.
16051 * gdb.hp/xdb0.c: new file.
16052 * gdb.hp/xdb0.h: new file.
16053 * gdb.hp/xdb1.c: new file.
16054
16055Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16056
16057 The following change was made by Edith Epstein
16058 <eepstein@cygnus.com> as part of a project to merge in changes
16059 originally made by HP; HP did not create ChangeLog entries.
16060
16061 * gdb.c++/demangle.exp: changed the expected output for some
16062 ARM-style mangling -- removed second reference to datatype.
16063 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16064 T1<char>::~T1<char>(void)
c906108c 16065 becomes,
a9c64011
AS
16066 maint demangle __dt__11T1__pt__2_cFv
16067 T1<char>::~T1(void)
c906108c
SS
16068
16069 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16070
c906108c
SS
16071Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16072
16073 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16074 * gdb.trace/backtrace.exp: Likewise.
16075 * gdb.trace/circ.exp: Likewise.
16076 * gdb.trace/collection.exp: Likewise.
16077 * gdb.trace/deltrace.exp: Likewise.
16078 * gdb.trace/infotrace.exp: Likewise.
16079 * gdb.trace/limits.exp: Likewise.
16080 * gdb.trace/packetlen.exp: Likewise.
16081 * gdb.trace/passc-dyn.exp: Likewise.
16082 * gdb.trace/passcount.exp: Likewise.
16083 * gdb.trace/report.exp: Likewise.
16084 * gdb.trace/save-trace.exp: Likewise.
16085 * gdb.trace/tfind.exp: Likewise.
16086 * gdb.trace/tracecmd.exp: Likewise.
16087 * gdb.trace/while-dyn.exp: Likewise.
16088 * gdb.trace/while-stepping.exp: Likewise.
16089
160901998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16091
16092 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16093
16094Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16095
16096 From Brendan Kehoe:
16097 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16098 int return types.
16099
16100Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16101
16102 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16103 remote dos host testing right.
16104
16105Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16106
16107 * gdb.base/corefile.exp: remove some xfails.
16108
16109Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16110
16111 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16112 have different timestamps.
16113
16114Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16115
16116 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16117 gdb.base/default.exp: Replace "exec" with "executable".
16118
16119Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16120
16121 * gdb.base/default.exp: Change else if to elseif from previous
16122 delta.
16123
16124Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16125
16126 * gdb.base/default.exp: Add brace missing from previous delta.
16127
16128Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16129
16130 * gdb.base/default.exp: Support test for info float for all
16131 varieties of arm toolchain.
16132
dc96c6c7 16133Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16134
16135 * gdb.trace/*.exp: remove "remote_download" command.
16136
dc96c6c7 16137Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16138
16139 * gdb.trace/*.exp: remove -gdwarf from compile.
16140
16141Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16142
16143 * gdb.trace/configure.in(AC_INIT): typo
16144 * gdb.trace/configure: regenerated
16145
dc96c6c7 16146Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16147
16148 * config/m68k-emc.exp: New file.
16149 * lib/<emc-support.exp trace-support.exp}: New files.
16150 * configure.in: add new test directory gdb.trace.
16151 * gdb.trace/{configure configure.in Makefile.in}: New files.
16152 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16153 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16154 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16155 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16156 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16157 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16158 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16159
dc96c6c7 16160Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16161
16162 * gdb.c++/classes.exp: Change all regular expressions to match
16163 arbitrary combinations of newline/carriage-return, so that they
16164 will work equally well on Unix and Windows.
16165 * gdb.c++/inherit.exp: ditto.
16166 * gdb.c++/virtfunc.exp: ditto.
16167
161681998-08-11 Dawn Perchik <dawn@cygnus.com>
16169
16170 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16171
c2d11a7d
JM
16172Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16173
16174 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16175 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16176 to use a0-a3/d0-d3 as needed.
16177
16178Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16179
16180 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16181 * gdb.disasm/am33.exp: Corresponding changes.
16182
c906108c
SS
161831998-07-11 Felix Lee <flee@cygnus.com>
16184
16185 * gdb.base/callfuncs.exp: add cmp10 test.
16186 * gdb.base/callfuncs.c (cmp10): new function.
16187
16188Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16189
d63a86f8 16190 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16191 into two parts to get around a synchronization problem in expect.
16192
3fc11d3e
JM
16193Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16194
16195 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16196
16197 * configure.in: Add options for gdbtk testsuite.
16198
16199 * configure: Regenerate.
16200
16201 * gdb.gdbtk: New directory to hold gdbtk tests.
16202
c906108c
SS
16203Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16204
16205 * gdb.fortran/types.exp: Escape brackets in expect patterns
16206 for test_float_literal_types_accepted tests.
16207 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16208 before run test.
16209
c2d11a7d
JM
16210Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16211
16212 * am33.exp: Just compile, do not link the testcase.
16213 * am33.s: Add ".am33" pseudoop to force am33 mode.
16214
c906108c
SS
162151998-06-25 Felix Lee <flee@cygnus.com>
16216
16217 * gdb.base/setshow.exp: make sure $pc is sane.
16218
16219 * gdb.stabs/weird.exp: split expect patterns properly.
16220
c2d11a7d
JM
16221Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16222
16223 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16224 * gdb.disasm/am33.exp: Run it.
16225
dc96c6c7 16226Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16227
16228 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16229 match processing (and eliminate spurious timeouts when running).
16230
dc96c6c7 16231Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16232
16233 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16234 exception test, but conditionalize it on target [mach | gnu].
16235
dc96c6c7 16236Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16237
16238 * gdb.base/overlays.exp: fixup compile line for linker script.
16239
16240Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16241
16242 * gdb.fortran/types.exp: don't guess at float size.
16243
16244Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16245
16246 * gdb.base/exprs.exp: delete test that depends on int size.
16247
16248Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16249
16250 * config/sim.exp: Removed checks for target triplets.
16251 (gdb_target_sim): Use gdb,target_sim_options.
16252
16253Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16254
16255 * gdb.base/reread.exp: New file.
16256 * gdb.base/reread1.c: New file.
16257 * gdb.base/reread2.c: New file.
16258
16259Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16260
16261 * config/sim.exp: Use 'target sim -sparclite' when running
16262 SPARClite programs.
16263
16264Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16265
16266 * gdb.base/structs2.exp: New file.
16267 * gdb.base/structs2.c: New file.
16268
16269Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16270
16271 * gdb.asm/common.inc: New file.
16272 * gdb.asm/d10v.inc: New file.
16273 * asm-source.exp: Pass -I's to gas to find .inc files.
16274 Update line numbers in expected output.
16275 * asmsrc1.s: Rewrite.
16276 * asmsrc2.s: Rewrite.
16277 * configure.in: Create arch.inc symlink.
16278 * configure: Regenerate.
16279 * Makefile.in (distclean): Delete arch.inc.
16280
16281Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16282
16283 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16284 (t_enum_value2): ditto
16285 (t_enum_value3): ditto
16286 (main): ditto
16287Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16288
16289 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16290 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16291 change.
16292 Use gdb_test instead of send_gdb/gdb_expect sequences.
16293
16294Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16295
16296 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16297 not void.
16298
16299Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16300
16301 * gdb.base/branches.c: Code with lots of loops and
16302 subroutines. Used to test gdbs ability to single step through PC
16303 changes, especially to test mips-tdep.c:mips_next_pc
16304
16305Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16306
16307 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16308 more rigorous EGCS C++ error checking.
16309
16310Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16311
a9c64011
AS
16312 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16313 tests.
16314 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16315 function when asleep.
16316 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16317 for i*86 Linux and SVR4 signal handling problems.
16318 Remove linux xfail for `next to handler in signals_tests_1', fixed
16319 by recent infrun.c change.
16320 Limit backtrace to 10 frames to avoid timeout problems with infinite
16321 stack backtraces.
16322 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16323 target.[ch] change.
c906108c
SS
16324
16325Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16326
16327 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16328 for a newline from gdb before continuing.
16329 (default_gdb_exit): Just look for y or n.
16330 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16331 it does, fail the rests of the tests in the file.
16332
16333Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16334
16335 * config/cygmon.exp: New file.
16336
16337Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16338
16339 * gdb.base/list.exp: Fix problem with "list default lines around
16340 main" test on remote targets.
16341
16342 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16343 run test on remote targets.
16344
16345Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16346
16347 * gdb.asm: New directory.
16348 * configure.in: Configure it.
16349 * configure: Regenerate.
16350 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16351 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16352
16353Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16354
16355 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16356
dc96c6c7 16357Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16358
a9c64011
AS
16359 * gdb.base/overlays (several files): Merge the two overlay
16360 managers into one. Change variables (foox, barx, bazx, grbxx)
16361 back into ints but force them to load in their proper sections.
c906108c
SS
16362
16363Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16364
16365 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16366 on-chip insn memory and IMAP1 to upper 128k.
16367 (D10VCopy): Handle memory regions crossing 16k boundaries.
16368 (D10VCopy): Transfer data in 32 bit chunks.
16369
16370Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16371
16372 * gdb.base/overlays.c (main): Exit normally when result is
16373 correct.
16374
16375 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16376 map. Include space for printf in .text segment.
16377
16378 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16379 updated d10v memory VMA/LMA map.
16380 (D10VCopy): Call D10VTranslate.
d63a86f8 16381
c906108c
SS
16382Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16383
16384 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16385
16386 * gdb.base/bar.c (barx, bar): Change variable to small array so
16387 that it won't be put into the .sdata - small data -
16388 section. Update reference.
16389 * gdb.base/baz.c (bazx, baz): Ditto.
16390 * gdb.base/foo.c (foox, foo): Ditto.
16391 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16392
16393 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16394 to be arrays.
d63a86f8 16395
dc96c6c7 16396Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16397
a9c64011
AS
16398 * gdb.base/overlays.exp: fix up and get working again.
16399 Add tests for backtraces from an overlay function.
d63a86f8 16400
c906108c
SS
16401Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16402
16403 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16404 "calling function with watchpoint enabled".
16405
16406Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16407
16408 * gdb.base/break.exp (test_next_with_recursion): Remove
16409 gdb_suppress_tests for d10v-*-*.
16410 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16411 pending review of whether it is useful or not.
16412
16413Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16414
16415 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16416
16417Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16418
16419 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16420 * config/dve.exp: New file to support Densan boards.
16421
16422Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16423
16424 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16425 reads and BSD.
16426
16427Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16428
16429 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16430 response.
16431
16432 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16433
16434Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16435
16436 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16437 test.
16438
16439 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16440 target_sizeof_long and target_bigendian_p.
16441 (structs_by_value, structs_by_reference): Check values according
16442 to targets word size and endianess.
d63a86f8 16443
c906108c
SS
16444Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16445
16446 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16447 output.
16448
16449Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16450
16451 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16452 Update test of set args help to match source change.
16453
16454Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16455
16456 * gdb.base/default.exp: Expect help system output to be in
16457 alphabetical order.
16458 * gdb.base/help.exp: Ditto.
16459
16460Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16461
16462 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16463 "i*86-pc-linux-gnu*".
16464 * gdb.base/interrupt.exp: Ditto.
16465 * gdb.base/corefile.exp: Ditto.
16466
16467 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16468 define vxworks when building the testcase.
16469
16470 * gdb.base/ptype.exp: Fix testnames to be unique.
16471 * gdb.base/radix.exp: Ditto.
16472 * gdb.base/term.exp: Ditto.
16473 * gdb.base/whatis.exp: Ditto.
16474 * gdb.c++/classes.exp: Ditto.
16475
16476Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16477
16478 * gdb.base/callfuncs.exp: Fix indentation.
16479
16480 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16481 suppress_flag has been set.
16482 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16483 target feature.
16484
16485Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16486
16487 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16488 the testcase.
16489
16490 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16491 set_debug_traps() and breakpoint().
16492 * gdb.c++/misc.cc (main): Ditto.
16493 * gdb.c++/templates.cc (main): Ditto.
16494 * gdb.c++/virtfunc.cc (main): Ditto.
16495
16496Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16497
16498 * lib/gdb.exp(gdb_step_for_stub): New function.
16499 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16500 exists, reload the executable and do a "continue" instead of
16501 doing a jump.
16502 (runto_main): Use gdb_step_for_stub.
d63a86f8 16503
c906108c
SS
16504 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16505 tests to have unique names.
16506 * gdb.base/callfuncs.exp: Ditto.
16507 * gdb.base/commands.exp: Ditto.
16508 * gdb.base/default.exp: Ditto.
16509 * gdb.base/help.exp: Ditto.
16510 * gdb.base/list.exp: Ditto.
16511 * gdb.base/opaque.exp: Ditto.
16512 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16513 similar tests.
d63a86f8 16514
c906108c
SS
16515 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16516 * gdb.c++/cplusfuncs.cc: Ditto.
16517 * gdb.c++/virtfunc.cc: Ditto.
16518
16519 * config/monitor.exp: Keep track of the last file we saw, rather
16520 than trying to get the info from gdb.
16521
16522 * gdb.fortran/types.exp: Move comment to previous line.
16523
16524Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16525
16526 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16527 target mode.
16528
16529Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16530
16531 From Bob Manson:
16532 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16533 string from GDB when it connects.
16534
16535 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16536
16537Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16538
16539 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16540 if we can't get a debug format from GDB (we may be testing an
16541 older GDB). Use a 10 second timeout when checking for the format.
16542
16543 * gdb.stabs/weird.exp: Fix quoting.
16544
16545 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16546
16547Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16548
16549 * config/arm-ice.exp: New file.
16550
16551Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16552
16553 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16554 until it has been modified to work with the new testsuite.
16555
99707966 16556 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
16557 testcase won't compile, cause all of the testcases in the file to
16558 fail instead.
16559
16560 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16561 (gdb_clear_suppressed): New procedure.
16562 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16563 it contains a positive value.
16564
16565Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16566
16567 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16568
16569 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16570
16571Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16572
16573 * lib/gdb.exp (setup_xfail_format): New function.
16574 (get_debug_format): New function to get debug format.
16575 (debug_format): New global variable to hold last value set
16576 by get_debug_format.
16577 * gdb.base/list.exp: Call get_debug_format and expect some
16578 tests to fail for DWARF 1 and COFF formats.
16579 * gdb.c++/ptype.exp: Ditto.
16580 * gdb.c++/classes.exp: Ditto.
16581 * gdb.c++/cplusfuncs.exp: Ditto.
16582 * gdb.c++/inherit.exp: Ditto.
16583 * gdb.c++/templates.exp: Ditto.
16584 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 16585
c906108c
SS
16586Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16587
16588 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16589 host doesn't have a currently-open connection.
16590
16591 * config/sparclet.exp: Cleanups and fixes to make it generic for
16592 any gdb stub target. Handle cases where gdb doesn't respond when
16593 interrupted in a sane fashion.
16594
16595 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16596 same thing in a totally different way.
16597
16598 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16599 setting "timeout".
16600 (gdb_start): We set the global gdb_prompt variable in
16601 default_gdb_init now.
16602
16603Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16604
16605 * gdb.base/printcmds.exp: Fix "check for floating addition"
16606 regexp to accept results within approx +/- .01 of exact value.
16607 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16608
16609Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16610
16611 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16612 properly.
16613 (gdb_expect): Add optional timeout parameter, and add timeout
16614 value to various calls.
16615 (gdb_suppress_tests): Only give one warning message per group.
16616
16617Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16618
16619 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16620 global variables. Handle getting a value for $timeout more
16621 gracefully.
16622
16623Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16624
16625 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16626 initialize.
16627 (default_gdb_init): New procedure; allow gdb_init to be overridden
16628 by a target configuration file.
16629 (gdb_expect): Pass the timeout to remote_expect.
16630
16631 * config/monitor.exp(gdb_load): Fix typo in regexp.
16632
16633Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16634
16635 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16636
16637Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16638
16639 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16640 here. Call gdb_target_exec before rebooting the target, to make
16641 sure the connection to the target is closed.
16642 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16643 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16644 Also detect "Timeout reading from remote" error.
16645
16646 * config/gdbserver.exp: Pass the executable being loaded to
16647 gdb_target_monitor. Don't call gdb_file_cmd here; let
16648 gdb_target_monitor do it.
16649
16650 * gdb.disasm/hppa.exp: Don't use exec_output.
16651
16652Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
16653
16654 * gdb.base/list.exp: If we're debugging a non-native target,
16655 try to set the pc register to point to the start of the
16656 program before doing the first list command.
16657
16658 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
16659 test_calls after restarting.
16660
16661 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
16662 reloading.
16663
16664 * gdb.base/watchpoint.exp: Fix typo.
16665
16666 * gdb.base/setshow.exp: Check for use_gdb_stub.
16667
16668 * gdb.base/break.exp: Fix continue until exit test for the gdb
16669 stub case.
16670 * gdb.base/langs.exp: Ditto.
16671
16672 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
16673 gdb_load_offset. If we weren't given a file to load, figure out
16674 what the current file is and use it.
16675
16676 * config/i386-bozo.exp: New file.
16677
16678Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
16679
16680 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
16681 feature.
16682
16683 * config/proelf.exp: New entry.
16684
16685Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
16686
16687 * lib/gdb.exp: Remove spurious .* patterns at the beginning
16688 of regexps.
16689
16690 * gdb.base/watchpoint.exp: Don't run the test_stepping
16691 tests if gdb can't call functions on the target.
16692
16693 * gdb.base/setshow.exp: Don't run the set prompt tests if
16694 the board has gdb_prompt set.
16695
16696Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
16697
16698 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
16699 * gdb.base/commands.exp: Likewise.
16700 * gdb.base/setshow.exp: Likewise.
16701
16702Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
16703
16704 * config/monitor.exp(gdb_start): Look for gdb_prompt target
16705 feature.
16706
16707 * config/i960.exp: New file.
16708
16709Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
16710
16711 * gdb.base/funcargs.exp: Check for gdb,short_int target
16712 feature instead of looking for explicit target triplets.
16713
dc96c6c7 16714Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 16715
d63a86f8 16716 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
16717 "p 123DEADBEEF", to check parse_number.
16718 * top.c: change "to enable to enable" to "to enable" in a couple
16719 of help strings.
16720
16721Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
16722
16723 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
16724 on the mn10300.
d63a86f8 16725
c906108c
SS
16726Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
16727
16728 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
16729 where the test executable is run with explicit args.
16730 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
16731
16732Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
16733
16734 * gdb.base/run.c: Use FAKEARGV to build test executable that
16735 does not require a command line arg, since most simulators
16736 don't currently support passing such an arg into the simulated
16737 program.
16738 * gdb.base/commands.exp: Change tests to insert the proper
16739 value as the arg to the first recursive factorial call. Change
16740 compilation line to define FAKEARGV at compile time.
16741
16742Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
16743
16744 * gdb.base/recurse.exp: Enable these tests for the mn10300.
16745 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
16746 function with watchpoint enabled" test.
16747
16748Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
16749
16750 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
16751 Don't call gdb_test when the command doesn't return to a gdb prompt.
16752
16753 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
16754 "Tests restarted" messages.
16755
16756Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
16757
16758 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
16759
dc96c6c7 16760Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16761
16762 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
16763 for INFO SYMBOL; add help tests for OVERLAY commands.
16764 * gdb.base/default.exp: add tests for INFO SYMBOL command;
16765 add tests for OVERLAY commands
16766 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
16767 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
16768 * gdb.base/sigall.c: add usestubs code frag
16769 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 16770
c906108c
SS
16771Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
16772
16773 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
16774 failures.
16775 (gdb_stop_suppressing_tests): Note that tests have restarted.
16776
16777Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
16778
16779 * config/h8300.exp: New file.
16780
16781Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
16782
16783 * gdb.base/setshow.exp: Check for the existence of a
16784 feature, not its value.
16785
16786Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
16787
16788 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
16789
16790 * gdb.base/scope.exp: It's now init0(), not init().
16791
16792 * gdb.base/scope0.c: For now, change init() to be init0().
16793
16794 * config/monitor.exp: Use gdb_serial in preference to serial
16795 or netport.
16796
16797 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
16798 and it's not already set.
16799
16800Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
16801
16802 * gdb.base/setshow.exp: Only test the run command if the target
16803 isn't using a stub and if it supports argument passing.
16804
16805Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
16806
16807 * config/udi.exp(gdb_start): Make sure UDICONF is set
16808 properly before starting gdb.
16809
16810Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
16811
16812 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
16813 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
16814 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
16815
16816Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
16817
16818 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
16819 specialized code to reboot the board, use remote_reboot instead.
16820
16821 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
16822
16823 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
16824
16825 * config/monitor.exp: Make sure we disconnect from the target.
16826 Also, try a reboot/reload cycle instead of failing if the
16827 load fails.
16828
16829Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
16830
16831 * gdb.base/default.exp: Don't set match_max.
16832 * gdb.base/help.exp: Ditto.
16833 * gdb.base/list.exp: Ditto.
16834 * gdb.base/signals.exp: Ditto.
16835
16836 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
16837 set, use remote_ld to download the testcase instead of
16838 the GDB loader.
16839
16840Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
16841
16842 * config/vr5000.exp: New file.
16843
16844 * config/monitor.exp(gdb_target_monitor): Add pattern for
16845 "Ending remote" to detect errors in connecting.
16846
16847 * gdb.base/setshow.exp: Add .* within auto language test.
16848
16849 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
16850 target feature.
16851
16852 * config/monitor.exp(gdb_load): Check for a failure when loading,
16853 and reboot the board if necessary.
16854
16855 * gdb.base/setvar.exp(test_set): Handle multiple prints within
16856 a set of tests. Remove print.* from the patterns being checked.
16857
16858Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
16859
16860 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
16861 refer to gdb_spawn_id.
16862
16863 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
16864 longer used.
16865 * config/sparclet.exp: Ditto.
16866 * config/sparclet-old.exp: Ditto.
16867 * config/slite.exp: Ditto.
16868 * config/sim.exp: Ditto.
16869 * gdb.base/funcargs.exp: Ditto.
16870
16871 * lib/gdb.exp:Remove references to gdb_spawn_id.
16872 (gdb_expect): Move to remote.exp.
16873
16874Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
16875
16876 * config/monitor.exp: Detect the "Couldn't establish connection"
16877 message from GDB.
16878
16879Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
16880
16881 * gdb.base/bitfields.exp: Use runto instead of explicit
16882 gdb_run_cmd/gdb_expect sequences.
16883
16884 * gdb.base/break.exp(text_next_with_recursion): Add match for
16885 gdb_expect call.
16886
16887 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
16888 We also need to handle the "A program is being debugged already"
16889 prompt from gdb. Use gdb_test to set the baud rate.
16890
16891 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
16892 to 20000. Really. I mean it.
16893
16894Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16895
16896 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
16897 fails. If suppress_flag is set, skip perror message about not
16898 being able to send to GDB.
16899 (send_gdb): If suppress_flag is set, don't try to send commands to
16900 GDB.
16901 (gdb_expect): If suppress_flag is set, always fail immediately.
16902 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
16903 (gdb_init): Call gdb_stop_suppressing_tests.
16904 (default_gdb_exit): Ditto.
16905 (default_gdb_start): Ditto.
16906
16907 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
16908 gdb_stop_suppressing_tests as appropriate.
16909 * gdb.base/break.exp: Ditto.
16910 * gdb.base/callfuncs.exp: Ditto.
16911 * gdb.base/commands.exp: Ditto.
16912 * gdb.base/exprs.exp: Ditto.
16913 * gdb.base/funcargs.exp: Ditto.
16914 * gdb.base/list.exp: Ditto.
16915 * gdb.base/recurse.exp: Ditto.
16916 * gdb.base/scope.exp: Ditto.
16917 * gdb.base/structs.exp: Ditto.
16918 * gdb.c++/inherit.exp: Ditto.
16919
16920Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
16921
16922 * config/vr4300.exp: New file.
16923
99707966 16924 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 16925
99707966 16926 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
16927
16928Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
16929
16930 * lib/gdb.exp(gdb_init): New function.
16931
16932 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
16933 for each individual variable set.
16934
16935 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
16936 name.
16937
16938 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
16939
16940 * gdb.base/scope.exp: Use gdb_test.
16941
16942 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
16943 aborting; the testsuite driver will do that for us (see
16944 gdb_finish). Also, use gdb_test in a few more places.
16945
16946Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16947
16948 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
16949
16950Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
16951
16952 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
16953 and "add_tests" are not at the same address.
16954
16955Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
16956
16957 * gdb.base/ptype.exp: Use gdb_test.
16958
16959Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
16960
16961 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
16962 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
16963 left in. No longer expect them to fail.
16964
16965 * gdb.stabs/*.mt; Deleted, no longer used.
16966 * gdb.stabs/configure.in: Remove references to target makefile
16967 frags.
16968 * gdb.stabs/configure: Rebuilt.
16969
16970 * gdb.disasm/*.mt: Deleted, no longer used.
16971 * gdb.disasm/configure.in: Remove references to target makefile
16972 frags. Use "sh3.s" as the unique filename for this directory.
16973 * gdb.disasm/configure: Rebuilt.
16974
16975 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
16976 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
16977 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
16978
16979Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
16980
16981 * config/udi.exp: Use mondfe,name instead of remote_host.
16982
16983Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
16984
16985 * gdb.base/watchpoint.exp: Don't expect a failure when calling
16986 a function with a watchpoint enabled on the mn10200.
16987
16988 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
16989 before trying to create it!
16990
16991Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
16992
16993 * config/vx.exp: Use hostname instead of netport.
16994
16995 * config/vxworks.exp: New file.
16996
16997 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
16998
16999 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17000 gdb before assuming everything worked. Send a ^C if a timeout
17001 occurs.
17002
17003 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17004 $gdb_spawn_id directly.
17005 (gdb_run_cmd): Try _start as well as start. Use the target feature
17006 gdb,start_symbol as the symbol to start from when jumping.
17007
17008Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17009
17010 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17011 redundant) test.
17012
17013 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17014 it doesn't lose for 16bit integer systems.
17015
17016Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17017
17018 * gdb.fortran/types.exp: If the target doesn't support "double"
17019 data types, then expect "real" types to only be 4 bytes.
17020
17021 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17022 call tests if the target doesn't support inferior function calls.
17023
17024 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17025 in printf tests.
17026
17027Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17028
17029 * gdb.base/help.exp: Disable "help set", "help show", and
17030 "help support". Simplify regexp for "help stack".
17031
17032 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17033 to 60 seconds. Temporarily set match_max to 15000 around the
17034 "info copying" test.
17035
17036 * gdb.base/nodebug.exp: Don't try to do an inferior function
17037 call if the target doesn't support them.
17038 * gdb.base/printcmds.exp: Likewise.
17039 * gdb.base/setvar.exp: Likewise.
17040 * gdb.base/structs.exp: Likewise.
17041 * gdb.c++/templates.exp: Likewise.
17042 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17043
17044 * gdb.base/recurse.exp: Enable for the mn10200.
17045
17046 * configure.in: Do configure gdb.stabs directory for *-*-elf
17047 targets.
17048 * configure: Rebuilt.
17049
17050 * gdb.base/break.exp: Check for gdb,noresults before testing
17051 exit status and/or results from the target.
17052 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17053 * lib/gdb.exp: Remove old (now bogus) initialization of
17054 noinferior, noargs, noresults and nosignals.
17055
17056Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17057
17058 * config/sh.exp: New file.
17059
17060 * config/slite.exp: Try to connect multiple times to the board
17061 before rebooting. Only send a "monitor run" if need_monitor_run
17062 is set.
17063
17064 * gdb.base/break.exp: Don't do the "stub continue" test if
17065 the target has gdb_stub set.
17066
17067 * gdb.base/callfuncs.exp: Increase the timeout.
17068
17069 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17070 if the target has gdb,noinferiorio set.
17071
17072 * gdb.base/list.exp: Increase match_max to 10000 characters.
17073
17074 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17075
17076 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17077 target.
17078
17079 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17080
17081Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17082
17083 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17084 trying to delete the copy of gdb. Catch the file delete so we
17085 don't die if the delete fails; also, the file should be copied to
17086 the host, not to the build.
17087
17088Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17089
17090 * lib/gdb.exp(gdb_test): Surround the result pattern with
17091 parenthesis in case it contains multiple regexps separated
17092 with |.
17093
17094 * gdb.base/watchpoint.exp: Use gdb_test.
17095 * gdb.base/default.exp: Ditto.
17096
17097Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17098
99707966 17099 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17100
c906108c
SS
17101 * gdb.base/scope.exp: Use gdb_test.
17102 * gdb.c++/classes.exp: Ditto.
17103 * gdb.c++/inherit.exp: Ditto.
17104
17105Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17106
17107 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17108 remote_exec instead.
17109 * gdb.base/corefile.exp: Don't be ridiculous.
17110 * gdb.base/*.c: Add missing stub invocations.
17111
17112Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17113
17114 * config/slite.exp: Miscellaneous fixes.
17115
17116 * lib/gdb.exp: Fix runto.
17117
17118 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17119 the target.
17120
17121 * gdb.base/watchpoint.exp: Fix regexp.
17122
17123 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17124 close and wait commands, as the descriptor may now be
17125 invalid. Always call "remote_close host".
17126
17127Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17128
17129 Major rewrite for testsuite revision.
d63a86f8 17130
c906108c
SS
17131 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17132 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17133 instead of relying on spawn_id to always contain a valid
17134 spawn id.
17135 (get_compiler_info): New procedure to build the ${binfile}.ci
17136 file, instead of replicating this in N different places.
17137 (gdb_compile): New procedure.
d63a86f8 17138
c906108c
SS
17139 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17140 appropriate arguments) instead of compile. Use gdb_test in a lot
17141 more places. Use send_gdb instead of send. Always run gdb_start
17142 at the start of a testcase, as this is no longer done magically.
17143
17144 config/*-gdb.exp: Rename without the -gdb suffix.
17145
17146 config/mips.exp: Use remote_close instead of exit_remote_shell.
17147 config/monitor.exp: Use target_info instead of looking at
17148 baud, timeout, etc.
17149 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17150
17151Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17152
17153 * gdb.c++/templates.exp (test_ptype_of_templates),
17154 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17155 Update expect patterns for destructors and assignment operators
17156 to match corresponding c-typeprint.c changes.
17157 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17158 to destructor breakpoint test, GDB should be able to set the
17159 destructor breakpoint without specifying arguments.
17160
17161Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17162
17163 * gdb.threads/pthreads.exp: Change result for failure to compile due
17164 to lack of pthreads runtime support from an error to simply an
17165 unsupported test, per dejagnu standards.
17166
17167Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17168
17169 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17170 where GDB exits to reduce pattern match time.
17171 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17172
17173 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17174
dc96c6c7 17175Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17176
17177 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17178 * gdb.base/default.exp: ditto.
17179 * gdb.base/nodebug.exp: ditto.
17180 * gdb.base/printcmds.exp: ditto.
17181 * gdb.base/ptype.exp: ditto.
17182 * gdb.base/setvar.exp: ditto.
17183 * gdb.base/structs.exp: ditto.
17184 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17185
17186Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17187
17188 * configure, */configure: Rebuild with autoconf 2.12.
17189
17190Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17191
17192 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17193 use new i*86-pc-linux*-gnu quads.
17194 * gdb.base/corefile.exp: Ditto.
17195 * gdb.base/signals.exp: Ditto.
17196 * gdb.base/sigall.exp: Ditto.
17197 * gdb.base/interrupt.exp: Ditto.
17198
17199 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17200 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17201 RedHat 4.0.
d63a86f8 17202
c906108c
SS
17203 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17204 linux. This allows the test case to at least compile on latest
17205 linux, but still not run due to missing the threads runtime library.
17206
17207Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17208
17209 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17210 directory to search gdb directory. Accept and step over conditional
17211 stack alignment code. Consume $prompt in failure cases.
17212 Reset timeout to $oldtimeout instead of some arbitrary value.
17213 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17214 timeout problems with infinite stack backtraces.
17215 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17216 Accept function parameters for linkfunc member.
17217
17218Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17219
17220 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17221 (CXXFLAGS): Remove, unreferenced.
17222 (B_OPTIONS): Add for -B options and add code to initialize with
17223 previous -B options and also add -B option to pick up cross compiled
17224 runtime.
17225 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17226 doing cross compiles.
17227 (target_alias): Declare global.
17228 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17229 to verify that gcc exists in build tree, and if so set CC to that
17230 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17231
c906108c
SS
17232Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17233
17234 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17235 ptype test for anonymous union. Fixup testcase to match
17236 current gcc debug output.
17237
17238Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17239
17240 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17241 force argument to an unsigned long type.
17242
17243Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17244
17245 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17246 tests and anonymous union print/ptype tests.
17247 * gdb.base/list.exp (test_forward-search): Increase timeout by
17248 5 minutes for the "search extremely long line" case.
17249 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17250 completely optional and that the pass/fail messages use the command as
17251 the message if that third arg is a null string.
17252 (gdb_test_exact): Arrange that a null string pattern means match a
17253 null string output rather than any output, which might include random
17254 errors.
17255 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17256 backtrace test.
17257 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17258 always failing and failure is now exposed by gdb.exp changes.
17259
17260Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17261
17262 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17263 weren't being noted.
17264
17265Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17266
17267 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17268 * gdb.stabs/weird.exp: Remove v_comb xfails.
17269
dc96c6c7 17270Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17271
17272 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17273 list.exp scope.exp watchpoint.exp]
c906108c 17274 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17275
dc96c6c7 17276Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17277
17278 * config/monitor.exp: Increase download timeout to 1000 seconds.
17279
dc96c6c7 17280Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17281
17282 * config/m32r.exp: Increase timeout to 120 seconds.
17283
17284Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17285
17286 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17287 and accept older ordering as obsolescent gcc or gdb.
17288 * gdb.c++/templates.exp: Ditto.
17289 * gdb.c++/virtfunc.exp: Ditto.
17290
17291Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17292
17293 * gdb.base/coremaker.c: Add code to mmap some data so we
17294 can check that it ends up in the core file.
17295 * gdb.base/corefile.exp: Add test to read mmapped data
17296 from core file.
17297
dc96c6c7 17298Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17299
17300 * config/m32r.exp: New file.
17301
17302Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17303
17304 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17305 that cflags can contains -gstabs, and work correctly for other tests.
17306
dc96c6c7 17307Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17308
17309 * gdb.base/setshow.exp: New file, tests show and set.
17310 * gdb.base/setshow.c: New file, tests show and set.
17311 * gdb.base/help.exp: Add test for help set|show annotate.
17312 * gdb.base/default.exp: Add test for set|show annotate.
17313
17314Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17315
17316 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17317 errors unique.
17318 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17319 explicitly.
17320
17321Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17322
17323 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17324 and width commands. This is done elsewhere.
17325 * (gdb_start): Don't call gdb_start_sim here. That's already
17326 done in gdb_load. This fixes lots of failures in default.exp.
17327
17328Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17329
17330 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17331 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17332 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17333 in the same we we treat other failures (since it may be an expected
17334 condition), rather than as an error.
17335 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17336 old test format.
17337
17338Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17339
17340 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17341 (distclean maintainer-clean realclean): No need to remove files
17342 twice. Nuke the duplicates.
17343 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 17344 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
17345 Remove config.h along with other config files.
17346
17347Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17348
17349 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17350 "p func1 ()" and note that rests of tests are skipped.
17351 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17352 setup_xfails for "print func2::coremaker_local".
17353 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17354 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17355 affected by the previous run test.
17356 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17357 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17358 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17359 "pass int powerset tuple" and "pass modeless int powerset tuple".
17360 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17361 "real write 4" and "real write 8".
17362 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17363 setup_xfails for "print vs1 after tuple assign 2",
17364 "print \$i after tuple assign 2", and
17365 "print vs2 after tuple assign 2".
17366 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17367 meaningful error message and return -1 so the caller can
17368 suppress further tests and avoid a cascade of errors.
d63a86f8 17369
c906108c
SS
17370Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17371
17372 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17373 format for printing version.
17374 * gdb.base/default.exp: Ditto.
17375 * gdb.base/interrupt.exp: Fix problem with cascade of
17376 errors if child process dies while calling a function.
d63a86f8 17377
c906108c
SS
17378Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17379
17380 * Makefile.in (VPATH): Add
17381 * Makefile.in (Makefile, config.status): Fix rules so things get
17382 remade when necessary.
17383
17384Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17385
17386 * Makefile.in (just-check): Add path to sibling expect dir
17387 to environment variable specified by RPATH_ENVVAR.
17388
17389Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17390
17391 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17392 (just-check): Add shared library paths for libstdc++, tk,
17393 tcl, bfd, and opcodes to the environment variable specified
17394 in RPATH_ENVVAR.
17395 * configure.in: Add support to recognize --enable-shared flag
17396 and generate correct value for RPATH_ENVVAR.
17397 * configure: Regenerated with autoconf.
17398
17399Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17400
17401 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17402 include all osf versions.
17403 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17404 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17405 when target is linux. When failing to build pthreads test
17406 executable, give more meaningful message.
17407 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17408 arg for pthread_create.
d63a86f8 17409
c906108c
SS
17410Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17411
17412 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17413 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17414 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17415 and -lpthreads (everybody else).
17416 (test_startup): Fail gracefully if threads are not supported.
17417 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17418 "p/c array_index("abcdef",2)" when not gcc compiled.
17419 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17420 "print func2::coremaker_local" when not gcc compiled.
17421 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17422 "ptype on opaque struct tagname (statically)",
17423 "ptype on opaque struct tagname (dynamically) 1", and
17424 "ptype on opaque struct tagname (dynamically) 2"
17425 for not compiled with gcc.
17426 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17427 backtrace when compiled with gcc.
d63a86f8 17428 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
17429 than always return success.
17430
17431Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17432
17433 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17434
17435Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17436
17437 * gdb.base/structs.exp: Undo last change.
17438
17439Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17440
17441 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17442 encapsulate all the steps/nexts done during self test, starting
17443 at main, and makes them less sensitive to optimization issues.
17444 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17445 signal handler" test.
17446 * gdb.threads/pthreads.exp: Only run this for native configs.
17447 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17448 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17449 tests.
17450 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17451 for "runto test_calls(void)" test.
d63a86f8 17452
c906108c
SS
17453Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17454
17455 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17456 and don't expect address info in breakpoint confirmations.
17457
17458Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17459
17460 * gdb.base/list.exp (test_forward_search): Increase timeout
17461 temporarily by 60 seconds for searching extremely long line,
17462 and then reset to old value when done. Increase expect input
17463 buffer to 10000.
17464
17465Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17466
17467 * gdb.base/list.exp (test_forward_search): Fix to handle very
17468 long source line without overflowing expect's input buffer.
17469
17470Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17471
17472 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17473 "buffer_full".
17474
17475 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17476 "buffer_full".
17477
17478 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17479 "buffer_full".
17480
17481 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17482 "buffer_full".
17483
17484Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17485
17486 * configure.in (configdirs): Add gdb.threads.
17487 * configure: Regenerated with autoconf.
17488 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17489 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17490 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 17491
c906108c
SS
17492Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17493
17494 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17495
17496Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17497
17498 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17499 each signal's status in the output of "handle all print".
17500 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17501 the \r\n sequence that immediately precedes the gdb prompt.
17502 * gdb.base/a1-selftest.exp: Save original timeout and restore
17503 after test.
17504
17505Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17506
17507 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17508 symbol.
17509
17510Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17511
17512 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17513
17514Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17515
17516 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17517 timeout by 60 seconds.
17518
17519Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17520
17521 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17522 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17523 error return.
17524
17525Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17526
17527 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17528 gdb initialization, also report how long dejagnu waited. Restore
17529 old timeout before doing error return. Temporarily increase timeout
17530 by 3 minutes to allow for slow startups over heavy NFS use.
17531
17532Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17533
17534 * lib/gdb.exp: Report timeout value for verbosity level 2.
17535 * config/gdbserver.exp: Ditto.
17536 * config/hppro.exp: Ditto.
17537 * config/mips-gdb.exp: Ditto.
17538 * config/monitor.exp: Ditto.
17539 * config/netware.exp: Ditto.
17540 * config/sim-gdb.exp: Ditto.
17541 * config/slite-gdb.exp: Ditto.
17542 * config/udi-gdb.exp: Ditto.
17543 * config/unix-gdb.exp: Ditto.
17544 * config/vx-gdb.exp: Ditto.
17545 * gdb.base/a1-selftest.exp: Ditto.
17546 * gdb.base/a2-run.exp: Ditto.
17547 * gdb.base/break.exp: Ditto.
17548 * gdb.base/corefile.exp: Ditto.
17549 * gdb.base/list.exp: Ditto.
17550 * gdb.base/recurse.exp: Ditto.
17551 * gdb.base/scope.exp: Ditto.
17552 * gdb.base/signals.exp: Ditto.
17553
17554Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17555
17556 * gdb.threads/Makefile.in (docdir): Removed.
17557
17558Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17559
17560 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 17561 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 17562 @srcdir@.
d63a86f8 17563 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
17564 autoconf 2.5 or higher.
17565 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17566
17567Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17568
17569 * configure: Regenerated.
17570 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17571 avoid name clashes with SunOS headers.
17572
17573Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17574
17575 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17576
17577Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17578
17579 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17580 prototype information ends up in the compiler info file.
17581
17582Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17583
17584 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17585 attempting to regenerate it. Eliminate use of a temporary file
17586 and just generate the info file directly. Source it immediately,
17587 for consistency of use.
17588 * gdb.base/corefile.exp: Ditto
17589 * gdb.base/exprs.exp: Ditto.
17590 * gdb.base/funcargs.exp: Ditto.
17591 * gdb.base/langs.exp: Ditto.
17592 * gdb.base/list.exp: Ditto.
17593 * gdb.base/mips_pro.exp: Ditto.
17594 * gdb.base/nodebug.exp: Ditto.
17595 * gdb.base/opaque.exp: Ditto.
17596 * gdb.base/ptype.exp: Ditto.
17597 * gdb.base/scope.exp: Ditto.
17598 * gdb.base/setvar.exp: Ditto.
17599 * gdb.base/signals.exp: Ditto.
17600 * gdb.base/whatis.exp: Ditto.
17601 * gdb.c++/templates.exp: Ditto.
17602 * gdb.c++/virtfunc.exp: Ditto.
17603 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17604 whether or not to add -lstdc++ to the compile command line args.
17605
17606Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17607
17608 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17609 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17610 Increase timeout, a lot of single stepping might be needed if the
17611 target has no hardware watchpoints.
17612
17613Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17614
17615 * gdb.base/break.exp: Ignore compiler warnings when compiling
17616 break.c.
17617 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17618 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17619 from remote-sim.
17620 * gdb.base/exprs.exp: Add h8300 xfails.
17621 * gdb.base/funcargs.exp: Likewise.
17622 * gdb.base/nodebug.exp: Likewise.
17623 * gdb.base/printcmds.exp: Likewise.
17624 * gdb.base/ptype.exp: Likewise.
17625 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17626 h8300 xfails.
d63a86f8 17627 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
17628 on the h8300.
17629 * gdb.base/funcargs.c: Explicitly make last constant argument to
17630 call_after_alloca_subr an unsigned long type.
17631 * gdb.base/return.c: Include stdio.h.
17632
17633Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17634
17635 * config/abug.exp: New file for the older Motorola Bug monitor
17636 that runs on the mvme13x series VME boards.
17637 * config/monitor.exp: Use the new config array for target settings
17638 if they exist.
17639
17640Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17641
17642 * sim-gdb.exp: Make the SH simulator allocate less space when
17643 it is targeted.
17644
17645Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17646
17647 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
17648 test.
17649
17650Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
17651
17652 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
17653 "rs6000-*-*" for "list function in include file" when gcc compiled.
17654 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
17655 for "p ctable1[120]".
17656 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
17657 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
17658 Remove setup_xfail for "rs6000-*-*" for
17659 "print 'scope0.c'::filelocal before run".
17660 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
17661 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
17662 since some compilers don't allow both options to be given
17663 on the same command line. Create object file and move it.
d63a86f8 17664
c906108c
SS
17665Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
17666
17667 * gdb.base/corefile.exp: Always regenerate the core file, since
17668 we always regenerate the coremaker program. Detect special case
17669 where registers cannot be read from core file.
d63a86f8 17670
c906108c
SS
17671Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
17672
17673 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
17674 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
17675 * gdb.c++/templates.exp: Only match on basename of file since
17676 some formats like xcoff don't encode directory information.
17677 * gdb.stabs/weird.exp: Use the right sed script for powerpc
17678 and rs6000 AIX xcoff targets.
17679 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
17680 * configure: Regenerate.
17681 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
17682 here, rather than in distclean.
d63a86f8 17683
c906108c
SS
17684Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
17685
17686 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
17687 defined, and use it to compile the test case with -O2. The
17688 native compilation still uses no optimization.
17689 * gdb.base/mips_pro.c: Remove inline assembly code since
17690 it is compiled PIC by default, which results in assembler
17691 warnings that make the testsuite think the compilation
17692 was unsuccessful.
17693
17694Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
17695
17696 * gdb.c++/misc.exp: Add note to message for
17697 "print s.a for foo struct" that this is a known gcc 2.7.2
17698 and earlier bug.
17699
17700Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
17701
17702 * gdb.base/break.exp: Fix pattern for matching "Delete all
17703 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
17704 setup_xfail for deleting all breakpoints test. Fix various
17705 timeout messages to include "(timeout)".
17706 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
17707 for "p t_float_values2(3.14159,float_val2)".
17708 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
17709 for "continue to call2g" when gcc compiled.
17710 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
17711 "up to foo in langs.exp", "show language at foo in langs.exp",
17712 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
17713 and "show language at fsub in langs.exp".
17714 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
17715 "list line 1 in include file", "list message for lines past EOF",
17716 "list function in include file", "list list0.h:foo", and
17717 "list filename:function; nonexistant function".
17718 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
17719 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
17720 and "ptype t_char_array" to be for native cc only.
d63a86f8 17721
c906108c
SS
17722Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
17723
d63a86f8 17724 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
17725 setup_xfail for "print coremaker_bss", "print coremaker_ro",
17726 "print func2::coremaker_local", and "backtrace in corefile.exp".
17727
17728Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
17729
17730 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
17731 "bt in signals.exp". This problem only appears when running
17732 the testsuite, and then only intermittently.
17733
17734Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17735
17736 * gdb.base/return.exp (return_tests): Differentiate between
17737 two tests of continuing.
17738
17739Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17740
17741 * */Makefile.in (maintainer-clean): Remove config.log.
17742 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
17743 * gdb.c++/Makefile.in (PROGS): Add inherit.
17744 (clean): Remove *.ci.
17745
17746Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
17747
17748 * gdb.c++/misc.cc: Add test code from Mike Stump.
17749 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
17750
17751Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
17752
17753 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
17754 to "alpha-*-osf2*" and add comment.
17755 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
17756 setup_xfail for "step over execarg initialization" and
17757 "step over corearg initialization".
17758 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
17759 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
17760 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
17761 gcc compiled for "print coremaker_bss", "print coremaker_ro",
17762 "print func2::coremaker_local", and "backtrace in corefile.exp".
17763 * gdb.base/signals.exp: Build and source signals.ci.
17764 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
17765 to be for gcc only.
17766 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 17767
c906108c
SS
17768Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17769
17770 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
17771 Feb 3 procfs.c change.
17772
17773Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
17774
17775 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
17776
17777Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
17778
17779 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
17780 from dejagnu's apparent default of 10 seconds, which gives random
17781 results when running the tests over NFS on moderately loaded systems.
17782 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
17783
17784Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
17785
17786 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
17787 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
17788 result reports.
17789
17790Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
17791
17792 * configure.in (CY_AC_PATH_TCLH): Remove.
17793 * configure: Regenerate.
17794
17795Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
17796
17797 * gdb.c++/Makefile.in (clean): Add missing '{'.
17798
17799Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
17800
17801 * lib/gdb.exp: Provide a default value for noinferior.
17802
17803 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
17804 Load libgloss.exp.
17805
17806Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
17807
17808 * gdb.disasm/hppa.exp: Compile directly into an executable, use
17809 the executable, not the .o to run the tests from.
17810
17811Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
17812
17813 * gdb.base/break.exp: Don't test for program exit or exit status
17814 if $noresults if nonzero.
17815 * gdb.base/langs.exp: Likewise.
17816 * gdb.base/watchpoint.exp: Likewise.
17817
17818 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
17819 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
17820 trying to compile the testcase.
17821
17822Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
17823
17824 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
17825 * gdb.base/signals.exp (continue to handler): Likewise.
17826
17827Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
17828
17829 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
17830
17831 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
17832
17833Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
17834
17835 * gdb.base/corefile.exp: Recognize "not found" as failure
17836 when trying to determine if a core file was generated.
17837 If no core file was generate the first time, try again without
17838 the ulimit -c to work around braindamaged shells.
17839
17840Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
17841
17842 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
17843 [] tests with "test" and enclose string in quotes.
17844 * gdb.stabs/configure: Rebuild
d63a86f8 17845
c906108c
SS
17846Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
17847
17848 Changes in sync with expect:
17849 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
17850 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
17851 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
17852 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
17853 argument to AC_REQUIRE.
17854 * configure: Regenerated.
17855
17856Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
17857
17858 * gdb.base/corefile.exp: When generating a core, discard any
17859 error messages about ulimit not found and the "core dumped"
17860 message from the shell that runs the coredumper.
17861
17862Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
17863
17864 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
17865
17866 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
17867 which sed script to run. Expect failure for v_comb test
17868 on PA targets too.
d63a86f8 17869
c906108c
SS
17870Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
17871
17872 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
17873 "print func2::coremaker_local" and for "backtrace in corefile.exp"
17874
17875Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
17876
17877 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
17878 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
17879 "sparc-sun-solaris*" xfails for "p v_comb".
17880 * lib/gdb.exp (default_gdb_start): Fix typo.
17881 * gdb.base/corefile.exp: Allow "Core was generated by ..."
17882 messages to not include the full program name that caused
17883 the core dump since some systems (such as solaris) apparently
17884 truncate this path to about 80 characters.
17885 When generating a core file first try increasing the core file
17886 size limit to unlimited since some systems may default it to
17887 zero, and it is harmless to try it. Move the test for failing
17888 to generate a core file to where it will actually get executed.
17889 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
17890 new gdb result from g++ debug info improvements and make old
17891 pattern obsolescent. Also account for size_t differences
17892 (may be int or long).
17893 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
17894 initialization before function call is placed in the delay slot
17895 and thus appears to be skipped over by commands such as "next".
17896
17897Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17898
17899 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
17900
17901Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
17902
17903 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
17904 input source file; fix code to compile test to deal with this
17905 convention.
17906 * gdb.c++/*.exp: Likewise.
17907
17908Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
17909
17910 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
17911 "bt in signals.exp".
17912
17913Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
17914
17915 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
17916 "step over execarg initialization" and
17917 "step over corearg initialization".
17918
17919Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
17920
17921 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
17922 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
17923
17924Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
17925
17926 From Rob Savoye (rob@poseidon.cygnus.com)
17927 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
17928 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
17929 configure.in}, gdb.disasm/{Makefile.in, configure.in},
17930 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
17931 configure.in}: Major reworking for autoconfig.
17932 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
17933 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
17934 New files.
17935 * config/unix-gdb.exp: Make GDB global.
17936 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
17937 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
17938 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
17939 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
17940 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
17941 term.exp, twice.exp, watchpoint.exp, whatis.exp},
17942 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
17943 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
17944 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
17945 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
17946 pr-8136.exp, result.exp, string.exp, tuples.exp},
17947 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
17948 to returns as necessary, arrange for test to compile own testcase
17949 executable.
17950 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 17951
c906108c
SS
17952Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
17953
17954 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
17955 clear_xfail at end of test which might not call either pass or fail.
17956 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
17957 "backtrace through signal handler".
17958
17959Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17960
17961 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
17962 continuing from a job control stop signal.
17963 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
17964
17965Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
17966
17967 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
17968 * gdb.base/corefile.exp: Likewise.
17969 * gdb.base/funcargs.exp: Likewise.
17970
17971Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
17972
17973 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
17974 * config/monitor.exp: Add support for setting baud rate.
17975
17976Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
17977
17978 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
17979 i*86-*-linux* xfails for "backtrace through signal handler".
17980 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
17981 "print func2::coremaker_local".
17982 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
17983 alpha-dec-osf2* xfail for
17984 "delete all breakpoints when none".
17985
17986Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
17987
17988 * gdb.base/break.exp: Change test that deletes all breakpoints
17989 when no user breakpoints are installed. A post 4.15 change
17990 causes gdb to no longer prompt in this case.
17991
17992Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
17993
17994 * gdb.base/return.exp (return_tests): Change xfail for test
17995 "correct value returned double test" to stop xfailing at
17996 Solaris 2.5. Apparently the bug has been fixed.
17997
17998Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
17999
18000 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18001 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18002
18003Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18004
18005 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18006 * gdb.disasm/hppa.s: Corresponding changes.
18007
18008Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18009
18010 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18011 makefile fragment.
18012 * config/mt-hpux: Deleted.
18013
18014Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18015
d63a86f8 18016 * Many files: When warning about suppressed tests due to a
c906108c
SS
18017 nonexistant test binary, avoid incrementing the warning count.
18018
18019Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18020
18021 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 18022
c906108c
SS
18023Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18024
18025 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18026 "sparc-*-solaris2*".
18027
18028Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18029
18030 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18031 Add global and local variables and initialize them.
18032 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18033 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18034 extracts the file name and terminating signal from the core file.
18035 * TODO: Remove note about tests for correct mapping of corefile.
18036 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18037 from optimizing it away.
18038 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18039 handles common blocks.
18040
18041Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18042
18043 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18044 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18045
18046Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18047
18048 * Makefile.in (maintainer-clean): New target, synonym for
18049 realclean.
18050 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18051 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18052 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18053 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18054 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18055 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18056
18057Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18058
18059 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18060 xfails when not gcc compiled for "print foo::funclocal".
18061 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18062 "print foo::funclocal at foo",
18063 "print 'scope1.c'::foo::funclocal at foo",
18064 "print foo::funclocal_bss at foo",
18065 "print 'scope1.c'::foo::funclocal_bss at foo",
18066 "print foo::funclocal_ro at foo",
18067 "print 'scope1.c'::foo::funclocal_ro at foo",
18068 "print bar::funclocal at foo" and
18069 "print 'scope1.c'::bar::funclocal at foo".
18070 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18071 gcc compiled for "print foo::funclocal at bar".
18072 Expand all messages to ensure that they identify that
18073 the test is at bar().
18074 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18075 gcc compiled for:
18076 "ptype on opaque struct pointer (statically)",
18077 "ptype on opaque struct tagname (statically)",
18078 "ptype on opaque struct pointer (dynamically) 1",
18079 "ptype on opaque struct tagname (dynamically) 1",
18080 "ptype on opaque struct pointer (dynamically) 2" and
18081 "ptype on opaque struct tagname (dynamically) 2
18082 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18083 gcc compiled for:
18084 "p datalocal"
18085 "whatis datalocal",
18086 "ptype datalocal",
18087 "p bsslocal",
18088 "whatis bsslocal", and
18089 "ptype bsslocal".
18090 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18091 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18092 when not gcc compiled.
18093 * gdb.base/funcargs.exp (float_and_integral_args): Add
18094 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18095 compiled.
18096 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18097 "backtrace from call6a" when not gcc compiled.
18098 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18099 "backtrace from call7a" when not gcc compiled.
18100 * gdb.base/callfuncs.exp (do_function_calls):
18101 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18102 "p t_char_array_values(char_array_val2,char_array_val1)",
18103 "p t_char_array_values(char_array_val1,char_array_val2)",
18104 "p t_char_array_values("carray 1","carray 2")",
18105 "p t_char_array_values("carray 1",char_array_val2)",
18106 "p t_char_array_values(char_array_val1,"carray 2")",
18107 "p sum_args(1,{2})",
18108 "p sum_args(2,{2,3})",
18109 "p sum_args(3,{2,3,4})",
18110 "p sum_args(4,{2,3,4,5})"
18111 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18112 "backtrace in corefile.exp" when not gcc compiled.
18113
18114Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18115
18116 * gdb.base/signals.exp: Rewrite `handle all print' test as
18117 a procedure. Accept blanks or TABs as whitespace, increase
18118 timeout and expect input buffer size for the large output
18119 from the command. Remove "i*86-*-bsdi2.0" xfail.
18120
18121Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18122
18123 * gdb.base/setvar.exp: Add new testcases for truncation when
18124 assigning invalid values to bitfields.
18125
18126Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18127
d63a86f8 18128 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18129 mips-sgi-irix* xfail for
18130 "call inferior func with struct - returns char *"
18131 and fix test so that an optional (unsigned char *) cast is
18132 accepted in the result.
18133
18134Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18135
18136 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18137 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18138 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18139 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18140 that accidentally got checked in.
18141
18142Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18143
d63a86f8 18144 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18145 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18146 compiled test.
18147 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18148 Add mips-sgi-irix5* xfail for not gcc compiled.
18149 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18150 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18151 "p top", "whatis top", "p middle", and "whatis middle".
18152 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18153 "whatis signed char" for not gcc compiled.
18154 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18155 "set variable signed char=-1 (-1)" and
18156 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18157 * gdb.base/funcargs.exp (float_and_integral_args):
18158 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18159 Add mips-sgi-irix* xfail when not gcc compiled for
18160 "continue to call2b".
18161 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18162 "continue to call2g".
18163 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18164 "backtrace from call6a"
18165 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18166 "backtrace from call7k".
18167 Add mips-sgi-irix5* xfail when not gcc compiled for
18168 "backtrace from call7a".
18169 (localvars_after_alloca): Fix gdb_test cmds for
18170 "print * after runto ...".
18171 Remove rs6000-*-* xfails for
18172 "print i after runto localvars_after_alloca" and
18173 "print l after runto localvars_after_alloca"
18174 for all compilers.
18175 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18176 when not compiled with gcc, for:
18177 "print signed char == (minus)",
18178 "print signed char != (minus)",
18179 "print signed char < (minus)",
18180 "print signed char > (minus)".
18181 * gdb.base/callfuncs.exp (do_function_calls):
18182 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18183 "call inferior func with struct - returns char *".
d63a86f8 18184 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18185 "correct value returned double test" to include Solaris 2.4.
18186 * gdb.base/funcargs.exp (float_and_integral_args):
18187 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18188
c906108c
SS
18189Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18190
18191 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18192 enumeration bitfields if compiling with GNU C.
18193 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18194 to empty' prompt.
18195
18196Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18197
18198 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18199 test for PRO targets.
18200
18201 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18202 breakpoints in the inferior at any given time by making
18203 two groups of breakpoints for call2*, call6* and call7*
18204 tests.
18205
18206Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18207
18208 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18209 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18210 from optimizing it away.
18211 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18212 "call inferior func with struct".
18213
18214Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18215
18216 * configure.in: Only configure gdb.chill for particular targets.
18217
18218Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18219
18220 * gdb.base/Makefile.in: Add action to .c.o transformation
18221 rule that generates a .ci file for each .o file and remove
18222 explicit .c.o rules except for callfuncs.o.
18223 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18224 generates a .ci file for each .o file and remove explicit
18225 .cc.o rules.
18226 (clean): Remove *.tmp *.ci files.
18227 (EXECUTABLES): Remove templ-info.exp.
18228 * gdb.base/compiler.c: New file.
18229 * gdb.c++/compiler.cc: New file
18230 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18231 Change rs6000-*-* xfail for
18232 "print 'scope0.c'::filelocal_ro" and
18233 "print 'scope1.c'::filelocal" and
18234 "print 'scope1.c'::filelocal_bss" and
18235 "print 'scope1.c'::filelocal_ro" and
18236 "print 'scope1.c'::foo::funclocal" and
18237 "print 'scope1.c'::foo::funclocal_ro" and
18238 "print 'scope1.c'::bar::funclocal" and
18239 "print 'scope0.c'::filelocal_ro" and
18240 "print 'scope1.c'::filelocal at foo" and
18241 "print 'scope1.c'::filelocal_bss at foo" and
18242 "print 'scope1.c'::filelocal_ro at foo" and
18243 "print 'scope1.c'::foo::funclocal at foo" and
18244 "print 'scope1.c'::foo::funclocal_bss at foo" and
18245 "print 'scope1.c'::foo::funclocal_ro at foo" and
18246 "print 'scope1.c'::bar::funclocal at foo" and
18247 "print 'scope0.c'::filelocal_ro" and
18248 "print 'scope1.c'::filelocal" and
18249 "print 'scope1.c'::filelocal_bss" and
18250 "print 'scope1.c'::filelocal_ro" and
18251 "print 'scope1.c'::foo::funclocal" and
18252 "print 'scope1.c'::foo::funclocal_bss" and
18253 "print 'scope1.c'::foo::funclocal_ro" and
18254 "print 'scope1.c'::bar::funclocal" and
18255 "print 'scope1.c'::bar::funclocal_bss"
18256 to only be xfail'd when not compiled with gcc.
d63a86f8 18257 Add rs6000-*-* xfail for
c906108c
SS
18258 "print 'scope0.c'::filelocal_bss before run"
18259 when compiled with gcc.
18260 (test_at_main): Add rs6000-*-* xfail for
18261 "print filelocal_ro in test_at_main"
18262 when compiled with gcc.
18263 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18264 Add rs6000-*-aix* xfail for
c906108c
SS
18265 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18266 "ptype t_char_array", not compiled with gcc.
18267 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18268 xfail for "list foo (in include file)" when gcc compiled.
18269 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18270 (integral_args): Add rs6000-*-* xfail for
18271 "run to call0a" if not compiled with gcc.
18272 (unsigned_integral_args): Add rs6000-*-* xfail for
18273 "run to call1a" if not compiled with gcc.
18274 (float_and_integral_args): Add rs6000-*-* xfail for
18275 "run to call2a" if not compiled with gcc and for
18276 "continue to call2b" for any compiler.
18277 Add rs6000-*-* xfail to
18278 "print f1 after run to call2a" for gcc compiled.
18279 (discard_and_shuffle): Add rs6000-*-* xfail for
18280 "run to call6a".
18281 (shuffle_round_robin): Add rs6000-*-* xfail for
18282 "backtrace from call7a" if not compiled with gcc.
18283 Add rs6000-*-* xfail for
18284 "backtrace from call7b" if compiled with gcc.
18285 (call_after_alloca): Add rs6000-*-* xfail for
18286 "print c in call_after_alloca" and
18287 "print s in call_after_alloca" and
18288 "backtrace from call_after_alloca_subr"
18289 if not compiled with gcc.
18290 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18291 "print c in localvars_in_indirect_call" and
18292 "print c in localvars_in_indirect_call" and
18293 "backtrace in indirectly called function" and
18294 "stepping into indirectly called function"
18295 if not compiled with gcc.
18296 (localvars_after_alloca): Add rs6000-*-* xfail for
18297 "print c after runto localvars_after_alloca" and
18298 "print s after runto localvars_after_alloca" and
18299 "print i after runto localvars_after_alloca" and
18300 "print l after runto localvars_after_alloca"
18301 for all compilers.
18302 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18303 than whatis-info.exp.
18304 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18305 than opaque-info.exp.
18306 Setup rs6000-*-* xfail for
d63a86f8 18307 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18308 "ptype on opaque struct pointer (dynamically)" when
18309 not compiled with gcc.
18310 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18311 rather than callf-info.exp.
18312 (do_function_calls): Add clear_xfail for rs6000-*-* for
18313 "p t_float_values2(3.14159,float_val2)". Seems to work
18314 fine there, both with xlc and gcc. Need to find out what
18315 it is doing right and fix other platforms.
18316 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18317 "call inferior func with struct - returns int",
18318 "call inferior func with struct - returns long",
18319 "call inferior func with struct - returns float",
18320 "call inferior func with struct - returns double",
18321 "call inferior func with struct - returns char *",
18322 but only if not gcc compiled (presumes xlc compiled).
18323 Change rs6000-*-* xfails for
18324 "call inferior func with struct - returns char" and
18325 " call inferior func with struct - returns short" to only
18326 xfail if not using gcc.
18327 (clean mostlyclean): Remove *.ci and *.tmp files.
18328 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18329 than templ-info.exp.
18330 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18331 Add rs6000-*-* xfail for "up to foo in langs.exp"
18332 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18333 when not gcc compiled.
d63a86f8 18334
c906108c
SS
18335Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18336
18337 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18338 * gdb.base/corefile.exp: Likewise.
18339 * gdb.base/list.exp: Likewise.
18340 * gdb.base/scope.exp: Likewise.
18341 * gdb.base/siganls.exp: Likewise.
18342
18343 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18344 compiler output.
18345 * gdb.base/whatis.exp: Likewise.
18346
18347Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18348
18349 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18350 failure (opcode table has been fixed to match reality).
18351
18352Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18353
18354 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18355 "call inferior func with struct - returns char",
18356 "call inferior func with struct - returns short"
18357
18358 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18359 "print 'scope0.c'::filelocal at main",
18360 "print 'scope0.c'::filelocal_bss in test_at_main",
18361 "print 'scope0.c'::filelocal at foo",
18362 "print 'scope0.c'::filelocal_bss in test_at_foo",
18363 "print 'scope0.c'::filelocal at bar",
18364 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 18365
c906108c
SS
18366 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18367 in source file 1". This bug seems to have been fixed with both
18368 gcc and native cc (was native assembler bug?).
18369
18370Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18371
18372 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18373 "backtrace through signal handler" to "i*86-*-sysv4*".
18374 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18375 continue" case. Add "known SVR4 bug" to fail message.
18376 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18377 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18378 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18379 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18380 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18381 "up to foo in langs.exp", "show language at foo in
18382 langs.exp", "up to cppsub_ in langs.exp", "show
18383 language at cppsub_ in langs.exp", "up to fsub in
18384 langs.exp", and "show language at fsub in langs.exp".
18385 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18386 "bactrace in corefile.exp".
18387 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18388 "call inferior function with struct - returns float" and
18389 "call inferior function with struct - returns double".
d63a86f8 18390
c906108c
SS
18391Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18392
18393 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18394 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18395 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18396 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18397
18398Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18399
18400 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18401 (or overriden) "CHILL" macro rather then bare "gcc".
18402 Also look for ../../gcc/xgcc since that is what we will
18403 actually need, not "Makefile". Remove following assignment
18404 of CHILL to CHILL_FOR_TARGET because that results in
18405 recursive definition.
18406
18407Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18408
18409 * gdb.base/corefile.exp: Change xfail for backtrace in
18410 corefile.exp from linuxaout to all linux.
18411 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18412 cases where we miss the breakpoint at the signal handler
18413 for some reason. Setup xfail for linuxoldld/linuxaout and
18414 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18415 hitting SIGURG breakpoint.
18416 * gdb.base/signals.exp: Setup xfail for "next" acting like
18417 continue to add linuxoldld. Setup xfail for all linux for
18418 "next to handler in signals_tests_1", "backtrace in
18419 signals_tests_1", "continue to func1", "pass SIGUSR1",
18420 and continue to handler".
18421
18422Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18423
18424 * Update all FSF addresses except those in COPYING* files.
18425
18426Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18427
18428 * gdb.base/a2-run.exp: Change messages to be more explicit about
18429 the status of args, and quote binfile in results.
18430
18431Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18432
18433 * gdb.base/callfuncs.exp: Add tests for passing structs to
18434 inferior functions and return various types.
18435 * gdb.base/callfuncs.c: Add functions to receive a struct
18436 and return a member of the struct, in various types.
18437
18438Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18439
18440 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18441
18442Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18443
18444 * config/vxworks29k.exp: New file, sources vxworks.exp.
18445
18446Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18447
18448 * config/gdbremote.exp: New file. Testing framework using
18449 gdbserver.
18450
18451Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18452
18453 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18454 "call function when asleep" and "send end of file".
18455 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18456 for "backtrace in corefile.exp".
18457 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18458 for "backtrace through signal handler".
18459 * gdb.base/corefile.exp: Make sure we actually generate a core file
18460 before trying the core tests. Some systems allow the user to suppress
18461 generation of core files and default to that (linux for example).
18462 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18463 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18464
18465Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18466
18467 * gdb.threads: New directory with some crude multi-threaded
18468 gdb tests (step.exp and step2.exp).
18469 * config/mt-lynx (STEP_EXECUTABLE): Define.
18470 (THREADFLAGS): Define.
18471
18472Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18473
18474 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18475
18476 * gdb.base/signals.exp: Disable whole file for lynx until
18477 further notice.
18478
18479 * gdb.base/signals.exp: xfail test where "next" acts like
18480 "continue" for lynx.
18481
18482 * gdb.base/interrupt.exp: xfail test for calling function while
18483 inferior is asleep for lynx.
18484
18485 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18486 than one cr-lf after each command.
18487
18488Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18489
18490 * configure.in: Reinstate setting of stabsdirs variable, fix
18491 typo in setting up configdirs for native builds.
18492
18493 * gdb.base/return.exp: Fix typo in return double test.
18494 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18495 compiler from optimizing them away.
18496
18497Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18498
18499 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18500 sequences to be echo'd by gdb when using gdb_test.
18501 * gdb.chill/chexp.exp: Likewise.
18502 * gdb.fortran/exprs.exp: Likewise
18503
18504Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18505
18506 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18507 after the inferior gdb has started.
18508
18509 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18510 after each command.
18511 * gdb.base/funcargs.exp: Likewise.
18512 * gdb.base/gdbvars.exp: Likewise.
18513 * gdb.base/interrupt.exp: Likewise.
18514 * gdb.base/list.exp: Likewise.
18515 * gdb.base/watchpoint.exp: Likewise.
18516 * gdb.c++/demangle.exp: Likewise.
18517 * gdb.c++/inherit.exp: Likewise.
18518 * gdb.chill/chexp.exp: Likewise.
18519 * gdb.fortran/exprs.exp: Likewise.
18520
18521 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18522 test if we can't handle IO to/from the inferior.
18523
18524 * gdb.c++/misc.exp: Always check for a program already being
18525 started after sending a "run" command to gdb.
18526
18527 * gdb.base/twice.exp: Start with a fresh gdb.
18528
18529 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18530 only depend on gdb's expression code, not the chill runtime.
18531
18532 * gdb.base/return.c: Put return values into variables so we
18533 can have gdb print them rather than depending on the program
18534 to print them.
18535 * gdb.base/return.exp: Corresponding changes.
18536
18537 * lib/gdb.exp: Provide default value for noinferiorio.
18538 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18539 the inferior.
18540
18541 * gdb.base/break.exp: Always check for a program already being
18542 started after sending a "run" command to gdb.
18543 (text_next_with_recursion): Don't check the output from the
18544 program's printf statement. Instead just make sure the program
18545 exited.
18546
18547 * gdb.base/commands.exp: Protect tests which need arguments with
18548 $noargs conditionals.
18549
18550Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18551
18552 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18553 of structure member arrays to match gdb/valops.c:value_addr change.
18554
18555Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18556
18557 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18558 cases.
18559
18560Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18561
18562 * configure.in (configdirs): Remove gdb.chill from default list
18563 of subdirs and then add it back in only if doing a native build.
18564 The current chill compiler does not yet work in any cross build.
18565 * Revert all signal changes from Jul 6.
18566 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18567 for sh-hms targets, allowing these tests to link, with no other
18568 changes. Testing is suppressed by setting "nosignals" in site.exp.
18569
18570Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18571
18572 * configure.in (signaldirs): Define and add to configdirs for all
18573 targets except some specific ones that are known to not support signals.
18574 Also clean up formatting.
18575 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18576 (signals, sigall): Remove rules to build.
18577 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18578 Moved to new gdb.signals directory.
18579 * gdb.signals: New test directory.
18580 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18581 signals.c signals.exp}: New or moved files.
18582
18583Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18584
18585 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18586
18587Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18588
18589 * gdb.base/return.exp: Xfail `return double' test failure
18590 on at least Solaris 2.3 and handle future/past versions on
18591 a case by case basis as appropriate. Also update message
18592 to include i*86 failures.
18593
18594Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18595
18596 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18597
18598 * lib/gdb.exp: Fix comment which erroneously identified
18599 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18600 gdb_file_cmd not gdb_load).
18601 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18602
18603 * gdb.base/setvar.exp: Make test names consistent between pass and
18604 fail cases. Use gdb_test more.
18605
18606Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18607
18608 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18609
18610Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18611
18612 * gdb.base/help.exp: Fix expected help string for `show commands'.
18613
18614Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18615
18616 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18617
18618 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18619 of a text section.
18620
18621Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18622
18623 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18624 that loop eventually terminates. Fix Connection refused logic so
18625 that testsuite will expire nicely.
18626
18627Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18628
18629 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18630 config/rom68k.exp: New tcl glue for the appropriate monitors.
18631 These all just end up calling monitor.exp.
18632 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18633 refused' by retrying. Cleanup some timeout issues.
18634 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18635 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18636 callers don't have to set/restore global timeout variable.
18637
18638 * The following set of changes centralizes management of the global
18639 timeout variable. This way, it can be set in one target dependent
18640 place instead of dozens of places scattered throughout the test suite.
18641 If you need to lengthen a timeout, then you should either set timeout
18642 in one of the config/{target}.exp files, or multiply it by a factor.
18643 Setting it to an absolute value is always going to lose for some
18644 targets.
18645 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18646 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
18647 * gdb.base/funcargs.exp: Don't set timeout.
18648 * gdb.base/list.exp (test_forward_search): Only use local timeout.
18649 * gdb.base/printcmds.exp (test_print_string_constants
18650 test_print_array_constants): Don't set timeout.
18651 * gdb.base/ptype.exp: Don't set timeout.
18652 * gdb.base/recurse.exp: Don't set timeout.
18653 * gdb.base/return.exp: Don't set timeout.
18654 * gdb.base/watchpoint.exp: Don't set timeout.
18655 * gdb.c++/classes.exp (do_tests): Don't set timeout.
18656 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
18657
18658Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
18659
18660 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
18661
18662Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18663
18664 * lib/gdb.exp: Disable chill tests for irix5.
18665
18666Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18667
18668 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
18669 each test pass or fail.
18670
18671Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18672
18673 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
18674 xlc not gcc.
18675
18676Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
18677
18678 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
18679
18680Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
18681
18682 * config/est.exp: Fix copyright and comments. Remove dead code.
18683 Use targetname, serialport and baud variables instead of fixed
18684 constants.
18685 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
18686 * config/cpu32bug.exp: New file to support cpu32bug monitors.
18687
18688Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18689
18690 * gdb.base/watchpoint.exp: Don't run
18691 test_watchpoint_triggered_in_syscall for sunos.
18692
18693Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18694
18695 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
18696 they don't seem to exist. Do include stdio.h.
18697
18698Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18699
18700 * gdb.base/a1-selftest.exp: Add alpha xfail.
18701
18702Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18703
18704 * gdb.base/watchpoint.c (main): Prompt before calling read().
18705 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
18706 Revise accordingly. Remove cruft about sending "123" several
18707 times, until it gets noticed. Clean up the "print buf[0]" stuff
18708 so that it passes or fails, and waits for prompts in the usual way.
18709
18710Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18711
18712 * gdb.base/recurse.exp: Fix comment.
18713
18714 * TODO: Remove item about printing variables in nodebug.exp. Add
18715 item about enabling tests which are only run on some targets.
18716
18717 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
18718 fail, make test names unique, use new gdb_test convention
18719 regarding pattern, use gdb_test more, etc.).
18720
18721 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
18722 fail, make test names unique, etc.).
18723
18724Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18725
18726 * gdb.base/nodebug.c: Change return type of top and middle to
18727 short.
18728 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
18729 are fixed by the recent mdebugread.c changes. Allow `short ()'
18730 as type for top and middle.
18731
18732Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18733
18734 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
18735 nearly as I can tell, the whole thing was an accident in Stu's
18736 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
18737 to replace a send/expect pair with gdb_test, but ended up only
18738 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
18739 of 30 Mar 1995 took care of it, but left this vestigial comment
18740 which I am now nuking.
18741
18742Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18743
18744 * gdb.base/break.exp: Look for different line number for
18745 breakpoint at main depending on usestubs.
18746
18747Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18748
18749 * gdb.base/list.exp: Adjust some alternate expect patterns to
18750 match recent list0.c change. Add alternate expect pattern for
18751 output from `list default lines around main' for optimizing
18752 compilers.
18753
18754Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18755
18756 * lib/gdb.exp: If nosignals is not set, set it to 0.
18757
18758Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
18759
18760 * config/slite-gdb.exp: Responds to load symbol table prompt.
18761 * gdb.base/break.exp: Adjust line number, fix rerun.
18762 * gdb.base/langs0.c: Add #ifdef usestubs.
18763
18764Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
18765
18766 * gdb.base/list.exp: Adjust line contents after adding new lines in
18767 list0.c. Also fix a syntax error.
18768
18769 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
18770 * gdb.base/break.exp: ditto.
18771 * gdb.base/list.exp: ditto.
18772 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
18773 * gdb.base/run.c: ditto.
18774 * gdb.base/list0.c: ditto.
18775 * gdb.base/funcargs.c: ditto.
18776
18777Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
18778
18779 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
18780 $targetname, $serialport and $baud instead of hardwired variables.
18781 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
18782 target doesn't support signals.
18783
18784Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
18785
18786 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
18787
18788Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18789
18790 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
18791 Don't rely on the value of an auto variable before it has been
18792 initialized. Use gdb_test more.
18793
18794Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18795
18796 * lib/gdb.exp (default_gdb_version): A version number must start
18797 with a digit, but other than that contains all characters up to
18798 the first whitespace character.
18799
18800Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18801
18802 * gdb.base/commands.exp (breakpoint_command_test): New tests.
18803
18804Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18805
18806 * gdb.c++/*.exp: Warn if executable does not exist. The original
18807 reason for skipping the warning was that configure.in sometimes
18808 intentionally skipped building the executables but the tcl code
18809 had no way of knowing. That (a) was always bogus with respect to
18810 error handling, (b) is no longer true (right now there is no way
18811 to skip C++ tests).
18812
18813 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
18814
18815Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18816
18817 * gdb.base/list.exp: Add expect patterns for output from
18818 SunPRO compiled executables.
18819 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
18820 types.
18821
18822Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18823
18824 * gdb.base/break.exp (test_next_with_recursion): Accept any line
18825 number (we are already testing that the correct source line text
18826 gets printed).
18827
18828 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
18829 that is what is intended, but something needed to be done to get
18830 sunos4 native working again.
18831
18832 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
18833
18834 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
18835 apparently went with a (very) old xfail.
18836
18837Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
18838
18839 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
18840 runto_main is a proc in gdb.exp that will do 'step' for target use
18841 stubs.
18842 * gdb.base/exprs.exp: ditto.
18843 * gdb.base/interrupt.exp: ditto.
18844 * gdb.base/opaque.exp: ditto.
18845 * gdb.base/printcmds.exp: ditto.
18846 * gdb.base/ptype.exp: ditto.
18847 * gdb.base/scope.exp: ditto.
18848 * gdb.base/setvar.exp: ditto.
18849 * gdb.base/signals.exp: ditto.
18850 * gdb.base/twice.exp: ditto.
18851 * gdb.c++/classes.exp: ditto.
18852 * gdb.c++/inherit.exp: ditto.
18853 * gdb.c++/templates.exp: ditto.
18854 * gdb.base/break.exp: no run and hit main for stubs. Change line
18855 numbers for breakpoints and info breakpoint.
18856 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
18857 breakpoint().
18858 * gdb.base/callfuncs.c: ditto.
18859 * gdb.base/exprs: ditto.
18860 * gdb.base/interrupt.c: ditto.
18861 * gdb.base/opaque0.c: ditto.
18862 * gdb.base/printcmds.c: ditto.
18863 * gdb.base/ptype.c: ditto.
18864 * gdb.base/scope0.c: ditto.
18865 * gdb.base/setvar.c: ditto.
18866 * gdb.base/signals.c: ditto.
18867 * gdb.base/twice.c: ditto.
18868 * gdb.c++/misc.cc: ditto.
18869 * gdb.c++/templates.cc: ditto.
18870
18871Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18872
18873 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
18874
18875 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
18876 somewhere between `read' and `main.c'. I'm pretty sure the
18877 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
18878 and it isn't particularly useful.
18879
18880 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
18881
18882Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18883
18884 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
18885
18886Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
18887
18888 * config/mt-slite: add LIBS and -nostdlib.
18889 * config/slite-gdb.exp: add this new file to support sparclite target.
18890
18891Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
18892
18893 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
18894
18895 * gdb.base/a2-run.exp: Change argument to istarget from
18896 "*-*-vxworks" to "*-*-vxworks*".
18897 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
18898
18899Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
18900
18901 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
18902 will not runto main but do a 'step' to step out of breakpoint().
18903 * config/mt-slite: add -Dusestubs.
18904
18905Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18906
18907 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
18908 instead of just @.
18909
18910 * gdb.base/signals.exp: Add test for "handle all print".
18911 * TODO: Remove "handle all print". Also remove item about
18912 checking copyright date (I don't like the idea of a spurious FAIL
18913 based on when we run the tests).
18914
18915 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
18916 for SunOS4 (reason for failure not investigated). Remove
18917 redundant test for $binfile.
18918
18919 * gdb.base/nodebug.c (array_index): Call malloc.
18920
18921 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
18922
18923Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
18924
18925 * gdb.base/recurse.exp: Update gdb_test invocation to use new
18926 conventions and slightly simplify the matching regexp.
18927
18928Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18929
18930 * gdb.base/break.exp: Update gdb_test invocation to use new
18931 convention.
18932
18933 * lib/gdb.exp: If noargs is not set, set it to 0.
18934
18935 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
18936 tests unique.
18937
18938 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
18939
18940Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18941
18942 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
18943 one argument of type "<non-float parameter>".
18944
18945Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
18946
18947 * config/rom68k.exp: New file to support Motorola IDP board.
18948 * gdb.base/a2-run.exp: Skip this file if noargs is set.
18949 * gdb.base/break.c: Change things around so that this program
18950 doesn't depend upon args. This is necessary to make remote
18951 targets work (in general, they can't take args).
18952 * gdb.base/break.exp: Don't try to send args to program. Don't
18953 expect output. Also, replace lots of code with gdb_test.
18954
18955Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18956
18957 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
18958 printing of '\'' (which is what the comment says we are testing,
18959 even though we were not), not '''.
18960 (test_integer_literals_rejected): Test that printing ''' is an error.
18961
18962 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
18963 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
18964 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
18965 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
18966 Use gdb_test not test_print_accept.
18967 * lib/gdb.exp: Remove test_print_accept.
18968
18969 * gdb.base/signals.exp (signal_tests_1): Make pass message
18970 consistent with fail message.
18971
18972 * gdb.base/whatis.exp: Remove xfails for printing char vs.
18973 unsigned char; the bug (PR 1821) is fixed.
18974
18975 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
18976
18977 * gdb.base/scope.exp (test_at_localscopes): Call pass for
18978 successful tests--makes xfailing them work right.
18979
18980Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18981
18982 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
18983 only \r\n, not .*. The test can pass .* as the last thing in
18984 $pattern if that is what it wants. In addition to providing this
18985 flexibility, this change should speed up pattern matching in cases
18986 where the pattern already ended with .* (there were a number of
18987 them). This change also helps catch bad patterns--in the old
18988 scheme the typo "char \*" instead of "char \\*" would pass. Now
18989 it is caught.
18990 * Many .exp files: Update callers.
18991
18992 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
18993 clearer and does not spuriously match multiple ('s. Likewise for
18994 ) and *.
18995
18996 * gdb.base/nodebug.exp: Test ability to call a function and pass
18997 it a string (even with no debugging info).
18998
18999 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19000 "p '\'", which is the same as "p ''" once tcl gets done with
19001 quoting, to "p '\\'", which I suspect is what is intended (one
19002 backslash gets sent to GDB).
19003
19004 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19005
19006Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19007
19008 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19009 1817) was fixed literally years ago.
19010
19011Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19012
19013 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19014 test, it causes stepping out of call_after_alloca_subr with
19015 optimizing compilers.
19016 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19017 fails.
19018
19019 * gdb.c++/templates.exp: Source templ-info.exp only if
19020 the templates executable exists.
19021
19022 * gdb.c++/misc.cc (class Contains_static_instance,
19023 class Contains_nested_static_instance),
19024 gdb.c++/classes.exp (test_static_members): Test printing of
19025 a class that contains a static instance of the class.
19026
19027Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19028
19029 * gdb.base/langs2.c (cppsub_): Don't prototype.
19030 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19031 only, I believe).
19032
19033Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19034
19035 * lib/gdb.exp (skip_chill_tests): New procedure.
19036
19037 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19038
19039Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19040
19041 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19042 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19043
19044Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19045
19046 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19047
19048 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19049 disassemble 8, not 16, instructions for part 4.
19050
19051 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19052 support the latter anymore.
19053
19054 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19055 -DNO_PROTOTYPES.
19056 * gdb.base/callfuncs.c: Control use of prototypes based on
19057 NO_PROTOTYPES, not __STDC__.
19058 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19059 t_float_values2 tests if prototypes in use.
19060
19061 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19062 t_double_values): When checking differences against DELTA, check
19063 that difference is within the range (-DELTA,DELTA), not just
19064 (-infinity,DELTA).
19065
19066Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19067
19068 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19069 'file' command firts, then 'target', then 'load', this is due to gdb
19070 target set up.
19071 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19072
19073Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19074
19075 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19076 FP load/store variants.
19077 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19078
19079Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19080
19081 * gdb.base/term.exp: Do not give a warning if not native, it is
19082 not an abnormal condition.
19083
19084Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19085
19086 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19087 t_char_array".
19088
19089Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19090
19091 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19092 are getting the version number.
19093
19094 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19095 if not native, it is not an abnormal condition.
19096
19097Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19098
19099 * lib/gdb.exp: Just use "file exists", rather than undocumented
19100 dejagnu procedure "findfile".
19101
19102Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19103
19104 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19105 (LDFLAGS): Set to -Xlinker -Ur.
19106
19107 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19108 Removed, these values are set by lib/gdb.exp.
19109
19110 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19111
19112Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19113
19114 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19115 of replicating gdb startup code.
19116
19117 * config/mt-vxworks (LDFLAGS): Set to -r.
19118 (CFLAGS_FOR_TARGET): Removed.
19119
19120 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19121 (gdb) and gdb for vxworks uses (vxgdb).
19122
19123 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19124 executable is not in the tree and host != target, use sed and
19125 program_transform_name to determine the gdb name used by the
19126 target.
19127
19128 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19129 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19130
19131Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19132
19133 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19134 floats, chars, and shorts where there are ANSI-style function
19135 definitions.
19136
19137 * gdb.base/langs.exp, gdb.base/langs*: New test.
19138 * gdb.base/Makefile.in: Build it.
19139 * TODO: Remove item about checking that C names don't get C++
19140 demangling applied; this test tests it.
19141
19142Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19143
19144 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19145 went with the const70 xfail. The xfail went away a year ago.
19146
19147 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19148
19149 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19150 for hp300.
19151
19152 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19153
19154 * gdb.base/a1-selftest.exp: Don't run on hp300.
19155
19156Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19157
19158 * Makefile.in (site.exp): Set host_alias and target_alias as well
19159 as host_triplet and target_triplet.
19160
19161Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19162
19163 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19164
19165 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19166 places as other ecoff systems).
19167
19168 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19169 ultrix.
19170
19171Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19172
19173 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19174 remove them.
19175 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19176 variable and "variable" in addition to "data variable".
19177 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19178
19179 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19180 2.
19181 * gdb.base/list1.c (long_line): Add additional statement at start
19182 of function.
19183 * gdb.base/list.exp (test_forward_search): Update line number to
19184 reflect new statement.
19185
19186Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19187
19188 * gdb.base/signals.exp: Reinitialize searched source directories
19189 after gdb_start call.
19190
19191Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19192
19193 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19194 * gdb.stabs/Makefile.in: Likewise.
19195
19196 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19197 change. Instead split the tests into smaller pieces.
19198 * gdb.disasm/hppa.s: Corresponding changes.
19199
19200Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19201
19202 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19203 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19204
19205 * gdb.base/funcargs.exp: Modify many tests so that every test
19206 either passes or fails. Make some test names unique.
19207
19208Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19209
19210 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19211 Call stty to set interrupt character.
19212
19213 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19214 for HP assembler versus GNU assembler based on actual behavior of
19215 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19216
19217 * TODO: Suggest a few more stepping tests.
19218
19219Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19220
19221 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19222 restart GDB for h8300 after a continue.
19223 (return): Add pattern to match a29k-udi behavior.
19224 * gdb.base/nodebug.exp: Remove obsolete comment.
19225 * gdb.base/regs.exp: New file, testing of register displays.
19226 * gdb.base/return.exp: Fix typo in reference to $objdir.
19227 * gdb.base/whatis.exp: Always start with a fresh GDB.
19228
19229Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19230
19231 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19232 higher, these tests generate a lot of output.
19233
19234Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19235
19236 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19237 code following the catch silently ignored some errors; without the
19238 catch they should be thrown like any other tcl error. Also, the
19239 catch used "" instead of {} which meant all the callers who wanted
19240 to include one of the characters "[]$ had to quote it an extra time.
19241 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19242 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19243 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19244 Remove extra quoting.
19245
19246Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19247
19248 * gdb.base/commands.exp: Make test names unique; every test either
19249 passes or fails. Update some comments.
19250
19251 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19252
19253Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19254
19255 The following fixes a FAIL caused by the fact that the alpha stabs
19256 configuration didn't use the ".if alpha" code in weird.def.
19257 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19258 bit pointer, so the 32 bit version works even on the alpha.
19259 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19260 Remove the stuff which allowed us to have separate versions for
19261 alpha and everything else.
19262
19263 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19264 regexp which "info func operator\[\](" is supposed to match. Fix
19265 string to send to GDB. Note that GDB still doesn't work right. Add a
19266 new test for "info func .perator\[\](" which GDB does handle correctly.
19267
19268 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19269
19270Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19271
19272 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19273 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19274 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19275 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19276 it makes the tests harder to understand and confuses test-o-matic.
19277 The preferred style is that each test provides a PASS or a FAIL,
19278 and has a unique message (e.g. "continue #54" not just "continue")
19279 which is the same for the pass and the fail.
19280 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19281 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19282 to lib/gdb.exp.
19283 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19284 prt_accept which was basically the same thing. Likewise for
19285 test_print_reject and prt_reject.
19286 * lib/gdb.exp (test_print_reject): Add some more error message
19287 patterns to match from the former printcmds.exp (prt_reject).
19288 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19289 One defect of the passcount stuff is that some of it failed to
19290 report XPASS where appropriate.
19291 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19292 stuff before and after arg in expected pattern.
19293 (test_paddr_operator_functions): Re-do test without print_addr_of;
19294 this is the only test which seems to want extra stuff there.
19295
19296Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19297
19298 * gdb.base/nodebug.exp: Update new tests to reflect improved
19299 wording of gdb output.
19300
19301 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19302 and "ptype" work on variables in files compiled without -g.
19303 Replaces commented out "maint print msymbol" tests.
19304
19305Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19306
19307 * gdb.base/setvar.c (dummy): Call malloc.
19308
19309 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19310 losing with the irix4 sed.
19311
19312 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19313 ALRM" on irix4.
19314
19315Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19316
19317 * TODO: Remove items about corefile.exp testing new exec-file and
19318 backtrace; both are now done. Add items about printing enums.
19319
19320Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19321
19322 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19323 "get signal $thissig" test fails.
19324
19325 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19326
19327Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19328
19329 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19330 compiler warning with dec alpha compiler.
19331
19332 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19333 extra \n from gdb_test call (this explains why the prompt test
19334 that I removed yesterday was there).
19335 (user_defined_command_test): Remove extra \n and prompt test.
19336
19337 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19338 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19339 doesn't exist.
19340 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19341 Also remove alpha workaround, which turns out to be because
19342 SIGABRT == SIGLOST.
19343
19344 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19345
19346 * gdb.base/help.exp: Don't test "help show".
19347
19348Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19349
19350 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19351 "set print address" is on.
19352 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19353 pass prompt to gdb_test; gdb_test already looks for the prompt.
19354
19355 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19356
19357 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19358 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19359 was to make sure that gdb can read a core file. But (a) the "read
19360 the corefile" part didn't make it to a1-selftest.exp, we just
19361 delete the corefile after creating it, and (b) we test reading
19362 corefiles in corefile.exp anyway. Also, this test left around a
19363 xgdb process on Solaris.
19364
19365 * gdb.base/corefile.exp: Also test backtrace.
19366
19367Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19368
19369 * gdb.base/commands.exp: Test a simple user defined command with
19370 arguments and if/while statements; verify the full user command is
19371 printed by "show user".
19372
19373 * gdb.base/commands.exp: Test if/while commands as part of a
19374 breakpoint command list; verify they appear in breakpoint
19375 information.
19376
19377Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19378
19379 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19380 than by dividing by zero.
19381
19382Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19383
19384 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19385 performing an inferior call with watchpoints enabled.
19386 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19387 call.
19388
19389Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19390
19391 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19392 of "file" command.
19393
19394 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19395 Add additional pattern for when "int operator int(void);" appears
19396 in a different order.
19397
19398Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19399
19400 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19401
19402 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19403 and "signal" with ".*".
19404
19405Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19406
19407 * TODO: Add note about "handle all nostop".
19408
19409 * gdb.base/{sigall.c, sigall.exp}: New test.
19410 * gdb.base/Makefile.in: Add it.
19411
19412Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19413
19414 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19415 when invoking GDB, suppresses any windowing interface.
19416
19417Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19418
19419 * config/sim-gdb: New file, simulator testing support.
19420
19421Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19422
19423 * gdb.base/interrupt.exp: Test calling func1 twice.
19424
19425Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19426
19427 * gdb.base/list.exp (test_forward_search): Set timeout higher
19428 when we'll be getting lots of output from gdb.
19429
19430 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19431 "init_malloc" to after the expect statement. Run it if that
19432 regexp is taken, but also for two others which happen if source
19433 cannot be found.
19434
19435Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19436
19437 * gdb.base/printcmds.exp: New test, for printing register before
19438 program is running.
19439
19440Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19441
19442 * gdb.base/list.exp: Correct some alternate expect patterns
19443 to reflect changes in list1.c.
19444
19445Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19446
19447 * TODO: Add item regarding large frames.
19448
19449 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19450
19451 * TODO: Remove item about enabling return.exp; it
19452 is enabled. Suggest a few more "return" tests.
19453
19454Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19455
19456 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19457 anonymous unions.
19458
19459Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19460
19461 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19462 and pr-5646.o, so "make" is the same as "make all", not "make
19463 pr-4975.o".
19464
19465Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19466
19467 * gdb.base/list.exp: Adjust expectations to reflect changes in
19468 list1.c.
19469 (test_forward_search): New test proc.
19470 * gdb.base/list1.c (long_line): New function, has long source line.
19471
19472Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19473
19474 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19475 additional line of code that was added.
19476
19477Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19478
19479 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19480 tests so as not to overflow expect's input buffers.
19481 * gdb.disasm/hppa.exp: Corresponding changes.
19482
19483Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19484
19485 Beginnings of template debugging tests.
19486 * gdb.c++/templ-info.cc: New file to test for template
19487 debugging capability of the compiler.
19488 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19489 templ-info.cc.
19490 * gdb.c++/templates.cc: Add explicit template instantiations
19491 to enable compiling with -fno-implicit-templates. Add destructor
19492 and 'value' method to T5 class for template tests.
19493 * gdb.c++/templates.exp: Add testcases for printing of template
19494 types, setting breakpoints on template methods and calling a
d63a86f8 19495 template method.
c906108c
SS
19496
19497Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19498
19499 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19500 branch target since some assemblers (gas-2.5) may emit a
19501 relocation for the branch instead of resolving it in the
19502 assembler.
19503
19504Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19505
19506 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19507 through signal handler.
19508
19509Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19510
19511 * configure.in (*-*-netware): Use config/mt-netware.
19512
19513 * config/mt-netware: New file.
19514 * config/mt-i386-netware: Removed, separate configs for different
19515 netware architectures are no longer needed now that we have
19516 --with-headers.
19517
19518Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19519
19520 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19521 by the recent changes to use ANSI C arithmetic conversions.
19522
19523Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19524
19525 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19526 bug involving using inferior_pid to figure out whether to select a
19527 frame.
19528
19529Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19530
19531 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19532 match the current disassembler output.
19533
19534Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19535
19536 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19537 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19538 types, expect "int" as type of integer values (for now).
19539
19540Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19541
19542 * gdb.base/commands.exp: New tests for if/while commands.
19543
19544Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19545
19546 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19547 by .*, since hex values have different syntax in Chill mode.
19548
19549Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19550
19551 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19552 linefeed from expect pattern for repeated types with indices > 9.
19553
19554Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19555
19556 First part of Fortran test suite.
19557 * gdb.fortran: New directory.
19558 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19559
19560Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19561
19562 * gdb.base/default.exp: Update expect pattern for load command
19563 without arguments.
19564
19565Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19566
19567 * configure.in: Change i386 to i[345]86.
19568 * gdb.base/configure.in: Likewise.
19569 * gdb.c++/configure.in: Likewise.
19570 * gdb.chill/configure.in: Likewise.
19571
19572Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19573
19574 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19575 patterns, since that is not a valid context for comments.
19576
19577Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19578
19579 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19580 repeated types and repeated types with indices > 9.
19581
19582Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19583
19584 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19585 2417; old bug has been fixed.
19586
19587Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19588
19589 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19590 send the newline ourselves instead of assuming gdb_test will do
19591 so when passed an empty input string.
19592
19593 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19594 stabs testcode.
19595
19596Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19597
19598 * lib/gdb.exp (gdb_test): Don't send anything if the first
19599 argument is an empty string. This makes cases where we want to
19600 match output that is already in expect's buffers (for example,
19601 matching a breakpoint after gdb_run_cmd has been called) work
19602 reliably.
19603
19604Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19605
19606 * config/netware.exp: New file.
19607
19608Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19609
19610 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19611 the -B and -L prefixes so we can find the debugging stub.
19612
19613 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19614 there and we are using the gcc from the tree.
19615
19616 * gdb.base/types.c: Removed.
19617
19618 * gdb.base/configure.in: Look for makefile fragments in ../config.
19619 Recognize i386-*-netware.
19620 * gdb.c++/configure.in: Likewise.
19621
19622Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19623
19624 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19625 the correct TCL syntax.
19626
19627Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19628
19629 * gdb.base/opaque.exp: use runto instead of messing around with
19630 breakpoints. Simplify by using gdb_test.
19631
19632 * gdb.base/bitfields.exp: restart between tests on netware targets
19633 because breakpoints aren't relocated after target death. Run
19634 processes to completion.
19635
19636 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19637
19638Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19639
19640 * Makefile.in: Remove extra tabs that confuse some versions
19641 of "make". Use the newly built gdb to test with by default,
19642 rather than the first one in the tester's search path.
19643
19644Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19645
19646 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
19647
19648 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
19649 condition help.
19650
19651Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19652
19653 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
19654
19655 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
19656 running.
19657 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
19658 * gdb.base/funcargs.exp: Likewise.
19659
19660 * gdb.base/bitfields.exp: Simplify by using gdb_test.
19661 * gdb.base/funcargs.exp: Likewise.
19662
19663 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
19664 message is "".
19665
19666Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19667
19668 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
19669 return,signals,twice}.exp: Handle non-existant binaries
19670 consistantly.
19671
19672 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
19673 * gdb.base/Makefile.in: Don't try to generate a core dump, we
19674 might testing a cross development system.
19675
19676Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19677
19678 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
19679 runtest script is relative to ${srcdir}, not ${rootdir}.
19680
19681Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
19682
19683 * gdb.base/signals.exp: Allow for optionality of breakpoint
19684 address.
19685
19686Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19687
19688 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
19689
19690Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19691
19692 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
19693 for size_t definition.
19694 * gdb.c++/templates.cc: Likewise
19695
19696 * config/mt-i386-netware: New file.
19697
19698 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
19699 defined.
19700
19701 * gdb.base/Makefile.in: Added support for systems that name core
19702 files by appending "core" to the program name.
19703 * gdb.base/a1-selftest.exp: Likewise.
19704
19705Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19706
19707 * gdb.base/return.exp: Add comment and message for `return double'
19708 test failure on Sparc Solaris.
19709
19710Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
19711
19712 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
19713
19714Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19715
19716 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
19717 from optimizing them away.
19718 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
19719 patterns to include default constructors and assignment operators,
19720 to match gcc versions beyond 2.5.8. Accept any cplus demangling
19721 character in the output of the virtual base pointer.
19722
19723Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19724
19725 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
19726 expression match in print_addr_of to avoid unintented matches.
19727 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
19728 versions up to 2.5.8.
19729
19730Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19731
19732 * gdb.base/list.exp: Tweak alternate pattern for listing of an
19733 included file to run under newer versions of expect.
19734 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
19735 consecutive >'s in templates to accomodate recent cplus-dem.c change.
19736 Remove xfail for the virtual table of BDDHookV.
19737
19738Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19739
19740 * lib/gdb.exp (string_to_regexp): Set a default result.
19741 (default_gdb_start): Fix misleading message.
19742
19743Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
19744
19745 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
19746 Remove all CC, etc definitions.
19747 * config/mt-hpux: New file.
19748 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
19749 (CFLAGS, LDFLAGS): Define.
19750 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
19751
19752 * Makefile.in (site.exp): Don't insert host_os, etc.
19753 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
19754 (distclean): Check existence of subdir.
19755 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
19756 * gdb.base/Makefile.in: General cleanup and simplification.
19757 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19758 to build executables. Use default rule to build .o files.
19759 (EXPECT, RUNTEST, CC): Fix relative pathname.
19760 (site.exp): Don't insert host_os, etc.
19761 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
19762 and/or SIGUSR1 defined.
19763 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
19764 * gdb.c++/Makefile.in: General cleanup and simplification.
19765 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19766 (CFLAGS): Remove.
19767 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
19768
19769Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
19770
19771 * gdb.base/recurse.exp: Misc changes to get tests running again
19772 after Kung's changes to the watchpoint code.
19773 * gdb.base/watchpoint.exp: Likewise.
19774
19775Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
19776
19777 * lib/gdb.exp (string_to_regexp): Convert {\} also.
19778
19779Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19780
19781 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
19782 * lib/gdb.exp (default_gdb_start): Define.
19783 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
19784 gdb.base/funcargs.exp, gdb.base/opaque.exp,
19785 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
19786 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
19787 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
19788 Don't call gdb_target_udi in between tests.
19789
19790Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19791
19792 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
19793 (which was basically just a local version of the same thing). In
19794 addition to avoiding duplication, gdb_test_exact is faster.
19795 * lib/gdb.exp (gdb_test_exact): Fix typo.
19796
19797 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
19798 don't give an error.
19799
19800 * gdb.base/term.exp: Call delete_breakpoints before starting.
19801
19802 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
19803 (t10): Add comment.
19804
19805Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19806
19807 Reorganization of the GDB Test Suite.
19808
19809 * gdb.base: New directory, contains all the basic tests.
19810 * gdb.c++: New directory, tests specific to C++.
19811 * gdb.chill: New directory, tests specific to Chill.
19812 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
19813 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
19814 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
19815 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
19816 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
19817 t30-31 to chill).
19818 * */gdbme.*: Rename to match appropriate expect scripts.
19819 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
19820 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
19821 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
19822 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
19823 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
19824 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
19825 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
19826 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
19827 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
19828 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
19829 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
19830 gdb.c++/virtfunc.cc: New names of C++ files.
19831 * gdb.chill/chillvars.ch: New name of Chill file.
19832 * gdb.base/configure.in, gdb.c++/configure.in,
19833 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
19834 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19835 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
19836 * configure.in (configdirs): Update to reflect directory changes.
19837 (target_abbrev): No longer define for any configuration.
19838 * Makefile.in: Cosmetic improvements to header comments.
19839
19840Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19841
19842 Various changes to gdb.t31:
19843
19844 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
19845 * gdbme.ch: Make all key-words and predefineds be upper-case.
19846 * chillvars.exp: Expect key-words and predefinds in upper-case.
19847
19848 * chillvars.exp: Use gdb_test_exact many places.
19849 Change expected output for arrays (which now includes index labels).
19850
19851 * pr-5020.exp, gdme.ch (module PR_5020):
19852 New test, for PR-5020.
19853
19854Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
19855
19856 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
19857 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
19858
19859Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
19860
19861 * Makefile.in: Fix bit-rot in definitions of CHILL,
19862 CHILL_FOR_TARGET and Chill_LIB.
19863 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
19864 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
19865 CHILL, and CHILL_LIB.
19866
19867Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
19868
19869 * Revert the previous changes. Please see Rob's directory
19870 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
19871
19872Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
19873
19874 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
19875 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
19876 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
19877 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
19878 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
19879 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
19880 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
19881 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
19882 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
19883 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
19884 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
19885 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
19886 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
19887 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
19888 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
19889 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
19890 changes from 94Q1.
19891
19892Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
19893
19894 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
19895 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
19896 Rob's new testing fragments.
19897
19898Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
19899
19900 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 19901 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
19902
19903Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19904
19905 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
19906 version also, match on casted version strings, and match on
19907 gdb startup case where the line numbers might be messed up.
19908
19909Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
19910
19911 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 19912 (CFLAGS): Delete it from here.
c906108c
SS
19913
19914Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
19915
19916 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
19917
19918Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
19919
19920 * Makefile.in (RUNTEST): Default to just "runtest".
19921
19922Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19923
19924 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
19925 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
19926 the code has been restructured.
19927
19928Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19929
19930 * gdb.t00/default.exp (set write): Allow any number of \r and/or
19931 \n, not just one of each.
19932
19933 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
19934 /bin/cc gives a warning if you do.
19935
19936Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
19937
d63a86f8 19938 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
19939 __t10ListS_link1ZUiRCUiPT0
19940
19941Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19942
19943 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
19944 on local variables in recursive functions.
19945
19946 * gdb.t07/Makefile.in: Build the new test.
19947
19948Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19949
19950 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
19951 directly. Instead compare the return values from actual calls.
19952
19953Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
19954
19955 * Makefile.in (check): Set TCL_LIBRARY for runtest.
19956
19957Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19958
19959 * From Peter Schauer with minor modifications.
a9c64011
AS
19960 * gdb.t15/return.exp (return_tests): Handle targets where "return"
19961 stops in mid-line in the caller. Add xfail for returning a float
19962 value on X86 targets.
c906108c
SS
19963
19964Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19965
19966 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
19967 to avoid expect lossage.
19968 (fmem_LRbug_tests): Likewise.
19969 * gdb.disasm/hppa.s: Corresponding changes.
19970
19971 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
19972 conditions to work with latest dejagnu/expect.
19973
19974 * gdb.t15/funcargs.exp (finish from indirect call): No longer
19975 expected to fail on the PA.
19976 (backtrace in call with trampolines): Explicitly require main
19977 to be frame #1 (no trampolines should show up in backtrace).
19978
19979 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
19980 "continue -expect".
19981 * gdb.t06/break.exp: Likewise.
19982 * gdb.t07/watchpoint.exp: Likewise.
19983 * gdb.t13/bitfields.exp: Likewise.
19984 * gdb.t15/{funcargs,return}.exp: Likewise.
19985 * gdb.stabs/weird.exp: Likewise.
19986 * config/{mips,udi}-gdb.exp: Likewise.
19987
19988 * hppa.sed: Enclose comments within a sed command to avoid
19989 losing with the old OSF1 sed.
19990
19991Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19992
19993 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
19994 sequent dynix.
19995 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
19996 * gdb.t15/funcargs.exp: Conditionally step again to really
19997 finish from marker_call_with_trampolines. Handle the case where
19998 the first step from within call_with_trampolines already steps
19999 us back to main.
20000 * gdb.t15/gdbme.c: Add comment to closing brace of
20001 call_with_trampolines for funcargs.exp.
20002
20003Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20004
d63a86f8 20005 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
20006 Fix typo(s).
20007
20008Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20009
20010 * gdb.t07/gdbme.c: More code for watchpoint testing.
20011
20012 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20013 "Hardware watchpoint" throughout file.
20014 (test_watchpoint_triggered_in_syscall): New test.
20015 (test_complex_watchpoint): New test.
20016
20017Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20018
20019 * gdbme.c (call_with_trampolines): New function to try and step
20020 into. Tests trampoline problems on the PA.
20021
20022 * funcargs.exp (localvars_in_indirect_call): No longer expect
20023 stepping into indirect call to fail on PAs.
20024 (test_stepping_over_trampolines): New test.
20025
20026Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20027
20028 * TODO: Add suggestions for static member function tests, and
20029 completion tests.
20030
20031Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20032
20033 * TODO: Add suggestions for "p/a" tests.
20034
20035 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20036 (default_gdb_exit): Replace all the hair with sending "quit" to
20037 the process with a simple close.
20038
20039Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20040
20041 * TODO: Add suggestions for shared library tests.
20042
20043Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20044
20045 * TODO: Add suggestions for x/s tests.
20046
20047Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20048
20049 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20050 "enable once", and "enable breakpoints once" with ".*".
20051
20052Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20053
20054 * TODO: Add suggestions about structure passing tests.
20055
20056Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20057
20058 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20059 the primary1 test, use work around if __GNUC__ < 2.
20060 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20061 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20062 Test for bad output rather than waiting for timeout. Issue
20063 second continue only if first continue failed.
20064
20065Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20066
20067 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20068 operator[] test with gdb_test because the old code didn't seem to
20069 be getting the quoting right with the new dejagnu.
20070
20071Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20072
20073 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20074 one from the path.
20075 * Makefile.in: Use a fresh expect if there is one, use runtest
20076 from the src tree if there is one.
d63a86f8 20077
c906108c
SS
20078Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20079
20080 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20081 next over recursive call. Revise the tests from that point on
20082 (which had been skipped) to match GDB's actual (correct) output.
20083
20084 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20085 with next over a breakpoint whose condition is false.
20086
20087 * gdb.t00/help.exp: Comment out "help set print" tests just like
20088 (and for same reason as) "help set" test.
20089
20090Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20091
20092 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20093 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20094
20095Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20096
20097 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20098 necessary gdb_target_udi.
20099
20100 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20101
20102 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20103 1838 and 2417; they are fixed.
20104
20105 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20106 gdb.t03/ptype.exp (ptype structure, ptype union):
20107 Remove xfails; the test is looser than when the xfails were added.
20108
20109 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20110 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20111
20112 * gdb.t01/run.exp: Only run shell test if isnative.
20113
20114 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20115 since "run" automatically loads if necessary. Call gdb_target_udi
20116 after the "file" since "file" kills any execution target.
20117
20118 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20119 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20120 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20121 argument for UDI.
20122
20123Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20124
20125 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20126
20127 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20128
20129Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20130
20131 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20132 properly quoting regexps. This makes the second argument to
20133 demangle a fixed string, which matches the callers, instead of a
20134 shell-style pattern which is what the previous implementation
20135 used. Update some of the callers.
20136
20137Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20138
20139 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20140 (comib_nullified_tests): Fix typo.
20141 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20142 strings. No longer expected to fail.
20143
20144 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20145 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20146 strings. No longer expected to fail.
20147
20148 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20149 string. No longer expected to fail.
20150
20151Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20152
20153 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20154 No longer expected to fail.
20155
20156 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20157 string. No longer expected to fail.
20158
20159Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20160
20161 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20162 only in the names (I probably got most of them). I was even
20163 generous with some which differed in underscores in names, and
20164 probably missed a few, and I *still* was able to remove almost a
20165 third of the file with almost no impact on testsuite coverage.
20166
20167Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20168
20169 * gdb.t00/default.exp: Match udi_attach error message as well as
20170 the one from child_attach.
20171
20172 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20173
20174 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20175
20176 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20177 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20178
20179 * Move test with enums and partial symbols back to
20180 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20181 Reverts the change of 26 May 93. Per today's change to
20182 stabs.texinfo, the behavior that weird.exp was expecting was
20183 unreasonable; what is important is that the compiler+gdb get
20184 things right, which happens with a recent gcc. Also fix the test
20185 to deal with native compilers which put out the stab gdb can't
20186 deal with.
20187
20188Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20189
20190 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20191 in the names. The main thing these accomplish is to slow things down.
20192 Many more such duplicates surely remain.
20193
20194 * gdb.t00/help.exp: Comment out "help support" test just like
20195 (and for same reason as) "help set" test.
20196
20197Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20198
20199 * gdb.t06/break.exp: Remove setup_xfails for
20200 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20201 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20202 about known bug in gcc to include up through 2.5.8.
20203 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20204 well as "_vb$".
20205 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20206 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20207 with latest gcc and gdb.
20208 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20209 well as "_vb$".
20210
20211Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20212
20213 * configure.in (hppa*-*-*): Also configure and build stabs-only
20214 tests.
20215
20216Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20217
20218 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20219 * gdb.t10/configure.in (hppa*-*-*): Use it.
20220
20221Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20222
20223 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20224
20225Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20226
20227 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20228 versions prior to 1.13.5.
20229
20230Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20231
20232 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20233 the prompt is at the start of a line.
20234
20235Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20236
20237 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20238 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20239 in the copr tests now.
20240 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20241 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20242 expected to fail.
20243
20244Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20245
20246 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20247 gdb.t31/chillvars.exp, lib/gdb.exp:
20248 Tweak to run under either version of expect.
20249 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20250 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20251 * gdb.t11/list.exp: Remove extraneous whitespace.
20252
20253Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20254
20255 * gdb.t16/printcmds.exp (test_print_strings): Accept
20256 "(unsigned char *) " before the string.
20257
20258 * TODO: Add notes about printing of fancy types and GDB expressions.
20259
20260Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20261
20262 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20263 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20264 if doing mips-idt-ecoff.
c906108c
SS
20265
20266Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20267
20268 * Most .exp files: Tweak to run under either version of expect.
20269
20270Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20271
20272 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20273 xfails; I'm not sure why they are failing, but not because of PR 1806.
20274
20275Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20276
20277 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20278 defined in lib/gdb.exp.
20279
20280Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20281
20282 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20283 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20284 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20285 have to be typeless.
20286
20287Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20288
20289 * TODO: Add suggestion for copyright year test.
20290
20291Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20292
20293 * configure.in (*-*-lynxos*): Add stabs tests.
20294
20295Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20296
20297 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20298 so insert a tab before any assembler directive in column zero.
20299
20300 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20301 stores.
20302 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20303 stores.
20304 (fpu_short_memory_tests): Likewise.
20305
20306Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20307
20308 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20309 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20310 .stabs directives in comments.
20311
20312Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20313
20314 * TODO: New file, describing tests we could write.
20315 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20316
20317Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20318
20319 * gdb.t06/signals.exp: Add kludge to force re-sync.
20320
20321 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20322 to xgdb instead of gdb, get out of gdb.
20323
20324Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20325
20326 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20327 for info.
20328
20329Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20330
20331 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20332 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20333 * gdb.stabs/hppa.sed: New sed script for the PA.
20334
20335Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20336
20337 * gdb.stabs: Re-write weird.def and configuration to use sed
20338 instead of cpp. sed is portable and POSIX; cpp is neither.
20339
20340Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20341
20342 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20343
20344Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20345
20346 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20347
20348Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20349
20350 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20351 "_vb$".
20352 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20353 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20354
20355Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20356
20357 * lib/gdb.exp: Comment out code which depends on non-existent
20358 `transform' procedure.
20359
20360Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20361
20362 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20363 * lib/gdb.exp: Transform tool name.
20364 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20365 1.1's new error handling system.
20366
20367Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20368
20369 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20370
20371Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20372
20373 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20374 They made pattern matching so slow that timeouts happened on
20375 heavily loaded systems. Now any output from "show print" which
20376 gets us back to the GDB prompt is a PASS.
20377
20378Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20379
20380 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20381
20382Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20383
20384 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20385
20386 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20387 It is not from PR 3220.
20388
20389Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20390
20391 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20392 just started failing because they depended on the order the
20393 subcommands are presented, or exact docstring text. This kind of
20394 test is a pain and has minimal benefit.
20395
20396Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20397
20398 * gdb.t09/corefile.exp: At end of test, use "core" command with
20399 no arguments.
20400
20401Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20402
20403 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20404 17}/Makefile.in: Make it possible to run the testsuite with Sun
20405 make and CC = cross gcc by adding explicit build rules for .o
20406 files.
20407
20408Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20409
20410 * gdb.t15/funcargs.exp: Don't put comments on same line as
20411 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 20412
c906108c
SS
20413Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20414
20415 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20416
20417Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20418
20419 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20420 * gdb.t20/inherit.exp: remove three dumplicate entries.
20421
20422Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20423
20424 * gdb.t06/break.exp: For "next over recursive call", fail on any
20425 incorrect output, not just on "factorial (value=2)".
20426
20427Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20428
20429 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20430 working now. Add an xfail if accesing a bss variable causes
20431 a memory error if the target is not yet run.
20432
20433Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20434
20435 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20436 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20437 name of __st* demangling (2 strings). Did Kung really get the
20438 more than 95 others right without testing them?
20439
20440Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20441
20442 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20443
20444Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20445
20446 * configure.in (configdirs): Add gdb.disasm
20447 * gdb.disasm: New directory for GDB disassembler tests.
20448 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20449
20450Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20451
20452 * gdb.t00/help.exp: Don't test "help set".
20453
20454 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20455 from within expect statements. None of these happen anymore and
20456 they cause regressions to be silently unnoticed.
20457
20458 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20459 messages) about known failures with gcc cygnus-2.4.5-930417.
20460
20461 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20462 comp-info.exp so it gets built if it doesn't exist.
20463
20464 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20465 it is no longer used.
20466 * gdb.t13/comp-info.c: Removed.
20467
20468Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20469
20470 * gdb.t06/signals.exp: Add xfail for sun3.
20471
20472Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20473
20474 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20475 relevant because ^C doesn't get sent but failure can be reproduced
20476 interactively).
20477
20478Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20479
20480 * gdb.stabs/alpha.mt: New configuration file for alpha.
20481 * gdb.stabs/configure.in: Use it.
20482 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20483 sharing with alpha.mt, redefine long to word via preprocessor.
20484 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20485 for alpha.
20486 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20487 native cc.
20488 * gdb.t00/teststrategy.exp: Change expect string so that we
20489 consume the `(xgdb)' from the command echo and from the gdb prompt.
20490 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20491 gdb currently compares all values as long, so this failure probably
20492 applies to any configuration where LONGEST is bigger than a target int.
20493 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20494 with gcc.
20495 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20496 to handle opaque pointers, gcc is.
20497 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20498 as first argument. Include <sys/types.h> and change all operator
20499 new definitions to use size_t.
20500 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20501 now that we use size_t.
20502
20503Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20504
a9c64011 20505 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 20506 a long or float array cast all array members to the same type.
a9c64011 20507 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 20508 with 64 bit longs.
a9c64011 20509 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 20510 on alpha.
a9c64011 20511 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
20512
20513Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20514
20515 * gdb.t24 (demangle.exp): Constructors of templates have names like
20516 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20517 section 14.6 of the ARM.
20518
20519 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20520 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20521 accomplish little and slow down the testsuite.
20522
20523 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20524 Accept spaces various places.
20525
20526Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20527
20528 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20529 with watchpoint enabled.
20530
20531 * Makefile.in: Remove definition of CC and remove the second
20532 definition of CXX (the "CXX = gcc" one remains). These definitions
20533 were causing backquotes to be expanded within backquotes, which
20534 doesn't work.
20535
20536Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20537
20538 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20539
20540Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20541
a9c64011
AS
20542 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20543 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
20544 by mips cc and contains no stabs entries.
20545
20546Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20547
20548 * config/vx-gdb.exp: Use fake device to load files rather than
20549 NFS.
20550 * lib/gdb.exp: New proc to do "file" command.
20551 * config/unix-gdb.exp: Use new "file" proc.
20552
20553Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20554
20555 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20556 Rework board rebooting slightly.
20557 (gdb_exit): Don't exit from the remote shell; there isn't one.
20558 * gdb.stabs/weird.exp: If a program is being debugged already,
20559 kill it.
20560 * gdb.t04/setvar.exp: Stop and restart gdb.
20561 * gdb.t05/expr.exp: Likewise.
20562 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20563 restart gdb and reload the program.
20564 * gdb.t08/opaque.exp: Likewise.
20565 * gdb.t12/scope.exp: Likewise.
20566 * gdb.t13/bitfields.exp: Likewise.
20567 * gdb.t15/funcargs.exp: Likewise.
20568 * gdb.t20/classes.exp: Likewise.
20569 * gdb.t03/ptype.exp: Increase timeout.
20570 * gdb.t16/printcmds.exp (test_print_string_constants,
20571 test_print_array_constants): Likewise.
20572 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20573 * gdb.t20/classes.exp (do_tests): Likewise.
20574 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20575
20576Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20577
20578 * gdb.stabs: Renamed *wierd* to *weird*.
20579
20580Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20581
20582 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20583 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20584
20585Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20586
20587 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20588 (do_tests): Remove xfail for whatis on one_var and two_var.
20589
20590Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20591
20592 * Makefile.in: Made cross building work better by adding
20593 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20594
20595Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20596
20597 * gdb.t15/{return.c,return.exp,Makefile.in}:
20598 New test, currently commented out.
20599
20600Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20601
20602 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20603 still running and removes the leftover named socket so GDb can do
20604 clean restarts.
20605
20606Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20607
20608 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20609 console, not GDB.
20610 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20611 cross testing works better with "make check"
20612 * config/unix-gdb: Use default procedures for exit and version.
20613 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20614 with the newest VxWorks.
20615
20616Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20617
20618 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20619 old form.
20620
20621 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20622 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20623
20624 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20625
20626 * config/unix-gdb.exp: Remove this version of gdb_exit
20627 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20628 Rob says he'll look at it when he gets back to testing boards.
20629
20630Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20631
20632 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20633 an expected fail for certain ptype commands.
20634
20635 * gdb.t20/classes.exp: Update expected results of "ptype class
20636 Base1" to account for the constructor that now appears in the type.
20637
20638Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20639
20640 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20641 disappeared from list.
20642 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20643 "alldone" proc with call to cleanup and exit.
20644 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20645 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20646 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
20647 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
20648 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
20649 "alldone" proc with simple returns that suppress remaining
20650 tests. The alldone proc went away many months ago.
20651
20652Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20653
20654 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
20655
20656 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
20657
20658Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20659
20660 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
20661 as vax gdb will display them.
20662
20663Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20664
20665 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
20666 optimizers.
20667
20668 * scope.exp: Change "bad value for localval" messages so each one
20669 is unique.
20670
20671 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
20672 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
20673
20674 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
20675
20676Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20677
20678 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
20679 doesn't exist (due to optimization).
20680
20681Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20682
20683 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
20684 contains \r because the filename is long.
20685
20686 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
20687 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
20688
20689Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20690
20691 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
20692 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
20693 Ultrix.
20694 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
20695 int tests.
20696 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
20697
20698Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
20699
20700 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
20701
20702 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 20703 to match does not match the passing case but still matches the
c906108c
SS
20704 failing case.
20705
20706Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20707
20708 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
20709
20710Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
20711
20712 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
20713 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
20714 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
20715 Remove various versions of gdb_exit.
20716 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
20717 gdb_exit.
20718 * config/unix-gdb.exp: gdb_exit remains here, and should override
20719 the generic version, since it's doing a lot of wierd stuff that
20720 the other versions aren't. FIXME, fold it in, or abandon this
20721 version.
20722
20723Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20724
20725 * gdb.t24/demangle.exp: Add tests for PR 3220.
20726
20727Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20728
20729 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
20730
20731Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
20732
20733 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
20734 "i386-*-*". Works for i486 as well.
20735
20736 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
20737 bug, and expand domain of xfail to all SVR4 systems, since the
20738 actual problem is likely to be in generic SVR4 /proc support.
20739
20740Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20741
20742 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
20743
20744Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
20745
20746 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
20747 xfails for other systems. Match a missing 'Continuing.' as an
20748 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
20749
20750 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
20751 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
20752 Only issue warning for missing executables if -all option is used.
20753
20754 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
20755 file if -all option is used. It's like an unpredictable XFAIL.
20756
20757Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20758
20759 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
20760 for dynamically linked binaries.
20761
20762 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
20763
20764Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20765
20766 * gdb.t20/inherit.exp: Change message for "print tagless struct"
20767 to state that this is a known bug in old versions of g++.
20768
20769Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20770
20771 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
20772 while waiting for `Continuing'.
20773
20774Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
20775
20776 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
20777 in text, data, and bss.
20778 * gdb.t10/nodebug.c: Add local and global test variables for
20779 initialized and uninitialized data.
20780
20781Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20782
20783 * config/unix-gdb.exp (gdb_exit): Add "wait".
20784
20785Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20786
20787 * gdb.t06/signals.exp: xfail the continue from the handler for all
20788 targets.
20789
20790 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
20791 function with watchpoints enabled, the i386 call dummy starts with
20792 a call.
20793
20794 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
20795 386 bsd names its corefiles.
20796
20797Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
20798
20799 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
20800 compilers don't grok it.
20801 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
20802 with small octal ints rather than character constants, which
20803 are signed and might not fit if first promoted to int.
20804
20805Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
20806
20807 * gdb.t09/Makefile.in (clean): Remove corefile.
20808
20809Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20810
20811 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
20812
20813Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20814 and Jim Kingdon (kingdon@cygnus.com)
20815
20816 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
20817 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
20818 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
20819
20820Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20821
20822 * gdb.t17/interrupt.exp: Add xfail for hppa.
20823
20824Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20825
20826 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
20827 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
20828 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
20829 to determine signed-ness of bitfields and use the result to setup
20830 the xfail.
20831 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
20832 * gdb.t15/funcargs.exp: Use them to step until the second indirect
20833 call line is reached if necessary.
20834
20835Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20836
20837 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
20838
20839Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20840
20841 * gdb.t06/break.exp: Also test `clear' command.
20842
20843Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20844
20845 * gdb.t00/teststrategy.exp: Remove extra quote.
20846
20847 * gdb.t07/watchpoint.exp: Change xfail for calling function with
20848 watchpoint enabled to be for all non-68k machines.
20849
20850 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
20851
20852Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20853
20854 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
20855 targets use aout.mt instead of ecoff.mt as gas understands
20856 standard aout format.
20857
20858Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20859
20860 * lib/gdb.exp (runto): Don't insist that function we are running to
20861 was compiled with -g.
20862
20863 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
20864
20865 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
20866 to get back into the read system call.
20867 Accept leading newline in case where we woke it up.
20868
20869Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20870
20871 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
20872 to make the stabs test work on ecoff systems using gcc and -with-stabs.
20873 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
20874 enable ecoff configuration.
20875
20876Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20877
20878 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
20879
20880Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20881
20882 * gdb.t16/printcmds.exp: Add another printf test.
20883
20884Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
20885
20886 * configure.in: If configured -with-stabs on any target, add
20887 stabsdirs to configdirs.
20888
20889Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20890
20891 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
20892 fun" so pattern does not match the command itself.
20893
20894Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20895
20896 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
20897
20898Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20899
20900 * gdb.t17/interrupt.exp: Test for more things.
20901
20902Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20903
20904 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
20905 compiler arranges the code and line numbers.
20906
20907 * gdb.t17/interrupt.exp: Don't send \n after ^C.
20908
20909Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20910
20911 * gdb.t00/help.exp: Increase expect input buffer size.
20912
20913Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20914
20915 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
20916
20917 * gdb.t07/watchpoint.exp: Add xfail for hppa.
20918
20919 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
20920
20921 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
20922 [0-9]*, not just [0-9].
20923
20924Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20925
20926 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
20927
20928 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
20929
20930Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20931
20932 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
20933
20934Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20935
20936 * gdb.t06/signals.c: Add xfails for sun3.
20937
20938 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
20939
20940 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
20941 test_stepping tests.
20942
20943Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20944
20945 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
20946
20947 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
20948
20949 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
20950 rather than actually putting it through cpp twice.
20951
20952 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
20953
20954Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
20955
20956 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
20957 no longer needed.
20958
20959Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20960
20961 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
20962
20963 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
20964 C++ features prints as "struct", make it a pass, not an xfail.
20965
20966Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20967
20968 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
20969 Don't require VA to print as "class" rather than "struct".
20970
20971Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
20972
20973 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
20974
20975Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20976
20977 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
20978
20979Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20980
20981 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
20982 order.
20983
20984Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20985
20986 * gdb.t16/printcmds.exp: Add printf tests.
20987
20988 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
20989
20990 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
20991
20992Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
20993
20994 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
20995 pass counts, to counteract any existing or future setup_xfails.
20996
20997Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20998
20999 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21000 {BEGIN,END}_COMMON for common block instead of STAB.
21001 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21002
21003 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21004 intp_var should be N_GSYM not N_LSYM.
21005 wierd-aout.S: Use a label for the value of the N_SO.
21006 wierd.def: Remove all backslashes.
21007 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21008
21009Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21010
21011 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21012 get the expected next to inheritance3.
21013
21014Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21015
21016 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21017 now that gcc-2.4 gets it right.
21018
21019Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21020
21021 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21022
21023 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21024 generating comp-info.exp which works for cross-compilation.
21025
21026Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21027
21028 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21029 "*-*-sysv4.*".
21030
21031Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21032
21033 * gdb.t01/run.exp: Start with a fresh gdb.
21034 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21035 SVR4.x.
21036
21037Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21038
21039 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21040 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21041 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21042 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21043 things to remove.
21044
21045Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21046
21047 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21048 test cases from bug reports.
21049
21050Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21051
21052 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21053 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21054 avoid spurious xfails.
21055 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21056 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21057 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21058
21059Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21060
21061 * gdb.t00/teststrategy.exp: Rework to provide more useful
21062 description of each test, fix problem with systems that define
21063 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21064 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21065 results for "next over recursive call" so timeouts aren't taken
21066 by error.
21067
21068Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21069
21070 * gdb.t12/scope.exp: Test printing of variables before run.
21071
21072 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21073 printed in wrong order due to sorting.
21074
21075Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21076
21077 * gdb.t00/teststrategy.exp: Fix expected results for printing
21078 user entered string constant. Is array of char, prints with no
21079 address.
21080
21081 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21082 commands.
21083 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21084 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21085 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21086 of struct of char arrays.
21087 * gdb.t00/radix.exp: New tests for radix commands.
21088
21089Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21090
21091 * gdb.t16/printcmd.exp: Print a variable before running program
21092 (with xfail for AIX).
21093
21094Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21095
21096 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21097
21098 * gdb.t16/printcmd.exp: Don't print variables before running program.
21099
21100 * gdb.t06/break.exp: Don't require envp argument to main.
21101
21102 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21103
21104 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21105 Add xfails for rs6000.
21106
21107 * gdb.t02/whatis.exp: Change other tests not to re-test something
21108 we already tested.
21109
21110 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21111 each type used has a variable of that type.
21112
21113Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21114
21115 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21116
21117Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21118
21119 * configure.in: change srctrigger to be a file, not a directory
21120
21121Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21122
21123 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21124
21125 * gdb.t11/list.exp: Fixed a couple of typos.
21126
21127Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21128
21129 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21130 is fixed and PR is closed.
21131 * gdb.t16 (gdbme.c): Add simple test string variable.
21132 * gdb.t16 (printcmds.exp): Add tests with simple test string
21133 variable, primarily for boundaries on "set print elements".
21134
21135Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21136
21137 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21138 Make leading 0's optional and don't expect a tab in the middle
21139 of the number.
21140
21141 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21142
21143 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21144 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21145 don't end command passed to gdb_test with newline.
21146
21147 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21148 signed keyword away, don't expect signed bitfields to be signed.
21149
21150 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21151 printing with only as many 1's as are in the field as well as printing
21152 with 32 1's (see comment).
21153
21154Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21155
21156 * gdb.t00/default.exp: Start with a fresh gdb.
21157 * configure.in (configdirs): Remove gdb.t31 until the chill
21158 compiler works again. It no longer is able to find chillrt0
21159 since it isn't in libchill.a anymore.
21160 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21161 wierd.o, make more modular.
21162 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21163 spurious newlines that caused problems.
21164
21165Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21166
21167 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21168 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21169 gdb.stabs/wierd.{exp,def}: Many new tests.
21170
21171 * gdb.t00/default.exp: update info line for new message.
21172
21173 * gdb.t02/{whatis.exp,gdbme.c}:
21174 Test that "char *" doesn't print as "caddr_t".
21175
21176Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21177
21178 * gdb.t00/help.exp: Use .* in place of some help messages which
21179 just changed.
21180 gdb.t00/default.exp: Update "info frame" test for new message.
21181 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21182 Remove some xfails
21183
21184Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21185
21186 * gdb.t03/{gdbme.c,ptype.exp}:
21187 Add tests for typedef'd struct and union without tags.
21188 Also check "whatis" on a variable of a typedef'd enum without a tag.
21189
21190 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21191 PRMS 1823; the bug still exists but isn't reproduced by this test
21192 anymore), and remove rs6000 XFAIL (the bug is fixed).
21193
21194 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21195 duplicated from whatis.exp. For those that are left, accept
21196 "long", "long int", or "int" for long variables (whatis.exp already
21197 has an XFAIL for "int", so no need to fail it here).
21198
21199 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21200 Deal with GCC's names for types now that GDB uses the compiler's names.
21201
21202 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21203 setup_xfail's for sunos4. If we #defined the signed keyword away,
21204 don't expect GDB to know that char it is signed.
21205
21206 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21207
21208Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21209
21210 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21211 should work on any system, regardless of debugging format.
21212 * gdb.t21/demangle.exp: Move to gdb.t24.
21213 * gdb.t24/demangle.exp: Move from gdb.t21.
21214 * gdb.t24/{Makefile.in, configure.in}: New files.
21215
21216Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21217
21218 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21219 * gdb.stabs: New directory.
21220
21221Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21222
21223 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21224 not just "Quit anyway?".
21225
21226Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21227
21228 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21229 that all setup_xfails are immediately followed by clear_xfails.
21230
21231Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21232
21233 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21234 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21235 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21236 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21237 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21238 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21239 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21240 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21241 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21242 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21243 gdb.t31/chillvars.exp, lib/gdb.exp:
21244 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21245 bug-gdb@prep.ai.mit.edu.
21246
21247Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21248
21249 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21250 with 0.0, not integer 0.
21251
21252Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21253
21254 * gdb.t06/break.exp: Update for "Kill the program" message change.
21255
21256Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21257
21258 * Makefile.in (GDBFLAGS): Set to -nx.
21259 * Makefile.in (site.exp): Use GDBFLAGS.
21260
21261Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21262
21263 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21264 Makefiles.
21265 (check): depend on just-check.
21266 (just-check): added so that tests can be run without a noop
21267 build pass.
21268
21269Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21270
21271 Switch to using configure's configdirs.
21272 * Makefile.in (Makefile): add configure.in dependency.
21273 (SUBDIRS): removed redundant assignment.
21274 * configure.in: switch subdirs assignment to configdirs.
21275 * gdb.t*/configure.in: new files.
21276
21277Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21278
21279 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21280 works.
21281
21282Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21283
21284 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21285 in explicit rules. Apparently this is not supported by some makes.
21286
21287Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21288
21289 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21290
21291Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21292
21293 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21294 disappeared.
21295
21296Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21297
21298 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21299
21300Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21301
21302 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21303 watchpoint problem that is now fixed.
21304 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21305 uninitialized convenience variables.
21306 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21307 structures.
21308
21309Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21310
21311 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21312 which causes expect to get out of sync with gdb on long output
21313 from help set.
21314 * gdb.t09/corefile.exp: Make expected pattern for core file
21315 failing signal and frame output format less sun specific.
21316
21317Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21318
21319 * gdb.t31/chillvars.exp: Add and remove initial dummy
21320 breakpoint, so that symbol table is forced in.
21321 (Needed at least on Sunos4, though it seems not SVR4.)
21322 * gdb.t31/chillvars.exp: Update for changed output format.
21323
21324Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21325
a9c64011 21326 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
21327
21328Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21329
21330 * Makefile.in: Added --srcdir when invoking runtest, removed the
21331 need for a local config file. (optional now)
21332
21333Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21334
21335 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21336 failure count used to force early termination. Add some more
21337 expected failures for gnu style demangling.
21338
21339Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21340
21341 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21342 pmi variable from gdb.t20/gdbme to get optimized away.
21343 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21344 Check for written corefile upon timeout _and_ eof.
21345
21346Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21347
21348 * config/unix-gdb.exp: Add missing return 0.
21349
21350Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21351
21352 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21353 test termination.
21354
21355Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21356
21357 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21358 disappeared.
21359
21360Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21361
21362 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21363 time as i860 support works.
21364
d63a86f8 21365 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
21366 "backtrace 100\r" rather than just "backtrace\r", to match last
21367 change.
21368
21369Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21370
21371 * config/udi-gdb.exp (gdb_exit): Remove close command.
21372 (gdb_target_udi): New procedure to set the UDI target.
21373 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21374 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21375 Added waits for prompts after several question responses. Added
21376 some more responses used by a29k-amd-udi-gdb.
21377 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21378 pass different arguments, restart UDI connection after program
21379 completion.
21380 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21381 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21382 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21383 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21384 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21385 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21386 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21387 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21388 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21389 after program completion.
21390 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21391 compiled with a SELECT_VECS setting.
21392 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21393 infinite recursion.
21394
21395 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21396 Added checks for COFF results, and made them expected failures for
21397 all targets. It would be better to make them expected failures
21398 for COFF targets only.
21399
21400Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21401
21402 * Makefile.in: add null dvi target, don't bother to recurse
21403 through test directories for info and install-info; rename
21404 $(datadir) to be dejagnu instead of deja-gnu
21405
21406Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21407
21408 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21409 compiler to coredump.
21410 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21411 code.
21412
21413Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21414
21415 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21416 coredump.
21417 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21418 code.
21419
21420Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21421
21422 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21423 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21424 which in a shell. Deletes xgdb when done.
21425 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21426 Tests the return from the "set height" or "set width" commands.
21427 Added a few return codes where needed.
21428
21429Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21430
21431 * Makefile.in (SUBDIRS): Add gdb.t17.
21432 * configure.in (subdirs): Add gdb.t17.
21433 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21434 files to test gdb's calling of functions in the inferior with
21435 the correct arguments and gdb's ability to retrieve any
21436 result returned.
21437
21438Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21439
21440 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21441 may be called after gdb goes away. Previous versions of expect
21442 needed these to avoid file descriptor leaks, but they cause
21443 errors with the current revision of expect.
21444 * gdb.t00/gdbvars.exp: Use -re on expected output after
21445 setting sevenbit-strings.
21446 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21447 to set sevenbit-strings consistent across tests.
21448 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21449 set sevenbit-strings consistent across tests.
21450
21451Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21452
21453 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21454 expected output to match current "expect" expectations.
21455
21456Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21457
21458 * gdb.t00/default.exp: Change expected output for default "source"
21459 command, to match new gdb behavior which requires a filename to
21460 source.
21461
21462Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21463
21464 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21465 expected fail for i486-*-* that misses the marker2 function.
21466 * gdb.t10/crossload.exp (bfddefault): Allow successful
21467 recognition of a format to pass even if no symbols are found.
21468 Explicitly catch failures where the format is not recognized
21469 or is ambiguous, and add the reason to the fail message.
21470 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21471 the cause is and invalid target and add reason to failure message.
21472 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21473 elf32-i386, elf32-sparc, and elf32-i860.
21474 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21475 Set up expected failure for 'filename'::variable scope resolution,
21476 which is now apparently broken on all targets.
21477 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21478 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21479 gdb.t23/templates.exp: Change failure for missing binfile into
21480 just a warning.
21481 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21482 references.
21483
21484Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21485
21486 * gdb.t00/default.exp: Add expected output for default "source"
21487 command, to match new gdb behavior.
21488 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21489
21490Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21491
21492 * config/*-gdb.exp: returns an error, rather than exiting on
21493 internal errors.
21494
21495Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21496
21497 * gdb.t03/gdbme.c: Add pointer to struct variable.
21498 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21499 referencing struct members.
21500
21501Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21502
21503 * configure.in (mips-idt-ecoff): New target.
21504 * config/mips-gdb.exp: New file for remote board using MIPS remote
21505 debugging protocol.
21506
21507 * Redid configuration scheme. Removed gdb.t*/configure.in.
21508 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21509 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21510 distclean targets. Built executables via .o files. Adjusted
21511 tests to account for source files in $(srcdir) rather than
21512 $(objdir).
21513 * lib/gdb.exp (runto): Don't expect () after the function name,
21514 because it may have arguments.
21515
21516Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21517
21518 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21519 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21520 expected failures for mips-idt-* and mips-sgi-*.
21521 * gdb.t00/default.exp (attach): Kill process if requested.
21522 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21523 that does not read core files.
21524 * gdb.t01/run.exp: Removed checks for exit status code.
21525 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21526 it is linked in.
21527 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21528 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21529 appropriate, rather than doing it by hand.
21530 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21531 execution.
21532 * gdb.t10/crossload.exp: Kill existing program if needed.
21533 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21534 appropriate, rather than doing it by hand. Always increase
21535 timeout for this test, not just for VxWorks.
21536
21537Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21538
21539 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21540 of Chill STRUCT types and STRUCT values.
21541 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21542 than "char".
21543 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 21544 struct2): New struct definitions and initializations to test
c906108c
SS
21545 simple Chill STRUCT types.
21546
21547Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21548
21549 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21550 the null byte at the end of strings.
21551 * gdb.t00/default.exp: Make show version insensitive to copyright
21552 date.
21553 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21554 to avoid dependencies on target char signedness.
21555 * gdb.t16/printcmds.exp: Update expected results for explicitly
21556 unsigned char.
21557 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21558 now work.
21559 * gdb.t21/demangle.exp: Add many more patterns for template
21560 demangling, most of them being expected failures.
21561 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21562 string we are matching for, to match on the whole string.
21563 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21564 and fix a whole bunch that had incorrect expected output but were
21565 passing anyway because of the bug in "proc demangle".
21566 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21567 type.
21568 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21569
21570Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21571
a9c64011
AS
21572 * gdb/testsuite: made modifications to testcases, etc., to allow
21573 them to work properly given the reorganization of deja-gnu and the
21574 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
21575
21576Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21577
21578 * gdb/testsuite: Initial creation of gdb/testsuite.
21579 Migrated dejagnu testcases and support files for testing nm to
21580 gdb/testsuite from deja-gnu. These files were moved "as is"
21581 with no modifications. This migration is part of a major overhaul
21582 of dejagnu. The modifications to these testcases, etc., which
21583 will allow them to work with the new version of dejagnu will be
21584 made in a future update.
48efe704 21585
8d8cb839 21586 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 21587\f
8d8cb839
EZ
21588;; Local Variables:
21589;; mode: change-log
21590;; left-margin: 8
21591;; fill-column: 74
21592;; version-control: never
21593;; End:
902f2ccb
MC
21594
21595 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 21596 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
21597 Copying and distribution of this file, with or without modification,
21598 are permitted provided the copyright notice and this notice are preserved.