gdb/ChangeLog:
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Sergio Durigan Junior <sergiodj@redhat.com>
3
4 * gdb.base/watch-notconst.c: New file.
5 * gdb.base/watch-notconst.S: New file.
6 * gdb.base/watch-notconst2.c: New file.
7 * gdb.base/watch-notconst2.S: New file.
8 * gdb.base/watch-notconst.exp: New file.
9 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
10 (func4): Add operations on `global_ptr_ptr'.
11 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12 routine to test watchpoints created with a constant expression.
13 (test_inaccessible_watchpoint): Include tests for watchpoints
14 created with a constant expression.
15
16 2010-06-14 Kevin Buettner <kevinb@redhat.com>
17
18 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
19 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
20 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
21 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
22 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
23 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
24 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
25 of `_start'.
26
27 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28
29 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
30 not supported on the target.
31 * gdb.mi/mi-nonstop-exit.exp: Likewise.
32 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
33 * gdb.mi/mi-nsintrall.exp: Likewise.
34 * gdb.mi/mi-nsmoribund.exp: Likewise.
35 * gdb.mi/mi-nsthrexec.exp: Likewise.
36
37 2010-06-11 Stan Shebs <stan@codesourcery.com>
38
39 * gdb.base/permissions.exp: New file.
40
41 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
42
43 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
44 does not support ELF executable class.
45
46 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
47
48 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
49
50 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
53 (runto): Catch "The target does not support running in non-stop mode.".
54
55 2010-06-11 Michael Snyder <msnyder@vmware.com>
56
57 * gdb.base/setshow.exp (set language asm): Don't use
58 gdb_test_no_output, fails on some targets.
59
60 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
61
62 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
63 * gdb.cp/pr9167.exp: Likewise.
64
65 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
66
67 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
68
69 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
70
71 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
72
73 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
74
75 * gdb.base/charset.c (main): Make sure malloc gets linked in.
76
77 2010-06-11 Tom Tromey <tromey@redhat.com>
78
79 PR gdb/9977, PR exp/11636::
80 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
81 (pieces_test_f6): Update expected output.
82
83 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.base/moribund-step.exp: New.
86
87 2010-06-08 Michael Snyder <msnyder@vmware.com>
88
89 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
90 * gdb.ada/boolean_expr.exp:
91 * gdb.ada/frame_args.exp: Ditto.
92 * gdb.ada/lang_switch.exp: Ditto.
93 * gdb.ada/ptype_arith_binop.exp: Ditto.
94 * gdb.ada/ref_param.exp: Ditto.
95 * gdb.ada/type_coercion.exp:Ditto.
96
97 * gdb.asm/asm-source.exp: Ditto.
98
99 * gdb.base/attach.exp: Ditto.
100 * gdb.base/bitfields2.exp: Ditto.
101 * gdb.base/call-signal-resume.exp: Ditto.
102 * gdb.base/callfuncs.exp: Ditto.
103 * gdb.base/commands.exp: Ditto.
104 * gdb.base/dbx.exp: Ditto.
105 * gdb.base/default.exp: Ditto.
106 * gdb.base/dump.exp: Ditto.
107 * gdb.base/exprs.exp: Ditto.
108 * gdb.base/freebpcmd.exp: Ditto.
109 * gdb.base/interrupt.exp: Ditto.
110 * gdb.base/list.exp: Ditto.
111 * gdb.base/long_long.exp: Ditto.
112 * gdb.base/maint.exp: Ditto.
113 * gdb.base/ptype.exp: Ditto.
114 * gdb.base/return.exp: Ditto.
115 * gdb.base/setshow.exp: Ditto.
116 * gdb.base/sigbpt.exp: Ditto.
117 * gdb.base/sigrepeat.exp: Ditto.
118
119 * gdb.cp/classes.exp: Ditto.
120
121 * gdb.dwarf2/dw2-restore.exp: Ditto.
122
123 * gdb.gdb/selftest.exp: Ditto.
124
125 * gdb.multi/base.exp: Ditto.
126 * gdb.multi/bkpt-multi-exec.exp: Ditto.
127
128 * gdb.python/py-block.exp: Ditto.
129 * gdb.python/py-prettyprint.exp: Ditto.
130 * gdb.python/py-template.exp: Ditto.
131
132 * gdb.server/ext-attach.exp: Ditto.
133 * gdb.server/ext-run.exp: Ditto.
134 * gdb.server/server-mon.exp: Ditto.
135
136 * gdb.threads/fork-thread-pending.exp: Ditto.
137 * gdb.threads/hand-call-in-threads.exp: Ditto.
138 * gdb.threads/interrupted-hand-call.exp: Ditto.
139 * gdb.threads/linux-dp.exp: Ditto.
140 * gdb.threads/manythreads.exp: Ditto.
141 * gdb.threads/print-threads.exp: Ditto.
142 * gdb.threads/pthreads.exp: Ditto.
143 * gdb.threads/schedlock.exp: Ditto.
144 * gdb.threads/thread-unwindonsignal.exp: Ditto.
145 * gdb.threads/threadapply.exp: Ditto.
146
147 2010-06-08 Michael Snyder <msnyder@vmware.com>
148
149 * gdb.ada/exec_changed.exp:
150 Use ".*" instead of "" as wildcard regexp.
151
152 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
153 * gdb.base/call-ar-st.exp: Ditto.
154 * gdb.base/checkpoint.exp: Ditto.
155 * gdb.base/default.exp: Ditto.
156 * gdb.base/dump.exp: Ditto.
157 * gdb.base/ending-run.exp: Ditto.
158 * gdb.base/fileio.exp: Ditto.
159 * gdb.base/miscexprs.exp: Ditto.
160 * gdb.base/pointers.exp: Ditto.
161 * gdb.base/readline.exp: Ditto.
162 * gdb.base/reread.exp: Ditto.
163 * gdb.base/restore.exp: Ditto.
164 * gdb.base/shlib-call.exp: Ditto.
165 * gdb.base/valgrind-db-attach.exp: Ditto.
166 * gdb.base/volatile.exp: Ditto.
167 * gdb.base/watchpoints.exp: Ditto.
168
169 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
170
171 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
172 * gdb.python/py-value.exp: Ditto.
173
174 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
175 * gdb.trace/circ.exp: Ditto.
176 * gdb.trace/collection.exp: Ditto.
177 * gdb.trace/packetlen.exp: Ditto.
178 * gdb.trace/passc-dyn.exp: Ditto.
179 * gdb.trace/report.exp: Ditto.
180 * gdb.trace/tfile.exp: Ditto.
181 * gdb.trace/tfind.exp: Ditto.
182 * gdb.trace/while-dyn.exp: Ditto.
183
184 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
187
188 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
189
190 Test PR 10640.
191 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
192
193 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
194
195 * gdb.cp/koenig.exp: Test for ADL operators.
196 * gdb.cp/koenig.cc: Added ADL operators.
197 * gdb.cp/operator.exp: New test.
198 * gdb.cp/operator.cc: New test.
199
200 2010-06-04 Michael Snyder <msnyder@vmware.com>
201
202 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
203 * gdb.base/pending.exp: Ditto.
204
205 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
206
207 2010-06-04 Doug Evans <dje@google.com>
208
209 * gdb.python/py-prettyprint.exp: Add new test for enabled and
210 disabled printers.
211 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
212 (enable_lookup_function): New function.
213
214 2010-06-04 Tom Tromey <tromey@redhat.com>
215
216 * gdb.python/py-value.exp (test_value_hash): Don't test equality
217 of hash and id.
218
219 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
222 newline.
223 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
224 (empty verbose non-noisy clear, empty verbose noisy clear)
225 (empty non-verbose noisy clear): Likewise.
226
227 2010-06-03 Michael Snyder <msnyder@vmware.com>
228
229 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
230 * gdb.base/display.exp: Ditto.
231 * gdb.base/find.exp: Ditto.
232 * gdb.base/ifelse.exp: Ditto.
233 * gdb.base/multi-forks.exp: Ditto.
234 * gdb.base/recurse.exp: Ditto.
235 * gdb.base/setshow.exp: Ditto.
236 * gdb.base/value-double-free.exp: Ditto.
237 * gdb.base/watch-vfork.exp: Ditto.
238 * gdb.base/watch_thread_num.exp: Ditto.
239 * gdb.base/watchpoint-solib.exp: Ditto.
240 * gdb.base/watchpoint.exp: Ditto.
241 * gdb.base/watchpoints.exp: Ditto.
242
243 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
244 * gdb.cp/overload.exp: Ditto.
245 * gdb.cp/virtfunc.exp: Ditto.
246
247 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
248
249 * gdb.reverse/watch-precsave.exp:
250 Replace gdb_test with gdb_test_no_output.
251
252 * gdb.threads/attach-into-signal.exp:
253 Replace gdb_test with gdb_test_no_output.
254 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
255 * gdb.threads/watchthreads.exp: Ditto.
256 * gdb.threads/watchthreads2.exp: Ditto.
257
258 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
259 * gdb.trace/tfind.exp: Ditto.
260
261 2010-06-03 Joel Brobecker <brobecker@adacore.com>
262
263 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
264 successful test if message is the empty string.
265
266 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
267
268 * gdb.fortran/module.exp (stopped language detection): New test.
269
270 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
271
272 Support DW_TAG_module as separate namespaces.
273 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
274 gdb.fortran/library-module-lib.f90: New.
275 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
276 (print i): Remove.
277 (continue to breakpoint: i-is-1, print var_i value 1)
278 (continue to breakpoint: i-is-2, print var_i value 2)
279 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
280 (print var_d, print var_i value 14, ptype modmany, complete `modm)
281 (complete `modmany, complete `modmany`, complete `modmany`var)
282 (show language, setting breakpoint at module): New tests.
283 * gdb.fortran/module.f90 (module mod): Remove.
284 (module mod1, module mod2, module modmany, subroutine sub1)
285 (subroutine sub2, program module): New.
286
287 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
290 (print value of rUC, print value of rI, print value of UI): ... here.
291 * gdb.cp/anon-union.exp (pass): Rename to ...
292 (print z 2): ... here.
293
294 2010-06-02 Michael Snyder <msnyder@vmware.com>
295
296 * gdb.trace/actions.exp: Use gdb_test_no_output.
297 * gdb.trace/circ.exp: Ditto.
298 * gdb.trace/packetlen.exp: Ditto.
299 * gdb.trace/save-trace.exp: Ditto.
300 * gdb.trace/tracecmd.exp: Ditto.
301 * gdb.trace/tsv.exp: Ditto.
302
303 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
304 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
305 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
306 * gdb.threads/manythreads.exp: Ditto.
307 * gdb.threads/print-threads.exp: Ditto.
308 * gdb.threads/pthreads.exp: Ditto.
309 * gdb.threads/schedlock.exp: Ditto.
310 * gdb.threads/staticthreads.exp: Ditto.
311 * gdb.threads/thread-specific.exp: Ditto.
312 * gdb.threads/thread-unwindonsignal.exp: Ditto.
313 * gdb.threads/threadapply.exp: Ditto.
314 * gdb.threads/watchthreads.exp: Ditto.
315 * gdb.threads/watchthreads2.exp: Ditto.
316
317 * gdb.python/py-block.exp: Use gdb_test_no_output.
318 * gdb.python/py-prettyprint.exp: Ditto.
319 * gdb.python/py-template.exp: Ditto.
320 * gdb.python/py-value.exp: Ditto.
321
322 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
323 * gdb.reverse/watch-reverse.exp: Ditto.
324
325 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
326 * gdb.server/ext-run.exp: Ditto.
327
328 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
329 * gdb.dwarf2/dw2-compressed.exp: Ditto.
330 * gdb.dwarf2/dw2-intercu.exp: Ditto.
331 * gdb.dwarf2/dw2-intermix.exp: Ditto.
332 * gdb.dwarf2/dw2-producer.exp: Ditto.
333 * gdb.dwarf2/mac-fileno.exp: Ditto.
334
335 * gdb.gdb/observer.exp: Use gdb_test_no_output.
336 * gdb.gdb/selftest.exp: Ditto.
337
338 * gdb.multi/base.exp: Use gdb_test_no_output.
339
340 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
341
342 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
345
346 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
347
348 * gdb.cp/class2.exp: Use gdb_test_no_output.
349 * gdb.cp/classes.exp: Ditto.
350 * gdb.cp/extern-c.exp: Ditto.
351 * gdb.cp/inherit.exp: Ditto.
352 * gdb.cp/maint.exp: Ditto.
353 * gdb.cp/mb-inline.exp: Ditto.
354 * gdb.cp/mb-templates.exp: Ditto.
355 * gdb.cp/method2.exp: Ditto.
356 * gdb.cp/misc.exp: Ditto.
357 * gdb.cp/ovldbreak.exp: Ditto.
358 * gdb.cp/punctuator.exp: Ditto.
359 * gdb.cp/templates.exp: Ditto.
360 * gdb.cp/virtbase.exp: Ditto.
361
362 * gdb.threads/attach-stopped.exp:
363 Replace uses of send_gdb / gdb_expect.
364 * gdb.threads/attachstop-mt.exp:
365 Replace uses of send_gdb / gdb_expect.
366 * gdb.threads/gcore-thread.exp:
367 Replace uses of send_gdb / gdb_expect.
368 * gdb.threads/hand-call-in-threads.exp:
369 Replace uses of send_gdb / gdb_expect.
370 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
371 * gdb.threads/print-threads.exp:
372 Replace uses of send_gdb / gdb_expect.
373 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
374 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
375 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
376
377 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
378 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
379 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
380 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
381 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
382 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
383 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
384 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
385 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
386 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
387 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
388
389 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
390
391 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
392
393 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
394
395 * gdb.cp/koenig.exp: Added new test case.
396 * gdb.cp/koenig.cc: Ditto.
397
398 2010-06-01 Michael Snyder <msnyder@vmware.com>
399
400 * gdb.base/arithmet.exp: Use gdb_test_no_output.
401 * gdb.base/arrayidx.exp: Ditto.
402 * gdb.base/attach.exp: Ditto.
403 * gdb.base/auxv.exp: Ditto.
404 * gdb.base/bigcre.exp: Ditto.
405 * gdb.base/break-always.exp: Ditto.
406 * gdb.base/break-interp.exp: Ditto.
407 * gdb.base/break.exp: Ditto.
408 * gdb.base/breakpoint-shadow.exp: Ditto.
409 * gdb.base/call-ar-st.exp: Ditto.
410 * gdb.base/call-sc.exp: Ditto.
411 * gdb.base/call-signal-resume.exp: Ditto.
412 * gdb.base/callfuncs.exp: Ditto.
413 * gdb.base/catch-syscall.exp: Ditto.
414 * gdb.base/charset.exp: Ditto.
415 * gdb.base/code-expr.exp: Ditto.
416 * gdb.base/commands.exp: Ditto.
417 * gdb.base/cond-expr.exp: Ditto.
418 * gdb.base/condbreak.exp: Ditto.
419 * gdb.base/cursal.exp: Ditto.
420 * gdb.base/cvexpr.exp: Ditto.
421 * gdb.base/default.exp: Ditto.
422 * gdb.base/del.exp: Ditto.
423 * gdb.base/detach.exp: Ditto.
424 * gdb.base/display.exp: Ditto.
425 * gdb.base/ena-dis-br.exp: Ditto.
426 * gdb.base/eval-skip.exp: Ditto.
427 * gdb.base/foll-fork.exp: Ditto.
428 * gdb.base/foll-vfork.exp: Ditto.
429 * gdb.base/frame-args.exp: Ditto.
430 * gdb.base/funcargs.exp: Ditto.
431 * gdb.base/gcore-buffer-overflow.exp: Ditto.
432 * gdb.base/gdbvars.exp: Ditto.
433 * gdb.base/help.exp: Ditto.
434 * gdb.base/ifelse.exp: Ditto.
435 * gdb.base/included.exp: Ditto.
436 * gdb.base/list.exp: Ditto.
437 * gdb.base/macscp.exp: Ditto.
438 * gdb.base/maint.exp: Ditto.
439 * gdb.base/multi-fork.exp: Ditto.
440 * gdb.base/overlays.exp: Ditto.
441 * gdb.base/page.exp: Ditto.
442 * gdb.base/pending.exp: Ditto.
443 * gdb.base/pointers.exp: Ditto.
444 * gdb.base/pr11022.exp: Ditto.
445 * gdb.base/prelink.exp: Ditto.
446 * gdb.base/printcmds.exp: Ditto.
447 * gdb.base/psymtab.exp: Ditto.
448 * gdb.base/randomize.exp: Ditto.
449 * gdb.base/relational.exp: Ditto.
450 * gdb.base/relocate.exp: Ditto.
451 * gdb.base/remote.exp: Ditto.
452 * gdb.base/sepdebug.exp: Ditto.
453 * gdb.base/set-lang-auto.exp: Ditto.
454 * gdb.base/setshow.exp: Ditto.
455 * gdb.base/setvar.exp: Ditto.
456 * gdb.base/signals.exp: Ditto.
457 * gdb.base/signull.exp: Ditto.
458 * gdb.base/sigstep.exp: Ditto.
459 * gdb.base/sizeof.exp: Ditto.
460 * gdb.base/solib-disc.exp: Ditto.
461 * gdb.base/store.exp: Ditto.
462 * gdb.base/structs.exp: Ditto.
463 * gdb.base/structs2.exp: Ditto.
464 * gdb.base/subst.exp: Ditto.
465 * gdb.base/term.exp: Ditto.
466 * gdb.base/trace-commands.exp: Ditto.
467 * gdb.base/unwindonsignal.exp: Ditto.
468 * gdb.base/valgrind-db-attach.exp: Ditto.
469 * gdb.base/varargs.exp: Ditto.
470 * gdb.base/watch-cond.exp: Ditto.
471 * gdb.base/watch_thread_num.exp: Ditto.
472 * gdb.base/watchpoint-cond-gone.exp: Ditto.
473 * gdb.base/watchpoint.exp: Ditto.
474 * gdb.base/whatis-exp.exp: Ditto.
475
476 2010-06-01 Michael Snyder <msnyder@vmware.com>
477
478 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
479 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
480 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
481 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
482 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
483 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
484 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
485 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
486 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
487 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
488 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
489 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
490 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
491 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
492 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
493
494 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
495
496 * gdb.base/commands.exp (begin commands on watch): Remove excessive
497 trailing newline.
498 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
499 * gdb.java/jmisc.exp (p *args\n): Rename to ...
500 (p *args): ... here and remove excessive trailing newline.
501
502 2010-05-31 Joel Brobecker <brobecker@adacore.com>
503
504 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
505
506 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 Accept the new Linux kernel "t (tracing stop)" string.
509 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
510 Update comment.
511 (state_wait) <T (tracing stop)>: New.
512 (main): Update the state_wait expect string.
513
514 2010-05-28 Pedro Alves <pedro@codesourcery.com>
515
516 * limits.c, limits.exp: Delete files.
517 * Makefile.in (clean mostlyclean): Adjust.
518 * tracecmd.exp: Adjust.
519
520 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
521
522 * gdb.base/tui-layout.exp: New.
523
524 2010-05-28 Michael Snyder <msnyder@vmware.com>
525
526 * gdb.reverse/break-precsave.exp:
527 Replace uses of send_gdb / gdb_expect.
528 * gdb.reverse/break-reverse.exp:
529 Replace uses of send_gdb / gdb_expect.
530 * gdb.reverse/consecutive-precsave.exp:
531 Replace uses of send_gdb / gdb_expect.
532 * gdb.reverse/consecutive-reverse.exp:
533 Replace uses of send_gdb / gdb_expect.
534 * gdb.reverse/finish-precsave.exp:
535 Replace uses of send_gdb / gdb_expect.
536 * gdb.reverse/finish-reverse.exp:
537 Replace uses of send_gdb / gdb_expect.
538 * gdb.reverse/i386-precsave.exp:
539 Replace uses of send_gdb / gdb_expect.
540 * gdb.reverse/i386-reverse.exp:
541 Replace uses of send_gdb / gdb_expect.
542 * gdb.reverse/i386-sse-reverse.exp:
543 Replace uses of send_gdb / gdb_expect.
544 * gdb.reverse/i387-env-reverse.exp:
545 Replace uses of send_gdb / gdb_expect.
546 * gdb.reverse/i387-stack-reverse.exp:
547 Replace uses of send_gdb / gdb_expect.
548 * gdb.reverse/machinestate-precsave.exp:
549 Replace uses of send_gdb / gdb_expect.
550 * gdb.reverse/machinestate.exp:
551 Replace uses of send_gdb / gdb_expect.
552 * gdb.reverse/sigall-precsave.exp:
553 Replace uses of send_gdb / gdb_expect.
554 * gdb.reverse/sigall-reverse.exp:
555 Replace uses of send_gdb / gdb_expect.
556 * gdb.reverse/solib-precsave.exp:
557 Replace uses of send_gdb / gdb_expect.
558 * gdb.reverse/solib-reverse.exp:
559 Replace uses of send_gdb / gdb_expect.
560 * gdb.reverse/step-precsave.exp:
561 Replace uses of send_gdb / gdb_expect.
562 * gdb.reverse/step-reverse.exp:
563 Replace uses of send_gdb / gdb_expect.
564 * gdb.reverse/until-precsave.exp:
565 Replace uses of send_gdb / gdb_expect.
566 * gdb.reverse/until-reverse.exp:
567 Replace uses of send_gdb / gdb_expect.
568 * gdb.reverse/watch-precsave.exp:
569 Replace uses of send_gdb / gdb_expect.
570 * gdb.reverse/watch-reverse.exp:
571 Replace uses of send_gdb / gdb_expect.
572
573 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
576 excessive newline.
577
578 2010-05-27 Michael Snyder <msnyder@vmware.com>
579
580 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
581 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
582 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
583 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
584 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
585 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
586 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
587 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
588 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
589 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
590 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
591 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
592 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
593 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
594 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
595 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
596 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
597 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
598 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
599
600 2010-05-26 Michael Snyder <msnyder@vmware.com>
601
602 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
603 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
604
605 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
606 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
607 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
608
609 * gdb.reverse/consecutive-reverse.exp:
610 Replace uses of send_gdb / gdb_expect.
611 * gdb.reverse/consecutive-precsave.exp:
612 Replace uses of send_gdb / gdb_expect.
613
614 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
615 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
616 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
617 * gdb.mi/mi-ns-stale-regcache.exp:
618 Replace uses of send_gdb / gdb_expect.
619 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
620 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
621 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
622 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
623 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
624 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
625 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
626 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
627 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
628
629 2010-05-26 Michael Snyder <msnyder@vmware.com>
630
631 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
632
633 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
634
635 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
636 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
637 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
638 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
639 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
640 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
641 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
642 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
643 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
644
645 2010-05-25 Tom Tromey <tromey@redhat.com>
646
647 * gdb.base/macscp.exp: Add missing space after setup_kfail.
648
649 2010-05-25 Tom Tromey <tromey@redhat.com>
650
651 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
652 argument order.
653 * gdb.base/macscp.exp: Fix setup_kfail argument order.
654 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
655 order.
656 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
657 order.
658 * gdb.base/call-sc.exp (setup_kfails): Remove.
659 (setup_compiler_kfails): Remove.
660 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
661 argument order.
662 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
663 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
664 (advancei): Fix setup_kfail argument order.
665 * gdb.base/radix.exp: Fix setup_kfail argument order.
666 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
667 order.
668 * gdb.base/structs.exp (setup_kfails): Remove.
669 (setup_compiler_kfails): Fix setup_kfail argument order.
670 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
671 order.
672 * gdb.java/jmain.exp: Fix setup_kfail argument order.
673 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
674 setup_kfail argument order.
675 * gdb.cp/overload.exp: Fix setup_kfail argument order.
676
677 2010-05-25 Tom Tromey <tromey@redhat.com>
678
679 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
680
681 2010-05-25 Michael Snyder <msnyder@vmware.com>
682
683 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
684 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
685 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
686 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
687 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
688 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
689 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
690 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
691 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
692 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
693 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
694 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
695 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
696 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
697 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
698 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
699 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
700 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
701 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
702 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
703 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
704 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
705 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
706 * gdb.base/default.exp: Replace send_gdb with gdb_test.
707 * gdb.base/define.exp: Replace send_gdb with gdb_test.
708 * gdb.base/display.exp: Replace send_gdb with gdb_test.
709 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
710 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
711 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
712 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
713 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
714 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
715 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
716 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
717 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
718 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
719 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
720 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
721 * gdb.base/help.exp: Replace send_gdb with gdb_test.
722 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
723 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
724 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
725 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
726 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
727 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
728 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
729 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
730 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
731
732 2010-05-25 Doug Evans <dje@google.com>
733
734 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
735 gdb.string_to_argv.
736
737 2010-05-21 Tom Tromey <tromey@redhat.com>
738
739 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
740 Call it.
741 * gdb.dwarf2/pieces.S: Update.
742 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
743
744 2010-05-21 Tom Tromey <tromey@redhat.com>
745
746 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
747 Call it.
748 * gdb.dwarf2/pieces.c (struct C): New.
749 (f6): New function.
750 * gdb.dwarf2/pieces.S: Replace.
751
752 2010-05-21 Tom Tromey <tromey@redhat.com>
753
754 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
755 Call it.
756
757 2010-05-21 Tom Tromey <tromey@redhat.com>
758
759 * gdb.dwarf2.pieces.exp: New file.
760 * gdb.dwarf2.pieces.S: New file.
761 * gdb.dwarf2.pieces.c: New file.
762
763 2010-05-20 Pedro Alves <pedro@codesourcery.com>
764 Joel Brobecker <brobecker@adacore.com>
765
766 * lib/gdb.exp (gdb_test_no_output): New function.
767 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
768 when testing commands that should produce no output.
769
770 2010-05-17 Joel Brobecker <brobecker@adacore.com>
771
772 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
773 parameter that we want to watch being a constant.
774
775 2010-05-17 Joel Brobecker <brobecker@adacore.com>
776
777 * gdb.ada/cond_lang: New testcase.
778
779 2010-05-17 Joel Brobecker <brobecker@adacore.com>
780
781 * lib/gdb.exp (banned_variables): New variable/constant.
782 (gdb_init): Add write trace on variables listed in banned_variables.
783 (gdb_finish): Remove write traces on variables listed in
784 banned_variables.
785
786 2010-05-17 Joel Brobecker <brobecker@adacore.com>
787
788 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
789 * gdb.cp/koenig.exp: Likewise.
790
791 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
792
793 PR python/11482
794
795 * gdb.python/py-value.exp (test_value_hash): New function.
796
797 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
798
799 PR exp/11530.
800 * gdb.base/gdb11530.c: New file.
801 * gdb.base/gdb11530.exp: New file.
802
803 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
806 * gdb.dwarf2/dw2-modula2-self-type.S: New.
807
808 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
809
810 * gdb.cp/koenig.exp: New test.
811 * gdb.cp/koenig.cc: New test program.
812
813 2010-05-05 Joel Brobecker <brobecker@adacore.com>
814
815 Remove the use of prms_id and bug_id throughout the testsuite.
816
817 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
818
819 PR exp/11349.
820 * testsuite/gdb.cp/ref-types.exp: Add test to examine
821 use a reference local variable.
822
823 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
824
825 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
826 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
827 variable different_dir. Move debugfile into a full directory pathname
828 under DIFFERENT_DIR.
829 * lib/gdb.exp (separate_debug_filename): Remove.
830 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
831 variable debug_dir and mkdir of it. Update function comments.
832
833 2010-04-29 Pedro Alves <pedro@codesourcery.com>
834
835 PR gdb/11557
836
837 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
838 files.
839
840 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
841
842 * gdb.python/py-param.exp: New File.
843
844 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
845
846 * gdb.base/default.exp: Fix "set language" test.
847
848 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
849
850 PR breakpoints/11531.
851 * gdb.base/gdb11531.c: New file.
852 * gdb.base/gdb11531.exp: New file.
853
854 2010-04-26 Tom Tromey <tromey@redhat.com>
855
856 * gdb.base/completion.exp: Add tests for completion and deprecated
857 commands.
858
859 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
862 (print /x char_array): Escape curly brackets.
863
864 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
865
866 Fix deadlock on looped list of loaded shared objects.
867 * gdb.base/solib-corrupted.exp: New.
868
869 2010-04-23 Doug Evans <dje@google.com>
870
871 * gdb.python/py-section-script.c: New file.
872 * gdb.python/py-section-script.exp: New file.
873 * gdb.python/py-section-script.py: New file.
874
875 2010-04-20 Chris Moller <cmoller@redhat.com>
876
877 PR 10179
878
879 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
880 * gdb.base/pr10179-a.c:
881 * gdb.base/pr10179-b.c:
882 * gdb.base/pr10179.exp: New files.
883
884 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
885
886 Fix crashes on dangling display expressions.
887 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
888 is SEP.
889 (lib_flags): Remove the "debug" keyword.
890 (libsepdebug): New variable for iterating new loop.
891 (save_pf_prefix): New variable wrapping the loop.
892 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
893 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
894
895 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
896
897 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
898
899 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
900
901 PR stabs/11479.
902 * gdb.stabs/gdb11479.exp: New file.
903 * gdb.stabs/gdb11479.c: New file.
904
905 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
906
907 * gdb.base/charset.c (Strin16, String32): New variables.
908 * gdb.base/charset.exp (gdb_test): Test correct display
909 of 16 or 32 bit strings.
910
911 2010-04-21 Chris Moller <cmoller@redhat.com>
912
913 PR 9167
914 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
915 * gdb.cp/pr9167.cc: New file.
916 * gdb.cp/pr9167.exp: New file.
917
918
919 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
920
921 PR pascal/11492.
922 * gdb.pascal/gdb11492.pas: New file.
923 * gdb.pascal/gdb11492.exp: New file.
924
925 2010-04-20 Joel Brobecker <brobecker@adacore.com>
926
927 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
928
929 2010-04-20 Joel Brobecker <brobecker@adacore.com>
930
931 * gdb.ada/dyn_loc: New testcase.
932
933 2010-04-20 Chris Moller <cmoller@redhat.com>
934
935 PR 10867
936
937 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
938 * gdb.cp/pr10687.cc: New file.
939 * gdb.cp/pr10687.exp: New file.
940
941
942 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
943 Sergio Durigan Junior <sergiodj@redhat.com>
944
945 * gdb.fortran/logical.exp: New testcase.
946 * gdb.fortran/logical.f90: New file.
947
948 2010-04-19 Doug Evans <dje@google.com>
949
950 * gdb.base/help.exp (help source): Update expected output.
951
952 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
955 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
956 gdb_exit and return.
957 (executable): New variable.
958 (binfile): Use it.
959
960 2010-04-19 Pedro Alves <pedro@codesourcery.com>
961
962 PR breakpoints/8554.
963
964 * gdb.trace/save-trace.exp: Adjust.
965
966 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
967
968 PR corefiles/11511
969 * gdb.arch/system-gcore.exp: New.
970 * gdb.arch/gcore.c: Likewise.
971
972 2010-04-15 Doug Evans <dje@google.com>
973
974 * gdb.python/py-progspace.c: New file.
975 * gdb.python/py-progspace.exp: New file.
976
977 * gdb.base/source.exp: Add tests for "source -s".
978
979 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
980
981 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
982 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
983 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
984 * gdb.python/py-mi.exp: New test for to_string returning None.
985
986 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
987
988 * gdb.python/py-breakpoint.c: Make result global.
989
990 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 Fix non-GNU make compatibility.
993 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
994
995 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
996
997 * gdb.python/py-breakpoint.exp: New File.
998 * gdb.python/py-breakpoint.C: Ditto.
999
1000 2010-04-08 Stan Shebs <stan@codesourcery.com>
1001
1002 * gdb.trace/actions.exp: Clear default-collect.
1003 * gdb.trace/save-trace.exp: Clear default-collect.
1004
1005 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1006
1007 * gdb.python/py-value: Add null string variable.
1008 (test_lazy_string): Test zero length, NULL address lazy
1009 strings.
1010
1011 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1012
1013 * gdb.arch/i386-avx.c: New.
1014 * gdb.arch/i386-avx.exp: Likewise.
1015
1016 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1017
1018 2010-04-06 Doug Evans <dje@google.com>
1019
1020 * gdb.base/source-test.gdb: New file.
1021 * gdb.base/source.exp: Test source -v.
1022
1023 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1024
1025 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1026
1027 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1028
1029 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1030 within one line, unless it is followed by a double quote.
1031 * gdb.stabs/hppa.sed: Idem.
1032 * gdb.stabs/weird.def: Add char and String constants
1033 * gdb.stabs/weird.exp: Check for correct parsing of
1034 chhar and string constants.
1035 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1036 in .stabs to .stabx substitution.
1037
1038 2010-04-05 Stan Shebs <stan@codesourcery.com>
1039
1040 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1041 constant global.
1042 * gdb.trace/tfile.exp: Try to print them.
1043
1044 2010-04-04 Stan Shebs <stan@codesourcery.com>
1045
1046 * gdb.base/completion.exp: Update for new "info watchpoints".
1047 * gdb.base/default.exp: Ditto.
1048 * gdb.base/help.exp: Ditto.
1049 * gdb.base/watchpoint.exp: Ditto.
1050 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1051
1052 2010-04-04 Stan Shebs <stan@codesourcery.com>
1053
1054 * gdb.trace/tfile.exp: Sharpen tfind test.
1055
1056 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * gdb.base/break-entry.exp: New.
1059
1060 2010-04-02 Hui Zhu <teawater@gmail.com>
1061 Michael Snyder <msnyder@vmware.com>
1062
1063 * gdb.reverse/i386-sse-reverse.exp: New file.
1064 * gdb.reverse/i386-sse-reverse.c: New file.
1065
1066 2010-04-02 Pedro Alves <pedro@codesourcery.com>
1067
1068 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1069
1070 2010-04-01 Stan Shebs <stan@codesourcery.com>
1071
1072 * gdb.trace/actions.exp: Tweak expected output.
1073 * gdb.trace/while-stepping.exp: Tweak expected output.
1074
1075 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1076
1077 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1078
1079 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1080
1081 * gdb.base/commands.exp: Adjust.
1082 * gdb.cp/extern-c.exp: Adjust.
1083
1084 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1085
1086 * gdb.trace/collection.c (local_test_func): Define a local struct,
1087 and instanciate it.
1088
1089 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1090
1091 * gdb.trace/collection.exp (gdb_collect_args_test)
1092 (gdb_collect_argarray_test): XFAIL the tests that assume the
1093 argarray argument's elements are collected.
1094
1095 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1096
1097 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1098 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1099
1100 2010-03-31 Stan Shebs <stan@codesourcery.com>
1101
1102 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1103 and tracepoint conditionals.
1104 (gdb_verify_tracepoints): Delete unused return.
1105
1106 2010-03-26 Keith Seitz <keiths@redhat.com>
1107
1108 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1109 appear in the output before main.
1110 Remove KFAIL for gdb/2215 aka bz 9320.
1111
1112 2010-03-30 Doug Evans <dje@google.com>
1113
1114 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1115 by dejagnu.
1116 * gdb.arch/amd64-dword.exp: Ditto.
1117
1118 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1119 match.
1120 (break printf): Ditto.
1121
1122 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1123
1124 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1125 gcc < 4.4.
1126 * gdb.cp/shadow.exp: Ditto.
1127
1128 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1129
1130 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1131 "tstart" is silent.
1132
1133 2010-03-29 Pedro Alves <pedro@codesourcery.com>
1134
1135 * gdb.trace/collection.exp (executable): New.
1136 (binfile): Use it.
1137 (fpreg, spreg, pcreg): New.
1138 (test_register): Use gdb_test_multiple. Pass /x to print.
1139 (prepare_for_trace_test): New.
1140 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1141 (gdb_collect_args_test, gdb_collect_argstruct_test)
1142 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1143 prepare_for_trace_test.
1144 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1145 fpreg, spreg and pcreg.
1146 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1147 prepare_for_trace_test.
1148 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1149 try to detect tracing support here. Don't set breakpoints at
1150 `begin' or `end' here.
1151 <global scope>: Use clean_restart. Run to main before checking
1152 for tracing support. Check for for tracing support here.
1153
1154 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1155
1156 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1157 " as $displacement" to "seen displacement message".
1158
1159 2010-03-28 Pedro Alves <pedro@codesourcery.com>
1160
1161 * gdb.trace/while-dyn.exp (executable): New variable.
1162 (binfile): Use it.
1163 (test_while_stepping): New function. Move most tests here. Call
1164 it once for each of the while-stepping, stepping and ws aliases.
1165
1166 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1167
1168 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1169 that do not provide the tagless_struct type name at all.
1170 (test_print_anon_union): Do not check value of uninitialized
1171 union member. Do not use cp_test_ptype_class, so we can accept
1172 "long" as well as "long int".
1173
1174 2010-03-26 Pedro Alves <pedro@codesourcery.com>
1175
1176 * gdb.trace/tfile.c (tohex, bin2hex): New.
1177 (write_error_trace_file): Hexify error description.
1178
1179 2010-03-25 Stan Shebs <stan@codesourcery.com>
1180
1181 * gdb.trace/tfile.c: Generate an additional trace file, improve
1182 portability.
1183 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1184 files in a better way.
1185
1186 2010-03-25 Keith Seitz <keiths@redhat.com>
1187
1188 * gdb.java/jprint.exp: XFAIL printing of static class members
1189 because of GCC debuginfo problem.
1190
1191 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1192
1193 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1194
1195 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1196
1197 * gdb.base/completion.exp: Allow long instead of long int.
1198 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1199 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1200 variable p.
1201 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1202 * gdb.base/pointers.exp: Allow long instead of long int.
1203 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1204 * gdb.base/step-line.exp: Allow a directory before the source file name.
1205
1206 2010-03-24 Tom Tromey <tromey@redhat.com>
1207
1208 PR breakpoints/9352:
1209 * gdb.base/default.exp: Update.
1210 * gdb.base/commands.exp: Update.
1211 * gdb.cp/extern-c.exp: Test setting commands on multiple
1212 breakpoints at once.
1213
1214 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1215
1216 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1217 if gdb,nosignals.
1218 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1219 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1220 exited".
1221
1222 2010-03-24 Stan Shebs <stan@codesourcery.com>
1223
1224 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1225
1226 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1227
1228 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1229 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1230 argument. Handle "short" and "long".
1231 (Top level): Pass overprototyped output for old_fptr and xptr.
1232
1233 2010-03-23 Pedro Alves <pedro@codesourcery.com>
1234
1235 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1236 format strings and add casts to avoid compiler warnings.
1237
1238 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
1239
1240 * lib/trace-support.exp (gdb_trace_setactions):
1241 Don't expect whitespace after ">" prompt.
1242 * gdb.trace/actions.exp: Adjust for output changes.
1243 * gdb.trace/while-stepping.exp: Likewise.
1244
1245 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1248 and r157645).
1249
1250 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1251
1252 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1253 New.
1254
1255 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1256
1257 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1258 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1259
1260 2010-03-19 Stan Shebs <stan@codesourcery.com>
1261
1262 * gdb.trace/ax.exp: New file.
1263
1264 2010-03-19 Doug Evans <dje@google.com>
1265
1266 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1267 output from gcc.
1268
1269 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1270 named /usr/sbin/prelink<foo>.
1271
1272 2010-03-18 Stan Shebs <stan@codesourcery.com>
1273
1274 * gdb.trace/circ.exp: Test circular-trace-buffer.
1275 * gdb.trace/tfile.exp: Update tstatus test.
1276
1277 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1278
1279 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1280 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1281
1282 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1283
1284 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1285
1286 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1287
1288 * gdb.base/default.exp: Adjust the expected output of the finish
1289 and until commands when the inferior is not being run.
1290
1291 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1292
1293 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1294 * gdb.cp/nsusing.exp: Ditto.
1295
1296 2010-03-15 Tom Tromey <tromey@redhat.com>
1297
1298 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1299 * gdb.cp/userdef.cc (operator==): New function.
1300 (main): New locals mem1, mem2.
1301
1302 2010-03-15 Jie Zhang <jie@codesourcery.com>
1303
1304 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1305 Declare and use new loadtimeout variable.
1306
1307 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1308
1309 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1310 Use gdb_load later.
1311
1312 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1313
1314 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1315 literal. Add missing endlines to prints to stderr.
1316
1317 2010-03-12 Tom Tromey <tromey@redhat.com>
1318
1319 PR c++/9708:
1320 * gdb.cp/m-static.exp: Add regression test.
1321 * gdb.cp/m-static.cc (method): New method.
1322 (main): Call it.
1323
1324 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1325
1326 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1327 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1328
1329 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1330
1331 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1332
1333 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1334
1335 * lib/gdb.exp (skip_stl_tests): New.
1336 (gdb_compile): Symbian needs -ldl.
1337 (shlib_target_file): New.
1338 (shlib_symbol_file): New.
1339 (gdb_load_shlibs): Use shlib_target_file.
1340 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1341 * gdb.cp/exception.exp: Use skip_stl_tests.
1342 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1343 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1344 * gdb.cp/mb-templates.exp: Ditto.
1345 * gdb.base/commands.exp: Relax regexes.
1346 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1347 shlib_target_file and shlib_symbol_file.
1348 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1349 sections.
1350 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1351 * gdb.base/solib-disc.exp: Use
1352 shlib_target_file and shlib_symbol_file.
1353 * gdb.base/unload.exp: Don't skip on symbian. Use
1354 shlib_target_file and shlib_symbol_file.
1355 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1356
1357 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1358
1359 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1360 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1361 Issue a tfind end before looking for a tracepoint frame.
1362 * gdb.trace/tfind.exp: Adjust tstatus output.
1363 Adjust disassembly output.
1364 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1365
1366 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 * gdb.base/break-interp.exp: Create new displacement parameter value
1369 for the test_ld calls.
1370 (reach): New parameter displacement, verify its content. New push of
1371 pf_prefix "reach-$func:". Import global expect_out.
1372 (test_core): New parameter displacement, verify its content. New push
1373 of pf_prefix "core:". New command "set verbose on". Import global
1374 expect_out.
1375 (test_attach): New parameter displacement, verify its content. New
1376 push of pf_prefix "attach:". New command "set verbose on". Import
1377 global expect_out.
1378 (test_ld): New parameter displacement, pass it to the reach, test_core
1379 and test_attach calls and verify its content in the "ld.so exit" test.
1380 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1381 (prelink): Update expected text, use gdb_test.
1382
1383 2010-03-10 Doug Evans <dje@google.com>
1384
1385 * gdb.base/checkpoint.exp: Fix comment.
1386 Lengthen timeout while doing >600 checkpoints test.
1387 Rename duplicate "kill all one" test to keep test names unique.
1388
1389 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1390
1391 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1392
1393 2010-03-08 Keith Seitz <keiths@redhat.com>
1394
1395 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1396 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1397 (dm_type_long): New function.
1398 (dm_type_unsigned_short): New function.
1399 (dm_type_unsigned_long): New function.
1400 (myint): New typedef.
1401 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1402 long, unsigned shor and long, operator char*, and typedef.
1403 (test_lookup_operator_functions): Add operator char* test.
1404 (test_paddr_operator_functions): Likewise.
1405 (test_paddr_overloaded_functions): Use probe values for
1406 short, long, and unsigned short and long.
1407 (test_paddr_hairy_functions): If the demangler probe detected
1408 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1409 demangler.
1410 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1411 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1412 and "print null_pmf".
1413 Add test "ptype a.*pmf".
1414 * gdb.cp/overload.exp: Allow optional "int" to appear with
1415 "short" and "long".
1416 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1417 long expect value for men_overload1arg.
1418 Allow "int" to appear with "short" and "long".
1419 When testing "info break", add argument for main (void).
1420 Also allow "int" to appear with "short" and "long".
1421 Ditto with "unsigned" and "long long".
1422 * gdb.java/jmain.exp: Do not enclose methods names in single
1423 quotes.
1424 * gdb.java/jmisc.exp: Likewise.
1425 * gdb.java/jprint.exp: Likewise.
1426 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1427
1428 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1429 * gdb.cp/exception.exp (backtrace after first throw)
1430 (backtrace after second throw): Allow a namespace before __cxa_throw.
1431 (backtrace after first catch, backtrace after second catch): Allow
1432 a namespace before __cxa_begin_catch.
1433
1434 * gdb.cp/cpexprs.exp: New file.
1435 * gdb.cp/cpexprs.cc: New file.
1436
1437 From Daniel Jacobowitz <dan@codesourcery.com>
1438 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1439 to use string_to_regexp.
1440 (ctor, dtor): New functions. Use them to match constructor
1441 and destructor function types.
1442 (Top level): Use runto_main.
1443
1444 2010-03-05 Tom Tromey <tromey@redhat.com>
1445
1446 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1447 gdb.target_charset.
1448 (pp_ns.to_string): Likewise.
1449
1450 2010-03-04 Keith Seitz <keiths@redhat.com>
1451
1452 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1453 can be quoted. Test that both the filename and function/line
1454 portions can be quoted at the same time.
1455
1456 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1457
1458 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1459
1460 2010-03-03 Doug Evans <dje@google.com>
1461
1462 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1463 libc contains libpthread.
1464
1465 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1466 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1467 of gdb_compile. Add another pattern to match android backtrace.
1468
1469 2010-03-03 Tom Tromey <tromey@redhat.com>
1470
1471 PR gdb/11345:
1472 * gdb.base/printcmds.exp (test_printf): Add test.
1473
1474 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1475
1476 * gdb.arch/amd64-byte.exp: New.
1477 * gdb.arch/amd64-dword.exp: Likewise.
1478 * gdb.arch/amd64-pseudo.c: Likewise.
1479 * gdb.arch/amd64-word.exp: Likewise.
1480 * gdb.arch/i386-byte.exp: Likewise.
1481 * gdb.arch/i386-pseudo.c: Likewise.
1482 * gdb.arch/i386-word.exp: Likewise.
1483
1484 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1485
1486 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1487 types. Add structreg, bitfields, and flags registers.
1488 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1489 registers.
1490
1491 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1492
1493 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1494 (load_description): Set architecture if defined.
1495
1496 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1497
1498 * gdb.python/py-frame.exp: Add read_var block tests.
1499 * gdb.python/py-frame.c (block): New function.
1500
1501 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1502 Daniel Jacobowitz <dan@codesourcery.com>
1503
1504 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1505
1506 2010-02-25 David S. Miller <davem@davemloft.net>
1507
1508 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1509 fix logic for setting all_syscalls_numbers.
1510
1511 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1512
1513 * Makefile.in: Add py-block and py-symbol.
1514 * gdb.python/py-symbol.exp: New File.
1515 * gdb.python/py-symtab.exp: New File.
1516 * gdb.python/py-block.exp: New File.
1517 * gdb.python/py-symbol.c: New File.
1518 * gdb.python/py-block.c: New File.
1519
1520 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1521
1522 PR python/11314
1523 * lib/gdb.exp (skip_python_tests): New function.
1524 * gdb.python/py-cmd.exp: Use skip_python_tests.
1525 * gdb.python/py-frame.exp: Likewise.
1526 * gdb.python/py-function.exp: Likewise.
1527 * gdb.python/py-prettyprint.exp: Likewise.
1528 * gdb.python/py-template.exp: Likewise.
1529 * gdb.python/py-type.exp: Likewise.
1530 * gdb.python/py-value.exp: Likewise.
1531
1532 2010-02-22 Pedro Alves <pedro@codesourcery.com>
1533
1534 PR9605
1535
1536 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1537
1538 2010-02-19 Tom Tromey <tromey@redhat.com>
1539
1540 PR c++/8693, PR c++/9496:
1541 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1542 regression tests.
1543
1544 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 Fix compatibility with m68k as.
1547 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1548 Use only /* comments */.
1549
1550 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1551
1552 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1553 * configure: Regenerate.
1554
1555 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1556
1557 * gdb.python/py-type.exp: Check for Python support.
1558
1559 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1560
1561 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1562 `regsub' syntax available.
1563
1564 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1565
1566 * gdb.base/shmain.c (main): Remove printf call.
1567 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1568 * gdb.base/unload.c (main): Make format of fprintf a string
1569 literal. Add missing endlines to prints to stderr.
1570 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1571
1572 2010-02-17 Tom Tromey <tromey@redhat.com>
1573
1574 * gdb.java/jprint.java (jprint.props): New field.
1575 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1576
1577 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1578
1579 * gdb.base/charset.exp: Don't assume new `regsub' syntax
1580 available.
1581
1582 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1583
1584 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1585 creation to support remote host testing.
1586
1587 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1588
1589 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1590 Recognize "command not found".
1591
1592 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1593
1594 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1595 single-stepping.
1596
1597 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1598
1599 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1600 if arguments are not supported.
1601
1602 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1603
1604 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1605 be const or non-const.
1606
1607 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1608
1609 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1610 mi_send_resuming_command to send -exec-continue.
1611
1612 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1613
1614 * gdb.base/list.exp (test_list_filename_and_function): Add test
1615 with single quotes.
1616 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1617 matching.
1618 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1619 Add KFAIL'd tests for PR gdb/11289.
1620
1621 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1622
1623 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1624
1625 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1626
1627 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1628 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1629 a temporary directory.
1630
1631 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1632
1633 * gdb.base/charset.exp: Use a single regular expression to match
1634 show host-charset and show target-charset output.
1635
1636 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1639 "Illegal process-id" expect string more exact.
1640 (attach to digits-starting nonsense is prohibited): New.
1641
1642 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 * gdb.base/prelink.exp (set verbose on): New.
1645
1646 2010-02-12 Tomas Holmberg <th@virtutech.com>
1647
1648 * mi-reverse.exp: New file. Test for reverse option to the
1649 following MI commands: exec-continue, exec-finish, exec-next,
1650 exec-step, exec-next-instruction, exec-step-instruction.
1651
1652 2010-02-09 Joel Brobecker <brobecker@adacore.com>
1653
1654 * gdb.ada/ptype_tagged_param: New testcase.
1655
1656 2010-02-08 Tom Tromey <tromey@redhat.com>
1657
1658 PR c++/8017:
1659 * gdb.cp/overload.exp: Add tests.
1660 * gdb.cp/overload.cc (struct K): New.
1661 (namespace N): New.
1662 (main): Call new functions.
1663 (K::staticoverload): Define.
1664
1665 Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1666
1667 PR gdb/10728
1668 * gdb.cp/pr10728-x.h: New file.
1669 * gdb.cp/pr10728-x.cc: New file.
1670 * gdb.cp/pr10728-y.cc: New file.
1671 * gdb.cp/pr10728.exp: New file.
1672 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1673
1674 Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1675
1676 PR gdb/9067
1677 * gdb.cp/pr9067.exp: New
1678 * gdb.cp/pr9067.cc: New
1679 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1680
1681 2010-02-08 Joel Brobecker <brobecker@adacore.com>
1682
1683 * lib/gdb.exp (gdb_test_timeout): New global variable.
1684 Set it to timeout if not already set.
1685 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1686
1687 2010-02-05 Doug Evans <dje@google.com>
1688
1689 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1690 user.
1691
1692 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1693
1694 PR c++/7935:
1695 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1696
1697 2010-02-04 Tom Tromey <tromey@redhat.com>
1698
1699 * gdb.cp/virtbase.exp: Make test case names unique.
1700
1701 2010-02-02 Tom Tromey <tromey@redhat.com>
1702
1703 * gdb.cp/virtbase.exp: Add regression tests.
1704 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1705 (main): Instantiate RHC.
1706
1707 2010-02-02 Tom Tromey <tromey@redhat.com>
1708
1709 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1710 type-printing change.
1711
1712 2010-02-02 Tom Tromey <tromey@redhat.com>
1713
1714 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1715 * gdb.cp/virtbase.cc: New file.
1716 * gdb.cp/virtbase.exp: New file.
1717 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1718
1719 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1720
1721 PR libc/11214:
1722 * gdb.threads/current-lwp-dead.c: Include features.h.
1723 (HAS_NOMMU): New.
1724 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1725
1726 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 * gdb.base/symbol-without-target_section.exp,
1729 gdb.base/symbol-without-target_section.c: New.
1730
1731 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1732
1733 * gdb.base/bigcore.exp: Reset increased timeout.
1734 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
1735
1736 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1737
1738 * gdb.base/gcore.exp (capture_command_output): Use
1739 gdb_test_multiple.
1740
1741 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1742
1743 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
1744 * gdb.arch/thumb2-it.exp (test_it_break): New function.
1745 (Top level): Call it.
1746
1747 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1748
1749 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
1750
1751 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1752
1753 * gdb.base/call-strs.exp, gdb.base/default.exp,
1754 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
1755 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
1756 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
1757 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
1758 gdb.base/watchpoint-solib.exp: Save and restore timeout.
1759 * gdb.base/ending-run.exp: Correct restore of timeout.
1760 * gdb.base/page.exp: Remove unnecessary timeout setting.
1761
1762 2010-01-29 Joel Brobecker <brobecker@adacore.com>
1763
1764 * gdb.ada/rec_return: New testcase.
1765
1766 2010-01-29 Joel Brobecker <brobecker@adacore.com>
1767
1768 * gdb.ada/call_pn: New testcase.
1769
1770 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1771
1772 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
1773 (Top level): Use it to resume.
1774 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
1775 the Thumb mode displaced stepping error as unsupported.
1776
1777 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
1778
1779 * gdb.cp/nsusing.exp: Added more tests.
1780 * gdb.cp/nsrecurs.exp: Ditto.
1781 * gdb.cp/nsusing.cc: Added test functions.
1782 * gdb.cp/nsrecurs.cc: Ditto.
1783
1784 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1785
1786 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
1787 absolute directory pathnames in gdb.sum file.
1788
1789 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
1790
1791 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
1792 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
1793
1794 2010-01-26 Tom Tromey <tromey@redhat.com>
1795
1796 PR exp/7643:
1797 * gdb.base/printcmds.exp (test_print_string_constants): Remove
1798 setup_kfail.
1799
1800 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
1801
1802 * gdb.cp/nsrecurs.exp: New test.
1803 * gdb.cp/nsrecurs.cc: New test program.
1804 * gdb.cp/nsstress.exp: New test.
1805 * gdb.cp/nsstress.cc: New test program.
1806 * gdb.cp/nsdecl.exp: New test.
1807 * gdb.cp/nsdecl.cc: New test program.
1808
1809 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
1810
1811 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
1812 imported into file scope.
1813 Marked test as xfail.
1814 * gdb.cp/namespace-using.cc (marker5): New function.
1815 * gdb.cp/shadow.exp: New test.
1816 * gdb.cp/shadow.cc: New test program.
1817 * gdb.cp/nsimport.exp: New test.
1818 * gdb.cp/nsimport.cc: New test program.
1819
1820 2010-01-25 Tom Tromey <tromey@redhat.com>
1821
1822 PR gdb/11049:
1823 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
1824 with "set print null-stop on".
1825
1826 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
1829 Adjust it for DISASSEMBLY_OMIT_FNAME.
1830
1831 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1832
1833 PR symtab/11199:
1834 * gdb.dwarf2/member-ptr-forwardref.exp,
1835 gdb.dwarf2/member-ptr-forwardref.S: New.
1836
1837 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
1840 (thread1_func): Protect thread1_tid with thread1_tid_cond by
1841 thread1_tid_mutex. Remove gdbstop_mutex handling.
1842 (thread2_func): Protect thread2_tid with thread2_tid_cond by
1843 thread2_tid_mutex. Remove gdbstop_mutex handling.
1844 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
1845 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
1846 pthread_cond_wait conditionalizations by while loops.
1847
1848 2010-01-20 Tom Tromey <tromey@redhat.com>
1849
1850 PR backtrace/10770:
1851 * gdb.dwarf2/pr10770.exp: New file.
1852 * gdb.dwarf2/pr10770.c: New file.
1853 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
1854
1855 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
1856
1857 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
1858 that target was removed, and the test always runs native anyway.
1859
1860 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
1863 gdb.base/watchpoint-cond-gone-stripped.c: New.
1864
1865 2010-01-19 Tom Tromey <tromey@redhat.com>
1866
1867 PR c++/8000:
1868 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
1869 existing tests.
1870 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
1871 (main): Use AAA::SomeEnum.
1872
1873 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1874
1875 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
1876 (test_ignore_count): Declare line_callme_body global.
1877 (run to breakpoint with ignore count): Use line_callme_body.
1878 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
1879 (set line_main_hello, set line_main_return): Reindent.
1880 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
1881 New.
1882 (continue to callee4): Use line_callee4_body.
1883 (check *stopped from CLI command): Use line_callee4_next.
1884 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
1885 (set line_main_hello, set line_main_return): Reindent.
1886 (set line_callee4_head, set line_callee4_body): New.
1887 (continue to callee4): Use line_callee4_body.
1888
1889 2010-01-18 Tom Tromey <tromey@redhat.com>
1890
1891 PR c++/9680:
1892 * gdb.cp/casts.cc: Add new classes and variables.
1893 * gdb.cp/casts.exp: Test new operators.
1894
1895 2010-01-18 Tom Tromey <tromey@redhat.com>
1896 Thiago Jung Bauermann <bauerman@br.ibm.com>
1897
1898 * gdb.python/source2.py: New file.
1899 * gdb.python/source1: New file.
1900 * gdb.python/python.exp: Test "source" command.
1901
1902 2010-01-15 Stan Shebs <stan@codesourcery.com>
1903
1904 * gdb.trace/tfile.c: New file.
1905 * gdb.trace/tfile.exp: New file.
1906
1907 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
1910
1911 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1912
1913 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
1914
1915 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1916
1917 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
1918 (libfunc): New parameter action. Implement also selectable "sleep".
1919 * gdb.base/break-interp-main.c: Include assert.h.
1920 (libfunc): New parameter action.
1921 (main): New parameters argc and argv. Assert argc. Pass argv.
1922 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
1923 (test_attach): New proc.
1924 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
1925 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
1926
1927 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 * gdb.base/break-interp.exp (test_core): New proc.
1930 (test_ld): Call it.
1931
1932 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1933
1934 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
1935 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
1936 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
1937 and gdb_compile_shlib. Use new -Wl compiler options.
1938 (dl bt, main bt): New tests.
1939
1940 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 Support PIEs with no symfile_objfile.
1943 * gdb.base/break-interp.exp: New argument at the test_ld calls.
1944 (test_ld): New parameter trynosym.
1945 (test_ld <$trynosym>): New block.
1946
1947 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * gdb.base/break-interp.exp: New file.
1950
1951 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1952
1953 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
1954 * gdb.python/py-prettyprint.py (pp_ls): New printer.
1955 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
1956 test.
1957 * gdb.python/py-prettyprint.c: Define lazystring test structure.
1958 * gdb.python/py-mi.exp: Add lazy string test.
1959
1960 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1961
1962 * lib/mi-support.exp (mi_check_thread_states): Handle
1963 core number in thread listing.
1964
1965 2010-01-12 Joel Brobecker <brobecker@adacore.com>
1966
1967 * gdb.base/maint.exp: Adjust the expected output for the
1968 "maint print type" test. Use gdb_test_multiple instead of
1969 gdb_sent/gdb_expect.
1970
1971 2010-01-11 Doug Evans <dje@google.com>
1972
1973 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
1974 from gdbserver_download. All callers updated.
1975
1976 * gdb.server/ext-run.exp: "info os processes" requires xml support.
1977
1978 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1979
1980 Implement binary numbers parsing.
1981 * gdb.base/printcmds.exp (test_integer_literals_accepted)
1982 (test_integer_literals_rejected): New binary tests.
1983
1984 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1985
1986 * gdb.cell/configure: Regenerate.
1987
1988 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1989
1990 * gdb.base/corefile.exp: Move the core finding block out and call it as
1991 core_find, new variable $corefile, replace corefile by $corefile and
1992 [file tail $corefile] for usage vs. test names resp.
1993 * lib/gdb.exp (core_find): Move it as a new function here. New
1994 parameter binfile and deletefiles. New variable $destcore. Pre-delete
1995 $destcore. Return "" on error.
1996
1997 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 Workaround PR binutils/10802.
2000 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2001 (twice).
2002
2003 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2004
2005 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2006
2007 2010-01-08 Joel Brobecker <brobecker@adacore.com>
2008
2009 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2010 call, to avoid interruption.
2011
2012 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2013
2014 * gdb.stabs/weird.def (args93): New.
2015
2016 2010-01-07 Doug Evans <dje@google.com>
2017
2018 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2019
2020 2010-01-07 Tom Tromey <tromey@redhat.com>
2021
2022 * gdb.base/source.exp: Use correct line number.
2023
2024 2010-01-05 Stan Shebs <stan@codesourcery.com>
2025
2026 * gdb.trace/tracecmd.exp: Test ftrace.
2027
2028 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2029
2030 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2031
2032 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2035 "uint_for_mi_testing".
2036
2037 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2038
2039 Test indented comment in file being sourced.
2040 * gdb.base/commands.exp: Test indented comment in file being sourced.
2041
2042 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2043
2044 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2045 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2046 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2047 notice.
2048
2049 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2050
2051 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2052 notice.
2053
2054 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2057 missing $after_stopped and comma (,) expectation.
2058
2059 2009-12-31 Stan Shebs <stan@codesourcery.com>
2060
2061 * gdb.trace/actions.exp: Test teval action.
2062
2063 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2064
2065 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2066 (top level): Call test_watchpoint_in_big_blob.
2067 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2068 watchpoints.
2069 (func3): Write to buf.
2070
2071 2009-12-29 Stan Shebs <stan@codesourcery.com>
2072
2073 * gdb.trace/actions.exp: Test default-collect.
2074
2075 2009-12-28 Stan Shebs <stan@codesourcery.com>
2076
2077 * gdb.trace/tsv.exp: New file.
2078 * gdb.base/completion.exp: Update ambiguous info output.
2079
2080 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2081
2082 * gdb.base/find.c (main): Reference search buffers.
2083 * gdb.base/included.c (main): Reference integer.
2084 * gdb.base/ptype.c (charfoo): Declare.
2085 (intfoo): Call charfoo.
2086 * gdb.base/scope0.c (useitp): New function.
2087 (usestatics): Use useitp.
2088 (useit): Add a type for val.
2089 * gdb.base/scope1.c (useit1): Take a pointer argument.
2090 (usestatics1): Update calls to useit1.
2091 * gdb.cp/call-c.cc: Declare foo.
2092 (main): Call foo.
2093 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2094 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2095 (main): Call C::ensureRefs and ensureOtherRefs.
2096 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2097 variables.
2098 (ensureOtherRefs): New function.
2099 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2100 * gdb.cp/templates.cc (main): Call t5i.value.
2101
2102 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 Fix compatibility with G++-4.5.
2105 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2106 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2107 (uncaught return): Remove.
2108
2109 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2110 Phil Muldoon <pmuldoon@redhat.com>
2111
2112 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2113 (bp_location13, bp_location14, bp_location17, bp_location18)
2114 (marker3_proto, marker4_proto): New variables.
2115 (breakpoint info): Update output.
2116 (run until breakpoint at marker3, run until breakpoint at marker4): New
2117 tests.
2118
2119 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2122 Replace the printf call of Y by provided "y-set-1" label. New block
2123 for the second shared library.
2124 * gdb.base/unload.exp: Compile also the second library, call
2125 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2126 (single pending breakpoint info): Rename to ...
2127 (pending breakpoint info before run): ... this extended test.
2128 (libfile2, libname2, libsrcfile2, libsrc2)
2129 (lib_sl2): New variables.
2130 (exec_opts): Set also SHLIB_NAME2.
2131 (pending breakpoint info on first run at shrfunc1)
2132 (pending breakpoint info on second run at shrfunc1)
2133 (pending breakpoint info on second run at shrfunc2)
2134 (print y from libfile, print y from libfile2): New tests.
2135 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2136 * gdb.base/unloadshr2.c: New.
2137
2138 2009-12-22 Hui Zhu <teawater@gmail.com>
2139
2140 * gdb.reverse/sigall-reverse.exp: Adjust.
2141
2142 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2143
2144 PR gdb/10884
2145
2146 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2147 (main): Call do_bitfield_tests.
2148 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
2149
2150 2009-12-20 Joel Brobecker <brobecker@adacore.com>
2151
2152 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2153 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2154 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2155 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2156 gdb.modula2/unbounded1.c: Update copyright header.
2157
2158 2009-12-10 Chris Moller <moller@mollerware.com>
2159
2160 PR gdb/9399
2161 * gdb.cp/virtfunc2.exp: New tests
2162 * gdb.cp/virtfunc2.cc: New tests
2163 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2164
2165 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2166
2167 * gdb.reverse/i387-env-reverse.c: New file.
2168 * gdb.reverse/i387-env-reverse.exp: New file.
2169 * gdb.reverse/i387-stack-reverse.c: New file.
2170 * gdb.reverse/i387-stack-reverse.exp: New file.
2171
2172 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2173
2174 * gdb.python/py-type.exp (test_range): New test.
2175
2176 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2177
2178 PR python/10805
2179
2180 * gdb.python/py-type.exp: New file.
2181 * gdb.python/py-type.c: New file.
2182 * Makefile.in: Add py-type.
2183
2184 2009-12-03 Tom Tromey <tromey@redhat.com>
2185
2186 * gdb.python/py-value.exp (test_parse_and_eval): New
2187 function.
2188
2189 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2190
2191 PR gdb/11022
2192
2193 * gdb.base/pr11022.exp: New test.
2194 * gdb.base/pr11022.c: New test.
2195
2196 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 Fix spurious false FAILs.
2199 * gdb.base/structs.c (chartest): New.
2200 (main): Fill-in chartest.
2201 * gdb.base/structs.exp (anychar_re, first): New.
2202 (start_structs_test): Import global anychar_re and first.
2203 New gdb_test call "set print elements 300; ${testfile}"
2204 (start_structs_test <$first>): New block.
2205 (any): Import global anychar_re. New variable ac. Use ${ac}.
2206
2207 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2210
2211 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2212
2213 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2214 Force $srcfile file.
2215 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2216
2217 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2218
2219 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2220 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2221 * gdb.threads/watchthreads-reorder.exp: Likewise.
2222
2223 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2224
2225 PR gdb/8704
2226
2227 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2228 "if", and "thread". Correct matching in the previous test.
2229
2230 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2231
2232 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2233
2234 2009-11-23 Michael Snyder <msnyder@vmware.com>
2235
2236 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2237 * gdb.reverse-watch-precsave.exp: Ditto.
2238
2239 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2240
2241 * gdb.asm/asm-source.exp: Adjust.
2242 * gdb.base/help.exp: Adjust.
2243
2244 2009-11-22 Pedro Alves <pedro@codesourcery.com>
2245
2246 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2247 (do_syscall_tests_without_xml): Set data-directory to
2248 /the/path/to/nowhere.
2249
2250 2009-11-21 Pedro Alves <pedro@codesourcery.com>
2251
2252 * gdb.threads/local-watch-wrong-thread.c,
2253 gdb.threads/local-watch-wrong-thread.exp: New files.
2254
2255 2009-11-21 Pedro Alves <pedro@codesourcery.com>
2256
2257 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2258 assume new `regsub' syntax available.
2259
2260 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * gdb.base/watchpoint-hw-hit-once.exp,
2263 gdb.base/watchpoint-hw-hit-once.c: New.
2264
2265 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2266
2267 * gdb.threads/watchthreads-reorder.exp,
2268 gdb.threads/watchthreads-reorder.c: New.
2269
2270 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2271
2272 * gdb.xml/tdesc-regs.exp: Use for m68k.
2273
2274 2009-11-15 Pedro Alves <pedro@codesourcery.com>
2275
2276 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2277
2278 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2279
2280 * lib/gdb.exp (current_target_name): New procedure.
2281 (gdb_wrapper_target): New variable.
2282 (gdb_wrapper_init): Set gdb_wrapper_target.
2283 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2284 wrapper.
2285
2286 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2287
2288 * gdb.base/remote.exp: Delete the slowest load test.
2289 Do not load with fixed packet sizes.
2290
2291 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2292
2293 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2294
2295 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2296
2297 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2298 srcfile when setting a breakpoint.
2299
2300 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2301
2302 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2303 macros.
2304
2305 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2306
2307 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2308 to be in memory.
2309 * gdb.base/display.c (force_mem): New.
2310 (do_loops): Use it. Add breakpoint comments.
2311 (do_vars): Add a breakpoint comment.
2312 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2313 line numbers.
2314
2315 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2316
2317 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2318 instead of a bare "run".
2319
2320 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2321
2322 * gdb.python/py-prettyprint.exp: Adjust.
2323
2324 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2325
2326 * lib/cell.exp (skip_cell_tests): Clean up test files before
2327 returning.
2328
2329 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2330
2331 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2332 and the breakpoint menu. Do not call perror if a prompt is seen.
2333 Consume the following GDB prompt.
2334 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2335 * gdb.cp/namespace.exp: Use gdb_test.
2336 * gdb.cp/templates.exp: Use gdb_test.
2337 (test_template_breakpoints): Use gdb_test_multiple.
2338
2339 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2340
2341 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2342 (marker4): Reference values.
2343
2344 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2345
2346 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2347 is missing.
2348
2349 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2350
2351 * gdb.base/break.c (need_malloc): New.
2352 * gdb.base/constvars.c (main): Reference crass and crisp.
2353 * gdb.base/gdb1821.c (main): Reference bar.
2354 * gdb.cp/gdb1355.cc (main): Reference s1.
2355 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2356 (main): Call them.
2357 * gdb.cp/hang2.cc (dummy2): Define.
2358 * gdb.cp/hang3.cc (dummy3): Define.
2359 * gdb.cp/m-data.cc (main): Reference shadow.
2360
2361 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2362 Nathan Froyd <froydnj@codesourcery.com>
2363
2364 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2365 remote host.
2366
2367 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2368
2369 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2370 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2371 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2372 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2373 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2374 * gdb.dwarf2/dw2-producer.exp: Likewise.
2375 * gdb.dwarf2/mac-fileno.exp: Likewise.
2376 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2377 py-prettyprint.py to the remote host.
2378 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2379
2380 2009-11-11 Keith Seitz <keiths@redhat.com>
2381
2382 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2383 use it instead of "Foo".
2384 * gdb.cp/classes.exp (do_tests): Add a test to access
2385 a method through a typedef'd class name.
2386
2387 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2388
2389 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2390 exponents.
2391 * gdb.base/pointers.exp: Likewise.
2392 * gdb.cp/ref-types.exp: Likewise.
2393
2394 2009-11-11 Keith Seitz <keiths@redhat.com>
2395
2396 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2397 new[] and delete[].
2398 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2399 "void".
2400 (probe_demangler): Remove all single-quoting of
2401 method and variable names.
2402 (info_func_regexp): Remove the word "void" from any
2403 occurrence of "(void)".
2404 (print_addr_2): Remove all single-quoting of
2405 method names.
2406 (print_addr_2_kfail): Likewise.
2407 (print_addr): Single-quote C function names before
2408 passing to print_addr_2.
2409 (test_paddr_operator_functions): Remove single-quoting
2410 for method names.
2411 Add tests for operator new[] and operator delete[].
2412
2413 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2414
2415 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2416
2417 2009-11-09 Keith Seitz <keiths@redhat.com>
2418
2419 * gdb.cp/overload.exp: Add tests for resolving overloaded
2420 methods in expression parsing/evaluation.
2421
2422 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2423
2424 * lib/gdb.exp (default_gdb_version): Use --version instead of
2425 --command.
2426
2427 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2428
2429 * lib/gdb.exp (gdb_compile_test): New.
2430 (skip_ada_tests, skip_java_tests): New.
2431 (gdb_compile): Use gdb_compile_test for f77.
2432 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2433 * lib/java.exp (compile_java_from_source): Remove runtests check,
2434 use gdb_compile_test to record result.
2435 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2436 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2437 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2438 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2439 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2440 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2441 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2442 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2443 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2444 adjust gdb_compile invocations.
2445
2446 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * Makefile.in (abs_builddir): New.
2449 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2450 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2451 `$(abs_builddir)/site.exp'.
2452
2453 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2454
2455 * config/m68k-emc.exp, lib/emc-support.exp,
2456 gdb.trace/gdb_c_test.c: Delete.
2457 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2458 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2459 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2460 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2461 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2462 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2463 casing for m68k-*-elf.
2464
2465 2009-11-03 Pedro Alves <pedro@codesourcery.com>
2466
2467 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2468 * gdb.arch/i386-prologue.exp: Likewise.
2469 * gdb.arch/i386-unwind.exp: Likewise.
2470
2471 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2472
2473 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2474
2475 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2476
2477 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2478
2479 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2480
2481 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2482
2483 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2484
2485 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2486
2487 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2488
2489 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2490 * gdb.base/sepdebug2.c: New file.
2491
2492 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2493
2494 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2495 the modified warnings for catch syscall. Verify if GDB was compiled
2496 with support for lib expat, and choose which tests to run depending
2497 on this.
2498
2499 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2500
2501 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2502 that composite commands are parsed OK. And also test
2503 that breakpoint commands do work.
2504
2505 2009-10-23 Michael Snyder <msnyder@vmware.com>
2506
2507 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2508 to allow for new disassembly style.
2509
2510 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2511
2512 * gdb.asm/asm-source.exp: Adjust.
2513
2514 2009-10-22 Michael Snyder <msnyder@vmware.com>
2515
2516 * gdb.reverse/break-precsave.exp: New test.
2517 * gdb.reverse/consecutive-precsave.exp: Ditto.
2518 * gdb.reverse/finish-precsave.exp: Ditto.
2519 * gdb.reverse/i386-precsave.exp: Ditto.
2520 * gdb.reverse/machinestate-precsave.exp: Ditto.
2521 * gdb.reverse/sigall-precsave.exp: Ditto.
2522 * gdb.reverse/solilb-precsave.exp: Ditto.
2523 * gdb.reverse/step-precsave.exp: Ditto.
2524 * gdb.reverse/until-precsave.exp: Ditto.
2525 * gdb.reverse/watch-precsave.exp: Ditto.
2526
2527 2009-10-22 Michael Snyder <msnyder@vmware.com>
2528
2529 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2530 for gdb_expect. Adjust one test's expect strings for the new
2531 format of disassemble.
2532 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2533 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2534 gdb_test_multiple.
2535 * gdb.reverse/step-reverse.exp: Delete 'return'.
2536 * gdb.reverse/until-reverse.exp: Delete blank lines.
2537 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2538
2539 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2540
2541 * gdb.base/consecutive.exp: Adjust.
2542 * gdb.base/display.exp: Likewise.
2543 * gdb.base/pc-fp.exp: Likewise.
2544 * gdb.base/sigbpt.exp: Likewise.
2545
2546 2009-10-19 Michael Snyder <msnyder@vmware.com>
2547
2548 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2549 * gdb.reverse/finish-reverse.c: Ditto.
2550 * gdb.reverse/sigall-reverse.c: Ditto.
2551 * gdb.reverse/solib-reverse.c: Ditto.
2552 * gdb.reverse/step-reverse.c: Ditto.
2553 * gdb.reverse/watch-reverse.c: Ditto.
2554
2555 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2556 Stan Shebs <stan@codesourcery.com>
2557
2558 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2559 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2560 "Executing new program".
2561 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2562 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2563 left listed after having been killed.
2564 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2565 * gdb.base/maint.exp: Adjust test.
2566
2567 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2568 * gdb.multi/Makefile.in: New.
2569 * gdb.multi/base.exp: New.
2570 * gdb.multi/goodbye.c: New.
2571 * gdb.multi/hangout.c: New.
2572 * gdb.multi/hello.c: New.
2573 * gdb.multi/bkpt-multi-exec.c: New.
2574 * gdb.multi/bkpt-multi-exec.exp: New.
2575 * gdb.multi/crashme.c: New.
2576
2577 2009-10-13 Tristan Gingold <gingold@adacore.com>
2578
2579 * gdb.base/sepdebug.exp: Check debug info are found.
2580
2581 2009-10-08 Pedro Alves <pedro@codesourcery.com>
2582
2583 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2584 bits.
2585
2586 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2589
2590 2009-10-07 Joel Brobecker <brobecker@adacore.com>
2591
2592 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2593 of the comments.
2594
2595 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2596
2597 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2598 * gdb.base/annota3.exp: Idem.
2599 * gdb.base/maint.exp: Idem.
2600
2601 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2602
2603 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2604 to default.
2605
2606 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2607
2608 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2609 mingw and cygwin targets.
2610
2611 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2612 Pedro Alves <pedro@codesourcery.com>
2613
2614 * lib/gdb.exp (gdb_compile): Avoid adding
2615 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2616
2617 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2618
2619 * gdb.base/shr1.c: Use %p in format string.
2620 * gdb.base/unload.c: Avoid warning in fprintf.
2621 * gdb.base/watchpoint-solib.c: Idem.
2622
2623 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2624
2625 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2626 long type.
2627 (test_unlink): Correct printf string.
2628 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2629 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2630
2631 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2634 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2635 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2636
2637 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2638
2639 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2640 * gdb.objc/nondebug.exp: Likewise.
2641
2642 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2643
2644 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2645 target_info setting.
2646
2647 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2648 that detect new threads during "info threads".
2649
2650 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2651
2652 * gdb.threads/manythreads.c (main): Increase thread stack size
2653 to 2*PTHREAD_STACK_MIN.
2654 * gdb.threads/multi-create.c (main): Likewise.
2655 (create_function): Likewise.
2656
2657 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2658
2659 * gdb.base/dump.exp: Pass difference of pointer types instead
2660 of integer types as offset to restore in intarr3.srec case.
2661
2662 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2663
2664 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2665
2666 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2667
2668 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2669
2670 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2671
2672 New test for two watchpoints, with disabling of
2673 the first inserted.
2674 * testsuite/gdb.base/watchpoints.c: New file.
2675 * testsuite/gdb.base/watchpoints.exp: New file.
2676
2677 2009-09-25 Tom Tromey <tromey@redhat.com>
2678
2679 * gdb.base/charset.exp: Test utf-16 strings with Python.
2680
2681 2009-09-25 Tom Tromey <tromey@redhat.com>
2682
2683 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2684 UCS-4.
2685 * gdb.base/charset.c (utf_32_string): Rename.
2686 (init_utf32): Rename.
2687 (main): Update.
2688
2689 2009-09-22 Tom Tromey <tromey@redhat.com>
2690
2691 * gdb.python/py-function.exp: Add regression tests.
2692
2693 2009-09-21 Keith Seitz <keiths@redhat.com>
2694
2695 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2696 with invalid operator.
2697
2698 2009-09-21 Keith Seitz <keiths@redhat.com>
2699
2700 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2701 and destructor using typedef name of class.
2702 * gdb.cp/classes.cc (class Base1): Add a destructor.
2703 (base1): New typedef.
2704 (use_methods): Instanitate an object of type base1.
2705 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2706 (do_tests): Call test_template_typedef.
2707 * gdb.cp/templates.cc (Baz::~Baz): New method.
2708 (intBazOne): New typedef.
2709 (main): Instantiate intBazOne.
2710
2711 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2712
2713 PR python/10633
2714
2715 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2716 Function.
2717 (run_lang_tests): Add print elements test.
2718
2719 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2720
2721 * gdb.python/py-value.exp (test_subscript_regression): New
2722 function. Test for invalid subscripts.
2723 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2724 (ptr_ref): New function.
2725
2726 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2727
2728 * gdb.base/default.exp: Fix "show convenience".
2729
2730 2009-09-15 Tom Tromey <tromey@redhat.com>
2731
2732 * lib/mi-support.exp (mi_create_varobj): Update.
2733 (mi_create_floating_varobj): Likewise.
2734 (mi_create_dynamic_varobj): New proc.
2735 (mi_varobj_update): Update.
2736 (mi_varobj_update_with_type_change): Likewise.
2737 (mi_varobj_update_kv_helper): New proc.
2738 (mi_varobj_update_dynamic_helper): Rewrite.
2739 (mi_varobj_update_dynamic): New proc.
2740 (mi_list_varobj_children): Update.
2741 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
2742 * gdb.python/python-prettyprint.py (pp_outer): New class.
2743 (pp_nullstr): Likewise.
2744 (lookup_function): Register new printers.
2745 * gdb.python/python-prettyprint.c (struct substruct): New type.
2746 (struct outerstruct): Likewise.
2747 (substruct_test): New function.
2748 (struct nullstr): New type.
2749 (string_1, string_2): New globals.
2750 (main): Add new tests.
2751 * gdb.python/python-mi.exp: Added regression tests.
2752 * gdb.mi/mi2-var-display.exp: Update.
2753 * gdb.mi/mi2-var-cmd.exp: Update.
2754 * gdb.mi/mi2-var-child.exp: Update.
2755 * gdb.mi/mi2-var-block.exp: Update.
2756 * gdb.mi/mi-var-invalidate.exp: Update.
2757 * gdb.mi/mi-var-display.exp: Update.
2758 * gdb.mi/mi-var-cmd.exp: Update.
2759 * gdb.mi/mi-var-child.exp: Update.
2760 * gdb.mi/mi-var-block.exp: Update.
2761 * gdb.mi/mi-break.exp: Update.
2762 * gdb.mi/gdb701.exp: Update.
2763
2764 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2765
2766 * Makefile.in: Inclusion of catch-syscall object.
2767 * gdb.base/catch-syscall.c: New file.
2768 * gdb.base/catch-syscall.exp: New file.
2769
2770 2009-09-12 Michael Snyder <msnyder@vmware.com>
2771
2772 * gdb.reverse/step-reverse.exp: Explicitly check for targets
2773 that can support reverse debuggnig.
2774
2775 2009-09-11 Tom Tromey <tromey@redhat.com>
2776
2777 * gdb.dwarf2/valop.S: New file.
2778 * gdb.dwarf2/valop.exp: New file.
2779
2780 2009-09-11 Mark Kettenis <kettenis@gnu.org>
2781
2782 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
2783
2784 2009-09-10 Doug Evans <dje@google.com>
2785
2786 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
2787 Add $gdb_prompt to second breakpoint regexp.
2788
2789 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
2790
2791 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
2792 names, add missing ones.
2793 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
2794 * gdb.python/py-frame.c: Rename from python-frame.c.
2795 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
2796 testfile name.
2797 * gdb.python/py-function.exp: Rename from python-function.exp.
2798 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
2799 testfile name.
2800 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
2801 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
2802 Adjust testfile name.
2803 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
2804 * gdb.python/py-template.cc: Rename from python-template.cc.
2805 * gdb.python/py-template.exp: Rename from python-template.exp.
2806 Adjust testfile name.
2807 * gdb.python/py-value.c: Rename from python-value.c.
2808 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
2809 testfile name.
2810
2811 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
2814 $bpt2address.
2815 (Second breakpoint address is valid on ia64)
2816 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
2817
2818 2009-09-03 Joseph Myers <joseph@codesourcery.com>
2819
2820 * gdb.base/ending-run.exp: Restrict regular expression matching
2821 line number to require closing brace following.
2822
2823 2009-09-03 Doug Evans <dje@google.com>
2824
2825 * gdb.base/store.exp (check_set): Fix typo in expected value message.
2826
2827 2009-09-02 Tom Tromey <tromey@redhat.com>
2828
2829 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
2830
2831 2009-09-02 Tom Tromey <tromey@redhat.com>
2832
2833 * gdb.dwarf2/callframecfa.exp: New file.
2834 * gdb.dwarf2/callframecfa.S: New file.
2835
2836 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
2839 gdb.base/solib-overlap-main.c: New.
2840
2841 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
2842
2843 PR gdb/10565
2844
2845 * gdb.base/bitfields.c (struct container, container): New.
2846 (main): Initialize it and call break5.
2847 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
2848
2849 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2850
2851 Support constant DW_AT_data_member_location by GCC PR debug/40659.
2852 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
2853
2854 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2855
2856 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
2857
2858 2009-08-26 Michael Snyder <msnyder@vmware.com>
2859
2860 * gdb.base/i386-reverse.c: New file.
2861 * gdb.base/i386-reverse.exp: New file.
2862 * gdb.base/Makefile.in: Add new files to be removed.
2863
2864 2009-08-26 Joseph Myers <joseph@codesourcery.com>
2865
2866 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
2867 environment-pwd for remote host.
2868 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
2869
2870 2009-08-24 Keith Seitz <keiths@redhat.com>
2871
2872 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
2873 Add two new C++ completer tests which limit the output to a
2874 given class.
2875
2876 2009-08-24 Michael Snyder <msnyder@vmware.com>
2877
2878 * gdb.base/del.exp: Fix typo in comment.
2879 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
2880
2881 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2882
2883 * configure: Regenerate.
2884 * gdb.hp/configure: Likewise.
2885 * gdb.hp/gdb.aCC/configure: Likewise.
2886 * gdb.hp/gdb.base-hp/configure: Likewise.
2887 * gdb.hp/gdb.compat/configure: Likewise.
2888 * gdb.hp/gdb.defects/configure: Likewise.
2889 * gdb.hp/gdb.objdbg/configure: Likewise.
2890 * gdb.stabs/configure: Likewise.
2891
2892 2009-08-19 Doug Evans <dje@google.com>
2893
2894 * gdb.base/gdbvars.c: New file.
2895 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
2896
2897 2009-08-14 Pedro Alves <pedro@codesourcery.com>
2898
2899 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
2900 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
2901
2902 2009-08-13 Pedro Alves <pedro@codesourcery.com>
2903
2904 * gdb.base/default.exp: Adjust "set language test": it's now an
2905 enum command. Larger help string moved to "help set language".
2906 * gdb.base/help.exp: Adjust "help set language" expected output,
2907 now lists all known languages.
2908
2909 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
2910
2911 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
2912 all frame arguments.
2913 * gdb.arch/altivec-regs.exp: Likewise.
2914
2915 2009-08-07 Tom Tromey <tromey@redhat.com>
2916
2917 * gdb.base/setshow.exp: Add tests for changes to set language, set
2918 check range, and set check type.
2919
2920 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2921
2922 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
2923 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
2924 Call it.
2925
2926 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2927
2928 * configure.ac: Run gdb.cell tests when appropriate.
2929 * configure: Regenerate.
2930 * lib/cell.exp: New file.
2931 * gdb.cell: New directory.
2932 * gdb.cell/configure.ac: New file.
2933 * gdb.cell/configure: New file.
2934 * gdb.cell/Makefile.in: New file.
2935 * gdb.cell/arch.exp: New file.
2936 * gdb.cell/break.c: New file.
2937 * gdb.cell/break.exp: New file.
2938 * gdb.cell/break-spu.c: New file.
2939 * gdb.cell/bt.c: New file.
2940 * gdb.cell/bt2-spu.c: New file.
2941 * gdb.cell/bt-spu.c: New file.
2942 * gdb.cell/bt.exp: New file.
2943 * gdb.cell/coremaker.c: New file.
2944 * gdb.cell/coremaker-spu.c: New file.
2945 * gdb.cell/core.exp: New file.
2946 * gdb.cell/gcore.exp: New file.
2947 * gdb.cell/data.c: New file.
2948 * gdb.cell/data.exp: New file.
2949 * gdb.cell/data-spu.c: New file.
2950 * gdb.cell/ea-cache.exp: New file.
2951 * gdb.cell/ea-cache.c: New file.
2952 * gdb.cell/ea-cache-spu.c: New file.
2953 * gdb.cell/ea-standalone.c: New file.
2954 * gdb.cell/ea-standalone.exp: New file.
2955 * gdb.cell/ea-test.c: New file.
2956 * gdb.cell/ea-test.exp: New file.
2957 * gdb.cell/f-regs.exp: New file.
2958 * gdb.cell/mem-access.c: New file.
2959 * gdb.cell/mem-access.exp: New file.
2960 * gdb.cell/mem-access-spu.c: New file.
2961 * gdb.cell/ptype.exp: New file.
2962 * gdb.cell/registers.exp: New file.
2963 * gdb.cell/size.c: New file.
2964 * gdb.cell/sizeof.exp: New file.
2965 * gdb.cell/size-spu.c: New file.
2966 * gdb.cell/solib.exp: New file.
2967 * gdb.cell/solib-symbol.exp: New file.
2968
2969 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2970
2971 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
2972
2973 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2974
2975 * gdb.base/float.exp: Handle VFP registers.
2976
2977 2009-07-14 Michael Snyder <msnyder@vmware.com>
2978
2979 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
2980 to bring gdb to the beginning of the calling line.
2981
2982 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
2983 confusing the i386 epilogue unwinder.
2984
2985 2009-07-14 Stan Shebs <stan@codesourcery.com>
2986
2987 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
2988
2989 2009-07-14 Michael Snyder <msnyder@vmware.com>
2990
2991 * gdb.reverse/step-reverse.exp (stepi into function call):
2992 Call instruction may not be first instruction in the line.
2993 (reverse stepi from a function call): Used wrong line number.
2994
2995 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
2998
2999 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 Fix gdb.base/macscp.exp when using custom inputrc.
3002 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3003 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3004 env(TERM) set.
3005 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3006 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3007
3008 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3009
3010 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3011 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3012 Change the compilation target to match the testcase name.
3013 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3014 testcase name.
3015 * a2-run.exp: Use for setup prepare_for_testing. Change the
3016 compilation target to match the testcase name.
3017 * gdb.base/commands.exp: Likewise.
3018 * gdb.base/finish.exp: Likewise.
3019 * gdb.base/float.exp: Likewise.
3020 * gdb.base/info-target.exp: Likewise.
3021 * gdb.base/relational.exp: Likewise.
3022 * gdb.base/term.exp: Likewise.
3023 * gdb.base/until.exp: Likewise.
3024 * gdb.base/volatile.exp: Likewise.
3025 * gdb.base/whatis-exp.exp: Likewise.
3026
3027 2009-07-11 Hui Zhu <teawater@gmail.com>
3028
3029 * gdb.base/help.exp (disassemble): Update expected help text.
3030
3031 2009-07-09 Tom Tromey <tromey@redhat.com>
3032
3033 * lib/gdb.exp: Handle TRANSCRIPT.
3034 (remote_spawn, remote_close, send_gdb): New procs.
3035
3036 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3037
3038 * gdb.python/python-prettyprint.c: Add counted null string
3039 structure.
3040 * gdb.python/python-prettyprint.exp: Print null string. Test for
3041 embedded nulls.
3042 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3043 * gdb.python/python-value.exp (test_value_in_inferior): Add
3044 variable length string fetch tests.
3045 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3046
3047 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3048
3049 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3050
3051 2009-07-07 Tom Tromey <tromey@redhat.com>
3052
3053 * gdb.base/call-rt-st.exp: Update for change to escape output.
3054 * gdb.base/callfuncs.exp: Likewise.
3055 * gdb.base/charset.exp: Likewise.
3056 * gdb.base/constvars.exp: Likewise.
3057 * gdb.base/long_long.exp: Likewise.
3058 * gdb.base/pointers.exp: Likewise.
3059 * gdb.base/printcmds.exp: Likewise.
3060 * gdb.base/setvar.exp: Likewise.
3061 * gdb.base/store.exp: Likewise.
3062 * gdb.cp/ref-types.exp: Likewise.
3063 * gdb.mi/mi-var-child.exp: Likewise.
3064 * gdb.mi/mi-var-display.exp: Likewise.
3065 * gdb.mi/mi2-var-display.exp: Likewise.
3066 * gdb.base/charset.exp: Test octal escape sequence length.
3067 Update for change to escape output.
3068
3069 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3070
3071 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3072
3073 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3074
3075 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3076
3077 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3080 gdbserver increasing $portnum if "Can't bind address" has been seen.
3081
3082 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3083
3084 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3085 mingw32ce.
3086
3087 2009-07-05 Pedro Alves <pedro@codesourcery.com>
3088
3089 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3090 VFP format.
3091
3092 2009-07-02 Pedro Alves <pedro@codesourcery.com>
3093
3094 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3095 linux. Adjust to use "inferior", "info inferiors", "detach
3096 inferior" and "kill inferior" instead of "restart", "info fork",
3097 "detach fork" and "delete fork".
3098 * gdb.base/ending-run.exp: Spell out "info".
3099 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3100 the "kill" command.
3101
3102 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3103
3104 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3105 change to prefix TLS offset in hex with 0x.
3106
3107 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3108
3109 * gdb.base/default.exp: Update test case for "x" changes.
3110
3111 2009-07-01 Tristan Gingold <gingold@adacore.com>
3112
3113 * gdb.base/bigcore.exp: Make darwin untested.
3114
3115 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 * gdb.base/completion.exp (directory completion): Create the directory.
3118 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3119 escapeuniquesub.
3120 (directory completion 2): Expect now ${escapeuniquesub}.
3121 (Glob remaining of directory test): Remove one excessive newline.
3122 Expect the real output.
3123
3124 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3125
3126 Fix `make check//%' target after `make check' has been ran.
3127 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3128 a mkdir call.
3129 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3130 (%/.dir): Remove.
3131
3132 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3135 the expected result record.
3136
3137 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3138
3139 Remove racy FAILs relying just on the timeouts.
3140 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3141 (annotation_level 2): Remove racy FAILs.
3142
3143 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3144
3145 gdb/10275
3146 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3147
3148 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3149
3150 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3151
3152 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3153
3154 * gdb.mi/mi-stack.exp: Testing symbolic options
3155 to -stack-list-locals and -stack-list-arguments.
3156
3157 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3160
3161 2009-06-29 Tom Tromey <tromey@redhat.com>
3162
3163 * dg-extract-results.sh: New file.
3164 * Makefile.in (FORCE_PARALLEL): New variable.
3165 (CHECK_TARGET): New conditional variable.
3166 (check): Use CHECK_TARGET.
3167 (DO_RUNTEST): New variable.
3168 (check-single): New target.
3169 (TEST_DIRS): New variable.
3170 (TEST_TARGETS): Likewise.
3171 (check-parallel): New target.
3172 (check-gdb.%): New pattern.
3173 (BASE1_FILES): New variable.
3174 (BASE2_FILES): Likewise.
3175 (check-gdb.base%): New pattern.
3176 (%/.dir): New pattern.
3177 * configure: Rebuild.
3178 * aclocal.m4 (AM_CONDITIONAL): New defun.
3179 * configure.ac: Check whether user is using GNU make.
3180 (GMAKE): New conditional.
3181
3182 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3183
3184 * gdb.cp/namespace-nested-import.cc: New test.
3185 * gdb.cp/namespace-nested-import.exp: New test.
3186
3187 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3188
3189 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3190 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3191 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3192 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3193 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3194 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3195 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3196 gdb.opt/inline-markers.c: New files.
3197 * lib/gdb.exp (skip_inline_frame_tests): New function.
3198 (skip_inline_var_tests): New function.
3199
3200 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3201
3202 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3203 backtrace.
3204
3205 2009-06-27 Michael Snyder <msnyder@vmware.com>
3206
3207 * gdb.reverse: New directory.
3208 * gdb.reverse/break-reverse.c: New test.
3209 * gdb.reverse/break-reverse.exp: New test.
3210 * gdb.reverse/consecutive-reverse.c: New test.
3211 * gdb.reverse/consecutive-reverse.exp: New test.
3212 * gdb.reverse/finish-reverse.c: New test.
3213 * gdb.reverse/finish-reverse.exp: New test.
3214 * gdb.reverse/machinestate.c: New test.
3215 * gdb.reverse/ms1.c: New test.
3216 * gdb.reverse/machinestate.exp: New test.
3217 * gdb.reverse/Makefile.in: New file.
3218 * gdb.reverse/shr2.c: New test.
3219 * gdb.reverse/solib-reverse.c: New test.
3220 * gdb.reverse/solib-reverse.exp: New test.
3221 * gdb.reverse/step-reverse.c: New test.
3222 * gdb.reverse/step-reverse.exp: New test.
3223 * gdb.reverse/until-reverse.c: New test.
3224 * gdb.reverse/ur1.c: New test.
3225 * gdb.reverse/until-reverse.exp: New test.
3226 * gdb.reverse/watch-reverse.c: New test.
3227 * gdb.reverse/watch-reverse.exp: New test.
3228 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3229 * configure: Regenerate.
3230
3231 2009-06-26 Doug Evans <dje@google.com>
3232
3233 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3234
3235 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3236
3237 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3238 windows problem for 'file delete $binfile'.
3239
3240 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3241
3242 * gdb.cp/namespace-using.exp: New test.
3243 * gdb.cp/namespace-using.cc: New test.
3244
3245 2009-05-20 Joel Brobecker <brobecker@adacore.com>
3246
3247 * gdb.ada/variant_record_packed_array: New testcase.
3248
3249 2009-06-23 Tom Tromey <tromey@redhat.com>
3250
3251 * gdb.base/charset.exp (test_combination): Regression test.
3252 * gdb.base/charset.c (my_wchar_t): New typedef.
3253 (myvar): New global.
3254 (main): Set myvar.
3255
3256 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3257
3258 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3259 target.
3260
3261 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3262
3263 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3264
3265 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3266
3267 * gdb.mi/gdb680.exp: Update test for error message.
3268
3269 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3270
3271 * gdb.base/annota1.exp: Allow multiple occurrences of the
3272 frames-invalid annotation.
3273 * gdb.cp/annota2.exp: Likewise.
3274
3275 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3276
3277 * gdb.cp/gdb2495.cc: New file.
3278 * gdb.cp/gdb2495.exp: New file.
3279
3280 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 Report error on GDB crash during runto.
3283 * lib/gdb.exp (runto <eof>): New.
3284
3285 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3286
3287 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3288 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3289 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3290 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3291 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3292 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3293 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3294 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3295 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3296 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3297 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3298 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3299 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3300 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3301 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3302 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3303 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3304 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3305 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3306 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3307 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3308 gdb.trace/passcount.exp, gdb.trace/report.exp,
3309 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3310 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3311 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3312 executable.
3313
3314 2009-06-07 Pedro Alves <pedro@codesourcery.com>
3315
3316 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3317 defined before referencing it.
3318
3319 2009-06-03 Doug Evans <dje@google.com>
3320
3321 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3322 * gdb.arch/i386-see.c: Ditto.
3323
3324 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3325
3326 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3327 (check_macro): Return 1 if undefined.
3328 If first test fails, check if macro debug information is available,
3329 and report unsupported test if no macro information is found.
3330
3331 2009-05-29 Doug Evans <dje@google.com>
3332
3333 * gdb.threads/hand-call-in-threads.exp: New.
3334 * gdb.threads/hand-call-in-threads.c: New.
3335
3336 2009-05-29 Michael Snyder <msnyder@vmware.com>
3337
3338 * gdb.base/break-always.exp: Change "1" to "on".
3339 Add confirmation check.
3340
3341 2009-05-28 Pedro Alves <pedro@codesourcery.com>
3342
3343 * gdb.threads/threxit-hop-specific.c: New.
3344 * gdb.threads/threxit-hop-specific.exp: New.
3345 * gdb.threads/thread-execl.c: New.
3346 * gdb.threads/thread-execl.exp: New.
3347
3348 2009-05-27 Tom Tromey <tromey@redhat.com>
3349 Thiago Jung Bauermann <bauerman@br.ibm.com>
3350
3351 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3352 (mi_child_regexp): Likewise.
3353 (mi_list_varobj_children_range): Likewise.
3354 (mi_get_features): Likewise.
3355 (mi_list_varobj_children): Rewrite.
3356 * gdb.python/python-mi.exp: New file.
3357
3358 2009-05-27 Tom Tromey <tromey@redhat.com>
3359 Thiago Jung Bauermann <bauerman@br.ibm.com>
3360 Phil Muldoon <pmuldoon@redhat.com>
3361 Paul Pluzhnikov <ppluzhnikov@google.com>
3362
3363 * gdb.python/python-prettyprint.exp: New file.
3364 * gdb.python/python-prettyprint.c: New file.
3365 * gdb.python/python-prettyprint.py: New file.
3366 * gdb.base/display.exp: print/r is now valid.
3367
3368 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3369 Tom Tromey <tromey@redhat.com>
3370 Pedro Alves <pedro@codesourcery.com>
3371 Paul Pluzhnikov <ppluzhnikov@google.com>
3372
3373 * gdb.python/python-template.exp: New file.
3374 * gdb.python/python-template.cc: New file.
3375 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3376 tests.
3377 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3378 Call it.
3379 (test_value_after_death): New proc.
3380 * gdb.python/python-value.c (PTR): New typedef.
3381 (main): New variable 'x'.
3382
3383 2009-05-27 Tom Tromey <tromey@redhat.com>
3384
3385 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3386 tests.
3387 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3388 Call it.
3389
3390 2009-05-27 Pedro Alves <pedro@codesourcery.com>
3391
3392 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3393
3394 2009-05-24 Pedro Alves <pedro@codesourcery.com>
3395
3396 * gdb.threads/fork-thread-pending.c: New.
3397 * gdb.threads/fork-thread-pending.exp: New.
3398
3399 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3400
3401 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3402 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3403
3404 2009-05-18 Jon Beniston <jon@beniston.com>
3405
3406 * gdb.asm/asm-source.exp: Add lm32 target.
3407
3408 2009-05-17 Pedro Alves <pedro@codesourcery.com>
3409
3410 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3411 `gdb_get_line_number'. Call `callee' in both parent and child.
3412 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3413 `gdb_get_line_number' instead of hardcoding line numbers.
3414 (catch_fork_unpatch_child): New procedure to test detaching
3415 breakpoints from child fork.
3416 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3417 hardcoding line numbers.
3418 (do_fork_tests): Run `catch_fork_unpatch_child'.
3419
3420 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3421
3422 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3423 of structure type enters or leaves the scope, it
3424 is reported by -var-update.
3425
3426 2009-05-11 Doug Evans <dje@sebabeach.org>
3427
3428 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3429 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3430 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3431
3432 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3433
3434 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3435
3436 2009-04-30 Doug Evans <dje@google.com>
3437
3438 * gdb.threads/watchthreads2.exp: New testcase.
3439 * gdb.threads/watchthreads2.c: New testcase.
3440
3441 2009-04-29 Doug Evans <dje@google.com>
3442
3443 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3444 * gdb.cp/mb-ctor.cc: Ditto.
3445 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3446 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3447 * gdb.cp/mb-inline1.cc: Call it.
3448 * gdb.cp/mb-inline2.cc: Ditto.
3449 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3450 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3451
3452 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3453
3454 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3455 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3456 Replace all uses of `decimal' by `nonzero'.
3457 (info macro FROM_COMMANDLINE): New test.
3458
3459 2009-04-27 Tom Tromey <tromey@redhat.com>
3460
3461 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3462
3463 2009-04-27 Doug Evans <dje@google.com>
3464
3465 * gdb.threads/watchthreads.c (main): Initialize args before starting
3466 the threads. Plus formatting cleanup.
3467 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3468 biased scheduling of one thread.
3469
3470 2009-04-27 Jerome Guitton <guitton@adacore.com>
3471
3472 * gdb.cp/templates.cc (GetMax): New template.
3473 (main): Declare two instances of GetMax.
3474 * gdb.cp/templates.exp: Add new test.
3475
3476 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3479
3480 2009-04-22 Joseph Myers <joseph@codesourcery.com>
3481
3482 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3483
3484 2009-04-15 Tom Tromey <tromey@redhat.com>
3485
3486 * gdb.base/charset.exp: Add regression test.
3487
3488 2009-04-14 Joel Brobecker <brobecker@adacore.com>
3489
3490 * gdb.base/exe-lock.exp: New testcase.
3491
3492 2009-04-13 Tom Tromey <tromey@redhat.com>
3493
3494 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3495 operator on Frame.
3496
3497 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3498
3499 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3500 * gdb.server/ext-attach.exp: Likewise.
3501
3502 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3503
3504 Eliminate some sleep usage.
3505
3506 * gdb.mi/basics.c (do_nothing): New.
3507 (main): Use do_nothing instead of printf, so that
3508 not to introduce race condition between output of
3509 inferiour and output of gdb. Do not use sleep as it
3510 is not generally available on embedded targets.
3511
3512 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3513
3514 * gdb.server/ext-attach.exp: Expect an optional process id after
3515 "Detached from remote process".
3516
3517 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3518
3519 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3520 gdb.dwarf2/dw2-unresolved.exp: New.
3521
3522 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3523
3524 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3525 mi_run_to_main.
3526
3527 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3528
3529 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3530 mi_run_to_main. Skip thread exit test on remote targets.
3531 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3532 mi_run_to_main.
3533 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3534 mi_run_to_main.
3535 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3536 when expecting ^connected. Detect when the target doesn't support
3537 non-stop mode.
3538 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3539 supported. Return -1 on error, 0 on success.
3540 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3541 (mi_runto): Return mi_runto_helper's result explicitly.
3542
3543 2009-04-01 Pedro Alves <pedro@codesourcery.com>
3544
3545 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3546
3547 2009-04-01 Tom Tromey <tromey@redhat.com>
3548
3549 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3550 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3551 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3552 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3553
3554 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3555 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 PR gdb/931
3558 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3559 output.
3560 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3561 for gdb/931.
3562 * dw2-strp.S (DW_AT_language): Change to C++.
3563 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3564
3565 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.ada/tasks: New testcase.
3568
3569 2009-03-30 Stan Shebs <stan@codesourcery.com>
3570
3571 * gdb.trace/actions.exp: Update to match new info trace format.
3572 * gdb.trace/deltrace.exp: Ditto.
3573 * gdb.trace/infotrace.exp: Ditto.
3574 * gdb.trace/passcount.exp: Ditto.
3575 * gdb.trace/save-trace.exp: Ditto.
3576 * gdb.trace/while-stepping.exp: Ditto.
3577 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3578
3579 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3580
3581 * gdb.python/python-frame.c: New file.
3582 * gdb.python/python-frame.exp: New file.
3583
3584 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3585
3586 * gdb.python/python-value.exp: Add tests for the address
3587 attribute.
3588
3589 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3590
3591 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3592
3593 2009-03-26 Doug Evans <dje@google.com>
3594
3595 * gdb.mi/mi-nonstop-exit.exp: New file.
3596 * gdb.mi/non-stop-exit.c: New file.
3597
3598 2009-03-26 Tom Tromey <tromey@redhat.com>
3599
3600 Update for change to prologue skipping:
3601 * gdb.mi/mi2-simplerun.exp: Update.
3602 * gdb.mi/mi2-break.exp: Update.
3603 * gdb.mi/mi-simplerun.exp: Update.
3604 * gdb.mi/mi-break.exp: Update.
3605 * gdb.base/ending-run.exp: Update.
3606
3607 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3608
3609 * gdb.python/python-value.exp (test_value_in_inferior): Test
3610 gdb.Value.is_optimized_out attribute.
3611
3612 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 * gdb.dwarf2/dw2-noloc-main.c: New file.
3615 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3616 (.text): Remove.
3617 (.data): New.
3618 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3619 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3620 (DW_TAG_subprogram func_cu1, noloc): Remove.
3621 (main): New.
3622 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3623 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3624 (file_symbols): New procedure.
3625
3626 2009-03-25 Tom Tromey <tromey@redhat.com>
3627
3628 * gdb.base/charset.exp (valid_target_charset): New proc.
3629 Use it to skip tests on invalid charsets.
3630
3631 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3632
3633 * gdb.base/completion.exp: Add a test for directory completion.
3634
3635 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3636
3637 Fix a racy FAIL.
3638 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3639 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3640
3641 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3642
3643 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3644 * gdb.python/python-function.exp: Add test for function returning
3645 a GDB value.
3646
3647 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3648
3649 * gdb.python/python-function.exp: New file.
3650
3651 2009-03-20 Tom Tromey <tromey@redhat.com>
3652
3653 * gdb.base/store.exp: Update for change to escape output.
3654 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3655 to escape output.
3656 * gdb.base/pointers.exp: Update for change to escape output.
3657 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3658 to escape output.
3659 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3660 escape output.
3661 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3662 to escape output.
3663 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3664 escape output.
3665 * gdb.base/setvar.exp: Update for change to escape output.
3666 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3667 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3668 to escape output.
3669 (test_print_string_constants): Likewise.
3670 * gdb.base/charset.exp (valid_host_charset): Check size of
3671 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3672 cases. Handle "auto"-related output.
3673 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3674 (uvar, Uvar): New globals.
3675
3676 2009-03-19 Jerome Guitton <guitton@adacore.com>
3677
3678 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3679 deltas.
3680 * gdb.ada/fixed_points.exp: Ditto.
3681
3682 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3683
3684 * return-nodebug.c: Don't include stdio.h.
3685 (init): Delete.
3686 (func): Delete definition and provide extern declaration.
3687 (t): New.
3688 (main): Don't call printf. Call func and store its result in t.
3689 * return-nodebug1.c: New.
3690 * return-nodebug.exp: Don't expect stdio output. Instead, print
3691 the global variable t. Drop printf formatters and cast types from
3692 foreach loop. Don't use prepare_for_testing. Compile
3693 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3694 define FORMAT or CAST.
3695
3696 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3697
3698 * gdb.base/solib-display.exp: Disable test for remote targers.
3699
3700 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3703
3704 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3705
3706 Fix a racy FAIL.
3707 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3708 code from `follow parent, print pids'.
3709 (`follow child, print pids', `follow parent, print pids'): Call it.
3710 Replace `gdb_test "break..."' by gdb_breakpoint.
3711
3712 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3713
3714 * gdb.mi/mi-cli.exp: Adjust for output difference in
3715 sync and async modes.
3716
3717 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3718
3719 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3720 that was checked in by mistake. Remove loading of ada.exp, since
3721 this is not necessary in this case.
3722
3723 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.ada/ptype_arith_binop.exp: New testcase.
3726
3727 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3728
3729 * gdb.ada/mod_from_name: New testcase.
3730
3731 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3732
3733 * gdb.ada/tick_last_segv: New testcase.
3734
3735 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3736
3737 * gdb.mi/mi-cli.exp: Remove debug print.
3738
3739 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3740
3741 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
3742 include the token in ^running and frame info in *stopped.
3743
3744 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3745
3746 * solib-display.exp: New file.
3747 * solib-display-main.c: New file.
3748 * solib-display-lib.c: New file.
3749
3750 2009-03-05 Pedro Alves <pedro@codesourcery.com>
3751
3752 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
3753
3754 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3755
3756 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
3757 (list_and_check_macro): Use more specific test name.
3758 (next to definition): Make the test names unique.
3759
3760 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3761
3762 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3763
3764 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3765
3766 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
3767 notifications.
3768 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
3769 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
3770 * lib/mi-support.exp (library_loaded_re): New.
3771 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
3772
3773 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3774
3775 * gdb.gdb/observer.exp: Use test_notification observer, not
3776 normal_stop, everywhere.
3777 (test_normal_stop_notifications): Rename to...
3778 (test_notifications): ...this.
3779 (test_observer_normal_stop): Rename to...
3780 (test_observer): ...this.
3781
3782 2009-02-16 Doug Evans <dje@google.com>
3783
3784 * gdb.arch/amd64-disp-step.S (test_int3): New test.
3785 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
3786 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
3787 (test_prefixed_syscall,test_int3): New tests.
3788 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
3789 (test_prefixed_syscall,test_int3): New tests.
3790
3791 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3792
3793 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
3794 (mi_expect_interrupt): Likewise.
3795 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
3796 response.
3797
3798 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3799
3800 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
3801 * gdb.base/pc-fp.exp (get_valueofx): Remove.
3802 Replace calls to get_valueofx by get_hexadecimal_valueof.
3803
3804 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3805
3806 * lib/gdb.exp (get_valueof): Accept anything as a return value.
3807 (get_integer_valueof): New procedure.
3808 (get_sizeof): Use new get_integer_value_of.
3809 * gdb.base/sizeof.exp: Replace all uses of get_valueof
3810 by get_integer_valueof.
3811
3812 2009-02-13 Tom Tromey <tromey@redhat.com>
3813
3814 * gdb.base/remote.exp (get_sizeof): Remove.
3815 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
3816 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
3817 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
3818 * lib/gdb.exp (get_valueof): Move from long_long.exp.
3819 (get_sizeof): Likewise.
3820
3821 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3822
3823 PR fortran/9806
3824 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
3825
3826 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3827
3828 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
3829
3830 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3831
3832 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
3833
3834 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3835
3836 * gdb.python/python-cmd.exp: New file.
3837
3838 2009-02-06 Tristan Gingold <gingold@adacore.com>
3839
3840 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
3841
3842 2009-02-05 Tristan Gingold <gingold@adacore.com>
3843
3844 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
3845 pointer is dereferenced and use this signal name in regexp.
3846 * gdb.base/signull.exp: Ditto.
3847 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
3848 * gdb.base/signull.c (main): Ditto.
3849
3850 2009-02-04 Tom Tromey <tromey@redhat.com>
3851 Thiago Jung Bauermann <bauerman@br.ibm.com>
3852
3853 * gdb.python/python-value.exp: Use `gdb.history' instead of
3854 `gdb.value_from_history'.
3855 (test_value_numeric_ops): Add test for conversion of enum constant.
3856 * gdb.python/python-value.c (enum e): New type.
3857 (evalue): New global.
3858 (main): Use argv.
3859
3860 2009-02-04 Jerome Guitton <guitton@adacore.com>
3861
3862 * gdb.ada/uninitialized_vars: New test program.
3863 * gdb.ada/uninitialized_vars.exp: New testcase.
3864
3865 2009-02-02 Tom Tromey <tromey@redhat.com>
3866
3867 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
3868 * gdb.cp/pr2489.cc: Rename...
3869 * gdb.cp/pr9594.cc: ... to this.
3870
3871 2009-02-02 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
3874 * gdb.cp/pr2489.cc: New file.
3875 * gdb.cp/cpcompletion.exp: New file.
3876
3877 2009-02-02 Tom Tromey <tromey@redhat.com>
3878
3879 PR exp/9059:
3880 * gdb.cp/call-c.exp: Add regression test.
3881 * gdb.cp/call-c.cc (FooHandle): New typedef.
3882 (main): New variable 'handle'.
3883
3884 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3885
3886 * lib/mi-support.exp (et_mi_thread_list)
3887 (check_mi_and_console_threads): Adjust for current thread in
3888 -thread-list-ids output.
3889
3890 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3891
3892 * gdb.mi/mi-break.exp (test_disabled_creation): New.
3893 Call it.
3894
3895 2009-01-28 Doug Evans <dje@google.com>
3896
3897 * gdb.arch/amd64-disp-step.S: New file.
3898 * gdb.arch/amd64-disp-step.exp: New file.
3899 * gdb.arch/i386-disp-step.S: New file.
3900 * gdb.arch/i386-disp-step.exp: New file.
3901
3902 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
3903
3904 * gdb.base/find.exp: Set newline variable
3905 using quotes instead of braces to fix cygwin failures.
3906
3907 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3908
3909 * gdb.base/radix.exp: Add tests to ensure that that set
3910 input-radix 0 and set output-radix 0 are really rejected.
3911
3912 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3913
3914 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
3915 copyright years.
3916
3917 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3918
3919 PR gdb/9664:
3920 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
3921
3922 2009-01-22 Pedro Alves <pedro@codesourcery.com>
3923
3924 PR c++/9631:
3925 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
3926
3927 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
3928
3929 * gdb.server/file-transfer.exp: Use EXEEXT variable for
3930 binfile definition to fix Windows OS failure.
3931
3932 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3933
3934 PR gdb/9346
3935 * gdb.base/interrupt.c (sigint_handler): New.
3936 (main): Install a SIGINT handler if SIGNALS is defined. Exit
3937 on error.
3938 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
3939 Test "signal SIGINT".
3940
3941 2009-01-19 Doug Evans <dje@google.com>
3942
3943 * gdb.base/break.exp: Update expected gdb output.
3944 * gdb.base/sepdebug.exp: Ditto.
3945 * gdb.mi/mi-syn-frame.exp: Ditto.
3946 * gdb.mi/mi2-syn-frame.exp: Ditto.
3947 * gdb.base/call-signal-resume.exp: New file.
3948 * gdb.base/call-signals.c: New file.
3949 * gdb.base/unwindonsignal.exp: New file.
3950 * gdb.base/unwindonsignal.c: New file.
3951 * gdb.threads/interrupted-hand-call.exp: New file.
3952 * gdb.threads/interrupted-hand-call.c: New file.
3953 * gdb.threads/thread-unwindonsignal.exp: New file.
3954
3955 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3956
3957 * gdb.base/define.exp: Test defining and hooking prefix commands.
3958 * gdb.python/python.exp: Update test for "show user" output.
3959
3960 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3961
3962 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
3963 now the output exactly, using less wildcards. Expect also the output
3964 of gfortran-4.3. Update for the f-valprint.c modification from
3965 2008-04-22.
3966 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
3967 Remove gdb_test test names where matching the command.
3968
3969 2009-01-01 Pedro Alves <pedro@codesourcery.com>
3970
3971 PR breakpoints/9681:
3972 * gdb.base/watchpoint.exp: Add regression test.
3973
3974 2008-12-31 Pedro Alves <pedro@codesourcery.com>
3975
3976 * gdb.threads/attach-into-signal.exp: Don't use
3977 gdb_suppress_entire_file.
3978 * gdb.threads/attach-stopped.exp: Ditto.
3979 * gdb.threads/attachstop-mt.exp: Ditto.
3980
3981 2008-12-31 Pedro Alves <pedro@codesourcery.com>
3982
3983 PR gdb/8812:
3984 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
3985
3986 2008-12-29 Pedro Alves <pedro@codesourcery.com>
3987
3988 PR gdb/7536:
3989 * gdb.base/radix.exp: Add tests to ensure invalid input radices
3990 and unsupported output radices are really rejected.
3991
3992 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 * gdb.cp/punctuator.exp: Backslash the '$' signs.
3995
3996 2008-12-22 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.cp/punctuator.exp: New file.
3999
4000 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4001
4002 * gdb.base/completion.exp (Completing non-existing component): New test.
4003
4004 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 Fix for PR gdb/8648.
4007 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4008 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4009 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4010 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4011
4012 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4015
4016 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
4017
4018 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4019 compiler actually generate code at the expected line number.
4020
4021 2008-12-15 Jie Zhang <jie.zhang@analog.com>
4022
4023 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4024
4025 2008-12-12 Tom Tromey <tromey@redhat.com>
4026
4027 * gdb.base/commands.exp (redefine_hook_test): New proc.
4028 Call it.
4029
4030 2008-12-11 Tom Tromey <tromey@redhat.com>
4031
4032 * gdb.base/macscp.exp: New regression test.
4033
4034 2008-12-11 Tom Tromey <tromey@redhat.com>
4035
4036 * gdb.base/macscp.exp: Print "address.addr".
4037 * gdb.base/macscp1.c (struct outer): New struct.
4038 (address): New global.
4039
4040 2008-12-09 Tom Tromey <tromey@redhat.com>
4041
4042 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4043 Call it.
4044
4045 2008-12-04 Doug Evans <dje@google.com>
4046
4047 * gdb.server/ext-run.exp: Relax regexp for init program.
4048
4049 2008-12-03 Tristan Gingold <gingold@adacore.com>
4050
4051 * gdb.base/macscp.exp: Generate an object file during compilation
4052 to work around Darwin dsymutil limitations.
4053
4054 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 Test resolving external references to TLS variables.
4057 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4058 FILE2_THREAD_LOCAL.
4059 (testfile2, srcfile2): New variables.
4060 * gdb.threads/tls.c (file2_thread_local)
4061 (function_referencing_file2_thread_local): New.
4062 * gdb.threads/tls2.c: New file.
4063
4064 2008-11-28 Joel Brobecker <brobecker@adacore.com>
4065
4066 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
4067 rather than integer, as integer might not be big enough when
4068 on 64bit targets.
4069
4070 2008-11-27 Jerome Guitton <guitton@adacore.com>
4071
4072 * gdb.cp/formatted-ref.exp: Add equality test.
4073 * gdb.ada/formatted_ref.exp: Ditto.
4074
4075 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4078 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4079
4080 2008-11-20 Andreas Schwab <schwab@suse.de>
4081
4082 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4083 matching syscall entry point.
4084 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4085 (tcatch_vfork_then_child_follow): Likewise. Finish through
4086 vfork even if we stopped at the syscall trampoline.
4087
4088 2008-11-20 Doug Evans <dje@google.com>
4089
4090 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4091
4092 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4093
4094 * gdb.arch/ppc-dfp.exp: New file.
4095 * gdb.arch/ppc-dfp.c: New file.
4096
4097 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4098
4099 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
4100
4101 2008-11-17 Doug Evans <dje@google.com>
4102
4103 * gdb.mi/mi-syn-frame.exp: Update expected output.
4104 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4105
4106 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4107
4108 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
4109 "thread N" results in =thread-selected.
4110 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4111 (mi_send_resuming_command_raw): Be prepared for
4112 =thread-selected.
4113
4114 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4115
4116 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4117 * lib/mi-support.exp: Likewise.
4118
4119 2008-11-16 Joel Brobecker <brobecker@adacore.com>
4120
4121 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4122 commands from the expected output for "help catch".
4123
4124 2008-11-15 Joel Brobecker <brobecker@adacore.com>
4125
4126 * gdb.ada/int_deref.exp: New testcase.
4127
4128 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
4129
4130 * gdb.mi/gdb2549.exp: New file.
4131
4132 2008-11-11 Doug Evans <dje@google.com>
4133
4134 * gdb.base/callexit.exp: New file.
4135 * gdb.base/callexit.c: New file.
4136
4137 2008-11-10 Doug Evans <dje@google.com>
4138
4139 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4140 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4141 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4142 (default_gdb_start,default_gdb_exit): Ditto.
4143 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4144 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4145 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4146 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4147 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4148 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4149
4150 2008-11-03 Andreas Schwab <schwab@suse.de>
4151
4152 * gdb.base/hashline2.exp: Fix typo.
4153 * gdb.base/hashline3.exp: Likewise.
4154
4155 2008-10-30 Tom Tromey <tromey@redhat.com>
4156
4157 * gdb.base/pointers.exp: Add test.
4158 * gdb.base/pointers.c (k, S): New typedefs.
4159 (instance): New global.
4160
4161 2008-10-30 Andreas Schwab <schwab@suse.de>
4162
4163 * gdb.base/args.exp: Add tests for newlines.
4164
4165 2008-10-30 Joel Brobecker <brobecker@adacore.com>
4166
4167 gdb.base/foll-exec.exp: Update the expected output of a couple
4168 of "info breakpoints" tests.
4169
4170 2008-10-28 Tom Tromey <tromey@redhat.com>
4171
4172 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4173
4174 2008-10-24 Pedro Alves <pedro@codesourcery.com>
4175
4176 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4177 gdb_start_cmd.
4178 Use runto_main before any test that requires execution.
4179
4180 2008-10-23 Pedro Alves <pedro@codesourcery.com>
4181
4182 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4183 instead of SIGINT.
4184
4185 2008-10-22 Joel Brobecker <brobecker@adacore.com>
4186
4187 * gdb.base/completion.exp: Update expected output following
4188 the addition of the "info tasks" command.
4189
4190 2008-10-22 Tom Tromey <tromey@redhat.com>
4191
4192 * gdb.base/exprs.exp (test_expr): Add test for string
4193 concatenation.
4194
4195 2008-10-19 Pedro Alves <pedro@codesourcery.com>
4196
4197 * configure.ac: Output gdb.python/Makefile.
4198 * configure: Regenerate.
4199 * gdb.python/Makefile.in: New.
4200
4201 2008-10-16 Joel Brobecker <brobecker@adacore.com>
4202
4203 * gdb.base/foll-fork.exp: Adjust the expected output to match
4204 the new description for fork/vfork catchpoints in the "info
4205 breakpoints" output.
4206
4207 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4208
4209 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4210
4211 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4212
4213 * gdb.python/python-value.c: New file.
4214 * gdb.python/python-value.exp: New file.
4215
4216 2008-10-15 Pedro Alves <pedro@codesourcery.com>
4217
4218 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4219
4220 2008-10-15 Denis Pilat <denis.pilat@st.com>
4221
4222 * gdb.cp/mb-ctor.exp: Fix a typo.
4223
4224 2008-10-09 Tom Tromey <tromey@redhat.com>
4225
4226 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4227 'fprintf' and 'stderr'.
4228
4229 2008-10-07 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.ada/ref_tick_size.exp: New testcase.
4232
4233 2008-10-06 Doug Evans <dje@google.com>
4234
4235 * gdb.dwarf2/dw2-cu-size.exp: New file.
4236 * gdb.dwarf2/dw2-cu-size.S: New file.
4237
4238 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4239 .Ltype_int for clarity.
4240
4241 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4242
4243 PR gdb/2384:
4244 * gdb.cp/gdb2384.exp: Extended to test more cases.
4245 * gdb.cp/gdb2384.cc: Likewise.
4246 * gdb.cp/gdb2384-base.h: Likewise.
4247 * gdb.cp/gdb2384-base.cc: Likewise.
4248
4249 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 * gdb.base/maint.exp (maint print type): Remove printing
4252 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4253
4254 2008-09-30 Tom Tromey <tromey@redhat.com>
4255
4256 * gdb.base/macscp.exp: Add completion tests.
4257 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4258 (TWENTY_THREE): Likewise.
4259 (FORTY_EIGHT): Likewise.
4260
4261 2008-09-30 Tom Tromey <tromey@redhat.com>
4262
4263 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4264 everywhere.
4265 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4266
4267 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4270 testcase is derived from. Fix racy dependency on an expected PID
4271 number. No longer support the testcase on Linux kernel 2.4.x.
4272
4273 2008-09-27 Tom Tromey <tromey@redhat.com>
4274
4275 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4276 and varargs.
4277
4278 2008-09-22 Pedro Alves <pedro@codesourcery.com>
4279
4280 * lib/mi-support.exp (mi_expect_interrupt): New.
4281 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4282 from gdb.mi/mi-nonstop.exp.
4283 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4284 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4285 lib/mi-support.exp.
4286 Use mi_check_thread_states throughout. Avoid ".*" and do not
4287 require an anchor after -exec-run.
4288
4289 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4290
4291 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4292 stop is pending. Avoid ".*" when two stops are pending.
4293 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4294 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4295 newlines in fullnames.
4296 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4297 (mi_expect_stop): Update comments. Only anchor in sync mode.
4298 Do not match newlines.
4299 (mi_send_resuming_command_raw): Always return status.
4300 (mi_get_stop_line): Do not match more than one line by accident.
4301 Only anchor in sync mode.
4302 (mi_run_inline_test): If -exec-next fails, give up.
4303
4304 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4305
4306 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4307 on SPU.
4308
4309 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4312
4313 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4316 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4317 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4318 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4319 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4320 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4321 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4322 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4323 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4324 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4325 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4326 Include the "= " sequence in the expected output of print tests.
4327
4328 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4329
4330 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4331 description for boolean types.
4332
4333 2008-09-09 Pedro Alves <pedro@codesourcery.com>
4334
4335 * gdb.base/hook-stop-continue.c: New.
4336 * gdb.base/hook-stop-continue.exp: New.
4337
4338 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4339
4340 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4341
4342 2008-09-08 Jerome Guitton <guitton@adacore.com>
4343
4344 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4345 (stack_check_probe_2, stack_check_probe_loop_1)
4346 (stack_check_probe_loop_2): New functions.
4347 (main): Add call to these new functions.
4348 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4349 functions, check that the breakpoint is inserted at the appropriate
4350 location.
4351 (insert_breakpoint): Slightly refine this procedure so that it can
4352 be called several times in the test.
4353
4354 2008-09-08 Jerome Guitton <guitton@adacore.com>
4355
4356 * gdb.base/stack-checking.c: New file.
4357 * gdb.base/stack-checking.exp: New file.
4358
4359 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4360
4361 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4362 * gdb.arch/altivec-regs.exp: Likewise.
4363 * gdb.arch/vsx-regs.exp: Likewise.
4364
4365 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4366
4367 * gdb.arch/ppc-fp.exp: New file.
4368 * gdb.arch/ppc-fp.c: New file.
4369
4370 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4371
4372 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4373 lest gcc-4.3.1 optimizes the whole thing away.
4374
4375 2008-09-04 Michael Snyder <msnyder@vmware.com>
4376
4377 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4378 as "at" (for non-debug functions such as _start).
4379
4380 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4381
4382 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4383 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4384 software watchpoints.
4385 * gdb.base/watch_thread_num.exp: Likewise.
4386
4387 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4388
4389 * gdb.arch/i386-bp_permanent.exp: New test.
4390
4391 2008-08-24 Tom Tromey <tromey@redhat.com>
4392
4393 * gdb.base/maint.exp: Update "maint print type".
4394
4395 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4396
4397 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4398 support. Adjust the order of "*running" notifications.
4399 * gdb.mi/non-stop.c: Don't cast from int to void* and
4400 back.
4401
4402 2008-08-20 Mark Kettenis <kettenis@gnu.org>
4403
4404 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4405 expect to find it in the "info frame" output.
4406
4407 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4408
4409 * gdb.base/interp.exp: Always consume both prompts.
4410
4411 2008-08-20 Pedro Alves <pedro@codesourcery.com>
4412
4413 * gdb.base/pending.exp: Test pending breakpoints without symbols
4414 loaded.
4415
4416 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4417
4418 * lib/mi-support.exp (mi_expect_stop): Produce
4419 more details on failures.
4420 * gdb.mi/mi-nonstop.exp: New.
4421 * gdb.mi/non-stop.c: New.
4422
4423 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4424
4425 * gdb.mi/mi-async.exp: Use 'set target-async'.
4426 * lib/mi-support.exp: Use 'set/show target-async'.
4427
4428 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4429
4430 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4431
4432 2008-08-17 Tom Tromey <tromey@redhat.com>
4433
4434 * gdb.base/help.exp (help catch): Rewrite.
4435
4436 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4437
4438 * gdb.base/define.exp: Test indented command documentation.
4439 * gdb.python/python.exp: Test indented multi-line command.
4440
4441 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
4442
4443 * testsuite/gdb.arch/vsx-regs.c: New source file.
4444 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4445 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4446
4447 2008-08-14 Tom Tromey <tromey@redhat.com>
4448
4449 * gdb.base/macscp.exp: Add regression test for "macro define" or
4450 "macro undef" with no arguments.
4451
4452 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4453
4454 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
4455
4456 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4457
4458 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4459
4460 2008-08-06 Tom Tromey <tromey@redhat.com>
4461
4462 * gdb.python/python.exp: New file.
4463
4464 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4465
4466 Fix for PR gdb/1543.
4467 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4468 $LOCATION.
4469 (location): New variable.
4470 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4471 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4472 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4473 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4474 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4475 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4476 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4477 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4478 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4479 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4480 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4481 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4482 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4483 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4484 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4485 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4486 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4487 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4488 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4489 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4490 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4491 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4492 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4493 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4494 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4495 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4496 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4497 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4498 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4499 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4500 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4501 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4502 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4503 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4504 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4505 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4506 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4507 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4508 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4509 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4510 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4511 gdb.base/type-opaque.exp, gdb.base/until.exp,
4512 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4513 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4514 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4515 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4516 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4517 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4518 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4519 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4520 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4521 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4522 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4523 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4524 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4525 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4526 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4527 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4528 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4529 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4530 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4531 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4532 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4533 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4534 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4535 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4536 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4537 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4538 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4539 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4540 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4541 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4542 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4543 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4544 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4545 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4546 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4547 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4548 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4549 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4550 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4551 to bug-gdb@prep.ai.mit.edu .
4552
4553 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4554
4555 * lib/mi-support.exp (mi_load_shlibs): New.
4556 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4557
4558 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4559
4560 * lib/mi-support.exp (get_mi_thread_list)
4561 (check_mi_and_console_threads): New, moved from ...
4562 * gdb.mi/mi-pthread.exp: ...here.
4563 * gdb.mi/gdb669.exp (get_mi_thread_list)
4564 (check_mi_and_console_threads): Delete.
4565 * gdb.mi/mi2-pthread.exp: Likewise.
4566
4567 2008-07-28 Tom Tromey <tromey@redhat.com>
4568
4569 * Makefile.in (just-check): Remove. Move body to...
4570 (check): ... here.
4571
4572 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4573
4574 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4575 Add a test for duplicated SIGINTs.
4576
4577 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * gdb.threads/schedlock.exp (get_args): Update to work for any
4580 value of NUM.
4581 (Top level): Report the number of threads that did not resume.
4582
4583 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4584
4585 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4586
4587 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4588
4589 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4590 non-MI prompt.
4591
4592 2008-07-26 Tom Tromey <tromey@redhat.com>
4593
4594 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4595 (function_struct, function_struct_ptr): New globals.
4596 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4597 function pointer in a struct.
4598
4599 2008-07-26 Tom Tromey <tromey@redhat.com>
4600
4601 * gdb.base/macscp.exp: Add test for macro lexing bug.
4602
4603 2008-07-18 Tom Tromey <tromey@redhat.com>
4604
4605 * gdb.base/macscp.exp: Add macro tests.
4606
4607 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4608
4609 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4610
4611 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4612
4613 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4614
4615 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4616
4617 * gdb.cp/class2.exp: fix for failure on spu-elf
4618
4619 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4620
4621 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
4622
4623 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4624
4625 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4626
4627 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4628
4629 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4630
4631 2008-07-11 Kevin Buettner <kevinb@redhat.com>
4632
4633 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4634 of regexp to account for changes made to GDB in the printing of
4635 byte vectors.
4636
4637 2008-07-11 Tom Tromey <tromey@redhat.com>
4638
4639 * gdb.base/completion.exp: Add 'help' completion test.
4640
4641 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4644
4645 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4646
4647 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4648
4649 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4650
4651 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4652
4653 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4654
4655 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4656
4657 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4658
4659 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4660
4661 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4662
4663 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4664 previous commit. Add a comment.
4665
4666 2008-06-28 Pedro Alves <pedro@codesourcery.com>
4667
4668 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4669
4670 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4671
4672 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4673
4674 2008-06-27 Pedro Alves <pedro@codesourcery.com>
4675
4676 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4677 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4678 compiling an executable, link in an object that forces unbuffered
4679 output.
4680 * lib/set_unbuffered_mode.c: New file.
4681
4682 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4685
4686 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4687
4688 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4689 mi_expect_stop.
4690 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4691 Demand that *running is output.
4692 (detect_async): Perform checking every time.
4693 (mi_send_resuming_command): Extract everything into...
4694 (mi_send_resuming_command_raw): ...this.
4695 (mi_expect_stop): Don't accept any output before *stopped.
4696
4697 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4698
4699 Robustify mi-simplerun.
4700 * gdb.mi/basics.c (main): Add a call to sleep.
4701 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4702 * gdb.mi/mi2-cli.exp: Likewise.
4703 * gdb.mi/mi-break.exp: Likewise.
4704
4705 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
4706
4707 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4708
4709 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4710
4711 * gdb.mi/mi-console.exp: Adjust.
4712 * gdb.mi/mi-syn-frame.exp: Adjust.
4713 * gdb.mi/mi2-console.exp: Adjust.
4714 * gdb.mi/mi2-syn-frame.exp: Adjust.
4715 * lib/mi-support.exp (mi_run_cmd): Adjust.
4716 (mi_send_resuming_command): Adjust.
4717
4718 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4719
4720 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
4721 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4722 testing of stopped.
4723 * gdb.mi/mi2-syn-frame.exp: Likewise.
4724 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4725 (async, detect_async): New.
4726 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4727 depending on if we're running in sync or async mode.
4728
4729 2008-06-09 Tom Tromey <tromey@redhat.com>
4730
4731 * gdb.base/completion.exp: New tests for field name completion
4732 with spaces, and field name completion with '->'.
4733
4734 2008-06-06 Tom Tromey <tromey@redhat.com>
4735
4736 * gdb.base/break1.c (struct some_struct): New struct.
4737 (values): New global.
4738 * gdb.base/completion.exp: Add field name completion test.
4739
4740 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4741
4742 * gdb.cp/call-c.exp: Test for incorrect handling of reference
4743 to pointer.
4744 * gdb.cp/call-c.cc: Likewise.
4745
4746 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
4747
4748 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
4749 annotation.
4750
4751 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4752 Pedro Alves <pedro@codesourcery.com>
4753
4754 * gdb.threads/execl.c, gdb.threads/execl1.c,
4755 gdb.threads/execl.exp: New tests.
4756
4757 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
4758 Daniel Jacobowitz <dan@codesourcery.com>
4759
4760 * gdb.cp/exception.exp: Activate test, make it work with pending
4761 catchpoints.
4762
4763 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
4766
4767 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
4768
4769 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
4770 now printed.
4771 * gdb.mi/mi2-var-cmd.exp: Likewise.
4772
4773 2008-05-27 Andreas Schwab <schwab@suse.de>
4774
4775 * gdb.base/frame-args.exp: Handle arguments that are optimized
4776 out.
4777
4778 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
4779
4780 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
4781 quiet for ppc32 and group options into a single variable.
4782
4783 2008-05-23 Joel Brobecker <brobecker@adacore.com>
4784
4785 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
4786 of zero-size elements.
4787 * gdb.ada/null_array.exp: Test printing this new array.
4788
4789 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4790
4791 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
4792
4793 2008-05-21 Joel Brobecker <brobecker@adacore.com>
4794
4795 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
4796 of the "finish" command.
4797
4798 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
4799
4800 * gdb.base/annota1.exp: Test for new annotation.
4801
4802 2008-05-16 Pedro Alves <pedro@codesourcery.com>
4803
4804 * gdb.base/fixsection.exp: New file.
4805 * gdb.base/fixsection0.c: New file.
4806 * gdb.base/fixsection1.c: New file.
4807
4808 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4809
4810 * gdb.base/annota1.exp: Accept printf@... in place of printf.
4811 * gdb.base/annota3.exp: Likewise.
4812
4813 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
4814
4815 * gdb.base/watch_thread_num.exp: Don't run tests that require
4816 watchpoints if the target doesn't support them.
4817
4818 2008-05-12 Doug Evans <dje@google.com>
4819
4820 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
4821
4822 2008-05-09 Joel Brobecker <brobecker@adacore.com>
4823
4824 * gdb.ada/assign_1.exp: New testcase.
4825
4826 2008-05-09 Doug Evans <dje@google.com>
4827
4828 * gdb.base/find.exp: New file.
4829 * gdb.base/find.c: New file.
4830
4831 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
4832
4833 * gdb.base/commands.exp (watchpoint_command_test): Handle
4834 gdb,no_hardware_watchpoints.
4835 * gdb.base/float.exp: Allow ARM targets without floating point.
4836 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
4837
4838 2008-05-06 Jerome Guitton <guitton@adacore.com>
4839 Joel Brobecker <brobecker@adacore.com>
4840
4841 * gdb.ada/lang_switch: New test program.
4842 * gdb.ada/lang_switch.exp: New testcase.
4843
4844 2008-05-05 Doug Evans <dje@google.com>
4845
4846 * gdb.base/help.exp (disassemble): Update expected help text.
4847
4848 2008-05-04 Pedro Alves <pedro@codesourcery.com>
4849
4850 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
4851
4852 2008-05-04 Pedro Alves <pedro@codesourcery.com>
4853
4854 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
4855 different times.
4856
4857 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
4860 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
4861 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
4862 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
4863
4864 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
4865
4866 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
4867 notification to appear.
4868
4869 2008-05-04 Daniel Jacobowitz <dan@debian.org>
4870
4871 * gdb.base/fullname.c: New file.
4872 * gdb.base/fullname.exp: New file.
4873 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
4874
4875 2008-05-03 Pedro Alves <pedro@codesourcery.com>
4876
4877 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
4878 expressions with macros.
4879
4880 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
4883
4884 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4885
4886 * gdb.base/completion.exp: Handle lack of other symbols beginning
4887 with "a".
4888
4889 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
4890
4891 2008-05-02 Jim Blandy <jimb@codesourcery.com>
4892
4893 * gdb.asm/asmsrc1.s: Add scratch space.
4894
4895 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4896 Daniel Jacobowitz <dan@codesourcery.com>
4897
4898 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
4899 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
4900 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
4901
4902 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
4903
4904 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
4905
4906 2008-05-01 Joel Brobecker <brobecker@adacore.com>
4907
4908 * gdb.base/info-target.exp: New testcase.
4909
4910 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4911
4912 * gdb.cp/hang.exp: Use .cc instead of .C.
4913 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
4914 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
4915
4916 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4917
4918 * gdb.base/gdb1250.exp: Remove perror.
4919 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
4920
4921 2008-04-30 Pedro Alves <pedro@codesourcery.com>
4922
4923 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
4924 .2byte.
4925
4926 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
4927
4928 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
4929 (maybe_kfail): New.
4930
4931 2008-04-25 Pedro Alves <pedro@codesourcery.com>
4932
4933 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
4934
4935 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4936
4937 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
4938 * gdb.mi/mi2-syn-frame.exp: Likewise.
4939 * lib/mi-support.exp: Likewise.
4940
4941 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4942
4943 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
4944 to specify regexp for the location to stop at.
4945 * gdb.base/break-always.c: New.
4946 * gdb.base/break-always.exp: New.
4947
4948 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4949
4950 * lib/mi-support.exp (mi_runto_helper): Adjust
4951 for the original-location field.
4952 (mi_create_breakpoint, mi_list_breakpoints): New.
4953 * gdb.mi/mi-break.exp: Adjust.
4954 * gdb.mi/mi2-break.exp: Adjust.
4955 * gdb.mi/mi-pending.exp: Adjust.
4956 * gdb.mi/mi-simplerun.exp: Adjust.
4957 * gdb.mi/mi2-simplerun.exp: Adjust.
4958 * gdb.mi/mi-syn-frame.exp: Adjust.
4959 * gdb.mi/mi2-syn-frame.exp: Adjust.
4960 * gdb.mi/mi-until.exp: Adjust.
4961 * gdb.mi/mi2-until.exp: Adjust.
4962 * gdb.mi/mi-var-display.exp: Adjust.
4963 * gdb.mi/mi2-var-display.exp: Adjust.
4964 * gdb.mi/mi-watch.exp: Adjust.
4965 * gdb.mi/mi2-watch.exp: Adjust.
4966
4967 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
4968
4969 * aclocal.m4: Add override.m4.
4970 * configure: Regenerate.
4971
4972 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
4973
4974 * gdb.mi/var-cmd.c (do_at_tests): Verify that
4975 '-var-update --all-values' reports new value even the type
4976 of a variable object has changed.
4977
4978 2008-04-18 Craig Silverstein <csilvers@google.com>
4979
4980 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
4981 files.
4982
4983 2008-04-18 Joel Brobecker <brobecker@adacore.com>
4984
4985 * gdb.ada/atomic_enum: New test program.
4986 * gdb.ada/atomic_enum.exp: New testcase.
4987
4988 2008-04-17 Doug Evans <dje@google.com>
4989
4990 * gdb.opt/Makefile.in: Fix whitespace.
4991
4992 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4993
4994 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
4995
4996 2008-04-17 Doug Evans <dje@google.com>
4997
4998 * gdb.base/hashline1.exp: New testcase.
4999 * gdb.base/hashline2.exp: New testcase.
5000 * gdb.base/hashline2.exp: New testcase.
5001
5002 2008-04-17 Pedro Alves <pedro@codesourcery.com>
5003
5004 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5005
5006 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5007
5008 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5009 temporary breakpoint to match "Temporary breakpoint".
5010 * gdb.base/break.exp (delete_breakpoints): Likewise.
5011 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5012 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5013 * gdb.base/display.exp: Likewise.
5014 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5015 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5016 * gdb.base/restore.exp (restore_tests): Likewise.
5017 * gdb.base/sepdebug.exp: Likewise.
5018 * gdb.base/watchpoint.exp: Likewise.
5019 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5020 * gdb.mi/mi-pending.exp: Likewise.
5021 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5022 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5023 * gdb.mi/mi-var-cmd.exp: Likewise.
5024 * gdb.mi/mi-var-display.exp: Likewise.
5025 * gdb.mi/mi2-cli.exp: Likewise.
5026 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5027 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5028 * gdb.mi/mi2-var-display.exp: Likewise.
5029 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5030 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5031 new "disp" field.
5032 (mi_expect_stop): Move after_reason argument to be really after
5033 reason. This is to support fix for PR2424.
5034
5035 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5038
5039 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5040
5041 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
5042 field. Add more floating varobj tests.
5043 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
5044 field.
5045 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5046 (main): Call do_at_tests.
5047 * lib/mi-support.exp (mi_create_floating_varobj)
5048 (mi_varobj_update_with_type_change): New.
5049
5050 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5051
5052 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5053 option of -var-evaluate-expression.
5054 * gdb.mi/mi2-var-display.exp: Likewise.
5055
5056 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5057
5058 Introduce test setup helpers.
5059 * lib/gdb.exp (build_executable, clean_restart)
5060 (prepare_for_testing): New.
5061 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5062 * gdb.base/return.exp: Likewise.
5063 * gdb.base/ending-run.exp: Likewise.
5064
5065 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5068 Interface (MI) responses.
5069
5070 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5071
5072 * gdb.cp/breakpoint.cc: New code to test conditions involving
5073 member variables.
5074 * gdb.cp/breakpoint.exp: Test condition involving member
5075 variables.
5076
5077 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5078
5079 * lib/mi-support.exp (mi_expect_stop): New.
5080 (mi_run_cmd): Change the
5081 token. Use mi_send_resuming_command, use
5082 mi_expect_stop.
5083 (mi_execute_to_helper): Rename to mi_execute_to.
5084 (mi_send_resuming_command): Add more error patterns.
5085 (mi_wait_for_stop): Renamed to...
5086 (mi_get_stop_line): ...this.
5087 (mi_run_inline_test): Adjust.
5088
5089 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5090 * gdb.mi/mi-console.exp: Likewise.
5091 * gdb.mi/mi-pending.exp: Likewise.
5092 * gdb.mi/mi-simplerun.exp: Likewise.
5093 * gdb.mi/mi-stack.exp: Likewise.
5094 * gdb.mi/mi-stepi.exp: Likewise.
5095 * gdb.mi/mi-syn-frame.exp: Add comment.
5096 * gdb.mi/mi-until.exp: Likewise.
5097 * gdb.mi/mi-var-display.exp: Likewise.
5098 * gdb.mi/mi-watch.exp: Likewise.
5099 * gdb.mi/mi2-cli.exp: Likewise.
5100 * gdb.mi/mi2-console.exp: Likewise.
5101 * gdb.mi/mi2-simplerun.exp: Likewise.
5102 * gdb.mi/mi2-stack.exp: Likewise.
5103 * gdb.mi/mi2-stepi.exp: Likewise.
5104 * gdb.mi/mi2-until.exp: Likewise.
5105 * gdb.mi/mi2-var-display.exp: Likewise.
5106 * gdb.mi/mi2-watch.exp: Likewise.
5107
5108 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5109
5110 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5111
5112 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5113
5114 2008-04-04 Pedro Alves <pedro@codesourcery.com>
5115
5116 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5117 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5118 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5119 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5120 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5121 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5122 expect an mi error duplicated in stderr.
5123
5124 2008-04-03 Joel Brobecker <brobecker@adacore.com>
5125
5126 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5127 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5128 Add a couple of tests that verify the behavior when the new setting
5129 is set to "cancel" and "all".
5130 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5131 "ask" before we start the testing.
5132
5133 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5134
5135 * gdb.cp/casts.cc: Add class reference variables.
5136 * gdb.cp/casts.exp: New test cases for up/down casting references.
5137
5138 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5139
5140 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5141 instead of beginning to make an extra test pass.
5142 * gdb.mi/mi2-var-display.exp: Likewise.
5143
5144 2008-03-31 Maciej W. Rozycki <macro@mips.com>
5145
5146 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5147
5148 2008-03-31 Markus Deuling <deuling@de.ibm.com>
5149 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5150
5151 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5152 value. Add xfail for older kernels.
5153
5154 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5155
5156 Bring mi-support in line with gdb.exp.
5157 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5158 (mi_gdb_start): New function.
5159
5160 2008-03-28 Maciej W. Rozycki <macro@mips.com>
5161
5162 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5163
5164 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5165
5166 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5167 * gdb.mi/mi2-var-display.exp: Likewise.
5168
5169 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5170
5171 * lib/mi-support.exp (mi_create_varobj_checked): New.
5172 (mi_list_varobj_children): Allow to check for a
5173 value.
5174 (mi_list_array_varobj_children): New.
5175
5176 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5177 and mi_list_varobj_children, as opposed to hardcoding
5178 expected strings.
5179 * gdb.mi/gdb701.exp: Likewise.
5180 * gdb.mi/gdb792.exp: Likewise.
5181 * gdb.mi/mi-var-block.exp: Likewise.
5182 * gdb.mi/mi-var-cmd.exp: Likewise.
5183 * gdb.mi/mi-var-invalidate.exp: Likewise.
5184 * gdb.mi/mi2-var-block.exp: Likewise.
5185 * gdb.mi/mi2-var-child.exp: Likewise.
5186 * gdb.mi/mi2-var-cmd.exp: Likewise.
5187 * gdb.mi/mi2-var-display.exp: Likewise.
5188
5189 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 Fix random false FAILs on i386.
5192 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5193
5194 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5195
5196 PR gdb/544
5197 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5198
5199 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5200
5201 PR gdb/544
5202 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5203
5204 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5205
5206 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5207 fixed PR gdb/544.
5208
5209 2008-03-21 Pedro Alves <pedro@codesourcery.com>
5210
5211 * gdb.threads/fork-child-threads.exp: Test next over fork.
5212
5213 2008-03-21 Chris Demetriou <cgd@google.com>
5214
5215 * gdb.base/break.exp (rbreak junk): New test for rbreak
5216 "Junk at end of arguments" issue.
5217
5218 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5219
5220 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5221 *& to work on created array elements.
5222 (Top level): Test print $pc with a file. Test string operations
5223 without a target.
5224 * gdb.base/ptype.exp: Do not expect *& to work on created array
5225 elements.
5226
5227 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5228
5229 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5230 gdb.threads/staticthreads.exp: Update exit query.
5231
5232 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5233
5234 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5235
5236 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5237
5238 * gdb.base/watchpoint.c (global_ptr, func4): New.
5239 (main): Call func4.
5240 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5241 (test_inaccessible_watchpoint): New.
5242
5243 2008-02-29 Maciej W. Rozycki <macro@mips.com>
5244
5245 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5246 select the largest.
5247
5248 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5249
5250 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5251 frames-invalid annotations.
5252
5253 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5254
5255 * gdb.base/assign.exp: avoid same output for different tests.
5256
5257 2008-02-27 Doug Evans <dje@google.com>
5258
5259 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5260 for bug 1738.
5261 (breakpoint_to_handler_entry): Ditto.
5262
5263 2008-02-27 Joel Brobecker <brobecker@adacore.com>
5264
5265 * gdb.base/ending-run.exp: Use the first line of code inside
5266 function body to test breakpoints.
5267 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5268 location where the breakpoint is inserted when using the line
5269 where a function is declared. Fix typo in the description of
5270 one of the tests.
5271 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5272
5273 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5274
5275 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
5276 tests.
5277
5278 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5279
5280 * gdb.base/args.exp: avoid same output for tests
5281 with single quotes.
5282
5283 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5284
5285 * gdb.base/annota1.exp: Adjust for 'info break'
5286 format changes.
5287 * gdb.base/annota3.exp: Likewise.
5288 * gdb.base/break.exp: Likewise.
5289 * gdb.base/condbreak.exp: Likewise.
5290 * gdb.base/pending.exp: Likewise.
5291 * gdb.base/sepdebug.exp: Likewise.
5292 * gdb.base/unload.exp: Likewise.
5293 * gdb.cp/ovldbreak.exp: Likewise.
5294 * gdb.mi/mi-pending.exp: Likewise.
5295
5296 2008-02-07 Doug Evans <dje@google.com>
5297
5298 * gdb.cp/mb-inline.exp: New.
5299 * gdb.cp/mb-inline.h: New.
5300 * gdb.cp/mb-inline1.cc: New.
5301 * gdb.cp/mb-inline2.cc: New.
5302
5303 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5304
5305 * gdb.pascal/floats.pas: New test program.
5306 * gdb.pascal/floats.exp: New testcase.
5307
5308 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5309
5310 * gdb.base/callfuncs.c (t_float_many_args): New function.
5311 (t_double_many_args): New function.
5312 * gdb.base/callfuncs.exp: Add tests for exceeding float
5313 and double parameters passed through the stack.
5314
5315 2008-02-05 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5318 gdb.ada/complete/foo.adb: New files.
5319 * gdb.ada/complete.exp: New testcase.
5320
5321 2008-02-03 Doug Evans <dje@google.com>
5322
5323 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5324
5325 * gdb.cp/gdb2384.exp: New file.
5326 * gdb.cp/gdb2384.cc: New file.
5327 * gdb.cp/gdb2384-base.h: New file.
5328 * gdb.cp/gdb2384-base.cc: New file.
5329
5330 2008-02-02 Doug Evans <dje@google.com>
5331
5332 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5333
5334 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5335
5336 * gdb.ada/sym_print_name: New test program.
5337 * gdb.ada/sym_print_name.exp: New testcase.
5338
5339 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5340
5341 * gdb.ada/nested/hello.adb: New file.
5342 * gdb.ada/nested.exp: New testcase.
5343 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5344
5345 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5346
5347 * gdb.mi/basic.c (return_1): New function.
5348 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5349 don't cause future evaluations of function to report
5350 creation of internal breakpoints.
5351
5352 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5353
5354 * gdb.mi/mi-break.exp (test_error): New.
5355 Call it.
5356
5357 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
5358
5359 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5360 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5361
5362 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5363
5364 * gdb.pascal/integers.pas: New test program.
5365 * gdb.pascal/integers.exp: New testcase.
5366
5367 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5368
5369 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5370
5371 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
5372
5373 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5374 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5375
5376 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5377
5378 * gdb.ada/formatted_ref: New test program.
5379 * gdb.ada/formatted_ref.exp: New testcase.
5380
5381 * gdb.cp/formatted-ref.cc: New file.
5382 * gdb.cp/formatted-ref.exp: New testcase.
5383
5384 2008-01-30 Joel Brobecker <brobecker@adacore.com>
5385
5386 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5387
5388 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5389
5390 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5391 (test_file_list_exec_source_file): Update to new macro-info field.
5392
5393 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5394
5395 * gdb.ada/exprs: New test program.
5396 * gdb.ada/exprs.exp: New testcase.
5397
5398 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5399
5400 * dfp-test.c (DELTA, DELTA_B): New definitions.
5401 (double_val1, double_val2, double_val3, double_val4, double_val5,
5402 double_val6, double_val7, double_val8, double_val9, double_val10,
5403 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5404 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5405 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5406 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5407 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5408 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5409 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5410 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5411 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5412 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5413 dec128_val16): New global variables.
5414 (decimal_dec128_align): New function.
5415 (decimal_mixed): Likewise.
5416 (decimal_many_args_dec32): Likewise.
5417 (decimal_many_args_dec64): Likewise.
5418 (decimal_many_args_dec128): Likewise.
5419 (decimal_many_args_mixed): Likewise.
5420 * dfp-test.exp: Add tests calling new inferior functions.
5421
5422 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5423
5424 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5425 gdb.server/ext-run.exp: New files.
5426 * lib/gdbserver-support.exp (gdbserver_download): New.
5427 (gdbserver_start): New. Update gdbserver expected
5428 output.
5429 (gdbserver_spawn): Use them.
5430 (gdbserver_start_extended): New.
5431
5432 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5433
5434 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5435 Run on GNU/Linux.
5436 (do_exec_tests): Check for systems which do not support catchpoints.
5437 Do not match START.
5438 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5439 Run on GNU/Linux. Enable verbose output.
5440 (check_fork_catchpoints): New.
5441 (explicit_fork_child_follow, catch_fork_child_follow)
5442 (tcatch_fork_parent_follow): Update expected messages.
5443 (do_fork_tests): Use check_fork_catchpoints.
5444 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5445 Run on GNU/Linux. Enable verbose output.
5446 (check_vfork_catchpoints): New.
5447 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5448 expected messages.
5449 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5450
5451 2008-01-29 Jim Blandy <jimb@red-bean.com>
5452
5453 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5454 host' errors.
5455 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5456
5457 2008-01-29 Jim Blandy <jimb@red-bean.com>
5458
5459 * gdb.threads/sigthread.c: Use barriers to ensure that
5460 child_thread and child_thread_two are always initialized before we
5461 start to use them.
5462
5463 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5464
5465 * gdb.base/watchpoint-solib.exp: New.
5466 * gdb.base/watchpoint-solib.c: New.
5467 * gdb.base/watchpoint-solib-shr.c: New.
5468
5469 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5470
5471 * gdb.base/gdb1056.exp: Add unsigned integer test.
5472
5473 2008-01-28 Doug Evans <dje@google.com>
5474
5475 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5476
5477 2008-01-27 Jim Blandy <jimb@codesourcery.com>
5478
5479 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5480
5481 * gdb.base/expand-psymtabs.exp: Doc fix.
5482
5483 2008-01-26 Mark Kettenis <kettenis@gnu.org>
5484
5485 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5486
5487 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
5488
5489 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5490 -var-set-format.
5491
5492 2008-01-23 Chris Demetriou <cgd@google.com>
5493
5494 * gdb.threads/thread_events.c: New testcase source file.
5495 * gdb.threads/thread_events.exp: New testcase expect file.
5496
5497 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5498
5499 * lib/gdb.exp: Add the variable octal.
5500
5501 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
5502 -var-set-format.
5503
5504 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5505 Vladimir Prus <vladimir@codesourcery.com>
5506
5507 * gdb.base/float.exp: Allow missing floating point for m68k and
5508 PowerPC.
5509
5510 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5511
5512 * gdb.mi/basics.c: Setup for testing breakpoints
5513 ignore count.
5514 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5515 * gdb.mi/mi-cli.exp: Adjust.
5516 * gdb.mi/mi2-cli.exp: Adjust.
5517
5518 2008-01-17 Pedro Alves <pedro@codesourcery.com>
5519
5520 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5521 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5522 with dummy_ptr's address.
5523 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5524 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5525 all targets.
5526 * gdb.mi/mi2-var-child.exp: Likewise.
5527
5528 2008-01-09 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.ada/null_array: New test program.
5531 * gdb.ada/null_array.exp: New testcase.
5532
5533 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5534
5535 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5536 with required float modifiers.
5537
5538 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5539
5540 * gdb.ada/funcall_param: New test program.
5541 * gdb.ada/funcall_param.exp: New testcase.
5542
5543 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.ada/arrayparam: New test program.
5546 * gdb.ada/arrayparam.exp: New testcase.
5547
5548 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5551 landed. Should also fix random failures in the test following it.
5552
5553 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5554
5555 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5556 for expressions with decimal float values.
5557 (test_dfp_conversions): New function to test casts to and from
5558 decimal float types.
5559 Call test_dfp_conversions.
5560 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5561 elements.
5562 (main): Initialize ds.float4 and ds.double8 elements.
5563 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5564 string to new error message.
5565 (d64_set_tests): Likewise.
5566 (d128_set_tests): Likewise.
5567 Add tests for expressions with decimal float variables. Add tests for
5568 conversions to and from decimal float types.
5569
5570 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5571
5572 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5573 * gdb.ada/packed_tagged.exp: New testcase.
5574
5575 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5576
5577 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5578 gdb.ada/homonym/homonym_main.adb: New files.
5579 * gdb.ada/homonym.exp: New testcase.
5580
5581 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.ada/packed_array.exp: Add testing of references to
5584 a packed array.
5585
5586 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5589 New files.
5590 * gdb.ada/type_coercion.exp: New testcase.
5591
5592 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5593
5594 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5595 gdb.ada/tagged/foo.adb: New file.
5596 * gdb.ada/tagged.exp: New testcase.
5597
5598 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5599
5600 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5601 gdb.ada/ptype_field/foo.adb: New files.
5602 * gdb.ada/ptype_field.exp: New testcase.
5603
5604 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5605
5606 * gdb.ada/print_pc.exp: New testcase.
5607
5608 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5609
5610 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5611 gdb.ada/taft_type/p.adb: New files.
5612 * gdb.ada/taft_type.exp: New testcase.
5613
5614 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5615
5616 * gdb.ada/array_bounds/bar.adb: New file.
5617 * gdb.ada/array_bounds.exp: New testcase.
5618
5619 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5622 gdb.ada/arrayptr/foo.adb: New files.
5623 * gdb.ada/arrayptr.exp: New testcase.
5624
5625 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5626
5627 * gdb.base/set-lang-auto.exp: New testcase.
5628
5629 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5630
5631 * gdb.ada/fun_addr/foo.adb: New file.
5632 * gdb.ada/fun_addr.exp: New testcase.
5633
5634 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5637 New files
5638
5639 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5640
5641 * array_subscript_addr/p.adb: New file.
5642 * array_subscript_addr.exp: New testcase.
5643
5644 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5645
5646 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
5647 New files.
5648 * gdb.ada/str_cmp_ref.exp: New testcase.
5649
5650 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5651
5652 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5653 gdb.ada/fun_in_declare/foo.adb: New files.
5654 * gdb.ada/fun_in_declare.exp: New testcase.
5655
5656 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5657
5658 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5659 gdb.ada/ref_param/pck.ads: New files.
5660 * gdb.ada/ref_param.exp: New testcase.
5661
5662 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5663
5664 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5665 gdb.ada/interface/foo.adb: New files.
5666 * gdb.ada/interface.exp: New testcase.
5667
5668 2007-12-31 Jim Blandy <jimb@codesourcery.com>
5669
5670 * gdb.base/multi-forks.exp: Consume all output from child
5671 processes before proceeding to next test.
5672
5673 2007-12-29 Jim Blandy <jimb@codesourcery.com>
5674
5675 * configure: Regenerated.
5676
5677 2007-12-27 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5680 gdb.ada/fixed_cmp/fixed.adb: New files.
5681 * gdb.ada/fixed_cmp.exp: New testcase.
5682
5683 2007-12-27 Joel Brobecker <brobecker@adacore.com>
5684
5685 * gdb.ada/boolean_expr.exp: New testcase.
5686
5687 2007-12-26 Jim Blandy <jimb@codesourcery.com>
5688
5689 * gdb.base/multi-forks.exp: Doc fix.
5690
5691 2007-12-26 Joel Brobecker <brobecker@adacore.com>
5692
5693 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5694 * gdb.ada/char_param.exp: Do not compile our test program with
5695 -gnata, this is unnecessary.
5696 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5697
5698 2007-12-24 Joel Brobecker <brobecker@adacore.com>
5699
5700 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5701 gdb.ada/print_chars/foo.adb: New files.
5702 * gdb.ada/print_chars.exp: New testcase.
5703
5704 2007-12-24 Joel Brobecker <brobecker@adacore.com>
5705
5706 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5707 gdb.ada/char_param/foo.adb: New files.
5708 * gdb.ada/char_param.exp: New testcase.
5709
5710 2007-12-22 Jim Blandy <jimb@codesourcery.com>
5711
5712 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5713 hard-coding source line numbers into the test.
5714 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5715 gdb_get_line_number to find.
5716
5717 2007-12-22 Joel Brobecker <brobecker@adacore.com>
5718
5719 * gdb.base/ptype.c (highest): New struct type.
5720 (the_highest): New variable of that type.
5721 (main): Add dummy assignment to a field of variable the_highest.
5722 * gdb.base/ptype.exp: Test type printing of our new variable.
5723
5724 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5725
5726 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
5727 and record first explicitly generated thread number.
5728 Use that thread number for thread specific watchpoint test.
5729 Add iteration number to repetitive tests.
5730
5731 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
5732 Jim Blandy <jimb@codesourcery.com>
5733
5734 * gdb.base/expand-psymtabs.c: New testcase
5735 source file.
5736 * gdb.base/expand-psymtabs.exp: New testcase
5737 expect file.
5738
5739 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5740
5741 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
5742 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
5743
5744 2007-12-17 Joel Brobecker <brobecker@adacore.com>
5745
5746 * gdb.ada/frame_args/foo.adb: New file.
5747 * gdb.ada/frame_args/pck.ads: New file.
5748 * gdb.ada/frame_args/pck.adb: New file.
5749 * gdb.ada/frame_args.exp: New testcase.
5750
5751 2007-12-17 Joel Brobecker <brobecker@adacore.com>
5752
5753 * gdb.base/frame-args.c: New file.
5754 * gdb.base/frame-args.exp: New testcase.
5755
5756 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5757 Joseph Myers <joseph@codesourcery.com>
5758
5759 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
5760
5761 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5762
5763 * gdb.mi/mi-pending.exp: New.
5764 * gdb.mi/mi-pending.c: New.
5765 * gdb.mi/mi-pendshr.c: New.
5766
5767 2007-12-06 Jim Blandy <jimb@codesourcery.com>
5768
5769 * gdb.base/default.exp: Update expected output for 'info catch'.
5770
5771 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
5774 must be set to binary.
5775
5776 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
5777
5778 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
5779
5780 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5781
5782 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
5783 gdb.mi/mi-file-transfer.exp: New.
5784
5785 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5786
5787 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
5788
5789 2007-11-22 Maciej W. Rozycki <macro@mips.com>
5790
5791 * gdb.trace/backtrace.exp: Fix a typo.
5792 * gdb.trace/circ.exp: Likewise.
5793 * gdb.trace/collection.exp: Likewise.
5794 * gdb.trace/limits.exp: Likewise.
5795 * gdb.trace/report.exp: Likewise.
5796 * gdb.trace/tfind.exp: Likewise.
5797 * gdb.trace/while-dyn.exp: Likewise.
5798
5799 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
5800
5801 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
5802 objects of pointers that can't be dereferenced are now
5803 "noneditable".
5804
5805 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5806
5807 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5808 (target_cpu): Remove.
5809
5810 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
5811
5812 * gdb.base/ending-run.exp: Expect the list of cleared
5813 breakpoint to come in natural order, not the reversed one.
5814
5815 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
5816
5817 * gdb.mi/mi-var-child.c (do_child_deletion): New.
5818 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
5819
5820 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5821
5822 * gdb.base/printcmds.exp: New function
5823 test_printf_with_dfp.
5824
5825 2007-11-02 Doug Evans <dje@google.com>
5826
5827 * gdb.disasm/t01_mov.s: Remove carriage returns.
5828 * gdb.disasm/t02_mova.s: Ditto.
5829 * gdb.disasm/t03_add.s: Ditto.
5830 * gdb.disasm/t04_sub.s: Ditto.
5831 * gdb.disasm/t05_cmp.s: Ditto.
5832 * gdb.disasm/t06_ari2.s: Ditto.
5833 * gdb.disasm/t07_ari3.s: Ditto.
5834 * gdb.disasm/t08_or.s: Ditto.
5835 * gdb.disasm/t09_xor.s: Ditto.
5836 * gdb.disasm/t10_and.s: Ditto.
5837 * gdb.disasm/t11_logs.s: Ditto.
5838 * gdb.disasm/t12_bit.s: Ditto.
5839 * gdb.disasm/t13_otr.s: Ditto.
5840
5841 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5842
5843 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
5844
5845 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5846
5847 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
5848 provide DFP support.
5849
5850 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5851
5852 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
5853 Test "set powerpc vector-abi". Skip auto-detection tests for old
5854 toolchains.
5855
5856 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5857
5858 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
5859 with [string compare].
5860
5861 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5862
5863 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
5864 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
5865
5866 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
5867
5868 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
5869 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
5870 * gdb.opt/Makefile.in: New makefile.
5871 * Makefile.in: Create new directory "gdb.opt".
5872 * configure.ac: Add "gdb.opt" directory.
5873 * configure: Regenerated.
5874
5875 2007-10-25 Doug Evans <dje@google.com>
5876
5877 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
5878 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
5879
5880 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
5881 Thiago Jung Bauermann <bauerman@br.ibm.com>
5882
5883 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
5884 Floating Point expressions.
5885 * gdb.base/dfp-test.exp: new file adding tests for Decimal
5886 Floating Point variables.
5887 * gdb.base/dfp-test.c: new file containing program with Decimal
5888 Floating variables, used by gdb.base/dfp-test.exp.
5889
5890 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5891
5892 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
5893
5894 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5895
5896 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
5897 compiling test case with GCC.
5898 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
5899
5900 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5901
5902 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
5903 format changes.
5904
5905 2007-10-18 Michael Snyder <msnyder@specifix.com>
5906
5907 * gdb.base/dbx.exp: Add missing "-re " operator.
5908
5909 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
5910
5911 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
5912 * configure.ac: Removed trailing spaces after backslash.
5913 * gdb.modula2: New directory.
5914 * gdb.modula2/Makefile.in: New file.
5915 * gdb.modula2/unbounded-array.exp: New file.
5916 * gdb.modula2/unbounded1.c: New file.
5917
5918 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5919
5920 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
5921
5922 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
5923
5924 * gdb.base/sigstep.c (main): Add checks for
5925 return values for setitimer call.
5926 Call setitimer again with itimer = ITIMER_REAL
5927 if first call to setitimer fails.
5928
5929 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5930
5931 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
5932 of $timeout.
5933
5934 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5935
5936 * gdb.server/server-run.exp: Test for dynamic linker symbols.
5937
5938 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5939
5940 * lib/gdb.exp (gdb_run_cmd): Move comment outside
5941 of gdb_expect call, to avoid interruption.
5942
5943 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
5944
5945 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
5946 (v_unsigned_long_long, v_long_long_array)
5947 (v_signed_long_long_array, v_unsigned_long_long_array)
5948 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
5949 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
5950 [!NO_LONG_LONG]: New.
5951 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
5952 v_long_long_member.
5953
5954 (v_long_long_func, v_signed_long_long_func)
5955 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
5956 (main) [!NO_LONG_LONG]: Initialize long long variants.
5957
5958 * gdb.base/whatis.exp: If board file requests no_long_long, build
5959 test with NO_LONG_LONG defined. Test long long, signed long long,
5960 and unsigned long long variants but only if board file doesn't
5961 disable it.
5962
5963 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
5964 Daniel Jacobowitz <dan@codesourcery.com>
5965
5966 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
5967 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
5968 * configure: Regenerated.
5969 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
5970 gdb.pascal/types.exp, lib/pascal.exp: New files.
5971
5972 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
5973
5974 * gdb.cp/classes.exp (do_tests): Always step to the line after the
5975 call.
5976 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
5977 to return to the call.
5978 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
5979 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
5980 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
5981 * gdb.mi/mi-until.exp (test_until): Likewise.
5982 * gdb.mi/mi2-until.exp (test_until): Likewise.
5983
5984 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
5985
5986 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
5987 two-char array.
5988 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
5989
5990 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5991
5992 * gdb.threads/watchthreads.c (thread_function): Sleep between
5993 iterations.
5994 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
5995 at once for S/390. Generate matching fails and passes.
5996
5997 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
5998
5999 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6000 the 'struct_declarations' variable to zeros.
6001
6002 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6003
6004 * gdb.cp/mb-ctor.cc: New.
6005 * gdb.cp/mb-ctor.exp: New.
6006 * gdb.cp/mb-templates.cc: New.
6007 * gdb.cp/mb-templates.exp: New.
6008
6009 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6010
6011 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6012
6013 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6014
6015 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6016 targets.
6017 * configure: Regenerate.
6018
6019 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
6020
6021 * gdb.base/annota1.exp: Adjust for 'info break'
6022 format changes.
6023 * gdb.base/annota3.exp: Likewise.
6024 * gdb.base/break.exp: Likewise.
6025 * gdb.base/condbreak.exp: Likewise.
6026 * gdb.base/pending.exp: Likewise.
6027 * gdb.base/sepdebug.exp: Likewise.
6028 * gdb.base/unload.exp: Likewise.
6029 * gdb.base/ovldbreak.exp: Likewise.
6030
6031 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6032
6033 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6034 messages.
6035 * gdb.base/chng-syms.exp: Likewise.
6036 * gdb.base/unload.exp: Likewise.
6037
6038 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6039
6040 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6041
6042 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6043
6044 * schedlock.c (NUM): Change to 1.
6045 (main): Use args[0] for the main thread.
6046 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6047 regardless of the number of threads.
6048
6049 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6050
6051 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6052 type down.
6053 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6054 test.
6055 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6056 watchpoint type down.
6057 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6058 test.
6059
6060 2007-09-14 Maciej W. Rozycki <macro@mips.com>
6061
6062 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6063 Move all the tests here and run them twice, once using software
6064 watchpoints and once using hardware watchpoints.
6065 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6066
6067 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6068
6069 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6070 test.
6071
6072 2007-09-10 Mark Kettenis <kettenis@gnu.org>
6073
6074 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6075 build-id.
6076
6077 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6078 know about $ORIGIN. Calculate output dir from $dest instead of
6079 using ${objdir}/{$subdir}.
6080
6081 2007-09-09 Mark Kettenis <kettenis@gnu.org>
6082
6083 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6084 gcore, before continuing with the test.
6085
6086 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6087
6088 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6089 * gdb.mi/mi-watch.exp: Likewise.
6090
6091 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6092 Jim Blandy <jimb@codesourcery.com>
6093
6094 * gdb.arch/i386-sse.exp: Do not expect character constants.
6095 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6096 * gdb.base/display.exp: Allow print/s.
6097 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6098 and unsigned char array changes.
6099
6100 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6101
6102 * gdb.base/display.exp: Add tests for printf %p.
6103
6104 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6105
6106 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6107 the dll name to unicode.
6108
6109 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 * gdb.base/default.exp (show version): Update the version text.
6112 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6113
6114 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6117 New files.
6118
6119 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6120
6121 * lib/gdb.exp (build_id_debug_filename_get): New function.
6122 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6123 Remove the generate DEBUG file for the future testcase runs.
6124 New testcase for the NT_GNU_BUILD_ID retrieval.
6125 Move the final testing step to ...
6126 (test_different_dir): ... a new function.
6127 New parameter XFAIL to XFAIL all the tests performed.
6128 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6129 New parameter TYPE to PF_PREFIX all the tests performed.
6130
6131 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6132
6133 * gdb.mi/mi-var-cp.cc (path_expression): New
6134 function.
6135 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6136
6137 2007-08-27 Markus Deuling <deuling@de.ibm.com>
6138
6139 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6140 to fit into SPU Local Store memory.
6141
6142 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6143
6144 * gdb.base/default.exp: Adjust the expected output of "info
6145 warranty" after the switch to GPLv3.
6146
6147 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6148
6149 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6150 to 30000 (from 20000).
6151
6152 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6153
6154 Switch the license of all .exp files to GPLv3.
6155 Switch the license of all .f and .f90 files to GPLv3.
6156 Switch the license of all .s and .S files to GPLv3.
6157
6158 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6159
6160 * configure.ac: Switch license to GPLv3.
6161
6162 2007-08-23 Joel Brobecker <brobecker@adacore.com>
6163
6164 Switch the licensing to GPLv3 for all .ads and .adb files.
6165
6166 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6167
6168 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6169 and t_int_double.
6170 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6171
6172 2007-08-17 Joel Brobecker <brobecker@adacore.com>
6173
6174 * gdb.base/step-line.c: Switch license to GPL version 3, and
6175 update copyright year.
6176 * gdb.base/step-line.inp: Likewise.
6177
6178 2007-08-17 Joel Brobecker <brobecker@adacore.com>
6179
6180 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6181 changes inside gdb1555.c.
6182 * gdb.base/pending.exp: Likewise.
6183
6184 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6185
6186 * config/default.exp: New file.
6187
6188 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6189
6190 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6191 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6192
6193 2007-07-30 Maciej W. Rozycki <macro@mips.com>
6194
6195 * gdb.base/dump.exp: Force the correct endianness for binary
6196 formats not carrying this information.
6197
6198 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6199
6200 * gdb.threads/staticthreads.exp: Match .*sem_post.
6201
6202 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6203
6204 * gdb.base/readline.exp (operate_and_get_next): Match the final
6205 prompt.
6206
6207 2007-07-23 Kevin Buettner <kevinb@redhat.com>
6208
6209 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6210 to restarting SID.
6211
6212 2007-07-18 Kevin Buettner <kevinb@redhat.com>
6213
6214 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6215 prior to `gdb_start'.
6216
6217 2007-07-18 Kevin Buettner <kevinb@redhat.com>
6218
6219 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6220 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6221 Remove call to gdb_unload.
6222
6223 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6224 Daniel Jacobowitz <dan@codesourcery.com>
6225
6226 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6227 for __WIN32__.
6228 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6229 * gdb.base/unload.exp: Use shared library test routines.
6230
6231 2007-07-03 Markus Deuling <deuling@de.ibm.com>
6232
6233 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6234 * gdb.base/solib-symbol-lib.c: Likewise.
6235 * gdb.base/solib-symbol-main.c: Likewise.
6236
6237 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6238
6239 * config/gdbserver.exp (gdb_reconnect): New.
6240 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6241 gdb.base/solib-disc.exp: New files.
6242 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6243 remote debugging".
6244 (gdb_compile): Add shlib_load flag.
6245 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6246 port.
6247 (gdbserver_reconnect): New.
6248
6249 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
6250 Daniel Jacobowitz <dan@codesourcery.com>
6251
6252 * gdb.base/annota3.exp: Test for if construct.
6253
6254 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6255
6256 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6257
6258 2007-06-21 Chris Dearman <chris@mips.com>
6259 Maciej W. Rozycki <macro@mips.com>
6260
6261 * gdb.base/display.exp: Allow a newline after display/i.
6262 * gdb.base/pc-fp.exp: Likewise.
6263 * gdb.base/sigbpt.exp: Likewise.
6264
6265 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6266
6267 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6268 required features to be included.
6269
6270 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6271
6272 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6273 in info threads output.
6274
6275 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6276 Markus Deuling <deuling@de.ibm.com>
6277
6278 * gdb.arch/spu-info.exp: New testcase.
6279 * gdb.arch/spu-info.c: New file.
6280
6281 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6282
6283 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6284 tpcs_offset. Restore lr after the call.
6285 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6286
6287 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6288
6289 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6290 (gdbserver_run): Kill any running gdbserver.
6291 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6292
6293 2007-05-17 Maciej W. Rozycki <macro@mips.com>
6294
6295 * gdb.base/sigbpt.exp: Preset segv_addr.
6296
6297 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6298
6299 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6300 (gdb_compile_shlib): Likewise.
6301 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6302 (default_gdb_init): Clear cleanfiles.
6303 (gdb_finish): Delete recorded cleanfiles.
6304 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6305
6306 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6307 Do not use isnative.
6308 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6309 gdb.base/so-impl-ld.exp: Likewise.
6310 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6311 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6312 gdb_compile.
6313
6314 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6315
6316 * config/unknown.exp: Remove.
6317
6318 2007-05-15 Markus Deuling <deuling@de.ibm.com>
6319
6320 * gdb.base/info-proc.exp: Check is_remote.
6321
6322 2007-05-14 Markus Deuling <deuling@de.ibm.com>
6323
6324 * gdb.base/gcore.exp: Initialize variable core_supported.
6325
6326 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6327
6328 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6329
6330 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6331
6332 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6333 * gdb.threads/print-threads.exp (test_all_threads): Allow
6334 negative and hexadecimal thread IDs.
6335
6336 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6337
6338 * gdb.java/jprint.java (public): Avoid invalid call to static
6339 method.
6340
6341 2007-05-14 Denis Pilat <denis.pilat@st.com>
6342
6343 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6344 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6345 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6346 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6347 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6348
6349 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6350
6351 * gdb.base/overlays.exp: Add support for targets with only code
6352 overlay support, not data overlay. Support spu-*-* target in
6353 this mode.
6354 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6355 * gdb.base/spu.ld: New file.
6356
6357 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6360
6361 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6362
6363 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6364
6365 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.java/jmain.exp: Handle demangled names with and without method
6368 signatures.
6369
6370 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6371
6372 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6373 (have_a_very_merry_interrupt): Remove calls to puts.
6374 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6375 inferior output.
6376 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6377 test names.
6378
6379 2007-04-29 Markus Deuling <deuling@de.ibm.com>
6380 Daniel Jacobowitz <dan@codesourcery.com>
6381
6382 * gdb.base/auxv.exp (core_works): Also check is_remote.
6383 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6384
6385 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
6386
6387 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6388 message, not the undefined 'module' variable.
6389 * gdb.base/siginfo.exp: Likewise.
6390 * gdb.base/sigstep.exp: Likewise.
6391 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6392 serialport.
6393 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6394
6395 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
6396
6397 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6398 target sim fails. Return 0 otherwise.
6399 (gdb_load): Return prematurely if gdb_target_sim fails.
6400
6401 2007-04-16 Denis Pilat <denis.pilat@st.com>
6402
6403 * gdb.base/setshow.exp: Reset height after having set it to 100.
6404
6405 2007-04-16 Denis Pilat <denis.pilat@st.com>
6406
6407 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6408
6409 2007-04-16 Denis Pilat <denis.pilat@st.com>
6410
6411 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6412
6413 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6414
6415 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6416 tests. Run the frozen varobjs test.
6417 * gdb.mi/var-cmd.c (do_frozen_tests): New.
6418 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
6419
6420 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6421
6422 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6423 gdb.base/type-opaque.exp: New files.
6424
6425 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
6426
6427 * gdb.mi/mi-var-child.c
6428 (do_children_tests): User char[2] instead of
6429 char so that automatic printing of pointers to char
6430 don't give unpredicable result.
6431 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6432 local variables.
6433 * gdb.mi/mi-var-child.exp: Step to right line
6434 of do_children_tests.
6435 * gdb.mi/mi2-var-child.exp: Likewise.
6436 * gdb.mi/mi-var-cmd.exp: Step to right line of
6437 do_locals_tests.
6438 (do_children_tests): User char[2] instead of
6439 char so that automatic printing of pointers to char
6440 don't give unpredicable result.
6441 * gdb.mi/mi2-var-cmd.exp: Likewise.
6442 * lib/mi-support.exp (mi_continue_to_line):
6443 Pass test name to mi_wait_for_stop.
6444
6445 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6446
6447 * gdb.asm/asm-source.exp: Remove d10v case.
6448 * lib/gdb.exp (skip_cplus_tests): Likewise.
6449 * gdb.asm/d10v.inc: Deleted.
6450
6451 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6452
6453 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6454
6455 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * config/netware.exp: Delete file.
6458
6459 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6460
6461 * gdb.dwarf2/dw2-noloc.S: New file.
6462 * gdb.dwarf2/dw2-noloc.exp: New file.
6463
6464 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6465
6466 * gdb.cp/method2.cc: New test.
6467 * gdb.cp/method2.exp: New test.
6468 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6469
6470 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6471
6472 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6473
6474 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6475
6476 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6477
6478 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6479
6480 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6481 (gdb_load): Delete, replace with...
6482 (gdb_reload): ...this.
6483 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6484 * gdb.server/server-mon.exp: Likewise.
6485 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6486 (gdb_start_cmd): New.
6487 (gdb_file_cmd): Save the last loaded file.
6488 (gdb_reload): New.
6489 (gdb_gnu_strip_debug): Use transform.
6490 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6491 support here. Use new $last_loaded_file. Check mtime.
6492 (gdb_target_cmd): Handle ObjC failure case.
6493 (infer_host_exec): Delete.
6494 (gdbserver_load): Rename to...
6495 (gdbserver_run): ...this. Simplify.
6496 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6497 (mi_gdb_load): Move most contents to a new function...
6498 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6499 (mi_run_cmd): Use mi_gdb_target_load.
6500 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6501 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6502 Use gdb_run_cmd.
6503 * gdb.base/charsign.exp: Remove incorrect comment.
6504 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6505 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6506 gdb.base/start.exp: Use gdb_start_cmd.
6507
6508 2007-03-23 Nigel Stephens <nigel@mips.com>
6509 Maciej W. Rozycki <macro@mips.com>
6510
6511 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6512 * gdb.base/signull.exp: Similarly.
6513
6514 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6515
6516 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6517 messages available to test cases (like chng-sym.exp).
6518
6519 2007-03-14 Andreas Schwab <schwab@suse.de>
6520
6521 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6522 format changes.
6523
6524 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6525
6526 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6527 (optimized_1): New.
6528 (main): Call optimized_1.
6529 (gdb2029): Correct typos. Call gdb2029_marker.
6530 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6531 for gdb2029.
6532
6533 2007-03-12 Mark Kettenis <kettenis@gnu.org>
6534
6535 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6536 as tabs. Remove redundant test pattern.
6537
6538 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6539
6540 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6541 for /a format output.
6542
6543 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6544
6545 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6546 collect output incrementally.
6547
6548 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6549
6550 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6551 for -var-create lpcharacter test.
6552 * gdb.mi/mi2-var-cmd.exp: Likewise.
6553
6554 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6555
6556 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6557 pass on targets where address zero is readable.
6558
6559 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6560
6561 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6562 just a single architecture.
6563
6564 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6565
6566 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6567 (fetch_all_registers): New function, uses gdb_test_multiple and
6568 exp_continue to fetch inferior output line-by-line.
6569 Replace all uses of do_get_all_registers by fetch_all_registers.
6570
6571 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6572
6573 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6574 in target_info.
6575
6576 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6577
6578 * gdb.threads/manythreads.exp: Use $message string for
6579 consistancy; add a default (timeout) case.
6580
6581 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6582
6583 * gdb.base/watchpoint.exp: Fix truncated comment.
6584
6585 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6586
6587 * Makefile.in: Remove spurious single-quotes from sed command.
6588
6589 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6590
6591 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6592 func.
6593 * gdb.mi/mi2-var-cmd.exp: Likewise.
6594
6595 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6596
6597 * gdb.dwarf2/dw2-producer.S: New file.
6598 * gdb.dwarf2/dw2-producer.exp: New testcase.
6599
6600 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
6601
6602 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6603 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6604 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6605 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6606 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6607 Revert tests to use mi_gdb_test and include value field in output
6608 of -var-create.
6609
6610 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6611
6612 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6613
6614 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6615
6616 * gdb.base/maint.exp: Remove full paths from test names.
6617 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6618 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6619
6620 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6621
6622 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6623
6624 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6625
6626 * gdb.server/server-mon.exp: New test.
6627
6628 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6629
6630 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6631
6632 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6633
6634 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6635 register capitalization.
6636
6637 2007-02-13 Denis Pilat <denis.pilat@st.com>
6638
6639 * gdb.mi/mi-var-invalidate.exp: New file.
6640
6641 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6644
6645 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6646
6647 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6648
6649 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6650
6651 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6652 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6653
6654 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
6655
6656 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6657 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6658 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6659 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6660 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6661 * gdb.mi/gdb792.exp, lib/mi-support.exp:
6662 Update tests to include value field in output of -var-create.
6663
6664 2007-02-08 Andreas Schwab <schwab@suse.de>
6665
6666 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6667
6668 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6669
6670 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6671 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6672
6673 2007-02-02 Denis Pilat <denis.pilat@st.com>
6674
6675 * gdb.threads/threadapply.exp: check that frame is not changed by
6676 the thread apply all command.
6677
6678 2007-01-31 Andreas Schwab <schwab@suse.de>
6679
6680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6681
6682 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6683 in the dwarf sections.
6684 * gdb.dwarf2/mac-fileno.S: Likewise.
6685
6686 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6687 bspstore register on ia64.
6688
6689 2007-01-29 Andreas Schwab <schwab@suse.de>
6690
6691 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6692 "frame-begin" annotation.
6693
6694 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6695 number of "frames-invalid" annotations.
6696
6697 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6698
6699 * gdb.base/commands.exp: Call if_commands_test.
6700 (gdb_test_no_prompt, if_commands_test): New.
6701
6702 2007-01-28 Mark Kettenis <kettenis@gnu.org>
6703
6704 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6705
6706 2007-01-27 Andreas Schwab <schwab@suse.de>
6707
6708 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6709 .short/.int/.quad in the dwarf sections.
6710 * gdb.dwarf2/dw2-intercu.S: Likewise.
6711 * gdb.dwarf2/dw2-intermix.S: Likewise.
6712
6713 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6714
6715 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
6716 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6717 array.
6718 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6719 * gdb.base/setvar.exp: Likewise.
6720
6721 2007-01-26 Andreas Schwab <schwab@suse.de>
6722
6723 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6724 test.
6725
6726 * gdb.base/multi-forks.exp ("restart $i"): Also match
6727 __kernel_syscall_via_break.
6728
6729 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6730
6731 * lib/mi-support.exp (mi_delete_varobj): New.
6732 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
6733 testcase.
6734 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
6735 (main): Call the above.
6736 (reference_update_test, base_in_reference_test)
6737 (reference_to_pointer): Delete the created varobjs.
6738
6739 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
6740
6741 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
6742 * configure: Regenerated.
6743 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
6744 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
6745 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
6746 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
6747 * lib/gdb.exp (gdb_skip_xml_test): New function.
6748
6749 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
6750
6751 * gdb.base/sigrepeat.exp: Correct error message.
6752
6753 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6754 Daniel Jacobowitz <dan@codesourcery.com>
6755
6756 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
6757 gdb.arch/i386-gnu-cfi-asm.S: New files.
6758
6759 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6760
6761 * lib/gdb.exp: Abort on missing `site.exp'.
6762
6763 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6764 Daniel Jacobowitz <dan@codesourcery.com>
6765
6766 * gdb.base/included.c, gdb.base/included.exp,
6767 gdb.base/included.h: New files.
6768
6769 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6770
6771 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
6772 (maximize_rlimit): Reduce limits on 64-bit systems.
6773
6774 2007-01-19 Mark Kettenis <kettenis@gnu.org>
6775
6776 From Marcus Deuling <deuling@de.ibm.com>:
6777 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
6778 every case.
6779
6780 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
6783 (test_path_specification): Use objdir instead of srcdir to always
6784 get an absolute filename.
6785
6786 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
6787
6788 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
6789
6790 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
6791
6792 * gdb.mi/mi-var-cp.cc (reference_update_tests):
6793 Make sure the variable we're using is in scope.
6794 (reference_to_pointer): Likewise.
6795
6796 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6797
6798 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
6799 has no debug information.
6800
6801 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6802
6803 * gdb.base/annota1.exp: Remove extra send_gdb.
6804
6805 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6806
6807 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
6808
6809 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6810
6811 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
6812
6813 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
6814 Daniel Jacobowitz <dan@codesourcery.com>
6815
6816 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
6817 lcharacter or linteger change. Correct duplicated test name.
6818 * gdb.mi/mi2-var-cmd.exp: Likewise.
6819
6820 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6821
6822 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
6823
6824 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6825
6826 * gdb.base/nofield.c: New file.
6827 * gdb.base/nofield.exp: New testcase.
6828
6829 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6830
6831 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
6832
6833 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
6834 test.
6835
6836 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6837
6838 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
6839
6840 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
6843 when continuing.
6844
6845 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6846
6847 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
6848 Expect ".exe" extension.
6849
6850 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6851
6852 * gdb.base/charset.exp: Add explicit filename to break.
6853 * gdb.base/dbx.exp: Add explicit filename to breaks.
6854
6855 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6856
6857 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
6858 * gdb.mi/mi2-file.exp: Likewise.
6859
6860 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6861
6862 Implement specification of MI tests as comments
6863 in C and C++ sources.
6864 * lib/mi-support.exp (mi_autotest_data): New variable.
6865 (mi_autotest_source): New variable.
6866 (count_newlines, mi_prepare_inline_tests)
6867 (mi_get_inline_test, mi_continue_to_line)
6868 (mi_run_inline_test, mi_tbreak)
6869 (mi_send_resuming_command, mi_wait_for_stop): New functions.
6870 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
6871 Run inline tests.
6872 * gdb.mi/mi-var-cp.cc: Define tests here.
6873
6874 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6875
6876 Simplify usage of mi_continue_to.
6877 * lib/mi-support.exp (mi_runto_helper): Renamed
6878 from mi_runto, added new parameter 'run_or_continue'.
6879 (mi_runto): Use mi_runto_helper.
6880 (mi_continue_to): Accept just function name as parameter.
6881 Use mi_runto_helper.
6882 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
6883 * gdb.mi/mi2-var-cmd.exp: Likewise.
6884
6885 2006-01-04 Joel Brobecker <brobecker@adacore.com>
6886
6887 Make this testcase a bit more realistic. The current code
6888 is too simplistic, and allows the compiler to optimize out
6889 some of the entities we need for this testcase.
6890 * gdb.ada/null_record/bar.ads (Void_Star): New type.
6891 (Do_Nothing): Add extra parameter.
6892 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
6893 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
6894 by using a variable of type Void_Star.
6895
6896 2006-01-04 Joel Brobecker <brobecker@adacore.com>
6897
6898 * gdb.ada/catch_ex/foo.adb: New file.
6899 * gdb.ada/catch_ex.exp: New testcase.
6900
6901 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
6902
6903 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
6904 pass --image-base to linker.
6905
6906 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6907 Daniel Jacobowitz <dan@codesourcery.com>
6908
6909 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
6910 secondary prompts.
6911
6912 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6913
6914 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
6915 output. Test the types of members and member pointers.
6916 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
6917 gdb/2092.
6918 * gdb.cp/member-ptr.exp: Search for a comment instead of a
6919 statement. Enable for GCC. Update expected output for some tests
6920 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
6921 layout.
6922 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
6923 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
6924 (Diamond::vget_base): New.
6925 (main): Add new tests.
6926 * gdb.cp/printmethod.exp: Update expected output for member functions.
6927 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
6928 print pEe->D::vg().
6929
6930 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6931
6932 * gdb.threads/tls.exp: Allow stops in sem_post.
6933
6934 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
6935
6936 * gdb.base/annota1.exp: Allow .*printf in backtraces.
6937 * gdb.base/annota3.exp: Likewise.
6938 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
6939 again (instead of timing out).
6940 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
6941 GCC bug 26475.
6942 * gdb.java/jmisc.exp: Adjust to work with method signatures including
6943 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
6944 test from jmisc1.exp.
6945 * gdb.java/jmisc1.exp: Delete.
6946 * gdb.java/jprint.exp: Adjust to work with method signatures including
6947 return types.
6948 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
6949 * gdb.threads/linux-dp.exp: Don't be confused by program output.
6950 * lib/java.exp (compile_java_from_source): Pass the correct type
6951 to target_compile.
6952
6953 2006-12-31 Joel Brobecker <brobecker@adacore.com>
6954
6955 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
6956 (stack_align_edx): New function.
6957 (stack_align_eax): New function.
6958 (main): Add calls to stack_align_edx and stack_align_eax.
6959 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
6960 Add testing for the cases where the register used during a stack
6961 realignment is edx. Same for eax.
6962
6963 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
6964
6965 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
6966 and generic PE targets.
6967
6968 2006-12-29 Joel Brobecker <brobecker@adacore.com>
6969
6970 * gdb.ada/array_return.exp: Update copyright date list.
6971
6972 2006-12-27 Joel Brobecker <brobecker@adacore.com>
6973
6974 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
6975 (Create_Small_Float_Vector): New function.
6976 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
6977 function body.
6978 * gdb.ada/array_return/p.adb: Use new type and function from
6979 package Pck.
6980 * gdb.ada/array_return.exp: Add a test verifying that GDB is
6981 able to print the value returned by a function returning an
6982 array of float.
6983
6984 2006-12-20 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
6987 The associated tests should be PASSing.
6988
6989 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6990
6991 Test for base in references.
6992 * gdb.mi/mi-var-cp.cc: Add test code.
6993 * gdb.mi/mi-var-cp.exp: Test for bases in references.
6994 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
6995 * gdb.mi/mi2-watch.exp: Likewise.
6996 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
6997 (mi_list_varobj_children): New function.
6998
6999 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7000
7001 * lib/mi-support.exp
7002 (mi_runto): Accept "()" after function name.
7003 (mi_create_varobj): New function.
7004 (mi_varobj_update): New function.
7005 (mi_Check_varobj_value): New function.
7006 * gdb.mi/mi-var-cp.exp: New file.
7007 * gdb.mi/mi-var-cp.cc: New file.
7008
7009 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7012 gdb.base/weaklib2.c: New files.
7013
7014 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
7015
7016 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7017 info. Adjust test names.
7018
7019 * gdb.base/break.c (main): Move position of malloc.
7020 * gdb.base/break.exp: Revert mistaken checkin.
7021
7022 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7023
7024 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7025 assignement of arrays and function pointers.
7026 * gdb.mi/var-cmd.c: Add declaration necessary for above
7027 tests.
7028
7029 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7030
7031 * gdb.base/break.c (main): Call malloc.
7032
7033 * gdb.threads/linux-dp.exp: Read thread table before and after
7034 creating each philosopher and verify it.
7035
7036 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7037 Paul Brook <paul@codesourcery.com>
7038 Daniel Jacobowitz <dan@codesourcery.com>
7039
7040 * gdb.base/ending-run.exp: Flatten expect script stepping out of
7041 main to remove duplication. Add start function of the form
7042 '_*start[1-9]*'. Add RVDS start function.
7043
7044 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7045
7046 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7047
7048 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7049
7050 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7051 * gdb.asm/spu.inc: New file.
7052 * gdb.base/term.exp: Disable if [target_info exists noargs].
7053 * gdb.gdb/complaints.exp: Disable if ![isnative].
7054 * gdb.gdb/selftest.exp: Likewise.
7055 * gdb.gdb/observer.exp: Likewise.
7056 * gdb.gdb/xfullpath.exp: Likewise.
7057 * gdb.base/attach.exp: Disable on SPU target.
7058 * gdb.cp/bs145503.exp: Likewise.
7059 * gdb.cp/exception.exp: Likewise.
7060 * gdb.cp/userdef.exp: Likewise.
7061
7062 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7063
7064 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7065
7066 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7067
7068 * gdb.base/completion.exp: Fix completion tests for
7069 'info' and 'info '.
7070 * gdb.base/help.exp (help_test_raw, test_class_help)
7071 (test_prefix_command_help): Move...
7072 * lib/gdb.exp: Here.
7073 * gdb.base/main.exp: Adjust.
7074 * gdb.cp/maint.exp: Adjust.
7075 * gdb.trace/tracecmd.exp: Use test_help_class.
7076
7077 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7078
7079 * gdb.stabs/weird.exp (print_weird_var): Use
7080 gdb_test_multiple instead of gdb_expect.
7081
7082 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7083
7084 * gdb.base/help.exp (help_test_raw): New.
7085 (test_class_help): New.
7086 (test_prefix_command_help): New.
7087 Adjust testcases.
7088
7089 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
7090
7091 * gdb.base/constvars.c (main): Write to crass and crips, so that
7092 they are allocated by the compiler.
7093
7094 2006-10-27 Andreas Schwab <schwab@suse.de>
7095
7096 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7097 "detach-fork".
7098
7099 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7100
7101 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7102 of patterns.
7103
7104 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7105
7106 * gdb.base/sepdebug.exp: Remove debug format test.
7107 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7108 Handle no-symtab.
7109 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7110
7111 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7112
7113 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7114 int to pointer or pointer to int.
7115 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7116
7117 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7118
7119 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7120
7121 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7122
7123 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7124
7125 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7126
7127 PR c++/2116
7128 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7129
7130 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7131
7132 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7133 the corresponding bug has been fixed in GDB (PR/2018).
7134
7135 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7136
7137 * gdb.base/subst.exp: New testcase.
7138
7139 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7140
7141 * gdb.ada/array_return/pck.ads: Add copyright notice.
7142 * gdb.ada/array_return/pck.adb: Likewise.
7143 * gdb.ada/array_return/p.adb: Likewise.
7144 * gdb.ada/exec_changed/first.adb: Likewise.
7145 * gdb.ada/exec_changed/second.adb: Likewise.
7146
7147 2006-10-06 Joel Brobecker <brobecker@adacore.com>
7148
7149 * gdb.ada/watch_arg/watch.adb: New file.
7150 * gdb.ada/watch_arg.exp: New testcase.
7151
7152 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7153
7154 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
7155 via string_to_regexp.
7156 * gdb.mi/mi2-basics.exp: Likewise.
7157
7158 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7159
7160 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7161 Remove unused / obsolete files.
7162
7163 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
7164
7165 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7166
7167 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7168
7169 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7170 HIGH_FRAME argument to -stack-list-arguments can be larger than
7171 the number of frames.
7172
7173 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7174
7175 * gdb.base/args.c (main): Add breakpoint marker.
7176 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7177 really test empty arguments.
7178 (args_load): Delete.
7179 (args_test): New.
7180
7181 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
7182
7183 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7184 check for one file.
7185
7186 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7187
7188 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7189 HIGH_FRAME argument to -stack-list-locals can be larger than
7190 the number of frames.
7191
7192 2006-08-18 Fred Fish <fnf@specifix.com>
7193
7194 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7195 '$' in front of skip_vmx_tests_saved when setting that.
7196
7197 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7198
7199 * gdb.base/trace-commands.exp: New file.
7200
7201 2006-08-10 Joel Brobecker <brobecker@adacore.com>
7202 Daniel Jacobowitz <dan@codesourcery.com>
7203
7204 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7205 expected output of the backtrace commands.
7206
7207 2006-08-09 Joel Brobecker <brobecker@adacore.com>
7208
7209 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7210 untested followed by return combination.
7211 * gdb.arch/altivec-regs.exp: Likewise.
7212 * gdb.arch/e500-abi.exp: Likewise.
7213 * gdb.arch/e500-regs.exp: Likewise.
7214 * gdb.arch/gdb1291.exp: Likewise.
7215 * gdb.arch/gdb1431.exp: Likewise.
7216 * gdb.arch/gdb1558.exp: Likewise.
7217 * gdb.arch/i386-prologue.exp: Likewise.
7218 * gdb.arch/i386-unwind.exp: Likewise.
7219 * gdb.asm/asm-source.exp: Likewise.
7220 * gdb.base/a2-run.exp: Likewise.
7221 * gdb.base/advance.exp: Likewise.
7222 * gdb.base/all-bin.exp: Likewise.
7223 * gdb.base/annota1.exp: Likewise.
7224 * gdb.base/annota3.exp: Likewise.
7225 * gdb.base/args.exp: Likewise.
7226 * gdb.base/arithmet.exp: Likewise.
7227 * gdb.base/assign.exp: Likewise.
7228 * gdb.base/async.exp: Likewise.
7229 * gdb.base/attach.exp: Likewise.
7230 * gdb.base/bang.exp: Likewise.
7231 * gdb.base/bigcore.exp: Likewise.
7232 * gdb.base/bitfields.exp: Likewise.
7233 * gdb.base/bitfields2.exp: Likewise.
7234 * gdb.base/break.exp: Likewise.
7235 * gdb.base/call-sc.exp: Likewise.
7236 * gdb.base/call-strs.exp: Likewise.
7237 * gdb.base/callfuncs.exp: Likewise.
7238 * gdb.base/checkpoint.exp: Likewise.
7239 * gdb.base/chng-syms.exp: Likewise.
7240 * gdb.base/code-expr.exp: Likewise.
7241 * gdb.base/commands.exp: Likewise.
7242 * gdb.base/completion.exp: Likewise.
7243 * gdb.base/cond-expr.exp: Likewise.
7244 * gdb.base/condbreak.exp: Likewise.
7245 * gdb.base/consecutive.exp: Likewise.
7246 * gdb.base/constvars.exp: Likewise.
7247 * gdb.base/corefile.exp: Likewise.
7248 * gdb.base/cvexpr.exp: Likewise.
7249 * gdb.base/dbx.exp: Likewise.
7250 * gdb.base/define.exp: Likewise.
7251 * gdb.base/detach.exp: Likewise.
7252 * gdb.base/display.exp: Likewise.
7253 * gdb.base/dump.exp: Likewise.
7254 * gdb.base/ena-dis-br.exp: Likewise.
7255 * gdb.base/ending-run.exp: Likewise.
7256 * gdb.base/environ.exp: Likewise.
7257 * gdb.base/eval-skip.exp: Likewise.
7258 * gdb.base/exprs.exp: Likewise.
7259 * gdb.base/fileio.exp: Likewise.
7260 * gdb.base/finish.exp: Likewise.
7261 * gdb.base/float.exp: Likewise.
7262 * gdb.base/foll-exec.exp: Likewise.
7263 * gdb.base/foll-fork.exp: Likewise.
7264 * gdb.base/foll-vfork.exp: Likewise.
7265 * gdb.base/freebpcmd.exp: Likewise.
7266 * gdb.base/funcargs.exp: Likewise.
7267 * gdb.base/gcore.exp: Likewise.
7268 * gdb.base/gdb1090.exp: Likewise.
7269 * gdb.base/gdb1250.exp: Likewise.
7270 * gdb.base/huge.exp: Likewise.
7271 * gdb.base/info-proc.exp: Likewise.
7272 * gdb.base/interrupt.exp: Likewise.
7273 * gdb.base/jump.exp: Likewise.
7274 * gdb.base/langs.exp: Likewise.
7275 * gdb.base/lineinc.exp: Likewise.
7276 * gdb.base/list.exp: Likewise.
7277 * gdb.base/logical.exp: Likewise.
7278 * gdb.base/long_long.exp: Likewise.
7279 * gdb.base/macscp.exp: Likewise.
7280 * gdb.base/maint.exp: Likewise.
7281 * gdb.base/mips_pro.exp: Likewise.
7282 * gdb.base/miscexprs.exp: Likewise.
7283 * gdb.base/multi-forks.exp: Likewise.
7284 * gdb.base/opaque.exp: Likewise.
7285 * gdb.base/overlays.exp: Likewise.
7286 * gdb.base/pc-fp.exp: Likewise.
7287 * gdb.base/pointers.exp: Likewise.
7288 * gdb.base/printcmds.exp: Likewise.
7289 * gdb.base/psymtab.exp: Likewise.
7290 * gdb.base/ptype.exp: Likewise.
7291 * gdb.base/recurse.exp: Likewise.
7292 * gdb.base/relational.exp: Likewise.
7293 * gdb.base/relocate.exp: Likewise.
7294 * gdb.base/remote.exp: Likewise.
7295 * gdb.base/reread.exp: Likewise.
7296 * gdb.base/restore.exp: Likewise.
7297 * gdb.base/return.exp: Likewise.
7298 * gdb.base/return2.exp: Likewise.
7299 * gdb.base/scope.exp: Likewise.
7300 * gdb.base/sect-cmd.exp: Likewise.
7301 * gdb.base/sep.exp: Likewise.
7302 * gdb.base/sepdebug.exp: Likewise.
7303 * gdb.base/setshow.exp: Likewise.
7304 * gdb.base/setvar.exp: Likewise.
7305 * gdb.base/sigall.exp: Likewise.
7306 * gdb.base/sigbpt.exp: Likewise.
7307 * gdb.base/signals.exp: Likewise.
7308 * gdb.base/signull.exp: Likewise.
7309 * gdb.base/sizeof.exp: Likewise.
7310 * gdb.base/solib.exp: Likewise.
7311 * gdb.base/step-line.exp: Likewise.
7312 * gdb.base/step-test.exp: Likewise.
7313 * gdb.base/structs.exp: Likewise.
7314 * gdb.base/structs2.exp: Likewise.
7315 * gdb.base/term.exp: Likewise.
7316 * gdb.base/twice.exp: Likewise.
7317 * gdb.base/until.exp: Likewise.
7318 * gdb.base/varargs.exp: Likewise.
7319 * gdb.base/volatile.exp: Likewise.
7320 * gdb.base/watchpoint.exp: Likewise.
7321 * gdb.base/whatis-exp.exp: Likewise.
7322 * gdb.base/whatis.exp: Likewise.
7323 * gdb.cp/ambiguous.exp: Likewise.
7324 * gdb.cp/annota2.exp: Likewise.
7325 * gdb.cp/annota3.exp: Likewise.
7326 * gdb.cp/bool.exp: Likewise.
7327 * gdb.cp/breakpoint.exp: Likewise.
7328 * gdb.cp/casts.exp: Likewise.
7329 * gdb.cp/class2.exp: Likewise.
7330 * gdb.cp/classes.exp: Likewise.
7331 * gdb.cp/cplusfuncs.exp: Likewise.
7332 * gdb.cp/ctti.exp: Likewise.
7333 * gdb.cp/derivation.exp: Likewise.
7334 * gdb.cp/exception.exp: Likewise.
7335 * gdb.cp/gdb1355.exp: Likewise.
7336 * gdb.cp/hang.exp: Likewise.
7337 * gdb.cp/inherit.exp: Likewise.
7338 * gdb.cp/local.exp: Likewise.
7339 * gdb.cp/m-data.exp: Likewise.
7340 * gdb.cp/m-static.exp: Likewise.
7341 * gdb.cp/member-ptr.exp: Likewise.
7342 * gdb.cp/method.exp: Likewise.
7343 * gdb.cp/misc.exp: Likewise.
7344 * gdb.cp/namespace.exp: Likewise.
7345 * gdb.cp/overload.exp: Likewise.
7346 * gdb.cp/ovldbreak.exp: Likewise.
7347 * gdb.cp/pr-1023.exp: Likewise.
7348 * gdb.cp/pr-1210.exp: Likewise.
7349 * gdb.cp/pr-574.exp: Likewise.
7350 * gdb.cp/printmethod.exp: Likewise.
7351 * gdb.cp/psmang.exp: Likewise.
7352 * gdb.cp/ref-params.exp: Likewise.
7353 * gdb.cp/ref-types.exp: Likewise.
7354 * gdb.cp/rtti.exp: Likewise.
7355 * gdb.cp/templates.exp: Likewise.
7356 * gdb.cp/try_catch.exp: Likewise.
7357 * gdb.cp/userdef.exp: Likewise.
7358 * gdb.cp/virtfunc.exp: Likewise.
7359 * gdb.disasm/am33.exp: Likewise.
7360 * gdb.disasm/h8300s.exp: Likewise.
7361 * gdb.disasm/mn10300.exp: Likewise.
7362 * gdb.disasm/sh3.exp: Likewise.
7363 * gdb.disasm/t01_mov.exp: Likewise.
7364 * gdb.disasm/t02_mova.exp: Likewise.
7365 * gdb.disasm/t03_add.exp: Likewise.
7366 * gdb.disasm/t04_sub.exp: Likewise.
7367 * gdb.disasm/t05_cmp.exp: Likewise.
7368 * gdb.disasm/t06_ari2.exp: Likewise.
7369 * gdb.disasm/t07_ari3.exp: Likewise.
7370 * gdb.disasm/t08_or.exp: Likewise.
7371 * gdb.disasm/t09_xor.exp: Likewise.
7372 * gdb.disasm/t10_and.exp: Likewise.
7373 * gdb.disasm/t11_logs.exp: Likewise.
7374 * gdb.disasm/t12_bit.exp: Likewise.
7375 * gdb.disasm/t13_otr.exp: Likewise.
7376 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7377 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7378 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7379 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7380 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7381 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7382 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7383 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7384 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7385 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7386 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7387 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7388 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7389 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7390 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7391 * gdb.mi/gdb701.exp: Likewise.
7392 * gdb.mi/gdb792.exp: Likewise.
7393 * gdb.mi/mi-basics.exp: Likewise.
7394 * gdb.mi/mi-break.exp: Likewise.
7395 * gdb.mi/mi-cli.exp: Likewise.
7396 * gdb.mi/mi-console.exp: Likewise.
7397 * gdb.mi/mi-disassemble.exp: Likewise.
7398 * gdb.mi/mi-eval.exp: Likewise.
7399 * gdb.mi/mi-file.exp: Likewise.
7400 * gdb.mi/mi-read-memory.exp: Likewise.
7401 * gdb.mi/mi-regs.exp: Likewise.
7402 * gdb.mi/mi-return.exp: Likewise.
7403 * gdb.mi/mi-simplerun.exp: Likewise.
7404 * gdb.mi/mi-stack.exp: Likewise.
7405 * gdb.mi/mi-stepi.exp: Likewise.
7406 * gdb.mi/mi-syn-frame.exp: Likewise.
7407 * gdb.mi/mi-until.exp: Likewise.
7408 * gdb.mi/mi-var-block.exp: Likewise.
7409 * gdb.mi/mi-var-child.exp: Likewise.
7410 * gdb.mi/mi-var-cmd.exp: Likewise.
7411 * gdb.mi/mi-var-display.exp: Likewise.
7412 * gdb.mi/mi-watch.exp: Likewise.
7413 * gdb.mi/mi2-basics.exp: Likewise.
7414 * gdb.mi/mi2-break.exp: Likewise.
7415 * gdb.mi/mi2-cli.exp: Likewise.
7416 * gdb.mi/mi2-console.exp: Likewise.
7417 * gdb.mi/mi2-disassemble.exp: Likewise.
7418 * gdb.mi/mi2-eval.exp: Likewise.
7419 * gdb.mi/mi2-file.exp: Likewise.
7420 * gdb.mi/mi2-read-memory.exp: Likewise.
7421 * gdb.mi/mi2-regs.exp: Likewise.
7422 * gdb.mi/mi2-return.exp: Likewise.
7423 * gdb.mi/mi2-simplerun.exp: Likewise.
7424 * gdb.mi/mi2-stack.exp: Likewise.
7425 * gdb.mi/mi2-stepi.exp: Likewise.
7426 * gdb.mi/mi2-syn-frame.exp: Likewise.
7427 * gdb.mi/mi2-until.exp: Likewise.
7428 * gdb.mi/mi2-var-block.exp: Likewise.
7429 * gdb.mi/mi2-var-child.exp: Likewise.
7430 * gdb.mi/mi2-var-cmd.exp: Likewise.
7431 * gdb.mi/mi2-var-display.exp: Likewise.
7432 * gdb.mi/mi2-watch.exp: Likewise.
7433 * gdb.stabs/exclfwd.exp: Likewise.
7434 * gdb.stabs/weird.exp: Likewise.
7435 * gdb.threads/gcore-thread.exp: Likewise.
7436 * gdb.trace/actions.exp: Likewise.
7437 * gdb.trace/backtrace.exp: Likewise.
7438 * gdb.trace/circ.exp: Likewise.
7439 * gdb.trace/collection.exp: Likewise.
7440 * gdb.trace/deltrace.exp: Likewise.
7441 * gdb.trace/infotrace.exp: Likewise.
7442 * gdb.trace/limits.exp: Likewise.
7443 * gdb.trace/packetlen.exp: Likewise.
7444 * gdb.trace/passc-dyn.exp: Likewise.
7445 * gdb.trace/passcount.exp: Likewise.
7446 * gdb.trace/report.exp: Likewise.
7447 * gdb.trace/save-trace.exp: Likewise.
7448 * gdb.trace/tfind.exp: Likewise.
7449 * gdb.trace/tracecmd.exp: Likewise.
7450 * gdb.trace/while-dyn.exp: Likewise.
7451 * gdb.trace/while-stepping.exp: Likewise.
7452
7453 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7454
7455 * gdb.base/step-bt.c: New file.
7456 * gdb.base/step-bt.exp: New testcase.
7457
7458 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7459
7460 * config/monitor.exp (gdb_load): Remove support for obsolete
7461 download-write-size.
7462 * gdb.base/remote.exp: Likewise. Update all callers of
7463 gdb_timed_load.
7464
7465 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7466
7467 * cursal.exp: Pass binfile to gdb_load.
7468
7469 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7470
7471 * gdb.base/cursal.exp: Add "" to gdb_load call.
7472
7473 2006-07-29 Mark Kettenis <kettenis@gnu.org>
7474
7475 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7476 NetBSD/ELF targets.
7477
7478 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7479
7480 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7481 operator*.
7482
7483 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7484
7485 * gdb.base/completion.exp: Update for change in "file" behavior.
7486 * gdb.stabs/weird.exp: Likewise.
7487 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7488 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7489
7490 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7491
7492 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7493 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7494
7495 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7496
7497 * gdb.base/default.exp: Update source command error message.
7498 * gdb.base/help.exp: Update 'help source' message.
7499
7500 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7501
7502 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7503 test.
7504
7505 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7506
7507 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7508
7509 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7510
7511 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7512
7513 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7514
7515 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7516
7517 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7518
7519 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7520 *-*-openbsd* from targets for wich we expect ARM FPA floating
7521 point format.
7522
7523 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7524
7525 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7526
7527 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7528
7529 * gdb.base/annota3.exp: Expect frame-begin annotation.
7530
7531 2006-07-14 Joel Brobecker <brobecker@adacore.com>
7532
7533 * gdb.base/help.exp: Adjust "help unset" test to accept
7534 any list of unset commands.
7535
7536 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7537 Daniel Jacobowitz <dan@codesourcery.com>
7538
7539 * gdb.cp/ref-params.exp: New test.
7540 * gdb.cp/ref-params.cc: New source file.
7541 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7542
7543 2006-07-08 Mark Kettenis <kettenis@gnu.org>
7544
7545 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7546 spaces/tabs in regular expressions since they might not be there.
7547
7548 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7549
7550 * gdb.base/ifelse.exp: New file.
7551
7552 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7553
7554 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7555 line.
7556 * gdb.base/huge.exp: Loop over compilation to find a size that
7557 is acceptable.
7558 * gdb.base/remote.exp: Correct expected strings.
7559 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7560
7561 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7562
7563 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7564
7565 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7566
7567 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7568 native.
7569
7570 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7571
7572 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7573 enable stabs testing.
7574
7575 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.base/auxv.exp: Intercept undefined command messages before
7578 gdb_test_multiple does.
7579
7580 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7581
7582 * Makefile.in (host_alias): Remove.
7583 (target_alias): Use @target_noncanonical@.
7584 (site.exp): Don't set host_alias.
7585 * aclocal.m4: Remove contents. Include acx.m4.
7586 * configure: Regenerated.
7587 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7588
7589 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7590
7591 * lib/gdb.exp (gdb_load_cmd): New.
7592
7593 * gdb.base/fileio.c: Add system(NULL) test.
7594 * gdb.base/fileio.exp: Check it.
7595
7596 * gdb.base/break.c: Add 10a breakpoint at }
7597 * gdb.base/break.exp: Add test for breakpoint at }
7598 * gdb.cp/anon-union.cc: Add code at end of function.
7599 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7600 * gdb.mi/var-cmd.c: Add code at end of function.
7601 * gdb.mi/mi-var-display.exp: Adjust end of next.
7602 * gdb.mi/mi2-var-display.exp: Likewise.
7603 * gdb.base/fileio.c: Add stop function and insert calls at
7604 stopping places.
7605 * gdb.base/fileio.exp: Breakpoint stop function and remove
7606 explicit line number references.
7607
7608 2006-05-19 Joel Brobecker <brobecker@adacore.com>
7609
7610 * gdb.base/del.exp (test_delete_alias): New function.
7611 Now check that both "del" and "d" work as aliases for "delete".
7612
7613 2006-05-18 Fred Fish <fnf@specifix.com>
7614
7615 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7616 required. Check for spurious output after program exits normally.
7617
7618 2006-05-17 Fred Fish <fnf@specifix.com>
7619
7620 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7621 gdb_load, so it works in the simulator.
7622
7623 2006-05-11 Fred Fish <fnf@specifix.com>
7624
7625 * gdb.base/bang.exp: Ignore unexpected output between the
7626 "program exited normally" and the gdb prompt, as many other
7627 tests do.
7628
7629 2006-05-07 Mark Kettenis <kettenis@gnu.org>
7630
7631 * gdb.base/help.exp: Make "delete checkpoint" part option for
7632 "help d" and "help delete" tests.
7633
7634 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7635
7636 * gdb.mi/mi-basics.exp: Add missing serial number to
7637 expected output in some mi_gdb_test statements.
7638 * gdb.mi/mi2-basics.exp: Likewise.
7639
7640 2006-05-05 Joel Brobecker <brobecker@adacore.com>
7641
7642 * gdb.base/del.c: New file.
7643 * gdb.base/del.exp: New testcase.
7644
7645 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
7646
7647 * gdb.base/break.exp: Do not assume a breakpoint on
7648 main will actually be in $srcfile when optimizing.
7649 * gdb.base/savedregs.exp: Do not require that the dummy
7650 frame location match up to a symbol and source file location.
7651 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7652 will get printed without a mi_cmd_data_list_register_values prefix.
7653 (*-data-list-register-*): Correct regular expressions to expect the new
7654 pseudo d? floating point registers.
7655 * gdb.mi/mi2-regs.exp: Likewise.
7656
7657 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
7658
7659 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7660 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7661 is allocated by the compiler.
7662 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7663 anons, e, anone to force their allocation by the compiler.
7664
7665 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7666
7667 * gdb.base/help.exp: Update expected text for help d and
7668 help delete.
7669
7670 2006-05-02 Mark Kettenis <kettenis@gnu.org>
7671
7672 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7673 NetBSD/ELF targets.
7674
7675 2006-04-30 Mark Kettenis <kettenis@gnu.org>
7676
7677 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7678 single-step breakpoint fails; make this a KFAIL on
7679 sparc*-*-openbsd*.
7680 * gdb.base/siginfo.exp: Likewise.
7681 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7682
7683 2006-04-26 Michael Snyder <msnyder@redhat.com>
7684
7685 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7686 which may have to consume output from other forks.
7687 Add tests to make sure that "delete fork" succeeded.
7688
7689 2006-04-20 Michael Snyder <msnyder@redhat.com>
7690
7691 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7692 Add support for the Renesas M32C and M16C.
7693
7694 * gdb.asm/asm-source.exp: Add m32c target.
7695 * gdb.asm/m32c.inc: Support for m32c target.
7696
7697 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7698
7699 * gdb.base/commands.exp (recursive_source_test): New test.
7700
7701 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
7702
7703 * gdb.base/float.exp: Add pattern for sparc targets.
7704
7705 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7706
7707 * gdb.base/commands.exp (stray_arg0_test): New test.
7708
7709 2006-03-30 Paul Brook <paul@codesourcery.com>
7710
7711 * gdb.mi/mi-until.exp: kfail broken until command.
7712 * gdb.mi/mi2-until.exp: Ditto.
7713
7714 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7715
7716 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7717
7718 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
7719
7720 * gdb.base/prelink.exp: Anchor tested-for regular expression
7721 on gdb prompt.
7722
7723 2006-03-07 Paul Brook <paul@codesourcery.com>
7724
7725 * gdb.base/assign.exp: Correct fail message.
7726
7727 2006-03-07 Paul Brook <paul@codesourcery.com>
7728
7729 * lib/compiler.c: Extract armcc version number.
7730 * lib/compiler.cc: Ditto.
7731
7732 2006-03-07 Paul Brook <paul@codesourcery.com>
7733
7734 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
7735 additional_flags=-w.
7736 * gdb.arch/altivec-regs.exp: Ditto.
7737 * gdb.arch/e500-abi.exp: Ditto.
7738 * gdb.arch/e500-regs.exp: Ditto.
7739 * gdb.base/all-bin.exp: Ditto.
7740 * gdb.base/annota1.exp: Ditto.
7741 * gdb.base/annota3.exp: Ditto.
7742 * gdb.base/args.exp: Ditto.
7743 * gdb.base/arithmet.exp: Ditto.
7744 * gdb.base/assign.exp: Ditto.
7745 * gdb.base/async.exp: Ditto.
7746 * gdb.base/bang.exp: Ditto.
7747 * gdb.base/break.exp: Ditto.
7748 * gdb.base/call-rt-st.exp: Ditto.
7749 * gdb.base/completion.exp: Ditto.
7750 * gdb.base/cond-expr.exp: Ditto.
7751 * gdb.base/condbreak.exp: Ditto.
7752 * gdb.base/consecutive.exp: Ditto.
7753 * gdb.base/define.exp: Ditto.
7754 * gdb.base/display.exp: Ditto.
7755 * gdb.base/ena-dis-br.exp: Ditto.
7756 * gdb.base/environ.exp: Ditto.
7757 * gdb.base/eval-skip.exp: Ditto.
7758 * gdb.base/info-proc.exp: Ditto.
7759 * gdb.base/jump.exp: Ditto.
7760 * gdb.base/logical.exp: Ditto.
7761 * gdb.base/long_long.exp: Ditto.
7762 * gdb.base/maint.exp: Ditto.
7763 * gdb.base/miscexprs.exp: Ditto.
7764 * gdb.base/pc-fp.exp: Ditto.
7765 * gdb.base/pointers.exp: Ditto.
7766 * gdb.base/relational.exp: Ditto.
7767 * gdb.base/reread.exp: Ditto.
7768 * gdb.base/sect-cmd.exp: Ditto.
7769 * gdb.base/sep.exp: Ditto.
7770 * gdb.base/sepdebug.exp: Ditto.
7771 * gdb.base/until.exp: Ditto.
7772 * gdb.base/whatis-exp.exp: Ditto.
7773 * gdb.cp/annota2.exp: Ditto.
7774 * gdb.cp/annota3.exp: Ditto.
7775 * gdb.trace/actions.exp: Ditto.
7776 * gdb.trace/backtrace.exp: Ditto.
7777 * gdb.trace/circ.exp: Ditto.
7778 * gdb.trace/collection.exp: Ditto.
7779 * gdb.trace/deltrace.exp: Ditto.
7780 * gdb.trace/infotrace.exp: Ditto.
7781 * gdb.trace/limits.exp: Ditto.
7782 * gdb.trace/packetlen.exp: Ditto.
7783 * gdb.trace/passc-dyn.exp: Ditto.
7784 * gdb.trace/passcount.exp: Ditto.
7785 * gdb.trace/report.exp: Ditto.
7786 * gdb.trace/save-trace.exp: Ditto.
7787 * gdb.trace/tfind.exp: Ditto.
7788 * gdb.trace/tracecmd.exp: Ditto.
7789 * gdb.trace/while-dyn.exp: Ditto.
7790 * gdb.trace/while-stepping.exp: Ditto.
7791 * lib/gdb.exp: Ditto.
7792 (gdb_compile): Handle nowarning option.
7793
7794 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
7795
7796 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
7797 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
7798 Rename executable to prelinkt. Don't re-prelink if we didn't
7799 get a core file. Test prelink -u exit status to tell whether
7800 prelinking failed. Use gdb_test_multiple.
7801
7802 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7803
7804 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
7805 (do_tests): Call it.
7806
7807 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
7808
7809 * gdb.base/prelink.exp: New test.
7810 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
7811
7812 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
7813
7814 * gdb.fortran/derived-type.f90: New file.
7815 * gdb.fortran/derived-type.exp: New testcase.
7816
7817 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
7818
7819 * gdb.base/default.exp: Allow ';' as a directory separator.
7820
7821 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7822
7823 * gdb.base/help.exp (help add-symbol-file): Update.
7824
7825 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7826
7827 * gdb.base/help.exp (help load): Update expected results.
7828
7829 2006-02-19 Fred Fish <fnf@specifix.com>
7830
7831 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
7832 specifix hex value as part of results.
7833 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
7834
7835 2006-02-16 Fred Fish <fnf@specifix.com>
7836
7837 * gdb.base/whatis.c: Define variables using typedefs char_addr,
7838 ushort_addr, and slong_addr, so the typedefs are not optimized
7839 away.
7840 * gdb.base/whatis.exp: Add tests using type name for struct type,
7841 union type, enum type, and typedef.
7842
7843 2006-02-13 Mark Kettenis <kettenis@gnu.org>
7844
7845 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
7846
7847 2006-02-13 Jim Blandy <jimb@redhat.com>
7848
7849 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
7850 case where it takes two "next" commands to skip past the init
7851 call.
7852
7853 2006-02-12 Fred Fish <fnf@specifix.com>
7854
7855 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
7856 to handle cases where it takes two "next" commands to skip
7857 past the init call.
7858
7859 2006-02-07 Joel Brobecker <brobecker@adacore.com>
7860
7861 * gdb.ada/array_return.exp: Mark the last test as expected to fail
7862 on hppa32 targets.
7863
7864 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7865
7866 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
7867 field.
7868
7869 2006-01-29 Mark Kettenis <kettenis@gnu.org>
7870
7871 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
7872
7873 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7874
7875 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
7876 files.
7877
7878 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7879
7880 * gdb.cp/maint.exp: Set complaints to a positive value.
7881
7882 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7883
7884 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
7885 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
7886 function name.
7887
7888 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7889
7890 * gdb.base/checkpoint.c: Update copyright notice. Include
7891 <stdlib.h>.
7892
7893 2006-01-04 Jim Blandy <jimb@redhat.com>
7894
7895 * gdb.asm/asm-source.exp: Independently provide default values for
7896 asm-flags and debug-flags. Use 'string equal' to do the
7897 comparison, not the implicit expr's '==' operator. Remove
7898 now-unneeded assignments to asm-flags. In h8300 case, place
7899 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
7900
7901 2006-01-04 Michael Snyder <msnyder@redhat.com>
7902
7903 * gdb.base/checkpoint.c: New file.
7904 * gdb.base/checkpoint.exp: New file.
7905 * gdb.base/multi-fork.c: New file.
7906 * gdb.base/multi-fork.exp: New file.
7907 * gdb.base/pi.txt: New file (data for checkpoint.c test).
7908
7909 2006-01-04 Fred Fish <fnf@specifix.com>
7910
7911 * gdb.base/ptype.c (foo): Add typedef.
7912 (intfoo): Add function.
7913 * gdb.base/ptype1.c: New file.
7914 * gdb.base/ptype.exp: Handle compilation and linking with two
7915 source files. Test that proper type for "foo" is found based
7916 on source context rather than first match found in symtabs.
7917
7918 2005-12-28 Mark Kettenis <kettenis@gnu.org>
7919
7920 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
7921 * gdb.asm/openbsd.inc: Indent commands.
7922
7923 2005-12-26 Mark Kettenis <kettenis@gnu.org>
7924
7925 * gdb.base/freebpcmd.exp: Increase timeout.
7926
7927 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
7928
7929 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
7930
7931 * gdb.base/default.exp: Update check for "show version".
7932
7933 2005-12-09 Randolph Chung <tausq@debian.org>
7934
7935 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
7936 * gdb.asm/pa64.inc: New file.
7937
7938 2005-12-09 Randolph Chung <tausq@debian.org>
7939
7940 * gdb.asm/common.inc: Indent commands.
7941 * gdb.asm/asmsrc1.s: Likewise.
7942 * gdb.asm/asmsrc2.s: Likewise.
7943
7944 2005-12-09 Randolph Chung <tausq@debian.org>
7945
7946 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
7947 (get_addr_of_sym): Remove duplicate print.
7948 (gen_core): xfail hppa*-*-hpux*, update expected output.
7949 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
7950 * gdb.arch/pa64-nullify.s: New file.
7951
7952 2005-12-09 Randolph Chung <tausq@debian.org>
7953
7954 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
7955
7956 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
7957
7958 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
7959 code generation for these functions.
7960 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
7961 error message.
7962
7963 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7964
7965 * gdb.base/help.exp (help b, help br, help bre, help brea)
7966 (help break): Update the expected message.
7967
7968 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
7969
7970 * gdb.asm/m68hc11.inc: Setup the data section.
7971 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
7972 script for this test.
7973 (m6812-*-*): Likewise.
7974
7975 2005-11-09 Randolph Chung <tausq@debian.org>
7976
7977 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
7978
7979 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
7980
7981 * gdb.base/break.exp: Fix a comment typo.
7982
7983 2005-11-03 Jim Blandy <jimb@redhat.com>
7984
7985 Checked in by Elena Zannoni <ezannoni@redhat.com>
7986
7987 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
7988
7989 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
7990
7991 * gdb.arch/gdb1558.c: Include stdio.h.
7992
7993 2005-10-31 Mark Kettenis <kettenis@gnu.org>
7994
7995 * gdb.asm/asm-source.exp: Use -e instead of --entry.
7996
7997 2005-10-31 Mark Kettenis <kettenis@gnu.org>
7998
7999 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8000
8001 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8002
8003 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8004 vscr" tests to better match output.
8005
8006 2005-10-12 Jim Blandy <jimb@redhat.com>
8007
8008 * gdb.base/structs.exp (any): New function.
8009 (test_struct_returns): Don't make any assumptions at all about
8010 what value the function returns when GDB can't set the return
8011 value.
8012
8013 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8014
8015 * gdb.ada/arrayidx/p.adb: New file.
8016 * gdb.ada/arrayidx.exp: New testcase
8017
8018 2005-10-09 Joel Brobecker <brobecker@adacore.com>
8019
8020 * gdb.ada/array_return/pck.ads: New file.
8021 * gdb.ada/array_return/pck.adb: New file.
8022 * gdb.ada/array_return/p.adb: New file.
8023 * gdb.ada/array_return.exp: New testcase.
8024
8025 2005-10-03 Joel Brobecker <brobecker@adacore.com>
8026
8027 * gdb.base/arrayidx.c: New file.
8028 * gdb.base/arrayidx.exp: New testcase.
8029
8030 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
8031
8032 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8033 frames-invalid and breakpoints-invalid are no longer generated
8034 with level 3 so don't expect them in the output.
8035
8036 2005-09-27 Bob Rossi <bob@brasko.net>
8037
8038 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
8039 from test. Escape the | in mi_gdb_test call.
8040 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8041 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8042 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8043 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8044 expected regex's in mi_gdb_test calls.
8045 * lib/mi-support.exp: Remove arbitrary .* from tests.
8046 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8047 Fully anchor GDB/MI expected results in mi_gdb_test.
8048 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8049 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8050
8051 2005-09-26 Paul Brook <paul@codesourcery.com>
8052
8053 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8054
8055 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8056
8057 * bfp-test.c: New file.
8058 * bfp-test.exp: New testcase.
8059
8060 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8061
8062 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8063 of subarray and substring variable.
8064 * gdb.fortran/subarray.f: New source file for the test of subarray
8065 and substring variable evaluation.
8066 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8067 of string constant.
8068
8069 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8070
8071 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8072 copyright dates.
8073
8074 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8075
8076 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8077 powerpc altivec' test with an almost identical 'info vector' test.
8078
8079 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8080
8081 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8082 vscr" tests to match output.
8083
8084 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8085
8086 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8087 output.
8088
8089 2005-09-11 Bob Rossi <bob@brasko.net>
8090
8091 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
8092 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
8093 commands that return an MI output command and an asyncronous MI output
8094 command.
8095 * gdb.mi/mi-console.exp: Ditto.
8096
8097 2005-09-11 Bob Rossi <bob@brasko.net>
8098
8099 * gdb.mi/mi-var-child.c: Include <string.h>.
8100
8101 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * killed.exp: Correct gdb_expect syntax.
8104
8105 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
8106
8107 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8108
8109 2005-08-02 Bob Rossi <bob@brasko.net>
8110
8111 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8112 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8113 Change tests to inferior-tty-set/show.
8114 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8115 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8116 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8117 inferior. Use mi_gdb_test to get GDB and Inferior output.
8118 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8119 descriptor.
8120 (mi_inferior_tty_name): Add inferior PTY file name.
8121 (mi_gdb_start): Add INFERIOR_PTY parameter.
8122 (mi_gdb_test): Add IPATTERN parameter.
8123
8124 2005-08-02 Bob Rossi <bob@brasko.net>
8125
8126 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8127 parameter to mi_gdb_test.
8128 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8129
8130 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8131
8132 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8133 struct_declarations.
8134 * gdb.mi/mi-var-child.exp: Step over the initialization of
8135 struct_declarations.
8136
8137 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8138
8139 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8140 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8141 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8142 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8143 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8144 file.
8145
8146 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
8147
8148 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8149 (do_children_tests): Assign values to the extra elements.
8150
8151 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8152 them for tests for "-var-update --no-values" and
8153 "-var-update --all-values".
8154 Add test for "-var-list-children --simple-values".
8155
8156 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8157
8158 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8159 "-stack-list-locals --simple-values" Improve doc strings and
8160 comments.
8161
8162 2005-07-18 Mark Kettenis <kettenis@gnu.org>
8163
8164 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8165 *-*-openbsd*.
8166 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8167
8168 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8169 sigaltsatck'.
8170
8171 2005-07-14 Bob Rossi <bob@brasko.net>
8172
8173 * gdb.base/default.exp (tty): Changed output of command.
8174 * gdb.base/help.exp (help tty): Ditto.
8175
8176 2005-07-12 Mark Kettenis <kettenis@gnu.org>
8177
8178 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8179
8180 2005-07-10 Mark Kettenis <kettenis@gnu.org>
8181
8182 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8183 -stack-select-frame without arguments.
8184 (test_stack_frame_listing): Add test for newly implemented command
8185 -stack-info-frame.
8186
8187 2005-07-06 Bob Rossi <bob@brasko.net>
8188
8189 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8190 command.
8191 (Copyright): Update copyright.
8192
8193 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8194
8195 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8196 tests to evaluate exponentiation expression.
8197
8198 2005-06-29 Andreas Schwab <schwab@suse.de>
8199
8200 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8201 main to avoid warnings.
8202
8203 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8204
8205 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
8206
8207 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8208 -stack-select-frame without arguments.
8209 (test_stack_frame_listing): Add test for newly implemented command
8210 -stack-info-frame.
8211
8212 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8213
8214 * gdb.fortran/array-element.f: New file.
8215 * gdb.fortran/array-element.exp: New testcase.
8216
8217 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8218
8219 * gdb.base/bigcore.exp: Correct checks for systems which can
8220 not dump a large core file.
8221
8222 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8223
8224 * gdb.base/relocate.c: Add a copyright notice.
8225 (dummy): Remove.
8226 * gdb.base/relocate.exp: Test printing the values of variables
8227 from a relocatable file.
8228
8229 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8230
8231 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8232 excess MI output after an error.
8233
8234 2005-05-29 Joel Brobecker <brobecker@adacore.com>
8235
8236 * gdb.arch/alpha-step.c: New file.
8237 * gdb.arch/alpha-step.exp: New testcase.
8238
8239 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8240 Dennis Brueni <dennis@slickedit.com>
8241
8242 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8243 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8244 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8245 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8246 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8247 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8248 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8249
8250 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8251 Wu Zhou <woodzltc@cn.ibm.com>
8252
8253 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8254 IBM's xlc compiler.
8255 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8256 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8257
8258 2005-05-13 Jim Blandy <jimb@redhat.com>
8259
8260 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8261 calling gdb_suppress_entire_file.
8262 * gdb.base/charset.exp: Same.
8263 * gdb.base/call-rt-st.exp: Same.
8264
8265 2005-05-05 Bob Rossi <bob_rossi@cox.net>
8266
8267 * lib/gdb.exp (fullname_syntax): Added global regex.
8268 (fullname_syntax_POSIX): Ditto.
8269 (fullname_syntax_UNC): Ditto.
8270 (fullname_syntax_DOS_CASE): Ditto.
8271 (fullname_syntax_DOS): Ditto.
8272 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8273 fullname_syntax variable to scope and use it.
8274 (test_file_list_exec_source_files): Ditto.
8275 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8276
8277 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8278
8279 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8280
8281 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8282
8283 * lib/gdb.exp (skip_altivec_tests): New function, based on
8284 check_vmx_hw_available from the GCC testsuite.
8285 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8286 * lib/gdb.arch/altivec-regs.exp: Likewise.
8287
8288 2005-05-02 Jim Blandy <jimb@redhat.com>
8289
8290 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8291 calling gdb_suppress_entire_file.
8292
8293 2005-04-30 Randolph Chung <tausq@debian.org>
8294
8295 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8296 Slightly relax "sem_post" name checking.
8297
8298 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8299
8300 * gdb.base/unload.exp: Use new shared library infrastructure.
8301
8302 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8303
8304 * gdb.base/so-impl-ld.exp: Use new shared library
8305 infrastructure.
8306
8307 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
8308
8309 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8310 * gdb.asm/h8300.inc: New file.
8311
8312 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8313
8314 * gdb.base/shlib-call.exp: Change to use new shared library
8315 infrastructure.
8316
8317 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8318
8319 * gdb.base/pending.exp: Change to use new shared library
8320 infrastructure.
8321
8322 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8323
8324 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8325 use test_compiler_info instead of gcc_compiled, and update copyright.
8326
8327 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8328
8329 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8330 shared objects being adjusted and update copyright years.
8331
8332 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8333
8334 * ChangeLog: Correct some 2003-01-13 dates.
8335 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8336 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8337 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8338 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8339 gdb.trace/tfind.exp: Update copyright years.
8340
8341 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8342 Daniel Jacobowitz <dan@codesourcery.com>
8343
8344 * lib/gdb.exp (gdb_compile): Handle shlib=.
8345 (gdb_compile_shlib): New function.
8346
8347 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8348
8349 * lib/gdb.exp (test_compiler_info): Give argument a default value.
8350
8351 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8352
8353 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8354 gdb.server.
8355 * configure.ac: Likewise.
8356 * configure: Regenerated.
8357 * gdb.gdbserver/Makefile.in: Moved to...
8358 * gdb.server/Makefile.in: ... here.
8359 * gdb.gdbserver/server.c: Moved to...
8360 * gdb.server/server.c: ... here.
8361 * gdb.gdbserver/server-run.exp: Moved to...
8362 * gdb.server/server-run.exp: ... here.
8363
8364 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8365
8366 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8367 * configure.ac: Create gdb.gdbserver/Makefile.
8368 * configure: Regenerated.
8369 * lib/gdbserver-support.exp: New file, derived from
8370 config/gdbserver.exp.
8371 * config/gdbserver.exp: Use gdbserver-support.exp.
8372 * gdb.gdbserver/Makefile.in: New file.
8373 * gdb.gdbserver/server.c: New file.
8374 * gdb.gdbserver/server-run.exp: New file.
8375
8376 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8377
8378 * lib/gdb.exp (test_compiler_info): Return compiler_info
8379 if no arguments are given.
8380
8381 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8382
8383 * gdb.arch/altivec-abi.exp: Check for compiler and set
8384 use altivec' flag accordingly.
8385 * gdb.arch/altivec-regs.exp: Likewise.
8386
8387 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8388
8389 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8390
8391 2005-03-27 Andreas Schwab <schwab@suse.de>
8392
8393 * gdb.base/bigcore.c (main): Add missing mode argument in open
8394 call.
8395
8396 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8397
8398 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8399 downloads.
8400 * config/gdbserver.exp (gdb_load): Likewise.
8401
8402 2005-03-14 Paul Brook <paul@codesourcery.com>
8403
8404 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8405 targets.
8406
8407 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.dwarf2/dup-psym.S: New file.
8410 * gdb.dwarf2/dup-psym.exp: New testcase.
8411
8412 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8413
8414 * gdb.ada/exec_changed/first.adb: New file.
8415 * gdb.ada/exec_changed/second.adb: New file.
8416 * gdb.ada/exec_changed.exp: New testcase.
8417
8418 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8419
8420 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8421 (A2): New class.
8422 (main): Test operator+.
8423 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8424 breakpoint test.
8425
8426 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8427 * gdb.base/signull.exp: Disable if gdb,nosignals.
8428 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8429 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8430 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8431 * gdb.mi/mi2-console.exp: Likewise.
8432 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8433 continue output at start.
8434 (gdb_collect_locals_test): Robustify regexp.
8435 * gdb.trace/passc-dyn.exp: Fix comment typo.
8436 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8437
8438 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
8439
8440 * gdb.asm/asm-source.exp: Add iq2000 case.
8441 * gdb.asm/iq2000.inc: New file.
8442
8443 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
8444
8445 * gdb.base/command.exp: Change hardcoded value to regular expression.
8446 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8447
8448 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8449
8450 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8451 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8452 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8453 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8454 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8455
8456 2005-03-05 Mark Kettenis <kettenis@gnu.org>
8457
8458 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8459 changes.
8460
8461 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8462
8463 * lib/compiler.c: Add test for IBM's xlc compiler.
8464 * lib/compiler.cc: Likewise.
8465
8466 2004-02-24 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.ada/fixed_points.exp: Create compilation object directory
8469 before running the test.
8470 * gdb.ada/null_record.exp: Likewise.
8471 * gdb.ada/packed_array.exp: Likewise.
8472 * gdb.ada/start.exp: Likewise.
8473
8474 2005-02-15 Joel Brobecker <brobecker@adacore.com>
8475
8476 * gdb.ada/packed_array/pa.adb: New file.
8477 * gdb.ada/packed_array.exp: New testcase.
8478
8479 2005-02-10 Mark Kettenis <kettenis@gnu.org>
8480
8481 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8482 files.
8483
8484 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8485 on *-*-openbsd*. Correctly match whitespace in regukar
8486 expressions.
8487
8488 2005-02-10 Daniel Jacobowitz <dan@debian.org>
8489
8490 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8491 PR exp/1821
8492 * gdb.base/gdb1821.c: New test file.
8493 * gdb.base/gdb1821.exp: New test file.
8494
8495 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8496
8497 * gdb.base/start.c: New file.
8498 * gdb.base/start.exp: New testcase.
8499
8500 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8501
8502 * gdb.ada/start/dummy.adb: New file.
8503 * gdb.ada/start.exp: New testcase.
8504
8505 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
8506
8507 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8508 for printing symbols and statistics.
8509 Add test for using relative pathnames in "maint print msymbols" test.
8510 Mark "maint info sections DATA" XFAIL on Cygwin.
8511 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8512 tests.
8513
8514 2005-02-09 Andreas Schwab <schwab@suse.de>
8515
8516 Committed by Andrew Cagney <cagney@gnu.org>
8517 * gdb.base/remotetimeout.exp: New file.
8518
8519 2005-02-07 Mark Kettenis <kettenis@gnu.org>
8520
8521 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8522
8523 2005-02-03 Joel Brobecker <brobecker@adacore.com>
8524
8525 * gdb.ada/gnat_ada.gpr: New file.
8526 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8527 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8528 * configure.ac: No longer generate gnat_ada.gpr.
8529 * configure: Regenerate.
8530 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8531 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8532 * gdb.ada/null_record/bar.ads: Likewise.
8533 * gdb.ada/null_record/bar.adb: Likewise.
8534 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8535 * gdb.ada/null_record.exp (testdir): New variable.
8536 (testfile): executable is now in testdir subdirectory.
8537 (srcfile): Use full path to the main compilation unit.
8538 * gdb.ada/fixed_points.exp: Same changes as above.
8539
8540 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
8541
8542 * gdb.base/interp.exp: New test.
8543
8544 2005-01-24 Andrew Cagney <cagney@gnu.org>
8545
8546 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8547
8548 2005-01-19 Andrew Cagney <cagney@gnu.org>
8549
8550 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8551 configure.ac not configure.in.
8552
8553 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8554 of powerpc*-*-*.
8555 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
8556 * gdb.base/list.exp (test_list_function)
8557 (test_list_filename_and_function): Ditto.
8558 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8559
8560 2005-01-16 Andrew Cagney <cagney@gnu.org>
8561
8562 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8563
8564 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8565
8566 2005-01-14 Andrew Cagney <cagney@gnu.org>
8567
8568 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8569 * gdb.mi/mi2-var-cmd.exp: Ditto.
8570
8571 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
8572
8573 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8574
8575 2005-01-07 Andrew Cagney <cagney@gnu.org>
8576
8577 * configure.ac: Rename configure.in, require autoconf 2.59.
8578 * configure: Re-generate.
8579 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8580 * gdb.stabs/configure: Re-generate.
8581 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8582 * gdb.hp/configure: Re-generate.
8583 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8584 autoconf 2.59.
8585 * gdb.hp/gdb.objdbg/configure: Re-generate.
8586 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8587 autoconf 2.59.
8588 * gdb.hp/gdb.defects/configure: Re-generate.
8589 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8590 autoconf 2.59.
8591 * gdb.hp/gdb.compat/configure: Re-generate.
8592 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8593 autoconf 2.59.
8594 * gdb.hp/gdb.base-hp/configure: Re-generate.
8595 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8596 autoconf 2.59.
8597 * gdb.hp/gdb.aCC/configure: Re-generate.
8598
8599 2004-12-15 Jim Blandy <jimb@redhat.com>
8600
8601 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8602 under NPTL when there is debugging info available for libpthread.
8603
8604 2004-12-13 Jerome Guitton <guitton@gnat.com>
8605
8606 * gdb.ada/fixed_points.c: New file.
8607 * gdb.ada/fixed_points.exp: New file.
8608
8609 2004-12-03 Randolph Chung <tausq@debian.org>
8610
8611 * gdb.arch/pa-nullify.exp: New file.
8612 * gdb.arch/pa-nullify.s: New file.
8613
8614 2004-11-30 Randolph Chung <tausq@debian.org>
8615
8616 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8617 instead of "tbug". Fix regexp to work properly with gdb_test.
8618
8619 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8620
8621 * gdb.base/bitfields2.exp: New test.
8622 * gdb.base/bitfields2.c: New file.
8623
8624 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
8625
8626 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8627
8628 2004-11-16 Randolph Chung <tausq@debian.org>
8629
8630 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8631
8632 2004-11-14 Daniel Jacobowitz <dan@debian.org>
8633
8634 * gdb.threads/threadapply.exp: Correct "macro details" test.
8635
8636 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8637
8638 * gdb.threads/threadapply.exp: New test.
8639 * gdb.threads/threadapply.c: New file.
8640
8641 2004-11-07 Mark Kettenis <kettenis@gnu.org>
8642
8643 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8644 frames.
8645
8646 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
8647
8648 * gdb.base/cursal.exp: New file.
8649 * gdb.base/cursal.c: New file.
8650
8651 2004-11-03 Andrew Cagney <cagney@gnu.org>
8652
8653 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8654
8655 2004-10-30 Mark Kettenis <kettenis@gnu.org>
8656
8657 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8658 NetBSD/ELF targets.
8659
8660 2004-10-29 Joel Brobecker <brobecker@gnat.com>
8661
8662 * gdb.threads/bp_in_thread.c: New file, copied from
8663 pthread_cond_wait.c.
8664 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8665 file, rather than reusing the .c file from another testcase.
8666
8667 2004-10-20 Joel Brobecker <brobecker@gnat.com>
8668
8669 * gdb.ada/null_record.exp: Check where we stopped after
8670 sending the start command, instead of where the associated
8671 temporary breakpoint was inserted.
8672
8673 2004-10-14 Andrew Cagney <cagney@gnu.org>
8674
8675 * gdb.mi/gdb701.c (main): Return 0.
8676
8677 2004-10-13 Daniel Jacobowitz <dan@debian.org>
8678
8679 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
8680
8681 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8682
8683 * gdb.threads/schedlock.c: Add comment markers to use to find
8684 line numbers.
8685 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8686 comments.
8687 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8688 breakpoint lines.
8689
8690 2004-10-12 Daniel Jacobowitz <dan@debian.org>
8691
8692 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8693
8694 2004-10-12 Daniel Jacobowitz <dan@debian.org>
8695
8696 * configure.in: Add gdb.dwarf2.
8697 * configure: Regenerated.
8698 * Makefile.in: Add gdb.dwarf2.
8699 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8700 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8701 gdb.dwarf2/file1.txt: New files.
8702
8703 2004-10-11 Orjan Friberg <orjanf@axis.com>
8704
8705 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
8706 of "run", since the latter doesn't work with remote targets. Adjust
8707 the breakpoint numbering accordingly.
8708 * gdb.threads/pthread_cond_wait.exp: Ditto.
8709
8710 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8711
8712 * gdb.base/overlays.exp: Update copyright years.
8713
8714 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8715
8716 * gdb.base/overlays.exp: Disable if target is Linux.
8717
8718 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
8719
8720 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8721
8722 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8723
8724 * gdb.asm/asm-source.exp: Add m32r-linux target.
8725 * gdb.asm/m32r-linux.inc: New file.
8726
8727 2004-09-24 Andrew Cagney <cagney@redhat.com>
8728 David Anderson <anderson@redhat.com>
8729
8730 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
8731 command fails, assume things will work.
8732 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
8733 (_GNU_SOURCE): Define.
8734 (print_unsigned, print_hex): Change parameter to "long long".
8735 (print_byte_count): New function, use to print byte counts.
8736 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
8737 O_LARGEFILE.
8738 (main): Compute an upper bound on a corefile in max_core_size.
8739 Limit memory chunk size to max_core_size. Limit total memory
8740 allocated to max_core_size.
8741
8742 2004-09-23 Andrew Cagney <cagney@gnu.org>
8743
8744 * gdb.base/bigcore.exp: Replace the code that creates a corefile
8745 from a separate process with code that creates a corefile by
8746 making the inferior dump core.
8747
8748 2004-09-23 Mark Kettenis <kettenis@gnu.org>
8749
8750 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
8751 block.
8752
8753 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
8754
8755 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
8756 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
8757 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
8758 Likewise.
8759
8760 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
8761
8762 * gdb.java/jprint.exp: New test case for java inferior call.
8763 * gdb.java/jprint.java: Ditto.
8764
8765 2004-09-15 Joel Brobecker <brobecker@gnat.com>
8766
8767 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
8768
8769 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8770
8771 * gdb.threads/killed.c: Include <stdlib.h>.
8772 * gdb.threads/pthreads.c: Likewise.
8773
8774 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8775
8776 * gdb.threads/killed.c: Add copyright notice.
8777
8778 2004-09-10 Jason Molenda (jmolenda@apple.com)
8779
8780 * gdb.base/define.exp: Two new tests to verify zero space chars
8781 after 'if' and 'while' commands in a user-defined command is correctly
8782 parsed.
8783
8784 2004-09-08 Andrew Cagney <cagney@gnu.org>
8785
8786 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
8787 delivery test with duplicate at end of file.
8788
8789 2004-09-06 Mark Kettenis <kettenis@jive.nl>
8790
8791 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
8792
8793 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8794
8795 * config/hppro.exp: Removed.
8796
8797 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8798
8799 * config/sparclet.exp: Removed.
8800
8801 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8802
8803 * config/udi.exp: Removed.
8804
8805 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
8806
8807 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
8808 of "exp_continue".
8809 (advancei): Likewise.
8810
8811 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8812
8813 * gdb.base/unload.exp: Fix so messages aren't duplicated.
8814
8815 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
8816
8817 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
8818 to check for nodebug in executable.
8819 * gdb.gdb/observer.exp (setup_test): Likewise.
8820 * gdb.gdb/selftest.exp (test_with_self): Likewise.
8821 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
8822
8823 2004-09-01 Andrew Cagney <cagney@gnu.org>
8824
8825 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8826 files.
8827
8828 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8829
8830 * gdb.base/unload.exp: Fix expected warning message to match
8831 latest format.
8832
8833 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
8834
8835 * gdb.base/call-rt-st.exp: Fix typos.
8836
8837 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
8838
8839 * gdb.threads/thread_check.exp: New testcase.
8840 * gdb.threads/thread_check.c: New testcase.
8841
8842 2004-08-31 Andrew Cagney <cagney@gnu.org>
8843
8844 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
8845 (skip_to_handler_entry): New procedures. Test stepping into a
8846 handler when the breakpoint is at the handler's entry point.
8847
8848 2004-08-30 Andrew Cagney <cagney@gnu.org>
8849
8850 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
8851 gdb/1757.
8852
8853 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8854
8855 With code from Manoj Iyer <manjo@austin.ibm.com>:
8856 * lib/gdb.exp (gdb_file_cmd): Return more information in the
8857 return value. Add an arm for "no debugging symbols found".
8858 Change a stray "error" to "perror".
8859 (gdb_run_cmd): Adapt to new return value.
8860 * gdb.base/remote.exp: Adapt to new return value.
8861 * gdb.gdb/complaints.exp: Likewise.
8862 * gdb.gdb/observer.exp: Likewise.
8863 * gdb.gdb/selftest.exp: Likewise.
8864 * gdb.gdb/xfullpath.exp: Likewise.
8865
8866 2004-08-27 Joel Brobecker <brobecker@gnat.com>
8867
8868 * gdb.threads/bp_in_thread.exp: New testcase.
8869
8870 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8871
8872 Fix PR testsuite/1735.
8873 * gdb.threads/schedlock.c (thread_function): Add a cast
8874 to suppress a gcc warning.
8875 * gdb.threads/thread-specific.c (thread_function): Likewise.
8876
8877 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8878
8879 * gdb.base/unload.c: Include <stdlib.h>.
8880
8881 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8882
8883 From Paul Gilliam <pgilliam@us.ibm.com>:
8884 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
8885 synchronized after the "return".
8886
8887 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8888
8889 * gdb.mi/basics.c: Include <stdio.h>.
8890 * gdb.mi/pthreads.c: Include <stdlib.h>.
8891 * gdb.mi/var-cmd.c: Include <stdlib.h>.
8892
8893 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8894
8895 * gdb.threads/schedlock.c: Add copyright notice.
8896
8897 2004-08-25 Andrew Cagney <cagney@gnu.org>
8898
8899 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
8900 (skip_over_handler, breakpoint_over_hander): New test procedures.
8901 (advance, advancei): Add a proper prefix, do not use
8902 rerun_to_main.
8903 * gdb.base/sigstep.c (main): Change to use an infinite loop.
8904
8905 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
8906
8907 * gdb.mi/basics.c: Add copyright notice.
8908 * gdb.mi/var-cmd.c: Add copyright notice.
8909
8910 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8911
8912 * lib/gdb.exp: Remove signed_keyword_not_used.
8913 * lib/compiler.c: Likewise.
8914 * lib/compiler.cc: Likewise.
8915
8916 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8917
8918 * gdb.base/whatis.c: Remove conditional disabling of "signed".
8919 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
8920
8921 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8922
8923 * gdb.base/whatis.c: Add copyright notice.
8924
8925 2004-08-20 Mark Kettenis <kettenis@gnu.org>
8926
8927 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
8928 it to skip the breakpoints encoded in the inline assembly.
8929
8930 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8931
8932 * Makefile.in: Add gdb.fortran.
8933
8934 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8935
8936 * gdb.base/call-sc.exp (test_scalar_returns):
8937 Fix cut-and-paste glitch in "Make fun return now".
8938
8939 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8940
8941 * configure.in: Add gdb.fortran.
8942 * configure: Regenerate.
8943 * gdb.fortran/Makefile.in: New file.
8944 * lib/gdb.exp (skip_fortran_tests): New procedure.
8945
8946 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8947
8948 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
8949 reference to bug-gnu@prep.ai.mit.edu.
8950 * gdb.mi/mi-var-child.exp: Likewise.
8951 * gdb.mi/mi-var-cmd.exp: Likewise.
8952 * gdb.mi/mi-var-display.exp: Likewise.
8953 * gdb.mi/mi2-var-block.exp: Likewise.
8954 * gdb.mi/mi2-var-child.exp: Likewise.
8955 * gdb.mi/mi2-var-cmd.exp: Likewise.
8956 * gdb.mi/mi2-var-display.exp: Likewise.
8957
8958 2004-08-15 Mark Kettenis <kettenis@gnu.org>
8959
8960 * gdb.base/unload.c (main): Make local variable msg const.
8961
8962 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8963
8964 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
8965 to bug-gnu@prep.ai.mit.edu.
8966 * gdb.mi/mi-disassemble.exp: Likewise.
8967 * gdb.mi/mi-eval.exp: Likewise.
8968 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
8969 default line number.
8970 * gdb.mi/mi-return.exp: Likewise.
8971 * gdb.mi/mi-simplerun.exp: Likewise.
8972 * gdb.mi/mi-stack.exp: Likewise.
8973 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
8974 number with explicit range test.
8975 * gdb.mi/mi-watch.exp: Likewise.
8976 * gdb.mi/mi2-break.exp: Likewise.
8977 * gdb.mi/mi2-cli.exp: Likewise.
8978 * gdb.mi/mi2-disassemble.exp: Likewise.
8979 * gdb.mi/mi2-eval.exp: Likewise.
8980 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
8981 default line number.
8982 * gdb.mi/mi2-return.exp: Likewise.
8983 * gdb.mi/mi2-simplerun.exp: Likewise.
8984 * gdb.mi/mi2-stack.exp: Likewise.
8985 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
8986 number with explicit range test.
8987 * gdb.mi/mi2-watch.exp: Likewise.
8988
8989 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8990
8991 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
8992 * gdb.cp/m-static.exp: Likewise.
8993 * gdb.cp/rtti.exp: Likewise.
8994
8995 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8996
8997 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
8998
8999 2004-08-14 Eli Zaretskii <eliz@gnu.org>
9000
9001 * ChangeLog: Prefix Local Variables with semi-colons and indent
9002 the reference to older ChangeLog files, to fix fontification in
9003 Emacs.
9004
9005 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9006
9007 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9008 * gdb.mi/mi2-break.exp: Likewise.
9009
9010 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9011
9012 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9013
9014 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9015
9016 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9017
9018 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9019
9020 * gdb.cp/classes.exp: Remove unused declarations. Just let
9021 test names default instead of providing special names. Remove
9022 extraneous demangler test.
9023
9024 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9025
9026 * gdb.base/unload.exp: New test for breakpoints in dynamically
9027 loaded libraries.
9028 * gdb.base/unload.c: Ditto.
9029 * gdb.base/unloadshr.c: Ditto.
9030
9031 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9032
9033 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9034 cp_test_ptype_class.
9035 (test_enums): Likewise.
9036
9037 2004-08-10 Andrew Cagney <cagney@gnu.org>
9038
9039 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9040 files.
9041
9042 2004-08-10 Andrew Cagney <cagney@gnu.org>
9043
9044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9045 init_malloc call.
9046
9047 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9048
9049 * ChangeLog: Add copyright notice. The notice is copied
9050 from emacs 21.3 top level ChangeLog.
9051
9052 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9053
9054 * lib/cp-support.exp: New file.
9055 * lib/cp-support.exp (cp_test_type_class): New function.
9056 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9057 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9058 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9059 cp_test_ptype_class.
9060
9061 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9062
9063 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9064 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9065 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9066 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9067 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9068 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9069 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9070 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9071 gdb.mi/mi2-watch.exp: Update copyright years.
9072
9073 2004-08-09 Mark Kettenis <kettenis@gnu.org>
9074
9075 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9076
9077 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9078
9079 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9080 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9081 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9082 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9083 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9084 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9085 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9086 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9087 gdb.mi/mi-watch.exp: Update copyright years.
9088
9089 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9090
9091 PR gdb/1738
9092 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9093 from a breakpoint with a pending signal.
9094
9095 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9096
9097 PR gdb/1736
9098 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9099 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9100 the prompt.
9101 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9102
9103 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9104
9105 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9106
9107 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9108
9109 PR gdb/1736
9110 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9111 for i?86-*-linux*.
9112
9113 2004-08-08 Daniel Jacobowitz <dan@debian.org>
9114
9115 * gdb.arch/i386-prologue.exp: Compile without debug information.
9116
9117 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9118
9119 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9120 rather than asking gdb to search.
9121
9122 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9123
9124 * gdb.base/gcore.c: Include <string.h>.
9125
9126 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9127
9128 * gdb.base/gcore.c: Add copyright notice.
9129
9130 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9131
9132 * gdb.base/freebpcmd.c: Include <stdio.h>.
9133 * gdb.base/long_long.c: Include <string.h>.
9134 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9135 * gdb.base/siginfo.c: Include <string.h>.
9136 * gdb.base/sigstep.c: Include <string.h>.
9137
9138 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9139
9140 * gdb.base/complex.c: Include <stdlib.h>.
9141
9142 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9143
9144 * gdb.base/complex.c: Add copyright notice.
9145
9146 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9147
9148 * gdb.base/charset.c: Include <stdlib.h>.
9149
9150 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9151
9152 * gdb.base/auxv.c: Include <stdlib.h>.
9153
9154 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9155
9156 * gdb.base/auxv.c: Add copyright notice.
9157
9158 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9159
9160 * gdb.base/coremaker.c: Add copyright notice.
9161 * gdb.base/coremaker2.c: Add copyright notice.
9162
9163 2004-08-04 Andrew Cagney <cagney@gnu.org>
9164
9165 * gdb.base/store.exp: Update copyright.
9166 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9167 names, do not import gdb_prompt.
9168
9169 2004-08-01 Andrew Cagney <cagney@gnu.org>
9170
9171 Fix PR testsuite/1729.
9172 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9173 not use capture_value with value 4.
9174 (capture_value): Add optional test name parameter.
9175 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9176 the prefix, pass to capture_value.
9177
9178 2004-08-01 Mark Kettenis <kettenis@gnu.org>
9179
9180 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9181 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9182 (main): Call new function.
9183
9184 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9185
9186 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9187
9188 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9189
9190 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9191
9192 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9193
9194 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9195 Accept more values of vtbl pointer. Remove some messages
9196 about "obsolete gcc or gdb".
9197
9198 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9199
9200 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9201
9202 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9203
9204 * gdb.base/asm-source.exp: Properly convert target board
9205 debug flags from gcc format to binutils format.
9206
9207 2004-07-28 Mark Kettenis <kettenis@gnu.org>
9208
9209 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9210 gdb1718". PR backtrace/1718 partially fixed.
9211
9212 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9213
9214 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9215
9216 2004-07-26 Nick Clifton <nickc@redhat.com>
9217
9218 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9219 good default value for a specific architecture is available then
9220 set it to that value. Otherwise default to the -gstabs switch.
9221 Remove the -g... switches from the asm-flags variable. Allow the
9222 target board info to override the value if it wants to. Pass the
9223 switch on the assembler command line.
9224
9225 2004-07-23 Mark Kettenis <kettenis@gnu.org>
9226
9227 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9228 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9229 (main): Call new function.
9230
9231 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9232
9233 Test for PR exp/1715.
9234 * gdb.base/radix.exp: Refactor common procedures. Make all
9235 test names unique. Change XFAIL to KFAIL.
9236
9237 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9238
9239 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9240 * gdb.ada/gnat_ada.gin: ... to here.
9241 * configure.in: Use gnat_ada.gin.
9242 * configure: Regenerate.
9243
9244 2004-07-20 Andrew Cagney <cagney@gnu.org>
9245
9246 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9247 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9248 XFAILs. Clean up test messages and comments. Check backtraces.
9249 Delete re-sync code.
9250
9251 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9252
9253 Fix PR cli/740.
9254 * gdb.base/annota1.exp: Honor gdb,nosignals.
9255 * gdb.base/annota3.exp: Likewise.
9256
9257 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9258
9259 * lib/java.exp: Update copyright notice.
9260
9261 2004-07-19 Andrew Cagney <cagney@gnu.org>
9262
9263 * gdb.base/selftest.exp: Copy file from here ...
9264 * gdb.gdb/selftest.exp: ... to here.
9265
9266 2004-07-16 Andrew Cagney <cagney@redhat.com>
9267
9268 * lib/insight-support.exp: Delete file.
9269 * lib/java.exp (java_init): Fix copyright.
9270
9271 2004-07-16 Andrew Cagney <cagney@gnu.org>
9272
9273 * gdb.base/restore.c: Append "prologue" to comments marking the a
9274 function's prologue.
9275 * gdb.base/restore.exp: Update copyright, re-indent.
9276 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9277 callerN" prefix where needed. Update patterns that match a
9278 function's prologue.
9279
9280 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9281
9282 * gdb.base/restore.c: Add copyright notice.
9283
9284 2004-07-16 Andrew Cagney <cagney@gnu.org>
9285
9286 * gdb.base/logical.exp: Update copyright.
9287 (evaluate): New procedure. Use to re-implement tests using
9288 several tables.
9289
9290 2004-07-14 Martin Hunt <hunt@redhat.com>
9291
9292 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9293 which fixes some problems where init.tcl was not found.
9294
9295 2004-07-13 Andrew Cagney <cagney@gnu.org>
9296
9297 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9298 (check_sizeof, check_valueof): Do not include the output in the
9299 test name. Use gdb_test.
9300 (get_valueof): Use gdb_test_multiple.
9301
9302 * gdb.base/step-test.exp: Update copyright. Use
9303 gdb_test_multiple. Ensure that test names do not include
9304 architecture dependent output.
9305
9306 * gdb.gdb/observer.exp: Update copyright.
9307 (setup_test): Use gdb_test_multiple.
9308 (attach_first_observer, attach_second_observer)
9309 (attach_third_observer, detach_first_observer)
9310 (detach_second_observer, detach_third_observer)
9311 (reset_counters, check_counters): Make $message a prefix.
9312 (test_normal_stop_notifications): Add "args" parameter - a list of
9313 init functions to be called. Make $message a prefix,
9314 (test_observer_normal_stop): Change the message prefixes so that
9315 they are unique, pass the attach / detach procedures to
9316 test_normal_stop_notifications.
9317
9318 * gdb.base/signull.exp (test_segv): Prefix all tests with
9319 "${name}". Clean up test messages.
9320
9321 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9322
9323 * gdb.base/ena-dis-br.exp: Update copyright.
9324 (break_at): New function. Replace send_gdb with gdb_test,
9325 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9326 ignore count, not stopped at bpt", with KFAIL.
9327
9328 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
9329
9330 * gdb.base/attach.exp: Remove cleanupfile handling.
9331
9332 2004-07-12 Andrew Cagney <cagney@gnu.org>
9333
9334 * gdb.base/annota1.exp: Cleanup corefile test name.
9335 * gdb.base/annota3.exp: Ditto.
9336
9337 2004-07-12 Andrew Cagney <cagney@gnu.org>
9338
9339 * gdb.base/signals.exp: Clean up copyright, re-indent.
9340
9341 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9342 gdb_test and gdb_test_multiple.
9343
9344 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9345
9346 * gdb.java/jmain.exp: Fix expected line number for main to
9347 break at. Set XFAIL for break at main test since gcj does not
9348 provide line number info for first statement in main.
9349
9350 2004-07-08 Andrew Cagney <cagney@gnu.org>
9351
9352 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9353
9354 * gdb.base/sigbpt.exp: Make the common part of each test name a
9355 prefix instead of suffix.
9356
9357 2004-07-07 Bob Rossi <bob_rossi@cox.net>
9358
9359 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9360 test from test_tbreak_creation_and_listing to
9361 test_file_list_exec_source_file
9362 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9363 Changed name of test from test_tbreak_creation_and_listing to
9364 test_file_list_exec_source_file
9365
9366 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9367
9368 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9369 the jmisc() constructor instead of <init>.
9370 * gdb.java/jmisc1.exp: Ditto.
9371
9372 2004-07-07 Andrew Cagney <cagney@gnu.org>
9373
9374 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9375 corrupting the PC.
9376
9377 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9378
9379 * gdb.cp/templates.exp: Accept whitespace change in demangler
9380 output.
9381
9382 2004-07-06 Andrew Cagney <cagney@gnu.org>
9383
9384 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9385
9386 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9387
9388 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9389 * lib/compiler.cc: Likewise.
9390
9391 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9392
9393 * lib/compiler.cc: Work around string preprocessing problem
9394 with old hp c++ compiler.
9395 * lib/compiler.c: Likewise.
9396
9397 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9398
9399 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9400 directives to conditionalize symbol prefixing.
9401 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9402 additional_flags handling. Add underscore prefix for Cygwin.
9403 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9404 conditionalize symbol prefixing.
9405 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9406 additional_flags handling. Add underscore prefix for Cygwin.
9407
9408 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9409
9410 * gdb.base/bigcore.exp: Skip test on Cygwin.
9411
9412 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9413
9414 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9415 formats for "info register". Use gdb_test_multiple. Fix
9416 the "invalid register" test.
9417
9418 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
9419
9420 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9421 PID for Cygwin. Add Cygwin specific strings to check for in some
9422 tests.
9423 (do_attach_tests): Add a test for user interaction when attaching
9424 to a process with no matching symbol table already loaded.
9425
9426 2004-06-26 Andrew Cagney <cagney@gnu.org>
9427
9428 Test PR java/1567 and PR java/1565.
9429 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9430 * gdb.java/jmisc2.exp: Delete file.
9431
9432 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9433
9434 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9435
9436 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
9437
9438 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9439 attach process.
9440
9441 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9442
9443 * gdb.cp/pr-1553.exp: Remove.
9444
9445 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9446
9447 * gdb.cp/pr-1553.cc: Remove.
9448 * gdb.cp/pr-1553.exp: Disable this test.
9449
9450 2004-06-20 Jim Blandy <jimb@redhat.com>
9451
9452 Fix PR testsuite/1680.
9453 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9454 regular expressions.
9455
9456 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9457
9458 Fix PR testsuite/1679.
9459 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9460 Issue an UNSUPPORTED result instead.
9461
9462 2004-06-18 Jim Blandy <jimb@redhat.com>
9463
9464 * gdb.base/charset.exp: Only send a control-C if we see a new
9465 prompt and incomplete command.
9466
9467 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9468
9469 * gdb.cp/pr-574.cc: Add copyright notice.
9470
9471 2004-06-17 Jim Blandy <jimb@redhat.com>
9472
9473 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9474 cases where the regexp has no groups; this grabs random text from
9475 the previous test suite, whatever that was.
9476
9477 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9478
9479 * gdb.cp/printmethod.cc: Add copyright notice.
9480
9481 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9482
9483 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9484
9485 2004-06-16 Andrew Cagney <cagney@gnu.org>
9486
9487 * gdb.base/signull.c: Update copyright. Include <string.h>.
9488 (bowler): Replace data_pointer with data_read
9489 and data_write cases. Add code_descriptor case.
9490 (zero, desc): New array and pointer.
9491 (data, code): Change to simple pointers.
9492 * gdb.base/signull.exp: Fix probe pattern matching a function
9493 descriptor SIGSEGV. Replace data_pointer with data_read and
9494 data_write tests.
9495
9496 2004-06-16 Andrew Cagney <cagney@gnu.org>
9497
9498 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9499
9500 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9501
9502 * gdb.base/long_long.c: Add copyright notice.
9503
9504 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9505
9506 * gdb.base/long_long.exp: Remove reference to
9507 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9508 to gdb_breakpoint and gdb_continue_to_breakpoint.
9509
9510 2004-06-14 Jim Blandy <jimb@redhat.com>
9511
9512 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9513 endian case.
9514
9515 2004-06-14 Andrew Cagney <cagney@gnu.org>
9516
9517 * gdb.base/gcore.exp (capture_command_output): Delete the always
9518 passing tests containing inferior values.
9519 * gdb.base/ending-run.exp: Do not include the breakpoint address
9520 in the test message. Update copyright.
9521 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9522 size in the test name, use gdb_test_multiple. Update copyright.
9523
9524 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9525
9526 * gdb.cp/ref-types.cc: Add copyright notice.
9527
9528 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9529
9530 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9531 hp_aCC_compiler.
9532 * lib/compiler.cc: Likewise.
9533 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9534 'set' commands. Log diagnostics for other lines. Set
9535 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9536
9537 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9538
9539 * gdb.cp/try_catch.cc: Add copyright notice.
9540
9541 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9542
9543 * gdb.cp/userdef.cc: Add copyright notice.
9544
9545 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9546
9547 * gdb.cp/virtfunc.cc: Add copyright notice.
9548
9549 2004-06-11 Randolph Chung <tausq@debian.org>
9550
9551 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9552 problem.
9553
9554 2004-06-10 Andrew Cagney <cagney@gnu.org>
9555
9556 * lib/compiler.cc, lib/compiler.c: Append either
9557 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9558 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9559 instead of gcc-3-3.
9560
9561 2004-06-09 Andrew Cagney <cagney@gnu.org>
9562
9563 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9564 gdb/1455, bug is specific to "long long" and "double".
9565
9566 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9567 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9568 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9569 fixed.
9570
9571 2004-06-09 Andrew Cagney <cagney@gnu.org>
9572
9573 * gdb.base/structs.exp (test_struct_returns): Replace
9574 "return_value_unknown" and "finish_value_unknown" by
9575 "return_value_known" and "finish_value_known". Instead of
9576 "return_value_unknown" iff "finish_value_unknown", check
9577 "return_value_known" implies "finish_value_known".
9578
9579 2004-06-08 Martin Hunt <hunt@redhat.com>
9580
9581 * gdb.base/float.exp: Add pattern for mips targets.
9582
9583 2004-06-08 Randolph Chung <tausq@debian.org>
9584
9585 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9586 message for unknown architectures more clear.
9587
9588 2004-06-08 Joel Brobecker <brobecker@gnat.com>
9589
9590 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9591 start the execution of the program.
9592
9593 2004-06-07 Jim Blandy <jimb@redhat.com>
9594
9595 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9596 * gdb.arch/i386-cpuid.h: New helper file.
9597
9598 2004-06-07 Randolph Chung <tausq@debian.org>
9599
9600 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9601 has started.
9602
9603 2004-06-04 Roland McGrath <roland@redhat.com>
9604
9605 Fix PR gdb/1647.
9606 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9607 differently to be robust to output buffering differences.
9608
9609 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9610
9611 * gdb.threads/pthreads.exp: Update copyright years.
9612 (check_control_c): Change asynchronous 'after' to synchronous.
9613
9614 2004-06-04 Roland McGrath <roland@redhat.com>
9615
9616 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9617 next gdb prompt.
9618
9619 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9620
9621 Fix PR gdb/1636.
9622 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9623 calls to synchronous.
9624
9625 2004-05-26 Jim Blandy <jimb@redhat.com>
9626
9627 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9628
9629 2004-05-24 Randolph Chung <tausq@debian.org>
9630
9631 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9632 * gdb.asm/pa.inc: New file.
9633
9634 2004-05-22 Mark Kettenis <kettenis@gnu.org>
9635
9636 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9637
9638 2004-05-21 Joel Brobecker <brobecker@gnat.com>
9639 Daniel Jacobowitz <drow@mvista.com>
9640
9641 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9642 GDB prompt.
9643
9644 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9645
9646 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
9647 setjmp/longjmp. Use sigaction instead of signal.
9648
9649 2004-05-19 J. Brobecker <brobecker@gnat.com>
9650 Michael Snyder <msnyder@redhat.com>
9651
9652 * gdb.threads/pthread_cond_wait.c: New file.
9653 * gdb.threads/pthread_cond_wait.exp: New testcase.
9654
9655 2004-05-13 Andrew Cagney <cagney@redhat.com>
9656
9657 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9658 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9659
9660 2004-05-11 Andrew Cagney <cagney@redhat.com>
9661
9662 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9663 fixed but revealed gdb/1639.
9664
9665 2004-05-10 Andrew Cagney <cagney@redhat.com>
9666
9667 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9668 func1" and "next to 2nd alarm", kernel bug avoided.
9669
9670 2004-05-10 Daniel Jacobowitz <dan@debian.org>
9671
9672 PR external/1568
9673 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9674 XFAIL if it is smaller than bytes_allocated.
9675 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9676 (main): Make chunks_allocated unsigned. Correct comment.
9677
9678 2004-05-07 Joel Brobecker <brobecker@gnat.com>
9679
9680 * gdb.arch/powerpc-aix-prologue.c: New file.
9681 * gdb.arch/powerpc-aix-prologue.exp: New file.
9682
9683 2004-05-07 Jim Blandy <jimb@redhat.com>
9684
9685 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9686 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9687
9688 2004-05-06 Joel Brobecker <brobecker@gnat.com>
9689
9690 * gdb.base/sep.exp: No longer setup_kfail when the program was
9691 built with dwarf2.
9692
9693 2004-05-05 Jim Ingham <jingham@apple.com>
9694
9695 * gdb.base/pending.exp: Make sure pending breakpoints
9696 preserve the ignore count.
9697
9698 2004-04-27 Jerome Guitton <guitton@gnat.com>
9699
9700 * i386-prologue.exp: Add testcase for jump instruction as first
9701 instruction of the real code.
9702 * i386-prologue.c (jump_at_beginning): New function.
9703
9704 2004-04-28 Mark Kettenis <kettenis@gnu.org>
9705
9706 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9707 x86_64-*-*.
9708
9709 2004-04-28 Mark Kettenis <kettenis@gnu.org>
9710
9711 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9712 i*86-*-*.
9713
9714 2004-04-25 Mark Kettenis <kettenis@gnu.org>
9715
9716 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9717 expression that checks the return type.
9718
9719 2004-04-23 Andrew Cagney <cagney@redhat.com>
9720
9721 * gdb.base/call-sc.exp: New test of scalar call/return values.
9722 * gdb.base/call-sc.c: Ditto.
9723
9724 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9725
9726 * gdb.threads/manythreads.c: Reduce thread stack size.
9727
9728 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
9729
9730 * gdb.threads/manythreads.c: Add copyright notice.
9731
9732 2004-04-23 Andrew Cagney <cagney@redhat.com>
9733
9734 * gdb.base/siginfo.exp: Better handle step out of signal.
9735 * gdb.base/sigstep.exp: Ditto.
9736
9737 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
9738 Daniel Jacobowitz <drow@mvista.com>
9739
9740 * gdb.threads/manythreads.c: New testcase.
9741 * gdb.threads/manythreads.exp: Ditto.
9742
9743 2004-04-22 Jim Blandy <jimb@redhat.com>
9744
9745 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
9746 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
9747
9748 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
9749
9750 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
9751
9752 2004-04-21 Andrew Cagney <cagney@redhat.com>
9753
9754 * gdb.base/sigstep.c: New file.
9755 * gdb.base/sigstep.exp: New file.
9756
9757 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9758
9759 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
9760 call to observer_notify_normal_stop.
9761
9762 2004-04-15 Andrew Cagney <cagney@redhat.com>
9763
9764 * gdb.base/siginfo.c: New file.
9765 * gdb.base/siginfo.exp: New file.
9766
9767 2004-04-12 J. Brobecker <brobecker@gnat.com>
9768
9769 * gdb.base/sep.exp: Fix typo in comment.
9770
9771 2004-04-12 J. Brobecker <brobecker@gnat.com>
9772
9773 * gdb.base/sep.c: New file.
9774 * gdb.base/sep-proc.c: New file.
9775 * gdb.base/sep.exp: New testcase.
9776
9777 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9778
9779 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
9780 support.
9781
9782 2004-04-05 Andrew Cagney <cagney@redhat.com>
9783
9784 * gdb.base/sigaltstack.c: New file.
9785 * gdb.base/sigaltstack.exp: New file.
9786
9787 2004-04-04 Joel Brobecker <brobecker@gnat.com>
9788
9789 * gdb.base/foll-fork.exp: Update the expected output for
9790 "help set follow-fork-mode", to match a change that was made
9791 to the help of this variable on 2004-01-13.
9792
9793 2004-04-01 Joel Brobecker <brobecker@gnat.com>
9794
9795 * lib/ada.exp: Add copyright notice.
9796 * bar.ads: Likewise.
9797 * bar.adb: Likewise.
9798 * null_record.adb: Likewise.
9799 * null_record.exp: Likewise.
9800 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
9801
9802 2004-04-01 Joel Brobecker <brobecker@gnat.com>
9803
9804 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
9805 * configure: Regenerate.
9806
9807 2004-04-01 Joel Brobecker <brobecker@gnat.com>
9808
9809 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
9810 to build the application. Remove the message printed when in
9811 verbose mode, redundant with the UNSUPPORTED message above.
9812
9813 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9814
9815 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
9816 * gdb.ada (null_record.exp): New testcase.
9817
9818 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9819
9820 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
9821
9822 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9823
9824 * gdb.ada: New subdirectory.
9825 * gdb.ada/Makefile.in: New file.
9826 * gdb.ada/gnat_ada.gpr.in: New file.
9827
9828 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9829
9830 * lib/ada.exp: New file.
9831
9832 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9833
9834 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
9835 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
9836
9837 2004-03-22 Andrew Cagney <cagney@redhat.com>
9838
9839 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
9840 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9841 Problem identified by Ulrich Weigand.
9842
9843 2004-03-17 David Carlton <carlton@kealia.com>
9844
9845 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
9846 PR c++/826.
9847
9848 2004-03-16 Roland McGrath <roland@redhat.com>
9849
9850 * gdb.base/auxv.exp: New file.
9851 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
9852
9853 2004-03-12 David Carlton <carlton@kealia.com>
9854
9855 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
9856 * gdb.cp/pr-1553.cc: Ditto.
9857 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
9858 pass branch.
9859
9860 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
9861
9862 * gdb.cp/templates.exp: Accept more template types.
9863
9864 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9865
9866 From Corinna Vinschen with modifications.
9867 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
9868 local variable obj_with_enum.
9869 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
9870 results with obj_with_enum.
9871
9872 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9873
9874 * gdb.cp/classes.cc: New file, copied from misc.cc.
9875 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
9876
9877 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9878
9879 * gdb.cp/misc.cc: Add copyright notice.
9880
9881 2004-03-05 David Carlton <carlton@kealia.com>
9882
9883 * gdb.cp/rtti.exp: Add 'print *obj3' test.
9884 * gdb.cp/rtti.h: Update copyright.
9885 (namespace n2::n3): New.
9886 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
9887 (n2::n3::func3): New.
9888 (main): Call n2::n3::func3.
9889 * gdb.cp/rtti2.cc: Update copyright.
9890 (n2::create3): New.
9891
9892 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9893
9894 * gdb.asm/openbsd.inc: Fix typo.
9895
9896 2004-03-03 Fred Fish <fnf@redhat.com>
9897
9898 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
9899 "val" instead of unused "size". Update copyright year.
9900
9901 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9902
9903 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
9904 to use unsigned char.
9905 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
9906 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
9907
9908 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9909
9910 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
9911 line of output.
9912
9913 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9914
9915 * gdb.base/relocate.c (dummy): Initialize.
9916
9917 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9918
9919 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
9920 a breakpoint at exit.
9921
9922 2004-02-27 Fred Fish <fnf@redhat.com>
9923
9924 * gdb.base/chng-syms.exp: Add expect condition to match failing
9925 case that isn't a timeout.
9926
9927 2004-02-27 Andrew Cagney <cagney@redhat.com>
9928
9929 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
9930 support.
9931
9932 2004-02-26 Fred Fish <fnf@redhat.com>
9933
9934 * gdb.arch/gdb1431.c: Remove.
9935 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
9936 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
9937 of "until" incorrectly.
9938
9939 2004-02-26 J. Brobecker <brobecker@gnat.com>
9940
9941 * gdb.cp/class2.cc (empty): New class.
9942 (refer): New function.
9943 (main): Declare an object of type empty and use it.
9944 * gdb.cp/class2.exp: Print the value of an object of type empty.
9945
9946 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9947
9948 * gdb.base/langs.exp: Update query string to match the
9949 new nquery format used for pending breakpoints.
9950
9951 2004-02-26 Andrew Cagney <cagney@redhat.com>
9952
9953 Fix PR i18n/1570.
9954 * gdb.base/charset.c: Update copyright notice.
9955 (main, init_string): Remove the escape character '\e' tests.
9956 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
9957 * gdb.base/charset.exp (valid_host_charset): Ditto.
9958 * gdb.base/setvar.exp: Ditto.
9959
9960 2004-02-24 Andrew Cagney <cagney@redhat.com>
9961
9962 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
9963 mmapped data in core file" PASS and FAIL messages consistent.
9964
9965 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
9966 setting a breakpoint. Work around PR java/1565.
9967
9968 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9969
9970 * lib/gdb.exp (gdb_breakpoint): Update query string to match
9971 new nquery format.
9972 * gdb.base/pending.exp: Ditto.
9973
9974 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9975
9976 * configure.in: Run stabs tests on *BSD.
9977 * configure: Regenerated.
9978
9979 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9980
9981 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
9982
9983 2004-02-20 Fred Fish <fnf@redhat.com>
9984
9985 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
9986 blank in test for "returns short", for consistency with other
9987 "returns xxx" tests. Update copyright year.
9988
9989 2004-02-19 Fred Fish <fnf@redhat.com>
9990
9991 New testcase for PR breakpoint/1558.
9992 * gdb.arch/gdb1558.exp: New file.
9993 * gdb.arch/gdb1558.c: New file.
9994
9995 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9996
9997 * gdb.base/nodebug.exp: Fix typo.
9998
9999 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10000
10001 Committed by Jim Blandy <jimb@redhat.com>.
10002
10003 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10004
10005 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10006
10007 * gdb.base/float.exp: Support s390*-*-* targets.
10008
10009 2004-02-17 Adam Fedor <fedor@gnu.org>
10010
10011 * gdb.base/gdb1555.exp: New file.
10012 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10013
10014 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10015
10016 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10017
10018 2004-02-16 Fred Fish <fnf@redhat.com>
10019
10020 * gdb.arch/gdb1291.c: Remove
10021 * gdb.arch/gdb1291.s: New test input file.
10022 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10023 fail. Test for correct result, known incorrect result, other
10024 failures and timeouts.
10025
10026 2004-02-16 Andrew Cagney <cagney@redhat.com>
10027
10028 * gdb.base/bigcore.exp: New file.
10029 * gdb.base/bigcore.c: New file.
10030
10031 2004-02-13 Andrew Cagney <cagney@redhat.com>
10032
10033 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10034 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10035 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10036 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10037 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10038 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10039 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10040 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10041 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10042 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10043
10044 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10045
10046 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10047 executed is an alloc instruction.
10048
10049 2004-02-11 David Carlton <carlton@kealia.com>
10050
10051 * gdb.cp/breakpoint.exp: New.
10052 * gdb.cp/breakpoint.cc: New.
10053
10054 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10055
10056 Partial fix for PR gdb/1543.
10057 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10058 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10059 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10060 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10061 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10062 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10063 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10064 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10065 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10066 to bug-gdb@prep.ai.mit.edu .
10067 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10068 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10069 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10070 Likewise.
10071
10072 2004-02-10 Andrew Cagney <cagney@redhat.com>
10073
10074 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10075 using gdb_internal_error_resync.
10076
10077 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10078
10079 * gdb.threads/thread-specific.exp: Stop early if no threads are
10080 found.
10081
10082 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10083
10084 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10085
10086 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
10087
10088 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10089 breakpoints.
10090
10091 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
10092
10093 * config/sim.exp (gdb_load): Handle $arg == "".
10094 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10095 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10096
10097 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10098
10099 * gdb.base/maint.exp: Update test to reflect
10100 obstack changes.
10101
10102 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10103
10104 * gdb.base/pendshr.c (pendfunc): New function that calls
10105 pendfunc1.
10106 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10107
10108 2004-02-04 Fred Fish <fnf@redhat.com>
10109
10110 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10111 function symbols and update copyright years.
10112 * gdb.arch/gdb1291.c: Ditto.
10113
10114 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10115
10116 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10117
10118 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10119
10120 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10121
10122 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10123
10124 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10125
10126 2004-02-02 Fred Fish <fnf@redhat.com>
10127
10128 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10129 remote targets. Update copyright years.
10130
10131 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10132
10133 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10134 support.
10135 * gdb.base/langs.exp: Fix test which attempts to create
10136 breakpoint on non-existent function to handle new pending
10137 support.
10138 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10139 a breakpoint.
10140 * gdb.base/pending.exp: New test.
10141 * gdb.base/pending.c: New file.
10142 * gdb.base/pendshr.c: Ditto.
10143
10144 2004-02-02 David Carlton <carlton@kealia.com>
10145
10146 * gdb.cp/overload.exp: Add overloadNamespace tests.
10147 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10148 (overloadNamespace, XXX): New.
10149 (main): Call XXX::marker2.
10150
10151 2004-02-01 Fred Fish <fnf@redhat.com>
10152
10153 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10154 * gdb.base/finish.exp: Ditto.
10155 * gdb.base/gcore.exp: Ditto.
10156 * gdb.base/huge.exp: Ditto.
10157 * gdb.base/info-proc.exp: Ditto.
10158 * gdb.base/return2.exp: Ditto.
10159 * gdb.threads/gcore-thread.exp: Ditto.
10160
10161 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10162
10163 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10164
10165 2004-02-01 Mark Kettenis <kettenis@gnu.org>
10166
10167 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10168 that opening the file succeeds on OpenBSD.
10169
10170 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10171
10172 * gdb.threads/thread-specific.c: New file.
10173 * gdb.threads/threads-specific.exp: New test script.
10174 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10175 to expect_out.
10176
10177 2004-02-01 Mark Kettenis <kettenis@gnu.org>
10178
10179 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10180 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10181 only on the "print_small_structs from print_long_arg_list" test.
10182
10183 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10184
10185 * gdb.base/completion.exp: Kill a stray backslash.
10186
10187 From Jim Ingham <jingham@apple.com>:
10188 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10189 agrees with the result from sending a tab.
10190
10191 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10192
10193 * gdb.base/chng-syms.exp: Remove stray newline.
10194
10195 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10196
10197 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10198 *-*-openbsd*.
10199 * gdb.asm/openbsd.inc: New file.
10200
10201 2004-01-30 Mark Kettenis <kettenis@gnu.org>
10202
10203 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10204 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10205 *-*solaris2*. Remove commented out default settings for
10206 asm-flags. Replace gdb_compile with target_link.
10207
10208 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10209
10210 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10211 for all tests. Remove old hp-ux and cygnus xfail cases.
10212
10213 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10214
10215 * gdb.base/chng-syms.exp: New file.
10216 * gdb.base/chng-syms.c: New file.
10217
10218 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10219
10220 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10221 Provide arms for current output in all my configurations.
10222
10223 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10224
10225 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10226 * lib/compiler.cc: Likewise.
10227 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10228 get the right preprocessor. Eval the output directly. Remove
10229 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10230 hp_f77_compiler and hp_f90_compiler completely.
10231 (gdb_preprocess): Delete.
10232 (get_compiler): Delete.
10233
10234 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10235
10236 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10237 <string.h>.
10238
10239 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10240
10241 * gdb.mi/mi-stack.exp: Update copyright.
10242
10243 2004-01-23 David Carlton <carlton@kealia.com>
10244
10245 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10246 test for cp_lookup_transparent_type.
10247 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10248 call them.
10249
10250 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
10251
10252 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10253 after -var-update.
10254
10255 2004-01-23 David Carlton <carlton@kealia.com>
10256
10257 * gdb.cp/namespace.cc (C::ensureRefs): New.
10258 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10259
10260 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10261
10262 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10263 case "-stack-list-locals 2".
10264 * gdb.mi/mi-var-child.exp: Test for case
10265 "-var-list-children --all-values NAME".
10266
10267 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10268
10269 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10270
10271 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10272
10273 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10274 used with gdb_test_multiple.
10275
10276 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10277 read at address 0. This fixes PR testsuite/1504.
10278
10279 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
10280
10281 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10282 Remove downloading, guessing the host executable, the calls to
10283 gdb_file_cmd and gdb_target_cmd, and "load" support.
10284 (infer_host_exec): New function broken out from gdb_load.
10285 (gdb_load): New wrapper for gdbserver_gdb_load.
10286 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10287 gdb_target_cmd. Use -target-select.
10288 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10289 Download binaries to the host. Clear last_mi_remote_file when
10290 we load a new binary.
10291 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10292 call gdbserver_gdb_load and mi_gdb_target_cmd.
10293
10294 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10295
10296 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10297 type patterns.
10298
10299 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10300
10301 * gdb.cp/templates.exp: Fix typo in test name of
10302 "print Foo<volatile char*>::foo".
10303
10304 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10305
10306 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10307
10308 2004-01-16 Ben Elliston <bje@wasabisystems.com>
10309
10310 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10311 (clean mostlyclean): Remove empty rm.
10312
10313 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10314
10315 * gdb.base/setvar.exp: Add copyright years.
10316
10317 2004-01-14 David Carlton <carlton@bactrian.org>
10318
10319 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10320 PR c++/1511 and update coment.
10321 * gdb.cp/templates.exp: Update patterns to match current output.
10322 If changes involve something other than whitespace, KFAIL
10323 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10324
10325 2004-01-14 David Carlton <carlton@kealia.com>
10326
10327 * gdb.cp/namespace.exp: Add tests involving classes defined within
10328 namespaces.
10329 * gdb.cp/namespace.cc (C::CClass): New.
10330 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10331
10332 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10333
10334 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10335 what debug info we have. Print a better message if something goes
10336 wrong while producing the separate debug info file.
10337
10338 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10339
10340 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10341
10342 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10343
10344 * gdb.base/callfuncs.c: Add copyright notice.
10345
10346 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10347
10348 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10349 inheritance. PR gdb/1498, PR gcc/13539.
10350
10351 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
10352
10353 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10354 test specific name.
10355 * gdb.mi/gdb669.exp: Ditto.
10356 * gdb.mi/mi-pthreads.exp: Ditto.
10357 * gdb.mi/mi1-pthreads.exp: Ditto.
10358 * gdb.mi/mi2-pthreads.exp: Ditto.
10359
10360 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10361
10362 * gdb.cp/member-ptr.cc: Add copyright notice.
10363
10364 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10365
10366 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10367 some patterns for recent versions of gcc and hpacc. Delete
10368 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10369 Delete tests that access a NULL pointer-to-member-data. This
10370 script is still disabled for gcc.
10371
10372 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10373
10374 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
10375 escaped correctly.
10376
10377 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10378
10379 * gdb.base/sepdebug.exp: New file.
10380 * gdb.base/sepdebug.c: New file.
10381 * lib/gdb.exp (separate_debug_filename): New procedure.
10382 (gdb_gnu_strip_debug): New procedure.
10383
10384 2004-01-12 Andrew Cagney <cagney@redhat.com>
10385
10386 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10387 * gdb.mi/ChangeLog-1999-2003: New file.
10388
10389 2004-01-12 Andrew Cagney <cagney@redhat.com>
10390
10391 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10392 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10393 or EEXIST", treat EBUSY as an XFAIL.
10394
10395 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10396
10397 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10398 hp_cc_compiler.
10399
10400 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10401
10402 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10403 decorations.
10404
10405 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10406
10407 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10408 and "(aCC)" decorations. Remove obsolete doco about old
10409 test results.
10410
10411 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10412
10413 * gdb.cp/exception.exp: Fix typo in doco.
10414
10415 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10416
10417 * gdb.base/gdb1476.exp: Fix typo.
10418
10419 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10420
10421 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10422 file.
10423
10424 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10425
10426 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10427 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10428 Use gdb_compile. Remove restriction on gcc. Add some patterns
10429 for recent version of gdb. Delete second half, which was a copy
10430 of the first half with different build flags. This test is
10431 still disabled because it is still not ready for production.
10432
10433 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10434
10435 * gdb.cp/exception.cc: Add copyright notice.
10436 * gdb.cp/exception.exp: Add a notice that this file is broken
10437 because of line number changes caused by addition of copyright
10438 notice.
10439
10440 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10441
10442 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10443 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10444
10445 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10446
10447 * gdb.cp/classes.exp: Accept gnu abi 2.
10448 * gdb.cp/derivation.exp: Likewise.
10449 * gdb.cp/overload.exp: Likewise.
10450 * gdb.cp/virtfunc.exp: Likewise.
10451
10452 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10453
10454 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10455 semicolon after end of function.
10456
10457 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10458
10459 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10460 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10461 boilerplate code for compiling and running the program under
10462 test. Add some string method tests.
10463
10464 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10465
10466 * gdb.cp/bs15503.cc: Add copyright notice.
10467 * gdb.cp/bs15503.exp: Adjust line number.
10468
10469 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10470
10471 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10472 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10473
10474 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10475
10476 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10477 hp_cc_compiler.
10478
10479 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10480
10481 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10482 * gdb.cp/ctti.exp: Use the marker instead of "next".
10483 With gcc, run further before bailing.
10484
10485 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10486
10487 * gdb.cp/cttiadd.cc: Add copyright notice.
10488 * gdb.cp/cttiadd1.cc: Likewise.
10489 * gdb.cp/cttiadd2.cc: Likewise.
10490 * gdb.cp/cttiadd3.cc: Likewise.
10491
10492 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10493
10494 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10495 Use gdb_test, gdb_test_multiple. Use floating-point values that
10496 have exact representations in IEEE-ish formats.
10497
10498 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10499
10500 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10501 compilers. Delete duplicate call to get_compiler_info.
10502 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10503 * gdb.base/volatile.exp: Likewise.
10504
10505 2004-01-07 Mark Kettenis <kettenis@gnu.org>
10506
10507 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10508 memory at address 0.
10509
10510 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10511
10512 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10513 to test for hp-ux assembler. Fix copyright years.
10514
10515 2004-01-07 Andrew Cagney <cagney@redhat.com>
10516
10517 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10518
10519 2004-01-07 Andrew Cagney <cagney@redhat.com>
10520
10521 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10522 when creating the read-only file. From analysis by Roland McGrath
10523 and Elena Zannoni.
10524
10525 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10526
10527 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10528
10529 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10530
10531 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10532 data pointers.
10533
10534 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10535
10536 * gdb.cp/m-static.exp: Compile one source file at a time.
10537 Delete unused call to get_compiler_info.
10538
10539 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10540
10541 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10542 * gdb.base/call-rt-st.exp: Likewise.
10543 * gdb.base/nodebug.exp: Likewise.
10544 * gdb.base/volatile.exp: Likewise.
10545 * gdb.cp/ref-types.exp: Likewise.
10546 * gdb.cp/templates.exp: Likewise.
10547
10548 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10549
10550 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10551
10552 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10553
10554 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10555 hppa*-hp-hpux*.
10556
10557 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10558
10559 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10560 x86_64-*-*.
10561
10562 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10563 sparc64-*-* and sparc*-solaris2*.
10564
10565 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10566
10567 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10568 return ${tests}" test. The ${tests} already mentions the
10569 filename.
10570
10571 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10572
10573 * gdb.cp/local.exp: Accept gcc abi 2.
10574
10575 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10576
10577 * gdb.cp/templates.exp: Accept gcc abi 2.
10578
10579 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10580
10581 * lib/compiler.cc: Remove supports_template_debugging.
10582 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10583
10584 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10585
10586 * gdb.cp/namespace.exp: Accept gcc abi 2.
10587
10588 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10589
10590 * gdb.cp/method.exp: Accept gcc abi 2.
10591
10592 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10593
10594 * gdb.cp/classes.exp: Generate identical results as old version.
10595 * gdb.cp/derivation.exp: Likewise.
10596 * gdb.cp/overload.exp: Likewise.
10597 * gdb.cp/virtfunc.exp: Likewise.
10598
10599 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10600
10601 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10602 mysterious bug with sourceware version of expect.
10603
10604 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10605
10606 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10607 current versions of gcc, including gcc abi 2. Remove gratuitous
10608 restart of test program. Use gdb_test_multiple and gdb_test for
10609 all tests. Add patterns to xfail missing "const" in "const char *"
10610 and kfail PR gdb/1155.
10611
10612 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10613
10614 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10615 current versions of gcc, including gcc abi 2. Remove gratuitous
10616 restart of test program. Use gdb_test_multiple and gdb_test for
10617 all tests. Add patterns to kfail PR gdb/1498.
10618
10619 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10620
10621 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10622 current versions of gcc, including gcc abi 2. Use "breakpoint"
10623 and "continue" instead of restarting the target program. Use
10624 gdb_test_multiple and gdb_test for all tests.
10625
10626 2004-01-01 Mark Kettenis <kettenis@gnu.org>
10627
10628 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10629 for *-*-solaris2*.
10630
10631 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10632
10633 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10634 current versions of gcc, including gcc abi 2. Use "breakpoint"
10635 and "continue" instead of restarting the target program several
10636 times. Use gdb_test_multiple and gdb_test for all tests.
10637
10638 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10639
10640 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10641 source files.
10642
10643 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10644
10645 * gdb.base/environ.exp: Handle compiling test case from multiple
10646 source files.
10647
10648 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10649
10650 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10651
10652 2003-12-17 Jim Blandy <jimb@redhat.com>
10653
10654 * gdb.base/freebpcmd.c: Add copyright notice.
10655
10656 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10657
10658 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10659
10660 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10661
10662 2003-12-13 Jim Blandy <jimb@redhat.com>
10663
10664 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10665
10666 2003-12-12 Kevin Buettner <kevinb@redhat.com>
10667
10668 * gdb.asm/frv.inc: New file.
10669 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10670
10671 2003-12-09 Fred Fish <fnf@redhat.com>
10672
10673 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10674 functions to break1.c and leave prototypes behind. Add more
10675 "set breakpoint NN here" comments.
10676 * gdb.base/break1.c: New file.
10677
10678 * gdb.base/break.exp: Handle compiling test case from multiple
10679 source files and change source file references as needed.
10680 * gdb.base/completion.exp: Ditto.
10681 * gdb.base/condbreak.exp: Ditto.
10682 * gdb.base/define.exp: Ditto.
10683 * gdb.base/ena-dis-br.exp: Ditto.
10684 * gdb.base/info-proc.exp: Ditto.
10685 * gdb.base/maint.exp: Ditto.
10686 * gdb.base/until.exp: Ditto.
10687
10688 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10689 hardcoded line numbers.
10690 * gdb.base/define.exp: Ditto.
10691 * gdb.base/ena-dis-br.exp: Ditto.
10692 * gdb.base/maint.exp: Ditto.
10693 * gdb.base/until.exp: Ditto.
10694
10695 * gdb.base/completion.exp: Use "break1" for completion tests since
10696 "break" is no longer a unique prefix.
10697
10698 2003-12-06 Andrew Cagney <cagney@redhat.com>
10699
10700 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10701 "return_value_unimplemented". When an unimplemented struct return
10702 architecture, report incorrect values as a KFAIL
10703
10704 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10705
10706 * gdb.cp/rtti.exp: Accept new wording of warning from
10707 cp_lookup_rtti_type.
10708
10709 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10710
10711 Partial fix for PR testsuite/1456.
10712 * gdb.base/scope.exp (test_at_main): Replace references to
10713 gcc_compiled with calls to test_compiler_info.
10714 (test_at_foo): Likewise.
10715 (test_at_bar): Likewise.
10716
10717 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10718
10719 Partial fix for PR testsuite/1456.
10720 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10721 to test_compiler_info.
10722
10723 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10724
10725 * gdb.base/so-impl-ld.exp: Update copyright notice.
10726
10727 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10728
10729 Partial fix for PR testsuite/1456.
10730 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
10731 to test_compiler_info.
10732
10733 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10734
10735 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
10736 from current versions of gdb. Clean up regular expressions.
10737 Delete redundant timeout case.
10738
10739 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10740
10741 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
10742 from current versions of gdb. Clean up regular expressions.
10743 Delete redundant timeout case.
10744
10745 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
10746
10747 Partial fix for PR testsuite/1456.
10748 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
10749 gcc_compiled with call to test_compiler_info.
10750
10751 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
10752
10753 Partial fix for PR testsuite/1456.
10754 * gdb.base/list.exp (test_list_function): Delete unused declaration
10755 of gcc_compiled.
10756
10757 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
10758
10759 Partial fix for PR testsuite/1456.
10760 * gdb.base/complex.exp: Replace reference to gcc_compiled with
10761 call to test_compiler_info.
10762
10763 2003-11-29 Mark Kettenis <kettenis@gnu.org>
10764
10765 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
10766 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
10767 it to create the appropriate note.inc.
10768 * gdb.asm/asmsrc1.s: Include "note.inc".
10769 * gdb.asm/netbsd.inc: New file.
10770 * gdb.asm/empty.inc: New file.
10771
10772 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10773
10774 Partial fix for PR testsuite/1456.
10775 * gdb.base/constvars.exp: Replace references to gcc_compiled with
10776 calls to test_compiler_info.
10777
10778 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
10779
10780 Partial fix for PR testsuite/1456.
10781 * gdb.base/volatile.exp: Replace references to gcc_compiled with
10782 calls to test_compiler_info.
10783
10784 2003-11-27 Mark Kettenis <kettenis@gnu.org>
10785
10786 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
10787 pattern for the KFAILs.
10788
10789 2003-11-25 Adam Fedor <fedor@gnu.org>
10790
10791 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
10792 * gdb.objc/objcdecode.m: New file.
10793
10794 2003-11-25 Adam Fedor <fedor@gnu.org>
10795
10796 * gdb.objc/nondebug.exp: Test for PR objc/1236.
10797 * gdb.objc/nondebug.m: New file.
10798
10799 2003-11-26 Ben Elliston <bje@wasabisystems.com>
10800
10801 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
10802 NetBSD as it does on FreeBSD. Modelled on a similar change by
10803 Mark Kettenis on 2003-05-30.
10804 (link-flags): Set to "--entry _start" regardless of target.
10805 Special linker flags are to be appended to $link-flags.
10806 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
10807
10808 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10809
10810 * gdb.cp/method.exp: Accept output of new demangler.
10811
10812 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10813
10814 * gdb/class2.exp: New file.
10815 * gdb/class2.cc: New file.
10816
10817 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10818
10819 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
10820 of new demangler.
10821
10822 2003-11-23 Mark Kettenis <kettenis@gnu.org>
10823
10824 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
10825 of gdb_test "run".
10826
10827 2003-11-23 Mark Kettenis <kettenis@gnu.org>
10828
10829 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
10830 "continue" into "run".
10831
10832 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
10833
10834 Partial fix for PR testsuite/1456.
10835 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
10836 call to test_compiler_info.
10837 * gdb.cp/ctti.exp: Likewise.
10838 * gdb.cp/derivation.exp: Likewise.
10839 * gdb.cp/member-ptr.exp: Likewise.
10840 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
10841 reference to gcc_compiled.
10842
10843 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
10844
10845 Fix PR testsuite/1463.
10846 * gdb.base/structs.exp (start_structs_test): Call
10847 get_debug_format before using the debug format.
10848
10849 2003-11-22 Andrew Cagney <cagney@redhat.com>
10850
10851 * lib/gdb.exp (gdb_test_multiple): Add simple example.
10852 * gdb.base/structs.exp: Use gdb_test_multiple.
10853
10854 2003-11-20 Andrew Cagney <cagney@redhat.com>
10855
10856 * gdb.base/structs.exp: Handle and recover from internal errors.
10857 Replace "foo${n}" with "foo<n>" in test messages.
10858
10859 * gdb.base/structs.exp: Update copyright. Rewrite.
10860 * gdb.base/structs.c: Update copyright. Rewrite.
10861
10862 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
10863 resync count exceeded.
10864
10865 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
10866 from the internal error.
10867 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
10868 Original from Jim Blandy.
10869 (gdb_test_multiple): Use gdb_internal_error_resync.
10870
10871 2003-11-19 Andrew Cagney <cagney@redhat.com>
10872
10873 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
10874 KFAIL.
10875
10876 2003-11-17 Mark Kettenis <kettenis@gnu.org>
10877
10878 New testcase for PR backtrace/1435.
10879 * gdb.arch/i386-unwind.exp: New file.
10880 * gdb.arch/i386-unwind.c: New file.
10881
10882 2003-11-17 Andrew Cagney <cagney@redhat.com>
10883
10884 * lib/gdb.exp (compiler_info): New global.
10885 (test_compiler_info): New function.
10886 (get_compiler_info): Set compiler_info.
10887 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
10888 "compiler_info" to gcc-<major>-<minor>.
10889
10890 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
10891
10892 * gdb.trace/configure: Remove.
10893
10894 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
10895
10896 * gdb.base/break.c: Add comments to aid finding line numbers for
10897 breakpoints.
10898 * gdb.base/break.exp: Remove all references to explicit line
10899 numbers.
10900
10901 2003-11-11 Nick Clifton <nickc@redhat.com>
10902
10903 * gdb.base/shreloc.exp: Do not run for targets which do not
10904 support shared objects.
10905
10906 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
10907
10908 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
10909 Don't run tests if nofileio flag is given.
10910
10911 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
10912
10913 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
10914 as well as 'Watchpoint'.
10915
10916 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
10917
10918 Reported by Jim Ingham <jingham@apple.com>:
10919 * gdb.base/annota1.exp: Match at least one occurrence of the
10920 signal handler annotation.
10921
10922 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
10923
10924 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
10925 as well as 'Watchpoint'.
10926
10927 2003-11-05 Michael Chastain <mec@shout.net>
10928
10929 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
10930
10931 2003-11-03 Kris Warkentin <kewarken@qnx.com>
10932
10933 * gdb.arch/gdb1291.c: New test file.
10934 * gdb.arch/gdb1291.exp: New test script.
10935 * gdb.arch/gdb1431.c: New test file.
10936 * gdb.arch/gdb1431.exp: New test script.
10937
10938 2003-10-22 Michael Chastain <mec@shout.net>
10939
10940 * gdb.mi/pthreads.c: Add copyright notice.
10941
10942 2003-10-22 Michael Chastain <mec@shout.net>
10943
10944 * gdb.threads/pthreads.c: Add copyright notice.
10945
10946 2003-10-20 Michael Chastain <mec@shout.net>
10947
10948 * gdb.base/gdb1056.exp: New test script.
10949
10950 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10951
10952 * gdb.threads/killed.exp: Use gdb_run_cmd.
10953
10954 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10955
10956 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
10957 create a core file.
10958 * gdb.threads/gcore-thread.exp: Likewise.
10959
10960 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
10961
10962 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
10963 type, based on char type.
10964 (struct bit_flags_short_t): New bitfield type, based on short type.
10965 (init_bit_flags_char): New fuction.
10966 (init_bit_flags_short): Ditto.
10967 (print_bit_flags_char): Ditto.
10968 (print_bit_flags_short): Ditto.
10969 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
10970
10971 2003-10-11 Michael Chastain <mec@shout.net>
10972
10973 * gdb.base/call-rt-st.exp: Update copyright year.
10974
10975 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10976
10977 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
10978 * gdb.disasm/sh3.s: Ditto.
10979
10980 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
10981
10982 * gdb.threads/switch-threads.exp: New test.
10983 * gdb.threads/switch-threads.c: New source file.
10984
10985 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
10986
10987 * gdb.base/ending-run.exp: Add sh specific case.
10988
10989 2003-10-06 Andrew Cagney <cagney@redhat.com>
10990
10991 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
10992 * gdb.disasm/mn10200.exp: Delete obsolete file.
10993
10994 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
10995
10996 * ChangeLog: Correct an entry command.exp -> commands.exp.
10997 * gdb.base/commands.exp (bp_deleted_in_command_test)
10998 (temporary_breakpoint_commands): Check noargs.
10999
11000 2003-09-25 David Carlton <carlton@kealia.com>
11001
11002 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11003 of some print tests, where appropriate. Add tests for C::D::cd,
11004 E::ce, F::cXfX, G::XgX.
11005 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11006
11007 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
11008
11009 * lib/java.exp (java_init): Import target_alias before using it.
11010
11011 2003-09-25 David Carlton <carlton@kealia.com>
11012
11013 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11014
11015 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
11016
11017 * gdb.base/selftest.exp: Accomodate more instruction reordering
11018 weirdness.
11019
11020 2003-09-17 Michael Chastain <mec@shout.net>
11021
11022 * gdb.cp/gdb1355.exp: New file.
11023 * gdb.cp/gdb1355.c: New file.
11024
11025 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
11026
11027 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11028 * gdb.asm/sh.inc: New file.
11029
11030 2003-09-11 David Carlton <carlton@kealia.com>
11031
11032 * gdb.cp/namespace.exp: Add tests for namespace types.
11033 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
11034 (test_namespace): New.
11035
11036 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
11037
11038 * gdb.base/relocate.exp: Handle new gdb output at startup.
11039 * gdb.stabs/weird.exp: Ditto.
11040
11041 2003-09-08 Michael Chastain <mec@shout.net>
11042
11043 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11044
11045 2003-09-07 Michael Chastain <mec@shout.net>
11046
11047 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11048 'parse error'.
11049
11050 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11051
11052 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11053
11054 2003-08-30 Michael Chastain <mec@shout.net>
11055
11056 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11057 * gdb.gdb/observer.exp: Ditto.
11058 * gdb.gdb/xfullpath.exp: Ditto.
11059
11060 2003-08-29 Mark Kettenis <kettenis@gnu.org>
11061
11062 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11063 *-*-*bsd*.
11064
11065 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11066
11067 * gdb.base/dump.exp: Skip for ia64.
11068
11069 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11070
11071 * gdb.asm/asm-source.exp: Add ia64 support.
11072 * gdb.asm/ia64.inc: New file.
11073
11074 2003-08-22 Michael Chastain <mec@shout.net>
11075
11076 * gdb.cp: New directory.
11077 * gdb.cp/*: Copy from gdb.c++/*.
11078 * gdb.c++/*: Remove.
11079 * Makefile.in: Change gdb.c++ to gdb.cp.
11080 * configure.in: Ditto.
11081 * configure: Regnerate.
11082
11083 2003-08-18 Mark Kettenis <kettenis@gnu.org>
11084
11085 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11086 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11087
11088 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11089
11090 * mi-var-display.exp (-var-list-children weird): Accept function
11091 pointers with argument types.
11092 * mi1-var-display.exp (-var-list-children weird): Likewise.
11093 * mi2-var-display.exp (-var-list-children weird): Likewise.
11094
11095 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
11096
11097 * gdb.base/annota3.exp: Add missing newline.
11098
11099 2003-08-06 Michael Chastain <mec@shout.net>
11100
11101 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11102
11103 2003-08-12 Michael Snyder <msnyder@redhat.com>
11104
11105 * gdb.base/float.exp: Add test for SH.
11106
11107 2003-08-10 Mark Kettenis <kettenis@gnu.org>
11108
11109 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11110
11111 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11112
11113 * gdb.base/completion.exp: Remove reduntant completion test
11114 on filename.
11115
11116 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11117
11118 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11119 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11120 gdb.trace/save-trace.exp: Make sure that full pathnames are
11121 escaped correctly.
11122
11123 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
11124
11125 * configure.in: Don't generate config.h from config.hin.
11126 * configure: Regenerate.
11127 * config.hin: Remove file.
11128 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11129 * gdb.threads/pthreads.c: Ditto.
11130
11131 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
11132
11133 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11134 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11135 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11136 Replace ld24 with seth/add3.
11137
11138 2003-08-02 Andrew Cagney <cagney@redhat.com>
11139
11140 * gdb.base/annota3.exp: New file.
11141 * gdb.base/annota3.c: New file.
11142 * gdb.c++/annota3.exp: New file.
11143 * gdb.c++/annota3.cc: New file.
11144
11145 2003-07-29 Michael Chastain <mec@shout.net>
11146
11147 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11148 actually failed.
11149 (do_pass): Likewise.
11150 * gdb.threads/tls.exp: Always initialize no_of_threads.
11151
11152 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
11153
11154 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11155 pattern.
11156 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11157 * gdb.threads/tls.exp: Recognize one case of the host library not
11158 supporting TLS.
11159
11160 2003-07-27 Andrew Cagney <cagney@redhat.com>
11161
11162 * gdb.base/fileio.exp: Use SH when running commands using
11163 remote_exec.
11164
11165 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
11166
11167 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11168 * gdb.base/relocate.c (dummy): New padding array.
11169
11170 2003-07-22 Michael Snyder <msnyder@redhat.com>
11171
11172 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
11173
11174 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11175 patterns to be more general, accepting old and new output.
11176 Some output chars (such as '+') also must be quoted.
11177 Some addresses are displayed numerically instead of
11178 symbolically.
11179
11180 2003-07-23 Michael Snyder <msnyder@redhat.com>
11181
11182 * gdb.base/return2.exp: Don't test long-long return.
11183
11184 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11185 * gdb.disasm/t01_mov.exp: Ditto.
11186 * gdb.disasm/t02_mova.s: Ditto.
11187 * gdb.disasm/t02_mova.exp: Ditto.
11188 * gdb.disasm/t03_add.s: Ditto.
11189 * gdb.disasm/t03_add.exp: Ditto.
11190 * gdb.disasm/t04_sub.s: Ditto.
11191 * gdb.disasm/t04_sub.exp: Ditto.
11192 * gdb.disasm/t05_cmp.s: Ditto.
11193 * gdb.disasm/t05_cmp.exp: Ditto.
11194 * gdb.disasm/t06_ari2.s: Ditto.
11195 * gdb.disasm/t06_ari2.exp: Ditto.
11196 * gdb.disasm/t07_ari3.s: Ditto.
11197 * gdb.disasm/t07_ari3.exp: Ditto.
11198 * gdb.disasm/t08_or.s: Ditto.
11199 * gdb.disasm/t08_or.exp: Ditto.
11200 * gdb.disasm/t09_xor.s: Ditto.
11201 * gdb.disasm/t09_xor.exp: Ditto.
11202 * gdb.disasm/t10_and.s: Ditto.
11203 * gdb.disasm/t10_and.exp: Ditto.
11204 * gdb.disasm/t11_logs.s: Ditto.
11205 * gdb.disasm/t11_logs.exp: Ditto.
11206 * gdb.disasm/t12_bit.s: Ditto.
11207 * gdb.disasm/t12_bit.exp: Ditto.
11208 * gdb.disasm/t13_otr.s: Ditto.
11209 * gdb.disasm/t13_otr.exp: Ditto.
11210
11211 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
11212
11213 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11214
11215 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
11216
11217 * gdb.threads/tls.c : New file.
11218 * gdb.threads/tls.exp : New file.
11219 * gdb.threads/tls-main.c : New file.
11220 * gdb.threads/tls-shared.c : New file.
11221 * gdb.threads/tls-shared.exp : New file.
11222
11223 2003-07-22 Andreas Schwab <schwab@suse.de>
11224
11225 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11226
11227 2003-07-20 Andreas Schwab <schwab@suse.de>
11228
11229 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11230 due to insn reordering.
11231
11232 2003-07-15 Andrew Cagney <cagney@redhat.com>
11233
11234 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11235
11236 2003-07-15 Michael Chastain <mec@shout.net>
11237
11238 * gdb.base/gdb1250.exp: New file.
11239 * gdb.base/gdb1250.c: New file.
11240
11241 2003-07-09 Michal Ludvig <mludvig@suse.cz>
11242
11243 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11244 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11245
11246 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
11247
11248 * gdb.threads/tls.c: New file.
11249 * gdb.threads/tls.exp: New file.
11250 * gdb.threads/tls-main.c: New file.
11251 * gdb.threads/tls-shared.c: New file.
11252 * gdb.threads/tls-shared.exp: New file.
11253
11254 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
11255
11256 * gdb.base/annota1.exp: Make sure that we properly escape the
11257 full path of the source file. Xfail more permissive patterns,
11258 due to a compiler debug info problem.
11259
11260 2003-07-07 Andreas Schwab <schwab@suse.de>
11261
11262 * gdb.asm/m68k.inc: New file.
11263 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11264
11265 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11266 arguments"): Also match negative number.
11267
11268 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11269
11270 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
11271
11272 * gdb.base/store.c (charest): New typedef.
11273 (add_char): Rename to add_charest, update.
11274 (wack_char): Rename to wack_charest, update types. Return l + r
11275 to keep r live across the call.
11276 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11277 (wack_double, wack_doublest): Return l + r to keep r live across
11278 the call.
11279 * gdb.base/store.exp: Accomodate store.c changes.
11280
11281 2003-06-30 David Carlton <carlton@kealia.com>
11282
11283 * gdb.c++/maint.exp (test_invalid_name): New.
11284 (test_first_component): Add tests for invalid names.
11285
11286 2003-06-29 Michael Chastain <mec@shout.net>
11287
11288 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11289 output of '<VTT for class>' for virtual base classes.
11290
11291 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11292
11293 * gdb.base/completion.exp: Tab-complete "complet" instead of
11294 "compl".
11295 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11296
11297 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11298
11299 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11300 * gdb.base/volatile.exp: Likewise.
11301
11302 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11303
11304 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11305 gdb/1265.
11306
11307 2003-06-28 Michael Chastain <mec@shout.net>
11308 Daniel Jacobowitz <drow@mvista.com>
11309
11310 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11311 initial line count of 'captured_main' from 26 to 32.
11312 (test_with_self): Allow xmalloc call to be interleaved with the
11313 preceding two lines.
11314
11315 2003-06-24 Joel Brobecker <brobecker@gnat.com>
11316
11317 * gdb.base/bang.exp: New testcase.
11318
11319 2003-06-23 Joel Brobecker <brobecker@gnat.com>
11320
11321 * gdb.base/langs.exp: Add some tests for the "minimal" language
11322 support.
11323
11324 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
11325
11326 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11327 the testcase.
11328
11329 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11330
11331 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11332 offset.
11333
11334 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11335
11336 * gdb.c++/pr-1210.cc: New file.
11337 * gdb.c++/pr-1210.exp: New file.
11338
11339 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
11340
11341 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11342 000-exec-continue.
11343
11344 2003-06-15 Mark Kettenis <kettenis@gnu.org>
11345
11346 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11347 on *-*-*bsd* instead of *-*-freebsd*.
11348
11349 2003-06-14 Andrew Cagney <cagney@redhat.com>
11350
11351 * gdb.base/store.exp: Test longest and doublest. Test all
11352 parameters. Weaken return statement match.
11353 * gdb.base/store.c: Add longest and doublest - aka long long and
11354 long double functions. Put all parameters into local register
11355 variables. Use negative values.
11356
11357 2003-06-14 Andrew Cagney <cagney@redhat.com>
11358
11359 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11360 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11361 exit status.
11362 * gdb.base/fileio.exp: Disable target when nointerrupts and
11363 noinferiorio, instead of limiting it to remote. Use remote_exec
11364 instead of system.
11365
11366 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11367
11368 * gdb.base/float.exp: Add ia64 support.
11369
11370 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
11371
11372 * gdb.base/fileio.exp: Run only on remote targets.
11373
11374 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
11375
11376 * gdb.base/fileio.c: New file, testing File-I/O.
11377 * gdb.base/fileio.exp: Ditto.
11378
11379 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11380
11381 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11382 shared objects after relocation at load time (gdb PR/1132).
11383 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
11384 as above, part of the shared object relocation test.
11385
11386 2003-06-08 Mark Kettenis <kettenis@gnu.org>
11387
11388 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11389 fully filled history list.
11390 * gdb.base/gdb_history: New file.
11391
11392 * gdb.base/signals.exp: XFAIL "continue to func1" on
11393 i*86-*-freebsd*.
11394
11395 * gdb.base/attach.exp: When trying to attach to a nonexistent
11396 process, make it possible to specify the PID based on the target,
11397 and do so for *-*-freebsd*.
11398
11399 2003-06-02 Richard Henderson <rth@redhat.com>
11400
11401 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11402
11403 2003-06-02 Richard Henderson <rth@redhat.com>
11404
11405 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11406
11407 2003-06-02 Richard Henderson <rth@redhat.com>
11408
11409 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11410
11411 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
11412
11413 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11414 of globalvar.
11415
11416 2003-06-01 Mark Kettenis <kettenis@gnu.org>
11417
11418 * gdb.asm/asm-source.exp: Check for memory read errors in
11419 disassembler test on *BSD too.
11420
11421 2003-06-01 Richard Henderson <rth@redhat.com>
11422
11423 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11424 for .frame.
11425 (gdbasm_call): Lose ldgp.
11426 (gdbasm_startup): Add frame information.
11427 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11428
11429 2003-05-31 Mark Kettenis <kettenis@gnu.org>
11430
11431 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11432 i?86-*-*.
11433
11434 2003-05-30 Mark Kettenis <kettenis@gnu.org>
11435
11436 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11437 FreeBSD.
11438
11439 2003-05-29 Richard Henderson <rth@redhat.com>
11440
11441 * gdb.asm/alpha.inc: New file.
11442 * gdb.asm/asm-source.exp: Use it.
11443
11444 2003-05-29 Jim Blandy <jimb@redhat.com>
11445
11446 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11447 'core.PID'.
11448
11449 2003-05-22 Jim Blandy <jimb@redhat.com>
11450
11451 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11452 backtrace.
11453
11454 2003-05-20 David Carlton <carlton@math.stanford.edu>
11455
11456 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11457 this time.
11458
11459 2003-05-19 David Carlton <carlton@bactrian.org>
11460
11461 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11462 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11463
11464 2003-05-19 David Carlton <carlton@bactrian.org>
11465
11466 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11467 namespace tests.
11468 Bump copyright date.
11469 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11470 (main): Call C::D::marker2.
11471 * gdb.c++/namespace1.cc: New file.
11472
11473 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11474
11475 Roland McGrath <roland@redhat.com>
11476 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
11477 there is no manager thread.
11478
11479 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11480
11481 * gdb.threads/schedlock.exp: Remove assumption that all threads
11482 will run in a particular small time slice. Also ensure we break
11483 in one of the child threads rather than the main thread.
11484
11485 2003-05-07 Jim Blandy <jimb@redhat.com>
11486
11487 Add support for assembly source testing on the s390x.
11488 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11489 architecture.
11490 * gdb.asm/s390x.inc: New file.
11491
11492 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11493 succession of 'if' statements.
11494
11495 2003-05-05 Andrew Cagney <cagney@redhat.com>
11496
11497 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11498
11499 2003-05-05 Andrew Cagney <cagney@redhat.com>
11500
11501 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11502 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11503
11504 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
11505
11506 * gdb.base/charset.exp: Update based on new behavior of set/show
11507 charset commands.
11508
11509 2003-05-01 Andrew Cagney <cagney@redhat.com>
11510
11511 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11512 variable do not give memory errors.
11513
11514 2003-04-30 Adam Fedor <fedor@gnu.org>
11515
11516 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11517 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11518 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11519 gdb.objc/basicclass.m: : New files
11520
11521 * lib/gdb.exp (gdb_compile_objc): New procedure.
11522
11523 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11524
11525 * gdb.base/signals.exp: Make backtrace tests more specific.
11526
11527 2003-04-23 David Carlton <carlton@bactrian.org>
11528
11529 * gdb.c++/maint.exp (test_first_component): Add tests for
11530 'operator' in more locations.
11531
11532 2003-04-16 Kevin Buettner <kevinb@redhat.com>
11533
11534 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11535
11536 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
11537
11538 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
11539 func marke' instead. Update test name.
11540
11541 2003-04-15 David Carlton <carlton@math.stanford.edu>
11542
11543 * gdb.c++/maint.exp: New file.
11544
11545 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11546
11547 * gdb.threads/schedlock.c: Change type of thread function argument
11548 to long, to avoid warnings on 64-bit platforms.
11549
11550 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11551
11552 * gdb.base/attach.exp: Add new message from ptrace in case of
11553 attaching to nonexistent process.
11554
11555 2003-04-11 Jim Blandy <jimb@redhat.com>
11556
11557 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11558 gdb.c++/userdef.cc: Place comments on the lines to which the
11559 marker function might return.
11560 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11561 gdb.c++/userdef.exp: Look for those comments to check that we've
11562 returned to the right place, instead of checking line numbers.
11563
11564 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
11565
11566 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11567 match on sourcefile name, instead of directory name.
11568
11569 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
11570
11571 * gdb.base/completion.exp: Use string_to_regexp to match the
11572 working directory name.
11573
11574 2003-04-09 Jim Blandy <jimb@redhat.com>
11575
11576 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11577 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11578 after an inferior function call, report the failure, but allow the
11579 test to continue.
11580
11581 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11582
11583 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11584 with -DPROTOTYPES.
11585
11586 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11587
11588 * gdb.base/break.exp: Revert last patch.
11589
11590 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11591
11592 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11593 with -DPROTOTYPES.
11594
11595 2003-04-02 Andrew Cagney <cagney@redhat.com>
11596
11597 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11598 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11599 matching directories by the name breakpoint.
11600 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11601 Make "continue to marker1" consistent.
11602 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11603 message consistent.
11604 * lib/gdb.exp: Put "the program is no longer running", and "the
11605 program exited" in parenthesis.
11606 * lib/mi-support.exp: Ditto.
11607
11608 2003-04-02 Bob Rossi <bob_rossi@cox.net>
11609
11610 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11611
11612 2003-03-29 Andrew Cagney <cagney@redhat.com>
11613
11614 * gdb.base/sizeof.c (main): Print the value of '\377'.
11615 * gdb.base/sizeof.exp: Check the sign of '\377'.
11616
11617 2003-03-27 Michael Chastain <mec@shout.net>
11618
11619 * gdb.base/gdb1090.exp: New file.
11620 * gdb.base/gdb1090.cc: New file.
11621
11622 2003-03-27 J. Brobecker <brobecker@gnat.com>
11623
11624 * gdb.gdb/observer.exp: New regression test.
11625
11626 2003-03-27 Michael Chastain <mec@shout.net>
11627
11628 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11629 * gdb.base/ptype.exp: Likewise.
11630
11631 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
11632
11633 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11634
11635 2003-03-26 Michael Chastain <mec@shout.net>
11636
11637 * gdb.base/ptype.exp: Actually use some typedef'd types.
11638
11639 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11640
11641 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11642 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11643
11644 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11645
11646 * gdb.base/default.exp: Fix regular expression.
11647
11648 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11649
11650 * gdb.base/args.exp: Fix regular expression.
11651
11652 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11653
11654 * gdb.base/help.exp: Allow Win32 child process.
11655
11656 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11657
11658 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11659 when stepping out of main().
11660
11661 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11662
11663 * gdb.base/default.exp: Check for win32 specific message when calling
11664 "run" without executable.
11665
11666 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11667
11668 * gdb.base/args.exp: Expect .exe in output.
11669
11670 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11671
11672 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11673 Cygwin native.
11674
11675 2003-03-17 Andrew Cagney <cagney@redhat.com>
11676
11677 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11678 vector registes.
11679 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11680 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11681
11682 2003-03-17 David Carlton <carlton@math.stanford.edu>
11683
11684 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11685 test, for PR breakpoints/38.
11686 Call test_watchpoint_and_breakpoint.
11687 * gdb.base/watchpoint.c (func3): New function.
11688 (main): Call func3.
11689
11690 2003-03-04 David Carlton <carlton@math.stanford.edu>
11691
11692 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11693 Garply<Garply<char> >:: garply".
11694 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11695 with respect to PR c++/1111; note also PR c++/1113.
11696 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11697 respect to PR c++/1062.
11698 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11699
11700 2003-03-03 David Carlton <carlton@math.stanford.edu>
11701
11702 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11703 with respect to PR c++/57.
11704 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11705 c++/826.
11706 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11707 respect to PR c++/57.
11708
11709 2003-03-03 David Carlton <carlton@math.stanford.edu>
11710
11711 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11712 respect to PR c++/33 into FAILs.
11713
11714 2003-03-03 Michael Chastain <mec@shout.net>
11715
11716 * configure.in: Update copyright years.
11717
11718 2003-03-03 Michael Chastain <mec@shout.net>
11719
11720 * Makefile.in: Update copyright years.
11721
11722 2003-02-28 David Carlton <carlton@math.stanford.edu>
11723
11724 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11725 print class instead of struct and/or superfluous protection
11726 specifiers, as long as the resulting output is equivalent to the
11727 source code.
11728 Delete FIXME from end of messages on tests that don't need
11729 fixing.
11730
11731 2003-02-28 David Carlton <carlton@math.stanford.edu>
11732
11733 * gdb.c++/templates.exp (do_tests): Allow const in the two
11734 Foo<volatile char *>::foo tests.
11735
11736 2003-02-27 Michael Snyder <msnyder@redhat.com>
11737
11738 * gdb.base/restore.c (main): Return zero, so exit code
11739 will be consistant.
11740
11741 2003-02-26 David Carlton <carlton@math.stanford.edu>
11742
11743 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
11744 char *>::foo" test with respect to PR c++/33. Create a new test
11745 which is identical to that one except that it doesn't put the
11746 space between the "char" and the "*"; KFAIL it, too.
11747
11748 2003-02-26 David Carlton <carlton@math.stanford.edu>
11749
11750 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
11751 template types into either PASSes or KFAILs (corresponding to PR
11752 c++/57). Tweak indentation. Update copyright.
11753
11754 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11755
11756 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
11757
11758 2003-02-13 Michael Chastain <mec@shout.net>
11759
11760 * gdb.base/exprs.exp: Remove i960 remnants.
11761 * gdb.base/funcargs.exp: Likewise.
11762 * gdb.base/list.exp: Likewise.
11763 * gdb.base/ptype.exp: Likewise.
11764
11765 2003-02-14 David Carlton <carlton@math.stanford.edu>
11766
11767 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
11768 pEe->D::vg()" from XFAIL to KFAIL.
11769
11770 2003-02-13 Jason Molenda (jmolenda@apple.com)
11771
11772 * gdb.base/maint.exp: Update maint print statistics regexp to include
11773 new entries.
11774
11775 2003-02-13 Michael Chastain <mec@shout.net>
11776
11777 * gdb.c++/inherit.exp: Remove call to get_debug_format.
11778
11779 2003-02-12 Michael Chastain <mec@shout.net>
11780
11781 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
11782 * gdb.c++/inherit.exp: Likewise.
11783 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
11784 * gdb.c++/templates.exp: Likewise.
11785 * gdb.c++/virtfunc.exp: Likewise.
11786
11787 2003-02-06 Jason Molenda (jason-cl@molenda.com)
11788
11789 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
11790 why the code is written that way.
11791
11792 2003-02-05 Michael Chastain <mec@shout.net>
11793
11794 * gdb.base/dump.exp: Add missing copyright line.
11795
11796 2003-02-05 Jason Molenda (jason-cl@molenda.com)
11797
11798 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
11799 at the beginning so the breakpoint doesn't get set on the loop.
11800
11801 2003-02-05 Michael Chastain <mec@shout.net>
11802
11803 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
11804 output for configurations with gcc 2.95.3.
11805
11806 2003-02-05 Keith Seitz <keiths@redhat.com>
11807 Andrew Cagney <ac131313@redhat.com>
11808
11809 * gdb.mi/mi-cli.exp: New file.
11810
11811 2003-02-04 Michael Chastain <mec@shout.net>
11812
11813 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
11814 Call perror and then continue.
11815
11816 2003-02-03 Michael Chastain <mec@shout.net>
11817
11818 * gdb.c++/pr-1023.cc: New file.
11819 * gdb.c++/pr-1023.exp: New file.
11820
11821 2003-02-05 Jim Blandy <jimb@redhat.com>
11822
11823 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
11824 it's local to foobar. Check for it there, and check that it's not
11825 present in main.
11826 * gdb.c++/local.cc (marker2): New function.
11827 (foobar): Call marker1.
11828 (main): Call marker2 instead of marker1.
11829
11830 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11831
11832 * gdb.disasm/mn10200.exp: Obsolete file.
11833 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
11834 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
11835 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
11836
11837 2003-02-04 David Carlton <carlton@math.stanford.edu>
11838
11839 * gdb.c++/overload.exp: Test intToChar(1).
11840 * gdb.c++/overload.cc (intToChar): New.
11841 (main): Call intToChar.
11842
11843 2003-02-03 David Carlton <carlton@math.stanford.edu>
11844
11845 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
11846 'might_kfail' arg.
11847 KFAIL some of the continue_to_bp_overloaded calls, according to
11848 PR c++/1025.
11849
11850 2003-02-01 Michael Chastain <mec@shout.net>
11851
11852 * gdb.base/advance.c (marker1): New marker function.
11853 * gdb.base/advance.exp: When the 'advance' command lands on the
11854 return breakpoint, it can legitimately stop on either the
11855 current line or the next line. Accommodate both outcomes.
11856 * gdb.base/until.exp: Likewise.
11857
11858 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11859
11860 2002-11-10 Jason Molenda (jason-cl@molenda.com):
11861 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
11862 now a list, not a tuple.
11863 * gdb.mi/mi-var-display.exp: Ditto.
11864 * gdb.mi/gdb792.exp: Ditto.
11865
11866 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11867
11868 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
11869 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
11870 stack backtraces.
11871 * gdb.mi/mi-syn-frame.c: Part of same.
11872
11873 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11874
11875 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
11876 gdb.mi/mi1-pthreads.exp: Return instead of calling
11877 gdb_suppress_entire_file.
11878
11879 2003-02-01 Mark Salter <msalter@redhat.com>
11880
11881 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
11882
11883 2003-01-31 Mark Salter <msalter@redhat.com>
11884
11885 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
11886 Support empty arg.
11887
11888 2003-01-30 Michael Chastain <mec@shout.net>
11889
11890 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
11891 This was a workaround for a UTF-8 bug in readline 4.3. The bug
11892 has been fixed in gdb/readline on 2003-01-09.
11893
11894 2003-01-29 Michael Snyder <msnyder@redhat.com>
11895
11896 * gdb.base/maint.exp: Allow for leading underscore in symbol.
11897 * gdb.base/display.exp: Allow for leading underscore in symbol.
11898 * gdb.base/args.exp: Skip if target does not support args passing.
11899
11900 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11901
11902 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
11903 gdb_test. Accept a list of expect arguments as the third
11904 parameter.
11905 (gdb_test): Use it.
11906
11907 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
11908
11909 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
11910 allow for different test tree configurations. Update some
11911 tescases accordingly.
11912 * gdb.arch/altivec-regs.exp: Ditto.
11913 * gdb.asm/asm-source.exp: Ditto.
11914 * gdb.base/advance.exp: Ditto.
11915 * gdb.base/display.exp: Ditto.
11916 * gdb.base/long_long.exp: Ditto.
11917 * gdb.base/mips_pro.exp: Ditto.
11918 * gdb.base/overlays.exp: Ditto.
11919 * gdb.base/relocate.exp: Ditto.
11920 * gdb.base/setshow.exp: Ditto.
11921 * gdb.base/step-line.exp: Ditto.
11922 * gdb.base/step-test.exp: Ditto.
11923 * gdb.base/until.exp: Ditto.
11924 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
11925
11926 2003-01-17 David Carlton <carlton@math.stanford.edu>
11927
11928 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
11929 corresponding to PR c++/945.
11930 Update copyright.
11931
11932 2003-01-17 David Carlton <carlton@math.stanford.edu>
11933
11934 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
11935 corresponding to PR c++/68.
11936
11937 2003-01-17 David Carlton <carlton@math.stanford.edu>
11938
11939 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
11940 (test_paddr_hairy_functions): Call print_addr_2_kfail for
11941 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
11942
11943 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
11944
11945 * gdb.base/break.exp: Fix change of default location, because of
11946 removal of until tests.
11947 * gdb.base/help.exp: Update test for new 'until' help message.
11948 Add test for help on 'advance'.
11949 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
11950
11951 2003-01-15 Mark Kettenis <kettenis@gnu.org>
11952
11953 * gdb.base/default.exp: Adapt "info float" test for recent changes
11954 to that command. Add test for "info vector".
11955 * gdb.base/float.exp: New file. Add test for "info float" that
11956 resembles the old test in gdb.base/default.exp.
11957
11958 2003-01-15 David Carlton <carlton@math.stanford.edu>
11959
11960 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
11961
11962 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
11963
11964 * gdb.base/break.exp: Move the tests of until command from here...
11965 * gdb.base/until.exp: ... to here. New file. Add other tests.
11966 * gdb.base/advance.c: New file.
11967 * gdb.base/advance.exp: New file.
11968
11969 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
11970
11971 * gdb.base/args.c: New file.
11972 * gdb.base/args.exp: New file.
11973
11974 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
11975
11976 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
11977
11978 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
11979
11980 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
11981
11982 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
11983
11984 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
11985 dates.
11986
11987 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11988
11989 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
11990
11991 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11992
11993 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
11994 (ptype &*"foo").
11995 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
11996
11997 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11998
11999 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12000 * gdb.mi/mi1-console.exp: Likewise.
12001
12002 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12003
12004 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12005 * gdb.mi/mi1-console.exp: Likewise.
12006
12007 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12008
12009 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12010
12011 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12012
12013 * gdb.base/detach.exp: New test.
12014
12015 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12016
12017 * Makefile.in (ALL_SUBDIRS): New variable.
12018 (subdirs, clean, distclean): Use it.
12019 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12020 regenerating Makefile, since it is generated from the top level.
12021 * gdb.asm/Makefile.in: Likewise.
12022 * gdb.base/Makefile.in: Likewise.
12023 * gdb.c++/Makefile.in: Likewise.
12024 * gdb.disasm/Makefile.in: Likewise.
12025 * gdb.java/Makefile.in: Likewise.
12026 * gdb.mi/Makefile.in: Likewise.
12027 * gdb.threads/Makefile.in: Likewise.
12028 * gdb.trace/Makefile.in: Likewise.
12029
12030 2003-01-09 David Carlton <carlton@math.stanford.edu>
12031
12032 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12033 Add copyright year 2003.
12034
12035 2003-01-06 Michael Chastain <mec@shout.net>
12036
12037 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12038 When selecting a thread, 'line' and 'file' are optional.
12039 * gdb.mi/mi1-pthreads.exp: Likewise.
12040
12041 2003-01-06 Andreas Schwab <schwab@suse.de>
12042
12043 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12044 failures.
12045
12046 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12047
12048 Fix PR gdb/844
12049 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12050 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12051
12052 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12053 instead of calling gdb_suppress_entire_file.
12054 * gdb.threads/print-threads.exp: Likewise.
12055 * gdb.threads/schedlock.exp: Likewise.
12056
12057 * gdb.threads/killed.exp: Return instead of calling
12058 gdb_suppress_entire_file.
12059 * gdb.threads/linux-dp.exp: Likewise.
12060 * gdb.threads/pthreads.exp: Likewise.
12061
12062 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12063
12064 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12065 stabs.
12066 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12067 * gdb.base/whatis.exp: Always allow (void) after function names.
12068
12069 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
12070
12071 * gdb.c++/casts.exp: Correct regexp.
12072
12073 2003-01-04 Mark Kettenis <kettenis@gnu.org>
12074
12075 * configure.in: Call AC_CONFIG_HEADER. Don't call
12076 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12077 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12078 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12079 aforementioned directories in the AC_OUPUT call.
12080 * config.hin: New file.
12081 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12082 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12083 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12084 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12085 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12086 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12087 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12088 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12089 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12090 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12091 gdb.threads/configure.in, gdb.threads/configure,
12092 gdb.threads/config.in, gdb.trace/configure.in,
12093 gdb.trace/configure: Removed.
12094
12095 2003-01-03 Michael Chastain <mec@shout.net>
12096
12097 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12098 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12099
12100 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
12101
12102 * gdb.base/store.exp: Fix regular expressions.
12103
12104 2002-12-28 Mark Kettenis <kettenis@gnu.org>
12105
12106 * configure.in: Rewrite.
12107 * configure: Regenerated.
12108
12109 2003-01-03 David Carlton <carlton@math.stanford.edu>
12110
12111 * gdb.base/psymtab.exp: New file.
12112 * gdb.base/psymtab1.c: Ditto.
12113 * gdb.base/psymtab2.c: Ditto.
12114
12115 2002-12-23 Adam Fedor <fedor@gnu.org>
12116
12117 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12118
12119 2002-12-23 David Carlton <carlton@math.stanford.edu>
12120
12121 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12122 and current_directory initialization.
12123
12124 2002-12-22 Jim Blandy <jimb@redhat.com>
12125
12126 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12127 rather than as part of the output file name.
12128
12129 * gdb.base/attach.exp: There's no need to copy the test program to
12130 /tmp; that was only ever necessary on HP/UX, and this test is
12131 entirely disabled there anyway.
12132
12133 2002-12-21 Jim Blandy <jimb@redhat.com>
12134
12135 * gdb.c++/psmang.exp: Doc fix.
12136
12137 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12138 test.
12139
12140 2002-12-20 David Carlton <carlton@math.stanford.edu>
12141
12142 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12143
12144 2002-12-18 Michael Chastain <mec@shout.net>
12145
12146 * gdb.c++/annota2.exp: Add copyright year 2002.
12147
12148 2002-12-17 David Carlton <carlton@math.stanford.edu>
12149
12150 * gdb.c++/try_catch.cc: Add marker comments.
12151 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12152 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12153 * gdb.c++/m-static.cc: Ditto.
12154 * gdb.c++/m-static1.cc: Ditto.
12155 * gdb.c++/try_catch.cc: Ditto.
12156
12157 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12158
12159 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12160 to see whether we are using the new -environment-directory
12161 command which resets via -r or the old version of the command
12162 which may prompt the user. Part of fix for gdb/741.
12163
12164 2002-12-13 Andrew Cagney <ac131313@redhat.com>
12165
12166 * gdb.fortran/types.exp: Update obsolete comment.
12167 * gdb.fortran/exprs.exp: Ditto.
12168 * lib/gdb.exp: Delete obsolete code.
12169 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12170 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12171 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12172 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12173 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12174 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12175 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12176 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12177 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12178 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12179 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12180 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12181 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12182 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12183 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12184 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12185 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12186 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12187 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12188 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12189 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12190 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12191 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12192 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12193 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12194 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12195 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12196 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12197 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12198 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12199 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12200 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12201 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12202 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12203 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12204 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12205 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12206
12207 2002-12-11 David Carlton <carlton@math.stanford.edu>
12208
12209 * gdb.c++/m-data.exp: Add test for members that shadow global
12210 variables: see PR gdb/804.
12211 * gdb.c++/m-data.cc: Ditto.
12212
12213 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
12214
12215 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12216
12217 2002-12-06 David Carlton <carlton@math.stanford.edu>
12218
12219 * gdb.base/store.c: Don't declare functions static.
12220
12221 2002-12-04 Andrew Cagney <ac131313@redhat.com>
12222
12223 * gdb.base/store.exp, gdb.base/store.c: New files.
12224
12225 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12226
12227 * gdb.base/selftest.exp: Update for current gdb.
12228
12229 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12230
12231 * gdb.base/maint.exp: Only dump symbols from one source file
12232 or objfile.
12233
12234 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
12235
12236 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12237 function call.
12238
12239 2002-11-25 Jim Blandy <jimb@redhat.com>
12240
12241 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12242 function appearing in error message.
12243
12244 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
12245
12246 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12247
12248 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12249
12250 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12251 for mi1 and current mi is in correct format. New mi startup message
12252 should be in mi console format. This is part of fix for PR gdb/604.
12253
12254 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12255
12256 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12257 which explicitly prints the zero offset as "+0".
12258
12259 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
12260
12261 * gdb.threads/schedlock.c (args): Make unsigned.
12262
12263 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
12264
12265 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12266 numbers. Allow "foo2|selected stack frame".
12267 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12268 * gdb.asm/asmsrc2.s: Likewise.
12269 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12270 comments.
12271 * gdb.asm/mips.inc: New file.
12272
12273 2002-10-18 Adam Fedor <fedor@gnu.org>
12274
12275 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12276 * gdb.base/help.exp: Likewise.
12277
12278 2002-10-17 Kevin Buettner <kevinb@redhat.com>
12279
12280 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12281 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12282
12283 2002-10-02 Jim Blandy <jimb@redhat.com>
12284
12285 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12286
12287 2002-10-01 Andrew Cagney <ac131313@redhat.com>
12288
12289 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12290 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12291 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12292 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12293 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12294 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12295 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12296
12297 2002-09-29 Andrew Cagney <ac131313@redhat.com>
12298
12299 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12300 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12301 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12302 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12303 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12304 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12305 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
12306
12307 2002-09-27 Kevin Buettner <kevinb@redhat.com>
12308
12309 * gdb.base/annota1.exp (info break): Make directory components of
12310 path optional since not all compilers emit this debug information.
12311
12312 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12313 step ends up stepping out of the function instead of stopping on
12314 the epilogue.
12315
12316 2002-09-26 Keith Seitz <keiths@redhat.com>
12317
12318 * lib/insight-support.exp (gdbtk_start): Figure out where
12319 the insight executable is based on where gdb is. Use this
12320 executable to start insight instead of gdb.
12321
12322 2002-09-25 Andrew Cagney <cagney@redhat.com>
12323
12324 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12325
12326 2002-09-24 Andrew Cagney <ac131313@redhat.com>
12327
12328 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12329 test_isolated_complaints.
12330 (test_empty_complaint): New function.
12331 (test_empty_complaints): New function. Check no output when no
12332 complaints.
12333
12334 2002-09-19 Jim Blandy <jimb@redhat.com>
12335
12336 * gdb.base/charset.exp, gdb.base/charset.c: New files.
12337
12338 2002-09-19 Andrew Cagney <ac131313@redhat.com>
12339
12340 * gdb.gdb/complaints.exp: New file.
12341
12342 2002-09-18 Andrew Cagney <ac131313@redhat.com>
12343
12344 * gdb.base/maint.exp: Check `help maint internal-warning'.
12345
12346 2002-09-18 David Carlton <carlton@math.stanford.edu>
12347
12348 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12349 numbers, and replace them by a single breakpoint after the
12350 constructors are all finished.
12351 Add test 4.
12352 * gdb.c++/m-static.cc: Add test 4.
12353 * gdb.c++/m-static.h: New file.
12354 * gdb.c++/m-static1.cc: New file.
12355
12356 * gdb.c++/printmethod.exp: New file.
12357 * gdb.c++/printmethod.cc: New file.
12358
12359 * gdb.c++/pr-574.exp: New file.
12360 * gdb.c++/pr-574.cc: New file.
12361
12362 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12363
12364 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12365 embedded targets which never actually exit.
12366
12367 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12368
12369 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12370 "don't step after run" as unresolved or unsupported, instead of xfail.
12371
12372 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12373
12374 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12375 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12376 Add newline to expected string in "step out of main (status wrapper)"
12377 case.
12378
12379 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12380
12381 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12382 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12383
12384 2002-09-17 Tom Tromey <tromey@redhat.com>
12385
12386 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12387 \000, not \0, in double-quoted string.
12388
12389 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
12390
12391 * gdb.base/commands.exp: Don't expect a "Program exited normally"
12392 string after running the commands execution on breakpoint tests.
12393
12394 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
12395
12396 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12397
12398 2002-09-12 Joel Brobecker <brobecker@gnat.com>
12399
12400 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12401
12402 2002-09-10 Keith Seitz <keiths@redhat.com>
12403
12404 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12405 runto proc.
12406 (mi_run_to_main): Use mi_runto.
12407 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12408
12409 2002-09-10 Keith Seitz <keiths@redhat.com>
12410
12411 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12412 regexp for stopping at main. Could have multiple event notifications.
12413 Don't assume that main was declared with no parameters.
12414 (mi_next): Use mi_step_to.
12415 (mi_step): Use mi_next_to.
12416
12417 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
12418
12419 * gdb.base/default.exp: Fix expected string in `info float' test.
12420
12421 2002-09-09 Ben Elliston <bje@redhat.com>
12422
12423 * config/mips.exp: Update comments.
12424 * config/mips-idt.exp: Likewise.
12425 * config/nind.exp: Likewise.
12426 * config/slite.exp: Likewise.
12427 * config/sparclet.exp: Likewise.
12428 * config/udi.exp: Likewise.
12429 * config/vx.exp: Likewise.
12430 * config/vxworks29k.exp: Likewise.
12431
12432 2002-09-05 Jim Blandy <jimb@redhat.com>
12433
12434 * gdb.threads/killed.exp: Fix test failure message.
12435
12436 2002-09-04 Keith Seitz <keiths@redhat.com>
12437
12438 * lib/mi-support.exp: Update copyright.
12439 (mi_gdb_test): Increase the priority of the expected pattern
12440 so that it matches gdb_test.
12441
12442 2002-09-03 Keith Seitz <keiths@redhat.com>
12443
12444 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12445 Use integer comparison instead of string comparison for testing
12446 whether binary was built.
12447
12448 2002-09-03 Jim Blandy <jimb@redhat.com>
12449
12450 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12451
12452 2002-08-29 Jim Blandy <jimb@redhat.com>
12453
12454 * gdb.threads/pthreads.exp: Move the portable thread compilation
12455 code into a function in lib/gdb.exp, and call that from here.
12456 * lib/gdb.exp (gdb_compile_pthreads): New function.
12457
12458 2002-08-29 Keith Seitz <keiths@redhat.com>
12459
12460 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12461 expect_out so that callers can get at it.
12462
12463 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
12464
12465 * gdb.threads/print-threads.c: New file.
12466 * gdb.threads/print-threads.exp: New file.
12467 * gdb.threads/schedlock.c: New file.
12468 * gdb.threads/schedlock.exp: New file.
12469
12470 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
12471
12472 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12473 not altivec.c.
12474
12475 2002-08-17 Mark Kettenis <kettenis@gnu.org>
12476
12477 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12478 targets. The problem should be fixed now.
12479
12480 2002-08-15 Mark Kettenis <kettenis@gnu.org>
12481
12482 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12483 2002-07-24 change that removes final dots from error messages.
12484
12485 2002-08-13 Tom Tromey <tromey@redhat.com>
12486
12487 * gdb.base/readline.exp: New file.
12488
12489 2002-08-01 Andrew Cagney <ac131313@redhat.com>
12490
12491 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12492 supress message.
12493
12494 2002-08-01 Andrew Cagney <cagney@redhat.com>
12495
12496 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12497 CHILL_FOR_TARGET and CHILL_LIB.
12498 * configure.in (configdirs): Remove gdb.chill.
12499 * configure: Regenerate.
12500 * lib/gdb.exp: Obsolete references to chill.
12501 * gdb.fortran/types.exp: Ditto.
12502 * gdb.fortran/exprs.exp: Ditto.
12503
12504 2002-07-30 Kevin Buettner <kevinb@redhat.com>
12505
12506 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12507 set Irix-specific compile and link flags.
12508
12509 2002-07-29 Kevin Buettner <kevinb@redhat.com>
12510
12511 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12512 source files. The ``-o'' option doesn't work with the ``-E'' option
12513 when using the Irix compiler.
12514
12515 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
12516
12517 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12518 Improve support for reusing an exec file. Copy exec file
12519 to target, and run gdbserver on the target instead of on the host.
12520
12521 2002-07-18 Jim Blandy <jimb@redhat.com>
12522
12523 * gdb.base/ending-run.exp: Don't expect to see the program end in
12524 some orderly fashion when we're running on a real stand-alone
12525 board.
12526
12527 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12528 targets that don't support interrupts.
12529
12530 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12531
12532 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12533 systems.
12534 Move comments in expect statements to inside the actions, so that they
12535 don't get matched against.
12536
12537 2002-07-10 Mark Kettenis <kettenis@gnu.org>
12538
12539 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12540 function when asleep" test.
12541
12542 2002-07-10 Andrew Cagney <ac131313@redhat.com>
12543
12544 * gdb.base/page.exp: Rewrite to handle problems with very long
12545 `info set' output. Update copyright.
12546
12547 2002-06-26 Andrew Cagney <ac131313@redhat.com>
12548
12549 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12550 gdb.threads-hp.
12551 * gdb.hp/configure: Regenerate.
12552 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12553 * gdb.hp/gdb.threads-hp/configure: Delete file.
12554 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12555
12556 2002-06-22 Andrew Cagney <ac131313@redhat.com>
12557
12558 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12559 setlocale, bindtextdomain and textdomain.
12560
12561 2002-06-11 Jim Blandy <jimb@redhat.com>
12562
12563 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12564 preprocessor macro information is present.
12565
12566 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12567 tests.
12568
12569 2002-06-06 Michael Snyder <msnyder@redhat.com>
12570
12571 * gdb.base/overlays.exp: Record addresses of overlay
12572 functions in TCL variables rather than in GDB variables,
12573 to avoid having GDB convert them to pointers (with loss
12574 of information).
12575
12576 * gdb.base/d10v.ld: Merge in several years worth of
12577 default linker script changes.
12578 * gdb.base/long_long.exp: Add check for sizeof (long double).
12579
12580 2002-06-06 Michal Ludvig <mludvig@suse.cz>
12581
12582 * gdb.asm/asm-source.exp: Add x86-64 target.
12583 * gdb.asm/x86_64.inc: New.
12584
12585 2002-05-30 Michael Chastain <mec@shout.net>
12586
12587 From Benjamin Kosnik <bkoz@redhat.com>:
12588 * gdb.c++/m-static.cc: New file.
12589 * gdb.c++/m-static.exp: New file.
12590
12591 2002-05-28 Michael Snyder <msnyder@redhat.com>
12592
12593 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12594 precision.
12595
12596 2002-05-27 Michael Chastain <mec@shout.net>
12597
12598 From Benjamin Kosnik <bkoz@redhat.com>:
12599 * gdb.c++/m-data.cc: New file.
12600 * gdb.c++/m-data.exp: New file.
12601
12602 2002-05-27 Michael Chastain <mec@shout.net>
12603
12604 From Benjamin Kosnik <bkoz@redhat.com>:
12605 * gdb.c++/try_catch.cc: New file.
12606 * gdb.c++/try_catch.exp: New file.
12607
12608 2002-05-27 Michael Chastain <mec@shout.net>
12609
12610 * gdb.c++/local.exp: Accept more nested types in output.
12611
12612 2002-05-26 Michael Chastain <mec@shout.net>
12613
12614 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12615
12616 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12617
12618 * lib/gdb.exp (gdb_wrapper_init): Just because
12619 gdb_wrapper_file exists, this does not mean that the file
12620 should not be rebuilt. That is what gdb_wrapper_initialized
12621 is for.
12622 (default_gdb_init): Reset gdb_wrapper_initialized.
12623
12624 2002-05-23 Michael Snyder <msnyder@redhat.com>
12625
12626 * gdb.base/all-bin.exp: Revise previous patch by just reducing
12627 the precision of the floating point test results.
12628 * gdb.base/call-rt-st.exp: Ditto.
12629
12630 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12631 * gdb.base/call-rt-st.exp: Ditto.
12632
12633 2002-05-19 Michael Chastain <mec@shout.net>
12634
12635 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12636
12637 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
12638
12639 * configure.in (configdirs): Add gdb.arch.
12640 * configure: Regenerate.
12641
12642 2002-05-17 Jim Blandy <jimb@redhat.com>
12643
12644 * gdb.base/completion.exp: Recognize the more detailed error
12645 messages produced by the macro expander's lexical analyzer.
12646
12647 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12648
12649 * gdb.arch/altivec-abi.c: New file.
12650 * gdb.arch/altivec-abi.exp: New file.
12651 * gdb.arch/altivec-regs.c: New file.
12652 * gdb.arch/altivec-regs.exp: New file.
12653
12654 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
12655
12656 * gdb.base/maint.exp (maint print type): Update for new type
12657 structure.
12658
12659 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12660
12661 * gdb.arch: New directory.
12662 * gdb.arch/configure.in: New file.
12663 * gdb.arch/configure: New file.
12664 * gdb.arch/Makefile.in: New file.
12665
12666 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
12667
12668 * gdb.asm/asm-source.exp: Add v850 as supported target.
12669 * gdb.asm/v850.inc: New file.
12670
12671 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
12672
12673 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12674
12675 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
12676
12677 * gdb.base/break.exp: Check 'break "marker2"'.
12678
12679 2002-05-10 Michael Snyder <msnyder@redhat.com>
12680
12681 * gdb.base/long_long.exp: Fix typo.
12682
12683 2002-05-10 Jim Blandy <jimb@redhat.com>
12684
12685 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12686 a bug.
12687
12688 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12689 Recognize more detailed error message produced by the macro
12690 expander's lexical analyzer.
12691 * lib/gdb.exp (test_print_reject): Same.
12692
12693 2002-05-09 Mark Kettenis <kettenis@gnu.org>
12694
12695 * gdb.c++/method.exp: Fix typo.
12696
12697 2002-05-08 Michael Snyder <msnyder@redhat.com>
12698
12699 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12700 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
12701 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
12702 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12703 Add iftarget clause for strongarm.
12704
12705 2002-05-06 Michael Snyder <msnyder@redhat.com>
12706
12707 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12708 (gdb_continue_to_end): Accept output from status wrapper.
12709 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12710 Clean up fail messages to match pass messages.
12711
12712 Enable the "needs_status_wrapper" testsuite feature.
12713 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12714 (gdb_compile): Conditionally call gdb_wrapper_init.
12715 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12716 * gdb.c++/method.exp: Recognize output from status wrapper.
12717
12718 2002-05-06 Ben Elliston <bje@redhat.com>
12719 From Graydon Hoare <graydon@redhat.com>
12720
12721 * config/sid.exp: Include support for "rawsid" protocol.
12722
12723 2002-05-03 Jim Blandy <jimb@redhat.com>
12724
12725 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12726 * gdb.c++/hang3.C: New file.
12727
12728 2002-05-04 Andrew Cagney <ac131313@redhat.com>
12729
12730 * gdb.base/default.exp: Remove obsolete code.
12731 * gdb.c++/misc.exp: Ditto. Update copyright.
12732 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
12733 * gdb.base/whatis.exp: Ditto. Update copyright.
12734 * gdb.base/scope.exp: Ditto. Update copyright.
12735 * gdb.base/ptype.exp: Ditto. Update copyright.
12736 * gdb.base/printcmds.exp: Ditto. Update copyright.
12737 * gdb.base/opaque.exp: Ditto. Update copyright.
12738 * gdb.base/list.exp: Ditto.
12739 * gdb.base/funcargs.exp: Ditto. Update copyright.
12740 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
12741 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
12742 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
12743 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
12744 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
12745 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
12746
12747 2002-05-02 Michael Snyder <msnyder@redhat.com>
12748
12749 * gdb.base/watchpoint.exp: Add xscale target.
12750 * gdb.base/long_long.exp: Add xscale target.
12751 * gdb.base/default.exp: Add xscale target.
12752
12753 2002-05-01 Jim Blandy <jimb@redhat.com>
12754
12755 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
12756 gdb.c++/hang.exp: New test.
12757
12758 2002-05-01 Fred Fish <fnf@redhat.com>
12759
12760 * gdb.base/completion.exp: Handle completions of "./Make" for
12761 more than one completion possibility, as is the case when we
12762 build and test in the source tree.
12763
12764 2002-04-29 Anthony Green <green@redhat.com>
12765
12766 * gdb.java/jmisc1.exp: New file.
12767 * gdb.java/jmisc2.exp: New file.
12768
12769 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
12770
12771 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
12772
12773 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
12774
12775 * gdb.base/help.exp: Change 'help status' to allow for target
12776 dependent output differences.
12777
12778 2002-04-22 Michael Chastain <mec@shout.net>
12779
12780 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
12781
12782 2002-04-22 Michael Chastain <mec@shout.net>
12783
12784 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
12785
12786 2002-04-17 David S. Miller <davem@redhat.com>
12787
12788 * gdb.asm/sparc64.inc: New file.
12789 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
12790
12791 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
12792
12793 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
12794 instruction file directly into the build tree. Clean up at end of
12795 test.
12796
12797 2002-04-18 David S. Miller <davem@redhat.com>
12798
12799 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
12800 handle 64-bit platforms correctly.
12801 * gdb.base/maint.exp: Likewise.
12802
12803 2002-04-18 Kevin Buettner <kevinb@redhat.com>
12804
12805 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
12806 ``-fpic'' when compiling files comprising a shared library, but
12807 it does need additional linker flags in order to find shared
12808 libraries at run time.
12809
12810 2002-04-18 Kevin Buettner <kevinb@redhat.com>
12811
12812 * gdb.base/cvexpr.c (use): New function.
12813 (main): Invoke use() on all global variables to prevent
12814 some linkers from deleting these otherwise unused symbols.
12815
12816 2002-04-17 Michael Chastain <mec@shout.net>
12817 From David S. Miller <davem@redhat.com>
12818
12819 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
12820 handle 64-bit platforms correctly.
12821
12822 2002-04-12 Michael Snyder <msnyder@redhat.com>
12823 From Jim Blandy <jimb@redhat.com>
12824 * gdb.base/foo.c (foox): Remove section attribute; the linker
12825 script can handle this instead.
12826 * gdb.base/bar.c (barx): Same.
12827 * gdb.base/baz.c (bazx): Same.
12828 * gdb.base/grbx.c (grbxx): Same.
12829
12830 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
12831 manager doesn't automatically unmap overlays unnecessarily.
12832
12833 2002-04-10 Martin M. Hunt <hunt@redhat.com>
12834
12835 * gdb.base/ending-run.exp: Fix pattern for Mips targets
12836 stepping out of main.
12837
12838 2002-04-09 Michael Chastain <mec@shout.net>
12839
12840 * gdb.c++/local.cc (main): Move call to marker1() inside nested
12841 scope so that the nested scope tests will make sense.
12842 * gdb.c++/local.exp: Write patterns that actually work with gcc
12843 (the HP patterns "were never known to work with gcc").
12844 Keep the old aCC patterns too.
12845
12846 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
12847
12848 * gdb.base/attach.exp: Correct target board test.
12849
12850 2002-04-08 Michael Chastain <mec@shout.net>
12851
12852 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
12853 in a const method. Add some xfail and fail cases for configurations
12854 that do not emit the "const ...".
12855
12856 2002-04-07 Michael Chastain <mec@shout.net>
12857
12858 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
12859 Accept "A * const" and "const A * const" as type of "this".
12860 Fix spelling of getFunky throughout. Make messages uniform.
12861
12862 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
12863
12864 Work around for PR gdb/285:
12865 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
12866
12867 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
12868
12869 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
12870 instructions file at run time instead of configure time.
12871 Sometimes we run the test in a directory that is not the one we
12872 configured in.
12873 * gdb.asm/configure.in: Delete creation of symlink.
12874 * gdb.asm/configure: Regenerate.
12875
12876 2002-04-05 J. Brobecker <brobecker@gnat.com>
12877
12878 * gdb.gdb/xfullpath.exp: New test, to exercise the new
12879 xfullpath () function.
12880
12881 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
12882
12883 * gdb.asm/Makefile.in: Correct dependencies.
12884
12885 * gdb.asm/powerpc.inc: New file.
12886 * gdb.asm/asm-source.exp: Add PowerPC.
12887 * gdb.asm/configure.in: Likewise.
12888 * gdb.asm/configure: Regenerated.
12889
12890 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
12891
12892 * gdb.base/relocate.exp: New file.
12893 * gdb.base/relocate.c: New file.
12894
12895 2002-04-04 Fred Fish <fnf@redhat.com>
12896
12897 * gdb.base/step-test.exp: Update comment regarding stopping in
12898 memcpy/bcopy calls inserted as part of the compiler runtime.
12899
12900 2002-04-04 Michael Snyder <msnyder@redhat.com>
12901
12902 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
12903
12904 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
12905
12906 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
12907 (gdb_expect): Remove $notransfer hack.
12908
12909 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
12910
12911 * gdb.c++/classes.exp ("calling method for small class"): Match
12912 updated register output.
12913
12914 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
12915
12916 Fix PR gdb/452
12917 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
12918 when finished. Make gdb_file_cmd send "exec-file" when
12919 appropriate.
12920
12921 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
12922
12923 * gdb.base/attach.exp: Remove extra setup_xfail.
12924
12925 2002-03-26 Michael Snyder <msnyder@redhat.com>
12926
12927 * gdb.base/default.exp: Add tests for dump, append, and restore.
12928 * gdb.base/help.exp: Add tests for dump, append, and restore.
12929 * gdb.base/dump.exp: New file, test dump, append and restore.
12930 * gdb.base/dump.c: New file.
12931
12932 2002-03-27 Michael Snyder <msnyder@redhat.com>
12933
12934 * gdb.base/help.exp: Modify expect strings to reflect
12935 clean-ups in help messages.
12936
12937 2002-03-26 Fred Fish <fnf@redhat.com>
12938
12939 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
12940 have debugging info for those functions and the compiler uses them
12941 internally to copy structs around.
12942
12943 2002-03-26 Fred Fish <fnf@redhat.com>
12944
12945 * gdb.base/list.exp: Revert the change made yesterday and add note
12946 about why we don't list the default lines for remote targets.
12947
12948 2002-03-25 Michael Snyder <msnyder@redhat.com>
12949
12950 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
12951
12952 2002-03-25 Fred Fish <fnf@redhat.com>
12953
12954 * gdb.base/list.exp: This test works on remote targets so remove
12955 the short circuit for remote targets. Update copyright.
12956
12957 2002-03-25 Fred Fish <fnf@redhat.com>
12958
12959 * gdb.base/attach.exp: Fix logic error that was suppressing this
12960 test for all non hppa*-*-hpux* targets, instead of the hp target.
12961 Move comments closer to the suppression point. Also now need to
12962 check that we are running natively.
12963
12964 2002-03-22 Michael Snyder <msnyder@redhat.com>
12965
12966 * gdb.base/default.exp: Add test for gcore. Update copyright.
12967 * gdb.base/help.exp: Add test for gcore. Update copyright.
12968
12969 2002-03-06 Fred Fish <fnf@redhat.com>
12970
12971 * gdb.base/funcargs.c: Remove extraneous ';' character.
12972 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
12973
12974 2002-03-04 Michael Chastain <mec@shout.net>
12975
12976 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
12977 accommodate gcc v3 function signature.
12978 * gdb.mi/mi0-var-cmd-exp: Ditto.
12979
12980 2002-02-24 Andrew Cagney <ac131313@redhat.com>
12981
12982 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
12983 ``GNU/Linux'' or ``Linux kernel''
12984 * testsuite/gdb.threads/pthreads.c: Ditto.
12985
12986 2002-02-24 Michael Chastain <mec@shout.net>
12987
12988 * gdb.threads/pthreads.c (thread1): Add a return statement.
12989 (thread2): Likewise.
12990 (foo): Likewise.
12991
12992 2002-02-23 Michael Chastain <mec@shout.net>
12993
12994 * gdb.threads/linux-dp.c (philosopher): Add a return statement
12995 to placate gcc.
12996
12997 2002-02-23 Michael Chastain <mec@shout.net>
12998
12999 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13000 test "ptype bint". The test passes on all my stabs configurations.
13001
13002 2002-02-21 Jim Blandy <jimb@redhat.com>
13003
13004 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13005 filename at a time, and watch for the ones we want to see.
13006
13007 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13008 types of pointers to prototyped functions.
13009
13010 2002-02-20 Andrew Cagney <ac131313@redhat.com>
13011
13012 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13013 signed, unsigned and straight char.
13014 (padding_char, padding_short, padding_int, padding_long,
13015 padding_long_long, padding_float, padding_double,
13016 padding_long_double): New global variables.
13017 (fill, fill_structs): New functions.
13018
13019 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13020 for correctly sized writes. Update copyright.
13021 (get_valueof): New procedure.
13022 (get_sizeof): Call get_valueof.
13023 (check_valueof): New procedure.
13024 (check_padding): New procedure.
13025
13026 2002-02-20 Michael Chastain <mec@shout.net>
13027
13028 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13029 to setup_xfail. Document some of the remaining calls.
13030
13031 2002-02-18 Michael Chastain <mec@shout.net>
13032
13033 * gdb.c++/userdef.exp: Update copyright year.
13034
13035 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
13036
13037 * gdb.c++/userdef.exp: Test overloaded operators properly.
13038 Remove xfails.
13039
13040 2002-02-14 Michael Snyder <msnyder@redhat.com>
13041
13042 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13043
13044 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
13045
13046 * gdb.base/a2-run.exp: Check for a remote target properly.
13047 * gdb.base/annota1.exp: Likewise.
13048 * gdb.base/list.exp: Likewise.
13049 * gdb.base/reread.exp: Likewise.
13050 * gdb.base/scope.exp: Likewise.
13051 * gdb.base/shlib-call.exp: Likewise.
13052 * gdb.base/term.exp: Likewise.
13053 * gdb.c++/annota2.exp: Likewise.
13054
13055 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
13056
13057 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13058
13059 2002-02-10 Michael Chastain <mec@shout.net>
13060
13061 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13062 (call_after_alloca): Ditto.
13063
13064 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
13065
13066 * gdb.base/ending-run.exp: Guard "cont" test with
13067 gdb_skip_stdio_test.
13068
13069 2002-02-06 Jim Blandy <jimb@redhat.com>
13070
13071 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13072 from here...
13073 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13074 To here. Disable this test on non-HP platforms. Add big comment.
13075
13076 2002-02-04 Michael Snyder <msnyder@redhat.com>
13077
13078 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13079 other than d10v and m32r.
13080
13081 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
13082
13083 * gdb.base/default.exp: Rewrite test patterns to reduce time
13084 taken to match them.
13085
13086 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13087
13088 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13089 Allow a start function above main.
13090 * gdb.threads/linux-dp.exp: Fix copyright date.
13091
13092 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13093
13094 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13095 (check_philosopher_stack): Check for manager thread before checking
13096 for a just-starting thread.
13097
13098 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
13099
13100 From Neil Booth <neil@daikokuya.demon.co.uk>:
13101 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13102 warnings.
13103
13104 2002-01-21 Fred Fish <fnf@redhat.com>
13105
13106 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13107 not caller.
13108
13109 2002-01-21 Jim Blandy <jimb@redhat.com>
13110
13111 * gdb.base/reread.exp: Check that GDB properly re-reads the
13112 executable file when it changes while no inferior is running.
13113
13114 2002-01-21 Fred Fish <fnf@redhat.com>
13115
13116 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13117 optionally accept the "shlib events" variation.
13118
13119 2002-01-21 Jim Blandy <jimb@redhat.com>
13120
13121 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13122 call `fflush' after every `printf', so that the output is produced
13123 at predictable points, regardless of whatever buffering does (or
13124 doesn't) take place.
13125 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13126 at different points.
13127
13128 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13129
13130 * gdb.c++/inherit.exp: Update copyright years.
13131 * gdb.c++/method.exp: Likewise.
13132
13133 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13134
13135 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13136 artificial methods/arguments.
13137 * gdb.c++/derivation.exp: Likewise.
13138 * gdb.c++/inherit.exp: Likewise.
13139 * gdb.c++/method.exp: Likewise.
13140 * gdb.c++/virtfunc.exp: Likewise.
13141
13142 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13143
13144 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13145 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13146 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13147 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13148 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13149 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13150
13151 2002-01-17 Jim Blandy <jimb@redhat.com>
13152
13153 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13154 anchoring the pattern matching the entry point symbol's name.
13155
13156 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13157
13158 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13159 continue/quit query. Update copyright.
13160
13161 2002-01-14 Michael Snyder <msnyder@redhat.com>
13162
13163 * gdb.base/gcore.exp: Remove extra debugging output.
13164
13165 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
13166
13167 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13168 for slightly dubious v2 mangled string.
13169
13170 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
13171
13172 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13173
13174 2002-01-10 Jason Merrill <jason@redhat.com>
13175
13176 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
13177
13178 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13179 constructors.
13180 * gdb.c++/derivation.exp: Likewise.
13181 * gdb.c++/templates.exp: Likewise.
13182 * gdb.c++/virtfunc.exp: Likewise.
13183
13184 2002-01-10 Michael Snyder <msnyder@redhat.com>
13185
13186 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
13187
13188 2002-01-08 Michael Snyder <msnyder@redhat.com>
13189
13190 * gdb.base/gcore.exp: New test for generate-core-file command.
13191 * gdb.base/gcore.c: Testcase for above.
13192 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13193
13194 2002-01-08 Jason Merrill <jason@redhat.com>
13195
13196 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13197
13198 2002-01-07 Fred Fish <fnf@redhat.com>
13199
13200 * gdb.c++/overload.exp: Remove unconditional xfails for:
13201 print foo_instance1.overloadargs(1)
13202 print foo_instance1.overloadargs(1, 2)
13203 print foo_instance1.overloadargs(1, 2, 3)
13204 print foo_instance1.overloadargs(1, 2, 3, 4)
13205 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13206 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13207 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13208 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13209 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13210 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13211 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13212 print foo_instance1.overload1arg()
13213 print foo_instance1.overload1arg((char)arg2)
13214 print foo_instance1.overload1arg((signed char)arg3)
13215 print foo_instance1.overload1arg((unsigned char)arg4)
13216 print foo_instance1.overload1arg((int)arg7)
13217 print foo_instance1.overload1arg((unsigned int)arg8)
13218 print foo_instance1.overload1arg((float)arg11)
13219 print foo_instance1.overload1arg((double)arg12)
13220
13221 2002-01-07 Michael Snyder <msnyder@redhat.com>
13222
13223 * gdb.base/huge.exp: New test. Print a very large target data object.
13224 (skip_huge_test): New test variable. Define if you want to skip this
13225 test. The test reads an 8 megabyte data object from the target, so it
13226 might be very time consuming on remote targets with a slow connection.
13227 * gdb.base/huge.c: New file. Test case for above.
13228
13229 2002-01-07 Fred Fish <fnf@redhat.com>
13230
13231 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13232 g_instance.bfoo, and g_instance.cfoo.
13233
13234 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13235
13236 * gdb.base/break.c (multi_line_if_conditional): New function.
13237 (multi_ilne_while_conditional): Likewise.
13238 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13239 IF or WHILE condition puts the breakpoint at the start of
13240 the condition.
13241
13242 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13243 hppa*-*-hpux* expected failure.
13244 * gdb.base/structs.exp (do_function_calls): Similarly.
13245
13246 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13247 watchpoints.
13248
13249 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13250
13251 Fix PR gdb/66.
13252 * gdb.base/structs.exp: Replace skip for a29k with skip for
13253 gdb,cannot_call_functions.
13254 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13255 * gdb.base/callfuncs.exp: Ditto.
13256 * gdb.base/call-rt-st.exp: Ditto.
13257 * gdb.base/call-strs.exp: Ditto.
13258 * gdb.base/callfwmall.exp: Ditto.
13259 * gdb.base/scope.exp: Obsolete xfail a29k.
13260 * gdb.c++/misc.exp: Ditto.
13261 * gdb.c++/cplusfuncs.exp: Ditto.
13262 * gdb.base/ptype.exp: Ditto.
13263 * gdb.base/printcmds.exp: Ditto.
13264 * gdb.base/opaque.exp: Ditto.
13265 * gdb.base/list.exp: Ditto.
13266 * gdb.base/funcargs.exp: Ditto.
13267 * gdb.base/default.exp: Ditto.
13268
13269 2002-01-04 Michael Snyder <msnyder@redhat.com>
13270
13271 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
13272 * gdb.base/maint.exp: Add tests for maint info sections options.
13273
13274 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13275
13276 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13277
13278 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
13279
13280 * gdb.asm/arm.inc: New file.
13281 * gdb.asm/asm-source.exp: Add arm targets.
13282 * gdb.asm/configure.in: Ditto.
13283 * gdb.asm/configure: Recreated from configure.in.
13284
13285 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13286
13287 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13288 with HP's compiler.
13289 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13290 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13291 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13292 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13293
13294 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13295 either HP's compilers or GCC.
13296
13297 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13298 a SIGBUS or SIGSEGV.
13299
13300 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13301
13302 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13303 can be compiled with either HP's compiler or GCC.
13304
13305 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13306 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13307 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13308
13309 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13310 to match current gdb output. Update due to using auto-solib-limit
13311 for limiting instead of overloading auto-solib-add.
13312 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13313 test program.
13314
13315 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
13316 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13317 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13318 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13319 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13320 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13321 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13322 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13323 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13324 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13325 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13326 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13327 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
13328
13329 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13330 a SIGTRAP to the inferior.
13331
13332 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
13333
13334 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13335 Substitute call to target_link by call to gdb_compile.
13336
13337 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13338
13339 * gdb.base/break.exp: Fix HP specific search string when testing
13340 backtracing in a called function.
13341
13342 * gdb.base/constvars.exp: Only set lang to C++ if we're
13343 compiling the test with HP's compilers.
13344 * gdb.base/volatile.exp: Similarly.
13345
13346 2001-12-19 Jim Blandy <jimb@redhat.com>
13347
13348 * gdb.base/printcmds.exp: Expect the null character to be printed
13349 as '\0', and the '\013' to be printed as '\v'.
13350 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13351 * gdb.base/setvar.exp: Same.
13352
13353 2001-12-17 Jim Blandy <jimb@redhat.com>
13354
13355 * gdb.base/completion.exp: Rather than completing very long
13356 filenames, which can make the readline library produce output we
13357 don't recognize, cd to the directory first, and then complete
13358 using nice, short relative paths.
13359
13360 * gdb.base/completion.exp: On some systems, there is, in fact, a
13361 variable named `b' in scope, since GDB treats all static
13362 variables as being in scope. So use `no_var_named_this'
13363 instead of `b'.
13364
13365 * gdb.base/corefile.exp: Recognize the message saying that GDB
13366 can't find the core file's registers as a failure.
13367
13368 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13369
13370 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13371 test expect string more specific.
13372
13373 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
13374
13375 * gdb.asm/asm-source.exp: Add support for xstormy16.
13376 * gdb.asm/configure.in: Ditto.
13377 * gdb.asm/configure: Rebuild.
13378 * gdb.asm/xstormy16.inc: New file.
13379
13380 2001-12-10 Fred Fish <fnf@redhat.com>
13381
13382 * gdb.base/maint.exp: Update to match changes in type dumping code.
13383
13384 2001-12-10 Jim Blandy <jimb@redhat.com>
13385
13386 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13387 matching the entry point symbol's name at the beginning of the
13388 line.
13389
13390 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13391
13392 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13393 gdb.c++/inherit.exp, gdb.c++/method.exp,
13394 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13395 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13396 and class layout support.
13397
13398 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13399
13400 * gdb.c++/classes.exp: Add test for static member function.
13401 * gdb.c++/misc.cc: Add class with static member function.
13402
13403 2001-12-07 Jim Blandy <jimb@redhat.com>
13404
13405 If GDB says it can't find the struct the function returned, report
13406 those tests as `unsupported'.
13407 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13408 Rewrite subsequent tests to use it.
13409
13410 If GDB says it can't find the struct the function returned, report
13411 those tests as `unsupported'.
13412 * gdb.base/structs.exp (call_struct_func): New function.
13413 (do_function_calls): Use call_struct_func to call the functions
13414 returning structs.
13415
13416 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13417 whether functions are prototyped or not, so we can't possibly pass
13418 arguments to t_float_values2 properly.
13419
13420 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13421 value of `timeout' for targets other than the mips*tx39-*.
13422
13423 2001-12-06 Michael Snyder <msnyder@redhat.com>
13424
13425 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
13426 and detect whether the start symbol has a leading underscore.
13427
13428 2001-12-04 Jim Blandy <jimb@redhat.com>
13429
13430 * gdb.base/completion.exp: Clarify indentation.
13431
13432 2001-12-03 Jim Blandy <jimb@redhat.com>
13433
13434 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13435 variables on the S/390, not `.word'.
13436
13437 2001-11-30 Jim Blandy <jimb@redhat.com>
13438
13439 Add assembly-source tests for s390-ibm-linux.
13440 * gdb.asm/s390.inc: New file.
13441 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13442 the S/390 architecture.
13443 * gdb.asm/configure: Regenerated.
13444
13445 2001-11-30 Michael Snyder <msnyder@redhat.com>
13446
13447 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13448 next, info source, info sources, info line, global and static
13449 variables, and static functions.
13450 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13451 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13452 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13453 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13454 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13455 (gdbasm_leave): Restore frame pointer.
13456 (gdbasm_startup): Copy stack set-up from crt0.S.
13457
13458 2001-11-26 Fernando Nasser <fnasser@redhat.com>
13459
13460 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13461 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13462 to a local (non-static) variable. Copy tstruct.a to a static buffer
13463 and return a pointer to that buffer.
13464 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13465
13466 2001-11-24 Mark Kettenis <kettenis@gnu.org>
13467
13468 * gdb.asm/configure.in: Fix recognition of ix86 target.
13469 * gdb.asm/configure: Regenerate.
13470
13471 2001-11-21 Michael Snyder <msnyder@redhat.com>
13472
13473 * gdb.asm/sparc.inc: New file.
13474 * gdb.asm/asm-source.exp: Recognize sparc target.
13475 * gdb.asm/configure.in: Recognize sparc target.
13476 * gdb.asm/configure: Regenerate.
13477
13478 2001-11-21 Michael Snyder <msnyder@redhat.com>
13479
13480 * gdb.asm/m32r.inc: New file.
13481 * gdb.asm/asm-source.exp: Recognize m32r target.
13482 * gdb.asm/configure.in: Recognize m32r target.
13483 * gdb.asm/configure: Regenerate.
13484
13485 2001-11-20 Michael Snyder <msnyder@redhat.com>
13486
13487 * gdb.asm/i386.inc: New file.
13488 * gdb.asm/asm-source.exp: Recognize ix86 target.
13489 * gdb.asm/configure.in: Recognize ix86 target.
13490 * gdb.asm/configure: Regenerate.
13491
13492 * gdb.c++/namespace.exp: Fix quotes in output messages.
13493
13494 2001-11-14 Michael Snyder <msnyder@redhat.com>
13495
13496 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
13497 qualifier in a type cast expression, to designate an address
13498 in the instruction space (Harvard architecture).
13499
13500 2001-11-13 Michael Snyder <msnyder@redhat.com>
13501
13502 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13503 Tests for expressions using 'const' and 'volatile'.
13504
13505 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
13506
13507 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13508
13509 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
13510
13511 * lib/mi-support.exp (mi_run_to_helper): Move comments
13512 outside of gdb_expect.
13513
13514 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
13515
13516 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13517 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13518 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13519 mi0_run_to): New functions.
13520 * gdb.mi/mi-simplerun.exp: Use them.
13521 * gdb.mi/mi0-simplerun.exp: Likewise.
13522 * gdb.mi/mi-var-cmd.exp: Likewise.
13523 * gdb.mi/mi0-var-cmd.exp: Likewise.
13524
13525 2001-11-10 Andrew Cagney <ac131313@redhat.com>
13526
13527 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13528 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13529
13530 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13531
13532 * gdb.base/restore.exp: Include $expected value in restored test
13533 message.
13534
13535 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13536
13537 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13538 implemented.
13539
13540 2001-11-08 Michael Snyder <msnyder@redhat.com>
13541
13542 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13543 Add pass/fail message for stop at breakpoint in call dummy function.
13544
13545 2001-11-07 Michael Snyder <msnyder@redhat.com>
13546
13547 * gdb.c++/templates.exp (test_template_breakpoints):
13548 If we get an overload menu, but it does not match what
13549 we expect, we still need to issue the "cancel" command.
13550 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13551 making the whitespace optional. Argument for "new" may be
13552 "unsigned" as well as "unsigned int/long".
13553 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
13554 making the whitespace optional. Also replace "(void) with
13555 "((void|)), making the keyword "void" optional.
13556 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
13557 making the whitespace optional. Also replace "(void) with
13558 "((void|)), making the keyword "void" optional.
13559 * gdb.base/callfuncs.c (t_float_values): This function must
13560 _not_ be prototyped, and the following function (t_float_values2)
13561 must be prototyped (if the compiler supports it), so that GDB
13562 can be tested against both cases. Usually one case involves
13563 promotion of float to double, while the other does not.
13564 * gdb.base/callfwmall.c: Ditto.
13565 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13566 includes a stack frame for "start".
13567
13568 2001-11-05 Jim Blandy <jimb@redhat.com>
13569
13570 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13571 pointers are 32 bits long, and that offsets of relocs are always
13572 stored in the data (REL-style), and not in the reloc entry itself
13573 (RELA-style).
13574 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13575 stabs.
13576
13577 2001-11-01 Michael Snyder <msnyder@redhat.com>
13578
13579 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13580 and regular expression operators by using quoting.
13581
13582 2001-10-31 Michael Snyder <msnyder@redhat.com>
13583
13584 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13585 depending on what the symbol table contains.
13586 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13587 the output of the ptype command. Similarly, accept both "const &"
13588 and "const&".
13589
13590 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
13591
13592 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13593 symbol `STORAGE' to allow to choose the storage class of
13594 the local datastructures.
13595 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13596 compiler directive.
13597
13598 2001-10-30 Michael Snyder <msnyder@redhat.com>
13599
13600 * gdb.base/jump.exp: Allow it to run for all targets.
13601
13602 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13603
13604 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13605 with new double_array size.
13606 (main): Change storage class of all local variables to static.
13607 Reduce size of double_array to 9.
13608 * gdb.base/call-ar-st.exp: Increase timeout value.
13609 Change expected output for double array to match new size in
13610 call-ar-st.c.
13611
13612 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13613
13614 * gdb.base/ending-run.exp: Create identical output when passing
13615 `step to end of run' case. Add regular expression branch satisfying
13616 Stormy16 target.
13617
13618 2001-10-28 Mark Kettenis <kettenis@gnu.org>
13619
13620 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13621 that we catch the expected failure under Linux/x86.
13622
13623 2001-10-29 Orjan Friberg <orjanf@axis.com>
13624
13625 * gdb.base/setvar.exp: Escape curly braces.
13626 * gdb.stabs/weird.exp: Ditto.
13627
13628 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
13629
13630 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13631 * gdm.mi/mi0-hack-cli.exp: Likewise.
13632
13633 2001-10-25 Andrew Cagney <ac131313@redhat.com>
13634
13635 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13636 messages.
13637
13638 2001-10-21 Andrew Cagney <ac131313@redhat.com>
13639
13640 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13641 checking MI enabled.
13642
13643 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
13644
13645 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13646
13647 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
13648
13649 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13650 if gdb child process crashes, just signal an error.
13651
13652 2001-10-02 Jim Blandy <jimb@redhat.com>
13653
13654 * lib/gdb.exp (test_xfail_format): Simplify.
13655
13656 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13657 front of the variable name `format'. Simplify `if'.
13658
13659 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13660
13661 * gdb.threads/pthreads.exp: Wait for output and delay
13662 before sending ^C.
13663
13664 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13665
13666 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13667 some incorrect output instead of timing out.
13668 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13669
13670 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
13671
13672 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13673 check to allow additional `int'.
13674
13675 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
13676
13677 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13678 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13679
13680 2001-09-27 Michael Snyder <msnyder@redhat.com>
13681
13682 * lib/gdb.exp (test_debug_format): New proc.
13683 (setup_xfail_format): Use new proc test_debug_format.
13684 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13685 proc; use new service proc test_debug_format.
13686 Replace all other "gcc_compiled" tests with this test.
13687 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13688 proc; use new service proc test_debug_format.
13689 Replace all other "gcc_compiled" tests with this test.
13690
13691 2001-09-27 Michael Snyder <msnyder@redhat.com>
13692
13693 * gdb.base/cvexpr.exp: New file.
13694 * gdb.base/cvexpr.c: New file
13695 Test for expressions using const and volatile keywords.
13696
13697 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
13698
13699 * gdb.base/constvars.exp: Check for different orders of keywords
13700 and additional "int" strings in output.
13701
13702 2001-09-22 Andrew Cagney <ac131313@redhat.com>
13703
13704 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13705 responses from "help maint".
13706
13707 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
13708
13709 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13710 to localhost:NNN instead of :NNN, in case Xvfb is listening
13711 only on TCP.
13712
13713 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
13714
13715 * gdb.base/recurse.exp: When checking leaving the watchpoint
13716 scope, recognize when gdb is in function's epilogue and pass.
13717
13718 2001-09-18 Keith Seitz <keiths@redhat.com>
13719
13720 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13721 support for running tests against sid targets.
13722 (gdbtk_done): Ditto.
13723
13724 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
13725
13726 * gdb.base/ending-run.c (main): Set stdout buffersize
13727 to the same reasonable value for any target.
13728 * gdb.base/ending-run.exp: Add a regular expression
13729 to make testsuite happy on Sanyo Stormy16 target.
13730
13731 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
13732
13733 * gdb.base/display.c (do_loops): Add float variable `f'.
13734 Increment f in loop.
13735 * gdb.base/display.exp: Increment timeout by 60 seconds.
13736 Change float display test to use variable `f'.
13737
13738 2001-09-17 Jim Blandy <jimb@redhat.com>
13739
13740 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
13741 overflowing the limited breakpoint tables on some ROM monitors
13742 (like the ROM68K).
13743
13744 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
13745
13746 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
13747 the "-ac" (disable access control) flag.
13748
13749 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
13750
13751 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
13752 ints.
13753
13754 2001-08-30 Keith Seitz <keiths@redhat.com>
13755
13756 * lib/gdb.exp: Move all insight-related functionality into
13757 separate file.
13758 * lib/insight-support.exp: New file.
13759
13760 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
13761
13762 * config/sid.exp (sid_start): Never set sid verbosity; disable
13763 expect_background {} that consumed its stdout; tolerate </dev/null.
13764 Attempt to set endianness override in "sid" protocol mode. Cleanup.
13765
13766 2001-08-18 Andrew Cagney <ac131313@redhat.com>
13767
13768 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
13769 CLI jump command to start it.
13770 (mi_run_to_main): Fail immediatly when unexpected output.
13771
13772 2001-08-18 Andrew Cagney <ac131313@redhat.com>
13773
13774 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
13775 beginning of function. Fix PR gdb/191.
13776
13777 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
13778
13779 * config/sid.exp (sid_start): Don't warn if we cannot figure out
13780 what to force sid endianness to.
13781
13782 2001-08-15 Keith Seitz <keiths@redhat.com>
13783
13784 * lib/gdb.exp (gdbtk_start): Don't set environment
13785 variables for TCL_LIBRARY and friends. Insight will
13786 now figure these out for itself.
13787
13788 2001-08-02 Michael Snyder <msnyder@redhat.com>
13789
13790 * gdb.base/completion.exp: Remove the symbol "a64l" from
13791 the expect string; this is target-specific, and not related
13792 to what is being tested.
13793
13794 2001-08-02 Dave Brolley <brolley@redhat.com>
13795
13796 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
13797
13798 2001-07-25 Michael Snyder <msnyder@redhat.com>
13799
13800 * gdb.base/consecutive.exp: New file. Test stepping over
13801 breakpoints on consecutive instructions.
13802 * gdb.base/consecutive.c: New file.
13803
13804 * gdb.base/call-rt-st.exp: Use double-backslash to quote
13805 curly braces in regular expressions.
13806
13807 2001-07-25 Michael Snyder <msnyder@redhat.com>
13808
13809 * gdb.base/ending-run.exp: Accept "Program exited normally" as
13810 legitimate output from stepping out of main.
13811
13812 2001-07-22 Keith Seitz <keiths@redhat.com>
13813
13814 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
13815 the empty string, do not run the tests.
13816
13817 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13818
13819 * gdb.base/long_long.exp: Detect size of pointer. Take into
13820 account 2-byte pointers when testing for p/a results.
13821
13822 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13823
13824 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
13825 and defined to 1K for m68hc11.
13826 (random_data): Reduce table to 1K for embedded platforms (68hc11).
13827 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
13828 (sizeof_random_data): New variable to tell the size of the data table;
13829 don't test past this size; always run to main.
13830
13831 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13832
13833 * gdb.base/return2.exp: return of long long and double fails for
13834 68HC11; don't execute these tests on that platform.
13835 * gdb.base/return.exp: Return of a double fails for 68hc11.
13836
13837 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13838
13839 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
13840 tests that print a float.
13841 * call-rt-st.exp: Likewise.
13842
13843 2001-07-12 Mark Kettenis <kettenis@gnu.org>
13844
13845 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
13846 running this test on Linux.
13847
13848 2001-06-24 Michael Chastain <chastain@redhat.com>
13849
13850 * gdb.base/arithmet.exp: Remove some tests to make all test names
13851 unique.
13852
13853 2001-07-03 Michael Snyder <msnyder@redhat.com>
13854
13855 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
13856 the output of the ptype command.
13857
13858 2001-07-02 Michael Snyder <msnyder@redhat.com>
13859
13860 * gdb.base/completion.exp: Don't assume that break.c is the only
13861 source file that may contain functions named "marker".
13862 * gdb.base/corefile.exp: Quote the curly braces in regexp.
13863
13864 2001-06-28 Andrew Cagney <ac131313@redhat.com>
13865
13866 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
13867 of files to delete.
13868
13869 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
13870 * gdb.disasm/h8300s.exp: New file.
13871 gdb.disasm/h8300s.s: Likewise.
13872
13873 2001-06-27 Andrew Cagney <ac131313@redhat.com>
13874
13875 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
13876 empty breakpoint tables.
13877
13878 2001-06-25 Andrew Cagney <ac131313@redhat.com>
13879
13880 * lib/mi-support.exp: Update args=... part of stop-reason
13881 patterns. Accept either a list or a tuple.
13882
13883 2001-06-23 Andrew Cagney <ac131313@redhat.com>
13884
13885 * lib/mi-support.exp: Remove local emacs variable defining
13886 change-log-default-name.
13887
13888 2001-06-22 Michael Chastain <chastain@redhat.com>
13889
13890 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
13891 This is operationally compatible with the previous version.
13892
13893 2001-06-13 Jim Blandy <jimb@redhat.com>
13894
13895 * lib/gdb.exp (gdb_test): Doc fix.
13896
13897 2001-06-10 Michael Chastain <chastain@redhat.com>
13898
13899 * gdb.base/exprs.exp: Remove a duplicate test.
13900
13901 2001-06-06 Jim Blandy <jimb@redhat.com>
13902
13903 * gdb.base/return2.exp (main): Use values to test float and double
13904 returns that are not NaN's, to avoid being confused by IEEE
13905 comparison rules.
13906
13907 2001-06-04 Michael Snyder <msnyder@redhat.com>
13908
13909 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
13910 non-zero if control_c fails. Terminate the test on failure,
13911 rather than wait for 12 more tests to time out.
13912
13913 2001-06-06 Jim Blandy <jimb@redhat.com>
13914
13915 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
13916 Don't forget to match the GDB prompt.
13917
13918 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
13919
13920 2001-06-04 Jim Blandy <jimb@redhat.com>
13921
13922 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
13923 command.
13924
13925 2001-05-31 Kevin Buettner <kevinb@redhat.com>
13926
13927 * gdb.base/annota1.exp (info break): Match four or more spaces
13928 after "Address".
13929
13930 2001-05-31 Michael Chastain <chastain@redhat.com>
13931
13932 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
13933 (dm_type_int_star): Likewise.
13934 (dm_type_long_star): Likewise.
13935 (dm_type_void_star): Likewise.
13936
13937 2001-05-29 Kevin Buettner <kevinb@redhat.com>
13938
13939 * gdb.base/completion.exp (INPUTRC): Set this environment variable
13940 to a known value in order to get consistent results regardless
13941 of the setting of INPUTRC or the presence or contents of .inputrc.
13942
13943 2001-05-24 Michael Snyder <msnyder@redhat.com>
13944
13945 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
13946 Don't require that the main thread and the manager thread are the
13947 first in the list.
13948
13949 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
13950 debugging. If test fails, issue an "unsupported" not a "fail".
13951
13952 2001-05-24 Jim Blandy <jimb@redhat.com>
13953
13954 Don't assume that short is shorter than int.
13955 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
13956 assume that shorts are smaller than ints. On a 16-bit machine,
13957 this isn't true.
13958 ("print unsigned char == (~0)"): Add test that verifies that ~0,
13959 an int, is not equal to ~0 stored in an unsigned char. This tests
13960 the same thing that the previous test meant to, but works on
13961 16-bit machines, too.
13962 ("print unsigned char != (~0)"): Same test, complemented.
13963
13964 2001-05-24 Michael Snyder <msnyder@redhat.com>
13965
13966 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
13967 test for (full_coverage == 0). This makes the test run faster,
13968 and prevents dejagnu getting out of step.
13969
13970 2001-05-23 Kevin Buettner <kevinb@redhat.com>
13971
13972 * gdb.base/finish.exp (finish_void): Revise pattern for
13973 stopping on the call statement to not permit stopping at
13974 the start of the instructions comprising the call sequence.
13975
13976 2001-05-19 Michael Chastain <chastain@redhat.com>
13977
13978 * gdb.base/callfuncs.exp: Make all test names unique.
13979 * gdb.base/commands.exp: Make all test names unique.
13980 * gdb.base/condbreak.exp: Make all test names unique.
13981 * gdb.base/dbx.exp: Make all test names unique.
13982 * gdb.base/default.exp: Make all test names unique.
13983 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
13984 and TIMEOUT messages to their corresponding PASS message.
13985 * gdb.base/ending-run.exp: Make all test names unique.
13986 * gdb.base/long_long.exp: Remove duplicate test.
13987
13988 2001-05-21 Kevin Buettner <kevinb@redhat.com>
13989
13990 * gdb.base/finish.exp (finish_void): Allow "finish" command to
13991 stop on the call statement as well as the statement after the
13992 call.
13993
13994 2001-05-21 Michael Snyder <msnyder@redhat.com>
13995
13996 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
13997
13998 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
13999
14000 * gdb.base/completion.exp: Revamp test. Make it execute on all
14001 platforms.
14002
14003 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
14004
14005 * config/gdbserver.exp (gdb_load): Handle the case
14006 in which the arguments to gdbserver are given in the
14007 baseboard configuration file.
14008 Also handle the case in which the server needs to do a
14009 load.
14010
14011 2001-05-07 Keith Seitz <keiths@cygnus.com>
14012
14013 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14014 set up the display for testing.
14015 (gdbtk_start): Convert all paths to paths that tcl will like.
14016 Export target information to environment.
14017 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14018 necessary.
14019 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14020 (to_tcl_path): New proc to convert a given pathname into
14021 a path acceptible as an argument to a tcl command.
14022 (_gdbtk_export_target_info): New proc to export target info
14023 into the environment for gdbtk testing.
14024 (gdbtk_done): New proc to signal end-of-test.
14025
14026 2001-05-06 Jim Blandy <jimb@redhat.com>
14027
14028 * restore.c: Make the code of caller0 correspond to its comment.
14029
14030 2001-05-03 Michael Snyder <msnyder@redhat.com>
14031
14032 * config/sid.exp (gdb_target_sid): Check for error messages.
14033 On error or timeout, don't make expect exit (which will terminate
14034 all subsequent tests); instead just make gdb exit.
14035 (gdb_load): Check for error messages. On error or timeout,
14036 return a negative value.
14037
14038 2001-04-24 Jim Blandy <jimb@redhat.com>
14039
14040 * gdb.c++/templates.exp: If we see the prompt for the overload
14041 list, but we haven't recognized any of the longer patterns,
14042 arrange for this test to fail, not hang.
14043
14044 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14045 variations.
14046
14047 2001-04-22 Michael Chastain <chastain@redhat.com>
14048
14049 * gdb.c++/local.exp: Use the 'runto' library function.
14050 * gdb.c++/namespace.exp: Likewise.
14051 * gdb.c++/overload.exp: Likewise.
14052
14053 2001-03-26 Kevin Buettner <kevinb@redhat.com>
14054
14055 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14056 * gdb.base/step-line.exp: New file. Test step/next in presence of
14057 #line directives.
14058 * gdb.base/step-line.c: New file. Test program for the above.
14059 * gdb.base/step-line.inp: New file. We pretend that this file has
14060 been transformed by some other tool into step-line.c.
14061
14062 2001-03-21 Jim Blandy <jimb@redhat.com>
14063
14064 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14065 unmangled operator names.
14066
14067 2001-03-20 Jim Blandy <jimb@redhat.com>
14068
14069 * gdb.threads/linux-dp.exp: Recognize an additional message
14070 generated by GDB when it doesn't understand how to debug threads
14071 on the target system.
14072
14073 2001-03-19 Andrew Cagney <ac131313@redhat.com>
14074
14075 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14076
14077 2001-03-12 Michael Chastain <chastain@redhat.com>
14078
14079 * gdb.c++/derivation.exp: Use the 'runto' library function.
14080
14081 2001-03-12 Michael Chastain <chastain@redhat.com>
14082
14083 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14084
14085 2001-02-24 Michael Chastain <chastain@redhat.com>
14086
14087 * gdb.c++/ref-types.exp: Change handwritten code to library
14088 function 'runto'.
14089
14090 2001-03-16 Orjan Friberg <orjanf@axis.com>
14091
14092 * gdb.base/signals.exp: Set count to 0 explicitly.
14093
14094 2001-03-15 Mark Salter <msalter@redhat.com>
14095
14096 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14097 (gdb_target_monitor): Add check of gdb_target_cmd return value.
14098 (gdb_load): Add support for additional target_info: gdb_download_size
14099 and gdb_load_timeout.
14100
14101 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14102
14103 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14104 file -- to prevent failing when the compile fails but we have no
14105 intention of running the tests anyway.
14106
14107 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14108 tests if set.
14109
14110 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14111 integers.
14112
14113 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14114 * gdb.c++/namespace.exp: Ditto.
14115
14116 2001-03-07 Orjan Friberg <orjanf@axis.com>
14117
14118 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14119 * gdb.base/pointers.exp: Relax pattern match of decimals.
14120
14121 2001-03-06 Kevin Buettner <kevinb@redhat.com>
14122
14123 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14124 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14125 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14126 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14127 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14128 config/sh.exp, config/sid.exp, config/slite.exp,
14129 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14130 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14131 config/vxworks.exp, config/vxworks29k.exp,
14132 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14133 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14134 gdb.base/arithmet.exp, gdb.base/assign.exp,
14135 gdb.base/async.exp, gdb.base/attach.exp,
14136 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14137 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14138 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14139 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14140 gdb.base/commands.exp, gdb.base/completion.exp,
14141 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14142 gdb.base/constvars.exp, gdb.base/corefile.exp,
14143 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14144 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14145 gdb.base/ending-run.exp, gdb.base/environ.exp,
14146 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14147 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14148 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14149 gdb.base/funcargs.exp, gdb.base/help.exp,
14150 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14151 gdb.base/logical.exp, gdb.base/long_long.exp,
14152 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14153 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14154 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14155 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14156 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14157 gdb.base/regs.exp, gdb.base/relational.exp,
14158 gdb.base/remote.exp, gdb.base/reread.exp,
14159 gdb.base/restore.exp, gdb.base/return2.exp,
14160 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14161 gdb.base/selftest.exp, gdb.base/setshow.exp,
14162 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14163 gdb.base/sigall.exp, gdb.base/signals.exp,
14164 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14165 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14166 gdb.base/step-test.exp, gdb.base/structs.c,
14167 gdb.base/structs.exp, gdb.base/structs2.exp,
14168 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14169 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14170 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14171 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14172 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14173 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14174 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14175 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14176 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14177 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14178 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14179 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14180 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14181 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14182 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14183 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14184 gdb.trace/circ.exp, gdb.trace/collection.exp,
14185 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14186 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14187 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14188 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14189 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14190 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14191 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14192 notices.
14193
14194 2001-02-27 Michael Snyder <msnyder@cygnus.com>
14195
14196 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14197 first arg is int not float.
14198
14199 2001-02-22 Michael Snyder <msnyder@cygnus.com>
14200
14201 * gdb.base/reread.exp: Unsupported for non-native targets;
14202 doesn't work for remote debugging.
14203
14204 2001-02-19 Fernando Nasser <fnasser@redhat.com>
14205
14206 From Drew Moseley <dmoseley@redhat.com>
14207 * gdb.base/ending-run.exp: Properly handle the BSP state when
14208 stepping past the end of main.
14209
14210 2001-02-19 John Moore <jmoore@redhat.com>
14211
14212 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14213 Converted HPUX fix for non-expected items following multiple
14214 step commands into general solution for all platforms.
14215
14216 2001-02-18 Michael Chastain <chastain@redhat.com>
14217
14218 * gdb.c++/classes.exp (do_tests): Change runto statements
14219 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14220 statements demangler agnostic.
14221 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14222 (gdb_virtfunc_restart): Likewise.
14223
14224 2001-02-14 Michael Chastain <chastain@redhat.com>
14225
14226 * gdb.c++/inherit.exp (do_tests): Change runto statements
14227 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14228 statements demangler agnostic.
14229
14230 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14231
14232 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14233 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14234 before calling common_routine 15 times'' tests.
14235
14236 2001-02-11 Michael Chastain <chastain@redhat.com>
14237
14238 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14239 Helps the test script figure out which demangler is in use.
14240 (dm_type_foo_ref): Ditto.
14241 (dm_type_int_star): Ditto.
14242 (dm_type_long_star): Ditto.
14243 (dm_type_unsigned_int): Ditto.
14244 (dm_type_void): Ditto.
14245 (dm_type_void_star): Ditto.
14246 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
14247 Probe the gdb demangler and set variables to accommodate
14248 formatting differences.
14249 (info_func_regexp): New function. Same as info_func, but
14250 matches against a regexp.
14251 (info_func): Match against a literal string.
14252 (print_addr_2): New function. Match against a literal string,
14253 which can be different from the input to gdb.
14254 (print_addr): Simply call print_addr_2 with the same argument twice.
14255 (test_lookup_operator_functions): Use demangler formatting variables.
14256 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14257 the tests in the same order as the C++ class declaration.
14258 (test_paddr_operator_functions): Ditto.
14259 (test_paddr_overloaded_functions): Ditto.
14260 (test_paddr_hairy_functions): Use demangler formatting variables.
14261 Add reference to gdb/19 for related tests.
14262 (do_tests): Call probe_demangler.
14263
14264 2001-01-30 Kevin Buettner <kevinb@redhat.com>
14265
14266 * gdb.c++/templates.cc (printf): Remove unused function definition.
14267
14268 2001-01-26 Felix Lee <flee@redhat.com>
14269
14270 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14271
14272 2001-01-25 matthew green <mrg@redhat.com>
14273
14274 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14275 up sid.
14276 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14277
14278 2001-01-25 matthew green <mrg@redhat.com>
14279
14280 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
14281 Deprecate $sid_spawn_id.
14282 (sid_exit): Remove code necessary only for `spawn.'
14283
14284 2001-01-25 matthew green <mrg@redhat.com>
14285
14286 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14287
14288 2001-01-28 Michael Chastain <chastain@redhat.com>
14289
14290 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14291 to call when tests fail. It takes gdb out of the overloaded
14292 function choice menu back to the main prompt, so that the test
14293 program stays synchronized.
14294 (set_bp_overloaded): New proc to collect all the common
14295 code for setting a breakpoint on an overloaded name. Calls
14296 take_gdb_out_of_choice_menu when needed.
14297 (menu_overload1arg): New variable to collect the repeated
14298 instances of the expected menu for an overloaded name. Change
14299 the regular expression to handle changes in g++ type encoding:
14300 "void" can be either "void" or "", and "unsigned int" can be
14301 either "unsigned int" or "unsigned".
14302 (continue_to_bp_overloaded): Change regular expressions to handle
14303 changes in g++ type encoding.
14304 (no proc): Call take_gdb_out_of_choice_menu when needed.
14305 Remove redundant calls to "info break". Accept either "canceled"
14306 or "cancelled". Change regular expressions in "info break"
14307 calls to handle changes in g++ type encoding. Give all tests
14308 unique strings.
14309
14310 2001-01-17 Ben Elliston <bje@redhat.com>
14311
14312 * config/sid.exp: New file.
14313
14314 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14315
14316 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14317
14318 2000-12-21 Michael Snyder <msnyder@cygnus.com>
14319
14320 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14321 Add a RE to accept a non-ascii char if one is ever presented.
14322
14323 2000-12-20 Fernando Nasser <fnasser@redhat.com>
14324
14325 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
14326
14327 2000-12-18 Michael Snyder <msnyder@cygnus.com>
14328
14329 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
14330 in regexp. One '\' does not suffice on Linux.
14331
14332 2000-12-09 Michael Chastain <chastain@redhat.com>
14333
14334 * gdb.base/break.exp (test_clear_command): Use a marker function
14335 rather than 'main' for the test function. Also move this
14336 test to an execution point where the marker function names are
14337 guaranteed to be bound to functions. (Executing tests after a
14338 'finish' from main runs into name conflicts with local names
14339 in __libc_start_main).
14340
14341 2000-12-07 Michael Snyder <msnyder@cygnus.com>
14342
14343 * gdb.base/finish.exp: New test for gdb's "finish" command.
14344 * gdb.base/return2.exp: New test for gdb's "return" command.
14345 * gdb.base/return2.c: New source file for above.
14346
14347 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14348
14349 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14350 * gdb.base/miscexprs.exp: Ditto.
14351 * gdb.base/pointers.exp: Ditto.
14352 * gdb.c++/derivation.exp: Ditto.
14353 * gdb.c++/local.exp: Ditto.
14354 * gdb.c++/namespace.exp: Ditto.
14355 * gdb.c++/overload.exp: Ditto.
14356 * gdb.c++/ref-types.exp: Ditto.
14357
14358 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14359
14360 * gdb.base/constvars.exp: Test result of "up" command.
14361 * gdb.base/miscexprs.exp: Ditto.
14362 * gdb.base/pointers.exp: Ditto.
14363 * gdb.base/scope.exp: Ditto.
14364 * gdb.c++/derivation.exp: Ditto.
14365 * gdb.c++/local.exp: Ditto.
14366 * gdb.c++/namespace.exp: Ditto.
14367 * gdb.c++/overload.exp: Ditto.
14368 * gdb.c++/ref-types.exp: Ditto.
14369
14370 2000-11-22 Michael Chastain <chastain@redhat.com>
14371
14372 * mips_pro.exp: Accept either "middle -> top -> main" or
14373 "middle -> main" in the backtrace, because gcc can optimize
14374 tail calls to jumps. Remove setup_xfail for the hppa case.
14375 Add a comment with the original warning messages from PR 3016,
14376 which was filed in 1993, to preserve them for posterity.
14377
14378 2000-11-17 Nick Duffek <nsd@redhat.com>
14379
14380 * lib/gdb.exp (gdb_test): Override timeout with board info.
14381
14382 2000-11-17 Nick Duffek <nsd@redhat.com>
14383
14384 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14385 the second kill and detach messages.
14386
14387 2000-11-17 Nick Duffek <nsd@redhat.com>
14388
14389 * configure.in: Add AC_EXEEXT.
14390 * configure: Regenerate.
14391 * Makefile.in (just-check): Export EXEEXT.
14392 * lib/gdb.exp ($EXEEXT): Import from environment.
14393 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14394 expect "maint dump-me" on Cygwin.
14395 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14396 $EXEEXT.
14397
14398 2000-11-17 Nick Duffek <nsd@redhat.com>
14399
14400 * gdb.base/break.exp: Test backtrace and finish from called
14401 function on all platforms, not just HP-UX.
14402
14403 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14404
14405 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14406 code from gdb_target_monitor, so it can be used independantly
14407 for gdbserver. Also comment out an unnecessary PUTS.
14408
14409 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14410
14411 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14412 * gdb.base/corefile.exp: Expect the message "Program is being
14413 debugged already" when we send the "corefile" command, since
14414 the preceeding gdb_load may have connected gdb to a remote target.
14415 * gdb.base/display.exp: Disable hardware watchpoints if new
14416 board info variable "no_hardware_watchpoints" is true.
14417 Replace single-letter commands with more readable ones.
14418 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14419 if new board info variable "no_hardware_watchpoints" is true.
14420 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14421 to see if stdio (printf) testing is possible.
14422 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14423 board info variable "no_hardware_watchpoints" is true. Use new
14424 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14425
14426 2000-11-13 Fernando Nasser <fnasser@redhat.com>
14427
14428 From Orjan Friberg <orjanf@axis.com>:
14429 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14430 in array print pattern match.
14431
14432 2000-11-09 Fernando Nasser <fnasser@redhat.com>
14433
14434 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14435 spelling "cancelled" to U.S. spelling "canceled" to match changes
14436 made to gdb.
14437 * gdb.c++/ovldbreak.exp: Ditto.
14438
14439 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14440
14441 * gdb.base/callfuncs.c (main): Moved to end of file, call
14442 t_double_values to initialize the FPU before inferior calls are made.
14443 * gdb.base/callfuncs.exp: Test for register preservation after calling
14444 inferior functions. Add tests for continuining, finishing and
14445 returning from a stop in a call dummy.
14446
14447 2000-10-24 Michael Snyder <msnyder@cygnus.com>
14448
14449 * gdb.base/commands.exp: Break up long lines, and re-indent.
14450
14451 2000-10-19 Michael Snyder <msnyder@cygnus.com>
14452
14453 * config/gdbserver.exp: Rewritten from the ground up, to make it
14454 compatible with the current dejagnu tree, and to make it work with
14455 the new "gdbserver" in libremote.
14456
14457 2000-10-16 Michael Snyder <msnyder@cygnus.com>
14458
14459 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14460 * gdb.base/varargs.exp: Skip entire test if no printf support.
14461 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14462 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14463
14464 2000-10-13 Michael Snyder <msnyder@cygnus.com>
14465
14466 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14467 no floating point support.
14468 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14469 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14470 * gdb.base/call-rt-st.exp: Ditto.
14471 * gdb.base/call-strs.exp: Ditto.
14472
14473 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14474
14475 * gdb.base/sizeof.c: include <stdio.h>.
14476
14477 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
14478 'finish', otherwise uncaptured gdb_prompt would potentially
14479 throw remaining test points out of sync.
14480
14481 2000-07-26 Scott Bambrough <scottb@netwinder.org>
14482
14483 * gdb.base/recurse.exp: Run tests for all targets.
14484 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14485 gnu-oldld case on ARM.
14486 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14487 for ARM targets.
14488
14489 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14490
14491 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14492 * gdb.java/configure: Rebuild.
14493
14494 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14495
14496 * gdb.java/jv-exp.exp: New file.
14497
14498 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14499
14500 * configure: Rebuilt.
14501 * configure.in (configdirs): Add gdb.java.
14502 * gdb.java/jmisc.java: New file.
14503 * gdb.java/jmisc.exp: New file.
14504 * gdb.java/Makefile.in: New file.
14505 * gdb.java/configure: Rebuilt.
14506 * gdb.java/configure.in: New file.
14507 * lib/java.exp: New file.
14508
14509 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14510
14511 * gdb.base/exprs.exp: Test casts to a pointer including over and
14512 underflow.
14513
14514 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14515
14516 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14517 and the compilers sizes.
14518
14519 2000-07-09 Nick Duffek <nsd@redhat.com>
14520
14521 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14522 (use_methods): New function.
14523 (main): Call use_methods().
14524 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14525 (do_tests): Call test_method_param_class.
14526
14527 2000-07-09 Nick Duffek <nsd@redhat.com>
14528
14529 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14530 spelling.
14531 (test_enums): New procedure. Move enum tests from end of script
14532 to here. Set breakpoint on function name instead of line number.
14533 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14534 (enums2): New marker function.
14535 (enums1): New function.
14536 (main): Call enums1(). Move enum tests to enums1().
14537
14538 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14539
14540 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14541 compile/link program. Update line numbers.
14542 * gdb.asm/d10v.inc: Define ``startup''.
14543 * gdb.asm/asmsrc1.s: Add definition of _start.
14544
14545 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14546
14547 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14548
14549 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14550
14551 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14552 of 'help maint print' command.
14553
14554 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14555
14556 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14557 they use gdb_expect_list.
14558
14559 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14560
14561 * gdb.base/commands.exp: Use ``set remote
14562 memory-read-packet-size'' instead of ``set endian big'' to test
14563 long commands.
14564
14565 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
14566
14567 * gdb.c++/templates.exp (do_tests): Make all of these work under
14568 g++, and stop skipping them.
14569
14570 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14571 work under g++.
14572
14573 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
14574 initialization.
14575
14576 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14577
14578 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14579 the regular expression: accept an (almost) arbitrary sequence of
14580 "frames-invalid" and "breakpoints-invalid" messages both before
14581 and after the "starting" message.
14582
14583 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14584
14585 * gdb.c++/local.exp: This test has never been known to work with g++.
14586
14587 2000-05-18 Michael Snyder <msnyder@cygnus.com>
14588
14589 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14590 Relax the regular expression a little, make it pass on Solaris 8.
14591
14592 2000-05-12 Kevin Buettner <kevinb@redhat.com>
14593
14594 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
14595 a call, do not require that gdb stop on the line after the call.
14596 Instead, it is permissible for gdb to stop on the line of the
14597 call itself.
14598
14599 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
14600
14601 * gdb.base/break.exp (bp on small function, optimized file):
14602 Add a second pass pattern. The behavior differs here between stabs
14603 and dwarf for one-line functions. Stabs preserves two line symbols
14604 (one before the prologue and one after) with the same line number,
14605 but dwarf regards these as duplicates and discards one of them.
14606 Therefore the address after the prologue (where the breakpoint is)
14607 has no exactly matching line symbol, and GDB reports the breakpoint
14608 as if it were in the middle of a line rather than at the beginning.
14609
14610 2000-05-08 Michael Snyder <msnyder@cygnus.com>
14611
14612 * gdb.base/interrupt.exp: Make "pass" message say "send"
14613 rather than "send_gdb" (for consistancy).
14614
14615 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14616
14617 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14618 * gdb.c++/templates.cc: Properly check for GCC version number.
14619 * lib/compiler.cc: Likewise
14620
14621 2000-04-28 Michael Snyder <msnyder@cygnus.com>
14622
14623 * gdb.base/break.exp: When compiled with -O2 optimization,
14624 gdb may not stop at the first line of main, due to code motion.
14625
14626 2000-04-26 Michael Snyder <msnyder@cygnus.com>
14627
14628 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14629 This test depends on parsing the printf output from the target.
14630 Since the sparclet stub doesn't do stdio, this will never work.
14631 * gdb.base/call-rt-st.exp: ditto.
14632 * gdb.base/call-strs: ditto.
14633
14634 2000-04-24 Michael Snyder <msnyder@cygnus.com>
14635
14636 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14637
14638 * gdb.base/ending-run.exp: After connecting to a remote target,
14639 but before running, the target will appear to be in a random
14640 location. Specify both a file and a line for breakpoints.
14641 Also, the function that calls main may be called 'init'
14642 rather than 'start'.
14643
14644 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14645
14646 * gdb.base/help.exp: Update output for add-symbol-file command.
14647
14648 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
14649
14650 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14651 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14652
14653 2000-04-07 J.T. Conklin <jtc@redback.com>
14654
14655 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14656
14657 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14658
14659 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14660
14661 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14662 values that can be represented exactly.
14663 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14664 above change, and to not check against the directory part of the source
14665 file name.
14666 (step into print_long_arg_list): Likewise.
14667 (print print_small_structs from print_long_arg_list): Likewise.
14668 (print print_long_arg_list): Likewise.
14669
14670 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14671
14672 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
14673
14674 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14675
14676 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14677
14678 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
14679
14680 * gdb.base/commands.exp (deprecated_command_test): Add test for
14681 deprecate with no arguments.
14682
14683 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14684
14685 * gdb.base/break.exp: Add new test for setting breakpoints on
14686 optimized code so we can test breakpoints work even when function
14687 prologues may be optimized away
14688
14689 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14690
14691 From David Whedon <dwhedon@gordian.com>
14692 * gdb.base/commands.exp : Added command deprecator tests.
14693
14694 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
14695
14696 * gdb.base/help.exp: Added test for new apropos command.
14697
14698 2000-03-21 Kevin Buettner <kevinb@redhat.com>
14699
14700 * gdb.base/pointers.c (usevar): New function.
14701 (main): Make sure that global variables v_int_pointer2, rptr,
14702 and y are all referenced someplace in the program by calling
14703 usevar() on them. [Some linkers delete symbols which are
14704 never referenced. The space remains, but there's no way to
14705 get a (symbolic) handle on the variable from the debugger.]
14706
14707 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14708
14709 * gdb.base/printcmds.c: Add typedeffed arrays.
14710
14711 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14712 procedure to test arrays that are typedef'd.
14713
14714 2000-03-13 James Ingham <jingham@leda.cygnus.com>
14715
14716 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
14717 the library directories.
14718
14719 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14720
14721 * configure.in (configdirs): Add sub directory gdb.mi.
14722 * configure: Re-generate.
14723
14724 * gdb.mi: New directory.
14725
14726 2000-02-25 Scott Bambrough <scottb@netwinder.org>
14727
14728 * gdb.base/long_long.exp: Correct test suite failure when printing
14729 a long long value as a double on ARM platforms.
14730
14731 2000-02-16 Jim Blandy <jimb@redhat.com>
14732
14733 * gdb.base/break.exp ("breakpoint line number"): Make sure the
14734 default source file is set properly before running this test.
14735
14736 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14737
14738 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
14739 gdbtk/library directory, not in gdbtcl2.
14740
14741 2000-02-04 Jim Blandy <jimb@redhat.com>
14742
14743 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
14744 backslash from regexp pattern.
14745
14746 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
14747 procedure. Use it to run all the "continue to bp overloaded"
14748 tests. Note that this changes the names of the tests slightly.
14749 If the breakpoint hit message includes a hex PC value, because
14750 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
14751 from the real source code, still consider that a pass.
14752
14753 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
14754 XFAIL here if the breakpoint message contains a hex address. Note
14755 similar change on 1999-11-02.
14756
14757 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
14758
14759 * gdb.base/ptype.exp: Establish a default source file before
14760 calling get_debug_format.
14761
14762 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
14763
14764 * gdb.base/watchpoint.exp: Remove duplication of test messages.
14765
14766 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14767
14768 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
14769 of successive stepi commands -- while in the prologue we should see
14770 the function entry bracket.
14771
14772 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14773
14774 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
14775 reach __change_mode() when stepping through the end of main().
14776
14777 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
14778
14779 * gdb.base/default.exp: Fix expected pattern.
14780 * gdb.base/help.exp: Same.
14781
14782 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14783
14784 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
14785 Don't use xfail's because that affects only the following test.
14786
14787 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
14788 solaris or linux.
14789
14790 * gdb.base/selftest.exp: Update to reflect changes to main.c.
14791
14792 2000-01-07 Michael Snyder <msnyder@cygnus.com>
14793
14794 * gdb.base/display.exp: Some yacc parsers like to say
14795 "A syntax error" rather than "A parse error". Accept both.
14796
14797 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
14798
14799 * gdb.base/default.exp: Remove OS dependent string from "target
14800 remote" test.
14801 * gdb.base/help.exp: Same for "help target remote" test.
14802
14803 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14804
14805 From Jim Kingdon <kingdon@redhat.com>:
14806
14807 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
14808 prompt (cleanup rather than necessity, but still might keep output
14809 from spilling to next test).
14810
14811 2000-01-02 Fred Fish <fnf@cygnus.com>
14812
14813 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
14814 AIX, which defines them in <sys/types.h>.
14815
14816 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
14817
14818 * gdb.base/default.exp: Match arm* etc instead of arm in "info
14819 float" test.
14820
14821 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
14822
14823 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
14824
14825 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
14826 outermost frame disallowed".
14827
14828 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
14829
14830 * gdb.base/setvar.exp: New tests for setting the value of a struct
14831 with a constant list.
14832
14833 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
14834
14835 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
14836 require the user to type a cast before setting the value of a struct.
14837
14838 1999-12-06 Jim Blandy <jimb@cygnus.com>
14839
14840 * gdb.base/default.exp: Expect the new 'info float' command on
14841 all i386 platforms.
14842
14843 * gdb.threads/linux-dp.exp: Expand our ability to recognize
14844 LinuxThreads libraries that don't support debugging.
14845
14846 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
14847
14848 * gdb.base/remote.c: Fill the buffer with truely random data.
14849 Change the buffer type to ``unsigned char'' to simplify size
14850 arithmetic.
14851
14852 * gdb.base/remote.exp: Reduce download numbers by one. Typical
14853 stub only handles 400-1 byte packets. Verify that the download
14854 worked.
14855
14856 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
14857
14858 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
14859 tests, using UNRESOLVED for the untested cases. Also, does not wait
14860 for a timeout if the prompt was received before a recognizable pattern.
14861
14862 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
14863
14864 * lib/gdb.exp (gdb_expect_list): Fix spelling.
14865
14866 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14867
14868 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
14869 watchpoints.
14870
14871 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
14872
14873 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
14874
14875 * gdb.c++/local.exp: Be more flexible in recognizing local class
14876 name mangling. Don't allow horribly truncated method names.
14877 * gdb.c++/derivation.exp: Expect protected inheritance.
14878 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
14879 * gdb.c++/virtfunc.exp: Likewise.
14880 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
14881 when printing a nested enum.
14882
14883 1999-11-22 Jim Blandy <jimb@cygnus.com>
14884
14885 * gdb.base/step-test.exp: Properly await GDB's response to setting
14886 a breakpoint on the call to large_struct_by_value.
14887
14888 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
14889 just because we have debug info for the `start' function.
14890
14891 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
14892
14893 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
14894 "Unknown signal" messages, which indicate (on LinuxThreads) that
14895 GDB doesn't know how to debug threads on this system. This is
14896 better than hanging while philosopher 0 dumps chatter into gdb.log.
14897
14898 1999-11-18 Tom Tromey <tromey@cygnus.com>
14899
14900 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
14901
14902 1999-11-18 Fred Fish <fnf@cygnus.com>
14903
14904 * gdb.base/coremaker2.c: Add sample program for generating
14905 cores that is more self contained than coremaker.c. Eventually
14906 I'll add more code to this and tie it into the testsuite.
14907
14908 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
14909
14910 * gdb.base/dollar.exp: Remove, now in gdb.hp.
14911
14912 1999-11-10 Jimmy Guo <guo@cup.hp.com>
14913
14914 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
14915 from $srcdir/lib/.
14916 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
14917 and gdb.c++/.
14918
14919 * gdb.c++/derivation.exp: remove redundant get compiler info code.
14920
14921 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
14922 'continue with watch' test point.
14923
14924 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
14925
14926 Merged from p2linux-990323-branch:
14927
14928 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
14929
14930 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
14931
14932 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
14933 {limit,fixed}''. Test ``set download-write-size''.
14934
14935 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
14936
14937 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
14938 gdb_expect_list.
14939
14940 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
14941
14942 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
14943
14944 1999-11-03 Mark Salter <msalter@cygnus.com>
14945
14946 * gdb.base/break.exp: Fix "stub continue" pattern.
14947
14948 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
14949
14950 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
14951
14952 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
14953
14954 * gdb.base/display.exp ("finish"): Add timeout clause.
14955
14956 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
14957 plain prompt clause, so this doesn't have to time out in order to
14958 fail.
14959
14960 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
14961 breakpoint hit messages include an address.
14962
14963 * gdb.base/display.exp: Don't forget to escape parens in regular
14964 expressions. Unix regexp notatation sucks.
14965
14966 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14967
14968 * gdb.base/annota1.exp: Test for annotate-signalled: change output
14969 order for 'signalled' message.
14970
14971 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
14972
14973 From Jimmy Guo <guo@cup.hp.com>:
14974 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
14975 * gdb.base/annota1.c: Add code for tests to work with.
14976
14977 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
14978
14979 * gdb.base/remote.exp: New test for remote downloading settings.
14980 * gdb.base/remote.c: New file with large .data.
14981
14982 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
14983
14984 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
14985 for LinuxThreads support, merged from the Code Fusion branch.
14986
14987 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
14988
14989 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
14990 containing exp_continue into a while within an expect. Don't
14991 attempt a start more than three times. Check return value from
14992 gdb_load.
14993
14994 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
14995
14996 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
14997 a pass case.
14998
14999 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
15000
15001 * gdb.base/break.c (main): Added a statement that we can step
15002 off of.
15003 * gdb.base/break.exp: Added tests for setting a breakpoint
15004 at an offset and stepping onto a breakpoint.
15005
15006 1999-10-01 Fred Fish <fnf@cygnus.com>
15007
15008 * gdb.base/help.exp (help add-symbol-file): Update to match current
15009 gdb output.
15010
15011 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15012
15013 * gdb.base/break.exp: Code locations are in hex, don't forget!
15014 (For HP-UX.)
15015
15016 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15017
15018 * condbreak.exp: Use break.c as test program.
15019 * condbreak.c: Remove, redundant with break.c.
15020
15021 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15022
15023 * config/monitor.exp (gdb_target_monitor): Disable X- and
15024 Z-packets if the target needs it.
15025
15026 1999-09-13 James Ingham <jingham@leda.cygnus.com>
15027
15028 * gdb.c++/overload.exp: Added tests for listing overloaded
15029 functions with function pointers in the arg, explicitly calling
15030 out the version you want.
15031
15032 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15033
15034 * long_long.exp: Add variations of test cases that work for
15035 targets with 16-bit ints and 32-bit doubles.
15036
15037 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15038
15039 * break.c (main): Compare a possibly-uninitialized argc with an
15040 unlikely value that fits in 16 bits.
15041
15042 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15043
15044 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15045 0xfeeb, don't want negative numbers if ints are 16 bits.
15046
15047 * lib/gdb.exp (skip_cplus_tests): New proc.
15048 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15049 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15050 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15051 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15052 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15053 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15054 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15055 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15056
15057 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15058
15059 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15060
15061 * gdb.base/corefile.exp (up): Allow a parameter to appear
15062 in the frame that we're going up to.
15063
15064 From Jim Blandy <jimb@cygnus.com>:
15065
15066 * gdb.base/default.exp (info float): Expect some output now.
15067
15068 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15069 returning floating-point values to fail on the x86.
15070 * gdb.base/callfwmall.exp (do_function_calls): Same.
15071
15072 * gdb.base/list.exp (test_listsize): Correct expectations for
15073 listing line 1 with listsize 2. Also, listing a single line
15074 works now, as does listing three lines. [Kevin's note: There
15075 were a number of other cases fixed too where the expectations
15076 differed...]
15077
15078 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15079
15080 * gdb.base/selftest.exp: Add case for when version prints as
15081 constant string instead of char pointer.
15082
15083 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15084
15085 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15086 stepping out of main.
15087
15088 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15089 G++ used.
15090
15091 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15092 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15093
15094 * gdb.c++/ovldbreak.exp: Update match string in test that
15095 includes a warning of multiple breakpoints.
15096
15097 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15098
15099 * gdb.base/display.exp: Improve precision of step-after-finish
15100 added yesterday.
15101
15102 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15103 test.
15104
15105 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15106 configs when using G++, not just hppa*.
15107
15108 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15109
15110 * gdb.base/async.c: New file.
15111 * gdb.base/async.exp: New file.
15112
15113 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15114
15115 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15116 PA64.
15117
15118 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15119
15120 * gdb.base/display.exp: "finish" can leave us mid-line on many
15121 targets, deal with it. Add a small constant to main, instead of
15122 1000 since main+1000 may not be a valid address in the target.
15123
15124 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15125 on hpux11.
15126
15127 * gdb.base/attach.exp: Handle another hpux11 error message variant
15128 when attaching to a process that does not exist.
15129
15130 1999-08-19 J.T. Conklin <jtc@redback.com>
15131
15132 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15133 characters in 'continue to 1241' test.
15134
15135 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15136
15137 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15138 stop in print_long_arg_list, define and use a whitespace
15139 variable in print_small_structs test, add an XFAIL for Solaris.
15140 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15141 interested enough to fix.
15142
15143 1999-08-13 Keith Seitz <keiths@cygnus.com>
15144
15145 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15146 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15147 proc knows about targets other than the natives.
15148 (test_assign): Use "gdb_run_cmd" to "run" the target.
15149 Check that we've actually hit the breakpoint at main.
15150 When we attempt to assign a value to a local variable, check
15151 that the variable is in the current scope, i.e., don't use
15152 a test with an empty result.
15153
15154 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15155
15156 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15157 command.
15158
15159 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15160
15161 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15162 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15163 gdb.compat, gdb.threads-hp.
15164 gdb.hp/configure, gdb.hp/configure.in: New files.
15165 gdb.hp/Makefile.in: Recurse into new subdirs.
15166 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15167 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15168 in object files.
15169 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15170
15171 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15172
15173 * gdb.base/display.exp: Help expect by putting a newline in the
15174 funky printf, remove a bogus p/a test.
15175
15176 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15177
15178 * gdb.base/display.exp: Make sure that when we say 'run', we are
15179 connected to the target. This is necessary when running not
15180 natively.
15181
15182 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15183
15184 * gdb.base/step-test.exp: Removed some extraneous messages.
15185
15186 * gdb.base/long_long.exp: Don't run memory examination tests
15187 on little-endian targets (they will need a different set of
15188 results to match).
15189
15190 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15191
15192 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15193 until somebody decides to fix GDB.
15194
15195 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15196 constant as "ULL".
15197 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15198 matches for a couple x/2 commands.
15199
15200 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15201
15202 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15203 by merging in ref-types2 tests.
15204 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15205
15206 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15207 * gdb.c++/Makefile.in: Add standard actions.
15208 (EXECUTABLES): Rename from PROGS, update list.
15209 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15210 from gdb.hp.
15211 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15212 foo and bar locals.
15213 * gdb.c++/anon-union.exp: Fix tests to match.
15214 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15215 expect matches to handle output variations.
15216 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15217 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15218 output, add HP alternatives for new and delete prints.
15219 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15220 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15221 * gdb.c++/demangle.exp: Use $style when reporting failure.
15222 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15223 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15224 match alternatives.
15225 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15226 compilers.
15227 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15228 * gdb.c++/method.exp: Add match alternatives.
15229 * gdb.c++/misc.cc: Add bool types.
15230 * gdb.c++/misc.exp: Add tests for bool types.
15231 * gdb.c++/overload.exp: Add xfails.
15232 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15233 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15234 add some more template parameter tests (only for HP currently).
15235 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15236 * gdb.c++/virtfunc.cc: Add return type and value for main.
15237 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15238 match alternatives.
15239
15240 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15241
15242 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15243
15244 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15245
15246 * gdb.base/signals.exp: Don't expect getting a backtrace from
15247 within a signal handler to fail on Linux.
15248
15249 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15250
15251 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15252 * lib/gdb.exp: Remove some gratuitious semicolons.
15253 (delete_breakpoints): Increase timeout.
15254 (gdb_expect): Add -notransfer option.
15255 (gdb_test): Use -notransfer option.
15256 (get_compiler_info): Add f77 case.
15257 (get_compiler): New proc, split out from gdb_preprocess, add f77
15258 case.
15259 (gdb_preprocess): Call get_compiler.
15260
15261 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15262 * gdb.base/attach.exp, gdb.base/display.exp,
15263 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15264 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15265 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15266 third arg to gdb_test.
15267 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15268 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15269 HP-UX xfails, add others.
15270 * gdb.base/completion.exp: Reflect name change of self-test.
15271 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15272 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15273 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15274 HP failure number.
15275 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15276 useless HP-UX 10.30 references.
15277 * gdb.base/maint.exp: Loosen matches.
15278 * gdb.base/pointers.c (main): Declare more_code.
15279 * gdb.base/pointers.exp: Match on output of a `next'.
15280 * gdb.base/structs.c: Add prototypes.
15281 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15282 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15283
15284 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15285
15286 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15287 command.
15288
15289 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15290
15291 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15292 Fix run to main failures. Watchpoint can be hardware watchpoint.
15293
15294 * gdb.base/annota1.exp: Clean up some more, in case printf has
15295 debug info. Deal with lack of signal hanlder info in stack.
15296
15297 From Jim Kingdon <kingdon@redhat.com>:
15298 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15299
15300 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15301
15302 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15303 gdb.base/foll-vfork.exp: Don't run for crosses.
15304
15305 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15306
15307 * gdb.base/configure.in: Check for gdbvars.exp instead of
15308 a1-selftest.exp.
15309 * gdb.base/configure: Re-generate.
15310
15311 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15312
15313 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15314 in trying to run first and name is too long.
15315
15316 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15317 pointers2.c and pointers2.exp, respectively.
15318 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15319 doschk happier.
15320
15321 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15322
15323 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15324 callfuncs2.c and callfuncs2.exp.
15325
15326 * gdb.base/list.exp: Remove mistaken xfails.
15327 * gdb.base/list0.h: Add optional prototypes.
15328
15329 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15330
15331 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
15332 calling malloc.
15333 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15334 * ptype.exp: Move test for get_debug_format to before its first
15335 use.
15336
15337 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15338
15339 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15340 * gdb.base/annota2.cc, annota2.exp: Move from here.
15341 * gdb.c++/annota2.cc, annota2.exp: To here.
15342 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15343
15344 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15345
15346 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15347 a consistent format.
15348
15349 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15350
15351 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15352 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15353 HP compilers, also set the globals $true and $false.
15354
15355 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15356 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15357 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15358 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15359 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15360 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15361 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15362 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15363 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15364 whatis.c} Add C++ compatible function definitions and return
15365 types, add includes for library functions.
15366 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15367 * gdb.base/step-test.c (myglob): Rename from glob.
15368 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15369 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15370 files, move here from gdb.hp.
15371 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15372 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15373 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15374 Adjust line numbers in regexps.
15375
15376 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15377 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15378 instead of 0/1.
15379
15380 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15381 foll-vfork.exp: New files, move here from gdb.hp.
15382 * gdb.base/page.exp: New file, test of pagination command.
15383
15384 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15385 recursion test.
15386 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15387
15388 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15389 gdb.base/solib.exp: Fix compiler invocation process.
15390
15391 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15392 HP-UX 11, turn off overload resolution explicitly.
15393 * gdb.base/commands.exp: Set argument list explicitly, add
15394 watchpoint test.
15395 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15396 them work.
15397 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15398 expressions properly.
15399 * gdb.base/corefile.exp: Loosen the match slightly.
15400 * gdb.base/default.exp: Allow "Error accessing memory" message
15401 also.
15402 * gdb.base/display.exp: Skip over x/0 j if PA64.
15403 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15404 * gdb.base/interrupt.exp: Ditto.
15405 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15406 in use.
15407 * gdb.base/list.exp: Add xfails for HP-UX.
15408 * gdb.base/long_long.exp: Refine some of the numeric matches.
15409 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15410 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15411 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15412 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15413 * gdb.base/ptype.exp: Succeed on more varieties of output.
15414 * gdb.base/scope.exp: Add xfails for HP-UX.
15415 * gdb.base/sect-cmd.exp: Add more cases.
15416 * gdb.base/setvar.exp: Add xfails for HP-UX.
15417 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15418 * gdb.base/signals.exp: Match on void symbolically.
15419 * gdb.base/step-test.exp: Add case for PA64.
15420 * gdb.base/term.exp: Add exit and restart.
15421 * gdb.base/twice.exp: Clean up after self.
15422 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15423 * gdb.base/whatis.exp: Allow more ways to pass tests.
15424
15425 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15426 no longer useful.
15427
15428 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15429
15430 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15431 list of patterns.
15432 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15433 print_double_array(double_array)", "continuing to breakpoint
15434 1018", "print print_double_array(array_d)" and "continuing to
15435 1034" tests.
15436
15437 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15438
15439 * Makefile.in: Add empty html and install-html targets.
15440
15441 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15442
15443 * config/mt-*: Remove, these haven't been used since 1996.
15444
15445 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15446
15447 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15448 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15449 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15450
15451 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15452
15453 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15454 simpler match case for the ptype of the big class.
15455
15456 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15457
15458 * gdb.exp: Fix test for gdb_prompt existence.
15459
15460 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15461
15462 * gdb.exp (gdb_test): Add fail after calls to perror.
15463
15464 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15465
15466 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15467
15468 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15469
15470 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15471
15472 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15473
15474 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15475 malloc() is linked in.
15476
15477 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15478
15479 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15480 step at end.
15481
15482 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15483
15484 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15485
15486 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15487
15488 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15489
15490 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15491 * gdb.base/mips_pro.exp: Likewise.
15492
15493 1999-06-02 Keith Seitz <keiths@cygnus.com>
15494
15495 * gdb.c++/templates.cc: Change all "new" operators to throw
15496 an exception.
15497 * gdb.c++/cplusfuncs.cc: Likewise.
15498
15499 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15500
15501 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15502
15503 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
15504 * gdb.base/ending-run.exp: When stepping out of main, accept a
15505 step into an arbitrary assembler file.
15506
15507 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15508
15509 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
15510 "breakpoint-invalid" to be printed.
15511 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
15512 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15513 * gdb.base/annota2.cc: Initialize a.x to 0.
15514
15515 1999-05-17 Keith Seitz <keiths@cygnus.com>
15516
15517 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15518 when "skip_float_tests" set.
15519 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15520 "print print_ten_doubles", and "step into print_long_arg_list".
15521 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15522 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15523 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15524 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15525 "skip_float_tests" is set.
15526 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15527 when "skip_float_tests" set.
15528
15529 1999-05-06 Keith Seitz <keiths@cygnus.com>
15530
15531 * gdb.base/annota2.cc: Include stdio.h.
15532
15533 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15534
15535 * gdb.base/crossload.exp: Remove, this has been disabled ever
15536 since BFD stopped including all targets, and cross-GDB gets
15537 plenty of testing anyway.
15538 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15539 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15540 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15541 * gdb.base/README: Remove, was doc for this.
15542 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15543 needed.
15544
15545 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15546
15547 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15548 output.
15549
15550 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15551 * gdb.base/annota2.exp: New file. More annotation tests.
15552 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15553 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15554
15555 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
15556
15557 * config/cfdbug.exp: New file.
15558
15559 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15560
15561 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15562 Marcus Daniel's and Dale Hawkins's demangler crashes.
15563
15564 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15565 test_lucid_style_demangling, test_arm_style_demangling,
15566 test_hp_style_demangling): Try Tom Tromey's core-dumping
15567 identifier under each demangling style.
15568
15569 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15570
15571 * gdb.c++/demangle.exp: Include the current demangling style
15572 in all test names.
15573 (current_demangling_style): New global variable.
15574 (set_demangling_style, test_demangling_core, test_demangling,
15575 test_demangling_exact): New functions.
15576 (test_gnu_style_demangling, test_lucid_style_demangling,
15577 test_arm_style_demangling, test_hp_style_demangling): Use those,
15578 instead of calling gdb_test and gdb_test_exact directly.
15579 (catch_demangling_errors): New function, which reports errors
15580 signalled by the demangling test functions in an orderly way.
15581 (do_tests): Use catch_demangling_errors.
15582
15583 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15584
15585 * gdb.base/signals.exp (test_handle_all_print): Use () for
15586 grouping in expressions, not {}.
15587
15588 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15589 initialized yet.
15590
15591 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15592
15593 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15594 are listed.
15595
15596 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15597
15598 * gdb.stabs/weird.exp: Test for CC being defined before
15599 looking at its value.
15600
15601 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15602
15603 * gdb.base/call-ar-st.exp: Remove stray '#'.
15604 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15605 "short int" and "long int".
15606 * gdb.c++/overload.cc: Cast the string added in the previous
15607 change, to mollify finicky HP compiler.
15608 * gdb.hp/reg-test.exp (testfile): Fix file name.
15609 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
15610
15611 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15612 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15613 alternate form of enum ptype.
15614
15615 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15616
15617 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15618 * gdb.hp/*.exp: Change all to run compiler probe only after
15619 passing skip_hp_tests, so as not to waste time on guaranteed
15620 failure.
15621
15622 * gdb.c++/overload.cc: Pass string instead of char addr, always
15623 init ccpfoo.
15624 * gdb.c++/templates.cc: Fix syntax error.
15625
15626 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15627
15628 * gdb.base/commands.exp: Add test for correct position of '>'
15629 when issuing the 'commands' command after a 'while' or 'if'
15630 command.
15631
15632 1999-03-18 James Ingham <jingham@cygnus.com>
15633
15634 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15635
15636 * gdb.c++/method.exp: It was testing an uninitialized int on the
15637 stack and assuming it was positive.
15638
15639 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15640
15641 * gdb.base/step-test.exp: Catch a case where finish is broken and
15642 keep it from killing the rest of the tests.
15643 Use gdb_continue_to_end.
15644
15645 * gdb.base/sigall.exp: use gdb_continue_to_end.
15646
15647 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15648
15649 * gdb.base/display.exp: use runto_main, not run.
15650
15651 * gdb.base/default.exp: Check for the current error message in the
15652 r abbreviation test.
15653 Add strongarm to the targets that know info float.
15654
15655 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
15656 run which doesn't work with monitors.
15657
15658 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15659
15660 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15661
15662 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
15663 program. Traps the case (in Cygmon) when the program never really
15664 exits. Same as Mark's continue_to_exit, but I had put it in a lot
15665 more places, so I used my name. Sorry Mark...
15666
15667 * config/monitor.exp (gdb_target_monitor): added another
15668 target_info parameter: remotebinarydownload. This will set the
15669 remotebinarydownload flag if this is causing some boards trouble.
15670
15671 1999-03-18 Mark Salter <msalter@cygnus.com>
15672
15673 * lib/gdb.exp (continue_to_exit): New function.
15674
15675 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15676 * gdb.base/ending-run.exp: Ditto.
15677 * gdb.base/step-test.exp: Ditto.
15678
15679 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15680
15681 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15682 (suggested by Art Haas <ahaas@neosoft.com>).
15683
15684 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15685
15686 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15687
15688 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15689
15690 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15691 descriptions of types (short unsigned int vs unsigned short, etc).
15692
15693 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15694
15695 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15696 a call to strlen; sometimes we do have sources.
15697
15698 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15699
15700 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15701 character, so GDB won't print garbage after its end.
15702
15703 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15704 breakpoint there instead. Sometimes GCC emits memcpy to handle
15705 the large structures being passed by value, so we step into that
15706 instead of sum_array_print, which obscures what we're really testing.
15707 * gdb.base/step-test.exp: However, we do want a test that notices
15708 the bizarre steps into memcpy, so do that here. Add check for
15709 stepping into function calls that pass large structures by value.
15710 ("Is that a noun clause, or are you just happy to see me?")
15711 Remove all references to specific line numbers.
15712 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15713 New type and function.
15714 (main): Call large_struct_by_value, passing it a large struct by value.
15715 * lib/gdb.exp (gdb_get_line_number): New function.
15716
15717 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15718 more portable.
15719
15720 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15721
15722 * lib/gdb.exp: Doc fixes.
15723
15724 1999-03-05 Nick Clifton <nickc@cygnus.com>
15725
15726 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
15727
15728 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
15729
15730 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
15731 commands. They're not germane to this test, and they don't work
15732 that way on remote targets.
15733
15734 1999-03-01 James Ingham <jingham@cygnus.com>
15735
15736 * Changelog entries merged over from gdb development branch.
15737
15738 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
15739
15740 * lib/gdb.exp (gdbtk_analyze_results): Generic function
15741 for outputting results of test run.
15742
15743 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
15744
15745 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
15746
15747 1999-02-25 Felix Lee <flee@cygnus.com>
15748
15749 * lib/gdb.exp (debug_format): initialize
15750
15751 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
15752
15753 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
15754 * gdb.base/call-rt-st.c: Ditto.
15755
15756 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
15757
15758 * gdb.threads/pthreads.exp (horiz): New variable.
15759 (test_startup): Fix regexps that capture thread numbers.
15760
15761 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
15762
15763 * gdb.base/smoke.exp: Disambiguate two test case names (both
15764 called ``print'').
15765
15766 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15767
15768 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
15769 compilation.
15770
15771 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15772
15773 * gdb.base/miscexprs.exp: Change patterns to match GDB's
15774 actual output formatting.
15775 * gdb.base/smoke.exp: GDB removes leading 0's.
15776 * gdb.base/volatile.exp: Don't check type of remuneration;
15777 that variable is no longer defined in constvars.c.
15778 * gdb.base/step-test.c (main): Exit with explicit exit code.
15779 * gdb.base/step-test.exp: Remove two nexti checks--they are
15780 not portable.
15781
15782 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15783
15784 * gdb.base/help.exp ("help delete display"): Fix test to match
15785 gdb's output.
15786
15787 * gdb.base/long_long.c (known_types): Initialize values to zero.
15788 * gdb.base/long_long.exp: Step one more line
15789 so 'dec' is initialized in "get to known place". GDB removes
15790 leading zeros. Explicitly ask for hex formatting. Use
15791 unique test case names.
15792
15793 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15794
15795 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
15796
15797 * gdb.c++/method.exp: Add missing close brace.
15798
15799 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
15800
15801 * gdb.base/maint.exp: Use 'set height 0' to disable page
15802 prompting, not 'set height 400'.
15803
15804 Fix a bunch of timeouts.
15805 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
15806 four separate tests, so expect doesn't take forever to match a ton
15807 of text against a regexp with lots of .* forms.
15808 ("maint print psymbols", "maint print symbols"): Make some of
15809 these greps more selective, so that expect doesn't try to wade
15810 through huge piles of output and time out.
15811
15812 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
15813
15814 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
15815 tests: one which doesn't expect shlib events to be reported, and
15816 another which does, but is XFAIL for all platforms other than
15817 HP/UX.
15818
15819 * gdb.base/break.exp: Teach the test suite that the `catch
15820 fork', `catch vfork', and `catch exec' commands produce error
15821 messages on platforms that don't provide these features.
15822
15823 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15824
15825 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
15826 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
15827 (shortening names from solib_threshold.exp etc), won't run on
15828 anything but HP-UX for the foreseeable future.
15829 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
15830 reflect move.
15831
15832 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
15833
15834 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
15835 gdb.trace/Makefile.in (clean): Remove all test executables.
15836
15837 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
15838
15839 * gdb.base/shlib-call.exp: add test cases to verify that gdb
15840 successfully re-sets breakpoints in shared libraries.
15841 * gdb.base/shmain.c (main): return 0, don't fall off the end.
15842
15843 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15844
15845 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
15846 and compiled w/o GCC.
15847
15848 * gdb.hp/watch-cmd.exp: ditto.
15849
15850 * gdb.hp/watch-hp.exp: ditto.
15851
15852 * gdb.hp/xdb1.exp: ditto.
15853
15854 * gdb.hp/xdb2.exp: ditto.
15855
15856 * gdb.hp/dbx.exp: ditto.
15857
15858 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
15859
15860 * constvars.c: Remove C++-isms.
15861 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
15862 with GCC.
15863
15864 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
15865
15866 The following changes are part of the HP merge.
15867
15868 * gdb.base/break.exp: new tests to verify that catchpoints for
15869 fork, vfork, and exec don't trigger inappropriately.
15870
15871 * gdb.base/opaque.exp: compile one file at a time, then link.
15872
15873 * gdb.base/signals.exp: be more restrictive about which hppa
15874 systems receive a setup_xfail. new tests.
15875
15876 * gdb.base/solib_threshold.build: new file.
15877 * gdb.base/solib_threshold.exp: new file.
15878 * gdb.base/solib_threshold.link_opts: new file.
15879 * gdb.base/solib_threshold.mk: new file.
15880 * gdb.base/gen_solib_threshold.c: new file.
15881
15882 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
15883 tests. New tests for enums inside classes.
15884
15885 * gdb.c++/compiler.cc: indicate support of template debugging.
15886
15887 * gdb.c++/demangle.exp: run hp style demangling tests.
15888
15889 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
15890 tests.
15891
15892 * gdb.c++/misc.cc: changes to support new tests.
15893
15894 * gdb.c++/templates.cc: changes to support HP's compiler; changes
15895 to support new tests.
15896
15897 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
15898 gcc, then skip these tests.
15899
15900 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
15901
15902 The following files are part of the HP merge; some had longer
15903 names at HP, but have been renamed to be no more than 14
15904 characters in length.
15905
15906 * gdb.hp/ambiguous.cc: new file.
15907 * gdb.hp/ambiguous.exp: new file.
15908 * gdb.hp/attach.exp: new file.
15909 * gdb.hp/attach2.exp: new file.
15910 * gdb.hp/classes-hp.exp: new file.
15911 * gdb.hp/ctti.exp: new file.
15912 * gdb.hp/ctti-add.cc: new file.
15913 * gdb.hp/ctti-add1.cc: new file.
15914 * gdb.hp/ctti-add2.cc: new file.
15915 * gdb.hp/ctti-add3.cc: new file.
15916 * gdb.hp/dbx.exp: new file.
15917 * gdb.hp/exception.cc: new file.
15918 * gdb.hp/exception.exp: new file.
15919 * gdb.hp/foll-exec.c: new file.
15920 * gdb.hp/foll-exec.exp: new file.
15921 * gdb.hp/foll-fork.c: new file.
15922 * gdb.hp/foll-fork.exp: new file.
15923 * gdb.hp/foll-vfork.c: new file.
15924 * gdb.hp/foll-vfork.exp: new file.
15925 * gdb.hp/inherit-hp.exp: new file.
15926 * gdb.hp/more-steps.exp: new file.
15927 * gdb.hp/namespace.cc: new file.
15928 * gdb.hp/namespace.exp: new file.
15929 * gdb.hp/optimize.exp: new file.
15930 * gdb.hp/pxdb.c: new file.
15931 * gdb.hp/pxdb.exp: new file.
15932 * gdb.hp/quicksort.exp: new file.
15933 * gdb.hp/reg-test.exp: new file.
15934 * gdb.hp/reg-test.s: new file.
15935 * gdb.hp/sized-enum.c: new file.
15936 * gdb.hp/sized-enum.exp: new file.
15937 * gdb.hp/start-stop.exp: new file.
15938 * gdb.hp/templ-hp.cc: new file.
15939 * gdb.hp/templ-hp.exp: new file.
15940 * gdb.hp/thr-lib.c: new file.
15941 * gdb.hp/thr-lib.exp: new file.
15942 * gdb.hp/thr-lib.h: new file.
15943 * gdb.hp/thr-liblib.c: new file.
15944 * gdb.hp/virtfun-hp.c: new file.
15945 * gdb.hp/virtfun-hp.exp: new file.
15946 * gdb.hp/watch-cmd.exp: new file.
15947 * gdb.hp/watch-hp.exp: new file.
15948 * gdb.hp/xdb1.exp: new file.
15949 * gdb.hp/xdb2.exp: new file.
15950 * gdb.hp/xdb3.exp: new file.
15951
15952 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
15953
15954 The following files are part of the HP merge; some had longer
15955 names at HP, but have been renamed to be no more than 14
15956 characters in length.
15957
15958 * gdb.base/ss.h: new file.
15959 * gdb.base/call-ar-st.c: new file.
15960 * gdb.base/call-ar-st.exp: new file.
15961 * gdb.base/call-rt-st.c: new file.
15962 * gdb.base/call-rt-st-exp: new file.
15963 * gdb.base/call-strs.exp: new file.
15964 * gdb.base/ena-dis-br.exp: new file.
15965 * gdb.base/environ.exp: new file.
15966 * gdb.base/long_long.exp: new file.
15967 * gdb.base/sect-cmd.exp: new file.
15968 * gdb.base/shlib-cl2.exp: new file.
15969 * gdb.base/smoke.exp: new file.
15970 * gdb.base/so-impl-ld.c: new file.
15971 * gdb.base/so-impl-ld.exp: new file.
15972 * gdb.base/so-indr-cl.c: new file.
15973 * gdb.base/so-indr-cl.exp: new file.
15974 * gdb.base/varargs.exp: new file.
15975 * gdb.base/volatile.exp: new file.
15976 * gdb.base/whatis-exp.exp: new file.
15977 * gdb.base/display.exp: new file.
15978 * gdb.c++/derivation.exp: new file.
15979 * gdb.c++/local.exp: new file.
15980 * gdb.c++/member-ptr.exp: new file.
15981 * gdb.c++/overload.exp: new file.
15982 * gdb.c++/ovldbreak.exp: new file.
15983 * gdb.c++/ref-types.exp: new file.
15984 * gdb.c++/ref-types2.exp: new file.
15985 * gdb.c++/userdef.exp: new file.
15986
15987 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
15988
15989 * gdb.base/default.exp: Reflect wording change in remote.c.
15990
15991 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
15992
15993 * gdb.base/help.exp: Update to reflect current text.
15994
15995 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
15996
15997 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
15998 they're stack variables and contain garbage.
15999 * gdb.c++/anon-union.exp: new file.
16000
16001 The following changes were made by David Taylor
16002 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16003 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16004 in changes by HP.
16005
16006 * gdb.base/bitops.exp: new file.
16007 * gdb.base/default.exp: change expected messages for catch and
16008 info catch tests to reflect HP merge changes.
16009 * gdb.base/enable-disable-break.exp
16010 * gdb.base/ending-run.c: new file.
16011 * gdb.base/long_long.c: new file.
16012 * gdb.base/maint.exp: new file.
16013 * gdb.base/pointers2.exp: new file.
16014 * gdb.base/shlib-call2.exp: new file.
16015 * gdb.base/solib.exp: new file.
16016 * gdb.base/step-test.c: new file.
16017 * gdb.c++/anon-union.cc: new file.
16018 * gdb.c++/local.cc: new file.
16019 * gdb.c++/member-pointer.cc: new file.
16020 * gdb.c++/method.cc: new file.
16021 * gdb.c++/ref-types.cc: new file.
16022 * gdb.c++/ref-types2.cc: new file.
16023 * gdb.c++/userdef.cc: new file.
16024
16025 * gdb.base/scope.exp: compile one file at a time, then link.
16026 * gdb.base/langs.exp: ditto.
16027 * gdb.base/list.exp: ditto.
16028
16029 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16030
16031 The following changes were made by David Taylor
16032 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16033 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16034 in changes by HP.
16035
16036 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16037 skip tests. When compiling pass c++ flag to gdb_compile.
16038 * gdb.c++/
16039
16040 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16041 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16042 (skip_hp_tests): new function.
16043 (gdb_preprocess): new function.
16044
16045 * configure.in (hpdir): decide whether to configure gdb.hp.
16046 * configure: regenerated.
16047
16048 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16049 to delete on clean.
16050 (EXECUTABLES): update to reflect new additions.
16051 * gdb.base/commands.exp: update message expected.
16052 * gdb.base/default.exp: add copyright notice.
16053 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16054 * gdb.base/help.exp: update messages to reflect current text.
16055 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16056 targets for recurse tests.
16057 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16058 skip this file.
16059
16060 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16061 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16062 compilation.
16063 * gdb.c++/misc.exp: ditto.
16064 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16065 run the tests. tell gdb_compile that it's a c++ compilation.
16066
16067 * gdb.threads/pthreads.exp: fix typo in message.
16068
16069 * gdb.base/all-bin.exp: new file.
16070 * gdb.base/arithmet.exp: new file.
16071 * gdb.base/assign.exp: new file.
16072 * gdb.base/completion.exp: new file.
16073 * gdb.base/cond-expr.exp: new file.
16074 * gdb.base/condbreak.exp: new file.
16075 * gdb.base/define.exp: new file.
16076 * gdb.base/dollar.exp: new file.
16077 * gdb.base/environment.exp: new file.
16078 * gdb.base/eval-skip.exp: new file.
16079 * gdb.base/jump.exp: new file.
16080 * gdb.base/logical.exp: new file.
16081 * gdb.base/pointers.exp: new file.
16082 * gdb.base/relational.exp: new file.
16083 * gdb.base/section_command.exp: new file.
16084 * gdb.base/whatis-expr.exp: new file.
16085
16086 * gdb.base/all-types.c: new file.
16087 * gdb.base/call-array-struct.c: new file.
16088 * gdb.base/call-return-struct.c: new file.
16089 * gdb.base/call-strings.c: new file.
16090 * gdb.base/callfuncs2.c: new file.
16091 * gdb.base/condbreak.c: new file.
16092 * gdb.base/constvars.c: new file.
16093 * gdb.base/display.c: new file.
16094 * gdb.base/int-type.c: new file.
16095 * gdb.base/jump.c: new file.
16096 * gdb.base/miscexprs.c: new file.
16097 * gdb.base/pointers.c: new file.
16098 * gdb.base/pointers2.c: new file.
16099 * gdb.base/shmain.c: new file.
16100 * gdb.base/shr1.c: new file.
16101 * gdb.base/shr2.c: new file.
16102 * gdb.base/solib.c: new file.
16103 * gdb.base/solib1.c: new file.
16104 * gdb.base/solib2.c: new file.
16105 * gdb.base/varargs.c: new file.
16106 * gdb.c++/derivation.cc: new file.
16107 * gdb.c++/overload.cc: new file.
16108 * gdb.c++/ovldbreak.cc: new file.
16109 * gdb.hp/attach.c: new file.
16110 * gdb.hp/attach2.c: new file.
16111 * gdb.hp/average.c: new file.
16112 * gdb.hp/compiler.c: new file.
16113 * gdb.hp/compiler.cc: new file.
16114 * gdb.hp/execd-program.c: new file.
16115 * gdb.hp/follow-exec.c: new file.
16116 * gdb.hp/follow-fork.c: new file.
16117 * gdb.hp/follow-vfork-and-exec.c: new file.
16118 * gdb.hp/misc-hp.cc: new file.
16119 * gdb.hp/more-steps.c: new file.
16120 * gdb.hp/optimize.c: new file.
16121 * gdb.hp/quicksort.c: new file.
16122 * gdb.hp/run-hp.c: new file.
16123 * gdb.hp/start-stop.c: new file.
16124 * gdb.hp/sum.c: new file.
16125 * gdb.hp/templates-hp.cc: new file.
16126 * gdb.hp/thread-local-in-lib.c: new file.
16127 * gdb.hp/thread-local-in-lib.h: new file.
16128 * gdb.hp/thread-local-in-lib.lib.c: new file.
16129 * gdb.hp/vforked-program.c: new file.
16130 * gdb.hp/virtfunc-hp.cc: new file.
16131 * gdb.hp/watchpoint-hp.c: new file.
16132 * gdb.hp/xdb.c: new file.
16133 * gdb.hp/xdb0.c: new file.
16134 * gdb.hp/xdb0.h: new file.
16135 * gdb.hp/xdb1.c: new file.
16136
16137 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16138
16139 The following change was made by Edith Epstein
16140 <eepstein@cygnus.com> as part of a project to merge in changes
16141 originally made by HP; HP did not create ChangeLog entries.
16142
16143 * gdb.c++/demangle.exp: changed the expected output for some
16144 ARM-style mangling -- removed second reference to datatype.
16145 For example, maint demangle __dt__11T1__pt__2_cFv
16146 T1<char>::~T1<char>(void)
16147 becomes,
16148 maint demangle __dt__11T1__pt__2_cFv
16149 T1<char>::~T1(void)
16150
16151 (test_hp_style_demangling): new hp specific demangling test cases.
16152
16153 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16154
16155 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16156 * gdb.trace/backtrace.exp: Likewise.
16157 * gdb.trace/circ.exp: Likewise.
16158 * gdb.trace/collection.exp: Likewise.
16159 * gdb.trace/deltrace.exp: Likewise.
16160 * gdb.trace/infotrace.exp: Likewise.
16161 * gdb.trace/limits.exp: Likewise.
16162 * gdb.trace/packetlen.exp: Likewise.
16163 * gdb.trace/passc-dyn.exp: Likewise.
16164 * gdb.trace/passcount.exp: Likewise.
16165 * gdb.trace/report.exp: Likewise.
16166 * gdb.trace/save-trace.exp: Likewise.
16167 * gdb.trace/tfind.exp: Likewise.
16168 * gdb.trace/tracecmd.exp: Likewise.
16169 * gdb.trace/while-dyn.exp: Likewise.
16170 * gdb.trace/while-stepping.exp: Likewise.
16171
16172 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16173
16174 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16175
16176 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16177
16178 From Brendan Kehoe:
16179 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16180 int return types.
16181
16182 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16183
16184 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16185 remote dos host testing right.
16186
16187 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16188
16189 * gdb.base/corefile.exp: remove some xfails.
16190
16191 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16192
16193 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16194 have different timestamps.
16195
16196 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16197
16198 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16199 gdb.base/default.exp: Replace "exec" with "executable".
16200
16201 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16202
16203 * gdb.base/default.exp: Change else if to elseif from previous
16204 delta.
16205
16206 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16207
16208 * gdb.base/default.exp: Add brace missing from previous delta.
16209
16210 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16211
16212 * gdb.base/default.exp: Support test for info float for all
16213 varieties of arm toolchain.
16214
16215 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
16216
16217 * gdb.trace/*.exp: remove "remote_download" command.
16218
16219 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
16220
16221 * gdb.trace/*.exp: remove -gdwarf from compile.
16222
16223 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16224
16225 * gdb.trace/configure.in(AC_INIT): typo
16226 * gdb.trace/configure: regenerated
16227
16228 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
16229
16230 * config/m68k-emc.exp: New file.
16231 * lib/<emc-support.exp trace-support.exp}: New files.
16232 * configure.in: add new test directory gdb.trace.
16233 * gdb.trace/{configure configure.in Makefile.in}: New files.
16234 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16235 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16236 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16237 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16238 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16239 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16240 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
16241
16242 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
16243
16244 * gdb.c++/classes.exp: Change all regular expressions to match
16245 arbitrary combinations of newline/carriage-return, so that they
16246 will work equally well on Unix and Windows.
16247 * gdb.c++/inherit.exp: ditto.
16248 * gdb.c++/virtfunc.exp: ditto.
16249
16250 1998-08-11 Dawn Perchik <dawn@cygnus.com>
16251
16252 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16253
16254 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16255
16256 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16257 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16258 to use a0-a3/d0-d3 as needed.
16259
16260 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16261
16262 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16263 * gdb.disasm/am33.exp: Corresponding changes.
16264
16265 1998-07-11 Felix Lee <flee@cygnus.com>
16266
16267 * gdb.base/callfuncs.exp: add cmp10 test.
16268 * gdb.base/callfuncs.c (cmp10): new function.
16269
16270 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16271
16272 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
16273 into two parts to get around a synchronization problem in expect.
16274
16275 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16276
16277 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16278
16279 * configure.in: Add options for gdbtk testsuite.
16280
16281 * configure: Regenerate.
16282
16283 * gdb.gdbtk: New directory to hold gdbtk tests.
16284
16285 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16286
16287 * gdb.fortran/types.exp: Escape brackets in expect patterns
16288 for test_float_literal_types_accepted tests.
16289 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16290 before run test.
16291
16292 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16293
16294 * am33.exp: Just compile, do not link the testcase.
16295 * am33.s: Add ".am33" pseudoop to force am33 mode.
16296
16297 1998-06-25 Felix Lee <flee@cygnus.com>
16298
16299 * gdb.base/setshow.exp: make sure $pc is sane.
16300
16301 * gdb.stabs/weird.exp: split expect patterns properly.
16302
16303 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16304
16305 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16306 * gdb.disasm/am33.exp: Run it.
16307
16308 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
16309
16310 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16311 match processing (and eliminate spurious timeouts when running).
16312
16313 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
16314
16315 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16316 exception test, but conditionalize it on target [mach | gnu].
16317
16318 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
16319
16320 * gdb.base/overlays.exp: fixup compile line for linker script.
16321
16322 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16323
16324 * gdb.fortran/types.exp: don't guess at float size.
16325
16326 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16327
16328 * gdb.base/exprs.exp: delete test that depends on int size.
16329
16330 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16331
16332 * config/sim.exp: Removed checks for target triplets.
16333 (gdb_target_sim): Use gdb,target_sim_options.
16334
16335 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16336
16337 * gdb.base/reread.exp: New file.
16338 * gdb.base/reread1.c: New file.
16339 * gdb.base/reread2.c: New file.
16340
16341 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16342
16343 * config/sim.exp: Use 'target sim -sparclite' when running
16344 SPARClite programs.
16345
16346 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16347
16348 * gdb.base/structs2.exp: New file.
16349 * gdb.base/structs2.c: New file.
16350
16351 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16352
16353 * gdb.asm/common.inc: New file.
16354 * gdb.asm/d10v.inc: New file.
16355 * asm-source.exp: Pass -I's to gas to find .inc files.
16356 Update line numbers in expected output.
16357 * asmsrc1.s: Rewrite.
16358 * asmsrc2.s: Rewrite.
16359 * configure.in: Create arch.inc symlink.
16360 * configure: Regenerate.
16361 * Makefile.in (distclean): Delete arch.inc.
16362
16363 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16364
16365 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16366 (t_enum_value2): ditto
16367 (t_enum_value3): ditto
16368 (main): ditto
16369 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16370
16371 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16372 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16373 change.
16374 Use gdb_test instead of send_gdb/gdb_expect sequences.
16375
16376 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16377
16378 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16379 not void.
16380
16381 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16382
16383 * gdb.base/branches.c: Code with lots of loops and
16384 subroutines. Used to test gdbs ability to single step through PC
16385 changes, especially to test mips-tdep.c:mips_next_pc
16386
16387 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16388
16389 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16390 more rigorous EGCS C++ error checking.
16391
16392 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16393
16394 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16395 tests.
16396 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16397 function when asleep.
16398 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16399 for i*86 Linux and SVR4 signal handling problems.
16400 Remove linux xfail for `next to handler in signals_tests_1', fixed
16401 by recent infrun.c change.
16402 Limit backtrace to 10 frames to avoid timeout problems with infinite
16403 stack backtraces.
16404 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16405 target.[ch] change.
16406
16407 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16408
16409 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16410 for a newline from gdb before continuing.
16411 (default_gdb_exit): Just look for y or n.
16412 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16413 it does, fail the rests of the tests in the file.
16414
16415 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16416
16417 * config/cygmon.exp: New file.
16418
16419 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16420
16421 * gdb.base/list.exp: Fix problem with "list default lines around
16422 main" test on remote targets.
16423
16424 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16425 run test on remote targets.
16426
16427 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16428
16429 * gdb.asm: New directory.
16430 * configure.in: Configure it.
16431 * configure: Regenerate.
16432 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16433 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16434
16435 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16436
16437 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16438
16439 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
16440
16441 * gdb.base/overlays (several files): Merge the two overlay
16442 managers into one. Change variables (foox, barx, bazx, grbxx)
16443 back into ints but force them to load in their proper sections.
16444
16445 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16446
16447 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16448 on-chip insn memory and IMAP1 to upper 128k.
16449 (D10VCopy): Handle memory regions crossing 16k boundaries.
16450 (D10VCopy): Transfer data in 32 bit chunks.
16451
16452 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16453
16454 * gdb.base/overlays.c (main): Exit normally when result is
16455 correct.
16456
16457 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16458 map. Include space for printf in .text segment.
16459
16460 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16461 updated d10v memory VMA/LMA map.
16462 (D10VCopy): Call D10VTranslate.
16463
16464 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16465
16466 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16467
16468 * gdb.base/bar.c (barx, bar): Change variable to small array so
16469 that it won't be put into the .sdata - small data -
16470 section. Update reference.
16471 * gdb.base/baz.c (bazx, baz): Ditto.
16472 * gdb.base/foo.c (foox, foo): Ditto.
16473 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16474
16475 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16476 to be arrays.
16477
16478 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
16479
16480 * gdb.base/overlays.exp: fix up and get working again.
16481 Add tests for backtraces from an overlay function.
16482
16483 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16484
16485 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16486 "calling function with watchpoint enabled".
16487
16488 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16489
16490 * gdb.base/break.exp (test_next_with_recursion): Remove
16491 gdb_suppress_tests for d10v-*-*.
16492 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16493 pending review of whether it is useful or not.
16494
16495 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16496
16497 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16498
16499 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16500
16501 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16502 * config/dve.exp: New file to support Densan boards.
16503
16504 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16505
16506 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16507 reads and BSD.
16508
16509 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16510
16511 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16512 response.
16513
16514 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16515
16516 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16517
16518 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16519 test.
16520
16521 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16522 target_sizeof_long and target_bigendian_p.
16523 (structs_by_value, structs_by_reference): Check values according
16524 to targets word size and endianess.
16525
16526 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16527
16528 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16529 output.
16530
16531 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16532
16533 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16534 Update test of set args help to match source change.
16535
16536 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16537
16538 * gdb.base/default.exp: Expect help system output to be in
16539 alphabetical order.
16540 * gdb.base/help.exp: Ditto.
16541
16542 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16543
16544 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16545 "i*86-pc-linux-gnu*".
16546 * gdb.base/interrupt.exp: Ditto.
16547 * gdb.base/corefile.exp: Ditto.
16548
16549 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16550 define vxworks when building the testcase.
16551
16552 * gdb.base/ptype.exp: Fix testnames to be unique.
16553 * gdb.base/radix.exp: Ditto.
16554 * gdb.base/term.exp: Ditto.
16555 * gdb.base/whatis.exp: Ditto.
16556 * gdb.c++/classes.exp: Ditto.
16557
16558 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16559
16560 * gdb.base/callfuncs.exp: Fix indentation.
16561
16562 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16563 suppress_flag has been set.
16564 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16565 target feature.
16566
16567 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16568
16569 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16570 the testcase.
16571
16572 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16573 set_debug_traps() and breakpoint().
16574 * gdb.c++/misc.cc (main): Ditto.
16575 * gdb.c++/templates.cc (main): Ditto.
16576 * gdb.c++/virtfunc.cc (main): Ditto.
16577
16578 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16579
16580 * lib/gdb.exp(gdb_step_for_stub): New function.
16581 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16582 exists, reload the executable and do a "continue" instead of
16583 doing a jump.
16584 (runto_main): Use gdb_step_for_stub.
16585
16586 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16587 tests to have unique names.
16588 * gdb.base/callfuncs.exp: Ditto.
16589 * gdb.base/commands.exp: Ditto.
16590 * gdb.base/default.exp: Ditto.
16591 * gdb.base/help.exp: Ditto.
16592 * gdb.base/list.exp: Ditto.
16593 * gdb.base/opaque.exp: Ditto.
16594 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16595 similar tests.
16596
16597 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16598 * gdb.c++/cplusfuncs.cc: Ditto.
16599 * gdb.c++/virtfunc.cc: Ditto.
16600
16601 * config/monitor.exp: Keep track of the last file we saw, rather
16602 than trying to get the info from gdb.
16603
16604 * gdb.fortran/types.exp: Move comment to previous line.
16605
16606 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16607
16608 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16609 target mode.
16610
16611 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16612
16613 From Bob Manson:
16614 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16615 string from GDB when it connects.
16616
16617 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16618
16619 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16620
16621 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16622 if we can't get a debug format from GDB (we may be testing an
16623 older GDB). Use a 10 second timeout when checking for the format.
16624
16625 * gdb.stabs/weird.exp: Fix quoting.
16626
16627 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16628
16629 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16630
16631 * config/arm-ice.exp: New file.
16632
16633 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16634
16635 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16636 until it has been modified to work with the new testsuite.
16637
16638 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
16639 testcase won't compile, cause all of the testcases in the file to
16640 fail instead.
16641
16642 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16643 (gdb_clear_suppressed): New procedure.
16644 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16645 it contains a positive value.
16646
16647 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16648
16649 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16650
16651 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16652
16653 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16654
16655 * lib/gdb.exp (setup_xfail_format): New function.
16656 (get_debug_format): New function to get debug format.
16657 (debug_format): New global variable to hold last value set
16658 by get_debug_format.
16659 * gdb.base/list.exp: Call get_debug_format and expect some
16660 tests to fail for DWARF 1 and COFF formats.
16661 * gdb.c++/ptype.exp: Ditto.
16662 * gdb.c++/classes.exp: Ditto.
16663 * gdb.c++/cplusfuncs.exp: Ditto.
16664 * gdb.c++/inherit.exp: Ditto.
16665 * gdb.c++/templates.exp: Ditto.
16666 * gdb.c++/virtfunc.exp: Ditto.
16667
16668 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16669
16670 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16671 host doesn't have a currently-open connection.
16672
16673 * config/sparclet.exp: Cleanups and fixes to make it generic for
16674 any gdb stub target. Handle cases where gdb doesn't respond when
16675 interrupted in a sane fashion.
16676
16677 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16678 same thing in a totally different way.
16679
16680 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16681 setting "timeout".
16682 (gdb_start): We set the global gdb_prompt variable in
16683 default_gdb_init now.
16684
16685 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16686
16687 * gdb.base/printcmds.exp: Fix "check for floating addition"
16688 regexp to accept results within approx +/- .01 of exact value.
16689 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16690
16691 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16692
16693 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16694 properly.
16695 (gdb_expect): Add optional timeout parameter, and add timeout
16696 value to various calls.
16697 (gdb_suppress_tests): Only give one warning message per group.
16698
16699 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16700
16701 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16702 global variables. Handle getting a value for $timeout more
16703 gracefully.
16704
16705 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16706
16707 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16708 initialize.
16709 (default_gdb_init): New procedure; allow gdb_init to be overridden
16710 by a target configuration file.
16711 (gdb_expect): Pass the timeout to remote_expect.
16712
16713 * config/monitor.exp(gdb_load): Fix typo in regexp.
16714
16715 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16716
16717 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16718
16719 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16720
16721 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16722 here. Call gdb_target_exec before rebooting the target, to make
16723 sure the connection to the target is closed.
16724 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16725 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16726 Also detect "Timeout reading from remote" error.
16727
16728 * config/gdbserver.exp: Pass the executable being loaded to
16729 gdb_target_monitor. Don't call gdb_file_cmd here; let
16730 gdb_target_monitor do it.
16731
16732 * gdb.disasm/hppa.exp: Don't use exec_output.
16733
16734 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
16735
16736 * gdb.base/list.exp: If we're debugging a non-native target,
16737 try to set the pc register to point to the start of the
16738 program before doing the first list command.
16739
16740 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
16741 test_calls after restarting.
16742
16743 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
16744 reloading.
16745
16746 * gdb.base/watchpoint.exp: Fix typo.
16747
16748 * gdb.base/setshow.exp: Check for use_gdb_stub.
16749
16750 * gdb.base/break.exp: Fix continue until exit test for the gdb
16751 stub case.
16752 * gdb.base/langs.exp: Ditto.
16753
16754 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
16755 gdb_load_offset. If we weren't given a file to load, figure out
16756 what the current file is and use it.
16757
16758 * config/i386-bozo.exp: New file.
16759
16760 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
16761
16762 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
16763 feature.
16764
16765 * config/proelf.exp: New entry.
16766
16767 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
16768
16769 * lib/gdb.exp: Remove spurious .* patterns at the beginning
16770 of regexps.
16771
16772 * gdb.base/watchpoint.exp: Don't run the test_stepping
16773 tests if gdb can't call functions on the target.
16774
16775 * gdb.base/setshow.exp: Don't run the set prompt tests if
16776 the board has gdb_prompt set.
16777
16778 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
16779
16780 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
16781 * gdb.base/commands.exp: Likewise.
16782 * gdb.base/setshow.exp: Likewise.
16783
16784 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
16785
16786 * config/monitor.exp(gdb_start): Look for gdb_prompt target
16787 feature.
16788
16789 * config/i960.exp: New file.
16790
16791 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
16792
16793 * gdb.base/funcargs.exp: Check for gdb,short_int target
16794 feature instead of looking for explicit target triplets.
16795
16796 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
16797
16798 * gdb.base/printcmds.exp: add a couple more tests a la
16799 "p 123DEADBEEF", to check parse_number.
16800 * top.c: change "to enable to enable" to "to enable" in a couple
16801 of help strings.
16802
16803 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
16804
16805 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
16806 on the mn10300.
16807
16808 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
16809
16810 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
16811 where the test executable is run with explicit args.
16812 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
16813
16814 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
16815
16816 * gdb.base/run.c: Use FAKEARGV to build test executable that
16817 does not require a command line arg, since most simulators
16818 don't currently support passing such an arg into the simulated
16819 program.
16820 * gdb.base/commands.exp: Change tests to insert the proper
16821 value as the arg to the first recursive factorial call. Change
16822 compilation line to define FAKEARGV at compile time.
16823
16824 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
16825
16826 * gdb.base/recurse.exp: Enable these tests for the mn10300.
16827 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
16828 function with watchpoint enabled" test.
16829
16830 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
16831
16832 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
16833 Don't call gdb_test when the command doesn't return to a gdb prompt.
16834
16835 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
16836 "Tests restarted" messages.
16837
16838 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
16839
16840 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
16841
16842 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
16843
16844 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
16845 for INFO SYMBOL; add help tests for OVERLAY commands.
16846 * gdb.base/default.exp: add tests for INFO SYMBOL command;
16847 add tests for OVERLAY commands
16848 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
16849 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
16850 * gdb.base/sigall.c: add usestubs code frag
16851 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
16852
16853 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
16854
16855 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
16856 failures.
16857 (gdb_stop_suppressing_tests): Note that tests have restarted.
16858
16859 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
16860
16861 * config/h8300.exp: New file.
16862
16863 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
16864
16865 * gdb.base/setshow.exp: Check for the existence of a
16866 feature, not its value.
16867
16868 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
16869
16870 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
16871
16872 * gdb.base/scope.exp: It's now init0(), not init().
16873
16874 * gdb.base/scope0.c: For now, change init() to be init0().
16875
16876 * config/monitor.exp: Use gdb_serial in preference to serial
16877 or netport.
16878
16879 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
16880 and it's not already set.
16881
16882 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
16883
16884 * gdb.base/setshow.exp: Only test the run command if the target
16885 isn't using a stub and if it supports argument passing.
16886
16887 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
16888
16889 * config/udi.exp(gdb_start): Make sure UDICONF is set
16890 properly before starting gdb.
16891
16892 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
16893
16894 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
16895 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
16896 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
16897
16898 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
16899
16900 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
16901 specialized code to reboot the board, use remote_reboot instead.
16902
16903 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
16904
16905 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
16906
16907 * config/monitor.exp: Make sure we disconnect from the target.
16908 Also, try a reboot/reload cycle instead of failing if the
16909 load fails.
16910
16911 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
16912
16913 * gdb.base/default.exp: Don't set match_max.
16914 * gdb.base/help.exp: Ditto.
16915 * gdb.base/list.exp: Ditto.
16916 * gdb.base/signals.exp: Ditto.
16917
16918 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
16919 set, use remote_ld to download the testcase instead of
16920 the GDB loader.
16921
16922 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
16923
16924 * config/vr5000.exp: New file.
16925
16926 * config/monitor.exp(gdb_target_monitor): Add pattern for
16927 "Ending remote" to detect errors in connecting.
16928
16929 * gdb.base/setshow.exp: Add .* within auto language test.
16930
16931 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
16932 target feature.
16933
16934 * config/monitor.exp(gdb_load): Check for a failure when loading,
16935 and reboot the board if necessary.
16936
16937 * gdb.base/setvar.exp(test_set): Handle multiple prints within
16938 a set of tests. Remove print.* from the patterns being checked.
16939
16940 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
16941
16942 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
16943 refer to gdb_spawn_id.
16944
16945 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
16946 longer used.
16947 * config/sparclet.exp: Ditto.
16948 * config/sparclet-old.exp: Ditto.
16949 * config/slite.exp: Ditto.
16950 * config/sim.exp: Ditto.
16951 * gdb.base/funcargs.exp: Ditto.
16952
16953 * lib/gdb.exp:Remove references to gdb_spawn_id.
16954 (gdb_expect): Move to remote.exp.
16955
16956 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
16957
16958 * config/monitor.exp: Detect the "Couldn't establish connection"
16959 message from GDB.
16960
16961 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
16962
16963 * gdb.base/bitfields.exp: Use runto instead of explicit
16964 gdb_run_cmd/gdb_expect sequences.
16965
16966 * gdb.base/break.exp(text_next_with_recursion): Add match for
16967 gdb_expect call.
16968
16969 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
16970 We also need to handle the "A program is being debugged already"
16971 prompt from gdb. Use gdb_test to set the baud rate.
16972
16973 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
16974 to 20000. Really. I mean it.
16975
16976 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16977
16978 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
16979 fails. If suppress_flag is set, skip perror message about not
16980 being able to send to GDB.
16981 (send_gdb): If suppress_flag is set, don't try to send commands to
16982 GDB.
16983 (gdb_expect): If suppress_flag is set, always fail immediately.
16984 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
16985 (gdb_init): Call gdb_stop_suppressing_tests.
16986 (default_gdb_exit): Ditto.
16987 (default_gdb_start): Ditto.
16988
16989 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
16990 gdb_stop_suppressing_tests as appropriate.
16991 * gdb.base/break.exp: Ditto.
16992 * gdb.base/callfuncs.exp: Ditto.
16993 * gdb.base/commands.exp: Ditto.
16994 * gdb.base/exprs.exp: Ditto.
16995 * gdb.base/funcargs.exp: Ditto.
16996 * gdb.base/list.exp: Ditto.
16997 * gdb.base/recurse.exp: Ditto.
16998 * gdb.base/scope.exp: Ditto.
16999 * gdb.base/structs.exp: Ditto.
17000 * gdb.c++/inherit.exp: Ditto.
17001
17002 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17003
17004 * config/vr4300.exp: New file.
17005
17006 * gdb.*/*.exp: Call gdb_expect instead of expect.
17007
17008 * lib/gdb.exp(gdb_expect): New function.
17009
17010 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17011
17012 * lib/gdb.exp(gdb_init): New function.
17013
17014 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17015 for each individual variable set.
17016
17017 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17018 name.
17019
17020 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17021
17022 * gdb.base/scope.exp: Use gdb_test.
17023
17024 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17025 aborting; the testsuite driver will do that for us (see
17026 gdb_finish). Also, use gdb_test in a few more places.
17027
17028 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17029
17030 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17031
17032 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17033
17034 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17035 and "add_tests" are not at the same address.
17036
17037 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17038
17039 * gdb.base/ptype.exp: Use gdb_test.
17040
17041 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17042
17043 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17044 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17045 left in. No longer expect them to fail.
17046
17047 * gdb.stabs/*.mt; Deleted, no longer used.
17048 * gdb.stabs/configure.in: Remove references to target makefile
17049 frags.
17050 * gdb.stabs/configure: Rebuilt.
17051
17052 * gdb.disasm/*.mt: Deleted, no longer used.
17053 * gdb.disasm/configure.in: Remove references to target makefile
17054 frags. Use "sh3.s" as the unique filename for this directory.
17055 * gdb.disasm/configure: Rebuilt.
17056
17057 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17058 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17059 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17060
17061 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17062
17063 * config/udi.exp: Use mondfe,name instead of remote_host.
17064
17065 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17066
17067 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17068 a function with a watchpoint enabled on the mn10200.
17069
17070 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17071 before trying to create it!
17072
17073 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17074
17075 * config/vx.exp: Use hostname instead of netport.
17076
17077 * config/vxworks.exp: New file.
17078
17079 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17080
17081 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17082 gdb before assuming everything worked. Send a ^C if a timeout
17083 occurs.
17084
17085 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17086 $gdb_spawn_id directly.
17087 (gdb_run_cmd): Try _start as well as start. Use the target feature
17088 gdb,start_symbol as the symbol to start from when jumping.
17089
17090 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17091
17092 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17093 redundant) test.
17094
17095 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17096 it doesn't lose for 16bit integer systems.
17097
17098 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17099
17100 * gdb.fortran/types.exp: If the target doesn't support "double"
17101 data types, then expect "real" types to only be 4 bytes.
17102
17103 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17104 call tests if the target doesn't support inferior function calls.
17105
17106 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17107 in printf tests.
17108
17109 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17110
17111 * gdb.base/help.exp: Disable "help set", "help show", and
17112 "help support". Simplify regexp for "help stack".
17113
17114 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17115 to 60 seconds. Temporarily set match_max to 15000 around the
17116 "info copying" test.
17117
17118 * gdb.base/nodebug.exp: Don't try to do an inferior function
17119 call if the target doesn't support them.
17120 * gdb.base/printcmds.exp: Likewise.
17121 * gdb.base/setvar.exp: Likewise.
17122 * gdb.base/structs.exp: Likewise.
17123 * gdb.c++/templates.exp: Likewise.
17124 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17125
17126 * gdb.base/recurse.exp: Enable for the mn10200.
17127
17128 * configure.in: Do configure gdb.stabs directory for *-*-elf
17129 targets.
17130 * configure: Rebuilt.
17131
17132 * gdb.base/break.exp: Check for gdb,noresults before testing
17133 exit status and/or results from the target.
17134 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17135 * lib/gdb.exp: Remove old (now bogus) initialization of
17136 noinferior, noargs, noresults and nosignals.
17137
17138 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17139
17140 * config/sh.exp: New file.
17141
17142 * config/slite.exp: Try to connect multiple times to the board
17143 before rebooting. Only send a "monitor run" if need_monitor_run
17144 is set.
17145
17146 * gdb.base/break.exp: Don't do the "stub continue" test if
17147 the target has gdb_stub set.
17148
17149 * gdb.base/callfuncs.exp: Increase the timeout.
17150
17151 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17152 if the target has gdb,noinferiorio set.
17153
17154 * gdb.base/list.exp: Increase match_max to 10000 characters.
17155
17156 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17157
17158 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17159 target.
17160
17161 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17162
17163 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17164
17165 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17166 trying to delete the copy of gdb. Catch the file delete so we
17167 don't die if the delete fails; also, the file should be copied to
17168 the host, not to the build.
17169
17170 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17171
17172 * lib/gdb.exp(gdb_test): Surround the result pattern with
17173 parenthesis in case it contains multiple regexps separated
17174 with |.
17175
17176 * gdb.base/watchpoint.exp: Use gdb_test.
17177 * gdb.base/default.exp: Ditto.
17178
17179 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17180
17181 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
17182
17183 * gdb.base/scope.exp: Use gdb_test.
17184 * gdb.c++/classes.exp: Ditto.
17185 * gdb.c++/inherit.exp: Ditto.
17186
17187 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17188
17189 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17190 remote_exec instead.
17191 * gdb.base/corefile.exp: Don't be ridiculous.
17192 * gdb.base/*.c: Add missing stub invocations.
17193
17194 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17195
17196 * config/slite.exp: Miscellaneous fixes.
17197
17198 * lib/gdb.exp: Fix runto.
17199
17200 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17201 the target.
17202
17203 * gdb.base/watchpoint.exp: Fix regexp.
17204
17205 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17206 close and wait commands, as the descriptor may now be
17207 invalid. Always call "remote_close host".
17208
17209 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17210
17211 Major rewrite for testsuite revision.
17212
17213 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17214 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17215 instead of relying on spawn_id to always contain a valid
17216 spawn id.
17217 (get_compiler_info): New procedure to build the ${binfile}.ci
17218 file, instead of replicating this in N different places.
17219 (gdb_compile): New procedure.
17220
17221 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17222 appropriate arguments) instead of compile. Use gdb_test in a lot
17223 more places. Use send_gdb instead of send. Always run gdb_start
17224 at the start of a testcase, as this is no longer done magically.
17225
17226 config/*-gdb.exp: Rename without the -gdb suffix.
17227
17228 config/mips.exp: Use remote_close instead of exit_remote_shell.
17229 config/monitor.exp: Use target_info instead of looking at
17230 baud, timeout, etc.
17231 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17232
17233 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17234
17235 * gdb.c++/templates.exp (test_ptype_of_templates),
17236 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17237 Update expect patterns for destructors and assignment operators
17238 to match corresponding c-typeprint.c changes.
17239 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17240 to destructor breakpoint test, GDB should be able to set the
17241 destructor breakpoint without specifying arguments.
17242
17243 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17244
17245 * gdb.threads/pthreads.exp: Change result for failure to compile due
17246 to lack of pthreads runtime support from an error to simply an
17247 unsupported test, per dejagnu standards.
17248
17249 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17250
17251 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17252 where GDB exits to reduce pattern match time.
17253 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17254
17255 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17256
17257 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
17258
17259 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17260 * gdb.base/default.exp: ditto.
17261 * gdb.base/nodebug.exp: ditto.
17262 * gdb.base/printcmds.exp: ditto.
17263 * gdb.base/ptype.exp: ditto.
17264 * gdb.base/setvar.exp: ditto.
17265 * gdb.base/structs.exp: ditto.
17266 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17267
17268 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17269
17270 * configure, */configure: Rebuild with autoconf 2.12.
17271
17272 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17273
17274 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17275 use new i*86-pc-linux*-gnu quads.
17276 * gdb.base/corefile.exp: Ditto.
17277 * gdb.base/signals.exp: Ditto.
17278 * gdb.base/sigall.exp: Ditto.
17279 * gdb.base/interrupt.exp: Ditto.
17280
17281 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17282 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17283 RedHat 4.0.
17284
17285 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17286 linux. This allows the test case to at least compile on latest
17287 linux, but still not run due to missing the threads runtime library.
17288
17289 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17290
17291 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17292 directory to search gdb directory. Accept and step over conditional
17293 stack alignment code. Consume $prompt in failure cases.
17294 Reset timeout to $oldtimeout instead of some arbitrary value.
17295 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17296 timeout problems with infinite stack backtraces.
17297 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17298 Accept function parameters for linkfunc member.
17299
17300 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17301
17302 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17303 (CXXFLAGS): Remove, unreferenced.
17304 (B_OPTIONS): Add for -B options and add code to initialize with
17305 previous -B options and also add -B option to pick up cross compiled
17306 runtime.
17307 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17308 doing cross compiles.
17309 (target_alias): Declare global.
17310 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17311 to verify that gcc exists in build tree, and if so set CC to that
17312 gcc and to use B_OPTIONS and TARGET_INCLUDES.
17313
17314 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17315
17316 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17317 ptype test for anonymous union. Fixup testcase to match
17318 current gcc debug output.
17319
17320 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17321
17322 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17323 force argument to an unsigned long type.
17324
17325 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17326
17327 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17328 tests and anonymous union print/ptype tests.
17329 * gdb.base/list.exp (test_forward-search): Increase timeout by
17330 5 minutes for the "search extremely long line" case.
17331 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17332 completely optional and that the pass/fail messages use the command as
17333 the message if that third arg is a null string.
17334 (gdb_test_exact): Arrange that a null string pattern means match a
17335 null string output rather than any output, which might include random
17336 errors.
17337 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17338 backtrace test.
17339 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17340 always failing and failure is now exposed by gdb.exp changes.
17341
17342 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17343
17344 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17345 weren't being noted.
17346
17347 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17348
17349 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17350 * gdb.stabs/weird.exp: Remove v_comb xfails.
17351
17352 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
17353
17354 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
17355 list.exp scope.exp watchpoint.exp]
17356 Make all timeout error msgs explicitly say "(timeout)".
17357
17358 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
17359
17360 * config/monitor.exp: Increase download timeout to 1000 seconds.
17361
17362 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
17363
17364 * config/m32r.exp: Increase timeout to 120 seconds.
17365
17366 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17367
17368 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17369 and accept older ordering as obsolescent gcc or gdb.
17370 * gdb.c++/templates.exp: Ditto.
17371 * gdb.c++/virtfunc.exp: Ditto.
17372
17373 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17374
17375 * gdb.base/coremaker.c: Add code to mmap some data so we
17376 can check that it ends up in the core file.
17377 * gdb.base/corefile.exp: Add test to read mmapped data
17378 from core file.
17379
17380 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
17381
17382 * config/m32r.exp: New file.
17383
17384 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17385
17386 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17387 that cflags can contains -gstabs, and work correctly for other tests.
17388
17389 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
17390
17391 * gdb.base/setshow.exp: New file, tests show and set.
17392 * gdb.base/setshow.c: New file, tests show and set.
17393 * gdb.base/help.exp: Add test for help set|show annotate.
17394 * gdb.base/default.exp: Add test for set|show annotate.
17395
17396 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17397
17398 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17399 errors unique.
17400 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17401 explicitly.
17402
17403 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17404
17405 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17406 and width commands. This is done elsewhere.
17407 * (gdb_start): Don't call gdb_start_sim here. That's already
17408 done in gdb_load. This fixes lots of failures in default.exp.
17409
17410 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17411
17412 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17413 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17414 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17415 in the same we we treat other failures (since it may be an expected
17416 condition), rather than as an error.
17417 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17418 old test format.
17419
17420 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17421
17422 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17423 (distclean maintainer-clean realclean): No need to remove files
17424 twice. Nuke the duplicates.
17425 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
17426 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
17427 Remove config.h along with other config files.
17428
17429 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17430
17431 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17432 "p func1 ()" and note that rests of tests are skipped.
17433 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17434 setup_xfails for "print func2::coremaker_local".
17435 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17436 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17437 affected by the previous run test.
17438 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17439 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17440 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17441 "pass int powerset tuple" and "pass modeless int powerset tuple".
17442 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17443 "real write 4" and "real write 8".
17444 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17445 setup_xfails for "print vs1 after tuple assign 2",
17446 "print \$i after tuple assign 2", and
17447 "print vs2 after tuple assign 2".
17448 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17449 meaningful error message and return -1 so the caller can
17450 suppress further tests and avoid a cascade of errors.
17451
17452 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17453
17454 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17455 format for printing version.
17456 * gdb.base/default.exp: Ditto.
17457 * gdb.base/interrupt.exp: Fix problem with cascade of
17458 errors if child process dies while calling a function.
17459
17460 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17461
17462 * Makefile.in (VPATH): Add
17463 * Makefile.in (Makefile, config.status): Fix rules so things get
17464 remade when necessary.
17465
17466 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17467
17468 * Makefile.in (just-check): Add path to sibling expect dir
17469 to environment variable specified by RPATH_ENVVAR.
17470
17471 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17472
17473 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17474 (just-check): Add shared library paths for libstdc++, tk,
17475 tcl, bfd, and opcodes to the environment variable specified
17476 in RPATH_ENVVAR.
17477 * configure.in: Add support to recognize --enable-shared flag
17478 and generate correct value for RPATH_ENVVAR.
17479 * configure: Regenerated with autoconf.
17480
17481 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17482
17483 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17484 include all osf versions.
17485 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17486 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17487 when target is linux. When failing to build pthreads test
17488 executable, give more meaningful message.
17489 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17490 arg for pthread_create.
17491
17492 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17493
17494 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17495 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17496 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17497 and -lpthreads (everybody else).
17498 (test_startup): Fail gracefully if threads are not supported.
17499 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17500 "p/c array_index("abcdef",2)" when not gcc compiled.
17501 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17502 "print func2::coremaker_local" when not gcc compiled.
17503 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17504 "ptype on opaque struct tagname (statically)",
17505 "ptype on opaque struct tagname (dynamically) 1", and
17506 "ptype on opaque struct tagname (dynamically) 2"
17507 for not compiled with gcc.
17508 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17509 backtrace when compiled with gcc.
17510 * lib/gdb.exp (runto_main): Return result of "runto main" rather
17511 than always return success.
17512
17513 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17514
17515 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17516
17517 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17518
17519 * gdb.base/structs.exp: Undo last change.
17520
17521 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17522
17523 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17524 encapsulate all the steps/nexts done during self test, starting
17525 at main, and makes them less sensitive to optimization issues.
17526 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17527 signal handler" test.
17528 * gdb.threads/pthreads.exp: Only run this for native configs.
17529 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17530 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17531 tests.
17532 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17533 for "runto test_calls(void)" test.
17534
17535 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17536
17537 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17538 and don't expect address info in breakpoint confirmations.
17539
17540 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17541
17542 * gdb.base/list.exp (test_forward_search): Increase timeout
17543 temporarily by 60 seconds for searching extremely long line,
17544 and then reset to old value when done. Increase expect input
17545 buffer to 10000.
17546
17547 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17548
17549 * gdb.base/list.exp (test_forward_search): Fix to handle very
17550 long source line without overflowing expect's input buffer.
17551
17552 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17553
17554 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17555 "buffer_full".
17556
17557 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17558 "buffer_full".
17559
17560 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17561 "buffer_full".
17562
17563 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17564 "buffer_full".
17565
17566 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17567
17568 * configure.in (configdirs): Add gdb.threads.
17569 * configure: Regenerated with autoconf.
17570 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17571 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17572 * gdb.threads/configure: New, generated with autoconf.
17573
17574 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17575
17576 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17577
17578 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17579
17580 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17581 each signal's status in the output of "handle all print".
17582 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17583 the \r\n sequence that immediately precedes the gdb prompt.
17584 * gdb.base/a1-selftest.exp: Save original timeout and restore
17585 after test.
17586
17587 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17588
17589 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17590 symbol.
17591
17592 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17593
17594 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17595
17596 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17597
17598 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17599 timeout by 60 seconds.
17600
17601 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17602
17603 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17604 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17605 error return.
17606
17607 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17608
17609 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17610 gdb initialization, also report how long dejagnu waited. Restore
17611 old timeout before doing error return. Temporarily increase timeout
17612 by 3 minutes to allow for slow startups over heavy NFS use.
17613
17614 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17615
17616 * lib/gdb.exp: Report timeout value for verbosity level 2.
17617 * config/gdbserver.exp: Ditto.
17618 * config/hppro.exp: Ditto.
17619 * config/mips-gdb.exp: Ditto.
17620 * config/monitor.exp: Ditto.
17621 * config/netware.exp: Ditto.
17622 * config/sim-gdb.exp: Ditto.
17623 * config/slite-gdb.exp: Ditto.
17624 * config/udi-gdb.exp: Ditto.
17625 * config/unix-gdb.exp: Ditto.
17626 * config/vx-gdb.exp: Ditto.
17627 * gdb.base/a1-selftest.exp: Ditto.
17628 * gdb.base/a2-run.exp: Ditto.
17629 * gdb.base/break.exp: Ditto.
17630 * gdb.base/corefile.exp: Ditto.
17631 * gdb.base/list.exp: Ditto.
17632 * gdb.base/recurse.exp: Ditto.
17633 * gdb.base/scope.exp: Ditto.
17634 * gdb.base/signals.exp: Ditto.
17635
17636 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17637
17638 * gdb.threads/Makefile.in (docdir): Removed.
17639
17640 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17641
17642 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
17643 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
17644 @srcdir@.
17645 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
17646 autoconf 2.5 or higher.
17647 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17648
17649 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17650
17651 * configure: Regenerated.
17652 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17653 avoid name clashes with SunOS headers.
17654
17655 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17656
17657 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17658
17659 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17660
17661 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17662 prototype information ends up in the compiler info file.
17663
17664 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17665
17666 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17667 attempting to regenerate it. Eliminate use of a temporary file
17668 and just generate the info file directly. Source it immediately,
17669 for consistency of use.
17670 * gdb.base/corefile.exp: Ditto
17671 * gdb.base/exprs.exp: Ditto.
17672 * gdb.base/funcargs.exp: Ditto.
17673 * gdb.base/langs.exp: Ditto.
17674 * gdb.base/list.exp: Ditto.
17675 * gdb.base/mips_pro.exp: Ditto.
17676 * gdb.base/nodebug.exp: Ditto.
17677 * gdb.base/opaque.exp: Ditto.
17678 * gdb.base/ptype.exp: Ditto.
17679 * gdb.base/scope.exp: Ditto.
17680 * gdb.base/setvar.exp: Ditto.
17681 * gdb.base/signals.exp: Ditto.
17682 * gdb.base/whatis.exp: Ditto.
17683 * gdb.c++/templates.exp: Ditto.
17684 * gdb.c++/virtfunc.exp: Ditto.
17685 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17686 whether or not to add -lstdc++ to the compile command line args.
17687
17688 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17689
17690 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17691 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17692 Increase timeout, a lot of single stepping might be needed if the
17693 target has no hardware watchpoints.
17694
17695 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17696
17697 * gdb.base/break.exp: Ignore compiler warnings when compiling
17698 break.c.
17699 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17700 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17701 from remote-sim.
17702 * gdb.base/exprs.exp: Add h8300 xfails.
17703 * gdb.base/funcargs.exp: Likewise.
17704 * gdb.base/nodebug.exp: Likewise.
17705 * gdb.base/printcmds.exp: Likewise.
17706 * gdb.base/ptype.exp: Likewise.
17707 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17708 h8300 xfails.
17709 * gdb.base/return.exp: Handle float/double precision problems
17710 on the h8300.
17711 * gdb.base/funcargs.c: Explicitly make last constant argument to
17712 call_after_alloca_subr an unsigned long type.
17713 * gdb.base/return.c: Include stdio.h.
17714
17715 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17716
17717 * config/abug.exp: New file for the older Motorola Bug monitor
17718 that runs on the mvme13x series VME boards.
17719 * config/monitor.exp: Use the new config array for target settings
17720 if they exist.
17721
17722 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17723
17724 * sim-gdb.exp: Make the SH simulator allocate less space when
17725 it is targeted.
17726
17727 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17728
17729 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
17730 test.
17731
17732 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
17733
17734 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
17735 "rs6000-*-*" for "list function in include file" when gcc compiled.
17736 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
17737 for "p ctable1[120]".
17738 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
17739 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
17740 Remove setup_xfail for "rs6000-*-*" for
17741 "print 'scope0.c'::filelocal before run".
17742 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
17743 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
17744 since some compilers don't allow both options to be given
17745 on the same command line. Create object file and move it.
17746
17747 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
17748
17749 * gdb.base/corefile.exp: Always regenerate the core file, since
17750 we always regenerate the coremaker program. Detect special case
17751 where registers cannot be read from core file.
17752
17753 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
17754
17755 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
17756 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
17757 * gdb.c++/templates.exp: Only match on basename of file since
17758 some formats like xcoff don't encode directory information.
17759 * gdb.stabs/weird.exp: Use the right sed script for powerpc
17760 and rs6000 AIX xcoff targets.
17761 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
17762 * configure: Regenerate.
17763 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
17764 here, rather than in distclean.
17765
17766 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
17767
17768 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
17769 defined, and use it to compile the test case with -O2. The
17770 native compilation still uses no optimization.
17771 * gdb.base/mips_pro.c: Remove inline assembly code since
17772 it is compiled PIC by default, which results in assembler
17773 warnings that make the testsuite think the compilation
17774 was unsuccessful.
17775
17776 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
17777
17778 * gdb.c++/misc.exp: Add note to message for
17779 "print s.a for foo struct" that this is a known gcc 2.7.2
17780 and earlier bug.
17781
17782 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
17783
17784 * gdb.base/break.exp: Fix pattern for matching "Delete all
17785 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
17786 setup_xfail for deleting all breakpoints test. Fix various
17787 timeout messages to include "(timeout)".
17788 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
17789 for "p t_float_values2(3.14159,float_val2)".
17790 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
17791 for "continue to call2g" when gcc compiled.
17792 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
17793 "up to foo in langs.exp", "show language at foo in langs.exp",
17794 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
17795 and "show language at fsub in langs.exp".
17796 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
17797 "list line 1 in include file", "list message for lines past EOF",
17798 "list function in include file", "list list0.h:foo", and
17799 "list filename:function; nonexistant function".
17800 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
17801 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
17802 and "ptype t_char_array" to be for native cc only.
17803
17804 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
17805
17806 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
17807 setup_xfail for "print coremaker_bss", "print coremaker_ro",
17808 "print func2::coremaker_local", and "backtrace in corefile.exp".
17809
17810 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
17811
17812 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
17813 "bt in signals.exp". This problem only appears when running
17814 the testsuite, and then only intermittently.
17815
17816 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17817
17818 * gdb.base/return.exp (return_tests): Differentiate between
17819 two tests of continuing.
17820
17821 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17822
17823 * */Makefile.in (maintainer-clean): Remove config.log.
17824 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
17825 * gdb.c++/Makefile.in (PROGS): Add inherit.
17826 (clean): Remove *.ci.
17827
17828 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
17829
17830 * gdb.c++/misc.cc: Add test code from Mike Stump.
17831 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
17832
17833 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
17834
17835 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
17836 to "alpha-*-osf2*" and add comment.
17837 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
17838 setup_xfail for "step over execarg initialization" and
17839 "step over corearg initialization".
17840 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
17841 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
17842 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
17843 gcc compiled for "print coremaker_bss", "print coremaker_ro",
17844 "print func2::coremaker_local", and "backtrace in corefile.exp".
17845 * gdb.base/signals.exp: Build and source signals.ci.
17846 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
17847 to be for gcc only.
17848 * lib/gdb.exp: Move verbose statements outside conditionals.
17849
17850 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17851
17852 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
17853 Feb 3 procfs.c change.
17854
17855 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
17856
17857 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
17858
17859 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
17860
17861 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
17862 from dejagnu's apparent default of 10 seconds, which gives random
17863 results when running the tests over NFS on moderately loaded systems.
17864 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
17865
17866 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
17867
17868 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
17869 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
17870 result reports.
17871
17872 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
17873
17874 * configure.in (CY_AC_PATH_TCLH): Remove.
17875 * configure: Regenerate.
17876
17877 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
17878
17879 * gdb.c++/Makefile.in (clean): Add missing '{'.
17880
17881 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
17882
17883 * lib/gdb.exp: Provide a default value for noinferior.
17884
17885 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
17886 Load libgloss.exp.
17887
17888 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
17889
17890 * gdb.disasm/hppa.exp: Compile directly into an executable, use
17891 the executable, not the .o to run the tests from.
17892
17893 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
17894
17895 * gdb.base/break.exp: Don't test for program exit or exit status
17896 if $noresults if nonzero.
17897 * gdb.base/langs.exp: Likewise.
17898 * gdb.base/watchpoint.exp: Likewise.
17899
17900 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
17901 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
17902 trying to compile the testcase.
17903
17904 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
17905
17906 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
17907 * gdb.base/signals.exp (continue to handler): Likewise.
17908
17909 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
17910
17911 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
17912
17913 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
17914
17915 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
17916
17917 * gdb.base/corefile.exp: Recognize "not found" as failure
17918 when trying to determine if a core file was generated.
17919 If no core file was generate the first time, try again without
17920 the ulimit -c to work around braindamaged shells.
17921
17922 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
17923
17924 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
17925 [] tests with "test" and enclose string in quotes.
17926 * gdb.stabs/configure: Rebuild
17927
17928 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
17929
17930 Changes in sync with expect:
17931 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
17932 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
17933 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
17934 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
17935 argument to AC_REQUIRE.
17936 * configure: Regenerated.
17937
17938 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
17939
17940 * gdb.base/corefile.exp: When generating a core, discard any
17941 error messages about ulimit not found and the "core dumped"
17942 message from the shell that runs the coredumper.
17943
17944 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
17945
17946 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
17947
17948 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
17949 which sed script to run. Expect failure for v_comb test
17950 on PA targets too.
17951
17952 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
17953
17954 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
17955 "print func2::coremaker_local" and for "backtrace in corefile.exp"
17956
17957 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
17958
17959 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
17960 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
17961 "sparc-sun-solaris*" xfails for "p v_comb".
17962 * lib/gdb.exp (default_gdb_start): Fix typo.
17963 * gdb.base/corefile.exp: Allow "Core was generated by ..."
17964 messages to not include the full program name that caused
17965 the core dump since some systems (such as solaris) apparently
17966 truncate this path to about 80 characters.
17967 When generating a core file first try increasing the core file
17968 size limit to unlimited since some systems may default it to
17969 zero, and it is harmless to try it. Move the test for failing
17970 to generate a core file to where it will actually get executed.
17971 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
17972 new gdb result from g++ debug info improvements and make old
17973 pattern obsolescent. Also account for size_t differences
17974 (may be int or long).
17975 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
17976 initialization before function call is placed in the delay slot
17977 and thus appears to be skipped over by commands such as "next".
17978
17979 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17980
17981 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
17982
17983 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
17984
17985 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
17986 input source file; fix code to compile test to deal with this
17987 convention.
17988 * gdb.c++/*.exp: Likewise.
17989
17990 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
17991
17992 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
17993 "bt in signals.exp".
17994
17995 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
17996
17997 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
17998 "step over execarg initialization" and
17999 "step over corearg initialization".
18000
18001 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18002
18003 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18004 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18005
18006 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18007
18008 From Rob Savoye (rob@poseidon.cygnus.com)
18009 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18010 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18011 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18012 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18013 configure.in}: Major reworking for autoconfig.
18014 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18015 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18016 New files.
18017 * config/unix-gdb.exp: Make GDB global.
18018 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18019 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18020 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18021 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18022 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18023 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18024 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18025 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18026 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18027 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18028 pr-8136.exp, result.exp, string.exp, tuples.exp},
18029 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18030 to returns as necessary, arrange for test to compile own testcase
18031 executable.
18032 * lib/gdb.exp: Changes for testsuite to compile own test cases.
18033
18034 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18035
18036 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18037 clear_xfail at end of test which might not call either pass or fail.
18038 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18039 "backtrace through signal handler".
18040
18041 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18042
18043 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18044 continuing from a job control stop signal.
18045 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18046
18047 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18048
18049 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18050 * gdb.base/corefile.exp: Likewise.
18051 * gdb.base/funcargs.exp: Likewise.
18052
18053 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18054
18055 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18056 * config/monitor.exp: Add support for setting baud rate.
18057
18058 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18059
18060 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18061 i*86-*-linux* xfails for "backtrace through signal handler".
18062 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18063 "print func2::coremaker_local".
18064 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18065 alpha-dec-osf2* xfail for
18066 "delete all breakpoints when none".
18067
18068 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18069
18070 * gdb.base/break.exp: Change test that deletes all breakpoints
18071 when no user breakpoints are installed. A post 4.15 change
18072 causes gdb to no longer prompt in this case.
18073
18074 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18075
18076 * gdb.base/return.exp (return_tests): Change xfail for test
18077 "correct value returned double test" to stop xfailing at
18078 Solaris 2.5. Apparently the bug has been fixed.
18079
18080 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18081
18082 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18083 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18084
18085 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18086
18087 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18088 * gdb.disasm/hppa.s: Corresponding changes.
18089
18090 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18091
18092 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18093 makefile fragment.
18094 * config/mt-hpux: Deleted.
18095
18096 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18097
18098 * Many files: When warning about suppressed tests due to a
18099 nonexistant test binary, avoid incrementing the warning count.
18100
18101 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18102
18103 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
18104
18105 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18106
18107 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18108 "sparc-*-solaris2*".
18109
18110 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18111
18112 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18113 Add global and local variables and initialize them.
18114 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18115 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18116 extracts the file name and terminating signal from the core file.
18117 * TODO: Remove note about tests for correct mapping of corefile.
18118 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18119 from optimizing it away.
18120 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18121 handles common blocks.
18122
18123 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18124
18125 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18126 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18127
18128 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18129
18130 * Makefile.in (maintainer-clean): New target, synonym for
18131 realclean.
18132 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18133 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18134 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18135 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18136 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18137 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18138
18139 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18140
18141 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18142 xfails when not gcc compiled for "print foo::funclocal".
18143 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18144 "print foo::funclocal at foo",
18145 "print 'scope1.c'::foo::funclocal at foo",
18146 "print foo::funclocal_bss at foo",
18147 "print 'scope1.c'::foo::funclocal_bss at foo",
18148 "print foo::funclocal_ro at foo",
18149 "print 'scope1.c'::foo::funclocal_ro at foo",
18150 "print bar::funclocal at foo" and
18151 "print 'scope1.c'::bar::funclocal at foo".
18152 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18153 gcc compiled for "print foo::funclocal at bar".
18154 Expand all messages to ensure that they identify that
18155 the test is at bar().
18156 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18157 gcc compiled for:
18158 "ptype on opaque struct pointer (statically)",
18159 "ptype on opaque struct tagname (statically)",
18160 "ptype on opaque struct pointer (dynamically) 1",
18161 "ptype on opaque struct tagname (dynamically) 1",
18162 "ptype on opaque struct pointer (dynamically) 2" and
18163 "ptype on opaque struct tagname (dynamically) 2
18164 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18165 gcc compiled for:
18166 "p datalocal"
18167 "whatis datalocal",
18168 "ptype datalocal",
18169 "p bsslocal",
18170 "whatis bsslocal", and
18171 "ptype bsslocal".
18172 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18173 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18174 when not gcc compiled.
18175 * gdb.base/funcargs.exp (float_and_integral_args): Add
18176 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18177 compiled.
18178 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18179 "backtrace from call6a" when not gcc compiled.
18180 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18181 "backtrace from call7a" when not gcc compiled.
18182 * gdb.base/callfuncs.exp (do_function_calls):
18183 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18184 "p t_char_array_values(char_array_val2,char_array_val1)",
18185 "p t_char_array_values(char_array_val1,char_array_val2)",
18186 "p t_char_array_values("carray 1","carray 2")",
18187 "p t_char_array_values("carray 1",char_array_val2)",
18188 "p t_char_array_values(char_array_val1,"carray 2")",
18189 "p sum_args(1,{2})",
18190 "p sum_args(2,{2,3})",
18191 "p sum_args(3,{2,3,4})",
18192 "p sum_args(4,{2,3,4,5})"
18193 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18194 "backtrace in corefile.exp" when not gcc compiled.
18195
18196 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18197
18198 * gdb.base/signals.exp: Rewrite `handle all print' test as
18199 a procedure. Accept blanks or TABs as whitespace, increase
18200 timeout and expect input buffer size for the large output
18201 from the command. Remove "i*86-*-bsdi2.0" xfail.
18202
18203 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18204
18205 * gdb.base/setvar.exp: Add new testcases for truncation when
18206 assigning invalid values to bitfields.
18207
18208 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18209
18210 * gdb.base/callfuncs.exp (do_function_calls): Remove
18211 mips-sgi-irix* xfail for
18212 "call inferior func with struct - returns char *"
18213 and fix test so that an optional (unsigned char *) cast is
18214 accepted in the result.
18215
18216 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18217
18218 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18219 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18220 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18221 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18222 that accidentally got checked in.
18223
18224 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18225
18226 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
18227 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18228 compiled test.
18229 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18230 Add mips-sgi-irix5* xfail for not gcc compiled.
18231 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18232 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18233 "p top", "whatis top", "p middle", and "whatis middle".
18234 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18235 "whatis signed char" for not gcc compiled.
18236 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18237 "set variable signed char=-1 (-1)" and
18238 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18239 * gdb.base/funcargs.exp (float_and_integral_args):
18240 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18241 Add mips-sgi-irix* xfail when not gcc compiled for
18242 "continue to call2b".
18243 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18244 "continue to call2g".
18245 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18246 "backtrace from call6a"
18247 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18248 "backtrace from call7k".
18249 Add mips-sgi-irix5* xfail when not gcc compiled for
18250 "backtrace from call7a".
18251 (localvars_after_alloca): Fix gdb_test cmds for
18252 "print * after runto ...".
18253 Remove rs6000-*-* xfails for
18254 "print i after runto localvars_after_alloca" and
18255 "print l after runto localvars_after_alloca"
18256 for all compilers.
18257 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18258 when not compiled with gcc, for:
18259 "print signed char == (minus)",
18260 "print signed char != (minus)",
18261 "print signed char < (minus)",
18262 "print signed char > (minus)".
18263 * gdb.base/callfuncs.exp (do_function_calls):
18264 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18265 "call inferior func with struct - returns char *".
18266 * gdb.base/return.exp (return_tests): Change xfail for
18267 "correct value returned double test" to include Solaris 2.4.
18268 * gdb.base/funcargs.exp (float_and_integral_args):
18269 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18270
18271 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18272
18273 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18274 enumeration bitfields if compiling with GNU C.
18275 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18276 to empty' prompt.
18277
18278 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18279
18280 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18281 test for PRO targets.
18282
18283 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18284 breakpoints in the inferior at any given time by making
18285 two groups of breakpoints for call2*, call6* and call7*
18286 tests.
18287
18288 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18289
18290 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18291 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18292 from optimizing it away.
18293 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18294 "call inferior func with struct".
18295
18296 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18297
18298 * configure.in: Only configure gdb.chill for particular targets.
18299
18300 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18301
18302 * gdb.base/Makefile.in: Add action to .c.o transformation
18303 rule that generates a .ci file for each .o file and remove
18304 explicit .c.o rules except for callfuncs.o.
18305 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18306 generates a .ci file for each .o file and remove explicit
18307 .cc.o rules.
18308 (clean): Remove *.tmp *.ci files.
18309 (EXECUTABLES): Remove templ-info.exp.
18310 * gdb.base/compiler.c: New file.
18311 * gdb.c++/compiler.cc: New file
18312 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18313 Change rs6000-*-* xfail for
18314 "print 'scope0.c'::filelocal_ro" and
18315 "print 'scope1.c'::filelocal" and
18316 "print 'scope1.c'::filelocal_bss" and
18317 "print 'scope1.c'::filelocal_ro" and
18318 "print 'scope1.c'::foo::funclocal" and
18319 "print 'scope1.c'::foo::funclocal_ro" and
18320 "print 'scope1.c'::bar::funclocal" and
18321 "print 'scope0.c'::filelocal_ro" and
18322 "print 'scope1.c'::filelocal at foo" and
18323 "print 'scope1.c'::filelocal_bss at foo" and
18324 "print 'scope1.c'::filelocal_ro at foo" and
18325 "print 'scope1.c'::foo::funclocal at foo" and
18326 "print 'scope1.c'::foo::funclocal_bss at foo" and
18327 "print 'scope1.c'::foo::funclocal_ro at foo" and
18328 "print 'scope1.c'::bar::funclocal at foo" and
18329 "print 'scope0.c'::filelocal_ro" and
18330 "print 'scope1.c'::filelocal" and
18331 "print 'scope1.c'::filelocal_bss" and
18332 "print 'scope1.c'::filelocal_ro" and
18333 "print 'scope1.c'::foo::funclocal" and
18334 "print 'scope1.c'::foo::funclocal_bss" and
18335 "print 'scope1.c'::foo::funclocal_ro" and
18336 "print 'scope1.c'::bar::funclocal" and
18337 "print 'scope1.c'::bar::funclocal_bss"
18338 to only be xfail'd when not compiled with gcc.
18339 Add rs6000-*-* xfail for
18340 "print 'scope0.c'::filelocal_bss before run"
18341 when compiled with gcc.
18342 (test_at_main): Add rs6000-*-* xfail for
18343 "print filelocal_ro in test_at_main"
18344 when compiled with gcc.
18345 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
18346 Add rs6000-*-aix* xfail for
18347 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18348 "ptype t_char_array", not compiled with gcc.
18349 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18350 xfail for "list foo (in include file)" when gcc compiled.
18351 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18352 (integral_args): Add rs6000-*-* xfail for
18353 "run to call0a" if not compiled with gcc.
18354 (unsigned_integral_args): Add rs6000-*-* xfail for
18355 "run to call1a" if not compiled with gcc.
18356 (float_and_integral_args): Add rs6000-*-* xfail for
18357 "run to call2a" if not compiled with gcc and for
18358 "continue to call2b" for any compiler.
18359 Add rs6000-*-* xfail to
18360 "print f1 after run to call2a" for gcc compiled.
18361 (discard_and_shuffle): Add rs6000-*-* xfail for
18362 "run to call6a".
18363 (shuffle_round_robin): Add rs6000-*-* xfail for
18364 "backtrace from call7a" if not compiled with gcc.
18365 Add rs6000-*-* xfail for
18366 "backtrace from call7b" if compiled with gcc.
18367 (call_after_alloca): Add rs6000-*-* xfail for
18368 "print c in call_after_alloca" and
18369 "print s in call_after_alloca" and
18370 "backtrace from call_after_alloca_subr"
18371 if not compiled with gcc.
18372 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18373 "print c in localvars_in_indirect_call" and
18374 "print c in localvars_in_indirect_call" and
18375 "backtrace in indirectly called function" and
18376 "stepping into indirectly called function"
18377 if not compiled with gcc.
18378 (localvars_after_alloca): Add rs6000-*-* xfail for
18379 "print c after runto localvars_after_alloca" and
18380 "print s after runto localvars_after_alloca" and
18381 "print i after runto localvars_after_alloca" and
18382 "print l after runto localvars_after_alloca"
18383 for all compilers.
18384 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18385 than whatis-info.exp.
18386 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18387 than opaque-info.exp.
18388 Setup rs6000-*-* xfail for
18389 "ptype on opaque struct pointer (statically)" and
18390 "ptype on opaque struct pointer (dynamically)" when
18391 not compiled with gcc.
18392 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18393 rather than callf-info.exp.
18394 (do_function_calls): Add clear_xfail for rs6000-*-* for
18395 "p t_float_values2(3.14159,float_val2)". Seems to work
18396 fine there, both with xlc and gcc. Need to find out what
18397 it is doing right and fix other platforms.
18398 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18399 "call inferior func with struct - returns int",
18400 "call inferior func with struct - returns long",
18401 "call inferior func with struct - returns float",
18402 "call inferior func with struct - returns double",
18403 "call inferior func with struct - returns char *",
18404 but only if not gcc compiled (presumes xlc compiled).
18405 Change rs6000-*-* xfails for
18406 "call inferior func with struct - returns char" and
18407 " call inferior func with struct - returns short" to only
18408 xfail if not using gcc.
18409 (clean mostlyclean): Remove *.ci and *.tmp files.
18410 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18411 than templ-info.exp.
18412 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18413 Add rs6000-*-* xfail for "up to foo in langs.exp"
18414 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18415 when not gcc compiled.
18416
18417 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18418
18419 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18420 * gdb.base/corefile.exp: Likewise.
18421 * gdb.base/list.exp: Likewise.
18422 * gdb.base/scope.exp: Likewise.
18423 * gdb.base/siganls.exp: Likewise.
18424
18425 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18426 compiler output.
18427 * gdb.base/whatis.exp: Likewise.
18428
18429 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18430
18431 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18432 failure (opcode table has been fixed to match reality).
18433
18434 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18435
18436 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18437 "call inferior func with struct - returns char",
18438 "call inferior func with struct - returns short"
18439
18440 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18441 "print 'scope0.c'::filelocal at main",
18442 "print 'scope0.c'::filelocal_bss in test_at_main",
18443 "print 'scope0.c'::filelocal at foo",
18444 "print 'scope0.c'::filelocal_bss in test_at_foo",
18445 "print 'scope0.c'::filelocal at bar",
18446 "print 'scope0.c'::filelocal_bss in test_at_bar"
18447
18448 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18449 in source file 1". This bug seems to have been fixed with both
18450 gcc and native cc (was native assembler bug?).
18451
18452 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18453
18454 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18455 "backtrace through signal handler" to "i*86-*-sysv4*".
18456 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18457 continue" case. Add "known SVR4 bug" to fail message.
18458 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18459 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18460 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18461 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18462 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18463 "up to foo in langs.exp", "show language at foo in
18464 langs.exp", "up to cppsub_ in langs.exp", "show
18465 language at cppsub_ in langs.exp", "up to fsub in
18466 langs.exp", and "show language at fsub in langs.exp".
18467 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18468 "bactrace in corefile.exp".
18469 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18470 "call inferior function with struct - returns float" and
18471 "call inferior function with struct - returns double".
18472
18473 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18474
18475 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18476 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18477 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18478 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18479
18480 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18481
18482 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18483 (or overriden) "CHILL" macro rather then bare "gcc".
18484 Also look for ../../gcc/xgcc since that is what we will
18485 actually need, not "Makefile". Remove following assignment
18486 of CHILL to CHILL_FOR_TARGET because that results in
18487 recursive definition.
18488
18489 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18490
18491 * gdb.base/corefile.exp: Change xfail for backtrace in
18492 corefile.exp from linuxaout to all linux.
18493 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18494 cases where we miss the breakpoint at the signal handler
18495 for some reason. Setup xfail for linuxoldld/linuxaout and
18496 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18497 hitting SIGURG breakpoint.
18498 * gdb.base/signals.exp: Setup xfail for "next" acting like
18499 continue to add linuxoldld. Setup xfail for all linux for
18500 "next to handler in signals_tests_1", "backtrace in
18501 signals_tests_1", "continue to func1", "pass SIGUSR1",
18502 and continue to handler".
18503
18504 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18505
18506 * Update all FSF addresses except those in COPYING* files.
18507
18508 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18509
18510 * gdb.base/a2-run.exp: Change messages to be more explicit about
18511 the status of args, and quote binfile in results.
18512
18513 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18514
18515 * gdb.base/callfuncs.exp: Add tests for passing structs to
18516 inferior functions and return various types.
18517 * gdb.base/callfuncs.c: Add functions to receive a struct
18518 and return a member of the struct, in various types.
18519
18520 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18521
18522 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18523
18524 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18525
18526 * config/vxworks29k.exp: New file, sources vxworks.exp.
18527
18528 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18529
18530 * config/gdbremote.exp: New file. Testing framework using
18531 gdbserver.
18532
18533 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18534
18535 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18536 "call function when asleep" and "send end of file".
18537 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18538 for "backtrace in corefile.exp".
18539 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18540 for "backtrace through signal handler".
18541 * gdb.base/corefile.exp: Make sure we actually generate a core file
18542 before trying the core tests. Some systems allow the user to suppress
18543 generation of core files and default to that (linux for example).
18544 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18545 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18546
18547 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18548
18549 * gdb.threads: New directory with some crude multi-threaded
18550 gdb tests (step.exp and step2.exp).
18551 * config/mt-lynx (STEP_EXECUTABLE): Define.
18552 (THREADFLAGS): Define.
18553
18554 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18555
18556 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18557
18558 * gdb.base/signals.exp: Disable whole file for lynx until
18559 further notice.
18560
18561 * gdb.base/signals.exp: xfail test where "next" acts like
18562 "continue" for lynx.
18563
18564 * gdb.base/interrupt.exp: xfail test for calling function while
18565 inferior is asleep for lynx.
18566
18567 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18568 than one cr-lf after each command.
18569
18570 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18571
18572 * configure.in: Reinstate setting of stabsdirs variable, fix
18573 typo in setting up configdirs for native builds.
18574
18575 * gdb.base/return.exp: Fix typo in return double test.
18576 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18577 compiler from optimizing them away.
18578
18579 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18580
18581 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18582 sequences to be echo'd by gdb when using gdb_test.
18583 * gdb.chill/chexp.exp: Likewise.
18584 * gdb.fortran/exprs.exp: Likewise
18585
18586 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18587
18588 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18589 after the inferior gdb has started.
18590
18591 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18592 after each command.
18593 * gdb.base/funcargs.exp: Likewise.
18594 * gdb.base/gdbvars.exp: Likewise.
18595 * gdb.base/interrupt.exp: Likewise.
18596 * gdb.base/list.exp: Likewise.
18597 * gdb.base/watchpoint.exp: Likewise.
18598 * gdb.c++/demangle.exp: Likewise.
18599 * gdb.c++/inherit.exp: Likewise.
18600 * gdb.chill/chexp.exp: Likewise.
18601 * gdb.fortran/exprs.exp: Likewise.
18602
18603 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18604 test if we can't handle IO to/from the inferior.
18605
18606 * gdb.c++/misc.exp: Always check for a program already being
18607 started after sending a "run" command to gdb.
18608
18609 * gdb.base/twice.exp: Start with a fresh gdb.
18610
18611 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18612 only depend on gdb's expression code, not the chill runtime.
18613
18614 * gdb.base/return.c: Put return values into variables so we
18615 can have gdb print them rather than depending on the program
18616 to print them.
18617 * gdb.base/return.exp: Corresponding changes.
18618
18619 * lib/gdb.exp: Provide default value for noinferiorio.
18620 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18621 the inferior.
18622
18623 * gdb.base/break.exp: Always check for a program already being
18624 started after sending a "run" command to gdb.
18625 (text_next_with_recursion): Don't check the output from the
18626 program's printf statement. Instead just make sure the program
18627 exited.
18628
18629 * gdb.base/commands.exp: Protect tests which need arguments with
18630 $noargs conditionals.
18631
18632 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18633
18634 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18635 of structure member arrays to match gdb/valops.c:value_addr change.
18636
18637 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18638
18639 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18640 cases.
18641
18642 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18643
18644 * configure.in (configdirs): Remove gdb.chill from default list
18645 of subdirs and then add it back in only if doing a native build.
18646 The current chill compiler does not yet work in any cross build.
18647 * Revert all signal changes from Jul 6.
18648 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18649 for sh-hms targets, allowing these tests to link, with no other
18650 changes. Testing is suppressed by setting "nosignals" in site.exp.
18651
18652 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18653
18654 * configure.in (signaldirs): Define and add to configdirs for all
18655 targets except some specific ones that are known to not support signals.
18656 Also clean up formatting.
18657 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18658 (signals, sigall): Remove rules to build.
18659 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18660 Moved to new gdb.signals directory.
18661 * gdb.signals: New test directory.
18662 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18663 signals.c signals.exp}: New or moved files.
18664
18665 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18666
18667 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18668
18669 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18670
18671 * gdb.base/return.exp: Xfail `return double' test failure
18672 on at least Solaris 2.3 and handle future/past versions on
18673 a case by case basis as appropriate. Also update message
18674 to include i*86 failures.
18675
18676 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18677
18678 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18679
18680 * lib/gdb.exp: Fix comment which erroneously identified
18681 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18682 gdb_file_cmd not gdb_load).
18683 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18684
18685 * gdb.base/setvar.exp: Make test names consistent between pass and
18686 fail cases. Use gdb_test more.
18687
18688 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18689
18690 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18691
18692 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18693
18694 * gdb.base/help.exp: Fix expected help string for `show commands'.
18695
18696 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18697
18698 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18699
18700 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18701 of a text section.
18702
18703 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18704
18705 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18706 that loop eventually terminates. Fix Connection refused logic so
18707 that testsuite will expire nicely.
18708
18709 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18710
18711 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18712 config/rom68k.exp: New tcl glue for the appropriate monitors.
18713 These all just end up calling monitor.exp.
18714 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18715 refused' by retrying. Cleanup some timeout issues.
18716 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18717 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18718 callers don't have to set/restore global timeout variable.
18719
18720 * The following set of changes centralizes management of the global
18721 timeout variable. This way, it can be set in one target dependent
18722 place instead of dozens of places scattered throughout the test suite.
18723 If you need to lengthen a timeout, then you should either set timeout
18724 in one of the config/{target}.exp files, or multiply it by a factor.
18725 Setting it to an absolute value is always going to lose for some
18726 targets.
18727 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18728 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
18729 * gdb.base/funcargs.exp: Don't set timeout.
18730 * gdb.base/list.exp (test_forward_search): Only use local timeout.
18731 * gdb.base/printcmds.exp (test_print_string_constants
18732 test_print_array_constants): Don't set timeout.
18733 * gdb.base/ptype.exp: Don't set timeout.
18734 * gdb.base/recurse.exp: Don't set timeout.
18735 * gdb.base/return.exp: Don't set timeout.
18736 * gdb.base/watchpoint.exp: Don't set timeout.
18737 * gdb.c++/classes.exp (do_tests): Don't set timeout.
18738 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
18739
18740 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
18741
18742 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
18743
18744 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18745
18746 * lib/gdb.exp: Disable chill tests for irix5.
18747
18748 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18749
18750 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
18751 each test pass or fail.
18752
18753 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18754
18755 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
18756 xlc not gcc.
18757
18758 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
18759
18760 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
18761
18762 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
18763
18764 * config/est.exp: Fix copyright and comments. Remove dead code.
18765 Use targetname, serialport and baud variables instead of fixed
18766 constants.
18767 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
18768 * config/cpu32bug.exp: New file to support cpu32bug monitors.
18769
18770 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18771
18772 * gdb.base/watchpoint.exp: Don't run
18773 test_watchpoint_triggered_in_syscall for sunos.
18774
18775 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18776
18777 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
18778 they don't seem to exist. Do include stdio.h.
18779
18780 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18781
18782 * gdb.base/a1-selftest.exp: Add alpha xfail.
18783
18784 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18785
18786 * gdb.base/watchpoint.c (main): Prompt before calling read().
18787 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
18788 Revise accordingly. Remove cruft about sending "123" several
18789 times, until it gets noticed. Clean up the "print buf[0]" stuff
18790 so that it passes or fails, and waits for prompts in the usual way.
18791
18792 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18793
18794 * gdb.base/recurse.exp: Fix comment.
18795
18796 * TODO: Remove item about printing variables in nodebug.exp. Add
18797 item about enabling tests which are only run on some targets.
18798
18799 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
18800 fail, make test names unique, use new gdb_test convention
18801 regarding pattern, use gdb_test more, etc.).
18802
18803 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
18804 fail, make test names unique, etc.).
18805
18806 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18807
18808 * gdb.base/nodebug.c: Change return type of top and middle to
18809 short.
18810 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
18811 are fixed by the recent mdebugread.c changes. Allow `short ()'
18812 as type for top and middle.
18813
18814 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18815
18816 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
18817 nearly as I can tell, the whole thing was an accident in Stu's
18818 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
18819 to replace a send/expect pair with gdb_test, but ended up only
18820 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
18821 of 30 Mar 1995 took care of it, but left this vestigial comment
18822 which I am now nuking.
18823
18824 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18825
18826 * gdb.base/break.exp: Look for different line number for
18827 breakpoint at main depending on usestubs.
18828
18829 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18830
18831 * gdb.base/list.exp: Adjust some alternate expect patterns to
18832 match recent list0.c change. Add alternate expect pattern for
18833 output from `list default lines around main' for optimizing
18834 compilers.
18835
18836 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18837
18838 * lib/gdb.exp: If nosignals is not set, set it to 0.
18839
18840 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
18841
18842 * config/slite-gdb.exp: Responds to load symbol table prompt.
18843 * gdb.base/break.exp: Adjust line number, fix rerun.
18844 * gdb.base/langs0.c: Add #ifdef usestubs.
18845
18846 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
18847
18848 * gdb.base/list.exp: Adjust line contents after adding new lines in
18849 list0.c. Also fix a syntax error.
18850
18851 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
18852 * gdb.base/break.exp: ditto.
18853 * gdb.base/list.exp: ditto.
18854 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
18855 * gdb.base/run.c: ditto.
18856 * gdb.base/list0.c: ditto.
18857 * gdb.base/funcargs.c: ditto.
18858
18859 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
18860
18861 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
18862 $targetname, $serialport and $baud instead of hardwired variables.
18863 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
18864 target doesn't support signals.
18865
18866 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
18867
18868 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
18869
18870 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18871
18872 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
18873 Don't rely on the value of an auto variable before it has been
18874 initialized. Use gdb_test more.
18875
18876 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18877
18878 * lib/gdb.exp (default_gdb_version): A version number must start
18879 with a digit, but other than that contains all characters up to
18880 the first whitespace character.
18881
18882 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18883
18884 * gdb.base/commands.exp (breakpoint_command_test): New tests.
18885
18886 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18887
18888 * gdb.c++/*.exp: Warn if executable does not exist. The original
18889 reason for skipping the warning was that configure.in sometimes
18890 intentionally skipped building the executables but the tcl code
18891 had no way of knowing. That (a) was always bogus with respect to
18892 error handling, (b) is no longer true (right now there is no way
18893 to skip C++ tests).
18894
18895 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
18896
18897 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18898
18899 * gdb.base/list.exp: Add expect patterns for output from
18900 SunPRO compiled executables.
18901 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
18902 types.
18903
18904 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18905
18906 * gdb.base/break.exp (test_next_with_recursion): Accept any line
18907 number (we are already testing that the correct source line text
18908 gets printed).
18909
18910 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
18911 that is what is intended, but something needed to be done to get
18912 sunos4 native working again.
18913
18914 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
18915
18916 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
18917 apparently went with a (very) old xfail.
18918
18919 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
18920
18921 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
18922 runto_main is a proc in gdb.exp that will do 'step' for target use
18923 stubs.
18924 * gdb.base/exprs.exp: ditto.
18925 * gdb.base/interrupt.exp: ditto.
18926 * gdb.base/opaque.exp: ditto.
18927 * gdb.base/printcmds.exp: ditto.
18928 * gdb.base/ptype.exp: ditto.
18929 * gdb.base/scope.exp: ditto.
18930 * gdb.base/setvar.exp: ditto.
18931 * gdb.base/signals.exp: ditto.
18932 * gdb.base/twice.exp: ditto.
18933 * gdb.c++/classes.exp: ditto.
18934 * gdb.c++/inherit.exp: ditto.
18935 * gdb.c++/templates.exp: ditto.
18936 * gdb.base/break.exp: no run and hit main for stubs. Change line
18937 numbers for breakpoints and info breakpoint.
18938 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
18939 breakpoint().
18940 * gdb.base/callfuncs.c: ditto.
18941 * gdb.base/exprs: ditto.
18942 * gdb.base/interrupt.c: ditto.
18943 * gdb.base/opaque0.c: ditto.
18944 * gdb.base/printcmds.c: ditto.
18945 * gdb.base/ptype.c: ditto.
18946 * gdb.base/scope0.c: ditto.
18947 * gdb.base/setvar.c: ditto.
18948 * gdb.base/signals.c: ditto.
18949 * gdb.base/twice.c: ditto.
18950 * gdb.c++/misc.cc: ditto.
18951 * gdb.c++/templates.cc: ditto.
18952
18953 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18954
18955 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
18956
18957 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
18958 somewhere between `read' and `main.c'. I'm pretty sure the
18959 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
18960 and it isn't particularly useful.
18961
18962 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
18963
18964 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18965
18966 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
18967
18968 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
18969
18970 * config/mt-slite: add LIBS and -nostdlib.
18971 * config/slite-gdb.exp: add this new file to support sparclite target.
18972
18973 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
18974
18975 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
18976
18977 * gdb.base/a2-run.exp: Change argument to istarget from
18978 "*-*-vxworks" to "*-*-vxworks*".
18979 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
18980
18981 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
18982
18983 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
18984 will not runto main but do a 'step' to step out of breakpoint().
18985 * config/mt-slite: add -Dusestubs.
18986
18987 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18988
18989 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
18990 instead of just @.
18991
18992 * gdb.base/signals.exp: Add test for "handle all print".
18993 * TODO: Remove "handle all print". Also remove item about
18994 checking copyright date (I don't like the idea of a spurious FAIL
18995 based on when we run the tests).
18996
18997 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
18998 for SunOS4 (reason for failure not investigated). Remove
18999 redundant test for $binfile.
19000
19001 * gdb.base/nodebug.c (array_index): Call malloc.
19002
19003 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19004
19005 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19006
19007 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19008 conventions and slightly simplify the matching regexp.
19009
19010 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19011
19012 * gdb.base/break.exp: Update gdb_test invocation to use new
19013 convention.
19014
19015 * lib/gdb.exp: If noargs is not set, set it to 0.
19016
19017 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19018 tests unique.
19019
19020 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19021
19022 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19023
19024 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19025 one argument of type "<non-float parameter>".
19026
19027 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19028
19029 * config/rom68k.exp: New file to support Motorola IDP board.
19030 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19031 * gdb.base/break.c: Change things around so that this program
19032 doesn't depend upon args. This is necessary to make remote
19033 targets work (in general, they can't take args).
19034 * gdb.base/break.exp: Don't try to send args to program. Don't
19035 expect output. Also, replace lots of code with gdb_test.
19036
19037 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19038
19039 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19040 printing of '\'' (which is what the comment says we are testing,
19041 even though we were not), not '''.
19042 (test_integer_literals_rejected): Test that printing ''' is an error.
19043
19044 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19045 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19046 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19047 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19048 Use gdb_test not test_print_accept.
19049 * lib/gdb.exp: Remove test_print_accept.
19050
19051 * gdb.base/signals.exp (signal_tests_1): Make pass message
19052 consistent with fail message.
19053
19054 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19055 unsigned char; the bug (PR 1821) is fixed.
19056
19057 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19058
19059 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19060 successful tests--makes xfailing them work right.
19061
19062 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19063
19064 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19065 only \r\n, not .*. The test can pass .* as the last thing in
19066 $pattern if that is what it wants. In addition to providing this
19067 flexibility, this change should speed up pattern matching in cases
19068 where the pattern already ended with .* (there were a number of
19069 them). This change also helps catch bad patterns--in the old
19070 scheme the typo "char \*" instead of "char \\*" would pass. Now
19071 it is caught.
19072 * Many .exp files: Update callers.
19073
19074 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19075 clearer and does not spuriously match multiple ('s. Likewise for
19076 ) and *.
19077
19078 * gdb.base/nodebug.exp: Test ability to call a function and pass
19079 it a string (even with no debugging info).
19080
19081 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19082 "p '\'", which is the same as "p ''" once tcl gets done with
19083 quoting, to "p '\\'", which I suspect is what is intended (one
19084 backslash gets sent to GDB).
19085
19086 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19087
19088 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19089
19090 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19091 1817) was fixed literally years ago.
19092
19093 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19094
19095 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19096 test, it causes stepping out of call_after_alloca_subr with
19097 optimizing compilers.
19098 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19099 fails.
19100
19101 * gdb.c++/templates.exp: Source templ-info.exp only if
19102 the templates executable exists.
19103
19104 * gdb.c++/misc.cc (class Contains_static_instance,
19105 class Contains_nested_static_instance),
19106 gdb.c++/classes.exp (test_static_members): Test printing of
19107 a class that contains a static instance of the class.
19108
19109 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19110
19111 * gdb.base/langs2.c (cppsub_): Don't prototype.
19112 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19113 only, I believe).
19114
19115 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19116
19117 * lib/gdb.exp (skip_chill_tests): New procedure.
19118
19119 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19120
19121 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19122
19123 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19124 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19125
19126 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19127
19128 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19129
19130 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19131 disassemble 8, not 16, instructions for part 4.
19132
19133 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19134 support the latter anymore.
19135
19136 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19137 -DNO_PROTOTYPES.
19138 * gdb.base/callfuncs.c: Control use of prototypes based on
19139 NO_PROTOTYPES, not __STDC__.
19140 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19141 t_float_values2 tests if prototypes in use.
19142
19143 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19144 t_double_values): When checking differences against DELTA, check
19145 that difference is within the range (-DELTA,DELTA), not just
19146 (-infinity,DELTA).
19147
19148 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19149
19150 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19151 'file' command firts, then 'target', then 'load', this is due to gdb
19152 target set up.
19153 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19154
19155 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19156
19157 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19158 FP load/store variants.
19159 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19160
19161 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19162
19163 * gdb.base/term.exp: Do not give a warning if not native, it is
19164 not an abnormal condition.
19165
19166 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19167
19168 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19169 t_char_array".
19170
19171 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19172
19173 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19174 are getting the version number.
19175
19176 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19177 if not native, it is not an abnormal condition.
19178
19179 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19180
19181 * lib/gdb.exp: Just use "file exists", rather than undocumented
19182 dejagnu procedure "findfile".
19183
19184 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19185
19186 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19187 (LDFLAGS): Set to -Xlinker -Ur.
19188
19189 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19190 Removed, these values are set by lib/gdb.exp.
19191
19192 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19193
19194 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19195
19196 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19197 of replicating gdb startup code.
19198
19199 * config/mt-vxworks (LDFLAGS): Set to -r.
19200 (CFLAGS_FOR_TARGET): Removed.
19201
19202 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19203 (gdb) and gdb for vxworks uses (vxgdb).
19204
19205 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19206 executable is not in the tree and host != target, use sed and
19207 program_transform_name to determine the gdb name used by the
19208 target.
19209
19210 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19211 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19212
19213 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19214
19215 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19216 floats, chars, and shorts where there are ANSI-style function
19217 definitions.
19218
19219 * gdb.base/langs.exp, gdb.base/langs*: New test.
19220 * gdb.base/Makefile.in: Build it.
19221 * TODO: Remove item about checking that C names don't get C++
19222 demangling applied; this test tests it.
19223
19224 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19225
19226 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19227 went with the const70 xfail. The xfail went away a year ago.
19228
19229 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19230
19231 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19232 for hp300.
19233
19234 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19235
19236 * gdb.base/a1-selftest.exp: Don't run on hp300.
19237
19238 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19239
19240 * Makefile.in (site.exp): Set host_alias and target_alias as well
19241 as host_triplet and target_triplet.
19242
19243 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19244
19245 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19246
19247 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19248 places as other ecoff systems).
19249
19250 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19251 ultrix.
19252
19253 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19254
19255 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19256 remove them.
19257 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19258 variable and "variable" in addition to "data variable".
19259 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19260
19261 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19262 2.
19263 * gdb.base/list1.c (long_line): Add additional statement at start
19264 of function.
19265 * gdb.base/list.exp (test_forward_search): Update line number to
19266 reflect new statement.
19267
19268 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19269
19270 * gdb.base/signals.exp: Reinitialize searched source directories
19271 after gdb_start call.
19272
19273 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19274
19275 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19276 * gdb.stabs/Makefile.in: Likewise.
19277
19278 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19279 change. Instead split the tests into smaller pieces.
19280 * gdb.disasm/hppa.s: Corresponding changes.
19281
19282 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19283
19284 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19285 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19286
19287 * gdb.base/funcargs.exp: Modify many tests so that every test
19288 either passes or fails. Make some test names unique.
19289
19290 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19291
19292 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19293 Call stty to set interrupt character.
19294
19295 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19296 for HP assembler versus GNU assembler based on actual behavior of
19297 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19298
19299 * TODO: Suggest a few more stepping tests.
19300
19301 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19302
19303 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19304 restart GDB for h8300 after a continue.
19305 (return): Add pattern to match a29k-udi behavior.
19306 * gdb.base/nodebug.exp: Remove obsolete comment.
19307 * gdb.base/regs.exp: New file, testing of register displays.
19308 * gdb.base/return.exp: Fix typo in reference to $objdir.
19309 * gdb.base/whatis.exp: Always start with a fresh GDB.
19310
19311 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19312
19313 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19314 higher, these tests generate a lot of output.
19315
19316 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19317
19318 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19319 code following the catch silently ignored some errors; without the
19320 catch they should be thrown like any other tcl error. Also, the
19321 catch used "" instead of {} which meant all the callers who wanted
19322 to include one of the characters "[]$ had to quote it an extra time.
19323 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19324 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19325 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19326 Remove extra quoting.
19327
19328 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19329
19330 * gdb.base/commands.exp: Make test names unique; every test either
19331 passes or fails. Update some comments.
19332
19333 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19334
19335 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19336
19337 The following fixes a FAIL caused by the fact that the alpha stabs
19338 configuration didn't use the ".if alpha" code in weird.def.
19339 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19340 bit pointer, so the 32 bit version works even on the alpha.
19341 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19342 Remove the stuff which allowed us to have separate versions for
19343 alpha and everything else.
19344
19345 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19346 regexp which "info func operator\[\](" is supposed to match. Fix
19347 string to send to GDB. Note that GDB still doesn't work right. Add a
19348 new test for "info func .perator\[\](" which GDB does handle correctly.
19349
19350 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19351
19352 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19353
19354 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19355 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19356 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19357 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19358 it makes the tests harder to understand and confuses test-o-matic.
19359 The preferred style is that each test provides a PASS or a FAIL,
19360 and has a unique message (e.g. "continue #54" not just "continue")
19361 which is the same for the pass and the fail.
19362 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19363 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19364 to lib/gdb.exp.
19365 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19366 prt_accept which was basically the same thing. Likewise for
19367 test_print_reject and prt_reject.
19368 * lib/gdb.exp (test_print_reject): Add some more error message
19369 patterns to match from the former printcmds.exp (prt_reject).
19370 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19371 One defect of the passcount stuff is that some of it failed to
19372 report XPASS where appropriate.
19373 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19374 stuff before and after arg in expected pattern.
19375 (test_paddr_operator_functions): Re-do test without print_addr_of;
19376 this is the only test which seems to want extra stuff there.
19377
19378 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19379
19380 * gdb.base/nodebug.exp: Update new tests to reflect improved
19381 wording of gdb output.
19382
19383 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19384 and "ptype" work on variables in files compiled without -g.
19385 Replaces commented out "maint print msymbol" tests.
19386
19387 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19388
19389 * gdb.base/setvar.c (dummy): Call malloc.
19390
19391 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19392 losing with the irix4 sed.
19393
19394 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19395 ALRM" on irix4.
19396
19397 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19398
19399 * TODO: Remove items about corefile.exp testing new exec-file and
19400 backtrace; both are now done. Add items about printing enums.
19401
19402 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19403
19404 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19405 "get signal $thissig" test fails.
19406
19407 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19408
19409 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19410
19411 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19412 compiler warning with dec alpha compiler.
19413
19414 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19415 extra \n from gdb_test call (this explains why the prompt test
19416 that I removed yesterday was there).
19417 (user_defined_command_test): Remove extra \n and prompt test.
19418
19419 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19420 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19421 doesn't exist.
19422 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19423 Also remove alpha workaround, which turns out to be because
19424 SIGABRT == SIGLOST.
19425
19426 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19427
19428 * gdb.base/help.exp: Don't test "help show".
19429
19430 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19431
19432 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19433 "set print address" is on.
19434 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19435 pass prompt to gdb_test; gdb_test already looks for the prompt.
19436
19437 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19438
19439 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19440 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19441 was to make sure that gdb can read a core file. But (a) the "read
19442 the corefile" part didn't make it to a1-selftest.exp, we just
19443 delete the corefile after creating it, and (b) we test reading
19444 corefiles in corefile.exp anyway. Also, this test left around a
19445 xgdb process on Solaris.
19446
19447 * gdb.base/corefile.exp: Also test backtrace.
19448
19449 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19450
19451 * gdb.base/commands.exp: Test a simple user defined command with
19452 arguments and if/while statements; verify the full user command is
19453 printed by "show user".
19454
19455 * gdb.base/commands.exp: Test if/while commands as part of a
19456 breakpoint command list; verify they appear in breakpoint
19457 information.
19458
19459 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19460
19461 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19462 than by dividing by zero.
19463
19464 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19465
19466 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19467 performing an inferior call with watchpoints enabled.
19468 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19469 call.
19470
19471 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19472
19473 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19474 of "file" command.
19475
19476 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19477 Add additional pattern for when "int operator int(void);" appears
19478 in a different order.
19479
19480 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19481
19482 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19483
19484 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19485 and "signal" with ".*".
19486
19487 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19488
19489 * TODO: Add note about "handle all nostop".
19490
19491 * gdb.base/{sigall.c, sigall.exp}: New test.
19492 * gdb.base/Makefile.in: Add it.
19493
19494 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19495
19496 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19497 when invoking GDB, suppresses any windowing interface.
19498
19499 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19500
19501 * config/sim-gdb: New file, simulator testing support.
19502
19503 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19504
19505 * gdb.base/interrupt.exp: Test calling func1 twice.
19506
19507 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19508
19509 * gdb.base/list.exp (test_forward_search): Set timeout higher
19510 when we'll be getting lots of output from gdb.
19511
19512 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19513 "init_malloc" to after the expect statement. Run it if that
19514 regexp is taken, but also for two others which happen if source
19515 cannot be found.
19516
19517 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19518
19519 * gdb.base/printcmds.exp: New test, for printing register before
19520 program is running.
19521
19522 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19523
19524 * gdb.base/list.exp: Correct some alternate expect patterns
19525 to reflect changes in list1.c.
19526
19527 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19528
19529 * TODO: Add item regarding large frames.
19530
19531 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19532
19533 * TODO: Remove item about enabling return.exp; it
19534 is enabled. Suggest a few more "return" tests.
19535
19536 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19537
19538 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19539 anonymous unions.
19540
19541 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19542
19543 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19544 and pr-5646.o, so "make" is the same as "make all", not "make
19545 pr-4975.o".
19546
19547 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19548
19549 * gdb.base/list.exp: Adjust expectations to reflect changes in
19550 list1.c.
19551 (test_forward_search): New test proc.
19552 * gdb.base/list1.c (long_line): New function, has long source line.
19553
19554 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19555
19556 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19557 additional line of code that was added.
19558
19559 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19560
19561 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19562 tests so as not to overflow expect's input buffers.
19563 * gdb.disasm/hppa.exp: Corresponding changes.
19564
19565 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19566
19567 Beginnings of template debugging tests.
19568 * gdb.c++/templ-info.cc: New file to test for template
19569 debugging capability of the compiler.
19570 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19571 templ-info.cc.
19572 * gdb.c++/templates.cc: Add explicit template instantiations
19573 to enable compiling with -fno-implicit-templates. Add destructor
19574 and 'value' method to T5 class for template tests.
19575 * gdb.c++/templates.exp: Add testcases for printing of template
19576 types, setting breakpoints on template methods and calling a
19577 template method.
19578
19579 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19580
19581 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19582 branch target since some assemblers (gas-2.5) may emit a
19583 relocation for the branch instead of resolving it in the
19584 assembler.
19585
19586 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19587
19588 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19589 through signal handler.
19590
19591 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19592
19593 * configure.in (*-*-netware): Use config/mt-netware.
19594
19595 * config/mt-netware: New file.
19596 * config/mt-i386-netware: Removed, separate configs for different
19597 netware architectures are no longer needed now that we have
19598 --with-headers.
19599
19600 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19601
19602 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19603 by the recent changes to use ANSI C arithmetic conversions.
19604
19605 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19606
19607 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19608 bug involving using inferior_pid to figure out whether to select a
19609 frame.
19610
19611 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19612
19613 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19614 match the current disassembler output.
19615
19616 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19617
19618 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19619 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19620 types, expect "int" as type of integer values (for now).
19621
19622 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19623
19624 * gdb.base/commands.exp: New tests for if/while commands.
19625
19626 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19627
19628 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19629 by .*, since hex values have different syntax in Chill mode.
19630
19631 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19632
19633 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19634 linefeed from expect pattern for repeated types with indices > 9.
19635
19636 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19637
19638 First part of Fortran test suite.
19639 * gdb.fortran: New directory.
19640 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19641
19642 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19643
19644 * gdb.base/default.exp: Update expect pattern for load command
19645 without arguments.
19646
19647 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19648
19649 * configure.in: Change i386 to i[345]86.
19650 * gdb.base/configure.in: Likewise.
19651 * gdb.c++/configure.in: Likewise.
19652 * gdb.chill/configure.in: Likewise.
19653
19654 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19655
19656 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19657 patterns, since that is not a valid context for comments.
19658
19659 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19660
19661 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19662 repeated types and repeated types with indices > 9.
19663
19664 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19665
19666 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19667 2417; old bug has been fixed.
19668
19669 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19670
19671 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19672 send the newline ourselves instead of assuming gdb_test will do
19673 so when passed an empty input string.
19674
19675 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19676 stabs testcode.
19677
19678 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19679
19680 * lib/gdb.exp (gdb_test): Don't send anything if the first
19681 argument is an empty string. This makes cases where we want to
19682 match output that is already in expect's buffers (for example,
19683 matching a breakpoint after gdb_run_cmd has been called) work
19684 reliably.
19685
19686 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19687
19688 * config/netware.exp: New file.
19689
19690 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19691
19692 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19693 the -B and -L prefixes so we can find the debugging stub.
19694
19695 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19696 there and we are using the gcc from the tree.
19697
19698 * gdb.base/types.c: Removed.
19699
19700 * gdb.base/configure.in: Look for makefile fragments in ../config.
19701 Recognize i386-*-netware.
19702 * gdb.c++/configure.in: Likewise.
19703
19704 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19705
19706 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19707 the correct TCL syntax.
19708
19709 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19710
19711 * gdb.base/opaque.exp: use runto instead of messing around with
19712 breakpoints. Simplify by using gdb_test.
19713
19714 * gdb.base/bitfields.exp: restart between tests on netware targets
19715 because breakpoints aren't relocated after target death. Run
19716 processes to completion.
19717
19718 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19719
19720 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19721
19722 * Makefile.in: Remove extra tabs that confuse some versions
19723 of "make". Use the newly built gdb to test with by default,
19724 rather than the first one in the tester's search path.
19725
19726 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19727
19728 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
19729
19730 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
19731 condition help.
19732
19733 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19734
19735 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
19736
19737 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
19738 running.
19739 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
19740 * gdb.base/funcargs.exp: Likewise.
19741
19742 * gdb.base/bitfields.exp: Simplify by using gdb_test.
19743 * gdb.base/funcargs.exp: Likewise.
19744
19745 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
19746 message is "".
19747
19748 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19749
19750 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
19751 return,signals,twice}.exp: Handle non-existant binaries
19752 consistantly.
19753
19754 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
19755 * gdb.base/Makefile.in: Don't try to generate a core dump, we
19756 might testing a cross development system.
19757
19758 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19759
19760 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
19761 runtest script is relative to ${srcdir}, not ${rootdir}.
19762
19763 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
19764
19765 * gdb.base/signals.exp: Allow for optionality of breakpoint
19766 address.
19767
19768 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19769
19770 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
19771
19772 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19773
19774 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
19775 for size_t definition.
19776 * gdb.c++/templates.cc: Likewise
19777
19778 * config/mt-i386-netware: New file.
19779
19780 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
19781 defined.
19782
19783 * gdb.base/Makefile.in: Added support for systems that name core
19784 files by appending "core" to the program name.
19785 * gdb.base/a1-selftest.exp: Likewise.
19786
19787 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19788
19789 * gdb.base/return.exp: Add comment and message for `return double'
19790 test failure on Sparc Solaris.
19791
19792 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
19793
19794 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
19795
19796 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19797
19798 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
19799 from optimizing them away.
19800 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
19801 patterns to include default constructors and assignment operators,
19802 to match gcc versions beyond 2.5.8. Accept any cplus demangling
19803 character in the output of the virtual base pointer.
19804
19805 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19806
19807 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
19808 expression match in print_addr_of to avoid unintented matches.
19809 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
19810 versions up to 2.5.8.
19811
19812 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19813
19814 * gdb.base/list.exp: Tweak alternate pattern for listing of an
19815 included file to run under newer versions of expect.
19816 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
19817 consecutive >'s in templates to accomodate recent cplus-dem.c change.
19818 Remove xfail for the virtual table of BDDHookV.
19819
19820 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19821
19822 * lib/gdb.exp (string_to_regexp): Set a default result.
19823 (default_gdb_start): Fix misleading message.
19824
19825 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
19826
19827 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
19828 Remove all CC, etc definitions.
19829 * config/mt-hpux: New file.
19830 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
19831 (CFLAGS, LDFLAGS): Define.
19832 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
19833
19834 * Makefile.in (site.exp): Don't insert host_os, etc.
19835 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
19836 (distclean): Check existence of subdir.
19837 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
19838 * gdb.base/Makefile.in: General cleanup and simplification.
19839 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19840 to build executables. Use default rule to build .o files.
19841 (EXPECT, RUNTEST, CC): Fix relative pathname.
19842 (site.exp): Don't insert host_os, etc.
19843 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
19844 and/or SIGUSR1 defined.
19845 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
19846 * gdb.c++/Makefile.in: General cleanup and simplification.
19847 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19848 (CFLAGS): Remove.
19849 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
19850
19851 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
19852
19853 * gdb.base/recurse.exp: Misc changes to get tests running again
19854 after Kung's changes to the watchpoint code.
19855 * gdb.base/watchpoint.exp: Likewise.
19856
19857 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
19858
19859 * lib/gdb.exp (string_to_regexp): Convert {\} also.
19860
19861 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19862
19863 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
19864 * lib/gdb.exp (default_gdb_start): Define.
19865 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
19866 gdb.base/funcargs.exp, gdb.base/opaque.exp,
19867 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
19868 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
19869 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
19870 Don't call gdb_target_udi in between tests.
19871
19872 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19873
19874 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
19875 (which was basically just a local version of the same thing). In
19876 addition to avoiding duplication, gdb_test_exact is faster.
19877 * lib/gdb.exp (gdb_test_exact): Fix typo.
19878
19879 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
19880 don't give an error.
19881
19882 * gdb.base/term.exp: Call delete_breakpoints before starting.
19883
19884 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
19885 (t10): Add comment.
19886
19887 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19888
19889 Reorganization of the GDB Test Suite.
19890
19891 * gdb.base: New directory, contains all the basic tests.
19892 * gdb.c++: New directory, tests specific to C++.
19893 * gdb.chill: New directory, tests specific to Chill.
19894 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
19895 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
19896 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
19897 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
19898 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
19899 t30-31 to chill).
19900 * */gdbme.*: Rename to match appropriate expect scripts.
19901 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
19902 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
19903 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
19904 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
19905 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
19906 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
19907 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
19908 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
19909 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
19910 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
19911 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
19912 gdb.c++/virtfunc.cc: New names of C++ files.
19913 * gdb.chill/chillvars.ch: New name of Chill file.
19914 * gdb.base/configure.in, gdb.c++/configure.in,
19915 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
19916 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19917 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
19918 * configure.in (configdirs): Update to reflect directory changes.
19919 (target_abbrev): No longer define for any configuration.
19920 * Makefile.in: Cosmetic improvements to header comments.
19921
19922 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19923
19924 Various changes to gdb.t31:
19925
19926 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
19927 * gdbme.ch: Make all key-words and predefineds be upper-case.
19928 * chillvars.exp: Expect key-words and predefinds in upper-case.
19929
19930 * chillvars.exp: Use gdb_test_exact many places.
19931 Change expected output for arrays (which now includes index labels).
19932
19933 * pr-5020.exp, gdme.ch (module PR_5020):
19934 New test, for PR-5020.
19935
19936 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
19937
19938 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
19939 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
19940
19941 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
19942
19943 * Makefile.in: Fix bit-rot in definitions of CHILL,
19944 CHILL_FOR_TARGET and Chill_LIB.
19945 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
19946 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
19947 CHILL, and CHILL_LIB.
19948
19949 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
19950
19951 * Revert the previous changes. Please see Rob's directory
19952 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
19953
19954 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
19955
19956 * Makefile.in, configure.in, config/mips-gdb.exp,
19957 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
19958 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
19959 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
19960 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
19961 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
19962 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
19963 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
19964 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
19965 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
19966 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
19967 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
19968 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
19969 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
19970 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
19971 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
19972 changes from 94Q1.
19973
19974 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
19975
19976 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
19977 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
19978 Rob's new testing fragments.
19979
19980 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
19981
19982 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
19983 lib/gdb.exp: Replace error proc calls with perror.
19984
19985 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19986
19987 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
19988 version also, match on casted version strings, and match on
19989 gdb startup case where the line numbers might be messed up.
19990
19991 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
19992
19993 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
19994 (CFLAGS): Delete it from here.
19995
19996 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
19997
19998 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
19999
20000 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20001
20002 * Makefile.in (RUNTEST): Default to just "runtest".
20003
20004 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20005
20006 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20007 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20008 the code has been restructured.
20009
20010 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20011
20012 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20013 \n, not just one of each.
20014
20015 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20016 /bin/cc gives a warning if you do.
20017
20018 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20019
20020 * gdb.t24/demangle.exp: change expect pattern of
20021 __t10ListS_link1ZUiRCUiPT0
20022
20023 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20024
20025 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20026 on local variables in recursive functions.
20027
20028 * gdb.t07/Makefile.in: Build the new test.
20029
20030 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20031
20032 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20033 directly. Instead compare the return values from actual calls.
20034
20035 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20036
20037 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20038
20039 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20040
20041 * From Peter Schauer with minor modifications.
20042 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20043 stops in mid-line in the caller. Add xfail for returning a float
20044 value on X86 targets.
20045
20046 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20047
20048 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20049 to avoid expect lossage.
20050 (fmem_LRbug_tests): Likewise.
20051 * gdb.disasm/hppa.s: Corresponding changes.
20052
20053 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20054 conditions to work with latest dejagnu/expect.
20055
20056 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20057 expected to fail on the PA.
20058 (backtrace in call with trampolines): Explicitly require main
20059 to be frame #1 (no trampolines should show up in backtrace).
20060
20061 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20062 "continue -expect".
20063 * gdb.t06/break.exp: Likewise.
20064 * gdb.t07/watchpoint.exp: Likewise.
20065 * gdb.t13/bitfields.exp: Likewise.
20066 * gdb.t15/{funcargs,return}.exp: Likewise.
20067 * gdb.stabs/weird.exp: Likewise.
20068 * config/{mips,udi}-gdb.exp: Likewise.
20069
20070 * hppa.sed: Enclose comments within a sed command to avoid
20071 losing with the old OSF1 sed.
20072
20073 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20074
20075 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20076 sequent dynix.
20077 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20078 * gdb.t15/funcargs.exp: Conditionally step again to really
20079 finish from marker_call_with_trampolines. Handle the case where
20080 the first step from within call_with_trampolines already steps
20081 us back to main.
20082 * gdb.t15/gdbme.c: Add comment to closing brace of
20083 call_with_trampolines for funcargs.exp.
20084
20085 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20086
20087 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20088 Fix typo(s).
20089
20090 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20091
20092 * gdb.t07/gdbme.c: More code for watchpoint testing.
20093
20094 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20095 "Hardware watchpoint" throughout file.
20096 (test_watchpoint_triggered_in_syscall): New test.
20097 (test_complex_watchpoint): New test.
20098
20099 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20100
20101 * gdbme.c (call_with_trampolines): New function to try and step
20102 into. Tests trampoline problems on the PA.
20103
20104 * funcargs.exp (localvars_in_indirect_call): No longer expect
20105 stepping into indirect call to fail on PAs.
20106 (test_stepping_over_trampolines): New test.
20107
20108 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20109
20110 * TODO: Add suggestions for static member function tests, and
20111 completion tests.
20112
20113 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20114
20115 * TODO: Add suggestions for "p/a" tests.
20116
20117 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20118 (default_gdb_exit): Replace all the hair with sending "quit" to
20119 the process with a simple close.
20120
20121 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20122
20123 * TODO: Add suggestions for shared library tests.
20124
20125 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20126
20127 * TODO: Add suggestions for x/s tests.
20128
20129 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20130
20131 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20132 "enable once", and "enable breakpoints once" with ".*".
20133
20134 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20135
20136 * TODO: Add suggestions about structure passing tests.
20137
20138 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20139
20140 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20141 the primary1 test, use work around if __GNUC__ < 2.
20142 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20143 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20144 Test for bad output rather than waiting for timeout. Issue
20145 second continue only if first continue failed.
20146
20147 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20148
20149 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20150 operator[] test with gdb_test because the old code didn't seem to
20151 be getting the quoting right with the new dejagnu.
20152
20153 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20154
20155 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20156 one from the path.
20157 * Makefile.in: Use a fresh expect if there is one, use runtest
20158 from the src tree if there is one.
20159
20160 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20161
20162 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20163 next over recursive call. Revise the tests from that point on
20164 (which had been skipped) to match GDB's actual (correct) output.
20165
20166 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20167 with next over a breakpoint whose condition is false.
20168
20169 * gdb.t00/help.exp: Comment out "help set print" tests just like
20170 (and for same reason as) "help set" test.
20171
20172 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20173
20174 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20175 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20176
20177 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20178
20179 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20180 necessary gdb_target_udi.
20181
20182 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20183
20184 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20185 1838 and 2417; they are fixed.
20186
20187 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20188 gdb.t03/ptype.exp (ptype structure, ptype union):
20189 Remove xfails; the test is looser than when the xfails were added.
20190
20191 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20192 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20193
20194 * gdb.t01/run.exp: Only run shell test if isnative.
20195
20196 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20197 since "run" automatically loads if necessary. Call gdb_target_udi
20198 after the "file" since "file" kills any execution target.
20199
20200 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20201 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20202 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20203 argument for UDI.
20204
20205 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20206
20207 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20208
20209 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20210
20211 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20212
20213 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20214 properly quoting regexps. This makes the second argument to
20215 demangle a fixed string, which matches the callers, instead of a
20216 shell-style pattern which is what the previous implementation
20217 used. Update some of the callers.
20218
20219 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20220
20221 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20222 (comib_nullified_tests): Fix typo.
20223 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20224 strings. No longer expected to fail.
20225
20226 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20227 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20228 strings. No longer expected to fail.
20229
20230 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20231 string. No longer expected to fail.
20232
20233 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20234
20235 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20236 No longer expected to fail.
20237
20238 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20239 string. No longer expected to fail.
20240
20241 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20242
20243 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20244 only in the names (I probably got most of them). I was even
20245 generous with some which differed in underscores in names, and
20246 probably missed a few, and I *still* was able to remove almost a
20247 third of the file with almost no impact on testsuite coverage.
20248
20249 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20250
20251 * gdb.t00/default.exp: Match udi_attach error message as well as
20252 the one from child_attach.
20253
20254 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20255
20256 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20257
20258 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20259 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20260
20261 * Move test with enums and partial symbols back to
20262 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20263 Reverts the change of 26 May 93. Per today's change to
20264 stabs.texinfo, the behavior that weird.exp was expecting was
20265 unreasonable; what is important is that the compiler+gdb get
20266 things right, which happens with a recent gcc. Also fix the test
20267 to deal with native compilers which put out the stab gdb can't
20268 deal with.
20269
20270 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20271
20272 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20273 in the names. The main thing these accomplish is to slow things down.
20274 Many more such duplicates surely remain.
20275
20276 * gdb.t00/help.exp: Comment out "help support" test just like
20277 (and for same reason as) "help set" test.
20278
20279 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20280
20281 * gdb.t06/break.exp: Remove setup_xfails for
20282 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20283 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20284 about known bug in gcc to include up through 2.5.8.
20285 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20286 well as "_vb$".
20287 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20288 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20289 with latest gcc and gdb.
20290 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20291 well as "_vb$".
20292
20293 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20294
20295 * configure.in (hppa*-*-*): Also configure and build stabs-only
20296 tests.
20297
20298 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20299
20300 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20301 * gdb.t10/configure.in (hppa*-*-*): Use it.
20302
20303 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20304
20305 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20306
20307 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20308
20309 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20310 versions prior to 1.13.5.
20311
20312 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20313
20314 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20315 the prompt is at the start of a line.
20316
20317 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20318
20319 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20320 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20321 in the copr tests now.
20322 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20323 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20324 expected to fail.
20325
20326 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20327
20328 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20329 gdb.t31/chillvars.exp, lib/gdb.exp:
20330 Tweak to run under either version of expect.
20331 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20332 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20333 * gdb.t11/list.exp: Remove extraneous whitespace.
20334
20335 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20336
20337 * gdb.t16/printcmds.exp (test_print_strings): Accept
20338 "(unsigned char *) " before the string.
20339
20340 * TODO: Add notes about printing of fancy types and GDB expressions.
20341
20342 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20343
20344 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20345 * gdb.t06/configure.in: Don't try to compile signals test program
20346 if doing mips-idt-ecoff.
20347
20348 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20349
20350 * Most .exp files: Tweak to run under either version of expect.
20351
20352 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20353
20354 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20355 xfails; I'm not sure why they are failing, but not because of PR 1806.
20356
20357 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20358
20359 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20360 defined in lib/gdb.exp.
20361
20362 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20363
20364 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20365 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20366 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20367 have to be typeless.
20368
20369 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20370
20371 * TODO: Add suggestion for copyright year test.
20372
20373 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20374
20375 * configure.in (*-*-lynxos*): Add stabs tests.
20376
20377 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20378
20379 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20380 so insert a tab before any assembler directive in column zero.
20381
20382 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20383 stores.
20384 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20385 stores.
20386 (fpu_short_memory_tests): Likewise.
20387
20388 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20389
20390 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20391 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20392 .stabs directives in comments.
20393
20394 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20395
20396 * TODO: New file, describing tests we could write.
20397 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20398
20399 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20400
20401 * gdb.t06/signals.exp: Add kludge to force re-sync.
20402
20403 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20404 to xgdb instead of gdb, get out of gdb.
20405
20406 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20407
20408 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20409 for info.
20410
20411 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20412
20413 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20414 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20415 * gdb.stabs/hppa.sed: New sed script for the PA.
20416
20417 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20418
20419 * gdb.stabs: Re-write weird.def and configuration to use sed
20420 instead of cpp. sed is portable and POSIX; cpp is neither.
20421
20422 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20423
20424 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20425
20426 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20427
20428 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20429
20430 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20431
20432 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20433 "_vb$".
20434 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20435 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20436
20437 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20438
20439 * lib/gdb.exp: Comment out code which depends on non-existent
20440 `transform' procedure.
20441
20442 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20443
20444 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20445 * lib/gdb.exp: Transform tool name.
20446 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20447 1.1's new error handling system.
20448
20449 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20450
20451 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20452
20453 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20454
20455 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20456 They made pattern matching so slow that timeouts happened on
20457 heavily loaded systems. Now any output from "show print" which
20458 gets us back to the GDB prompt is a PASS.
20459
20460 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20461
20462 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20463
20464 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20465
20466 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20467
20468 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20469 It is not from PR 3220.
20470
20471 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20472
20473 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20474 just started failing because they depended on the order the
20475 subcommands are presented, or exact docstring text. This kind of
20476 test is a pain and has minimal benefit.
20477
20478 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20479
20480 * gdb.t09/corefile.exp: At end of test, use "core" command with
20481 no arguments.
20482
20483 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20484
20485 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20486 17}/Makefile.in: Make it possible to run the testsuite with Sun
20487 make and CC = cross gcc by adding explicit build rules for .o
20488 files.
20489
20490 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20491
20492 * gdb.t15/funcargs.exp: Don't put comments on same line as
20493 setup_xfail (@#$*%& tcl braindamage!).
20494
20495 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20496
20497 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20498
20499 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20500
20501 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20502 * gdb.t20/inherit.exp: remove three dumplicate entries.
20503
20504 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20505
20506 * gdb.t06/break.exp: For "next over recursive call", fail on any
20507 incorrect output, not just on "factorial (value=2)".
20508
20509 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20510
20511 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20512 working now. Add an xfail if accesing a bss variable causes
20513 a memory error if the target is not yet run.
20514
20515 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20516
20517 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20518 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20519 name of __st* demangling (2 strings). Did Kung really get the
20520 more than 95 others right without testing them?
20521
20522 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20523
20524 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20525
20526 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20527
20528 * configure.in (configdirs): Add gdb.disasm
20529 * gdb.disasm: New directory for GDB disassembler tests.
20530 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20531
20532 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20533
20534 * gdb.t00/help.exp: Don't test "help set".
20535
20536 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20537 from within expect statements. None of these happen anymore and
20538 they cause regressions to be silently unnoticed.
20539
20540 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20541 messages) about known failures with gcc cygnus-2.4.5-930417.
20542
20543 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20544 comp-info.exp so it gets built if it doesn't exist.
20545
20546 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20547 it is no longer used.
20548 * gdb.t13/comp-info.c: Removed.
20549
20550 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20551
20552 * gdb.t06/signals.exp: Add xfail for sun3.
20553
20554 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20555
20556 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20557 relevant because ^C doesn't get sent but failure can be reproduced
20558 interactively).
20559
20560 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20561
20562 * gdb.stabs/alpha.mt: New configuration file for alpha.
20563 * gdb.stabs/configure.in: Use it.
20564 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20565 sharing with alpha.mt, redefine long to word via preprocessor.
20566 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20567 for alpha.
20568 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20569 native cc.
20570 * gdb.t00/teststrategy.exp: Change expect string so that we
20571 consume the `(xgdb)' from the command echo and from the gdb prompt.
20572 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20573 gdb currently compares all values as long, so this failure probably
20574 applies to any configuration where LONGEST is bigger than a target int.
20575 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20576 with gcc.
20577 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20578 to handle opaque pointers, gcc is.
20579 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20580 as first argument. Include <sys/types.h> and change all operator
20581 new definitions to use size_t.
20582 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20583 now that we use size_t.
20584
20585 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20586
20587 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
20588 a long or float array cast all array members to the same type.
20589 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
20590 with 64 bit longs.
20591 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
20592 on alpha.
20593 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
20594
20595 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20596
20597 * gdb.t24 (demangle.exp): Constructors of templates have names like
20598 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20599 section 14.6 of the ARM.
20600
20601 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20602 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20603 accomplish little and slow down the testsuite.
20604
20605 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20606 Accept spaces various places.
20607
20608 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20609
20610 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20611 with watchpoint enabled.
20612
20613 * Makefile.in: Remove definition of CC and remove the second
20614 definition of CXX (the "CXX = gcc" one remains). These definitions
20615 were causing backquotes to be expanded within backquotes, which
20616 doesn't work.
20617
20618 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20619
20620 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20621
20622 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20623
20624 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20625 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
20626 by mips cc and contains no stabs entries.
20627
20628 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20629
20630 * config/vx-gdb.exp: Use fake device to load files rather than
20631 NFS.
20632 * lib/gdb.exp: New proc to do "file" command.
20633 * config/unix-gdb.exp: Use new "file" proc.
20634
20635 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20636
20637 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20638 Rework board rebooting slightly.
20639 (gdb_exit): Don't exit from the remote shell; there isn't one.
20640 * gdb.stabs/weird.exp: If a program is being debugged already,
20641 kill it.
20642 * gdb.t04/setvar.exp: Stop and restart gdb.
20643 * gdb.t05/expr.exp: Likewise.
20644 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20645 restart gdb and reload the program.
20646 * gdb.t08/opaque.exp: Likewise.
20647 * gdb.t12/scope.exp: Likewise.
20648 * gdb.t13/bitfields.exp: Likewise.
20649 * gdb.t15/funcargs.exp: Likewise.
20650 * gdb.t20/classes.exp: Likewise.
20651 * gdb.t03/ptype.exp: Increase timeout.
20652 * gdb.t16/printcmds.exp (test_print_string_constants,
20653 test_print_array_constants): Likewise.
20654 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20655 * gdb.t20/classes.exp (do_tests): Likewise.
20656 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20657
20658 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20659
20660 * gdb.stabs: Renamed *wierd* to *weird*.
20661
20662 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20663
20664 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20665 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20666
20667 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20668
20669 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20670 (do_tests): Remove xfail for whatis on one_var and two_var.
20671
20672 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20673
20674 * Makefile.in: Made cross building work better by adding
20675 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20676
20677 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20678
20679 * gdb.t15/{return.c,return.exp,Makefile.in}:
20680 New test, currently commented out.
20681
20682 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20683
20684 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20685 still running and removes the leftover named socket so GDb can do
20686 clean restarts.
20687
20688 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20689
20690 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20691 console, not GDB.
20692 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20693 cross testing works better with "make check"
20694 * config/unix-gdb: Use default procedures for exit and version.
20695 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20696 with the newest VxWorks.
20697
20698 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20699
20700 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20701 old form.
20702
20703 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20704 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20705
20706 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20707
20708 * config/unix-gdb.exp: Remove this version of gdb_exit
20709 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20710 Rob says he'll look at it when he gets back to testing boards.
20711
20712 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20713
20714 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20715 an expected fail for certain ptype commands.
20716
20717 * gdb.t20/classes.exp: Update expected results of "ptype class
20718 Base1" to account for the constructor that now appears in the type.
20719
20720 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20721
20722 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20723 disappeared from list.
20724 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20725 "alldone" proc with call to cleanup and exit.
20726 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20727 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20728 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
20729 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
20730 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
20731 "alldone" proc with simple returns that suppress remaining
20732 tests. The alldone proc went away many months ago.
20733
20734 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20735
20736 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
20737
20738 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
20739
20740 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20741
20742 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
20743 as vax gdb will display them.
20744
20745 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20746
20747 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
20748 optimizers.
20749
20750 * scope.exp: Change "bad value for localval" messages so each one
20751 is unique.
20752
20753 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
20754 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
20755
20756 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
20757
20758 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20759
20760 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
20761 doesn't exist (due to optimization).
20762
20763 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20764
20765 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
20766 contains \r because the filename is long.
20767
20768 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
20769 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
20770
20771 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20772
20773 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
20774 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
20775 Ultrix.
20776 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
20777 int tests.
20778 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
20779
20780 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
20781
20782 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
20783
20784 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
20785 to match does not match the passing case but still matches the
20786 failing case.
20787
20788 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20789
20790 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
20791
20792 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
20793
20794 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
20795 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
20796 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
20797 Remove various versions of gdb_exit.
20798 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
20799 gdb_exit.
20800 * config/unix-gdb.exp: gdb_exit remains here, and should override
20801 the generic version, since it's doing a lot of wierd stuff that
20802 the other versions aren't. FIXME, fold it in, or abandon this
20803 version.
20804
20805 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20806
20807 * gdb.t24/demangle.exp: Add tests for PR 3220.
20808
20809 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20810
20811 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
20812
20813 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
20814
20815 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
20816 "i386-*-*". Works for i486 as well.
20817
20818 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
20819 bug, and expand domain of xfail to all SVR4 systems, since the
20820 actual problem is likely to be in generic SVR4 /proc support.
20821
20822 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20823
20824 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
20825
20826 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
20827
20828 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
20829 xfails for other systems. Match a missing 'Continuing.' as an
20830 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
20831
20832 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
20833 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
20834 Only issue warning for missing executables if -all option is used.
20835
20836 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
20837 file if -all option is used. It's like an unpredictable XFAIL.
20838
20839 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20840
20841 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
20842 for dynamically linked binaries.
20843
20844 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
20845
20846 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20847
20848 * gdb.t20/inherit.exp: Change message for "print tagless struct"
20849 to state that this is a known bug in old versions of g++.
20850
20851 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20852
20853 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
20854 while waiting for `Continuing'.
20855
20856 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
20857
20858 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
20859 in text, data, and bss.
20860 * gdb.t10/nodebug.c: Add local and global test variables for
20861 initialized and uninitialized data.
20862
20863 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20864
20865 * config/unix-gdb.exp (gdb_exit): Add "wait".
20866
20867 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20868
20869 * gdb.t06/signals.exp: xfail the continue from the handler for all
20870 targets.
20871
20872 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
20873 function with watchpoints enabled, the i386 call dummy starts with
20874 a call.
20875
20876 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
20877 386 bsd names its corefiles.
20878
20879 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
20880
20881 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
20882 compilers don't grok it.
20883 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
20884 with small octal ints rather than character constants, which
20885 are signed and might not fit if first promoted to int.
20886
20887 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
20888
20889 * gdb.t09/Makefile.in (clean): Remove corefile.
20890
20891 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20892
20893 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
20894
20895 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20896 and Jim Kingdon (kingdon@cygnus.com)
20897
20898 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
20899 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
20900 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
20901
20902 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20903
20904 * gdb.t17/interrupt.exp: Add xfail for hppa.
20905
20906 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20907
20908 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
20909 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
20910 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
20911 to determine signed-ness of bitfields and use the result to setup
20912 the xfail.
20913 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
20914 * gdb.t15/funcargs.exp: Use them to step until the second indirect
20915 call line is reached if necessary.
20916
20917 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20918
20919 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
20920
20921 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20922
20923 * gdb.t06/break.exp: Also test `clear' command.
20924
20925 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20926
20927 * gdb.t00/teststrategy.exp: Remove extra quote.
20928
20929 * gdb.t07/watchpoint.exp: Change xfail for calling function with
20930 watchpoint enabled to be for all non-68k machines.
20931
20932 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
20933
20934 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20935
20936 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
20937 targets use aout.mt instead of ecoff.mt as gas understands
20938 standard aout format.
20939
20940 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20941
20942 * lib/gdb.exp (runto): Don't insist that function we are running to
20943 was compiled with -g.
20944
20945 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
20946
20947 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
20948 to get back into the read system call.
20949 Accept leading newline in case where we woke it up.
20950
20951 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20952
20953 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
20954 to make the stabs test work on ecoff systems using gcc and -with-stabs.
20955 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
20956 enable ecoff configuration.
20957
20958 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20959
20960 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
20961
20962 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20963
20964 * gdb.t16/printcmds.exp: Add another printf test.
20965
20966 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
20967
20968 * configure.in: If configured -with-stabs on any target, add
20969 stabsdirs to configdirs.
20970
20971 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20972
20973 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
20974 fun" so pattern does not match the command itself.
20975
20976 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20977
20978 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
20979
20980 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20981
20982 * gdb.t17/interrupt.exp: Test for more things.
20983
20984 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20985
20986 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
20987 compiler arranges the code and line numbers.
20988
20989 * gdb.t17/interrupt.exp: Don't send \n after ^C.
20990
20991 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20992
20993 * gdb.t00/help.exp: Increase expect input buffer size.
20994
20995 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20996
20997 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
20998
20999 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21000
21001 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21002
21003 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21004 [0-9]*, not just [0-9].
21005
21006 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21007
21008 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21009
21010 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21011
21012 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21013
21014 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21015
21016 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21017
21018 * gdb.t06/signals.c: Add xfails for sun3.
21019
21020 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21021
21022 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21023 test_stepping tests.
21024
21025 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21026
21027 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21028
21029 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21030
21031 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21032 rather than actually putting it through cpp twice.
21033
21034 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21035
21036 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21037
21038 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21039 no longer needed.
21040
21041 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21042
21043 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21044
21045 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21046 C++ features prints as "struct", make it a pass, not an xfail.
21047
21048 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21049
21050 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21051 Don't require VA to print as "class" rather than "struct".
21052
21053 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21054
21055 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21056
21057 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21058
21059 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21060
21061 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21062
21063 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21064 order.
21065
21066 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21067
21068 * gdb.t16/printcmds.exp: Add printf tests.
21069
21070 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21071
21072 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21073
21074 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21075
21076 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21077 pass counts, to counteract any existing or future setup_xfails.
21078
21079 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21080
21081 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21082 {BEGIN,END}_COMMON for common block instead of STAB.
21083 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21084
21085 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21086 intp_var should be N_GSYM not N_LSYM.
21087 wierd-aout.S: Use a label for the value of the N_SO.
21088 wierd.def: Remove all backslashes.
21089 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21090
21091 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21092
21093 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21094 get the expected next to inheritance3.
21095
21096 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21097
21098 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21099 now that gcc-2.4 gets it right.
21100
21101 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21102
21103 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21104
21105 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21106 generating comp-info.exp which works for cross-compilation.
21107
21108 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21109
21110 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21111 "*-*-sysv4.*".
21112
21113 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21114
21115 * gdb.t01/run.exp: Start with a fresh gdb.
21116 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21117 SVR4.x.
21118
21119 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21120
21121 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21122 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21123 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21124 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21125 things to remove.
21126
21127 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21128
21129 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21130 test cases from bug reports.
21131
21132 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21133
21134 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21135 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21136 avoid spurious xfails.
21137 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21138 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21139 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21140
21141 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21142
21143 * gdb.t00/teststrategy.exp: Rework to provide more useful
21144 description of each test, fix problem with systems that define
21145 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21146 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21147 results for "next over recursive call" so timeouts aren't taken
21148 by error.
21149
21150 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21151
21152 * gdb.t12/scope.exp: Test printing of variables before run.
21153
21154 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21155 printed in wrong order due to sorting.
21156
21157 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21158
21159 * gdb.t00/teststrategy.exp: Fix expected results for printing
21160 user entered string constant. Is array of char, prints with no
21161 address.
21162
21163 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21164 commands.
21165 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21166 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21167 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21168 of struct of char arrays.
21169 * gdb.t00/radix.exp: New tests for radix commands.
21170
21171 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21172
21173 * gdb.t16/printcmd.exp: Print a variable before running program
21174 (with xfail for AIX).
21175
21176 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21177
21178 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21179
21180 * gdb.t16/printcmd.exp: Don't print variables before running program.
21181
21182 * gdb.t06/break.exp: Don't require envp argument to main.
21183
21184 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21185
21186 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21187 Add xfails for rs6000.
21188
21189 * gdb.t02/whatis.exp: Change other tests not to re-test something
21190 we already tested.
21191
21192 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21193 each type used has a variable of that type.
21194
21195 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21196
21197 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21198
21199 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21200
21201 * configure.in: change srctrigger to be a file, not a directory
21202
21203 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21204
21205 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21206
21207 * gdb.t11/list.exp: Fixed a couple of typos.
21208
21209 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21210
21211 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21212 is fixed and PR is closed.
21213 * gdb.t16 (gdbme.c): Add simple test string variable.
21214 * gdb.t16 (printcmds.exp): Add tests with simple test string
21215 variable, primarily for boundaries on "set print elements".
21216
21217 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21218
21219 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21220 Make leading 0's optional and don't expect a tab in the middle
21221 of the number.
21222
21223 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21224
21225 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21226 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21227 don't end command passed to gdb_test with newline.
21228
21229 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21230 signed keyword away, don't expect signed bitfields to be signed.
21231
21232 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21233 printing with only as many 1's as are in the field as well as printing
21234 with 32 1's (see comment).
21235
21236 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21237
21238 * gdb.t00/default.exp: Start with a fresh gdb.
21239 * configure.in (configdirs): Remove gdb.t31 until the chill
21240 compiler works again. It no longer is able to find chillrt0
21241 since it isn't in libchill.a anymore.
21242 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21243 wierd.o, make more modular.
21244 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21245 spurious newlines that caused problems.
21246
21247 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21248
21249 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21250 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21251 gdb.stabs/wierd.{exp,def}: Many new tests.
21252
21253 * gdb.t00/default.exp: update info line for new message.
21254
21255 * gdb.t02/{whatis.exp,gdbme.c}:
21256 Test that "char *" doesn't print as "caddr_t".
21257
21258 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21259
21260 * gdb.t00/help.exp: Use .* in place of some help messages which
21261 just changed.
21262 gdb.t00/default.exp: Update "info frame" test for new message.
21263 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21264 Remove some xfails
21265
21266 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21267
21268 * gdb.t03/{gdbme.c,ptype.exp}:
21269 Add tests for typedef'd struct and union without tags.
21270 Also check "whatis" on a variable of a typedef'd enum without a tag.
21271
21272 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21273 PRMS 1823; the bug still exists but isn't reproduced by this test
21274 anymore), and remove rs6000 XFAIL (the bug is fixed).
21275
21276 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21277 duplicated from whatis.exp. For those that are left, accept
21278 "long", "long int", or "int" for long variables (whatis.exp already
21279 has an XFAIL for "int", so no need to fail it here).
21280
21281 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21282 Deal with GCC's names for types now that GDB uses the compiler's names.
21283
21284 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21285 setup_xfail's for sunos4. If we #defined the signed keyword away,
21286 don't expect GDB to know that char it is signed.
21287
21288 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21289
21290 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21291
21292 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21293 should work on any system, regardless of debugging format.
21294 * gdb.t21/demangle.exp: Move to gdb.t24.
21295 * gdb.t24/demangle.exp: Move from gdb.t21.
21296 * gdb.t24/{Makefile.in, configure.in}: New files.
21297
21298 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21299
21300 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21301 * gdb.stabs: New directory.
21302
21303 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21304
21305 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21306 not just "Quit anyway?".
21307
21308 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21309
21310 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21311 that all setup_xfails are immediately followed by clear_xfails.
21312
21313 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21314
21315 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21316 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21317 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21318 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21319 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21320 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21321 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21322 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21323 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21324 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21325 gdb.t31/chillvars.exp, lib/gdb.exp:
21326 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21327 bug-gdb@prep.ai.mit.edu.
21328
21329 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21330
21331 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21332 with 0.0, not integer 0.
21333
21334 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21335
21336 * gdb.t06/break.exp: Update for "Kill the program" message change.
21337
21338 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21339
21340 * Makefile.in (GDBFLAGS): Set to -nx.
21341 * Makefile.in (site.exp): Use GDBFLAGS.
21342
21343 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21344
21345 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21346 Makefiles.
21347 (check): depend on just-check.
21348 (just-check): added so that tests can be run without a noop
21349 build pass.
21350
21351 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21352
21353 Switch to using configure's configdirs.
21354 * Makefile.in (Makefile): add configure.in dependency.
21355 (SUBDIRS): removed redundant assignment.
21356 * configure.in: switch subdirs assignment to configdirs.
21357 * gdb.t*/configure.in: new files.
21358
21359 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21360
21361 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21362 works.
21363
21364 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21365
21366 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21367 in explicit rules. Apparently this is not supported by some makes.
21368
21369 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21370
21371 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21372
21373 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21374
21375 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21376 disappeared.
21377
21378 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21379
21380 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21381
21382 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21383
21384 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21385 watchpoint problem that is now fixed.
21386 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21387 uninitialized convenience variables.
21388 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21389 structures.
21390
21391 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21392
21393 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21394 which causes expect to get out of sync with gdb on long output
21395 from help set.
21396 * gdb.t09/corefile.exp: Make expected pattern for core file
21397 failing signal and frame output format less sun specific.
21398
21399 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21400
21401 * gdb.t31/chillvars.exp: Add and remove initial dummy
21402 breakpoint, so that symbol table is forced in.
21403 (Needed at least on Sunos4, though it seems not SVR4.)
21404 * gdb.t31/chillvars.exp: Update for changed output format.
21405
21406 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21407
21408 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
21409
21410 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21411
21412 * Makefile.in: Added --srcdir when invoking runtest, removed the
21413 need for a local config file. (optional now)
21414
21415 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21416
21417 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21418 failure count used to force early termination. Add some more
21419 expected failures for gnu style demangling.
21420
21421 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21422
21423 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21424 pmi variable from gdb.t20/gdbme to get optimized away.
21425 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21426 Check for written corefile upon timeout _and_ eof.
21427
21428 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21429
21430 * config/unix-gdb.exp: Add missing return 0.
21431
21432 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21433
21434 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21435 test termination.
21436
21437 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21438
21439 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21440 disappeared.
21441
21442 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21443
21444 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21445 time as i860 support works.
21446
21447 * gdb.t15/funcargs.exp: Fix expected outputs to include
21448 "backtrace 100\r" rather than just "backtrace\r", to match last
21449 change.
21450
21451 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21452
21453 * config/udi-gdb.exp (gdb_exit): Remove close command.
21454 (gdb_target_udi): New procedure to set the UDI target.
21455 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21456 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21457 Added waits for prompts after several question responses. Added
21458 some more responses used by a29k-amd-udi-gdb.
21459 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21460 pass different arguments, restart UDI connection after program
21461 completion.
21462 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21463 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21464 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21465 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21466 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21467 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21468 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21469 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21470 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21471 after program completion.
21472 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21473 compiled with a SELECT_VECS setting.
21474 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21475 infinite recursion.
21476
21477 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21478 Added checks for COFF results, and made them expected failures for
21479 all targets. It would be better to make them expected failures
21480 for COFF targets only.
21481
21482 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21483
21484 * Makefile.in: add null dvi target, don't bother to recurse
21485 through test directories for info and install-info; rename
21486 $(datadir) to be dejagnu instead of deja-gnu
21487
21488 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21489
21490 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21491 compiler to coredump.
21492 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21493 code.
21494
21495 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21496
21497 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21498 coredump.
21499 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21500 code.
21501
21502 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21503
21504 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21505 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21506 which in a shell. Deletes xgdb when done.
21507 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21508 Tests the return from the "set height" or "set width" commands.
21509 Added a few return codes where needed.
21510
21511 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21512
21513 * Makefile.in (SUBDIRS): Add gdb.t17.
21514 * configure.in (subdirs): Add gdb.t17.
21515 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21516 files to test gdb's calling of functions in the inferior with
21517 the correct arguments and gdb's ability to retrieve any
21518 result returned.
21519
21520 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21521
21522 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21523 may be called after gdb goes away. Previous versions of expect
21524 needed these to avoid file descriptor leaks, but they cause
21525 errors with the current revision of expect.
21526 * gdb.t00/gdbvars.exp: Use -re on expected output after
21527 setting sevenbit-strings.
21528 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21529 to set sevenbit-strings consistent across tests.
21530 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21531 set sevenbit-strings consistent across tests.
21532
21533 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21534
21535 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21536 expected output to match current "expect" expectations.
21537
21538 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21539
21540 * gdb.t00/default.exp: Change expected output for default "source"
21541 command, to match new gdb behavior which requires a filename to
21542 source.
21543
21544 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21545
21546 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21547 expected fail for i486-*-* that misses the marker2 function.
21548 * gdb.t10/crossload.exp (bfddefault): Allow successful
21549 recognition of a format to pass even if no symbols are found.
21550 Explicitly catch failures where the format is not recognized
21551 or is ambiguous, and add the reason to the fail message.
21552 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21553 the cause is and invalid target and add reason to failure message.
21554 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21555 elf32-i386, elf32-sparc, and elf32-i860.
21556 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21557 Set up expected failure for 'filename'::variable scope resolution,
21558 which is now apparently broken on all targets.
21559 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21560 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21561 gdb.t23/templates.exp: Change failure for missing binfile into
21562 just a warning.
21563 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21564 references.
21565
21566 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21567
21568 * gdb.t00/default.exp: Add expected output for default "source"
21569 command, to match new gdb behavior.
21570 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21571
21572 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21573
21574 * config/*-gdb.exp: returns an error, rather than exiting on
21575 internal errors.
21576
21577 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21578
21579 * gdb.t03/gdbme.c: Add pointer to struct variable.
21580 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21581 referencing struct members.
21582
21583 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21584
21585 * configure.in (mips-idt-ecoff): New target.
21586 * config/mips-gdb.exp: New file for remote board using MIPS remote
21587 debugging protocol.
21588
21589 * Redid configuration scheme. Removed gdb.t*/configure.in.
21590 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21591 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21592 distclean targets. Built executables via .o files. Adjusted
21593 tests to account for source files in $(srcdir) rather than
21594 $(objdir).
21595 * lib/gdb.exp (runto): Don't expect () after the function name,
21596 because it may have arguments.
21597
21598 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21599
21600 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21601 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21602 expected failures for mips-idt-* and mips-sgi-*.
21603 * gdb.t00/default.exp (attach): Kill process if requested.
21604 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21605 that does not read core files.
21606 * gdb.t01/run.exp: Removed checks for exit status code.
21607 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21608 it is linked in.
21609 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21610 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21611 appropriate, rather than doing it by hand.
21612 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21613 execution.
21614 * gdb.t10/crossload.exp: Kill existing program if needed.
21615 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21616 appropriate, rather than doing it by hand. Always increase
21617 timeout for this test, not just for VxWorks.
21618
21619 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21620
21621 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21622 of Chill STRUCT types and STRUCT values.
21623 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21624 than "char".
21625 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
21626 struct2): New struct definitions and initializations to test
21627 simple Chill STRUCT types.
21628
21629 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21630
21631 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21632 the null byte at the end of strings.
21633 * gdb.t00/default.exp: Make show version insensitive to copyright
21634 date.
21635 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21636 to avoid dependencies on target char signedness.
21637 * gdb.t16/printcmds.exp: Update expected results for explicitly
21638 unsigned char.
21639 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21640 now work.
21641 * gdb.t21/demangle.exp: Add many more patterns for template
21642 demangling, most of them being expected failures.
21643 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21644 string we are matching for, to match on the whole string.
21645 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21646 and fix a whole bunch that had incorrect expected output but were
21647 passing anyway because of the bug in "proc demangle".
21648 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21649 type.
21650 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21651
21652 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21653
21654 * gdb/testsuite: made modifications to testcases, etc., to allow
21655 them to work properly given the reorganization of deja-gnu and the
21656 relocation of the testcases from deja-gnu to a "tool" subdirectory.
21657
21658 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21659
21660 * gdb/testsuite: Initial creation of gdb/testsuite.
21661 Migrated dejagnu testcases and support files for testing nm to
21662 gdb/testsuite from deja-gnu. These files were moved "as is"
21663 with no modifications. This migration is part of a major overhaul
21664 of dejagnu. The modifications to these testcases, etc., which
21665 will allow them to work with the new version of dejagnu will be
21666 made in a future update.
21667
21668 For additional changes see gdb.mi/ChangeLog-1999-2003.
21669 \f
21670 ;; Local Variables:
21671 ;; mode: change-log
21672 ;; left-margin: 8
21673 ;; fill-column: 74
21674 ;; version-control: never
21675 ;; End:
21676
21677 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
21678 2003, 2004, 2005 Free Software Foundation, Inc.
21679 Copying and distribution of this file, with or without modification,
21680 are permitted provided the copyright notice and this notice are preserved.
This page took 0.566819 seconds and 5 git commands to generate.