merge from gcc
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
de7ff789
MS
12010-06-08 Michael Snyder <msnyder@vmware.com>
2
3 * gdb.ada/exec_changed.exp:
4 Use ".*" instead of "" as wildcard regexp.
5
6 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
7 * gdb.base/call-ar-st.exp: Ditto.
8 * gdb.base/checkpoint.exp: Ditto.
9 * gdb.base/default.exp: Ditto.
10 * gdb.base/dump.exp: Ditto.
11 * gdb.base/ending-run.exp: Ditto.
12 * gdb.base/fileio.exp: Ditto.
13 * gdb.base/miscexprs.exp: Ditto.
14 * gdb.base/pointers.exp: Ditto.
15 * gdb.base/readline.exp: Ditto.
16 * gdb.base/reread.exp: Ditto.
17 * gdb.base/restore.exp: Ditto.
18 * gdb.base/shlib-call.exp: Ditto.
19 * gdb.base/valgrind-db-attach.exp: Ditto.
20 * gdb.base/volatile.exp: Ditto.
21 * gdb.base/watchpoints.exp: Ditto.
22
23 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
24
25 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
26 * gdb.python/py-value.exp: Ditto.
27
28 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
29 * gdb.trace/circ.exp: Ditto.
30 * gdb.trace/collection.exp: Ditto.
31 * gdb.trace/packetlen.exp: Ditto.
32 * gdb.trace/passc-dyn.exp: Ditto.
33 * gdb.trace/report.exp: Ditto.
34 * gdb.trace/tfile.exp: Ditto.
35 * gdb.trace/tfind.exp: Ditto.
36 * gdb.trace/while-dyn.exp: Ditto.
37
3bebe2f2
JK
382010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
39
40 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
41
5c631832
JK
422010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
43
44 Test PR 10640.
45 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
46
4c3376c8
SW
472010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
48
49 * gdb.cp/koenig.exp: Test for ADL operators.
50 * gdb.cp/koenig.cc: Added ADL operators.
51 * gdb.cp/operator.exp: New test.
52 * gdb.cp/operator.cc: New test.
53
dc226d5a
MS
542010-06-04 Michael Snyder <msnyder@vmware.com>
55
dfb88a23
MS
56 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
57 * gdb.base/pending.exp: Ditto.
f7ae76b3 58
dc226d5a
MS
59 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
60
967cf477
DE
612010-06-04 Doug Evans <dje@google.com>
62
63 * gdb.python/py-prettyprint.exp: Add new test for enabled and
64 disabled printers.
65 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
66 (enable_lookup_function): New function.
67
eb801841
TT
682010-06-04 Tom Tromey <tromey@redhat.com>
69
70 * gdb.python/py-value.exp (test_value_hash): Don't test equality
71 of hash and id.
72
38979823
JK
732010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
74
75 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
76 newline.
77 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
78 (empty verbose non-noisy clear, empty verbose noisy clear)
79 (empty non-verbose noisy clear): Likewise.
80
35ec993f
MS
812010-06-03 Michael Snyder <msnyder@vmware.com>
82
83 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
84 * gdb.base/display.exp: Ditto.
85 * gdb.base/find.exp: Ditto.
86 * gdb.base/ifelse.exp: Ditto.
87 * gdb.base/multi-forks.exp: Ditto.
88 * gdb.base/recurse.exp: Ditto.
89 * gdb.base/setshow.exp: Ditto.
90 * gdb.base/value-double-free.exp: Ditto.
91 * gdb.base/watch-vfork.exp: Ditto.
92 * gdb.base/watch_thread_num.exp: Ditto.
93 * gdb.base/watchpoint-solib.exp: Ditto.
94 * gdb.base/watchpoint.exp: Ditto.
95 * gdb.base/watchpoints.exp: Ditto.
96
97 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
98 * gdb.cp/overload.exp: Ditto.
99 * gdb.cp/virtfunc.exp: Ditto.
100
101 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
102
103 * gdb.reverse/watch-precsave.exp:
104 Replace gdb_test with gdb_test_no_output.
105
106 * gdb.threads/attach-into-signal.exp:
107 Replace gdb_test with gdb_test_no_output.
108 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
109 * gdb.threads/watchthreads.exp: Ditto.
110 * gdb.threads/watchthreads2.exp: Ditto.
111
112 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
113 * gdb.trace/tfind.exp: Ditto.
114
c22decce
JB
1152010-06-03 Joel Brobecker <brobecker@adacore.com>
116
117 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
118 successful test if message is the empty string.
119
fd5700c7
JK
1202010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * gdb.fortran/module.exp (stopped language detection): New test.
123
f55ee35c
JK
1242010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 Support DW_TAG_module as separate namespaces.
127 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
128 gdb.fortran/library-module-lib.f90: New.
129 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
130 (print i): Remove.
131 (continue to breakpoint: i-is-1, print var_i value 1)
132 (continue to breakpoint: i-is-2, print var_i value 2)
133 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
134 (print var_d, print var_i value 14, ptype modmany, complete `modm)
135 (complete `modmany, complete `modmany`, complete `modmany`var)
136 (show language, setting breakpoint at module): New tests.
137 * gdb.fortran/module.f90 (module mod): Remove.
138 (module mod1, module mod2, module modmany, subroutine sub1)
139 (subroutine sub2, program module): New.
140
b8e8282f
JK
1412010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
144 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
145 * gdb.cp/anon-union.exp (pass): Rename to ...
146 (print z 2): ... here.
b8e8282f 147
019ebafc
MS
1482010-06-02 Michael Snyder <msnyder@vmware.com>
149
e68d8fd4
MS
150 * gdb.trace/actions.exp: Use gdb_test_no_output.
151 * gdb.trace/circ.exp: Ditto.
152 * gdb.trace/packetlen.exp: Ditto.
153 * gdb.trace/save-trace.exp: Ditto.
154 * gdb.trace/tracecmd.exp: Ditto.
155 * gdb.trace/tsv.exp: Ditto.
156
12b5d08a
MS
157 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
158 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
159 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
160 * gdb.threads/manythreads.exp: Ditto.
161 * gdb.threads/print-threads.exp: Ditto.
162 * gdb.threads/pthreads.exp: Ditto.
163 * gdb.threads/schedlock.exp: Ditto.
164 * gdb.threads/staticthreads.exp: Ditto.
165 * gdb.threads/thread-specific.exp: Ditto.
166 * gdb.threads/thread-unwindonsignal.exp: Ditto.
167 * gdb.threads/threadapply.exp: Ditto.
168 * gdb.threads/watchthreads.exp: Ditto.
169 * gdb.threads/watchthreads2.exp: Ditto.
170
89493308
MS
171 * gdb.python/py-block.exp: Use gdb_test_no_output.
172 * gdb.python/py-prettyprint.exp: Ditto.
173 * gdb.python/py-template.exp: Ditto.
174 * gdb.python/py-value.exp: Ditto.
175
176 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
177 * gdb.reverse/watch-reverse.exp: Ditto.
178
179 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
180 * gdb.server/ext-run.exp: Ditto.
181
019ebafc
MS
182 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
183 * gdb.dwarf2/dw2-compressed.exp: Ditto.
184 * gdb.dwarf2/dw2-intercu.exp: Ditto.
185 * gdb.dwarf2/dw2-intermix.exp: Ditto.
186 * gdb.dwarf2/dw2-producer.exp: Ditto.
187 * gdb.dwarf2/mac-fileno.exp: Ditto.
188
189 * gdb.gdb/observer.exp: Use gdb_test_no_output.
190 * gdb.gdb/selftest.exp: Ditto.
191
192 * gdb.multi/base.exp: Use gdb_test_no_output.
193
194 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
195
3e0ca3a5
JK
1962010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
199
9db70545
MS
2002010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
201
a8d52276
MS
202 * gdb.cp/class2.exp: Use gdb_test_no_output.
203 * gdb.cp/classes.exp: Ditto.
204 * gdb.cp/extern-c.exp: Ditto.
205 * gdb.cp/inherit.exp: Ditto.
206 * gdb.cp/maint.exp: Ditto.
207 * gdb.cp/mb-inline.exp: Ditto.
208 * gdb.cp/mb-templates.exp: Ditto.
209 * gdb.cp/method2.exp: Ditto.
210 * gdb.cp/misc.exp: Ditto.
211 * gdb.cp/ovldbreak.exp: Ditto.
212 * gdb.cp/punctuator.exp: Ditto.
213 * gdb.cp/templates.exp: Ditto.
214 * gdb.cp/virtbase.exp: Ditto.
215
9db70545
MS
216 * gdb.threads/attach-stopped.exp:
217 Replace uses of send_gdb / gdb_expect.
218 * gdb.threads/attachstop-mt.exp:
219 Replace uses of send_gdb / gdb_expect.
220 * gdb.threads/gcore-thread.exp:
221 Replace uses of send_gdb / gdb_expect.
222 * gdb.threads/hand-call-in-threads.exp:
223 Replace uses of send_gdb / gdb_expect.
224 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
225 * gdb.threads/print-threads.exp:
226 Replace uses of send_gdb / gdb_expect.
227 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
228 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
229 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
230
231 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
232 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
233 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
234 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
235 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
236 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
237 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
238 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
239 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
240 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
241 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
242
359cc68c
JK
2432010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
244
245 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
246
7d3fe98e
SW
2472010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
248
249 * gdb.cp/koenig.exp: Added new test case.
250 * gdb.cp/koenig.cc: Ditto.
251
27d3a1a2
MS
2522010-06-01 Michael Snyder <msnyder@vmware.com>
253
254 * gdb.base/arithmet.exp: Use gdb_test_no_output.
255 * gdb.base/arrayidx.exp: Ditto.
256 * gdb.base/attach.exp: Ditto.
257 * gdb.base/auxv.exp: Ditto.
258 * gdb.base/bigcre.exp: Ditto.
259 * gdb.base/break-always.exp: Ditto.
260 * gdb.base/break-interp.exp: Ditto.
261 * gdb.base/break.exp: Ditto.
262 * gdb.base/breakpoint-shadow.exp: Ditto.
263 * gdb.base/call-ar-st.exp: Ditto.
264 * gdb.base/call-sc.exp: Ditto.
265 * gdb.base/call-signal-resume.exp: Ditto.
266 * gdb.base/callfuncs.exp: Ditto.
267 * gdb.base/catch-syscall.exp: Ditto.
268 * gdb.base/charset.exp: Ditto.
269 * gdb.base/code-expr.exp: Ditto.
270 * gdb.base/commands.exp: Ditto.
271 * gdb.base/cond-expr.exp: Ditto.
272 * gdb.base/condbreak.exp: Ditto.
273 * gdb.base/cursal.exp: Ditto.
274 * gdb.base/cvexpr.exp: Ditto.
275 * gdb.base/default.exp: Ditto.
276 * gdb.base/del.exp: Ditto.
277 * gdb.base/detach.exp: Ditto.
278 * gdb.base/display.exp: Ditto.
279 * gdb.base/ena-dis-br.exp: Ditto.
280 * gdb.base/eval-skip.exp: Ditto.
281 * gdb.base/foll-fork.exp: Ditto.
282 * gdb.base/foll-vfork.exp: Ditto.
283 * gdb.base/frame-args.exp: Ditto.
284 * gdb.base/funcargs.exp: Ditto.
285 * gdb.base/gcore-buffer-overflow.exp: Ditto.
286 * gdb.base/gdbvars.exp: Ditto.
287 * gdb.base/help.exp: Ditto.
288 * gdb.base/ifelse.exp: Ditto.
289 * gdb.base/included.exp: Ditto.
290 * gdb.base/list.exp: Ditto.
291 * gdb.base/macscp.exp: Ditto.
292 * gdb.base/maint.exp: Ditto.
293 * gdb.base/multi-fork.exp: Ditto.
294 * gdb.base/overlays.exp: Ditto.
295 * gdb.base/page.exp: Ditto.
296 * gdb.base/pending.exp: Ditto.
297 * gdb.base/pointers.exp: Ditto.
298 * gdb.base/pr11022.exp: Ditto.
299 * gdb.base/prelink.exp: Ditto.
300 * gdb.base/printcmds.exp: Ditto.
301 * gdb.base/psymtab.exp: Ditto.
302 * gdb.base/randomize.exp: Ditto.
303 * gdb.base/relational.exp: Ditto.
304 * gdb.base/relocate.exp: Ditto.
305 * gdb.base/remote.exp: Ditto.
306 * gdb.base/sepdebug.exp: Ditto.
307 * gdb.base/set-lang-auto.exp: Ditto.
308 * gdb.base/setshow.exp: Ditto.
309 * gdb.base/setvar.exp: Ditto.
310 * gdb.base/signals.exp: Ditto.
311 * gdb.base/signull.exp: Ditto.
312 * gdb.base/sigstep.exp: Ditto.
313 * gdb.base/sizeof.exp: Ditto.
314 * gdb.base/solib-disc.exp: Ditto.
315 * gdb.base/store.exp: Ditto.
316 * gdb.base/structs.exp: Ditto.
317 * gdb.base/structs2.exp: Ditto.
318 * gdb.base/subst.exp: Ditto.
319 * gdb.base/term.exp: Ditto.
320 * gdb.base/trace-commands.exp: Ditto.
321 * gdb.base/unwindonsignal.exp: Ditto.
322 * gdb.base/valgrind-db-attach.exp: Ditto.
323 * gdb.base/varargs.exp: Ditto.
324 * gdb.base/watch-cond.exp: Ditto.
325 * gdb.base/watch_thread_num.exp: Ditto.
326 * gdb.base/watchpoint-cond-gone.exp: Ditto.
327 * gdb.base/watchpoint.exp: Ditto.
328 * gdb.base/whatis-exp.exp: Ditto.
329
f8d3bf8f
MS
3302010-06-01 Michael Snyder <msnyder@vmware.com>
331
332 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
333 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
334 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
335 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
336 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
337 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
338 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
339 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
340 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
341 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
342 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
343 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
344 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
345 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
346 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
347
3f9e0d32
JK
3482010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdb.base/commands.exp (begin commands on watch): Remove excessive
351 trailing newline.
352 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
353 * gdb.java/jmisc.exp (p *args\n): Rename to ...
354 (p *args): ... here and remove excessive trailing newline.
355
f629457d
JB
3562010-05-31 Joel Brobecker <brobecker@adacore.com>
357
358 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
359
09eef106
JK
3602010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
361
362 Accept the new Linux kernel "t (tracing stop)" string.
363 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
364 Update comment.
365 (state_wait) <T (tracing stop)>: New.
366 (main): Update the state_wait expect string.
367
94f31136
PA
3682010-05-28 Pedro Alves <pedro@codesourcery.com>
369
370 * limits.c, limits.exp: Delete files.
371 * Makefile.in (clean mostlyclean): Adjust.
372 * tracecmd.exp: Adjust.
373
096554ab
JK
3742010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
375
376 * gdb.base/tui-layout.exp: New.
377
27d3a1a2 3782010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
379
380 * gdb.reverse/break-precsave.exp:
381 Replace uses of send_gdb / gdb_expect.
382 * gdb.reverse/break-reverse.exp:
383 Replace uses of send_gdb / gdb_expect.
384 * gdb.reverse/consecutive-precsave.exp:
385 Replace uses of send_gdb / gdb_expect.
386 * gdb.reverse/consecutive-reverse.exp:
387 Replace uses of send_gdb / gdb_expect.
388 * gdb.reverse/finish-precsave.exp:
389 Replace uses of send_gdb / gdb_expect.
390 * gdb.reverse/finish-reverse.exp:
391 Replace uses of send_gdb / gdb_expect.
392 * gdb.reverse/i386-precsave.exp:
393 Replace uses of send_gdb / gdb_expect.
394 * gdb.reverse/i386-reverse.exp:
395 Replace uses of send_gdb / gdb_expect.
396 * gdb.reverse/i386-sse-reverse.exp:
397 Replace uses of send_gdb / gdb_expect.
398 * gdb.reverse/i387-env-reverse.exp:
399 Replace uses of send_gdb / gdb_expect.
400 * gdb.reverse/i387-stack-reverse.exp:
401 Replace uses of send_gdb / gdb_expect.
402 * gdb.reverse/machinestate-precsave.exp:
403 Replace uses of send_gdb / gdb_expect.
404 * gdb.reverse/machinestate.exp:
405 Replace uses of send_gdb / gdb_expect.
406 * gdb.reverse/sigall-precsave.exp:
407 Replace uses of send_gdb / gdb_expect.
408 * gdb.reverse/sigall-reverse.exp:
409 Replace uses of send_gdb / gdb_expect.
410 * gdb.reverse/solib-precsave.exp:
411 Replace uses of send_gdb / gdb_expect.
412 * gdb.reverse/solib-reverse.exp:
413 Replace uses of send_gdb / gdb_expect.
414 * gdb.reverse/step-precsave.exp:
415 Replace uses of send_gdb / gdb_expect.
416 * gdb.reverse/step-reverse.exp:
417 Replace uses of send_gdb / gdb_expect.
418 * gdb.reverse/until-precsave.exp:
419 Replace uses of send_gdb / gdb_expect.
420 * gdb.reverse/until-reverse.exp:
421 Replace uses of send_gdb / gdb_expect.
422 * gdb.reverse/watch-precsave.exp:
423 Replace uses of send_gdb / gdb_expect.
424 * gdb.reverse/watch-reverse.exp:
425 Replace uses of send_gdb / gdb_expect.
426
3def43e0
JK
4272010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
428
429 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
430 excessive newline.
431
27d3a1a2 4322010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
433
434 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
435 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
436 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
437 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
438 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
439 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
440 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
441 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
442 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
443 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
444 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
445 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
446 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
447 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
448 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
449 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
450 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
451 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
452 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 453
27d3a1a2 4542010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 455
22454424
MS
456 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
457 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
458
459 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
460 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
461 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
462
463 * gdb.reverse/consecutive-reverse.exp:
464 Replace uses of send_gdb / gdb_expect.
465 * gdb.reverse/consecutive-precsave.exp:
466 Replace uses of send_gdb / gdb_expect.
467
468 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
469 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
470 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
471 * gdb.mi/mi-ns-stale-regcache.exp:
472 Replace uses of send_gdb / gdb_expect.
473 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
474 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
475 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
476 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
477 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
478 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
479 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
480 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
481 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
482
4832010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 484
22454424 485 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 486
22454424 487 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 488
22454424
MS
489 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
490 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
491 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
492 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
493 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
494 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
495 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
496 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
497 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 498
6e5f2c59
TT
4992010-05-25 Tom Tromey <tromey@redhat.com>
500
501 * gdb.base/macscp.exp: Add missing space after setup_kfail.
502
bbc8b958
TT
5032010-05-25 Tom Tromey <tromey@redhat.com>
504
505 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
506 argument order.
507 * gdb.base/macscp.exp: Fix setup_kfail argument order.
508 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
509 order.
510 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
511 order.
512 * gdb.base/call-sc.exp (setup_kfails): Remove.
513 (setup_compiler_kfails): Remove.
514 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
515 argument order.
516 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
517 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
518 (advancei): Fix setup_kfail argument order.
519 * gdb.base/radix.exp: Fix setup_kfail argument order.
520 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
521 order.
522 * gdb.base/structs.exp (setup_kfails): Remove.
523 (setup_compiler_kfails): Fix setup_kfail argument order.
524 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
525 order.
526 * gdb.java/jmain.exp: Fix setup_kfail argument order.
527 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
528 setup_kfail argument order.
529 * gdb.cp/overload.exp: Fix setup_kfail argument order.
530
83d1babf
TT
5312010-05-25 Tom Tromey <tromey@redhat.com>
532
533 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
534
6acb16a2
MS
5352010-05-25 Michael Snyder <msnyder@vmware.com>
536
537 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
538 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
539 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
540 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
541 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
542 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
543 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
544 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
545 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
546 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
547 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
548 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
549 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
550 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
551 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
552 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
553 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
554 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
555 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
556 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
557 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
558 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
559 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
560 * gdb.base/default.exp: Replace send_gdb with gdb_test.
561 * gdb.base/define.exp: Replace send_gdb with gdb_test.
562 * gdb.base/display.exp: Replace send_gdb with gdb_test.
563 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
564 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
565 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
566 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
567 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
568 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
569 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
570 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
571 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
572 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
573 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
574 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
575 * gdb.base/help.exp: Replace send_gdb with gdb_test.
576 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
577 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
578 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
579 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
580 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
581 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
582 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
583 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 584 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
585
5862010-05-25 Doug Evans <dje@google.com>
587
588 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
589 gdb.string_to_argv.
ad3986f0 590
d3b1e874
TT
5912010-05-21 Tom Tromey <tromey@redhat.com>
592
593 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
594 Call it.
595 * gdb.dwarf2/pieces.S: Update.
596 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
597
cb826367
TT
5982010-05-21 Tom Tromey <tromey@redhat.com>
599
600 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
601 Call it.
602 * gdb.dwarf2/pieces.c (struct C): New.
603 (f6): New function.
604 * gdb.dwarf2/pieces.S: Replace.
605
74de6778
TT
6062010-05-21 Tom Tromey <tromey@redhat.com>
607
608 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
609 Call it.
610
afd74c5f
TT
6112010-05-21 Tom Tromey <tromey@redhat.com>
612
613 * gdb.dwarf2.pieces.exp: New file.
614 * gdb.dwarf2.pieces.S: New file.
615 * gdb.dwarf2.pieces.c: New file.
616
a7b75dfd
JB
6172010-05-20 Pedro Alves <pedro@codesourcery.com>
618 Joel Brobecker <brobecker@adacore.com>
619
620 * lib/gdb.exp (gdb_test_no_output): New function.
621 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
622 when testing commands that should produce no output.
623
c81c812a
JB
6242010-05-17 Joel Brobecker <brobecker@adacore.com>
625
626 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
627 parameter that we want to watch being a constant.
628
0cce5bd9
JB
6292010-05-17 Joel Brobecker <brobecker@adacore.com>
630
631 * gdb.ada/cond_lang: New testcase.
632
47050449
JB
6332010-05-17 Joel Brobecker <brobecker@adacore.com>
634
635 * lib/gdb.exp (banned_variables): New variable/constant.
636 (gdb_init): Add write trace on variables listed in banned_variables.
637 (gdb_finish): Remove write traces on variables listed in
638 banned_variables.
639
77c01586
JB
6402010-05-17 Joel Brobecker <brobecker@adacore.com>
641
642 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
643 * gdb.cp/koenig.exp: Likewise.
644
88d4aea7
PM
6452010-05-14 Phil Muldoon <pmuldoon@redhat.com>
646
647 PR python/11482
648
649 * gdb.python/py-value.exp (test_value_hash): New function.
650
f5a010c0
PM
6512010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
652
653 PR exp/11530.
654 * gdb.base/gdb11530.c: New file.
655 * gdb.base/gdb11530.exp: New file.
656
8ef4892f
JK
6572010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
658
659 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
660 * gdb.dwarf2/dw2-modula2-self-type.S: New.
661
7322dca9
SW
6622010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
663
664 * gdb.cp/koenig.exp: New test.
665 * gdb.cp/koenig.cc: New test program.
666
02e7ea18
JB
6672010-05-05 Joel Brobecker <brobecker@adacore.com>
668
669 Remove the use of prms_id and bug_id throughout the testsuite.
670
e1c34c5d
PM
6712010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
672
673 PR exp/11349.
674 * testsuite/gdb.cp/ref-types.exp: Add test to examine
675 use a reference local variable.
676
8e1d0c49
JK
6772010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
678
679 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
680 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
681 variable different_dir. Move debugfile into a full directory pathname
682 under DIFFERENT_DIR.
683 * lib/gdb.exp (separate_debug_filename): Remove.
684 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
685 variable debug_dir and mkdir of it. Update function comments.
686
e66408ed
PA
6872010-04-29 Pedro Alves <pedro@codesourcery.com>
688
689 PR gdb/11557
690
691 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
692 files.
693
d7b32ed3
PM
6942010-04-29 Phil Muldoon <pmuldoon@redhat.com>
695
696 * gdb.python/py-param.exp: New File.
697
6aecb9c2
JB
6982010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
699
700 * gdb.base/default.exp: Fix "set language" test.
701
bdf92a1c
PM
7022010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
703
704 PR breakpoints/11531.
705 * gdb.base/gdb11531.c: New file.
706 * gdb.base/gdb11531.exp: New file.
707
3f172e24
TT
7082010-04-26 Tom Tromey <tromey@redhat.com>
709
710 * gdb.base/completion.exp: Add tests for completion and deprecated
711 commands.
712
64af4c92
JK
7132010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
714
715 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
716 (print /x char_array): Escape curly brackets.
717
492928e4
JK
7182010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
719
720 Fix deadlock on looped list of loaded shared objects.
721 * gdb.base/solib-corrupted.exp: New.
722
66d09542
DE
7232010-04-23 Doug Evans <dje@google.com>
724
725 * gdb.python/py-section-script.c: New file.
726 * gdb.python/py-section-script.exp: New file.
727 * gdb.python/py-section-script.py: New file.
728
8bd10a10
CM
7292010-04-20 Chris Moller <cmoller@redhat.com>
730
731 PR 10179
732
733 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
734 * gdb.base/pr10179-a.c:
735 * gdb.base/pr10179-b.c:
736 * gdb.base/pr10179.exp: New files.
737
c0201579
JK
7382010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
739
740 Fix crashes on dangling display expressions.
741 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
742 is SEP.
743 (lib_flags): Remove the "debug" keyword.
744 (libsepdebug): New variable for iterating new loop.
745 (save_pf_prefix): New variable wrapping the loop.
746 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
747 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
748
793b0ff8
PM
7492010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
750
751 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
752
097f51f7
PM
7532010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
754
755 PR stabs/11479.
756 * gdb.stabs/gdb11479.exp: New file.
757 * gdb.stabs/gdb11479.c: New file.
758
9a22f0d0
PM
7592010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
760
761 * gdb.base/charset.c (Strin16, String32): New variables.
762 * gdb.base/charset.exp (gdb_test): Test correct display
763 of 16 or 32 bit strings.
764
7652010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
766
767 PR 9167
768 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
769 * gdb.cp/pr9167.cc: New file.
770 * gdb.cp/pr9167.exp: New file.
771
772
6e354e5e
PM
7732010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
774
775 PR pascal/11492.
776 * gdb.pascal/gdb11492.pas: New file.
777 * gdb.pascal/gdb11492.exp: New file.
778
be942545
JB
7792010-04-20 Joel Brobecker <brobecker@adacore.com>
780
1667e6e3 781 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 782
0c3acc09
JB
7832010-04-20 Joel Brobecker <brobecker@adacore.com>
784
785 * gdb.ada/dyn_loc: New testcase.
786
ec31cde5
CM
7872010-04-20 Chris Moller <cmoller@redhat.com>
788
789 PR 10867
790
791 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
792 * gdb.cp/pr10687.cc: New file.
793 * gdb.cp/pr10687.exp: New file.
794
795
ce4b0682
SDJ
7962010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
797 Sergio Durigan Junior <sergiodj@redhat.com>
798
799 * gdb.fortran/logical.exp: New testcase.
800 * gdb.fortran/logical.f90: New file.
801
3436961f
DE
8022010-04-19 Doug Evans <dje@google.com>
803
804 * gdb.base/help.exp (help source): Update expected output.
805
4d836c09
JK
8062010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
807
808 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
809 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
810 gdb_exit and return.
811 (executable): New variable.
812 (binfile): Use it.
813
6149aea9
PA
8142010-04-19 Pedro Alves <pedro@codesourcery.com>
815
816 PR breakpoints/8554.
817
818 * gdb.trace/save-trace.exp: Adjust.
819
ed41462c
L
8202010-04-17 H.J. Lu <hongjiu.lu@intel.com>
821
822 PR corefiles/11511
823 * gdb.arch/system-gcore.exp: New.
824 * gdb.arch/gcore.c: Likewise.
825
3f7b2faa
DE
8262010-04-15 Doug Evans <dje@google.com>
827
fa33c3cd
DE
828 * gdb.python/py-progspace.c: New file.
829 * gdb.python/py-progspace.exp: New file.
830
3f7b2faa
DE
831 * gdb.base/source.exp: Add tests for "source -s".
832
79f283fe
PM
8332010-04-14 Phil Muldoon <pmuldoon@redhat.com>
834
835 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
836 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
837 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
838 * gdb.python/py-mi.exp: New test for to_string returning None.
839
fc8eb08a
PM
8402010-04-12 Phil Muldoon <pmuldoon@redhat.com>
841
842 * gdb.python/py-breakpoint.c: Make result global.
843
26e197f6
JK
8442010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 Fix non-GNU make compatibility.
847 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
848
adc36818
PM
8492010-04-09 Phil Muldoon <pmuldoon@redhat.com>
850
851 * gdb.python/py-breakpoint.exp: New File.
852 * gdb.python/py-breakpoint.C: Ditto.
853
64e17368
SS
8542010-04-08 Stan Shebs <stan@codesourcery.com>
855
856 * gdb.trace/actions.exp: Clear default-collect.
857 * gdb.trace/save-trace.exp: Clear default-collect.
858
fff5cc64
PM
8592010-04-08 Phil Muldoon <pmuldoon@redhat.com>
860
861 * gdb.python/py-value: Add null string variable.
862 (test_lazy_string): Test zero length, NULL address lazy
863 strings.
864
a055a187
L
8652010-04-07 H.J. Lu <hongjiu.lu@intel.com>
866
867 * gdb.arch/i386-avx.c: New.
868 * gdb.arch/i386-avx.exp: Likewise.
869
870 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
871
96e39866
DE
8722010-04-06 Doug Evans <dje@google.com>
873
874 * gdb.base/source-test.gdb: New file.
875 * gdb.base/source.exp: Test source -v.
876
5984a431
UW
8772010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
878
879 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
880
ec8a089a
PM
8812010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
882
883 * gdb.stabs/aout.sed: Convert all backslash to double backslash
884 within one line, unless it is followed by a double quote.
885 * gdb.stabs/hppa.sed: Idem.
886 * gdb.stabs/weird.def: Add char and String constants
887 * gdb.stabs/weird.exp: Check for correct parsing of
888 chhar and string constants.
889 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
890 in .stabs to .stabx substitution.
891
fce3c1f0
SS
8922010-04-05 Stan Shebs <stan@codesourcery.com>
893
894 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
895 constant global.
896 * gdb.trace/tfile.exp: Try to print them.
897
d77f58be
SS
8982010-04-04 Stan Shebs <stan@codesourcery.com>
899
900 * gdb.base/completion.exp: Update for new "info watchpoints".
901 * gdb.base/default.exp: Ditto.
902 * gdb.base/help.exp: Ditto.
903 * gdb.base/watchpoint.exp: Ditto.
904 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
905
af54718e
SS
9062010-04-04 Stan Shebs <stan@codesourcery.com>
907
908 * gdb.trace/tfile.exp: Sharpen tfind test.
909
74d1f91e
JK
9102010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 * gdb.base/break-entry.exp: New.
913
eb8e76db
HZ
9142010-04-02 Hui Zhu <teawater@gmail.com>
915 Michael Snyder <msnyder@vmware.com>
916
917 * gdb.reverse/i386-sse-reverse.exp: New file.
918 * gdb.reverse/i386-sse-reverse.c: New file.
919
bf65cad8
PA
9202010-04-02 Pedro Alves <pedro@codesourcery.com>
921
922 * gdb.trace/tfind.exp: Adjust expected disassembly output.
923
fff87407
SS
9242010-04-01 Stan Shebs <stan@codesourcery.com>
925
926 * gdb.trace/actions.exp: Tweak expected output.
927 * gdb.trace/while-stepping.exp: Tweak expected output.
928
fe01d668
L
9292010-04-01 H.J. Lu <hongjiu.lu@intel.com>
930
931 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
932
86b17b60
PA
9332010-04-01 Pedro Alves <pedro@codesourcery.com>
934
935 * gdb.base/commands.exp: Adjust.
936 * gdb.cp/extern-c.exp: Adjust.
937
2c58c0a9
PA
9382010-04-01 Pedro Alves <pedro@codesourcery.com>
939
940 * gdb.trace/collection.c (local_test_func): Define a local struct,
941 and instanciate it.
942
0db9b91c
PA
9432010-04-01 Pedro Alves <pedro@codesourcery.com>
944
945 * gdb.trace/collection.exp (gdb_collect_args_test)
946 (gdb_collect_argarray_test): XFAIL the tests that assume the
947 argarray argument's elements are collected.
948
8072405b
JK
9492010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
950
951 * gdb.dwarf2/dw2-bad-parameter-type.exp,
952 gdb.dwarf2/dw2-bad-parameter-type.S: New.
953
8bf6485c
SS
9542010-03-31 Stan Shebs <stan@codesourcery.com>
955
956 * gdb.trace/save-trace.exp: Test save/restore of default-collect
957 and tracepoint conditionals.
958 (gdb_verify_tracepoints): Delete unused return.
959
fd7f724a
KS
9602010-03-26 Keith Seitz <keiths@redhat.com>
961
962 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
963 appear in the output before main.
964 Remove KFAIL for gdb/2215 aka bz 9320.
965
8d9e7719
DE
9662010-03-30 Doug Evans <dje@google.com>
967
0906dd0b
DE
968 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
969 by dejagnu.
970 * gdb.arch/amd64-dword.exp: Ditto.
971
8d9e7719
DE
972 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
973 match.
974 (break printf): Ditto.
975
1da644f0
SW
9762010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
977
978 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
979 gcc < 4.4.
980 * gdb.cp/shadow.exp: Ditto.
981
a8121990
PA
9822010-03-29 Pedro Alves <pedro@codesourcery.com>
983
984 * gdb.trace/collection.exp (run_trace_experiment): Make sure
985 "tstart" is silent.
986
6e79d367
PA
9872010-03-29 Pedro Alves <pedro@codesourcery.com>
988
989 * gdb.trace/collection.exp (executable): New.
990 (binfile): Use it.
991 (fpreg, spreg, pcreg): New.
992 (test_register): Use gdb_test_multiple. Pass /x to print.
993 (prepare_for_trace_test): New.
994 (run_trace_experiment): Use "continue", not gdb_run_cmd.
995 (gdb_collect_args_test, gdb_collect_argstruct_test)
996 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
997 prepare_for_trace_test.
998 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
999 fpreg, spreg and pcreg.
1000 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1001 prepare_for_trace_test.
1002 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1003 try to detect tracing support here. Don't set breakpoints at
1004 `begin' or `end' here.
1005 <global scope>: Use clean_restart. Run to main before checking
1006 for tracing support. Check for for tracing support here.
1007
09248348
JK
10082010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1009
1010 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1011 " as $displacement" to "seen displacement message".
1012
d350db38
PA
10132010-03-28 Pedro Alves <pedro@codesourcery.com>
1014
1015 * gdb.trace/while-dyn.exp (executable): New variable.
1016 (binfile): Use it.
1017 (test_while_stepping): New function. Move most tests here. Call
1018 it once for each of the while-stepping, stepping and ws aliases.
1019
907af001
UW
10202010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1021
1022 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1023 that do not provide the tagless_struct type name at all.
1024 (test_print_anon_union): Do not check value of uninitialized
1025 union member. Do not use cp_test_ptype_class, so we can accept
1026 "long" as well as "long int".
1027
610197fd
PA
10282010-03-26 Pedro Alves <pedro@codesourcery.com>
1029
1030 * gdb.trace/tfile.c (tohex, bin2hex): New.
1031 (write_error_trace_file): Hexify error description.
1032
6c28cbf2
SS
10332010-03-25 Stan Shebs <stan@codesourcery.com>
1034
1035 * gdb.trace/tfile.c: Generate an additional trace file, improve
1036 portability.
1037 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1038 files in a better way.
1039
e62b8c7e
KS
10402010-03-25 Keith Seitz <keiths@redhat.com>
1041
1042 * gdb.java/jprint.exp: XFAIL printing of static class members
1043 because of GCC debuginfo problem.
1044
82ccf5a5
JK
10452010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1048
293e2f9e
DJ
10492010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1050
1051 * gdb.base/completion.exp: Allow long instead of long int.
1052 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1053 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1054 variable p.
1055 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1056 * gdb.base/pointers.exp: Allow long instead of long int.
1057 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1058 * gdb.base/step-line.exp: Allow a directory before the source file name.
1059
95a42b64
TT
10602010-03-24 Tom Tromey <tromey@redhat.com>
1061
1062 PR breakpoints/9352:
1063 * gdb.base/default.exp: Update.
1064 * gdb.base/commands.exp: Update.
1065 * gdb.cp/extern-c.exp: Test setting commands on multiple
1066 breakpoints at once.
1067
2390201f
DJ
10682010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1069
1070 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1071 if gdb,nosignals.
1072 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1073 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1074 exited".
1075
8c9a6790
SS
10762010-03-24 Stan Shebs <stan@codesourcery.com>
1077
1078 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1079
a6c727b2
DJ
10802010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1081
1082 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1083 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1084 argument. Handle "short" and "long".
1085 (Top level): Pass overprototyped output for old_fptr and xptr.
1086
4dfd5423
PA
10872010-03-23 Pedro Alves <pedro@codesourcery.com>
1088
1089 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1090 format strings and add casts to avoid compiler warnings.
1091
10922010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1093
1094 * lib/trace-support.exp (gdb_trace_setactions):
1095 Don't expect whitespace after ">" prompt.
1096 * gdb.trace/actions.exp: Adjust for output changes.
1097 * gdb.trace/while-stepping.exp: Likewise.
1098
c847d045
JK
10992010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1102 and r157645).
1103
5f717f1d
JK
11042010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1105
1106 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1107 New.
1108
7d6d51d5
DJ
11092010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1110
1111 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1112 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1113
3b11a015
SS
11142010-03-19 Stan Shebs <stan@codesourcery.com>
1115
1116 * gdb.trace/ax.exp: New file.
1117
d7d158ed
DE
11182010-03-19 Doug Evans <dje@google.com>
1119
6bb85cd1
DE
1120 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1121 output from gcc.
1122
d7d158ed
DE
1123 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1124 named /usr/sbin/prelink<foo>.
1125
4daf5ac0
SS
11262010-03-18 Stan Shebs <stan@codesourcery.com>
1127
1128 * gdb.trace/circ.exp: Test circular-trace-buffer.
1129 * gdb.trace/tfile.exp: Update tstatus test.
1130
e8d05480
JB
11312010-03-18 Joel Brobecker <brobecker@adacore.com>
1132
1133 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1134 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1135
441b986a
UW
11362010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1137
1138 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1139
4247603b
PA
11402010-03-18 Pedro Alves <pedro@codesourcery.com>
1141
1142 * gdb.base/default.exp: Adjust the expected output of the finish
1143 and until commands when the inferior is not being run.
1144
13387711
SW
11452010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1146
1147 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1148 * gdb.cp/nsusing.exp: Ditto.
1149
6e31430b
TT
11502010-03-15 Tom Tromey <tromey@redhat.com>
1151
1152 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1153 * gdb.cp/userdef.cc (operator==): New function.
1154 (main): New locals mem1, mem2.
1155
e2d69cb5
JZ
11562010-03-15 Jie Zhang <jie@codesourcery.com>
1157
1158 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1159 Declare and use new loadtimeout variable.
1160
f572f0a9
DJ
11612010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1162
1163 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1164 Use gdb_load later.
1165
51f4c0b0
PA
11662010-03-14 Pedro Alves <pedro@codesourcery.com>
1167
1168 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1169 literal. Add missing endlines to prints to stderr.
1170
1c809c68
TT
11712010-03-12 Tom Tromey <tromey@redhat.com>
1172
1173 PR c++/9708:
1174 * gdb.cp/m-static.exp: Add regression test.
1175 * gdb.cp/m-static.cc (method): New method.
1176 (main): Call it.
1177
00ae8fef
SW
11782010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1179
1180 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1181 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1182
759f0f0b
PA
11832010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1184
21e24d21
PA
1185 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1186
11872010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1188
759f0f0b
PA
1189 * lib/gdb.exp (skip_stl_tests): New.
1190 (gdb_compile): Symbian needs -ldl.
1191 (shlib_target_file): New.
1192 (shlib_symbol_file): New.
1193 (gdb_load_shlibs): Use shlib_target_file.
1194 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1195 * gdb.cp/exception.exp: Use skip_stl_tests.
1196 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1197 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1198 * gdb.cp/mb-templates.exp: Ditto.
1199 * gdb.base/commands.exp: Relax regexes.
1200 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1201 shlib_target_file and shlib_symbol_file.
1202 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1203 sections.
1204 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1205 * gdb.base/solib-disc.exp: Use
1206 shlib_target_file and shlib_symbol_file.
1207 * gdb.base/unload.exp: Don't skip on symbian. Use
1208 shlib_target_file and shlib_symbol_file.
1209 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1210
6a8f2671
PA
12112010-03-12 Pedro Alves <pedro@codesourcery.com>
1212
1213 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1214 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1215 Issue a tfind end before looking for a tracepoint frame.
1216 * gdb.trace/tfind.exp: Adjust tstatus output.
1217 Adjust disassembly output.
1218 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1219
ccf26247
JK
12202010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1221
1222 * gdb.base/break-interp.exp: Create new displacement parameter value
1223 for the test_ld calls.
1224 (reach): New parameter displacement, verify its content. New push of
1225 pf_prefix "reach-$func:". Import global expect_out.
1226 (test_core): New parameter displacement, verify its content. New push
1227 of pf_prefix "core:". New command "set verbose on". Import global
1228 expect_out.
1229 (test_attach): New parameter displacement, verify its content. New
1230 push of pf_prefix "attach:". New command "set verbose on". Import
1231 global expect_out.
1232 (test_ld): New parameter displacement, pass it to the reach, test_core
1233 and test_attach calls and verify its content in the "ld.so exit" test.
1234 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1235 (prelink): Update expected text, use gdb_test.
1236
e469c7fb
DE
12372010-03-10 Doug Evans <dje@google.com>
1238
1239 * gdb.base/checkpoint.exp: Fix comment.
1240 Lengthen timeout while doing >600 checkpoints test.
1241 Rename duplicate "kill all one" test to keep test names unique.
1242
60e1c644
PA
12432010-03-10 Pedro Alves <pedro@codesourcery.com>
1244
1245 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1246
cec808ec
KS
12472010-03-08 Keith Seitz <keiths@redhat.com>
1248
1249 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1250 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1251 (dm_type_long): New function.
1252 (dm_type_unsigned_short): New function.
1253 (dm_type_unsigned_long): New function.
1254 (myint): New typedef.
1255 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1256 long, unsigned shor and long, operator char*, and typedef.
1257 (test_lookup_operator_functions): Add operator char* test.
1258 (test_paddr_operator_functions): Likewise.
1259 (test_paddr_overloaded_functions): Use probe values for
1260 short, long, and unsigned short and long.
1261 (test_paddr_hairy_functions): If the demangler probe detected
1262 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1263 demangler.
1264 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1265 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1266 and "print null_pmf".
1267 Add test "ptype a.*pmf".
1268 * gdb.cp/overload.exp: Allow optional "int" to appear with
1269 "short" and "long".
1270 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1271 long expect value for men_overload1arg.
1272 Allow "int" to appear with "short" and "long".
1273 When testing "info break", add argument for main (void).
1274 Also allow "int" to appear with "short" and "long".
1275 Ditto with "unsigned" and "long long".
1276 * gdb.java/jmain.exp: Do not enclose methods names in single
1277 quotes.
1278 * gdb.java/jmisc.exp: Likewise.
1279 * gdb.java/jprint.exp: Likewise.
1280 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1281
1282 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1283 * gdb.cp/exception.exp (backtrace after first throw)
1284 (backtrace after second throw): Allow a namespace before __cxa_throw.
1285 (backtrace after first catch, backtrace after second catch): Allow
1286 a namespace before __cxa_begin_catch.
1287
1288 * gdb.cp/cpexprs.exp: New file.
1289 * gdb.cp/cpexprs.cc: New file.
1290
1291 From Daniel Jacobowitz <dan@codesourcery.com>
1292 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1293 to use string_to_regexp.
1294 (ctor, dtor): New functions. Use them to match constructor
1295 and destructor function types.
1296 (Top level): Use runto_main.
1297
f870a310
TT
12982010-03-05 Tom Tromey <tromey@redhat.com>
1299
1300 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1301 gdb.target_charset.
1302 (pp_ns.to_string): Likewise.
1303
0c199f28
KS
13042010-03-04 Keith Seitz <keiths@redhat.com>
1305
1306 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1307 can be quoted. Test that both the filename and function/line
1308 portions can be quoted at the same time.
1309
c7437ca6
PA
13102010-03-04 Pedro Alves <pedro@codesourcery.com>
1311
1312 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1313
b111b805
DE
13142010-03-03 Doug Evans <dje@google.com>
1315
24486cb7
DE
1316 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1317 libc contains libpthread.
1318
b111b805
DE
1319 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1320 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1321 of gdb_compile. Add another pattern to match android backtrace.
1322
a0e0ef55
TT
13232010-03-03 Tom Tromey <tromey@redhat.com>
1324
1325 PR gdb/11345:
1326 * gdb.base/printcmds.exp (test_printf): Add test.
1327
1ba53b71
L
13282010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1329
1330 * gdb.arch/amd64-byte.exp: New.
1331 * gdb.arch/amd64-dword.exp: Likewise.
1332 * gdb.arch/amd64-pseudo.c: Likewise.
1333 * gdb.arch/amd64-word.exp: Likewise.
1334 * gdb.arch/i386-byte.exp: Likewise.
1335 * gdb.arch/i386-pseudo.c: Likewise.
1336 * gdb.arch/i386-word.exp: Likewise.
1337
f5dff777
DJ
13382010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1339
1340 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1341 types. Add structreg, bitfields, and flags registers.
1342 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1343 registers.
1344
90884b2b
L
13452010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1346
1347 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1348 (load_description): Set architecture if defined.
1349
dc00d89f
PM
13502010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1351
1352 * gdb.python/py-frame.exp: Add read_var block tests.
1353 * gdb.python/py-frame.c (block): New function.
1354
0e095b7e
JK
13552010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1356 Daniel Jacobowitz <dan@codesourcery.com>
1357
1358 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1359
624f1a65
DM
13602010-02-25 David S. Miller <davem@davemloft.net>
1361
1362 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1363 fix logic for setting all_syscalls_numbers.
1364
f3e9a817
PM
13652010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1366
1367 * Makefile.in: Add py-block and py-symbol.
1368 * gdb.python/py-symbol.exp: New File.
1369 * gdb.python/py-symtab.exp: New File.
1370 * gdb.python/py-block.exp: New File.
1371 * gdb.python/py-symbol.c: New File.
1372 * gdb.python/py-block.c: New File.
1373
f6bbabf0
PM
13742010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1375
1376 PR python/11314
1377 * lib/gdb.exp (skip_python_tests): New function.
1378 * gdb.python/py-cmd.exp: Use skip_python_tests.
1379 * gdb.python/py-frame.exp: Likewise.
1380 * gdb.python/py-function.exp: Likewise.
1381 * gdb.python/py-prettyprint.exp: Likewise.
1382 * gdb.python/py-template.exp: Likewise.
1383 * gdb.python/py-type.exp: Likewise.
1384 * gdb.python/py-value.exp: Likewise.
1385
85d721b8
PA
13862010-02-22 Pedro Alves <pedro@codesourcery.com>
1387
1388 PR9605
1389
1390 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1391
48e32051
TT
13922010-02-19 Tom Tromey <tromey@redhat.com>
1393
1394 PR c++/8693, PR c++/9496:
1395 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1396 regression tests.
1397
ac9c0048
JK
13982010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1399
1400 Fix compatibility with m68k as.
1401 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1402 Use only /* comments */.
1403
57bb97a4
UW
14042010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1405
1406 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1407 * configure: Regenerate.
1408
7d1bf85c
DJ
14092010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1410
1411 * gdb.python/py-type.exp: Check for Python support.
1412
061b5285
PA
14132010-02-17 Pedro Alves <pedro@codesourcery.com>
1414
1415 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1416 `regsub' syntax available.
1417
f8a8bc2c
PA
14182010-02-17 Pedro Alves <pedro@codesourcery.com>
1419
1420 * gdb.base/shmain.c (main): Remove printf call.
1421 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1422 * gdb.base/unload.c (main): Make format of fprintf a string
1423 literal. Add missing endlines to prints to stderr.
1424 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1425
6f451e5e
TT
14262010-02-17 Tom Tromey <tromey@redhat.com>
1427
1428 * gdb.java/jprint.java (jprint.props): New field.
1429 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1430
12d79008
PA
14312010-02-17 Pedro Alves <pedro@codesourcery.com>
1432
ef801a0e 1433 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
1434 available.
1435
d252f7e5
DJ
14362010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1437
1438 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1439 creation to support remote host testing.
1440
67bdab6c
DJ
14412010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1442
1443 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1444 Recognize "command not found".
1445
bb391223
DJ
14462010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1447
1448 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1449 single-stepping.
1450
70362913
DJ
14512010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1452
1453 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1454 if arguments are not supported.
1455
493f3c00
DJ
14562010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1457
1458 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1459 be const or non-const.
1460
8034c749
DJ
14612010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1462
1463 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1464 mi_send_resuming_command to send -exec-continue.
1465
791dfb64
DJ
14662010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1467
1468 * gdb.base/list.exp (test_list_filename_and_function): Add test
1469 with single quotes.
1470 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1471 matching.
1472 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1473 Add KFAIL'd tests for PR gdb/11289.
1474
7c5fe868
DJ
14752010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1476
1477 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1478
fdc498b8
DJ
14792010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1480
1481 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1482 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1483 a temporary directory.
1484
b519e2a6
DJ
14852010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1486
1487 * gdb.base/charset.exp: Use a single regular expression to match
1488 show host-charset and show target-charset output.
1489
74164c56
JK
14902010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1493 "Illegal process-id" expect string more exact.
1494 (attach to digits-starting nonsense is prohibited): New.
1495
701ed6dc
JK
14962010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1497
1498 * gdb.base/prelink.exp (set verbose on): New.
1499
fa19b4e5
MS
15002010-02-12 Tomas Holmberg <th@virtutech.com>
1501
1502 * mi-reverse.exp: New file. Test for reverse option to the
1503 following MI commands: exec-continue, exec-finish, exec-next,
1504 exec-step, exec-next-instruction, exec-step-instruction.
1505
dadf0e9c
JB
15062010-02-09 Joel Brobecker <brobecker@adacore.com>
1507
1508 * gdb.ada/ptype_tagged_param: New testcase.
1509
714f19d5
TT
15102010-02-08 Tom Tromey <tromey@redhat.com>
1511
1512 PR c++/8017:
1513 * gdb.cp/overload.exp: Add tests.
1514 * gdb.cp/overload.cc (struct K): New.
1515 (namespace N): New.
1516 (main): Call new functions.
1517 (K::staticoverload): Define.
1518
83b10087
CM
1519Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1520
1521 PR gdb/10728
1522 * gdb.cp/pr10728-x.h: New file.
1523 * gdb.cp/pr10728-x.cc: New file.
1524 * gdb.cp/pr10728-y.cc: New file.
1525 * gdb.cp/pr10728.exp: New file.
1526 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1527
99903ae3
CM
1528Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1529
1530 PR gdb/9067
1531 * gdb.cp/pr9067.exp: New
1532 * gdb.cp/pr9067.cc: New
1533 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1534
7b356089
JB
15352010-02-08 Joel Brobecker <brobecker@adacore.com>
1536
1537 * lib/gdb.exp (gdb_test_timeout): New global variable.
1538 Set it to timeout if not already set.
1539 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1540
1be00882
DE
15412010-02-05 Doug Evans <dje@google.com>
1542
1543 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1544 user.
1545
82856980
SW
15462010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1547
1548 PR c++/7935:
1549 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1550
1a334831
TT
15512010-02-04 Tom Tromey <tromey@redhat.com>
1552
1553 * gdb.cp/virtbase.exp: Make test case names unique.
1554
9c3c02fd
TT
15552010-02-02 Tom Tromey <tromey@redhat.com>
1556
1557 * gdb.cp/virtbase.exp: Add regression tests.
1558 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1559 (main): Instantiate RHC.
1560
0cc2414c
TT
15612010-02-02 Tom Tromey <tromey@redhat.com>
1562
1563 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1564 type-printing change.
1565
edf3d5f3
TT
15662010-02-02 Tom Tromey <tromey@redhat.com>
1567
1568 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1569 * gdb.cp/virtbase.cc: New file.
1570 * gdb.cp/virtbase.exp: New file.
1571 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1572
e4b7f41c
JK
15732010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1574
1575 PR libc/11214:
1576 * gdb.threads/current-lwp-dead.c: Include features.h.
1577 (HAS_NOMMU): New.
1578 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1579
b381ea14
JK
15802010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1581
1582 * gdb.base/symbol-without-target_section.exp,
1583 gdb.base/symbol-without-target_section.c: New.
1584
c593ac0e
DJ
15852010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1586
1587 * gdb.base/bigcore.exp: Reset increased timeout.
1588 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
1589
db25f29d
DJ
15902010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1591
1592 * gdb.base/gcore.exp (capture_command_output): Use
1593 gdb_test_multiple.
1594
f9d67f43
DJ
15952010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1596
1597 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
1598 * gdb.arch/thumb2-it.exp (test_it_break): New function.
1599 (Top level): Call it.
1600
177321bd
DJ
16012010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1602
1603 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
1604
97f2ed50
DJ
16052010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1606
1607 * gdb.base/call-strs.exp, gdb.base/default.exp,
1608 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
1609 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
1610 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
1611 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
1612 gdb.base/watchpoint-solib.exp: Save and restore timeout.
1613 * gdb.base/ending-run.exp: Correct restore of timeout.
1614 * gdb.base/page.exp: Remove unnecessary timeout setting.
1615
e4e2711a
JB
16162010-01-29 Joel Brobecker <brobecker@adacore.com>
1617
1618 * gdb.ada/rec_return: New testcase.
1619
ba581dc1
JB
16202010-01-29 Joel Brobecker <brobecker@adacore.com>
1621
1622 * gdb.ada/call_pn: New testcase.
1623
4ea95be9
DJ
16242010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1625
1626 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
1627 (Top level): Use it to resume.
1628 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
1629 the Thumb mode displaced stepping error as unsupported.
1630
df83a9bf
SW
16312010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
1632
1633 * gdb.cp/nsusing.exp: Added more tests.
1634 * gdb.cp/nsrecurs.exp: Ditto.
1635 * gdb.cp/nsusing.cc: Added test functions.
1636 * gdb.cp/nsrecurs.cc: Ditto.
1637
40b27cdc
JK
16382010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
1641 absolute directory pathnames in gdb.sum file.
1642
de958931
SW
16432010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
1644
1645 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
1646 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
1647
708ead4e
TT
16482010-01-26 Tom Tromey <tromey@redhat.com>
1649
1650 PR exp/7643:
1651 * gdb.base/printcmds.exp (test_print_string_constants): Remove
1652 setup_kfail.
1653
b14e635e
SW
16542010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
1655
1656 * gdb.cp/nsrecurs.exp: New test.
1657 * gdb.cp/nsrecurs.cc: New test program.
1658 * gdb.cp/nsstress.exp: New test.
1659 * gdb.cp/nsstress.cc: New test program.
1660 * gdb.cp/nsdecl.exp: New test.
1661 * gdb.cp/nsdecl.cc: New test program.
1662
8540c487
SW
16632010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
1664
1665 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
1666 imported into file scope.
1667 Marked test as xfail.
1668 * gdb.cp/namespace-using.cc (marker5): New function.
1669 * gdb.cp/shadow.exp: New test.
1670 * gdb.cp/shadow.cc: New test program.
1671 * gdb.cp/nsimport.exp: New test.
1672 * gdb.cp/nsimport.cc: New test program.
1673
421d5d99
TT
16742010-01-25 Tom Tromey <tromey@redhat.com>
1675
1676 PR gdb/11049:
1677 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
1678 with "set print null-stop on".
1679
691f8dc1
JK
16802010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
1683 Adjust it for DISASSEMBLY_OMIT_FNAME.
1684
0b92b5bb
TT
16852010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1686
1687 PR symtab/11199:
1688 * gdb.dwarf2/member-ptr-forwardref.exp,
1689 gdb.dwarf2/member-ptr-forwardref.S: New.
1690
23787403
JK
16912010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1692
1693 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
1694 (thread1_func): Protect thread1_tid with thread1_tid_cond by
1695 thread1_tid_mutex. Remove gdbstop_mutex handling.
1696 (thread2_func): Protect thread2_tid with thread2_tid_cond by
1697 thread2_tid_mutex. Remove gdbstop_mutex handling.
1698 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
1699 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
1700 pthread_cond_wait conditionalizations by while loops.
1701
b966cb8a
TT
17022010-01-20 Tom Tromey <tromey@redhat.com>
1703
1704 PR backtrace/10770:
1705 * gdb.dwarf2/pr10770.exp: New file.
1706 * gdb.dwarf2/pr10770.c: New file.
1707 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
1708
fcae584b
VP
17092010-01-20 Vladimir Prus <vladimir@codesourcery.com>
1710
1711 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
1712 that target was removed, and the test always runs native anyway.
1713
a0f49112
JK
17142010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1715
1716 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
1717 gdb.base/watchpoint-cond-gone-stripped.c: New.
1718
ceeb3d5a
TT
17192010-01-19 Tom Tromey <tromey@redhat.com>
1720
1721 PR c++/8000:
1722 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
1723 existing tests.
1724 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
1725 (main): Use AAA::SomeEnum.
1726
dd322c54
JK
17272010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1728
1729 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
1730 (test_ignore_count): Declare line_callme_body global.
1731 (run to breakpoint with ignore count): Use line_callme_body.
1732 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
1733 (set line_main_hello, set line_main_return): Reindent.
1734 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
1735 New.
1736 (continue to callee4): Use line_callee4_body.
1737 (check *stopped from CLI command): Use line_callee4_next.
1738 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
1739 (set line_main_hello, set line_main_return): Reindent.
1740 (set line_callee4_head, set line_callee4_body): New.
1741 (continue to callee4): Use line_callee4_body.
1742
4e8f195d
TT
17432010-01-18 Tom Tromey <tromey@redhat.com>
1744
1745 PR c++/9680:
1746 * gdb.cp/casts.cc: Add new classes and variables.
1747 * gdb.cp/casts.exp: Test new operators.
1748
9e14a9ba
JB
17492010-01-18 Tom Tromey <tromey@redhat.com>
1750 Thiago Jung Bauermann <bauerman@br.ibm.com>
1751
1752 * gdb.python/source2.py: New file.
1753 * gdb.python/source1: New file.
1754 * gdb.python/python.exp: Test "source" command.
1755
00bf0b85
SS
17562010-01-15 Stan Shebs <stan@codesourcery.com>
1757
1758 * gdb.trace/tfile.c: New file.
1759 * gdb.trace/tfile.exp: New file.
1760
55235ad7
JK
17612010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1762
1763 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
1764
9f2982ff
JK
17652010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1766
1767 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
1768
bbfba9ed
JK
17692010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1770
1771 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
1772 (libfunc): New parameter action. Implement also selectable "sleep".
1773 * gdb.base/break-interp-main.c: Include assert.h.
1774 (libfunc): New parameter action.
1775 (main): New parameters argc and argv. Assert argc. Pass argv.
1776 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
1777 (test_attach): New proc.
1778 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
1779 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
1780
61f0d762
JK
17812010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 * gdb.base/break-interp.exp (test_core): New proc.
1784 (test_ld): Call it.
1785
06a6f270
JK
17862010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1787
1788 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
1789 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
1790 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
1791 and gdb_compile_shlib. Use new -Wl compiler options.
1792 (dl bt, main bt): New tests.
1793
51bee8e9
JK
17942010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1795
1796 Support PIEs with no symfile_objfile.
1797 * gdb.base/break-interp.exp: New argument at the test_ld calls.
1798 (test_ld): New parameter trynosym.
1799 (test_ld <$trynosym>): New block.
1800
b8040f19
JK
18012010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1802
1803 * gdb.base/break-interp.exp: New file.
1804
be759fcf
PM
18052010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1806
1807 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
1808 * gdb.python/py-prettyprint.py (pp_ls): New printer.
1809 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
1810 test.
1811 * gdb.python/py-prettyprint.c: Define lazystring test structure.
1812 * gdb.python/py-mi.exp: Add lazy string test.
1813
dc146f7c
VP
18142010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1815
1816 * lib/mi-support.exp (mi_check_thread_states): Handle
1817 core number in thread listing.
1818
b4ba55a1
JB
18192010-01-12 Joel Brobecker <brobecker@adacore.com>
1820
1821 * gdb.base/maint.exp: Adjust the expected output for the
1822 "maint print type" test. Use gdb_test_multiple instead of
1823 gdb_sent/gdb_expect.
1824
08e24bd4
DE
18252010-01-11 Doug Evans <dje@google.com>
1826
6496a609
DE
1827 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
1828 from gdbserver_download. All callers updated.
1829
08e24bd4
DE
1830 * gdb.server/ext-run.exp: "info os processes" requires xml support.
1831
b5cfddf5
JK
18322010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1833
1834 Implement binary numbers parsing.
1835 * gdb.base/printcmds.exp (test_integer_literals_accepted)
1836 (test_integer_literals_rejected): New binary tests.
1837
3725885a
RW
18382010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1839
1840 * gdb.cell/configure: Regenerate.
1841
37aeb5df
JK
18422010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 * gdb.base/corefile.exp: Move the core finding block out and call it as
1845 core_find, new variable $corefile, replace corefile by $corefile and
1846 [file tail $corefile] for usage vs. test names resp.
1847 * lib/gdb.exp (core_find): Move it as a new function here. New
1848 parameter binfile and deletefiles. New variable $destcore. Pre-delete
1849 $destcore. Return "" on error.
1850
d521f563
JK
18512010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1852
1853 Workaround PR binutils/10802.
1854 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
1855 (twice).
1856
28f24826
DJ
18572010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1858
1859 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
1860
2de75e71
JB
18612010-01-08 Joel Brobecker <brobecker@adacore.com>
1862
1863 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
1864 call, to avoid interruption.
1865
fe00719b 18662010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
1867
1868 * gdb.stabs/weird.def (args93): New.
1869
d0ef5df8
DE
18702010-01-07 Doug Evans <dje@google.com>
1871
1872 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
1873
3a08d52f
TT
18742010-01-07 Tom Tromey <tromey@redhat.com>
1875
1876 * gdb.base/source.exp: Use correct line number.
1877
7a697b8d
SS
18782010-01-05 Stan Shebs <stan@codesourcery.com>
1879
1880 * gdb.trace/tracecmd.exp: Test ftrace.
1881
7803799a
UW
18822010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1883
1884 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
1885
c54eabfa
JK
18862010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
1889 "uint_for_mi_testing".
1890
02e7ef19
JB
18912010-01-01 Joel Brobecker <brobecker@adacore.com>
1892
1893 Test indented comment in file being sourced.
1894 * gdb.base/commands.exp: Test indented comment in file being sourced.
1895
abd775ce
JB
18962010-01-01 Joel Brobecker <brobecker@adacore.com>
1897
1898 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
1899 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
1900 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
1901 notice.
1902
79b55b82
JB
19032010-01-01 Joel Brobecker <brobecker@adacore.com>
1904
1905 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
1906 notice.
1907
8997583e
JK
19082010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1909
1910 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
1911 missing $after_stopped and comma (,) expectation.
1912
6da95a67
SS
19132009-12-31 Stan Shebs <stan@codesourcery.com>
1914
1915 * gdb.trace/actions.exp: Test teval action.
1916
218d2fc6
TJB
19172009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1918
1919 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
1920 (top level): Call test_watchpoint_in_big_blob.
1921 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
1922 watchpoints.
1923 (func3): Write to buf.
1924
236f1d4d
SS
19252009-12-29 Stan Shebs <stan@codesourcery.com>
1926
1927 * gdb.trace/actions.exp: Test default-collect.
1928
f61e138d
SS
19292009-12-28 Stan Shebs <stan@codesourcery.com>
1930
1931 * gdb.trace/tsv.exp: New file.
1932 * gdb.base/completion.exp: Update ambiguous info output.
1933
0219b378
DJ
19342009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1935
1936 * gdb.base/find.c (main): Reference search buffers.
1937 * gdb.base/included.c (main): Reference integer.
1938 * gdb.base/ptype.c (charfoo): Declare.
1939 (intfoo): Call charfoo.
1940 * gdb.base/scope0.c (useitp): New function.
1941 (usestatics): Use useitp.
1942 (useit): Add a type for val.
1943 * gdb.base/scope1.c (useit1): Take a pointer argument.
1944 (usestatics1): Update calls to useit1.
1945 * gdb.cp/call-c.cc: Declare foo.
1946 (main): Call foo.
1947 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
1948 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
1949 (main): Call C::ensureRefs and ensureOtherRefs.
1950 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
1951 variables.
1952 (ensureOtherRefs): New function.
1953 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
1954 * gdb.cp/templates.cc (main): Call t5i.value.
1955
3f78692f
JK
19562009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1957
1958 Fix compatibility with G++-4.5.
1959 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
1960 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
1961 (uncaught return): Remove.
1962
429374b8
JK
19632009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1964 Phil Muldoon <pmuldoon@redhat.com>
1965
1966 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
1967 (bp_location13, bp_location14, bp_location17, bp_location18)
1968 (marker3_proto, marker4_proto): New variables.
1969 (breakpoint info): Update output.
1970 (run until breakpoint at marker3, run until breakpoint at marker4): New
1971 tests.
1972
859825b8
JK
19732009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1974
1975 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
1976 Replace the printf call of Y by provided "y-set-1" label. New block
1977 for the second shared library.
1978 * gdb.base/unload.exp: Compile also the second library, call
1979 gdb_load_shlibs also for it. Use now gdb_breakpoint.
1980 (single pending breakpoint info): Rename to ...
1981 (pending breakpoint info before run): ... this extended test.
1982 (libfile2, libname2, libsrcfile2, libsrc2)
1983 (lib_sl2): New variables.
1984 (exec_opts): Set also SHLIB_NAME2.
1985 (pending breakpoint info on first run at shrfunc1)
1986 (pending breakpoint info on second run at shrfunc1)
1987 (pending breakpoint info on second run at shrfunc2)
1988 (print y from libfile, print y from libfile2): New tests.
1989 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
1990 * gdb.base/unloadshr2.c: New.
1991
e6a386cd
HZ
19922009-12-22 Hui Zhu <teawater@gmail.com>
1993
1994 * gdb.reverse/sigall-reverse.exp: Adjust.
1995
9e19b45e
VP
19962009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1997
1998 PR gdb/10884
1999
2000 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2001 (main): Call do_bitfield_tests.
aacf5b1e 2002 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2003
d53a7b30
JB
20042009-12-20 Joel Brobecker <brobecker@adacore.com>
2005
2006 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2007 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2008 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2009 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2010 gdb.modula2/unbounded1.c: Update copyright header.
2011
191ca0a1
CM
20122009-12-10 Chris Moller <moller@mollerware.com>
2013
2014 PR gdb/9399
2015 * gdb.cp/virtfunc2.exp: New tests
2016 * gdb.cp/virtfunc2.cc: New tests
2017 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2018
0fa6cf1b
MS
20192009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2020
2021 * gdb.reverse/i387-env-reverse.c: New file.
2022 * gdb.reverse/i387-env-reverse.exp: New file.
2023 * gdb.reverse/i387-stack-reverse.c: New file.
2024 * gdb.reverse/i387-stack-reverse.exp: New file.
2025
361ae042
PM
20262009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2027
2028 * gdb.python/py-type.exp (test_range): New test.
2029
bfd31e71
PM
20302009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2031
2032 PR python/10805
2033
2034 * gdb.python/py-type.exp: New file.
2035 * gdb.python/py-type.c: New file.
2036 * Makefile.in: Add py-type.
2037
57a1d736
TT
20382009-12-03 Tom Tromey <tromey@redhat.com>
2039
2040 * gdb.python/py-value.exp (test_parse_and_eval): New
2041 function.
2042
1f3b5d1b
PP
20432009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2044
2045 PR gdb/11022
2046
2047 * gdb.base/pr11022.exp: New test.
2048 * gdb.base/pr11022.c: New test.
2049
8b7dbdc9
JK
20502009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2051
2052 Fix spurious false FAILs.
2053 * gdb.base/structs.c (chartest): New.
2054 (main): Fill-in chartest.
2055 * gdb.base/structs.exp (anychar_re, first): New.
2056 (start_structs_test): Import global anychar_re and first.
2057 New gdb_test call "set print elements 300; ${testfile}"
2058 (start_structs_test <$first>): New block.
2059 (any): Import global anychar_re. New variable ac. Use ${ac}.
2060
6a53b2ec
JK
20612009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2064
d7167b4c
JK
20652009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2066
2067 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2068 Force $srcfile file.
2069 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2070
b1798462
UW
20712009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2072
2073 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2074 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2075 * gdb.threads/watchthreads-reorder.exp: Likewise.
2076
b6199126
DJ
20772009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2078
2079 PR gdb/8704
2080
2081 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2082 "if", and "thread". Correct matching in the previous test.
2083
b22a0510
DJ
20842009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2085
2086 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2087
930636d2
MS
20882009-11-23 Michael Snyder <msnyder@vmware.com>
2089
2090 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2091 * gdb.reverse-watch-precsave.exp: Ditto.
2092
21a0512e
PP
20932009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2094
2095 * gdb.asm/asm-source.exp: Adjust.
2096 * gdb.base/help.exp: Adjust.
2097
fc30d5e0
PA
20982009-11-22 Pedro Alves <pedro@codesourcery.com>
2099
2100 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2101 (do_syscall_tests_without_xml): Set data-directory to
2102 /the/path/to/nowhere.
2103
f6bc2008
PA
21042009-11-21 Pedro Alves <pedro@codesourcery.com>
2105
2106 * gdb.threads/local-watch-wrong-thread.c,
2107 gdb.threads/local-watch-wrong-thread.exp: New files.
2108
8c2fb5de
PA
21092009-11-21 Pedro Alves <pedro@codesourcery.com>
2110
2111 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2112 assume new `regsub' syntax available.
2113
ebec9a0f
PA
21142009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
a79d3c27
JK
2116 * gdb.base/watchpoint-hw-hit-once.exp,
2117 gdb.base/watchpoint-hw-hit-once.c: New.
2118
21192009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * gdb.threads/watchthreads-reorder.exp,
2122 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2123
276a961b
MK
21242009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2125
2126 * gdb.xml/tdesc-regs.exp: Use for m68k.
2127
4867c1fb
PA
21282009-11-15 Pedro Alves <pedro@codesourcery.com>
2129
2130 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2131
f6838f81
DJ
21322009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2133
2134 * lib/gdb.exp (current_target_name): New procedure.
2135 (gdb_wrapper_target): New variable.
2136 (gdb_wrapper_init): Set gdb_wrapper_target.
2137 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2138 wrapper.
2139
4ac4dd3f
DJ
21402009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2141
2142 * gdb.base/remote.exp: Delete the slowest load test.
2143 Do not load with fixed packet sizes.
2144
a7881759
DJ
21452009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2146
2147 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2148
97a5b505
DJ
21492009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2150
2151 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2152 srcfile when setting a breakpoint.
2153
d3e1fc54
DJ
21542009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2155
2156 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2157 macros.
2158
7cbcbded
DJ
21592009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2160
2161 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2162 to be in memory.
2163 * gdb.base/display.c (force_mem): New.
2164 (do_loops): Use it. Add breakpoint comments.
2165 (do_vars): Add a breakpoint comment.
2166 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2167 line numbers.
2168
bdea3a92
NF
21692009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2170
2171 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2172 instead of a bare "run".
2173
269f82e5
PP
21742009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2175
2176 * gdb.python/py-prettyprint.exp: Adjust.
2177
a69b7d9d
DJ
21782009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2179
2180 * lib/cell.exp (skip_cell_tests): Clean up test files before
2181 returning.
2182
b598bfda
DJ
21832009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2184
2185 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2186 and the breakpoint menu. Do not call perror if a prompt is seen.
2187 Consume the following GDB prompt.
2188 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2189 * gdb.cp/namespace.exp: Use gdb_test.
2190 * gdb.cp/templates.exp: Use gdb_test.
2191 (test_template_breakpoints): Use gdb_test_multiple.
2192
87728fa0
DJ
21932009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2194
2195 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2196 (marker4): Reference values.
2197
b67c692f
DJ
21982009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2199
2200 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2201 is missing.
2202
f0df251a
DJ
22032009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2204
2205 * gdb.base/break.c (need_malloc): New.
2206 * gdb.base/constvars.c (main): Reference crass and crisp.
2207 * gdb.base/gdb1821.c (main): Reference bar.
2208 * gdb.cp/gdb1355.cc (main): Reference s1.
2209 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2210 (main): Call them.
2211 * gdb.cp/hang2.cc (dummy2): Define.
2212 * gdb.cp/hang3.cc (dummy3): Define.
2213 * gdb.cp/m-data.cc (main): Reference shadow.
2214
bdf7534a
NF
22152009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2216 Nathan Froyd <froydnj@codesourcery.com>
2217
2218 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2219 remote host.
2220
f24fce77
NF
22212009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2222
2223 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2224 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2225 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2226 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2227 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2228 * gdb.dwarf2/dw2-producer.exp: Likewise.
2229 * gdb.dwarf2/mac-fileno.exp: Likewise.
2230 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2231 py-prettyprint.py to the remote host.
2232 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2233
40f0318e
KS
22342009-11-11 Keith Seitz <keiths@redhat.com>
2235
2236 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2237 use it instead of "Foo".
2238 * gdb.cp/classes.exp (do_tests): Add a test to access
2239 a method through a typedef'd class name.
2240
f3d9f7fb
NF
22412009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2242
2243 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2244 exponents.
2245 * gdb.base/pointers.exp: Likewise.
2246 * gdb.cp/ref-types.exp: Likewise.
2247
a4216f37
KS
22482009-11-11 Keith Seitz <keiths@redhat.com>
2249
2250 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2251 new[] and delete[].
2252 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2253 "void".
2254 (probe_demangler): Remove all single-quoting of
2255 method and variable names.
2256 (info_func_regexp): Remove the word "void" from any
2257 occurrence of "(void)".
2258 (print_addr_2): Remove all single-quoting of
2259 method names.
2260 (print_addr_2_kfail): Likewise.
2261 (print_addr): Single-quote C function names before
2262 passing to print_addr_2.
2263 (test_paddr_operator_functions): Remove single-quoting
2264 for method names.
2265 Add tests for operator new[] and operator delete[].
2266
9b14d7aa
JK
22672009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2270
85feb311
KS
22712009-11-09 Keith Seitz <keiths@redhat.com>
2272
2273 * gdb.cp/overload.exp: Add tests for resolving overloaded
2274 methods in expression parsing/evaluation.
2275
fa335448
DJ
22762009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2277
2278 * lib/gdb.exp (default_gdb_version): Use --version instead of
2279 --command.
2280
ec3c07fc
NS
22812009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2282
2283 * lib/gdb.exp (gdb_compile_test): New.
2284 (skip_ada_tests, skip_java_tests): New.
2285 (gdb_compile): Use gdb_compile_test for f77.
2286 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2287 * lib/java.exp (compile_java_from_source): Remove runtests check,
2288 use gdb_compile_test to record result.
2289 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2290 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2291 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2292 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2293 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2294 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2295 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2296 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2297 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2298 adjust gdb_compile invocations.
2299
b8b4e42b
JK
23002009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * Makefile.in (abs_builddir): New.
2303 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2304 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2305 `$(abs_builddir)/site.exp'.
2306
f8b7eaf3
DJ
23072009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2308
2309 * config/m68k-emc.exp, lib/emc-support.exp,
2310 gdb.trace/gdb_c_test.c: Delete.
2311 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2312 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2313 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2314 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2315 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2316 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2317 casing for m68k-*-elf.
2318
c4187697
NS
23192009-11-03 Pedro Alves <pedro@codesourcery.com>
2320
2321 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2322 * gdb.arch/i386-prologue.exp: Likewise.
2323 * gdb.arch/i386-unwind.exp: Likewise.
2324
db16b772
DJ
23252009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2326
2327 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2328
bcf71277
DJ
23292009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2330
2331 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2332
0105cee2
DJ
23332009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2334
2335 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2336
24ddea62
JK
23372009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2340
287ccc17
JK
23412009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2342
2343 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2344 * gdb.base/sepdebug2.c: New file.
2345
08bca259 23462009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
2347
2348 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2349 the modified warnings for catch syscall. Verify if GDB was compiled
2350 with support for lib expat, and choose which tests to run depending
2351 on this.
2352
5d4e2b76
VP
23532009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2354
2355 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2356 that composite commands are parsed OK. And also test
2357 that breakpoint commands do work.
2358
240e538a
MS
23592009-10-23 Michael Snyder <msnyder@vmware.com>
2360
2361 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2362 to allow for new disassembly style.
2363
9c419145
PP
23642009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2365
2366 * gdb.asm/asm-source.exp: Adjust.
2367
02506ff1
MS
23682009-10-22 Michael Snyder <msnyder@vmware.com>
2369
2370 * gdb.reverse/break-precsave.exp: New test.
2371 * gdb.reverse/consecutive-precsave.exp: Ditto.
2372 * gdb.reverse/finish-precsave.exp: Ditto.
2373 * gdb.reverse/i386-precsave.exp: Ditto.
2374 * gdb.reverse/machinestate-precsave.exp: Ditto.
2375 * gdb.reverse/sigall-precsave.exp: Ditto.
2376 * gdb.reverse/solilb-precsave.exp: Ditto.
2377 * gdb.reverse/step-precsave.exp: Ditto.
2378 * gdb.reverse/until-precsave.exp: Ditto.
2379 * gdb.reverse/watch-precsave.exp: Ditto.
2380
4cf866a3
MS
23812009-10-22 Michael Snyder <msnyder@vmware.com>
2382
2383 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2384 for gdb_expect. Adjust one test's expect strings for the new
2385 format of disassemble.
2386 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2387 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2388 gdb_test_multiple.
2389 * gdb.reverse/step-reverse.exp: Delete 'return'.
2390 * gdb.reverse/until-reverse.exp: Delete blank lines.
2391 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2392
2b28d209
PP
23932009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2394
2395 * gdb.base/consecutive.exp: Adjust.
2396 * gdb.base/display.exp: Likewise.
2397 * gdb.base/pc-fp.exp: Likewise.
2398 * gdb.base/sigbpt.exp: Likewise.
2399
33b9c32b
MS
24002009-10-19 Michael Snyder <msnyder@vmware.com>
2401
2402 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2403 * gdb.reverse/finish-reverse.c: Ditto.
2404 * gdb.reverse/sigall-reverse.c: Ditto.
2405 * gdb.reverse/solib-reverse.c: Ditto.
2406 * gdb.reverse/step-reverse.c: Ditto.
2407 * gdb.reverse/watch-reverse.c: Ditto.
2408
6c95b8df
PA
24092009-10-19 Pedro Alves <pedro@codesourcery.com>
2410 Stan Shebs <stan@codesourcery.com>
2411
2412 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2413 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2414 "Executing new program".
2415 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2416 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2417 left listed after having been killed.
2418 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2419 * gdb.base/maint.exp: Adjust test.
2420
2421 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2422 * gdb.multi/Makefile.in: New.
2423 * gdb.multi/base.exp: New.
2424 * gdb.multi/goodbye.c: New.
2425 * gdb.multi/hangout.c: New.
2426 * gdb.multi/hello.c: New.
2427 * gdb.multi/bkpt-multi-exec.c: New.
2428 * gdb.multi/bkpt-multi-exec.exp: New.
2429 * gdb.multi/crashme.c: New.
2430
279017b7
TG
24312009-10-13 Tristan Gingold <gingold@adacore.com>
2432
2433 * gdb.base/sepdebug.exp: Check debug info are found.
2434
0413d738
PA
24352009-10-08 Pedro Alves <pedro@codesourcery.com>
2436
2437 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2438 bits.
2439
c628eecc
JK
24402009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2441
2442 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2443
38af1bfe
JB
24442009-10-07 Joel Brobecker <brobecker@adacore.com>
2445
2446 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2447 of the comments.
2448
2b0adecd
PM
24492009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2450
2451 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2452 * gdb.base/annota3.exp: Idem.
2453 * gdb.base/maint.exp: Idem.
2454
8d417781
PM
24552009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2456
2457 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2458 to default.
2459
bb61102d
PM
24602009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2461
2462 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2463 mingw and cygwin targets.
2464
ace5c364
PM
24652009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2466 Pedro Alves <pedro@codesourcery.com>
2467
2468 * lib/gdb.exp (gdb_compile): Avoid adding
2469 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2470
c2d494a0
PM
24712009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2472
e1b52ce2
PM
2473 * gdb.base/shr1.c: Use %p in format string.
2474 * gdb.base/unload.c: Avoid warning in fprintf.
2475 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 2476
209f53f5
PM
24772009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2478
2479 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2480 long type.
2481 (test_unlink): Correct printf string.
2482 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2483 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2484
8172766a
JK
24852009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2486
2487 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2488 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2489 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2490
0f73703c
UW
24912009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2492
2493 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2494 * gdb.objc/nondebug.exp: Likewise.
2495
b32306ca
UW
24962009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2497
2498 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2499 target_info setting.
2500
2501 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2502 that detect new threads during "info threads".
2503
0057022f
UW
25042009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2505
2506 * gdb.threads/manythreads.c (main): Increase thread stack size
2507 to 2*PTHREAD_STACK_MIN.
2508 * gdb.threads/multi-create.c (main): Likewise.
2509 (create_function): Likewise.
2510
f29c0325
UW
25112009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2512
2513 * gdb.base/dump.exp: Pass difference of pointer types instead
2514 of integer types as offset to restore in intarr3.srec case.
2515
fcb34849
UW
25162009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2517
2518 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2519
d5142e3b
UW
25202009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2521
2522 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2523
087b74b2
PM
25242009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2525
2526 New test for two watchpoints, with disabling of
2527 the first inserted.
2528 * testsuite/gdb.base/watchpoints.c: New file.
2529 * testsuite/gdb.base/watchpoints.exp: New file.
2530
96c07c5b
TT
25312009-09-25 Tom Tromey <tromey@redhat.com>
2532
2533 * gdb.base/charset.exp: Test utf-16 strings with Python.
2534
b8899f2b
TT
25352009-09-25 Tom Tromey <tromey@redhat.com>
2536
2537 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2538 UCS-4.
2539 * gdb.base/charset.c (utf_32_string): Rename.
2540 (init_utf32): Rename.
2541 (main): Update.
2542
329719ec
TT
25432009-09-22 Tom Tromey <tromey@redhat.com>
2544
2545 * gdb.python/py-function.exp: Add regression tests.
2546
11ef0d76
KS
25472009-09-21 Keith Seitz <keiths@redhat.com>
2548
2549 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2550 with invalid operator.
2551
3fe8f3b3
KS
25522009-09-21 Keith Seitz <keiths@redhat.com>
2553
2554 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2555 and destructor using typedef name of class.
2556 * gdb.cp/classes.cc (class Base1): Add a destructor.
2557 (base1): New typedef.
2558 (use_methods): Instanitate an object of type base1.
2559 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2560 (do_tests): Call test_template_typedef.
2561 * gdb.cp/templates.cc (Baz::~Baz): New method.
2562 (intBazOne): New typedef.
2563 (main): Instantiate intBazOne.
2564
7a9fe101
PM
25652009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2566
2567 PR python/10633
2568
2569 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2570 Function.
2571 (run_lang_tests): Add print elements test.
2572
2e4d963f
PM
25732009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2574
2575 * gdb.python/py-value.exp (test_subscript_regression): New
2576 function. Test for invalid subscripts.
2577 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2578 (ptr_ref): New function.
2579
ec7e75e7
PP
25802009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2581
2582 * gdb.base/default.exp: Fix "show convenience".
2583
0cc7d26f
TT
25842009-09-15 Tom Tromey <tromey@redhat.com>
2585
2586 * lib/mi-support.exp (mi_create_varobj): Update.
2587 (mi_create_floating_varobj): Likewise.
2588 (mi_create_dynamic_varobj): New proc.
2589 (mi_varobj_update): Update.
2590 (mi_varobj_update_with_type_change): Likewise.
2591 (mi_varobj_update_kv_helper): New proc.
2592 (mi_varobj_update_dynamic_helper): Rewrite.
2593 (mi_varobj_update_dynamic): New proc.
2594 (mi_list_varobj_children): Update.
2595 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
2596 * gdb.python/python-prettyprint.py (pp_outer): New class.
2597 (pp_nullstr): Likewise.
2598 (lookup_function): Register new printers.
2599 * gdb.python/python-prettyprint.c (struct substruct): New type.
2600 (struct outerstruct): Likewise.
2601 (substruct_test): New function.
2602 (struct nullstr): New type.
2603 (string_1, string_2): New globals.
2604 (main): Add new tests.
2605 * gdb.python/python-mi.exp: Added regression tests.
2606 * gdb.mi/mi2-var-display.exp: Update.
2607 * gdb.mi/mi2-var-cmd.exp: Update.
2608 * gdb.mi/mi2-var-child.exp: Update.
2609 * gdb.mi/mi2-var-block.exp: Update.
2610 * gdb.mi/mi-var-invalidate.exp: Update.
2611 * gdb.mi/mi-var-display.exp: Update.
2612 * gdb.mi/mi-var-cmd.exp: Update.
2613 * gdb.mi/mi-var-child.exp: Update.
2614 * gdb.mi/mi-var-block.exp: Update.
2615 * gdb.mi/mi-break.exp: Update.
2616 * gdb.mi/gdb701.exp: Update.
2617
a96d9b2e
SDJ
26182009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2619
2620 * Makefile.in: Inclusion of catch-syscall object.
2621 * gdb.base/catch-syscall.c: New file.
2622 * gdb.base/catch-syscall.exp: New file.
2623
b43b923a
MS
26242009-09-12 Michael Snyder <msnyder@vmware.com>
2625
2626 * gdb.reverse/step-reverse.exp: Explicitly check for targets
2627 that can support reverse debuggnig.
2628
cec03d70
TT
26292009-09-11 Tom Tromey <tromey@redhat.com>
2630
2631 * gdb.dwarf2/valop.S: New file.
2632 * gdb.dwarf2/valop.exp: New file.
2633
e23bb3fc
MK
26342009-09-11 Mark Kettenis <kettenis@gnu.org>
2635
2636 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
2637
37c3696d
DE
26382009-09-10 Doug Evans <dje@google.com>
2639
2640 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
2641 Add $gdb_prompt to second breakpoint regexp.
2642
5172aecb
JB
26432009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
2644
2645 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
2646 names, add missing ones.
2647 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
2648 * gdb.python/py-frame.c: Rename from python-frame.c.
2649 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
2650 testfile name.
2651 * gdb.python/py-function.exp: Rename from python-function.exp.
2652 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
2653 testfile name.
2654 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
2655 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
2656 Adjust testfile name.
2657 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
2658 * gdb.python/py-template.cc: Rename from python-template.cc.
2659 * gdb.python/py-template.exp: Rename from python-template.exp.
2660 Adjust testfile name.
2661 * gdb.python/py-value.c: Rename from python-value.c.
2662 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
2663 testfile name.
2664
b554e4bd
JK
26652009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
2668 $bpt2address.
2669 (Second breakpoint address is valid on ia64)
2670 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
2671
9a68ae16
JM
26722009-09-03 Joseph Myers <joseph@codesourcery.com>
2673
2674 * gdb.base/ending-run.exp: Restrict regular expression matching
2675 line number to require closing brace following.
2676
146b9145
DE
26772009-09-03 Doug Evans <dje@google.com>
2678
2679 * gdb.base/store.exp (check_set): Fix typo in expected value message.
2680
787d21e1
TT
26812009-09-02 Tom Tromey <tromey@redhat.com>
2682
2683 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
2684
e7802207
TT
26852009-09-02 Tom Tromey <tromey@redhat.com>
2686
2687 * gdb.dwarf2/callframecfa.exp: New file.
2688 * gdb.dwarf2/callframecfa.S: New file.
2689
817aadd2
JK
26902009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
2693 gdb.base/solib-overlap-main.c: New.
2694
4a76eae5
DJ
26952009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
2696
2697 PR gdb/10565
2698
2699 * gdb.base/bitfields.c (struct container, container): New.
2700 (main): Initialize it and call break5.
2701 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
2702
d4b96c9a
JK
27032009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2704
2705 Support constant DW_AT_data_member_location by GCC PR debug/40659.
2706 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
2707
4e22772d
JK
27082009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
2711
2efab443
MS
27122009-08-26 Michael Snyder <msnyder@vmware.com>
2713
2714 * gdb.base/i386-reverse.c: New file.
2715 * gdb.base/i386-reverse.exp: New file.
2716 * gdb.base/Makefile.in: Add new files to be removed.
2717
07ab73a0
JM
27182009-08-26 Joseph Myers <joseph@codesourcery.com>
2719
2720 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
2721 environment-pwd for remote host.
2722 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
2723
676accff
KS
27242009-08-24 Keith Seitz <keiths@redhat.com>
2725
2726 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
2727 Add two new C++ completer tests which limit the output to a
2728 given class.
2729
f9f7ad22
MS
27302009-08-24 Michael Snyder <msnyder@vmware.com>
2731
2732 * gdb.base/del.exp: Fix typo in comment.
2733 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
2734
81ecdfbb
RW
27352009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2736
2737 * configure: Regenerate.
2738 * gdb.hp/configure: Likewise.
2739 * gdb.hp/gdb.aCC/configure: Likewise.
2740 * gdb.hp/gdb.base-hp/configure: Likewise.
2741 * gdb.hp/gdb.compat/configure: Likewise.
2742 * gdb.hp/gdb.defects/configure: Likewise.
2743 * gdb.hp/gdb.objdbg/configure: Likewise.
2744 * gdb.stabs/configure: Likewise.
2745
cab0c772
UW
27462009-08-19 Doug Evans <dje@google.com>
2747
2748 * gdb.base/gdbvars.c: New file.
2749 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
2750
b8fa0bfa
PA
27512009-08-14 Pedro Alves <pedro@codesourcery.com>
2752
2753 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
2754 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
2755
b84aa90a
PA
27562009-08-13 Pedro Alves <pedro@codesourcery.com>
2757
2758 * gdb.base/default.exp: Adjust "set language test": it's now an
2759 enum command. Larger help string moved to "help set language".
2760 * gdb.base/help.exp: Adjust "help set language" expected output,
2761 now lists all known languages.
2762
0d8f9b2c
NF
27632009-08-11 Nathan Froyd <froydnj@codesourcery.com>
2764
2765 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
2766 all frame arguments.
2767 * gdb.arch/altivec-regs.exp: Likewise.
2768
bda180e0
TT
27692009-08-07 Tom Tromey <tromey@redhat.com>
2770
2771 * gdb.base/setshow.exp: Add tests for changes to set language, set
2772 check range, and set check type.
2773
48cb2d85
VP
27742009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2775
2776 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
2777 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
2778 Call it.
2779
1ea34204
UW
27802009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2781
2782 * configure.ac: Run gdb.cell tests when appropriate.
2783 * configure: Regenerate.
2784 * lib/cell.exp: New file.
2785 * gdb.cell: New directory.
2786 * gdb.cell/configure.ac: New file.
2787 * gdb.cell/configure: New file.
2788 * gdb.cell/Makefile.in: New file.
2789 * gdb.cell/arch.exp: New file.
2790 * gdb.cell/break.c: New file.
2791 * gdb.cell/break.exp: New file.
2792 * gdb.cell/break-spu.c: New file.
2793 * gdb.cell/bt.c: New file.
2794 * gdb.cell/bt2-spu.c: New file.
2795 * gdb.cell/bt-spu.c: New file.
2796 * gdb.cell/bt.exp: New file.
2797 * gdb.cell/coremaker.c: New file.
2798 * gdb.cell/coremaker-spu.c: New file.
2799 * gdb.cell/core.exp: New file.
2800 * gdb.cell/gcore.exp: New file.
2801 * gdb.cell/data.c: New file.
2802 * gdb.cell/data.exp: New file.
2803 * gdb.cell/data-spu.c: New file.
2804 * gdb.cell/ea-cache.exp: New file.
2805 * gdb.cell/ea-cache.c: New file.
2806 * gdb.cell/ea-cache-spu.c: New file.
2807 * gdb.cell/ea-standalone.c: New file.
2808 * gdb.cell/ea-standalone.exp: New file.
2809 * gdb.cell/ea-test.c: New file.
2810 * gdb.cell/ea-test.exp: New file.
2811 * gdb.cell/f-regs.exp: New file.
2812 * gdb.cell/mem-access.c: New file.
2813 * gdb.cell/mem-access.exp: New file.
2814 * gdb.cell/mem-access-spu.c: New file.
2815 * gdb.cell/ptype.exp: New file.
2816 * gdb.cell/registers.exp: New file.
2817 * gdb.cell/size.c: New file.
2818 * gdb.cell/sizeof.exp: New file.
2819 * gdb.cell/size-spu.c: New file.
2820 * gdb.cell/solib.exp: New file.
2821 * gdb.cell/solib-symbol.exp: New file.
2822
85e747d2
UW
28232009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2824
2825 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
2826
58d6951d
DJ
28272009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 * gdb.base/float.exp: Handle VFP registers.
2830
6e0a4f15
MS
28312009-07-14 Michael Snyder <msnyder@vmware.com>
2832
dcd5da87
MS
2833 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
2834 to bring gdb to the beginning of the calling line.
2835
6e0a4f15
MS
2836 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
2837 confusing the i386 epilogue unwinder.
2838
782b2b07
SS
28392009-07-14 Stan Shebs <stan@codesourcery.com>
2840
2841 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
2842
f662c3bc
MS
28432009-07-14 Michael Snyder <msnyder@vmware.com>
2844
2845 * gdb.reverse/step-reverse.exp (stepi into function call):
2846 Call instruction may not be first instruction in the line.
2847 (reverse stepi from a function call): Used wrong line number.
2848
8f313923
JK
28492009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2850
2851 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
2852
4662c76e
JK
28532009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2854
2855 Fix gdb.base/macscp.exp when using custom inputrc.
2856 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
2857 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
2858 env(TERM) set.
2859 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
2860 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
2861
aa81e255
JK
28622009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
2865 * gdb.base/annota1.exp (thread_test): Import global $testfile.
2866 Change the compilation target to match the testcase name.
2867 * gdb.base/sect-cmd.exp: Change the compilation target to match the
2868 testcase name.
2869 * a2-run.exp: Use for setup prepare_for_testing. Change the
2870 compilation target to match the testcase name.
2871 * gdb.base/commands.exp: Likewise.
2872 * gdb.base/finish.exp: Likewise.
2873 * gdb.base/float.exp: Likewise.
2874 * gdb.base/info-target.exp: Likewise.
2875 * gdb.base/relational.exp: Likewise.
2876 * gdb.base/term.exp: Likewise.
2877 * gdb.base/until.exp: Likewise.
2878 * gdb.base/volatile.exp: Likewise.
2879 * gdb.base/whatis-exp.exp: Likewise.
2880
4c93b1d7
HZ
28812009-07-11 Hui Zhu <teawater@gmail.com>
2882
2883 * gdb.base/help.exp (disassemble): Update expected help text.
2884
812f7342
TT
28852009-07-09 Tom Tromey <tromey@redhat.com>
2886
2887 * lib/gdb.exp: Handle TRANSCRIPT.
2888 (remote_spawn, remote_close, send_gdb): New procs.
2889
fbb8f299
PM
28902009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2891
2892 * gdb.python/python-prettyprint.c: Add counted null string
2893 structure.
2894 * gdb.python/python-prettyprint.exp: Print null string. Test for
2895 embedded nulls.
2896 * gdb.python/python-prettyprint.py (pp_ns): New Function.
2897 * gdb.python/python-value.exp (test_value_in_inferior): Add
2898 variable length string fetch tests.
2899 * gdb.python/python-value.c (main): Add strings for string fetch tests.
2900
c0ac0ec7
JK
29012009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2902
2903 * gdb.base/dump.exp (inaccessible memory is reported): New test.
2904
30b66ecc
TT
29052009-07-07 Tom Tromey <tromey@redhat.com>
2906
2907 * gdb.base/call-rt-st.exp: Update for change to escape output.
2908 * gdb.base/callfuncs.exp: Likewise.
2909 * gdb.base/charset.exp: Likewise.
2910 * gdb.base/constvars.exp: Likewise.
2911 * gdb.base/long_long.exp: Likewise.
2912 * gdb.base/pointers.exp: Likewise.
2913 * gdb.base/printcmds.exp: Likewise.
2914 * gdb.base/setvar.exp: Likewise.
2915 * gdb.base/store.exp: Likewise.
2916 * gdb.cp/ref-types.exp: Likewise.
2917 * gdb.mi/mi-var-child.exp: Likewise.
2918 * gdb.mi/mi-var-display.exp: Likewise.
2919 * gdb.mi/mi2-var-display.exp: Likewise.
2920 * gdb.base/charset.exp: Test octal escape sequence length.
2921 Update for change to escape output.
2922
187c4a2b
JK
29232009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2924
2925 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
2926
d80a43f9
DJ
29272009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
2928
2929 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
2930
047427a8
JK
29312009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
2934 gdbserver increasing $portnum if "Can't bind address" has been seen.
2935
8b5a0f4f
PA
29362009-07-05 Pedro Alves <pedro@codesourcery.com>
2937
2938 * gdb.base/ending-run.exp: Add "step out of main" pattern for
2939 mingw32ce.
2940
7d93ba58
PA
29412009-07-05 Pedro Alves <pedro@codesourcery.com>
2942
2943 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
2944 VFP format.
2945
2277426b
PA
29462009-07-02 Pedro Alves <pedro@codesourcery.com>
2947
2948 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
2949 linux. Adjust to use "inferior", "info inferiors", "detach
2950 inferior" and "kill inferior" instead of "restart", "info fork",
2951 "detach fork" and "delete fork".
2952 * gdb.base/ending-run.exp: Spell out "info".
2953 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
2954 the "kill" command.
2955
5af949e3
UW
29562009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2957
2958 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
2959 change to prefix TLS offset in hex with 0x.
2960
5d3729b5
UW
29612009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2962
2963 * gdb.base/default.exp: Update test case for "x" changes.
2964
af589bd0
TG
29652009-07-01 Tristan Gingold <gingold@adacore.com>
2966
2967 * gdb.base/bigcore.exp: Make darwin untested.
2968
40974f91
JK
29692009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2970
2971 * gdb.base/completion.exp (directory completion): Create the directory.
2972 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
2973 escapeuniquesub.
2974 (directory completion 2): Expect now ${escapeuniquesub}.
2975 (Glob remaining of directory test): Remove one excessive newline.
2976 Expect the real output.
2977
59dd3af6
JK
29782009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 Fix `make check//%' target after `make check' has been ran.
2981 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
2982 a mkdir call.
2983 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
2984 (%/.dir): Remove.
2985
f4e164aa
JK
29862009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2987
2988 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
2989 the expected result record.
2990
69af2122
JK
29912009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2992
2993 Remove racy FAILs relying just on the timeouts.
2994 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
2995 (annotation_level 2): Remove racy FAILs.
2996
2fd481e1
PP
29972009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
2998
2999 gdb/10275
3000 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3001
c38f313d
DJ
30022009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3003
3004 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3005
8b777f02
VP
30062009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3007
3008 * gdb.mi/mi-stack.exp: Testing symbolic options
3009 to -stack-list-locals and -stack-list-arguments.
3010
00c7eacf
JK
30112009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3014
6bc80edc
TT
30152009-06-29 Tom Tromey <tromey@redhat.com>
3016
3017 * dg-extract-results.sh: New file.
3018 * Makefile.in (FORCE_PARALLEL): New variable.
3019 (CHECK_TARGET): New conditional variable.
3020 (check): Use CHECK_TARGET.
3021 (DO_RUNTEST): New variable.
3022 (check-single): New target.
3023 (TEST_DIRS): New variable.
3024 (TEST_TARGETS): Likewise.
3025 (check-parallel): New target.
3026 (check-gdb.%): New pattern.
3027 (BASE1_FILES): New variable.
3028 (BASE2_FILES): Likewise.
3029 (check-gdb.base%): New pattern.
3030 (%/.dir): New pattern.
3031 * configure: Rebuild.
3032 * aclocal.m4 (AM_CONDITIONAL): New defun.
3033 * configure.ac: Check whether user is using GNU make.
3034 (GMAKE): New conditional.
3035
794684b6
SW
30362009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3037
3038 * gdb.cp/namespace-nested-import.cc: New test.
3039 * gdb.cp/namespace-nested-import.exp: New test.
3040
edb3359d
DJ
30412009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3042
3043 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3044 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3045 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3046 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3047 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3048 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3049 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3050 gdb.opt/inline-markers.c: New files.
3051 * lib/gdb.exp (skip_inline_frame_tests): New function.
3052 (skip_inline_var_tests): New function.
3053
cf657a0c
AS
30542009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3055
3056 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3057 backtrace.
3058
28d41a99
MS
30592009-06-27 Michael Snyder <msnyder@vmware.com>
3060
3061 * gdb.reverse: New directory.
3062 * gdb.reverse/break-reverse.c: New test.
3063 * gdb.reverse/break-reverse.exp: New test.
3064 * gdb.reverse/consecutive-reverse.c: New test.
3065 * gdb.reverse/consecutive-reverse.exp: New test.
3066 * gdb.reverse/finish-reverse.c: New test.
3067 * gdb.reverse/finish-reverse.exp: New test.
3068 * gdb.reverse/machinestate.c: New test.
3069 * gdb.reverse/ms1.c: New test.
3070 * gdb.reverse/machinestate.exp: New test.
3071 * gdb.reverse/Makefile.in: New file.
3072 * gdb.reverse/shr2.c: New test.
3073 * gdb.reverse/solib-reverse.c: New test.
3074 * gdb.reverse/solib-reverse.exp: New test.
3075 * gdb.reverse/step-reverse.c: New test.
3076 * gdb.reverse/step-reverse.exp: New test.
3077 * gdb.reverse/until-reverse.c: New test.
3078 * gdb.reverse/ur1.c: New test.
3079 * gdb.reverse/until-reverse.exp: New test.
3080 * gdb.reverse/watch-reverse.c: New test.
3081 * gdb.reverse/watch-reverse.exp: New test.
3082 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3083 * configure: Regenerate.
3084
fe3c8b0d
DE
30852009-06-26 Doug Evans <dje@google.com>
3086
3087 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3088
3a72a602
PM
30892009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3090
3091 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3092 windows problem for 'file delete $binfile'.
3093
27aa8d6a
SW
30942009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3095
3096 * gdb.cp/namespace-using.exp: New test.
3097 * gdb.cp/namespace-using.cc: New test.
3098
8ac055f8
JB
30992009-05-20 Joel Brobecker <brobecker@adacore.com>
3100
3101 * gdb.ada/variant_record_packed_array: New testcase.
3102
85e306ed
TT
31032009-06-23 Tom Tromey <tromey@redhat.com>
3104
3105 * gdb.base/charset.exp (test_combination): Regression test.
3106 * gdb.base/charset.c (my_wchar_t): New typedef.
3107 (myvar): New global.
3108 (main): Set myvar.
3109
56643c5e
PM
31102009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3111
3112 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3113 target.
3114
1fac167a
UW
31152009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3116
3117 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3118
7ccb0be9
UW
31192009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3120
3121 * gdb.mi/gdb680.exp: Update test for error message.
3122
568d6575
UW
31232009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3124
3125 * gdb.base/annota1.exp: Allow multiple occurrences of the
3126 frames-invalid annotation.
3127 * gdb.cp/annota2.exp: Likewise.
3128
7cd1089b
PM
31292009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3130
3131 * gdb.cp/gdb2495.cc: New file.
3132 * gdb.cp/gdb2495.exp: New file.
3133
72c63395
JK
31342009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3135
3136 Report error on GDB crash during runto.
3137 * lib/gdb.exp (runto <eof>): New.
3138
3788363d
DJ
31392009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3140
3141 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3142 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3143 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3144 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3145 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3146 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3147 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3148 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3149 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3150 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3151 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3152 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3153 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3154 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3155 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3156 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3157 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3158 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3159 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3160 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3161 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3162 gdb.trace/passcount.exp, gdb.trace/report.exp,
3163 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3164 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3165 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3166 executable.
3167
17592de3
PA
31682009-06-07 Pedro Alves <pedro@codesourcery.com>
3169
3170 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3171 defined before referencing it.
3172
701e355d
DE
31732009-06-03 Doug Evans <dje@google.com>
3174
3175 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3176 * gdb.arch/i386-see.c: Ditto.
3177
f2292c65
PM
31782009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3179
3180 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3181 (check_macro): Return 1 if undefined.
3182 If first test fails, check if macro debug information is available,
3183 and report unsupported test if no macro information is found.
3184
5a437975
DE
31852009-05-29 Doug Evans <dje@google.com>
3186
3187 * gdb.threads/hand-call-in-threads.exp: New.
3188 * gdb.threads/hand-call-in-threads.c: New.
3189
c141c696
MS
31902009-05-29 Michael Snyder <msnyder@vmware.com>
3191
3192 * gdb.base/break-always.exp: Change "1" to "on".
3193 Add confirmation check.
3194
b3444185
PA
31952009-05-28 Pedro Alves <pedro@codesourcery.com>
3196
3197 * gdb.threads/threxit-hop-specific.c: New.
3198 * gdb.threads/threxit-hop-specific.exp: New.
3199 * gdb.threads/thread-execl.c: New.
3200 * gdb.threads/thread-execl.exp: New.
3201
b6313243
TT
32022009-05-27 Tom Tromey <tromey@redhat.com>
3203 Thiago Jung Bauermann <bauerman@br.ibm.com>
3204
3205 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3206 (mi_child_regexp): Likewise.
3207 (mi_list_varobj_children_range): Likewise.
3208 (mi_get_features): Likewise.
3209 (mi_list_varobj_children): Rewrite.
3210 * gdb.python/python-mi.exp: New file.
3211
a6bac58e
TT
32122009-05-27 Tom Tromey <tromey@redhat.com>
3213 Thiago Jung Bauermann <bauerman@br.ibm.com>
3214 Phil Muldoon <pmuldoon@redhat.com>
3215 Paul Pluzhnikov <ppluzhnikov@google.com>
3216
3217 * gdb.python/python-prettyprint.exp: New file.
3218 * gdb.python/python-prettyprint.c: New file.
3219 * gdb.python/python-prettyprint.py: New file.
3220 * gdb.base/display.exp: print/r is now valid.
3221
2c74e833
TT
32222009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3223 Tom Tromey <tromey@redhat.com>
3224 Pedro Alves <pedro@codesourcery.com>
3225 Paul Pluzhnikov <ppluzhnikov@google.com>
3226
3227 * gdb.python/python-template.exp: New file.
3228 * gdb.python/python-template.cc: New file.
3229 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3230 tests.
3231 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3232 Call it.
3233 (test_value_after_death): New proc.
3234 * gdb.python/python-value.c (PTR): New typedef.
3235 (main): New variable 'x'.
3236
89c73ade
TT
32372009-05-27 Tom Tromey <tromey@redhat.com>
3238
3239 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3240 tests.
3241 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3242 Call it.
3243
a75724bc
PA
32442009-05-27 Pedro Alves <pedro@codesourcery.com>
3245
3246 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3247
e58b0e63
PA
32482009-05-24 Pedro Alves <pedro@codesourcery.com>
3249
3250 * gdb.threads/fork-thread-pending.c: New.
3251 * gdb.threads/fork-thread-pending.exp: New.
3252
4ac36638
JK
32532009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3254
3255 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3256 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3257
c28c63d8
JB
32582009-05-18 Jon Beniston <jon@beniston.com>
3259
3260 * gdb.asm/asm-source.exp: Add lm32 target.
3261
b242c3c2
PA
32622009-05-17 Pedro Alves <pedro@codesourcery.com>
3263
3264 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3265 `gdb_get_line_number'. Call `callee' in both parent and child.
3266 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3267 `gdb_get_line_number' instead of hardcoding line numbers.
3268 (catch_fork_unpatch_child): New procedure to test detaching
3269 breakpoints from child fork.
3270 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3271 hardcoding line numbers.
3272 (do_fork_tests): Run `catch_fork_unpatch_child'.
3273
ee342b23
VP
32742009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3275
3276 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3277 of structure type enters or leaves the scope, it
3278 is reported by -var-update.
3279
e2009e98
DE
32802009-05-11 Doug Evans <dje@sebabeach.org>
3281
3282 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3283 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3284 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3285
00903456
JK
32862009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3289
dc621c35
DE
32902009-04-30 Doug Evans <dje@google.com>
3291
3292 * gdb.threads/watchthreads2.exp: New testcase.
3293 * gdb.threads/watchthreads2.c: New testcase.
3294
9ab4e744
DE
32952009-04-29 Doug Evans <dje@google.com>
3296
3297 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3298 * gdb.cp/mb-ctor.cc: Ditto.
3299 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3300 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3301 * gdb.cp/mb-inline1.cc: Call it.
3302 * gdb.cp/mb-inline2.cc: Ditto.
3303 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3304 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3305
484086b7
JK
33062009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3307
3308 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3309 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3310 Replace all uses of `decimal' by `nonzero'.
3311 (info macro FROM_COMMANDLINE): New test.
3312
379a77b5
TT
33132009-04-27 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3316
b92b73c2
DE
33172009-04-27 Doug Evans <dje@google.com>
3318
3319 * gdb.threads/watchthreads.c (main): Initialize args before starting
3320 the threads. Plus formatting cleanup.
3321 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3322 biased scheduling of one thread.
3323
945a118d
JG
33242009-04-27 Jerome Guitton <guitton@adacore.com>
3325
3326 * gdb.cp/templates.cc (GetMax): New template.
3327 (main): Declare two instances of GetMax.
3328 * gdb.cp/templates.exp: Add new test.
3329
d389af10
JK
33302009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3333
e7f86de9
JM
33342009-04-22 Joseph Myers <joseph@codesourcery.com>
3335
3336 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3337
334cc82d
TT
33382009-04-15 Tom Tromey <tromey@redhat.com>
3339
3340 * gdb.base/charset.exp: Add regression test.
3341
d12672cc
JB
33422009-04-14 Joel Brobecker <brobecker@adacore.com>
3343
3344 * gdb.base/exe-lock.exp: New testcase.
3345
18e8c3bc
TT
33462009-04-13 Tom Tromey <tromey@redhat.com>
3347
3348 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3349 operator on Frame.
3350
5ecd5cbe
UW
33512009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3352
3353 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3354 * gdb.server/ext-attach.exp: Likewise.
3355
7309f756
VP
33562009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3357
3358 Eliminate some sleep usage.
3359
3360 * gdb.mi/basics.c (do_nothing): New.
3361 (main): Use do_nothing instead of printf, so that
3362 not to introduce race condition between output of
3363 inferiour and output of gdb. Do not use sleep as it
3364 is not generally available on embedded targets.
3365
f4b95f6f
PA
33662009-04-02 Pedro Alves <pedro@codesourcery.com>
3367
3368 * gdb.server/ext-attach.exp: Expect an optional process id after
3369 "Detached from remote process".
3370
de40b933
JK
33712009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3374 gdb.dwarf2/dw2-unresolved.exp: New.
3375
2ae101a4
PA
33762009-04-02 Pedro Alves <pedro@codesourcery.com>
3377
3378 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3379 mi_run_to_main.
3380
56a8e183
PA
33812009-04-02 Pedro Alves <pedro@codesourcery.com>
3382
3383 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3384 mi_run_to_main. Skip thread exit test on remote targets.
3385 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3386 mi_run_to_main.
3387 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3388 mi_run_to_main.
3389 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3390 when expecting ^connected. Detect when the target doesn't support
3391 non-stop mode.
3392 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3393 supported. Return -1 on error, 0 on success.
3394 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3395 (mi_runto): Return mi_runto_helper's result explicitly.
3396
c35fafde
PA
33972009-04-01 Pedro Alves <pedro@codesourcery.com>
3398
3399 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3400
f8a8dce6
JB
34012009-04-01 Tom Tromey <tromey@redhat.com>
3402
3403 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3404 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3405 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3406 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3407
71c25dea
TT
34082009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3409 Jan Kratochvil <jan.kratochvil@redhat.com>
3410
3411 PR gdb/931
3412 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3413 output.
3414 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3415 for gdb/931.
3416 * dw2-strp.S (DW_AT_language): Change to C++.
3417 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3418
02d9a9ce
JB
34192009-03-31 Joel Brobecker <brobecker@adacore.com>
3420
3421 * gdb.ada/tasks: New testcase.
3422
1042e4c0
SS
34232009-03-30 Stan Shebs <stan@codesourcery.com>
3424
3425 * gdb.trace/actions.exp: Update to match new info trace format.
3426 * gdb.trace/deltrace.exp: Ditto.
3427 * gdb.trace/infotrace.exp: Ditto.
3428 * gdb.trace/passcount.exp: Ditto.
3429 * gdb.trace/save-trace.exp: Ditto.
3430 * gdb.trace/while-stepping.exp: Ditto.
3431 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3432
f8f6f20b
TJB
34332009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3434
3435 * gdb.python/python-frame.c: New file.
3436 * gdb.python/python-frame.exp: New file.
3437
c0c6f777
TJB
34382009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3439
3440 * gdb.python/python-value.exp: Add tests for the address
3441 attribute.
3442
3cb51905
AS
34432009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3444
3445 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3446
88fc996f
DE
34472009-03-26 Doug Evans <dje@google.com>
3448
3449 * gdb.mi/mi-nonstop-exit.exp: New file.
3450 * gdb.mi/non-stop-exit.c: New file.
3451
56ef84b1
TT
34522009-03-26 Tom Tromey <tromey@redhat.com>
3453
3454 Update for change to prologue skipping:
3455 * gdb.mi/mi2-simplerun.exp: Update.
3456 * gdb.mi/mi2-break.exp: Update.
3457 * gdb.mi/mi-simplerun.exp: Update.
3458 * gdb.mi/mi-break.exp: Update.
3459 * gdb.base/ending-run.exp: Update.
3460
def2b000
TJB
34612009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3462
3463 * gdb.python/python-value.exp (test_value_in_inferior): Test
3464 gdb.Value.is_optimized_out attribute.
3465
442ddf59
JK
34662009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3467
3468 * gdb.dwarf2/dw2-noloc-main.c: New file.
3469 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3470 (.text): Remove.
3471 (.data): New.
3472 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3473 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3474 (DW_TAG_subprogram func_cu1, noloc): Remove.
3475 (main): New.
3476 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3477 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3478 (file_symbols): New procedure.
3479
a8df5de4
TT
34802009-03-25 Tom Tromey <tromey@redhat.com>
3481
3482 * gdb.base/charset.exp (valid_target_charset): New proc.
3483 Use it to skip tests on invalid charsets.
3484
cc1d7add
PM
34852009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3486
3487 * gdb.base/completion.exp: Add a test for directory completion.
3488
bcd5727b
JK
34892009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 Fix a racy FAIL.
3492 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3493 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3494
cc924cad
TJB
34952009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3496
3497 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3498 * gdb.python/python-function.exp: Add test for function returning
3499 a GDB value.
3500
bc3b79fd
TJB
35012009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3502
3503 * gdb.python/python-function.exp: New file.
3504
6c7a06a3
TT
35052009-03-20 Tom Tromey <tromey@redhat.com>
3506
3507 * gdb.base/store.exp: Update for change to escape output.
3508 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3509 to escape output.
3510 * gdb.base/pointers.exp: Update for change to escape output.
3511 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3512 to escape output.
3513 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3514 escape output.
3515 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3516 to escape output.
3517 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3518 escape output.
3519 * gdb.base/setvar.exp: Update for change to escape output.
3520 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3521 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3522 to escape output.
3523 (test_print_string_constants): Likewise.
3524 * gdb.base/charset.exp (valid_host_charset): Check size of
3525 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3526 cases. Handle "auto"-related output.
3527 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3528 (uvar, Uvar): New globals.
3529
c31af87b
JG
35302009-03-19 Jerome Guitton <guitton@adacore.com>
3531
3532 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3533 deltas.
3534 * gdb.ada/fixed_points.exp: Ditto.
3535
51272cf2
PA
35362009-03-18 Pedro Alves <pedro@codesourcery.com>
3537
3538 * return-nodebug.c: Don't include stdio.h.
3539 (init): Delete.
3540 (func): Delete definition and provide extern declaration.
3541 (t): New.
3542 (main): Don't call printf. Call func and store its result in t.
3543 * return-nodebug1.c: New.
3544 * return-nodebug.exp: Don't expect stdio output. Instead, print
3545 the global variable t. Drop printf formatters and cast types from
3546 foreach loop. Don't use prepare_for_testing. Compile
3547 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3548 define FORMAT or CAST.
3549
d24948ac
PP
35502009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3551
3552 * gdb.base/solib-display.exp: Disable test for remote targers.
3553
61ff14c6
JK
35542009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3555
3556 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3557
cb4dce93
JK
35582009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 Fix a racy FAIL.
3561 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3562 code from `follow parent, print pids'.
3563 (`follow child, print pids', `follow parent, print pids'): Call it.
3564 Replace `gdb_test "break..."' by gdb_breakpoint.
3565
f7c60c5e
VP
35662009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3567
3568 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 3569 sync and async modes.
f7c60c5e 3570
383ace49
JB
35712009-03-12 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3574 that was checked in by mistake. Remove loading of ada.exp, since
3575 this is not necessary in this case.
3576
4ce102af
JB
35772009-03-12 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.ada/ptype_arith_binop.exp: New testcase.
3580
529a2aef
JB
35812009-03-12 Joel Brobecker <brobecker@adacore.com>
3582
3583 * gdb.ada/mod_from_name: New testcase.
3584
8a38181c
JB
35852009-03-12 Joel Brobecker <brobecker@adacore.com>
3586
3587 * gdb.ada/tick_last_segv: New testcase.
3588
11436dee
VP
35892009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3590
61ff14c6 3591 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 3592
1f31650a
VP
35932009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3594
61ff14c6
JK
3595 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
3596 include the token in ^running and frame info in *stopped.
1f31650a 3597
a3247a22
PP
35982009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3599
3600 * solib-display.exp: New file.
3601 * solib-display-main.c: New file.
3602 * solib-display-lib.c: New file.
61ff14c6 3603
aae64587
PA
36042009-03-05 Pedro Alves <pedro@codesourcery.com>
3605
3606 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
3607
44aabfbc
JK
36082009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
3611 (list_and_check_macro): Use more specific test name.
3612 (next to definition): Make the test names unique.
3613
c087fcd3
PM
36142009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3615
3616 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 3617
c86cf029
VP
36182009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3619
3620 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
3621 notifications.
3622 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
3623 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
3624 * lib/mi-support.exp (library_loaded_re): New.
3625 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
3626
3ea85240
VP
36272009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3628
3629 * gdb.gdb/observer.exp: Use test_notification observer, not
3630 normal_stop, everywhere.
3631 (test_normal_stop_notifications): Rename to...
3632 (test_notifications): ...this.
3633 (test_observer_normal_stop): Rename to...
3634 (test_observer): ...this.
3635
1903f0e6
DE
36362009-02-16 Doug Evans <dje@google.com>
3637
3638 * gdb.arch/amd64-disp-step.S (test_int3): New test.
3639 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
3640 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
3641 (test_prefixed_syscall,test_int3): New tests.
3642 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
3643 (test_prefixed_syscall,test_int3): New tests.
3644
1d33d6ba
VP
36452009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3646
3cb51905
AS
3647 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
3648 (mi_expect_interrupt): Likewise.
3649 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
3650 response.
1d33d6ba 3651
faafb047
PM
36522009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3653
3654 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
3655 * gdb.base/pc-fp.exp (get_valueofx): Remove.
3656 Replace calls to get_valueofx by get_hexadecimal_valueof.
3657
417e16e2
PM
36582009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3659
3660 * lib/gdb.exp (get_valueof): Accept anything as a return value.
3661 (get_integer_valueof): New procedure.
3662 (get_sizeof): Use new get_integer_value_of.
3663 * gdb.base/sizeof.exp: Replace all uses of get_valueof
3664 by get_integer_valueof.
3665
7065b901
TT
36662009-02-13 Tom Tromey <tromey@redhat.com>
3667
3668 * gdb.base/remote.exp (get_sizeof): Remove.
3669 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
3670 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
3671 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
3672 * lib/gdb.exp (get_valueof): Move from long_long.exp.
3673 (get_sizeof): Likewise.
3674
5d7cb8df
JK
36752009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 PR fortran/9806
3678 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
3679
b2febfff
PP
36802009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3681
3682 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
3683
4aa995e1
PA
36842009-02-06 Pedro Alves <pedro@codesourcery.com>
3685
3686 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
3687
d8906c6f
TJB
36882009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3689
3690 * gdb.python/python-cmd.exp: New file.
3691
ff4ab08d
TG
36922009-02-06 Tristan Gingold <gingold@adacore.com>
3693
3694 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
3695
aacd552b
TG
36962009-02-05 Tristan Gingold <gingold@adacore.com>
3697
3698 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
3699 pointer is dereferenced and use this signal name in regexp.
3700 * gdb.base/signull.exp: Ditto.
3701 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
3702 * gdb.base/signull.c (main): Ditto.
3703
08c637de
TJB
37042009-02-04 Tom Tromey <tromey@redhat.com>
3705 Thiago Jung Bauermann <bauerman@br.ibm.com>
3706
3707 * gdb.python/python-value.exp: Use `gdb.history' instead of
3708 `gdb.value_from_history'.
3709 (test_value_numeric_ops): Add test for conversion of enum constant.
3710 * gdb.python/python-value.c (enum e): New type.
3711 (evalue): New global.
3712 (main): Use argv.
3713
20261af8
JG
37142009-02-04 Jerome Guitton <guitton@adacore.com>
3715
3716 * gdb.ada/uninitialized_vars: New test program.
3717 * gdb.ada/uninitialized_vars.exp: New testcase.
3718
52e44b43
TT
37192009-02-02 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
3722 * gdb.cp/pr2489.cc: Rename...
3723 * gdb.cp/pr9594.cc: ... to this.
3724
1c71341a
TT
37252009-02-02 Tom Tromey <tromey@redhat.com>
3726
3727 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
3728 * gdb.cp/pr2489.cc: New file.
3729 * gdb.cp/cpcompletion.exp: New file.
3730
a4295225
TT
37312009-02-02 Tom Tromey <tromey@redhat.com>
3732
3733 PR exp/9059:
3734 * gdb.cp/call-c.exp: Add regression test.
3735 * gdb.cp/call-c.cc (FooHandle): New typedef.
3736 (main): New variable 'handle'.
3737
592375cd
VP
37382009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3739
3740 * lib/mi-support.exp (et_mi_thread_list)
3741 (check_mi_and_console_threads): Adjust for current thread in
3742 -thread-list-ids output.
3743
41447f92
VP
37442009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3745
3746 * gdb.mi/mi-break.exp (test_disabled_creation): New.
3747 Call it.
3748
35669430
DE
37492009-01-28 Doug Evans <dje@google.com>
3750
3751 * gdb.arch/amd64-disp-step.S: New file.
3752 * gdb.arch/amd64-disp-step.exp: New file.
3753 * gdb.arch/i386-disp-step.S: New file.
3754 * gdb.arch/i386-disp-step.exp: New file.
3755
09f00d9a
PM
37562009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
3757
3758 * gdb.base/find.exp: Set newline variable
3759 using quotes instead of braces to fix cygwin failures.
3760
1e8fb976
PA
37612009-01-23 Pedro Alves <pedro@codesourcery.com>
3762
3763 * gdb.base/radix.exp: Add tests to ensure that that set
3764 input-radix 0 and set output-radix 0 are really rejected.
3765
da061712
PA
37662009-01-23 Pedro Alves <pedro@codesourcery.com>
3767
3768 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
3769 copyright years.
3770
dd7e2d2b
PA
37712009-01-23 Pedro Alves <pedro@codesourcery.com>
3772
3773 PR gdb/9664:
3774 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
3775
392452f6
PA
37762009-01-22 Pedro Alves <pedro@codesourcery.com>
3777
3778 PR c++/9631:
3779 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
3780
8653e71c
PM
37812009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
3782
3783 * gdb.server/file-transfer.exp: Use EXEEXT variable for
3784 binfile definition to fix Windows OS failure.
3785
a12cc160
DJ
37862009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3787
3788 PR gdb/9346
3789 * gdb.base/interrupt.c (sigint_handler): New.
3790 (main): Install a SIGINT handler if SIGNALS is defined. Exit
3791 on error.
3792 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
3793 Test "signal SIGINT".
3794
b89667eb
DE
37952009-01-19 Doug Evans <dje@google.com>
3796
3797 * gdb.base/break.exp: Update expected gdb output.
3798 * gdb.base/sepdebug.exp: Ditto.
3799 * gdb.mi/mi-syn-frame.exp: Ditto.
3800 * gdb.mi/mi2-syn-frame.exp: Ditto.
3801 * gdb.base/call-signal-resume.exp: New file.
3802 * gdb.base/call-signals.c: New file.
3803 * gdb.base/unwindonsignal.exp: New file.
3804 * gdb.base/unwindonsignal.c: New file.
3805 * gdb.threads/interrupted-hand-call.exp: New file.
3806 * gdb.threads/interrupted-hand-call.c: New file.
3807 * gdb.threads/thread-unwindonsignal.exp: New file.
3808
adb483fe
DJ
38092009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 * gdb.base/define.exp: Test defining and hooking prefix commands.
3812 * gdb.python/python.exp: Update test for "show user" output.
3813
60023297
JK
38142009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3815
3816 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
3817 now the output exactly, using less wildcards. Expect also the output
3818 of gfortran-4.3. Update for the f-valprint.c modification from
3819 2008-04-22.
3820 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
3821 Remove gdb_test test names where matching the command.
3822
ccc57cf9
PA
38232009-01-01 Pedro Alves <pedro@codesourcery.com>
3824
3825 PR breakpoints/9681:
3826 * gdb.base/watchpoint.exp: Add regression test.
3827
c7a6ca08
PA
38282008-12-31 Pedro Alves <pedro@codesourcery.com>
3829
3830 * gdb.threads/attach-into-signal.exp: Don't use
3831 gdb_suppress_entire_file.
3832 * gdb.threads/attach-stopped.exp: Ditto.
3833 * gdb.threads/attachstop-mt.exp: Ditto.
3834
3a031f65
PA
38352008-12-31 Pedro Alves <pedro@codesourcery.com>
3836
3837 PR gdb/8812:
3838 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
3839
09e6485f
PA
38402008-12-29 Pedro Alves <pedro@codesourcery.com>
3841
3842 PR gdb/7536:
3843 * gdb.base/radix.exp: Add tests to ensure invalid input radices
3844 and unsupported output radices are really rejected.
3845
0cd53049
JK
38462008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.cp/punctuator.exp: Backslash the '$' signs.
3849
ba163c7e
TT
38502008-12-22 Tom Tromey <tromey@redhat.com>
3851
3852 * gdb.cp/punctuator.exp: New file.
3853
6f4de6c9
JK
38542008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3855
3856 * gdb.base/completion.exp (Completing non-existing component): New test.
3857
0f34d0b4
JK
38582008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3859
3860 Fix for PR gdb/8648.
3861 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
3862 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
3863 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
3864 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
3865
db2ad4c3
JK
38662008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3867
3868 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
3869
bb5ef15e
DP
38702008-12-16 Christophe Lyon <christophe.lyon@st.com>
3871
3872 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
3873 compiler actually generate code at the expected line number.
3874
90142adc
JZ
38752008-12-15 Jie Zhang <jie.zhang@analog.com>
3876
3877 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
3878
fad6eecd
TT
38792008-12-12 Tom Tromey <tromey@redhat.com>
3880
3881 * gdb.base/commands.exp (redefine_hook_test): New proc.
3882 Call it.
3883
17c8aaf5
TT
38842008-12-11 Tom Tromey <tromey@redhat.com>
3885
3886 * gdb.base/macscp.exp: New regression test.
3887
7c8adf68
TT
38882008-12-11 Tom Tromey <tromey@redhat.com>
3889
3890 * gdb.base/macscp.exp: Print "address.addr".
3891 * gdb.base/macscp1.c (struct outer): New struct.
3892 (address): New global.
3893
b05dcbb7
TT
38942008-12-09 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
3897 Call it.
3898
2d476de1
DE
38992008-12-04 Doug Evans <dje@google.com>
3900
3901 * gdb.server/ext-run.exp: Relax regexp for init program.
3902
87bdc959
TG
39032008-12-03 Tristan Gingold <gingold@adacore.com>
3904
3905 * gdb.base/macscp.exp: Generate an object file during compilation
3906 to work around Darwin dsymutil limitations.
3907
e0740f77
JK
39082008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3909
3910 Test resolving external references to TLS variables.
3911 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
3912 FILE2_THREAD_LOCAL.
3913 (testfile2, srcfile2): New variables.
3914 * gdb.threads/tls.c (file2_thread_local)
3915 (function_referencing_file2_thread_local): New.
3916 * gdb.threads/tls2.c: New file.
3917
67f0aac5
JB
39182008-11-28 Joel Brobecker <brobecker@adacore.com>
3919
3920 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
3921 rather than integer, as integer might not be big enough when
3922 on 64bit targets.
67f0aac5 3923
c332165e
JG
39242008-11-27 Jerome Guitton <guitton@adacore.com>
3925
3926 * gdb.cp/formatted-ref.exp: Add equality test.
3927 * gdb.ada/formatted_ref.exp: Ditto.
3928
fc9b693c
JK
39292008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3930
3931 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
3932 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
3933
a9c64011
AS
39342008-11-20 Andreas Schwab <schwab@suse.de>
3935
3936 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
3937 matching syscall entry point.
3938 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
3939 (tcatch_vfork_then_child_follow): Likewise. Finish through
3940 vfork even if we stopped at the syscall trampoline.
3941
e2fd701e
DE
39422008-11-20 Doug Evans <dje@google.com>
3943
3944 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
3945
69abc51c
TJB
39462008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3947
3948 * gdb.arch/ppc-dfp.exp: New file.
3949 * gdb.arch/ppc-dfp.c: New file.
3950
c14c28ba
PP
39512008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3952
3953 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 3954
2e74121d
DE
39552008-11-17 Doug Evans <dje@google.com>
3956
3957 * gdb.mi/mi-syn-frame.exp: Update expected output.
3958 * gdb.mi/mi2-syn-frame.exp: Update expected output.
3959
66bb093b
VP
39602008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3961
3962 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
3963 "thread N" results in =thread-selected.
3964 * lib/mi-support (mi_run_cmd, mi_expect_stop)
3965 (mi_send_resuming_command_raw): Be prepared for
3966 =thread-selected.
3967
3d043ef6
VP
39682008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3969
a9c64011
AS
3970 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
3971 * lib/mi-support.exp: Likewise.
3d043ef6 3972
808104c8
JB
39732008-11-16 Joel Brobecker <brobecker@adacore.com>
3974
3975 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
3976 commands from the expected output for "help catch".
3977
00b22944
JB
39782008-11-15 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/int_deref.exp: New testcase.
3981
59669435
TT
39822008-11-14 Nick Roberts <nickrob@snap.net.nz>
3983
3984 * gdb.mi/gdb2549.exp: New file.
3985
de04a248
DE
39862008-11-11 Doug Evans <dje@google.com>
3987
3988 * gdb.base/callexit.exp: New file.
3989 * gdb.base/callexit.c: New file.
3990
6b8ce727
DE
39912008-11-10 Doug Evans <dje@google.com>
3992
3993 * lib/gdb.exp (GDBFLAGS): Move -nx ...
3994 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
3995 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
3996 (default_gdb_start,default_gdb_exit): Ditto.
3997 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
3998 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
3999 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4000 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4001 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4002 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4003
1b14b8aa
AS
40042008-11-03 Andreas Schwab <schwab@suse.de>
4005
4006 * gdb.base/hashline2.exp: Fix typo.
4007 * gdb.base/hashline3.exp: Likewise.
4008
f3134b88
TT
40092008-10-30 Tom Tromey <tromey@redhat.com>
4010
4011 * gdb.base/pointers.exp: Add test.
4012 * gdb.base/pointers.c (k, S): New typedefs.
4013 (instance): New global.
4014
c2226152
AS
40152008-10-30 Andreas Schwab <schwab@suse.de>
4016
4017 * gdb.base/args.exp: Add tests for newlines.
4018
462f405c
JB
40192008-10-30 Joel Brobecker <brobecker@adacore.com>
4020
4021 gdb.base/foll-exec.exp: Update the expected output of a couple
4022 of "info breakpoints" tests.
4023
79a45b7d
TT
40242008-10-28 Tom Tromey <tromey@redhat.com>
4025
4026 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4027
adc13a14
PA
40282008-10-24 Pedro Alves <pedro@codesourcery.com>
4029
4030 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4031 gdb_start_cmd.
4032 Use runto_main before any test that requires execution.
4033
252fbfc8
PA
40342008-10-23 Pedro Alves <pedro@codesourcery.com>
4035
4036 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4037 instead of SIGINT.
4038
28148e3d
JB
40392008-10-22 Joel Brobecker <brobecker@adacore.com>
4040
4041 * gdb.base/completion.exp: Update expected output following
4042 the addition of the "info tasks" command.
4043
c209f847
TT
40442008-10-22 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.base/exprs.exp (test_expr): Add test for string
4047 concatenation.
4048
f177e350
PA
40492008-10-19 Pedro Alves <pedro@codesourcery.com>
4050
4051 * configure.ac: Output gdb.python/Makefile.
4052 * configure: Regenerate.
4053 * gdb.python/Makefile.in: New.
4054
cce89356
JB
40552008-10-16 Joel Brobecker <brobecker@adacore.com>
4056
4057 * gdb.base/foll-fork.exp: Adjust the expected output to match
4058 the new description for fork/vfork catchpoints in the "info
4059 breakpoints" output.
4060
176d289d
TJB
40612008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4062
4063 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4064
a08702d6
TJB
40652008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4066
4067 * gdb.python/python-value.c: New file.
4068 * gdb.python/python-value.exp: New file.
4069
1c5cfe86
PA
40702008-10-15 Pedro Alves <pedro@codesourcery.com>
4071
4072 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4073
5a98ad69
DP
40742008-10-15 Denis Pilat <denis.pilat@st.com>
4075
41702f1b 4076 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4077
dcb1a1e2
TT
40782008-10-09 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4081 'fprintf' and 'stderr'.
4082
9124fe48
JB
40832008-10-07 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/ref_tick_size.exp: New testcase.
4086
45452591
DE
40872008-10-06 Doug Evans <dje@google.com>
4088
4089 * gdb.dwarf2/dw2-cu-size.exp: New file.
4090 * gdb.dwarf2/dw2-cu-size.S: New file.
4091
4092 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4093 .Ltype_int for clarity.
4094
4fc5b208
PP
40952008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4096
4097 PR gdb/2384:
4098 * gdb.cp/gdb2384.exp: Extended to test more cases.
4099 * gdb.cp/gdb2384.cc: Likewise.
4100 * gdb.cp/gdb2384-base.h: Likewise.
4101 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4102
d78df370
JK
41032008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 * gdb.base/maint.exp (maint print type): Remove printing
4106 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4107
9a044a89
TT
41082008-09-30 Tom Tromey <tromey@redhat.com>
4109
4110 * gdb.base/macscp.exp: Add completion tests.
4111 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4112 (TWENTY_THREE): Likewise.
4113 (FORTY_EIGHT): Likewise.
4114
506800a9
TT
41152008-09-30 Tom Tromey <tromey@redhat.com>
4116
4117 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4118 everywhere.
4119 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4120
1a6f01b5
JK
41212008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4124 testcase is derived from. Fix racy dependency on an expected PID
4125 number. No longer support the testcase on Linux kernel 2.4.x.
4126
2fae03e8
TT
41272008-09-27 Tom Tromey <tromey@redhat.com>
4128
4129 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4130 and varargs.
4131
1ad15515
PA
41322008-09-22 Pedro Alves <pedro@codesourcery.com>
4133
4134 * lib/mi-support.exp (mi_expect_interrupt): New.
4135 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4136 from gdb.mi/mi-nonstop.exp.
4137 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4138 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4139 lib/mi-support.exp.
4140 Use mi_check_thread_states throughout. Avoid ".*" and do not
4141 require an anchor after -exec-run.
4142
d0b76dc6
DJ
41432008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4144
4145 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4146 stop is pending. Avoid ".*" when two stops are pending.
4147 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4148 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4149 newlines in fullnames.
4150 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4151 (mi_expect_stop): Update comments. Only anchor in sync mode.
4152 Do not match newlines.
4153 (mi_send_resuming_command_raw): Always return status.
4154 (mi_get_stop_line): Do not match more than one line by accident.
4155 Only anchor in sync mode.
4156 (mi_run_inline_test): If -exec-next fails, give up.
4157
9990c830
UW
41582008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4159
4160 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4161 on SPU.
4162
ebcf6f00
JB
41632008-09-10 Joel Brobecker <brobecker@adacore.com>
4164
4165 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4166
b6db24e5
JB
41672008-09-10 Joel Brobecker <brobecker@adacore.com>
4168
4169 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4170 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4171 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4172 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4173 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4174 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4175 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4176 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4177 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4178 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4179 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4180 Include the "= " sequence in the expected output of print tests.
4181
2bf448e0
JB
41822008-09-10 Joel Brobecker <brobecker@adacore.com>
4183
4184 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4185 description for boolean types.
4186
d51fd4c8
PA
41872008-09-09 Pedro Alves <pedro@codesourcery.com>
4188
4189 * gdb.base/hook-stop-continue.c: New.
4190 * gdb.base/hook-stop-continue.exp: New.
4191
694182d2
DJ
41922008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4193
4194 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4195
3b8a7fc0
JG
41962008-09-08 Jerome Guitton <guitton@adacore.com>
4197
4198 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4199 (stack_check_probe_2, stack_check_probe_loop_1)
4200 (stack_check_probe_loop_2): New functions.
4201 (main): Add call to these new functions.
4202 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4203 functions, check that the breakpoint is inserted at the appropriate
4204 location.
4205 (insert_breakpoint): Slightly refine this procedure so that it can
4206 be called several times in the test.
4207
96cc0ae8
JG
42082008-09-08 Jerome Guitton <guitton@adacore.com>
4209
4210 * gdb.base/stack-checking.c: New file.
4211 * gdb.base/stack-checking.exp: New file.
4212
1f08b409
TJB
42132008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4214
4215 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4216 * gdb.arch/altivec-regs.exp: Likewise.
4217 * gdb.arch/vsx-regs.exp: Likewise.
4218
3099e1c4
TJB
42192008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4220
4221 * gdb.arch/ppc-fp.exp: New file.
4222 * gdb.arch/ppc-fp.c: New file.
4223
cc69bfc1
PP
42242008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4225
4226 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4227 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4228
b02a33db
MS
42292008-09-04 Michael Snyder <msnyder@vmware.com>
4230
4231 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4232 as "at" (for non-debug functions such as _start).
4233
2992cbe0
UW
42342008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4235
4236 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4237 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4238 software watchpoints.
4239 * gdb.base/watch_thread_num.exp: Likewise.
4240
514f746b
AR
42412008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4242
4243 * gdb.arch/i386-bp_permanent.exp: New test.
4244
876cecd0
TT
42452008-08-24 Tom Tromey <tromey@redhat.com>
4246
4247 * gdb.base/maint.exp: Update "maint print type".
4248
80f73d71
VP
42492008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4250
4251 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4252 support. Adjust the order of "*running" notifications.
4253 * gdb.mi/non-stop.c: Don't cast from int to void* and
4254 back.
4255
d9c78d7d
MK
42562008-08-20 Mark Kettenis <kettenis@gnu.org>
4257
4258 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4259 expect to find it in the "info frame" output.
4260
97a2d1d3
DJ
42612008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * gdb.base/interp.exp: Always consume both prompts.
4264
b96e2927
PA
42652008-08-20 Pedro Alves <pedro@codesourcery.com>
4266
4267 * gdb.base/pending.exp: Test pending breakpoints without symbols
4268 loaded.
4269
8cf6e61a
VP
42702008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4271
4272 * lib/mi-support.exp (mi_expect_stop): Produce
4273 more details on failures.
4274 * gdb.mi/mi-nonstop.exp: New.
4275 * gdb.mi/non-stop.c: New.
4276
c6ebd6cf
VP
42772008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4278
a9c64011
AS
4279 * gdb.mi/mi-async.exp: Use 'set target-async'.
4280 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 4281
46a9b8ed
DJ
42822008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4283
4284 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4285
44feb3ce
TT
42862008-08-17 Tom Tromey <tromey@redhat.com>
4287
4288 * gdb.base/help.exp (help catch): Rewrite.
4289
311a4e6b
TJB
42902008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4291
4292 * gdb.base/define.exp: Test indented command documentation.
4293 * gdb.python/python.exp: Test indented multi-line command.
4294
604c2f83
LM
42952008-08-15 Luis Machado <luisgpm@br.ibm.com>
4296
4297 * testsuite/gdb.arch/vsx-regs.c: New source file.
4298 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4299 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4300
886a217c
TT
43012008-08-14 Tom Tromey <tromey@redhat.com>
4302
4303 * gdb.base/macscp.exp: Add regression test for "macro define" or
4304 "macro undef" with no arguments.
4305
c814a4f3
PP
43062008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4307
4308 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 4309
12ab8a60
UW
43102008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4311
4312 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4313
d57a3c85
TJB
43142008-08-06 Tom Tromey <tromey@redhat.com>
4315
4316 * gdb.python/python.exp: New file.
4317
c7b778ff
JK
43182008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 Fix for PR gdb/1543.
4321 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4322 $LOCATION.
4323 (location): New variable.
4324 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4325 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4326 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4327 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4328 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4329 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4330 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4331 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4332 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4333 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4334 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4335 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4336 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4337 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4338 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4339 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4340 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4341 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4342 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4343 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4344 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4345 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4346 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4347 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4348 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4349 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4350 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4351 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4352 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4353 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4354 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4355 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4356 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4357 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4358 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4359 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4360 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4361 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4362 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4363 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4364 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4365 gdb.base/type-opaque.exp, gdb.base/until.exp,
4366 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4367 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4368 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4369 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4370 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4371 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4372 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4373 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4374 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4375 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4376 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4377 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4378 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4379 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4380 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4381 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4382 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4383 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4384 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4385 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4386 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4387 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4388 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4389 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4390 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4391 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4392 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4393 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4394 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4395 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4396 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4397 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4398 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4399 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4400 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4401 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4402 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4403 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4404 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4405 to bug-gdb@prep.ai.mit.edu .
4406
5e06a3d1
VP
44072008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4408
4409 * lib/mi-support.exp (mi_load_shlibs): New.
4410 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4411
9d81d21b
VP
44122008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4413
4414 * lib/mi-support.exp (get_mi_thread_list)
4415 (check_mi_and_console_threads): New, moved from ...
4416 * gdb.mi/mi-pthread.exp: ...here.
4417 * gdb.mi/gdb669.exp (get_mi_thread_list)
4418 (check_mi_and_console_threads): Delete.
4419 * gdb.mi/mi2-pthread.exp: Likewise.
4420
bae98fe0
TT
44212008-07-28 Tom Tromey <tromey@redhat.com>
4422
4423 * Makefile.in (just-check): Remove. Move body to...
4424 (check): ... here.
4425
57380f4e
DJ
44262008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4427
4428 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4429 Add a test for duplicated SIGINTs.
4430
e09490f1
DJ
44312008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4432
4433 * gdb.threads/schedlock.exp (get_args): Update to work for any
4434 value of NUM.
4435 (Top level): Report the number of threads that did not resume.
4436
6387b45f
DJ
44372008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4438
4439 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4440
62f64ff2
DJ
44412008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4442
4443 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4444 non-MI prompt.
4445
fa8de41e
TT
44462008-07-26 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4449 (function_struct, function_struct_ptr): New globals.
4450 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4451 function pointer in a struct.
4452
ccb3ac8a
TT
44532008-07-26 Tom Tromey <tromey@redhat.com>
4454
4455 * gdb.base/macscp.exp: Add test for macro lexing bug.
4456
d7d9f01e
TT
44572008-07-18 Tom Tromey <tromey@redhat.com>
4458
4459 * gdb.base/macscp.exp: Add macro tests.
4460
9bf07184
PP
44612008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4462
4463 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4464
becf6477
PP
44652008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4466
4467 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4468
0709f7d3
PP
44692008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4470
4471 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 4472
7093c834
PP
44732008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4474
4475 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 4476
b432ffe3
JK
44772008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4480
b1a268e5
VP
44812008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4482
4483 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4484
e2995f8e
KB
44852008-07-11 Kevin Buettner <kevinb@redhat.com>
4486
4487 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4488 of regexp to account for changes made to GDB in the printing of
4489 byte vectors.
4490
14032a66
TT
44912008-07-11 Tom Tromey <tromey@redhat.com>
4492
4493 * gdb.base/completion.exp: Add 'help' completion test.
4494
981505ef
JK
44952008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4496
4497 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4498
10568435
JK
44992008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4500
4501 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4502
4487aabf
PA
45032008-07-09 Pedro Alves <pedro@codesourcery.com>
4504
4505 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4506
a4a9b1c4
PA
45072008-07-09 Pedro Alves <pedro@codesourcery.com>
4508
4509 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4510
3c3185ac
JK
45112008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4512
4513 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4514
7ebd49dc
VP
45152008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4516
4517 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4518 previous commit. Add a comment.
4519
84e46146
PA
45202008-06-28 Pedro Alves <pedro@codesourcery.com>
4521
4522 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4523
0f8d4a2f
VP
45242008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4525
4526 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4527
f747e0ce
PA
45282008-06-27 Pedro Alves <pedro@codesourcery.com>
4529
4530 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4531 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4532 compiling an executable, link in an object that forces unbuffered
4533 output.
4534 * lib/set_unbuffered_mode.c: New file.
4535
734a5c36
JK
45362008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4539
a2840c35
VP
45402008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4541
a9c64011
AS
4542 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4543 mi_expect_stop.
4544 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4545 Demand that *running is output.
4546 (detect_async): Perform checking every time.
4547 (mi_send_resuming_command): Extract everything into...
4548 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
4549 (mi_expect_stop): Don't accept any output before *stopped.
4550
6ae37fef
VP
45512008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4552
4553 Robustify mi-simplerun.
a9c64011
AS
4554 * gdb.mi/basics.c (main): Add a call to sleep.
4555 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4556 * gdb.mi/mi2-cli.exp: Likewise.
4557 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 4558
b4aa76f0 45592008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
4560
4561 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4562
e1ac3328
VP
45632008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4564
a9c64011
AS
4565 * gdb.mi/mi-console.exp: Adjust.
4566 * gdb.mi/mi-syn-frame.exp: Adjust.
4567 * gdb.mi/mi2-console.exp: Adjust.
4568 * gdb.mi/mi2-syn-frame.exp: Adjust.
4569 * lib/mi-support.exp (mi_run_cmd): Adjust.
4570 (mi_send_resuming_command): Adjust.
e1ac3328 4571
f7f9a841
VP
45722008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4573
4574 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
4575 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4576 testing of stopped.
4577 * gdb.mi/mi2-syn-frame.exp: Likewise.
4578 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4579 (async, detect_async): New.
4580 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4581 depending on if we're running in sync or async mode.
f7f9a841 4582
37cd5d19
TT
45832008-06-09 Tom Tromey <tromey@redhat.com>
4584
4585 * gdb.base/completion.exp: New tests for field name completion
4586 with spaces, and field name completion with '->'.
4587
65d12d83
TT
45882008-06-06 Tom Tromey <tromey@redhat.com>
4589
4590 * gdb.base/break1.c (struct some_struct): New struct.
4591 (values): New global.
4592 * gdb.base/completion.exp: Add field name completion test.
4593
ebfe2e3f
PP
45942008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4595
4596 * gdb.cp/call-c.exp: Test for incorrect handling of reference
4597 to pointer.
4598 * gdb.cp/call-c.cc: Likewise.
4599
bcf6fc3a
NR
46002008-06-06 Nick Roberts <nickrob@snap.net.nz>
4601
4602 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
4603 annotation.
4604
49fd4a42 46052008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 4606 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
4607
4608 * gdb.threads/execl.c, gdb.threads/execl1.c,
4609 gdb.threads/execl.exp: New tests.
a9c64011 4610
8a34ac3f
AR
46112008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
4612 Daniel Jacobowitz <dan@codesourcery.com>
4613
4614 * gdb.cp/exception.exp: Activate test, make it work with pending
4615 catchpoints.
4616
86ae69ef
JK
46172008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4618
4619 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
4620
f7f9ae2c
VP
46212008-05-28 Vladimir Prus <vladimir@codesourcery.com>
4622
a9c64011
AS
4623 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
4624 now printed.
4625 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 4626
2a2d4dc3
AS
46272008-05-27 Andreas Schwab <schwab@suse.de>
4628
4629 * gdb.base/frame-args.exp: Handle arguments that are optimized
4630 out.
4631
5099e4d9
LM
46322008-05-26 Luis Machado <luisgpm@br.ibm.com>
4633
4634 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
4635 quiet for ppc32 and group options into a single variable.
4636
d9c36a91
JB
46372008-05-23 Joel Brobecker <brobecker@adacore.com>
4638
4639 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
4640 of zero-size elements.
4641 * gdb.ada/null_array.exp: Test printing this new array.
4642
103a8671
JK
46432008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
4646
07a4cc1a 46472008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
4648
4649 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
4650 of the "finish" command.
4651
55f996a7
NR
46522008-05-21 Nick Roberts <nickrob@snap.net.nz>
4653
4654 * gdb.base/annota1.exp: Test for new annotation.
4655
907fc202
UW
46562008-05-16 Pedro Alves <pedro@codesourcery.com>
4657
4658 * gdb.base/fixsection.exp: New file.
4659 * gdb.base/fixsection0.c: New file.
4660 * gdb.base/fixsection1.c: New file.
4661
e8f97270
UW
46622008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4663
4664 * gdb.base/annota1.exp: Accept printf@... in place of printf.
4665 * gdb.base/annota3.exp: Likewise.
4666
ac0bb574
NF
46672008-05-13 Nathan Froyd <froydnj@codesourcery.com>
4668
4669 * gdb.base/watch_thread_num.exp: Don't run tests that require
4670 watchpoints if the target doesn't support them.
4671
6fadd07a
DE
46722008-05-12 Doug Evans <dje@google.com>
4673
4674 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
4675
6e9a4a30
JB
46762008-05-09 Joel Brobecker <brobecker@adacore.com>
4677
4678 * gdb.ada/assign_1.exp: New testcase.
4679
08388c79
DE
46802008-05-09 Doug Evans <dje@google.com>
4681
a3c83fae
DE
4682 * gdb.base/find.exp: New file.
4683 * gdb.base/find.c: New file.
08388c79 4684
bd5ddfe8
DJ
46852008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
4686
4687 * gdb.base/commands.exp (watchpoint_command_test): Handle
4688 gdb,no_hardware_watchpoints.
4689 * gdb.base/float.exp: Allow ARM targets without floating point.
4690 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
4691
b5dd68e2 46922008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 4693 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
4694
4695 * gdb.ada/lang_switch: New test program.
4696 * gdb.ada/lang_switch.exp: New testcase.
4697
382d13d1
DE
46982008-05-05 Doug Evans <dje@google.com>
4699
4700 * gdb.base/help.exp (disassemble): Update expected help text.
4701
9dd789d0
PA
47022008-05-04 Pedro Alves <pedro@codesourcery.com>
4703
4704 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
4705
611c83ae
PA
47062008-05-04 Pedro Alves <pedro@codesourcery.com>
4707
4708 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
4709 different times.
4710
ff013f42
JK
47112008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4712
4713 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
4714 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
4715 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
4716 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
4717
96dff6a2
VP
47182008-05-04 Vladimir Prus <vladimir@codesourcery.com>
4719
4720 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
4721 notification to appear.
4722
55cd6f92
DJ
47232008-05-04 Daniel Jacobowitz <dan@debian.org>
4724
4725 * gdb.base/fullname.c: New file.
4726 * gdb.base/fullname.exp: New file.
4727 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
4728
d705c43c
PA
47292008-05-03 Pedro Alves <pedro@codesourcery.com>
4730
4731 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
4732 expressions with macros.
4733
333222e1
JK
47342008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
4737
5ac01682
DJ
47382008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4739
4740 * gdb.base/completion.exp: Handle lack of other symbols beginning
4741 with "a".
4742
4743 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
4744
237fc4c9
PA
47452008-05-02 Jim Blandy <jimb@codesourcery.com>
4746
4747 * gdb.asm/asmsrc1.s: Add scratch space.
4748
ed5e9466
DJ
47492008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4750 Daniel Jacobowitz <dan@codesourcery.com>
4751
4752 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
4753 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
4754 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
4755
b39cc962
DJ
47562007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
4757
4758 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
4759
36d520f5
JB
47602008-05-01 Joel Brobecker <brobecker@adacore.com>
4761
4762 * gdb.base/info-target.exp: New testcase.
4763
8d4e3071
DJ
47642008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4765
4766 * gdb.cp/hang.exp: Use .cc instead of .C.
4767 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
4768 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
4769
6f3f3097
DJ
47702008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4771
4772 * gdb.base/gdb1250.exp: Remove perror.
4773 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
4774
5550a914
PA
47752008-04-30 Pedro Alves <pedro@codesourcery.com>
4776
4777 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
4778 .2byte.
4779
d848e687
DJ
47802008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
4781
4782 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
4783 (maybe_kfail): New.
4784
93b5768b
PA
47852008-04-25 Pedro Alves <pedro@codesourcery.com>
4786
4787 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
4788
721c02de
VP
47892008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4790
a9c64011
AS
4791 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
4792 * gdb.mi/mi2-syn-frame.exp: Likewise.
4793 * lib/mi-support.exp: Likewise.
721c02de 4794
74960c60
VP
47952008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4796
4797 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
4798 to specify regexp for the location to stop at.
4799 * gdb.base/break-always.c: New.
4800 * gdb.base/break-always.exp: New.
4801
d24317b4
VP
48022008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4803
4804 * lib/mi-support.exp (mi_runto_helper): Adjust
4805 for the original-location field.
4806 (mi_create_breakpoint, mi_list_breakpoints): New.
4807 * gdb.mi/mi-break.exp: Adjust.
4808 * gdb.mi/mi2-break.exp: Adjust.
4809 * gdb.mi/mi-pending.exp: Adjust.
4810 * gdb.mi/mi-simplerun.exp: Adjust.
4811 * gdb.mi/mi2-simplerun.exp: Adjust.
4812 * gdb.mi/mi-syn-frame.exp: Adjust.
4813 * gdb.mi/mi2-syn-frame.exp: Adjust.
4814 * gdb.mi/mi-until.exp: Adjust.
4815 * gdb.mi/mi2-until.exp: Adjust.
4816 * gdb.mi/mi-var-display.exp: Adjust.
4817 * gdb.mi/mi2-var-display.exp: Adjust.
4818 * gdb.mi/mi-watch.exp: Adjust.
4819 * gdb.mi/mi2-watch.exp: Adjust.
4820
fdc59709 48212008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 4822
a9c64011
AS
4823 * aclocal.m4: Add override.m4.
4824 * configure: Regenerate.
fdc59709 4825
8e91f023
VP
48262008-04-19 Vladimir Prus <vladimir@codesourcery.com>
4827
4828 * gdb.mi/var-cmd.c (do_at_tests): Verify that
4829 '-var-update --all-values' reports new value even the type
4830 of a variable object has changed.
4831
233a11ab
CS
48322008-04-18 Craig Silverstein <csilvers@google.com>
4833
4834 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
4835 files.
d24317b4 4836
9c1137ad
JB
48372008-04-18 Joel Brobecker <brobecker@adacore.com>
4838
4839 * gdb.ada/atomic_enum: New test program.
4840 * gdb.ada/atomic_enum.exp: New testcase.
4841
66d0bbc7
DE
48422008-04-17 Doug Evans <dje@google.com>
4843
4844 * gdb.opt/Makefile.in: Fix whitespace.
4845
100906b0
UW
48462008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4847
4848 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
4849
4584e32e
DE
48502008-04-17 Doug Evans <dje@google.com>
4851
4852 * gdb.base/hashline1.exp: New testcase.
4853 * gdb.base/hashline2.exp: New testcase.
4854 * gdb.base/hashline2.exp: New testcase.
4855
0a320680
PA
48562008-04-17 Pedro Alves <pedro@codesourcery.com>
4857
4858 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
4859
18ac113b
AR
48602008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
4861
4862 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
4863 temporary breakpoint to match "Temporary breakpoint".
4864 * gdb.base/break.exp (delete_breakpoints): Likewise.
4865 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
4866 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
4867 * gdb.base/display.exp: Likewise.
4868 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
4869 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
4870 * gdb.base/restore.exp (restore_tests): Likewise.
4871 * gdb.base/sepdebug.exp: Likewise.
4872 * gdb.base/watchpoint.exp: Likewise.
4873 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
4874 * gdb.mi/mi-pending.exp: Likewise.
4875 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
4876 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
4877 * gdb.mi/mi-var-cmd.exp: Likewise.
4878 * gdb.mi/mi-var-display.exp: Likewise.
4879 * gdb.mi/mi2-cli.exp: Likewise.
4880 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
4881 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
4882 * gdb.mi/mi2-var-display.exp: Likewise.
4883 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
4884 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
4885 new "disp" field.
a9c64011 4886 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
4887 reason. This is to support fix for PR2424.
4888
add38693
JK
48892008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
4892
fcacd99f
VP
48932008-04-13 Vladimir Prus <vladimir@codesourcery.com>
4894
4895 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 4896 field. Add more floating varobj tests.
fcacd99f 4897 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
4898 field.
4899 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
4900 (main): Call do_at_tests.
4901 * lib/mi-support.exp (mi_create_floating_varobj)
4902 (mi_varobj_update_with_type_change): New.
fcacd99f 4903
de051565
MK
49042008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4905
4906 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
4907 option of -var-evaluate-expression.
4908 * gdb.mi/mi2-var-display.exp: Likewise.
4909
dbc52822
VP
49102008-04-07 Vladimir Prus <vladimir@codesourcery.com>
4911
4912 Introduce test setup helpers.
a9c64011
AS
4913 * lib/gdb.exp (build_executable, clean_restart)
4914 (prepare_for_testing): New.
4915 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
4916 * gdb.base/return.exp: Likewise.
4917 * gdb.base/ending-run.exp: Likewise.
dbc52822 4918
473591da
NR
49192008-04-07 Nick Roberts <nickrob@snap.net.nz>
4920
4921 * gdb.mi/mi-async.exp: New test for asynchronous Machine
4922 Interface (MI) responses.
4923
2b2d9e11
VP
49242008-04-06 Vladimir Prus <vladimir@codesourcery.com>
4925
a9c64011
AS
4926 * gdb.cp/breakpoint.cc: New code to test conditions involving
4927 member variables.
4928 * gdb.cp/breakpoint.exp: Test condition involving member
4929 variables.
2b2d9e11 4930
bb378428
VP
49312008-04-05 Vladimir Prus <vladimir@codesourcery.com>
4932
4933 * lib/mi-support.exp (mi_expect_stop): New.
4934 (mi_run_cmd): Change the
4935 token. Use mi_send_resuming_command, use
4936 mi_expect_stop.
4937 (mi_execute_to_helper): Rename to mi_execute_to.
4938 (mi_send_resuming_command): Add more error patterns.
4939 (mi_wait_for_stop): Renamed to...
4940 (mi_get_stop_line): ...this.
4941 (mi_run_inline_test): Adjust.
4942
4943 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
4944 * gdb.mi/mi-console.exp: Likewise.
4945 * gdb.mi/mi-pending.exp: Likewise.
4946 * gdb.mi/mi-simplerun.exp: Likewise.
4947 * gdb.mi/mi-stack.exp: Likewise.
4948 * gdb.mi/mi-stepi.exp: Likewise.
4949 * gdb.mi/mi-syn-frame.exp: Add comment.
4950 * gdb.mi/mi-until.exp: Likewise.
4951 * gdb.mi/mi-var-display.exp: Likewise.
4952 * gdb.mi/mi-watch.exp: Likewise.
4953 * gdb.mi/mi2-cli.exp: Likewise.
4954 * gdb.mi/mi2-console.exp: Likewise.
4955 * gdb.mi/mi2-simplerun.exp: Likewise.
4956 * gdb.mi/mi2-stack.exp: Likewise.
4957 * gdb.mi/mi2-stepi.exp: Likewise.
4958 * gdb.mi/mi2-until.exp: Likewise.
4959 * gdb.mi/mi2-var-display.exp: Likewise.
4960 * gdb.mi/mi2-watch.exp: Likewise.
4961
62172bb9
UW
49622008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4963
4964 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
4965
4966 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
4967
a13e061a
PA
49682008-04-04 Pedro Alves <pedro@codesourcery.com>
4969
4970 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
4971 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
4972 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
4973 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
4974 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
4975 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
4976 expect an mi error duplicated in stderr.
4977
eae06beb
JB
49782008-04-03 Joel Brobecker <brobecker@adacore.com>
4979
4980 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
4981 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
4982 Add a couple of tests that verify the behavior when the new setting
4983 is set to "cancel" and "all".
4984 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
4985 "ask" before we start the testing.
4986
79c6ced6
AR
49872008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
4988
4989 * gdb.cp/casts.cc: Add class reference variables.
4990 * gdb.cp/casts.exp: New test cases for up/down casting references.
4991
6c2d1a6b
MK
49922008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
4993
4994 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
4995 instead of beginning to make an extra test pass.
4996 * gdb.mi/mi2-var-display.exp: Likewise.
4997
55b411d9
MR
49982008-03-31 Maciej W. Rozycki <macro@mips.com>
4999
5000 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5001
c6140da2
MD
50022008-03-31 Markus Deuling <deuling@de.ibm.com>
5003 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5004
5005 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5006 value. Add xfail for older kernels.
5007
79732189
AR
50082008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5009
5010 Bring mi-support in line with gdb.exp.
5011 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5012 (mi_gdb_start): New function.
5013
33c3676e
MR
50142008-03-28 Maciej W. Rozycki <macro@mips.com>
5015
5016 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5017
92e28119
VP
50182008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5019
5020 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5021 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5022
9e8e3afe
VP
50232008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5024
5025 * lib/mi-support.exp (mi_create_varobj_checked): New.
5026 (mi_list_varobj_children): Allow to check for a
5027 value.
5028 (mi_list_array_varobj_children): New.
5029
5030 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5031 and mi_list_varobj_children, as opposed to hardcoding
5032 expected strings.
5033 * gdb.mi/gdb701.exp: Likewise.
5034 * gdb.mi/gdb792.exp: Likewise.
5035 * gdb.mi/mi-var-block.exp: Likewise.
5036 * gdb.mi/mi-var-cmd.exp: Likewise.
5037 * gdb.mi/mi-var-invalidate.exp: Likewise.
5038 * gdb.mi/mi2-var-block.exp: Likewise.
5039 * gdb.mi/mi2-var-child.exp: Likewise.
5040 * gdb.mi/mi2-var-cmd.exp: Likewise.
5041 * gdb.mi/mi2-var-display.exp: Likewise.
5042
9df50351
JK
50432008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5044
5045 Fix random false FAILs on i386.
5046 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5047
31e5d73a
DJ
50482008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5049
5050 PR gdb/544
5051 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5052
12f4afab
DJ
50532008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5054
5055 PR gdb/544
5056 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5057
b562a0cb
DJ
50582008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5059
5060 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5061 fixed PR gdb/544.
5062
17faa917
DJ
50632008-03-21 Pedro Alves <pedro@codesourcery.com>
5064
5065 * gdb.threads/fork-child-threads.exp: Test next over fork.
5066
6214f497
DJ
50672008-03-21 Chris Demetriou <cgd@google.com>
5068
5069 * gdb.base/break.exp (rbreak junk): New test for rbreak
5070 "Junk at end of arguments" issue.
5071
63092375
DJ
50722008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5073
5074 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5075 *& to work on created array elements.
5076 (Top level): Test print $pc with a file. Test string operations
5077 without a target.
5078 * gdb.base/ptype.exp: Do not expect *& to work on created array
5079 elements.
5080
b21991b0
DJ
50812008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5082
5083 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5084 gdb.threads/staticthreads.exp: Update exit query.
5085
c4b347c7
SL
50862008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5087
5088 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5089
fa4727a6
DJ
50902008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5091
5092 * gdb.base/watchpoint.c (global_ptr, func4): New.
5093 (main): Call func4.
5094 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5095 (test_inaccessible_watchpoint): New.
5096
2f34202f
MR
50972008-02-29 Maciej W. Rozycki <macro@mips.com>
5098
5099 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5100 select the largest.
5101
0d6ba1b1
DJ
51022008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5103
5104 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5105 frames-invalid annotations.
5106
e691325a
PM
51072008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5108
a9c64011 5109 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5110
f85b5ecc
DE
51112008-02-27 Doug Evans <dje@google.com>
5112
5113 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5114 for bug 1738.
5115 (breakpoint_to_handler_entry): Ditto.
5116
b40e7bf3
JB
51172008-02-27 Joel Brobecker <brobecker@adacore.com>
5118
5119 * gdb.base/ending-run.exp: Use the first line of code inside
5120 function body to test breakpoints.
5121 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5122 location where the breakpoint is inserted when using the line
5123 where a function is declared. Fix typo in the description of
5124 one of the tests.
5125 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5126
2faca73a
PM
51272008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5128
5129 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5130 tests.
2faca73a 5131
6f439c36
PM
51322008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5133
5134 * gdb.base/args.exp: avoid same output for tests
5135 with single quotes.
5136
54e52265
VP
51372008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5138
a9c64011
AS
5139 * gdb.base/annota1.exp: Adjust for 'info break'
5140 format changes.
5141 * gdb.base/annota3.exp: Likewise.
5142 * gdb.base/break.exp: Likewise.
5143 * gdb.base/condbreak.exp: Likewise.
5144 * gdb.base/pending.exp: Likewise.
5145 * gdb.base/sepdebug.exp: Likewise.
5146 * gdb.base/unload.exp: Likewise.
5147 * gdb.cp/ovldbreak.exp: Likewise.
5148 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5149
897b09ca
DE
51502008-02-07 Doug Evans <dje@google.com>
5151
5152 * gdb.cp/mb-inline.exp: New.
5153 * gdb.cp/mb-inline.h: New.
5154 * gdb.cp/mb-inline1.cc: New.
5155 * gdb.cp/mb-inline2.cc: New.
5156
b1c32d35
PM
51572008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5158
5159 * gdb.pascal/floats.pas: New test program.
5160 * gdb.pascal/floats.exp: New testcase.
5161
1a4ca44a
TJB
51622008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5163
5164 * gdb.base/callfuncs.c (t_float_many_args): New function.
5165 (t_double_many_args): New function.
5166 * gdb.base/callfuncs.exp: Add tests for exceeding float
5167 and double parameters passed through the stack.
5168
439048e8
JB
51692008-02-05 Joel Brobecker <brobecker@adacore.com>
5170
5171 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5172 gdb.ada/complete/foo.adb: New files.
5173 * gdb.ada/complete.exp: New testcase.
5174
81fe8080
DE
51752008-02-03 Doug Evans <dje@google.com>
5176
301f0ecf
DE
5177 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5178
81fe8080
DE
5179 * gdb.cp/gdb2384.exp: New file.
5180 * gdb.cp/gdb2384.cc: New file.
5181 * gdb.cp/gdb2384-base.h: New file.
5182 * gdb.cp/gdb2384-base.cc: New file.
5183
4b071aec
DE
51842008-02-02 Doug Evans <dje@google.com>
5185
5186 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5187
61137ba6
JB
51882007-02-01 Joel Brobecker <brobecker@adacore.com>
5189
5190 * gdb.ada/sym_print_name: New test program.
5191 * gdb.ada/sym_print_name.exp: New testcase.
5192
51932007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5194
5195 * gdb.ada/nested/hello.adb: New file.
5196 * gdb.ada/nested.exp: New testcase.
5197 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5198
98deb0da
VP
51992008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5200
5201 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5202 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5203 don't cause future evaluations of function to report
5204 creation of internal breakpoints.
98deb0da 5205
723a2275
VP
52062008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 * gdb.mi/mi-break.exp (test_error): New.
5209 Call it.
5210
fb546a2f
LM
52112008-01-31 Luis Machado <luisgpm@br.ibm.com>
5212
5213 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5214 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5215
2d8fd90a
PM
52162008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5217
5218 * gdb.pascal/integers.pas: New test program.
5219 * gdb.pascal/integers.exp: New testcase.
5220
a7fa0ded
PM
52212008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5222
5223 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5224
5e1a1926
TJB
52252008-01-30 Luis Machado <luisgpm@br.ibm.com>
5226
5227 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5228 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5229
8d04f9f0
JB
52302008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5231
5232 * gdb.ada/formatted_ref: New test program.
5233 * gdb.ada/formatted_ref.exp: New testcase.
5234
5235 * gdb.cp/formatted-ref.cc: New file.
5236 * gdb.cp/formatted-ref.exp: New testcase.
5237
ce75a98f
JB
52382008-01-30 Joel Brobecker <brobecker@adacore.com>
5239
5240 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5241
e835f6bf
NR
52422008-01-30 Nick Roberts <nickrob@snap.net.nz>
5243
5244 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5245 (test_file_list_exec_source_file): Update to new macro-info field.
5246
d118ef87
PH
52472008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5248
5249 * gdb.ada/exprs: New test program.
5250 * gdb.ada/exprs.exp: New testcase.
5251
7d35ab09
TJB
52522008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5253
5254 * dfp-test.c (DELTA, DELTA_B): New definitions.
5255 (double_val1, double_val2, double_val3, double_val4, double_val5,
5256 double_val6, double_val7, double_val8, double_val9, double_val10,
5257 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5258 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5259 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5260 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5261 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5262 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5263 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5264 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5265 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5266 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5267 dec128_val16): New global variables.
5268 (decimal_dec128_align): New function.
5269 (decimal_mixed): Likewise.
5270 (decimal_many_args_dec32): Likewise.
5271 (decimal_many_args_dec64): Likewise.
5272 (decimal_many_args_dec128): Likewise.
5273 (decimal_many_args_mixed): Likewise.
5274 * dfp-test.exp: Add tests calling new inferior functions.
5275
2d717e4f
DJ
52762008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5277
5278 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5279 gdb.server/ext-run.exp: New files.
5280 * lib/gdbserver-support.exp (gdbserver_download): New.
5281 (gdbserver_start): New. Update gdbserver expected
5282 output.
5283 (gdbserver_spawn): Use them.
5284 (gdbserver_start_extended): New.
5285
e85a822c
DJ
52862008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5287
5288 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5289 Run on GNU/Linux.
5290 (do_exec_tests): Check for systems which do not support catchpoints.
5291 Do not match START.
5292 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5293 Run on GNU/Linux. Enable verbose output.
5294 (check_fork_catchpoints): New.
5295 (explicit_fork_child_follow, catch_fork_child_follow)
5296 (tcatch_fork_parent_follow): Update expected messages.
5297 (do_fork_tests): Use check_fork_catchpoints.
5298 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5299 Run on GNU/Linux. Enable verbose output.
5300 (check_vfork_catchpoints): New.
5301 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5302 expected messages.
5303 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5304
401ea829
JB
53052008-01-29 Jim Blandy <jimb@red-bean.com>
5306
5307 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5308 host' errors.
5309 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5310
aceaf3ad
JB
53112008-01-29 Jim Blandy <jimb@red-bean.com>
5312
5313 * gdb.threads/sigthread.c: Use barriers to ensure that
5314 child_thread and child_thread_two are always initialized before we
5315 start to use them.
5316
a5606eee
VP
53172008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5318
5319 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
5320 * gdb.base/watchpoint-solib.c: New.
5321 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 5322
c55a82bb
PM
53232008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5324
5325 * gdb.base/gdb1056.exp: Add unsigned integer test.
5326
0993fe05
DE
53272008-01-28 Doug Evans <dje@google.com>
5328
5329 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5330
4fe42e7f
JB
53312008-01-27 Jim Blandy <jimb@codesourcery.com>
5332
c7a69933
JB
5333 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5334
4fe42e7f
JB
5335 * gdb.base/expand-psymtabs.exp: Doc fix.
5336
5def8285
MK
53372008-01-26 Mark Kettenis <kettenis@gnu.org>
5338
5339 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5340
5313c911
NR
53412008-01-24 Nick Roberts <nickrob@snap.net.nz>
5342
a9c64011 5343 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
5344 -var-set-format.
5345
93815fbf
VP
53462008-01-23 Chris Demetriou <cgd@google.com>
5347
5348 * gdb.threads/thread_events.c: New testcase source file.
5349 * gdb.threads/thread_events.exp: New testcase expect file.
5350
467a88ee
NR
53512008-01-23 Nick Roberts <nickrob@snap.net.nz>
5352
5353 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
5354
5355 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
5356 -var-set-format.
5357
d8f82aba
DJ
53582008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5359 Vladimir Prus <vladimir@codesourcery.com>
5360
5361 * gdb.base/float.exp: Allow missing floating point for m68k and
5362 PowerPC.
5363
60c46647
VP
53642008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5365
5366 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
5367 ignore count.
5368 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5369 * gdb.mi/mi-cli.exp: Adjust.
5370 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 5371
c7dd36a1
PA
53722008-01-17 Pedro Alves <pedro@codesourcery.com>
5373
5374 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5375 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5376 with dummy_ptr's address.
5377 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5378 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5379 all targets.
5380 * gdb.mi/mi2-var-child.exp: Likewise.
5381
39d5313e
JB
53822008-01-09 Joel Brobecker <brobecker@adacore.com>
5383
5384 * gdb.ada/null_array: New test program.
5385 * gdb.ada/null_array.exp: New testcase.
5386
0aea4bf3
LM
53872008-01-09 Luis Machado <luisgpm@br.ibm.com>
5388
5389 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5390 with required float modifiers.
5391
0b354900
JB
53922008-01-08 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/funcall_param: New test program.
5395 * gdb.ada/funcall_param.exp: New testcase.
5396
cdb7f5d4
JB
53972008-01-08 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.ada/arrayparam: New test program.
5400 * gdb.ada/arrayparam.exp: New testcase.
5401
88e2547f
JB
54022008-01-08 Joel Brobecker <brobecker@adacore.com>
5403
5404 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5405 landed. Should also fix random failures in the test following it.
5406
f6867ce0
TJB
54072008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5408
5409 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5410 for expressions with decimal float values.
5411 (test_dfp_conversions): New function to test casts to and from
5412 decimal float types.
5413 Call test_dfp_conversions.
5414 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5415 elements.
5416 (main): Initialize ds.float4 and ds.double8 elements.
5417 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5418 string to new error message.
5419 (d64_set_tests): Likewise.
5420 (d128_set_tests): Likewise.
5421 Add tests for expressions with decimal float variables. Add tests for
5422 conversions to and from decimal float types.
5423
f9c11282
JB
54242008-01-05 Joel Brobecker <brobecker@adacore.com>
5425
5426 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5427 * gdb.ada/packed_tagged.exp: New testcase.
5428
0ecbca72
JB
54292008-01-04 Joel Brobecker <brobecker@adacore.com>
5430
5431 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5432 gdb.ada/homonym/homonym_main.adb: New files.
5433 * gdb.ada/homonym.exp: New testcase.
5434
c18d3d89
JB
54352008-01-04 Joel Brobecker <brobecker@adacore.com>
5436
5437 * gdb.ada/packed_array.exp: Add testing of references to
5438 a packed array.
5439
ecc7085b
JB
54402008-01-04 Joel Brobecker <brobecker@adacore.com>
5441
5442 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5443 New files.
5444 * gdb.ada/type_coercion.exp: New testcase.
5445
c474c922
JB
54462008-01-04 Joel Brobecker <brobecker@adacore.com>
5447
5448 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5449 gdb.ada/tagged/foo.adb: New file.
5450 * gdb.ada/tagged.exp: New testcase.
5451
9005b927
JB
54522008-01-04 Joel Brobecker <brobecker@adacore.com>
5453
5454 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5455 gdb.ada/ptype_field/foo.adb: New files.
5456 * gdb.ada/ptype_field.exp: New testcase.
5457
1a6aaad8
JB
54582008-01-03 Joel Brobecker <brobecker@adacore.com>
5459
5460 * gdb.ada/print_pc.exp: New testcase.
5461
0ef22f53
JB
54622008-01-03 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5465 gdb.ada/taft_type/p.adb: New files.
5466 * gdb.ada/taft_type.exp: New testcase.
5467
1689ecf8
JB
54682008-01-03 Joel Brobecker <brobecker@adacore.com>
5469
5470 * gdb.ada/array_bounds/bar.adb: New file.
5471 * gdb.ada/array_bounds.exp: New testcase.
5472
a4d0b9c3
JB
54732008-01-03 Joel Brobecker <brobecker@adacore.com>
5474
5475 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5476 gdb.ada/arrayptr/foo.adb: New files.
5477 * gdb.ada/arrayptr.exp: New testcase.
5478
a31ace00
JB
54792008-01-03 Joel Brobecker <brobecker@adacore.com>
5480
5481 * gdb.base/set-lang-auto.exp: New testcase.
5482
a97fced3
JB
54832008-01-03 Joel Brobecker <brobecker@adacore.com>
5484
5485 * gdb.ada/fun_addr/foo.adb: New file.
5486 * gdb.ada/fun_addr.exp: New testcase.
5487
ef29ce1a
JK
54882008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5489
5490 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5491 New files
5492
0fafefe3
JB
54932008-01-02 Joel Brobecker <brobecker@adacore.com>
5494
5495 * array_subscript_addr/p.adb: New file.
a9c64011 5496 * array_subscript_addr.exp: New testcase.
0fafefe3 5497
c4359f8d
JB
54982008-01-02 Joel Brobecker <brobecker@adacore.com>
5499
a9c64011 5500 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
5501 New files.
5502 * gdb.ada/str_cmp_ref.exp: New testcase.
5503
1aa1b15b
JB
55042008-01-01 Joel Brobecker <brobecker@adacore.com>
5505
5506 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5507 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 5508 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 5509
81c9b2cf
JB
55102008-01-01 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5513 gdb.ada/ref_param/pck.ads: New files.
5514 * gdb.ada/ref_param.exp: New testcase.
5515
319e4674
JB
55162008-01-01 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5519 gdb.ada/interface/foo.adb: New files.
5520 * gdb.ada/interface.exp: New testcase.
5521
ef682c56
JB
55222007-12-31 Jim Blandy <jimb@codesourcery.com>
5523
5524 * gdb.base/multi-forks.exp: Consume all output from child
5525 processes before proceeding to next test.
5526
f6f3eb6c
JB
55272007-12-29 Jim Blandy <jimb@codesourcery.com>
5528
5529 * configure: Regenerated.
5530
f652e42f
JB
55312007-12-27 Joel Brobecker <brobecker@adacore.com>
5532
5533 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5534 gdb.ada/fixed_cmp/fixed.adb: New files.
5535 * gdb.ada/fixed_cmp.exp: New testcase.
5536
6943e596
JB
55372007-12-27 Joel Brobecker <brobecker@adacore.com>
5538
5539 * gdb.ada/boolean_expr.exp: New testcase.
5540
aad9a193
JB
55412007-12-26 Jim Blandy <jimb@codesourcery.com>
5542
5543 * gdb.base/multi-forks.exp: Doc fix.
5544
fb5f3683
JB
55452007-12-26 Joel Brobecker <brobecker@adacore.com>
5546
5547 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5548 * gdb.ada/char_param.exp: Do not compile our test program with
5549 -gnata, this is unnecessary.
5550 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5551
384e4a9c
JB
55522007-12-24 Joel Brobecker <brobecker@adacore.com>
5553
5554 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5555 gdb.ada/print_chars/foo.adb: New files.
5556 * gdb.ada/print_chars.exp: New testcase.
5557
01e044f7
JB
55582007-12-24 Joel Brobecker <brobecker@adacore.com>
5559
5560 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5561 gdb.ada/char_param/foo.adb: New files.
5562 * gdb.ada/char_param.exp: New testcase.
5563
0ce17860
JB
55642007-12-22 Jim Blandy <jimb@codesourcery.com>
5565
5566 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5567 hard-coding source line numbers into the test.
5568 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5569 gdb_get_line_number to find.
5570
919809b9
JB
55712007-12-22 Joel Brobecker <brobecker@adacore.com>
5572
5573 * gdb.base/ptype.c (highest): New struct type.
5574 (the_highest): New variable of that type.
5575 (main): Add dummy assignment to a field of variable the_highest.
5576 * gdb.base/ptype.exp: Test type printing of our new variable.
5577
abc8a88d
PM
55782007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5579
5580 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 5581 and record first explicitly generated thread number.
abc8a88d
PM
5582 Use that thread number for thread specific watchpoint test.
5583 Add iteration number to repetitive tests.
5584
5158f3e3
CES
55852007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
5586 Jim Blandy <jimb@codesourcery.com>
5587
5588 * gdb.base/expand-psymtabs.c: New testcase
5589 source file.
5590 * gdb.base/expand-psymtabs.exp: New testcase
5591 expect file.
5592
37e4754d
LM
55932007-12-17 Luis Machado <luisgpm@br.ibm.com>
5594
5595 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
5596 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
5597
551e5d04
JB
55982007-12-17 Joel Brobecker <brobecker@adacore.com>
5599
5600 * gdb.ada/frame_args/foo.adb: New file.
5601 * gdb.ada/frame_args/pck.ads: New file.
5602 * gdb.ada/frame_args/pck.adb: New file.
5603 * gdb.ada/frame_args.exp: New testcase.
5604
a05ee097
JB
56052007-12-17 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.base/frame-args.c: New file.
5608 * gdb.base/frame-args.exp: New testcase.
5609
c162e8c9 56102007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 5611 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
5612
5613 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
5614
afe8ab22 56152007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 5616
afe8ab22
VP
5617 * gdb.mi/mi-pending.exp: New.
5618 * gdb.mi/mi-pending.c: New.
5619 * gdb.mi/mi-pendshr.c: New.
5620
dfdfb3ca
JB
56212007-12-06 Jim Blandy <jimb@codesourcery.com>
5622
5623 * gdb.base/default.exp: Update expected output for 'info catch'.
5624
b7fca990
JK
56252007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
5628 must be set to binary.
5629
6a1afc1e
PA
56302007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
5631
5632 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
5633
a6b151f1
DJ
56342007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
5637 gdb.mi/mi-file-transfer.exp: New.
5638
43039443
JK
56392007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5640
5641 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
5642
0ef2251b
MR
56432007-11-22 Maciej W. Rozycki <macro@mips.com>
5644
5645 * gdb.trace/backtrace.exp: Fix a typo.
5646 * gdb.trace/circ.exp: Likewise.
5647 * gdb.trace/collection.exp: Likewise.
5648 * gdb.trace/limits.exp: Likewise.
5649 * gdb.trace/report.exp: Likewise.
5650 * gdb.trace/tfind.exp: Likewise.
5651 * gdb.trace/while-dyn.exp: Likewise.
5652
5443631e
NR
56532007-11-21 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
5656 objects of pointers that can't be dereferenced are now
5657 "noneditable".
5658
a4ce5b0d
UW
56592007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5660
5661 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5662 (target_cpu): Remove.
5663
d6e956e5
VP
56642007-10-15 Vladimir Prus <vladimir@codesourcery.com>
5665
5666 * gdb.base/ending-run.exp: Expect the list of cleared
5667 breakpoint to come in natural order, not the reversed one.
a9c64011 5668
214270ab
VP
56692007-11-07 Vladimir Prus <vladimir@codesourcery.com>
5670
5671 * gdb.mi/mi-var-child.c (do_child_deletion): New.
5672 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 5673
1a619819
LM
56742007-11-05 Luis Machado <luisgpm@br.ibm.com>
5675
5676 * gdb.base/printcmds.exp: New function
5677 test_printf_with_dfp.
5678
5b01a6fa
DE
56792007-11-02 Doug Evans <dje@google.com>
5680
5681 * gdb.disasm/t01_mov.s: Remove carriage returns.
5682 * gdb.disasm/t02_mova.s: Ditto.
5683 * gdb.disasm/t03_add.s: Ditto.
5684 * gdb.disasm/t04_sub.s: Ditto.
5685 * gdb.disasm/t05_cmp.s: Ditto.
5686 * gdb.disasm/t06_ari2.s: Ditto.
5687 * gdb.disasm/t07_ari3.s: Ditto.
5688 * gdb.disasm/t08_or.s: Ditto.
5689 * gdb.disasm/t09_xor.s: Ditto.
5690 * gdb.disasm/t10_and.s: Ditto.
5691 * gdb.disasm/t11_logs.s: Ditto.
5692 * gdb.disasm/t12_bit.s: Ditto.
5693 * gdb.disasm/t13_otr.s: Ditto.
5694
ec33ab7f
JK
56952007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5696
5697 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
5698
ae0d01ff
UW
56992007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5700
5701 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
5702 provide DFP support.
5703
55eddb0f
DJ
57042007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
5707 Test "set powerpc vector-abi". Skip auto-detection tests for old
5708 toolchains.
5709
7020f05c
PA
57102007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5711
5712 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
5713 with [string compare].
5714
84bc3db9
PA
57152007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5716
5717 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
5718 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
5719
5876dc88
LM
57202007-10-25 Luis Machado <luisgpm@br.ibm.com>
5721
5722 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
5723 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
5724 * gdb.opt/Makefile.in: New makefile.
5725 * Makefile.in: Create new directory "gdb.opt".
5726 * configure.ac: Add "gdb.opt" directory.
5727 * configure: Regenerated.
a9c64011 5728
c3ea9a14
DE
57292007-10-25 Doug Evans <dje@google.com>
5730
5731 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
5732 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
5733
a9c64011 57342007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
5735 Thiago Jung Bauermann <bauerman@br.ibm.com>
5736
5737 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
5738 Floating Point expressions.
5739 * gdb.base/dfp-test.exp: new file adding tests for Decimal
5740 Floating Point variables.
5741 * gdb.base/dfp-test.c: new file containing program with Decimal
5742 Floating variables, used by gdb.base/dfp-test.exp.
5743
62a24a2b
DJ
57442007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5745
5746 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
5747
e7b1eae6
UW
57482007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5749
5750 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
5751 compiling test case with GCC.
5752 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
5753
c641edcc
UW
57542007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5755
5756 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
5757 format changes.
5758
5e5ebfe6
MS
57592007-10-18 Michael Snyder <msnyder@specifix.com>
5760
5761 * gdb.base/dbx.exp: Add missing "-re " operator.
5762
e831e7b6
GM
57632007-10-16 Gaius Mulley <gaius@glam.ac.uk>
5764
5765 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
5766 * configure.ac: Removed trailing spaces after backslash.
5767 * gdb.modula2: New directory.
5768 * gdb.modula2/Makefile.in: New file.
5769 * gdb.modula2/unbounded-array.exp: New file.
5770 * gdb.modula2/unbounded1.c: New file.
5771
7cc46491
DJ
57722007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5773
5774 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
5775
57762007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
5777
5778 * gdb.base/sigstep.c (main): Add checks for
5779 return values for setitimer call.
5780 Call setitimer again with itimer = ITIMER_REAL
5781 if first call to setitimer fails.
5782
e91528f0
KH
57832007-10-11 Kazu Hirata <kazu@codesourcery.com>
5784
5785 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
5786 of $timeout.
5787
2ec9a4f8
DJ
57882007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5789
5790 * gdb.server/server-run.exp: Test for dynamic linker symbols.
5791
57922007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
5793
5794 * lib/gdb.exp (gdb_run_cmd): Move comment outside
5795 of gdb_expect call, to avoid interruption.
5796
64b2fa04
PA
57972007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
5798
5799 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
5800 (v_unsigned_long_long, v_long_long_array)
5801 (v_signed_long_long_array, v_unsigned_long_long_array)
5802 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
5803 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
5804 [!NO_LONG_LONG]: New.
5805 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
5806 v_long_long_member.
5807
5808 (v_long_long_func, v_signed_long_long_func)
5809 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
5810 (main) [!NO_LONG_LONG]: Initialize long long variants.
5811
5812 * gdb.base/whatis.exp: If board file requests no_long_long, build
5813 test with NO_LONG_LONG defined. Test long long, signed long long,
5814 and unsigned long long variants but only if board file doesn't
5815 disable it.
5816
a912286e 58172007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 5818 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
5819
5820 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
5821 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
5822 * configure: Regenerated.
5823 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
5824 gdb.pascal/types.exp, lib/pascal.exp: New files.
5825
471ba8c9
DJ
58262007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
5827
5828 * gdb.cp/classes.exp (do_tests): Always step to the line after the
5829 call.
5830 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
5831 to return to the call.
5832 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
5833 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
5834 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
5835 * gdb.mi/mi-until.exp (test_until): Likewise.
5836 * gdb.mi/mi2-until.exp (test_until): Likewise.
5837
fef8a650
DJ
58382007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
5839
5840 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
5841 two-char array.
5842 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
5843
d983da9c
DJ
58442007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5845
5846 * gdb.threads/watchthreads.c (thread_function): Sleep between
5847 iterations.
5848 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
5849 at once for S/390. Generate matching fails and passes.
5850
17f62551
VP
58512007-09-27 Vladimir Prus <vladimir@codesourcery.com>
5852
5853 * gdb.mi/var-cmd.c (do_children_tests): Initialize
5854 the 'struct_declarations' variable to zeros.
a9c64011 5855
ed0616c6
VP
58562007-09-24 Vladimir Prus <vladimir@codesourcery.com>
5857
5858 * gdb.cp/mb-ctor.cc: New.
5859 * gdb.cp/mb-ctor.exp: New.
5860 * gdb.cp/mb-templates.cc: New.
5861 * gdb.cp/mb-templates.exp: New.
5862
41f1b697
DJ
58632007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
5864
5865 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
5866
3f213f78
PA
58672007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
5868
5869 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
5870 targets.
5871 * configure: Regenerate.
5872
0d381245 58732007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 5874
0d381245
VP
5875 * gdb.base/annota1.exp: Adjust for 'info break'
5876 format changes.
5877 * gdb.base/annota3.exp: Likewise.
5878 * gdb.base/break.exp: Likewise.
5879 * gdb.base/condbreak.exp: Likewise.
5880 * gdb.base/pending.exp: Likewise.
5881 * gdb.base/sepdebug.exp: Likewise.
5882 * gdb.base/unload.exp: Likewise.
5883 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 5884
fe3f5fa8
VP
58852007-09-22 Vladimir Prus <vladimir@codesourcery.com>
5886
5887 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
5888 messages.
5889 * gdb.base/chng-syms.exp: Likewise.
5890 * gdb.base/unload.exp: Likewise.
a9c64011 5891
a75cf6c0
DJ
58922007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
5893
5894 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
5895
18ecae38
DJ
58962007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5897
5898 * schedlock.c (NUM): Change to 1.
5899 (main): Use args[0] for the main thread.
5900 * schedlock.exp: Only expect two threads. Only issue one pass or fail
5901 regardless of the number of threads.
5902
5509918f
MR
59032007-09-14 Maciej W. Rozycki <macro@mips.com>
5904
4a543daf
MR
5905 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
5906 type down.
5907 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
5908 test.
5909 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
5910 watchpoint type down.
5911 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
5912 test.
5913
59142007-09-14 Maciej W. Rozycki <macro@mips.com>
5915
5509918f
MR
5916 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
5917 Move all the tests here and run them twice, once using software
5918 watchpoints and once using hardware watchpoints.
5919 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
5920
40b53987
DJ
59212007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
5922
5923 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
5924 test.
5925
695e2681
MK
59262007-09-10 Mark Kettenis <kettenis@gnu.org>
5927
8b3fc8d8
MK
5928 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
5929 build-id.
5930
695e2681
MK
5931 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
5932 know about $ORIGIN. Calculate output dir from $dest instead of
5933 using ${objdir}/{$subdir}.
5934
58d69f29
MK
59352007-09-09 Mark Kettenis <kettenis@gnu.org>
5936
5937 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
5938 gcore, before continuing with the test.
5939
3e347599
DJ
59402007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
5941
5942 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
5943 * gdb.mi/mi-watch.exp: Likewise.
5944
ea37ba09
DJ
59452007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5946 Jim Blandy <jimb@codesourcery.com>
5947
5948 * gdb.arch/i386-sse.exp: Do not expect character constants.
5949 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
5950 * gdb.base/display.exp: Allow print/s.
5951 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
5952 and unsigned char array changes.
5953
2025a643
DJ
59542007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5955
5956 * gdb.base/display.exp: Add tests for printf %p.
5957
26669a27
PA
59582007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
5959
5960 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
5961 the dll name to unicode.
5962
c8f021f8
JK
59632007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5964
5965 * gdb.base/default.exp (show version): Update the version text.
5966 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
5967
4cf31eea
JK
59682007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
5971 New files.
5972
4935890f
JK
59732007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 * lib/gdb.exp (build_id_debug_filename_get): New function.
5976 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
5977 Remove the generate DEBUG file for the future testcase runs.
5978 New testcase for the NT_GNU_BUILD_ID retrieval.
5979 Move the final testing step to ...
5980 (test_different_dir): ... a new function.
5981 New parameter XFAIL to XFAIL all the tests performed.
5982 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
5983 New parameter TYPE to PF_PREFIX all the tests performed.
5984
02142340
VP
59852007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5986
5987 * gdb.mi/mi-var-cp.cc (path_expression): New
5988 function.
5989 * gdb.mi/mi-var-cp.exp: Run path exression tests.
5990
36acd84e
UW
59912007-08-27 Markus Deuling <deuling@de.ibm.com>
5992
5993 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
5994 to fit into SPU Local Store memory.
5995
a896d121
JB
59962007-08-23 Joel Brobecker <brobecker@adacore.com>
5997
5998 * gdb.base/default.exp: Adjust the expected output of "info
5999 warranty" after the switch to GPLv3.
6000
7b433602
JB
60012007-08-23 Joel Brobecker <brobecker@adacore.com>
6002
6003 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6004 to 30000 (from 20000).
6005
e22f8b7c
JB
60062007-08-23 Joel Brobecker <brobecker@adacore.com>
6007
6008 Switch the license of all .exp files to GPLv3.
6009 Switch the license of all .f and .f90 files to GPLv3.
6010 Switch the license of all .s and .S files to GPLv3.
6011
5a0e3bd0
JB
60122007-08-23 Joel Brobecker <brobecker@adacore.com>
6013
6014 * configure.ac: Switch license to GPLv3.
6015
cc00619d
JB
60162007-08-23 Joel Brobecker <brobecker@adacore.com>
6017
6018 Switch the licensing to GPLv3 for all .ads and .adb files.
6019
8d26208a
DJ
60202007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6021
6022 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6023 and t_int_double.
6024 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6025
4fcb9948
JB
60262007-08-17 Joel Brobecker <brobecker@adacore.com>
6027
6028 * gdb.base/step-line.c: Switch license to GPL version 3, and
6029 update copyright year.
6030 * gdb.base/step-line.inp: Likewise.
6031
b9c34f67
JB
60322007-08-17 Joel Brobecker <brobecker@adacore.com>
6033
6034 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6035 changes inside gdb1555.c.
6036 * gdb.base/pending.exp: Likewise.
6037
2cc17678
DJ
60382007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6039
6040 * config/default.exp: New file.
6041
e48883f7
DJ
60422007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6043
6044 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6045 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6046
1ab80e5b
MR
60472007-07-30 Maciej W. Rozycki <macro@mips.com>
6048
6049 * gdb.base/dump.exp: Force the correct endianness for binary
6050 formats not carrying this information.
6051
aba471f5
DJ
60522007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6053
6054 * gdb.threads/staticthreads.exp: Match .*sem_post.
6055
d4e07204
DJ
60562007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6057
6058 * gdb.base/readline.exp (operate_and_get_next): Match the final
6059 prompt.
6060
2b97317d
KB
60612007-07-23 Kevin Buettner <kevinb@redhat.com>
6062
6063 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6064 to restarting SID.
6065
44efa07a
KB
60662007-07-18 Kevin Buettner <kevinb@redhat.com>
6067
6068 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6069 prior to `gdb_start'.
6070
7b5ebade
KB
60712007-07-18 Kevin Buettner <kevinb@redhat.com>
6072
6073 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6074 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6075 Remove call to gdb_unload.
6076
255e7678
DJ
60772007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6078 Daniel Jacobowitz <dan@codesourcery.com>
6079
6080 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6081 for __WIN32__.
6082 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6083 * gdb.base/unload.exp: Use shared library test routines.
6084
3a40aaa0
UW
60852007-07-03 Markus Deuling <deuling@de.ibm.com>
6086
6087 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6088 * gdb.base/solib-symbol-lib.c: Likewise.
6089 * gdb.base/solib-symbol-main.c: Likewise.
6090
b0f4b84b
DJ
60912007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6092
6093 * config/gdbserver.exp (gdb_reconnect): New.
6094 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6095 gdb.base/solib-disc.exp: New files.
6096 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6097 remote debugging".
6098 (gdb_compile): Add shlib_load flag.
6099 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6100 port.
6101 (gdbserver_reconnect): New.
6102
1b05479a
DJ
61032007-07-01 Nick Roberts <nickrob@snap.net.nz>
6104 Daniel Jacobowitz <dan@codesourcery.com>
6105
6106 * gdb.base/annota3.exp: Test for if construct.
6107
86f78eb2
DJ
61082007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6109
6110 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6111
6a2eb474 61122007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6113 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6114
6115 * gdb.base/display.exp: Allow a newline after display/i.
6116 * gdb.base/pc-fp.exp: Likewise.
6117 * gdb.base/sigbpt.exp: Likewise.
6118
f8b73d13
DJ
61192007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6122 required features to be included.
6123
4339e69e
DJ
61242007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6125
6126 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6127 in info threads output.
6128
23d964e7
UW
61292007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6130 Markus Deuling <deuling@de.ibm.com>
6131
6132 * gdb.arch/spu-info.exp: New testcase.
6133 * gdb.arch/spu-info.c: New file.
6134
fd20f75b
DJ
61352007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6136
6137 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6138 tpcs_offset. Restore lr after the call.
6139 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6140
2226f861
DJ
61412007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6142
6143 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6144 (gdbserver_run): Kill any running gdbserver.
6145 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6146
d12371a9
MR
61472007-05-17 Maciej W. Rozycki <macro@mips.com>
6148
6149 * gdb.base/sigbpt.exp: Preset segv_addr.
6150
93f02886
DJ
61512007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6152
6153 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6154 (gdb_compile_shlib): Likewise.
6155 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6156 (default_gdb_init): Clear cleanfiles.
6157 (gdb_finish): Delete recorded cleanfiles.
6158 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6159
6160 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6161 Do not use isnative.
6162 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6163 gdb.base/so-impl-ld.exp: Likewise.
6164 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6165 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6166 gdb_compile.
6167
b04e06d7
VP
61682007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6169
6170 * config/unknown.exp: Remove.
6171
069ed931
UW
61722007-05-15 Markus Deuling <deuling@de.ibm.com>
6173
6174 * gdb.base/info-proc.exp: Check is_remote.
6175
09db0d03
UW
61762007-05-14 Markus Deuling <deuling@de.ibm.com>
6177
6178 * gdb.base/gcore.exp: Initialize variable core_supported.
6179
af2cbe8c
DJ
61802007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6181
6182 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6183
027c0295
DJ
61842007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6185
6186 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6187 * gdb.threads/print-threads.exp (test_all_threads): Allow
6188 negative and hexadecimal thread IDs.
6189
dc5000e7
DJ
61902007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6191
6192 * gdb.java/jprint.java (public): Avoid invalid call to static
6193 method.
6194
2e74ed18
DP
61952007-05-14 Denis Pilat <denis.pilat@st.com>
6196
6197 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6198 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6199 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6200 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6201 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6202
83547f02
UW
62032007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6204
6205 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6206 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6207 this mode.
6208 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6209 * gdb.base/spu.ld: New file.
6210
b18be20d
DJ
62112007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6212
6213 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6214
be444858
DJ
62152007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6216
6217 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6218
b1d53152
DJ
62192007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6220
6221 * gdb.java/jmain.exp: Handle demangled names with and without method
6222 signatures.
6223
d084b331
DJ
62242007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6225
6226 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6227 (have_a_very_merry_interrupt): Remove calls to puts.
6228 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6229 inferior output.
6230 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6231 test names.
6232
db9d7fc5
DJ
62332007-04-29 Markus Deuling <deuling@de.ibm.com>
6234 Daniel Jacobowitz <dan@codesourcery.com>
6235
6236 * gdb.base/auxv.exp (core_works): Also check is_remote.
6237 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6238
ef783a7d 62392007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6240
ef783a7d
VP
6241 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6242 message, not the undefined 'module' variable.
6243 * gdb.base/siginfo.exp: Likewise.
6244 * gdb.base/sigstep.exp: Likewise.
6245 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6246 serialport.
6247 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6248
b7b73cae
CV
62492007-04-25 Corinna Vinschen <vinschen@redhat.com>
6250
6251 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6252 target sim fails. Return 0 otherwise.
6253 (gdb_load): Return prematurely if gdb_target_sim fails.
6254
7d90fdfa
DP
62552007-04-16 Denis Pilat <denis.pilat@st.com>
6256
6257 * gdb.base/setshow.exp: Reset height after having set it to 100.
6258
5d3e9c85
DP
62592007-04-16 Denis Pilat <denis.pilat@st.com>
6260
6261 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6262
18e75969
DP
62632007-04-16 Denis Pilat <denis.pilat@st.com>
6264
6265 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6266
25d5ea92
VP
62672007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6268
6269 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6270 tests. Run the frozen varobjs test.
6271 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 6272 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 6273
0b49cb80
JK
62742007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6275
6276 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6277 gdb.base/type-opaque.exp: New files.
6278
a73bafbc 62792007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
6280
6281 * gdb.mi/mi-var-child.c
a73bafbc
VP
6282 (do_children_tests): User char[2] instead of
6283 char so that automatic printing of pointers to char
6284 don't give unpredicable result.
6285 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6286 local variables.
6287 * gdb.mi/mi-var-child.exp: Step to right line
6288 of do_children_tests.
6289 * gdb.mi/mi2-var-child.exp: Likewise.
6290 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 6291 do_locals_tests.
a73bafbc
VP
6292 (do_children_tests): User char[2] instead of
6293 char so that automatic printing of pointers to char
a9c64011 6294 don't give unpredicable result.
a73bafbc 6295 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6296 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
6297 Pass test name to mi_wait_for_stop.
6298
7ce59000
DJ
62992007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6300
6301 * gdb.asm/asm-source.exp: Remove d10v case.
6302 * lib/gdb.exp (skip_cplus_tests): Likewise.
6303 * gdb.asm/d10v.inc: Deleted.
6304
20389057
DJ
63052007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6306
6307 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6308
8807d78b
DJ
63092007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6310
6311 * config/netware.exp: Delete file.
6312
aa3edb8e
JB
63132007-03-29 Joel Brobecker <brobecker@adacore.com>
6314
6315 * gdb.dwarf2/dw2-noloc.S: New file.
6316 * gdb.dwarf2/dw2-noloc.exp: New file.
6317
297561ac
PA
63182007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6319
6320 * gdb.cp/method2.cc: New test.
6321 * gdb.cp/method2.exp: New test.
6322 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6323
1f81bd39
DJ
63242007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6327
9453113a
DJ
63282007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6329
6330 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6331
b741e217
DJ
63322007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6333
6334 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6335 (gdb_load): Delete, replace with...
6336 (gdb_reload): ...this.
6337 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6338 * gdb.server/server-mon.exp: Likewise.
6339 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6340 (gdb_start_cmd): New.
6341 (gdb_file_cmd): Save the last loaded file.
6342 (gdb_reload): New.
6343 (gdb_gnu_strip_debug): Use transform.
6344 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6345 support here. Use new $last_loaded_file. Check mtime.
6346 (gdb_target_cmd): Handle ObjC failure case.
6347 (infer_host_exec): Delete.
6348 (gdbserver_load): Rename to...
6349 (gdbserver_run): ...this. Simplify.
6350 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6351 (mi_gdb_load): Move most contents to a new function...
6352 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6353 (mi_run_cmd): Use mi_gdb_target_load.
6354 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6355 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6356 Use gdb_run_cmd.
6357 * gdb.base/charsign.exp: Remove incorrect comment.
6358 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6359 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6360 gdb.base/start.exp: Use gdb_start_cmd.
6361
446ab585 63622007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 6363 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
6364
6365 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6366 * gdb.base/signull.exp: Similarly.
6367
bbb88ebf
UW
63682007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6369
6370 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6371 messages available to test cases (like chng-sym.exp).
6372
cb8c4a99
AS
63732007-03-14 Andreas Schwab <schwab@suse.de>
6374
6375 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6376 format changes.
6377
4e463ff5
DJ
63782007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6381 (optimized_1): New.
6382 (main): Call optimized_1.
6383 (gdb2029): Correct typos. Call gdb2029_marker.
6384 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6385 for gdb2029.
6386
b6db2c47
MK
63872007-03-12 Mark Kettenis <kettenis@gnu.org>
6388
6389 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6390 as tabs. Remove redundant test pattern.
6391
70ed3737
UW
63922007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6393
6394 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6395 for /a format output.
6396
47b67b60
DJ
63972007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6398
6399 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6400 collect output incrementally.
6401
b8953b0e
UW
64022007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6403
6404 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6405 for -var-create lpcharacter test.
6406 * gdb.mi/mi2-var-cmd.exp: Likewise.
6407
7acd5c40
UW
64082007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6409
6410 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6411 pass on targets where address zero is readable.
6412
9c6759c1
UW
64132007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6414
6415 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6416 just a single architecture.
6417
a2f1aeb4
UW
64182007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6419
6420 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6421 (fetch_all_registers): New function, uses gdb_test_multiple and
6422 exp_continue to fetch inferior output line-by-line.
6423 Replace all uses of do_get_all_registers by fetch_all_registers.
6424
46579ac2
UW
64252007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6426
6427 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6428 in target_info.
6429
fc133f24
MS
64302007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6431
a9c64011 6432 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
6433 consistancy; add a default (timeout) case.
6434
7646a51d
MS
64352007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6436
6437 * gdb.base/watchpoint.exp: Fix truncated comment.
6438
dcfff61f
MS
64392007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6440
6441 * Makefile.in: Remove spurious single-quotes from sed command.
6442
664e3ee9
DJ
64432007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6444
6445 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6446 func.
6447 * gdb.mi/mi2-var-cmd.exp: Likewise.
6448
d7cc6f2f
JB
64492007-02-27 Joel Brobecker <brobecker@adacore.com>
6450
a9c64011
AS
6451 * gdb.dwarf2/dw2-producer.S: New file.
6452 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
6453
64542007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
6455
6456 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6457 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6458 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6459 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6460 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6461 Revert tests to use mi_gdb_test and include value field in output
6462 of -var-create.
6463
93d42b30
DJ
64642007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6465
6466 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6467
c499ed39
DJ
64682007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6469
6470 * gdb.base/maint.exp: Remove full paths from test names.
6471 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6472 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6473
9836f81b
JB
64742007-02-27 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6477
c74d0ad8
DJ
64782007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6479
6480 * gdb.server/server-mon.exp: New test.
6481
2711e456
DJ
64822007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6483
6484 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6485
ff6f572f
DJ
64862007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6487
6488 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6489 register capitalization.
6490
fada3feb
DP
64912007-02-13 Denis Pilat <denis.pilat@st.com>
6492
6493 * gdb.mi/mi-var-invalidate.exp: New file.
6494
fb1e4ffc
DJ
64952007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6496
6497 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6498
3da939d7
DJ
64992007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6500
6501 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6502
123dc839
DJ
65032007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6504
6505 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6506 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6507
877e3645 65082007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
6509
6510 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6511 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6512 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6513 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6514 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 6515 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 6516 Update tests to include value field in output of -var-create.
a9c64011 6517
3c0a2960
AS
65182007-02-08 Andreas Schwab <schwab@suse.de>
6519
6520 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6521
108546a0
DJ
65222007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6523
6524 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6525 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6526
d701dcab
DP
65272007-02-02 Denis Pilat <denis.pilat@st.com>
6528
6529 * gdb.threads/threadapply.exp: check that frame is not changed by
6530 the thread apply all command.
6531
783e3e2f
AS
65322007-01-31 Andreas Schwab <schwab@suse.de>
6533
6d9c3a87
AS
6534 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6535
3c50d7b9
AS
6536 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6537 in the dwarf sections.
6538 * gdb.dwarf2/mac-fileno.S: Likewise.
6539
783e3e2f
AS
6540 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6541 bspstore register on ia64.
6542
78ff580e
AS
65432007-01-29 Andreas Schwab <schwab@suse.de>
6544
cc8e9b12
AS
6545 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6546 "frame-begin" annotation.
6547
78ff580e
AS
6548 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6549 number of "frames-invalid" annotations.
6550
704a4f78
DJ
65512007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6552
6553 * gdb.base/commands.exp: Call if_commands_test.
6554 (gdb_test_no_prompt, if_commands_test): New.
6555
e741bf94
MK
65562007-01-28 Mark Kettenis <kettenis@gnu.org>
6557
6558 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6559
474d0ad3
AS
65602007-01-27 Andreas Schwab <schwab@suse.de>
6561
6562 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6563 .short/.int/.quad in the dwarf sections.
6564 * gdb.dwarf2/dw2-intercu.S: Likewise.
6565 * gdb.dwarf2/dw2-intermix.S: Likewise.
6566
e784b426
JK
65672007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
6570 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6571 array.
e784b426
JK
6572 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6573 * gdb.base/setvar.exp: Likewise.
6574
37f08e04
AS
65752007-01-26 Andreas Schwab <schwab@suse.de>
6576
9a01813a
AS
6577 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6578 test.
6579
37f08e04
AS
6580 * gdb.base/multi-forks.exp ("restart $i"): Also match
6581 __kernel_syscall_via_break.
6582
6e2a9270
VP
65832007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6584
6585 * lib/mi-support.exp (mi_delete_varobj): New.
6586 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
6587 testcase.
6588 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
6589 (main): Call the above.
6590 (reference_update_test, base_in_reference_test)
6591 (reference_to_pointer): Delete the created varobjs.
a9c64011 6592
e515b470
DJ
65932007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
6594
6595 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
6596 * configure: Regenerated.
6597 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
6598 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
6599 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
6600 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
6601 * lib/gdb.exp (gdb_skip_xml_test): New function.
6602
08d8bcd7
DJ
66032007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
6604
6605 * gdb.base/sigrepeat.exp: Correct error message.
6606
66072007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
6608 Daniel Jacobowitz <dan@codesourcery.com>
6609
6610 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
6611 gdb.arch/i386-gnu-cfi-asm.S: New files.
6612
97c3f1f3
JK
66132007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6614
6615 * lib/gdb.exp: Abort on missing `site.exp'.
6616
cb1df416
DJ
66172007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6618 Daniel Jacobowitz <dan@codesourcery.com>
6619
6620 * gdb.base/included.c, gdb.base/included.exp,
6621 gdb.base/included.h: New files.
6622
35990120
DJ
66232007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6624
6625 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
6626 (maximize_rlimit): Reduce limits on 64-bit systems.
6627
6e81a116 66282007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
6629
6630 From Marcus Deuling <deuling@de.ibm.com>:
6631 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
6632 every case.
6633
6c3c41f3
NR
66342007-01-13 Nick Roberts <nickrob@snap.net.nz>
6635
6636 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
6637 (test_path_specification): Use objdir instead of srcdir to always
6638 get an absolute filename.
6639
2f12c312
DJ
66402007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
6641
6642 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
6643
81121995
VP
66442007-01-11 Vladimir Prus <vladimir@codesourcery.com>
6645
6646 * gdb.mi/mi-var-cp.cc (reference_update_tests):
6647 Make sure the variable we're using is in scope.
6648 (reference_to_pointer): Likewise.
6649
4741b737
DJ
66502007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6651
6652 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
6653 has no debug information.
6654
054410c3
DJ
66552007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6656
6657 * gdb.base/annota1.exp: Remove extra send_gdb.
6658
818f79f6
DJ
66592007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6660
6661 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
6662
f7a6bb70
DJ
66632007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6664
6665 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
6666
57e66780
DJ
66672007-01-08 Nick Roberts <nickrob@snap.net.nz>
6668 Daniel Jacobowitz <dan@codesourcery.com>
6669
6670 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
6671 lcharacter or linteger change. Correct duplicated test name.
6672 * gdb.mi/mi2-var-cmd.exp: Likewise.
6673
3d799a95
DJ
66742007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6675
6676 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
6677
66782007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 6679
a9c64011
AS
6680 * gdb.base/nofield.c: New file.
6681 * gdb.base/nofield.exp: New testcase.
51679ba9 6682
eafb94e8
NR
66832007-01-05 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
6686
6687 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
6688 test.
6689
5e572bb4
DJ
66902007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6691
6692 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
6693
74a44383
DJ
66942007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6695
6696 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
6697 when continuing.
6698
1b572db9
DJ
66992007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6700
6701 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
6702 Expect ".exe" extension.
6703
381bc39b
DJ
67042007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6705
6706 * gdb.base/charset.exp: Add explicit filename to break.
6707 * gdb.base/dbx.exp: Add explicit filename to breaks.
6708
2b70e4c6
DJ
67092007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6710
6711 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
6712 * gdb.mi/mi2-file.exp: Likewise.
6713
303b6f5d
DJ
67142007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6715
6716 Implement specification of MI tests as comments
6717 in C and C++ sources.
6718 * lib/mi-support.exp (mi_autotest_data): New variable.
6719 (mi_autotest_source): New variable.
6720 (count_newlines, mi_prepare_inline_tests)
6721 (mi_get_inline_test, mi_continue_to_line)
6722 (mi_run_inline_test, mi_tbreak)
6723 (mi_send_resuming_command, mi_wait_for_stop): New functions.
6724 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
6725 Run inline tests.
6726 * gdb.mi/mi-var-cp.cc: Define tests here.
6727
23da0d94
VP
67282007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6729
6730 Simplify usage of mi_continue_to.
6731 * lib/mi-support.exp (mi_runto_helper): Renamed
6732 from mi_runto, added new parameter 'run_or_continue'.
6733 (mi_runto): Use mi_runto_helper.
6734 (mi_continue_to): Accept just function name as parameter.
6735 Use mi_runto_helper.
6736 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
6737 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6738
f9e18282
JB
67392006-01-04 Joel Brobecker <brobecker@adacore.com>
6740
6741 Make this testcase a bit more realistic. The current code
6742 is too simplistic, and allows the compiler to optimize out
6743 some of the entities we need for this testcase.
6744 * gdb.ada/null_record/bar.ads (Void_Star): New type.
6745 (Do_Nothing): Add extra parameter.
6746 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
6747 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
6748 by using a variable of type Void_Star.
6749
fd678c65
JB
67502006-01-04 Joel Brobecker <brobecker@adacore.com>
6751
6752 * gdb.ada/catch_ex/foo.adb: New file.
6753 * gdb.ada/catch_ex.exp: New testcase.
6754
05cfdb42
DJ
67552007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
6756
6757 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
6758 pass --image-base to linker.
6759
2e03ee74
DJ
67602007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6761 Daniel Jacobowitz <dan@codesourcery.com>
6762
6763 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
6764 secondary prompts.
6765
0d5de010
DJ
67662007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6767
6768 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
6769 output. Test the types of members and member pointers.
6770 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
6771 gdb/2092.
6772 * gdb.cp/member-ptr.exp: Search for a comment instead of a
6773 statement. Enable for GCC. Update expected output for some tests
6774 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
6775 layout.
6776 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
6777 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
6778 (Diamond::vget_base): New.
6779 (main): Add new tests.
6780 * gdb.cp/printmethod.exp: Update expected output for member functions.
6781 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
6782 print pEe->D::vg().
6783
61a771aa
DJ
67842007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6785
6786 * gdb.threads/tls.exp: Allow stops in sem_post.
6787
2fa63963
DJ
67882006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
6789
6790 * gdb.base/annota1.exp: Allow .*printf in backtraces.
6791 * gdb.base/annota3.exp: Likewise.
6792 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
6793 again (instead of timing out).
6794 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
6795 GCC bug 26475.
6796 * gdb.java/jmisc.exp: Adjust to work with method signatures including
6797 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
6798 test from jmisc1.exp.
6799 * gdb.java/jmisc1.exp: Delete.
6800 * gdb.java/jprint.exp: Adjust to work with method signatures including
6801 return types.
6802 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
6803 * gdb.threads/linux-dp.exp: Don't be confused by program output.
6804 * lib/java.exp (compile_java_from_source): Pass the correct type
6805 to target_compile.
6806
5eefc2b7
JB
68072006-12-31 Joel Brobecker <brobecker@adacore.com>
6808
6809 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
6810 (stack_align_edx): New function.
6811 (stack_align_eax): New function.
6812 (main): Add calls to stack_align_edx and stack_align_eax.
6813 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
6814 Add testing for the cases where the register used during a stack
6815 realignment is edx. Same for eax.
6816
227c54da
DJ
68172006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
6818
6819 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
6820 and generic PE targets.
6821
cab8ac94
JB
68222006-12-29 Joel Brobecker <brobecker@adacore.com>
6823
6824 * gdb.ada/array_return.exp: Update copyright date list.
6825
ba54f318
JB
68262006-12-27 Joel Brobecker <brobecker@adacore.com>
6827
6828 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
6829 (Create_Small_Float_Vector): New function.
6830 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
6831 function body.
6832 * gdb.ada/array_return/p.adb: Use new type and function from
6833 package Pck.
6834 * gdb.ada/array_return.exp: Add a test verifying that GDB is
6835 able to print the value returned by a function returning an
6836 array of float.
6837
6b7a35dd
JB
68382006-12-20 Joel Brobecker <brobecker@adacore.com>
6839
6840 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
6841 The associated tests should be PASSing.
6842
038224f6
VP
68432006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6844
6845 Test for base in references.
6846 * gdb.mi/mi-var-cp.cc: Add test code.
6847 * gdb.mi/mi-var-cp.exp: Test for bases in references.
6848 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
6849 * gdb.mi/mi2-watch.exp: Likewise.
6850 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
6851 (mi_list_varobj_children): New function.
6852
b26ed50d
VP
68532006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6854
6855 * lib/mi-support.exp
6856 (mi_runto): Accept "()" after function name.
6857 (mi_create_varobj): New function.
6858 (mi_varobj_update): New function.
6859 (mi_Check_varobj_value): New function.
6860 * gdb.mi/mi-var-cp.exp: New file.
6861 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 6862
08232497
DJ
68632006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
6864
6865 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
6866 gdb.base/weaklib2.c: New files.
6867
d394c993 68682006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 6869
ac6c2fba
NS
6870 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
6871 info. Adjust test names.
6872
8ec659a0 6873 * gdb.base/break.c (main): Move position of malloc.
d394c993 6874 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 6875
acd65feb
VP
68762006-11-28 Vladimir Prus <vladimir@codesourcery.com>
6877
6878 * gdb.mi/mi-var-cmd.exp: Check -var-update after
6879 assignement of arrays and function pointers.
6880 * gdb.mi/var-cmd.c: Add declaration necessary for above
6881 tests.
6882
f556d5e5
NS
68832006-11-27 Nathan Sidwell <nathan@codesourcery.com>
6884
6885 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
6886
6887 * gdb.threads/linux-dp.exp: Read thread table before and after
6888 creating each philosopher and verify it.
6889
697bc68d
NS
68902006-11-27 Nathan Sidwell <nathan@codesourcery.com>
6891 Paul Brook <paul@codesourcery.com>
6892 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 6895 main to remove duplication. Add start function of the form
697bc68d
NS
6896 '_*start[1-9]*'. Add RVDS start function.
6897
29d73ae4
DJ
68982006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
6899
6900 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
6901
c1d88655
UW
69022006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6903
6904 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
6905 * gdb.asm/spu.inc: New file.
6906 * gdb.base/term.exp: Disable if [target_info exists noargs].
6907 * gdb.gdb/complaints.exp: Disable if ![isnative].
6908 * gdb.gdb/selftest.exp: Likewise.
6909 * gdb.gdb/observer.exp: Likewise.
6910 * gdb.gdb/xfullpath.exp: Likewise.
6911 * gdb.base/attach.exp: Disable on SPU target.
6912 * gdb.cp/bs145503.exp: Likewise.
6913 * gdb.cp/exception.exp: Likewise.
6914 * gdb.cp/userdef.exp: Likewise.
6915
32a13b1a
DJ
69162006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
6919
d8295fe9
VP
69202006-11-10 Vladimir Prus <vladimir@codesourcery.com>
6921
6922 * gdb.base/completion.exp: Fix completion tests for
6923 'info' and 'info '.
6924 * gdb.base/help.exp (help_test_raw, test_class_help)
6925 (test_prefix_command_help): Move...
6926 * lib/gdb.exp: Here.
6927 * gdb.base/main.exp: Adjust.
6928 * gdb.cp/maint.exp: Adjust.
6929 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 6930
8c394015
VP
69312006-11-09 Vladimir Prus <vladimir@codesourcery.com>
6932
6933 * gdb.stabs/weird.exp (print_weird_var): Use
6934 gdb_test_multiple instead of gdb_expect.
6935
027fc1bc
VP
69362006-11-09 Vladimir Prus <vladimir@codesourcery.com>
6937
6938 * gdb.base/help.exp (help_test_raw): New.
6939 (test_class_help): New.
6940 (test_prefix_command_help): New.
6941 Adjust testcases.
6942
67609209
FR
69432006-11-09 Christophe Lyon <christophe.lyon@st.com>
6944
6945 * gdb.base/constvars.c (main): Write to crass and crips, so that
6946 they are allocated by the compiler.
6947
f73adfeb
AS
69482006-10-27 Andreas Schwab <schwab@suse.de>
6949
6950 * gdb.base/multi-forks.exp: Use "detach fork" instead of
6951 "detach-fork".
6952
2f83a18e
DJ
69532006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
6954
6955 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
6956 of patterns.
6957
94277a38
DJ
69582006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6959
6960 * gdb.base/sepdebug.exp: Remove debug format test.
6961 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
6962 Handle no-symtab.
6963 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
6964
5bd2f6e2
DJ
69652006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6966
6967 * gdb.threads/manythreads.c (thread_function, main): Don't cast
6968 int to pointer or pointer to int.
6969 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
6970
8c008720
DJ
69712006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
6972
6973 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
6974
9e35dae4
DJ
69752006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6976
6977 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
6978
d9639e13
DJ
69792006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6980
6981 PR c++/2116
6982 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
6983
390a1bd0
JB
69842006-10-06 Joel Brobecker <brobecker@adacore.com>
6985
6986 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
6987 the corresponding bug has been fixed in GDB (PR/2018).
6988
dd920c33
JB
69892006-10-06 Joel Brobecker <brobecker@adacore.com>
6990
6991 * gdb.base/subst.exp: New testcase.
6992
53bbefe9
JB
69932006-10-06 Joel Brobecker <brobecker@adacore.com>
6994
6995 * gdb.ada/array_return/pck.ads: Add copyright notice.
6996 * gdb.ada/array_return/pck.adb: Likewise.
6997 * gdb.ada/array_return/p.adb: Likewise.
6998 * gdb.ada/exec_changed/first.adb: Likewise.
6999 * gdb.ada/exec_changed/second.adb: Likewise.
7000
09851417
JB
70012006-10-06 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.ada/watch_arg/watch.adb: New file.
7004 * gdb.ada/watch_arg.exp: New testcase.
7005
041bf30d
VP
70062006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7007
7008 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7009 via string_to_regexp.
041bf30d 7010 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7011
f286fbdd 70122006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7013
7014 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7015 Remove unused / obsolete files.
7016
7c07f349
NR
70172006-09-19 Nick Roberts <nickrob@snap.net.nz>
7018
7019 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7020
cd5ff84a
VP
70212006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7022
7023 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7024 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7025 the number of frames.
cd5ff84a 7026
ae018d1a
DJ
70272006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7028
7029 * gdb.base/args.c (main): Add breakpoint marker.
7030 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7031 really test empty arguments.
7032 (args_load): Delete.
7033 (args_test): New.
7034
b399c549
NR
70352006-09-13 Nick Roberts <nickrob@snap.net.nz>
7036
7037 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7038 check for one file.
7039
2ab1eb7a
VP
70402006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7041
7042 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7043 HIGH_FRAME argument to -stack-list-locals can be larger than
7044 the number of frames.
a9c64011 7045
476308bf
FF
70462006-08-18 Fred Fish <fnf@specifix.com>
7047
7048 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7049 '$' in front of skip_vmx_tests_saved when setting that.
7050
8625200f
AS
70512006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7052
7053 * gdb.base/trace-commands.exp: New file.
7054
089ec8f1
DJ
70552006-08-10 Joel Brobecker <brobecker@adacore.com>
7056 Daniel Jacobowitz <dan@codesourcery.com>
7057
7058 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7059 expected output of the backtrace commands.
7060
b60f0898
JB
70612006-08-09 Joel Brobecker <brobecker@adacore.com>
7062
7063 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7064 untested followed by return combination.
7065 * gdb.arch/altivec-regs.exp: Likewise.
7066 * gdb.arch/e500-abi.exp: Likewise.
7067 * gdb.arch/e500-regs.exp: Likewise.
7068 * gdb.arch/gdb1291.exp: Likewise.
7069 * gdb.arch/gdb1431.exp: Likewise.
7070 * gdb.arch/gdb1558.exp: Likewise.
7071 * gdb.arch/i386-prologue.exp: Likewise.
7072 * gdb.arch/i386-unwind.exp: Likewise.
7073 * gdb.asm/asm-source.exp: Likewise.
7074 * gdb.base/a2-run.exp: Likewise.
7075 * gdb.base/advance.exp: Likewise.
7076 * gdb.base/all-bin.exp: Likewise.
7077 * gdb.base/annota1.exp: Likewise.
7078 * gdb.base/annota3.exp: Likewise.
7079 * gdb.base/args.exp: Likewise.
7080 * gdb.base/arithmet.exp: Likewise.
7081 * gdb.base/assign.exp: Likewise.
7082 * gdb.base/async.exp: Likewise.
7083 * gdb.base/attach.exp: Likewise.
7084 * gdb.base/bang.exp: Likewise.
7085 * gdb.base/bigcore.exp: Likewise.
7086 * gdb.base/bitfields.exp: Likewise.
7087 * gdb.base/bitfields2.exp: Likewise.
7088 * gdb.base/break.exp: Likewise.
7089 * gdb.base/call-sc.exp: Likewise.
7090 * gdb.base/call-strs.exp: Likewise.
7091 * gdb.base/callfuncs.exp: Likewise.
7092 * gdb.base/checkpoint.exp: Likewise.
7093 * gdb.base/chng-syms.exp: Likewise.
7094 * gdb.base/code-expr.exp: Likewise.
7095 * gdb.base/commands.exp: Likewise.
7096 * gdb.base/completion.exp: Likewise.
7097 * gdb.base/cond-expr.exp: Likewise.
7098 * gdb.base/condbreak.exp: Likewise.
7099 * gdb.base/consecutive.exp: Likewise.
7100 * gdb.base/constvars.exp: Likewise.
7101 * gdb.base/corefile.exp: Likewise.
7102 * gdb.base/cvexpr.exp: Likewise.
7103 * gdb.base/dbx.exp: Likewise.
7104 * gdb.base/define.exp: Likewise.
7105 * gdb.base/detach.exp: Likewise.
7106 * gdb.base/display.exp: Likewise.
7107 * gdb.base/dump.exp: Likewise.
7108 * gdb.base/ena-dis-br.exp: Likewise.
7109 * gdb.base/ending-run.exp: Likewise.
7110 * gdb.base/environ.exp: Likewise.
7111 * gdb.base/eval-skip.exp: Likewise.
7112 * gdb.base/exprs.exp: Likewise.
7113 * gdb.base/fileio.exp: Likewise.
7114 * gdb.base/finish.exp: Likewise.
7115 * gdb.base/float.exp: Likewise.
7116 * gdb.base/foll-exec.exp: Likewise.
7117 * gdb.base/foll-fork.exp: Likewise.
7118 * gdb.base/foll-vfork.exp: Likewise.
7119 * gdb.base/freebpcmd.exp: Likewise.
7120 * gdb.base/funcargs.exp: Likewise.
7121 * gdb.base/gcore.exp: Likewise.
7122 * gdb.base/gdb1090.exp: Likewise.
7123 * gdb.base/gdb1250.exp: Likewise.
7124 * gdb.base/huge.exp: Likewise.
7125 * gdb.base/info-proc.exp: Likewise.
7126 * gdb.base/interrupt.exp: Likewise.
7127 * gdb.base/jump.exp: Likewise.
7128 * gdb.base/langs.exp: Likewise.
7129 * gdb.base/lineinc.exp: Likewise.
7130 * gdb.base/list.exp: Likewise.
7131 * gdb.base/logical.exp: Likewise.
7132 * gdb.base/long_long.exp: Likewise.
7133 * gdb.base/macscp.exp: Likewise.
7134 * gdb.base/maint.exp: Likewise.
7135 * gdb.base/mips_pro.exp: Likewise.
7136 * gdb.base/miscexprs.exp: Likewise.
7137 * gdb.base/multi-forks.exp: Likewise.
7138 * gdb.base/opaque.exp: Likewise.
7139 * gdb.base/overlays.exp: Likewise.
7140 * gdb.base/pc-fp.exp: Likewise.
7141 * gdb.base/pointers.exp: Likewise.
7142 * gdb.base/printcmds.exp: Likewise.
7143 * gdb.base/psymtab.exp: Likewise.
7144 * gdb.base/ptype.exp: Likewise.
7145 * gdb.base/recurse.exp: Likewise.
7146 * gdb.base/relational.exp: Likewise.
7147 * gdb.base/relocate.exp: Likewise.
7148 * gdb.base/remote.exp: Likewise.
7149 * gdb.base/reread.exp: Likewise.
7150 * gdb.base/restore.exp: Likewise.
7151 * gdb.base/return.exp: Likewise.
7152 * gdb.base/return2.exp: Likewise.
7153 * gdb.base/scope.exp: Likewise.
7154 * gdb.base/sect-cmd.exp: Likewise.
7155 * gdb.base/sep.exp: Likewise.
7156 * gdb.base/sepdebug.exp: Likewise.
7157 * gdb.base/setshow.exp: Likewise.
7158 * gdb.base/setvar.exp: Likewise.
7159 * gdb.base/sigall.exp: Likewise.
7160 * gdb.base/sigbpt.exp: Likewise.
7161 * gdb.base/signals.exp: Likewise.
7162 * gdb.base/signull.exp: Likewise.
7163 * gdb.base/sizeof.exp: Likewise.
7164 * gdb.base/solib.exp: Likewise.
7165 * gdb.base/step-line.exp: Likewise.
7166 * gdb.base/step-test.exp: Likewise.
7167 * gdb.base/structs.exp: Likewise.
7168 * gdb.base/structs2.exp: Likewise.
7169 * gdb.base/term.exp: Likewise.
7170 * gdb.base/twice.exp: Likewise.
7171 * gdb.base/until.exp: Likewise.
7172 * gdb.base/varargs.exp: Likewise.
7173 * gdb.base/volatile.exp: Likewise.
7174 * gdb.base/watchpoint.exp: Likewise.
7175 * gdb.base/whatis-exp.exp: Likewise.
7176 * gdb.base/whatis.exp: Likewise.
7177 * gdb.cp/ambiguous.exp: Likewise.
7178 * gdb.cp/annota2.exp: Likewise.
7179 * gdb.cp/annota3.exp: Likewise.
7180 * gdb.cp/bool.exp: Likewise.
7181 * gdb.cp/breakpoint.exp: Likewise.
7182 * gdb.cp/casts.exp: Likewise.
7183 * gdb.cp/class2.exp: Likewise.
7184 * gdb.cp/classes.exp: Likewise.
7185 * gdb.cp/cplusfuncs.exp: Likewise.
7186 * gdb.cp/ctti.exp: Likewise.
7187 * gdb.cp/derivation.exp: Likewise.
7188 * gdb.cp/exception.exp: Likewise.
7189 * gdb.cp/gdb1355.exp: Likewise.
7190 * gdb.cp/hang.exp: Likewise.
7191 * gdb.cp/inherit.exp: Likewise.
7192 * gdb.cp/local.exp: Likewise.
7193 * gdb.cp/m-data.exp: Likewise.
7194 * gdb.cp/m-static.exp: Likewise.
7195 * gdb.cp/member-ptr.exp: Likewise.
7196 * gdb.cp/method.exp: Likewise.
7197 * gdb.cp/misc.exp: Likewise.
7198 * gdb.cp/namespace.exp: Likewise.
7199 * gdb.cp/overload.exp: Likewise.
7200 * gdb.cp/ovldbreak.exp: Likewise.
7201 * gdb.cp/pr-1023.exp: Likewise.
7202 * gdb.cp/pr-1210.exp: Likewise.
7203 * gdb.cp/pr-574.exp: Likewise.
7204 * gdb.cp/printmethod.exp: Likewise.
7205 * gdb.cp/psmang.exp: Likewise.
7206 * gdb.cp/ref-params.exp: Likewise.
7207 * gdb.cp/ref-types.exp: Likewise.
7208 * gdb.cp/rtti.exp: Likewise.
7209 * gdb.cp/templates.exp: Likewise.
7210 * gdb.cp/try_catch.exp: Likewise.
7211 * gdb.cp/userdef.exp: Likewise.
7212 * gdb.cp/virtfunc.exp: Likewise.
7213 * gdb.disasm/am33.exp: Likewise.
7214 * gdb.disasm/h8300s.exp: Likewise.
7215 * gdb.disasm/mn10300.exp: Likewise.
7216 * gdb.disasm/sh3.exp: Likewise.
7217 * gdb.disasm/t01_mov.exp: Likewise.
7218 * gdb.disasm/t02_mova.exp: Likewise.
7219 * gdb.disasm/t03_add.exp: Likewise.
7220 * gdb.disasm/t04_sub.exp: Likewise.
7221 * gdb.disasm/t05_cmp.exp: Likewise.
7222 * gdb.disasm/t06_ari2.exp: Likewise.
7223 * gdb.disasm/t07_ari3.exp: Likewise.
7224 * gdb.disasm/t08_or.exp: Likewise.
7225 * gdb.disasm/t09_xor.exp: Likewise.
7226 * gdb.disasm/t10_and.exp: Likewise.
7227 * gdb.disasm/t11_logs.exp: Likewise.
7228 * gdb.disasm/t12_bit.exp: Likewise.
7229 * gdb.disasm/t13_otr.exp: Likewise.
7230 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7231 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7232 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7233 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7234 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7235 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7236 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7237 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7238 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7239 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7240 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7241 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7242 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7243 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7244 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7245 * gdb.mi/gdb701.exp: Likewise.
7246 * gdb.mi/gdb792.exp: Likewise.
7247 * gdb.mi/mi-basics.exp: Likewise.
7248 * gdb.mi/mi-break.exp: Likewise.
7249 * gdb.mi/mi-cli.exp: Likewise.
7250 * gdb.mi/mi-console.exp: Likewise.
7251 * gdb.mi/mi-disassemble.exp: Likewise.
7252 * gdb.mi/mi-eval.exp: Likewise.
7253 * gdb.mi/mi-file.exp: Likewise.
7254 * gdb.mi/mi-read-memory.exp: Likewise.
7255 * gdb.mi/mi-regs.exp: Likewise.
7256 * gdb.mi/mi-return.exp: Likewise.
7257 * gdb.mi/mi-simplerun.exp: Likewise.
7258 * gdb.mi/mi-stack.exp: Likewise.
7259 * gdb.mi/mi-stepi.exp: Likewise.
7260 * gdb.mi/mi-syn-frame.exp: Likewise.
7261 * gdb.mi/mi-until.exp: Likewise.
7262 * gdb.mi/mi-var-block.exp: Likewise.
7263 * gdb.mi/mi-var-child.exp: Likewise.
7264 * gdb.mi/mi-var-cmd.exp: Likewise.
7265 * gdb.mi/mi-var-display.exp: Likewise.
7266 * gdb.mi/mi-watch.exp: Likewise.
7267 * gdb.mi/mi2-basics.exp: Likewise.
7268 * gdb.mi/mi2-break.exp: Likewise.
7269 * gdb.mi/mi2-cli.exp: Likewise.
7270 * gdb.mi/mi2-console.exp: Likewise.
7271 * gdb.mi/mi2-disassemble.exp: Likewise.
7272 * gdb.mi/mi2-eval.exp: Likewise.
7273 * gdb.mi/mi2-file.exp: Likewise.
7274 * gdb.mi/mi2-read-memory.exp: Likewise.
7275 * gdb.mi/mi2-regs.exp: Likewise.
7276 * gdb.mi/mi2-return.exp: Likewise.
7277 * gdb.mi/mi2-simplerun.exp: Likewise.
7278 * gdb.mi/mi2-stack.exp: Likewise.
7279 * gdb.mi/mi2-stepi.exp: Likewise.
7280 * gdb.mi/mi2-syn-frame.exp: Likewise.
7281 * gdb.mi/mi2-until.exp: Likewise.
7282 * gdb.mi/mi2-var-block.exp: Likewise.
7283 * gdb.mi/mi2-var-child.exp: Likewise.
7284 * gdb.mi/mi2-var-cmd.exp: Likewise.
7285 * gdb.mi/mi2-var-display.exp: Likewise.
7286 * gdb.mi/mi2-watch.exp: Likewise.
7287 * gdb.stabs/exclfwd.exp: Likewise.
7288 * gdb.stabs/weird.exp: Likewise.
7289 * gdb.threads/gcore-thread.exp: Likewise.
7290 * gdb.trace/actions.exp: Likewise.
7291 * gdb.trace/backtrace.exp: Likewise.
7292 * gdb.trace/circ.exp: Likewise.
7293 * gdb.trace/collection.exp: Likewise.
7294 * gdb.trace/deltrace.exp: Likewise.
7295 * gdb.trace/infotrace.exp: Likewise.
7296 * gdb.trace/limits.exp: Likewise.
7297 * gdb.trace/packetlen.exp: Likewise.
7298 * gdb.trace/passc-dyn.exp: Likewise.
7299 * gdb.trace/passcount.exp: Likewise.
7300 * gdb.trace/report.exp: Likewise.
7301 * gdb.trace/save-trace.exp: Likewise.
7302 * gdb.trace/tfind.exp: Likewise.
7303 * gdb.trace/tracecmd.exp: Likewise.
7304 * gdb.trace/while-dyn.exp: Likewise.
7305 * gdb.trace/while-stepping.exp: Likewise.
7306
f4b618d1
JB
73072006-08-08 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.base/step-bt.c: New file.
7310 * gdb.base/step-bt.exp: New testcase.
7311
3d00d119
DJ
73122006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * config/monitor.exp (gdb_load): Remove support for obsolete
7315 download-write-size.
7316 * gdb.base/remote.exp: Likewise. Update all callers of
7317 gdb_timed_load.
7318
017b5bd4
DJ
73192006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7320
7321 * cursal.exp: Pass binfile to gdb_load.
7322
837c599d
DJ
73232006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7324
7325 * gdb.base/cursal.exp: Add "" to gdb_load call.
7326
8dd4540b
MK
73272006-07-29 Mark Kettenis <kettenis@gnu.org>
7328
7329 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7330 NetBSD/ELF targets.
7331
ab5c9f60
DJ
73322006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7333
7334 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7335 operator*.
7336
4c42eaff
DJ
73372006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7338
7339 * gdb.base/completion.exp: Update for change in "file" behavior.
7340 * gdb.stabs/weird.exp: Likewise.
7341 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7342 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7343
0155cc76
NS
73442006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7345
7346 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7347 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7348
16026cd7
AS
73492006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7350
7351 * gdb.base/default.exp: Update source command error message.
7352 * gdb.base/help.exp: Update 'help source' message.
7353
16963cb6
DJ
73542006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7355
7356 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7357 test.
7358
6d7fd486
AS
73592006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7360
7361 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7362
29e8a844
DJ
73632006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7366
6afcfa39
DJ
73672006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7368
7369 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7370
267a692b
MK
73712006-07-17 Mark Kettenis <kettenis@gnu.org>
7372
7373 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7374 *-*-openbsd* from targets for wich we expect ARM FPA floating
7375 point format.
7376
85d2fec4
NR
73772006-07-17 Nick Roberts <nickrob@snap.net.nz>
7378
7379 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7380
73812006-07-17 Mark Kettenis <kettenis@gnu.org>
7382
7383 * gdb.base/annota3.exp: Expect frame-begin annotation.
7384
85b4c6e8
JB
73852006-07-14 Joel Brobecker <brobecker@adacore.com>
7386
7387 * gdb.base/help.exp: Adjust "help unset" test to accept
7388 any list of unset commands.
7389
fb933624
DJ
73902006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7391 Daniel Jacobowitz <dan@codesourcery.com>
7392
7393 * gdb.cp/ref-params.exp: New test.
7394 * gdb.cp/ref-params.cc: New source file.
7395 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7396
1dff4b64
MK
73972006-07-08 Mark Kettenis <kettenis@gnu.org>
7398
7399 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7400 spaces/tabs in regular expressions since they might not be there.
7401
40d2e0e3
AS
74022006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7403
7404 * gdb.base/ifelse.exp: New file.
7405
f6c957d2
NS
74062006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7407
7408 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7409 line.
7410 * gdb.base/huge.exp: Loop over compilation to find a size that
7411 is acceptable.
7412 * gdb.base/remote.exp: Correct expected strings.
7413 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7414
b9c5a23d
DJ
74152006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7416
7417 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7418
9af2e58d
DJ
74192006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7420
7421 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7422 native.
7423
30930ca5
DJ
74242006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7425
7426 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7427 enable stabs testing.
7428
aa32fa1d
DJ
74292006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7430
bd4a4c80 7431 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
7432 gdb_test_multiple does.
7433
321fef15
DJ
74342006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7435
7436 * Makefile.in (host_alias): Remove.
7437 (target_alias): Use @target_noncanonical@.
7438 (site.exp): Don't set host_alias.
7439 * aclocal.m4: Remove contents. Include acx.m4.
7440 * configure: Regenerated.
7441 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7442
e1c2defa
NS
74432006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7444
e63b55d1
NS
7445 * lib/gdb.exp (gdb_load_cmd): New.
7446
5600ea19
NS
7447 * gdb.base/fileio.c: Add system(NULL) test.
7448 * gdb.base/fileio.exp: Check it.
7449
e1c2defa
NS
7450 * gdb.base/break.c: Add 10a breakpoint at }
7451 * gdb.base/break.exp: Add test for breakpoint at }
7452 * gdb.cp/anon-union.cc: Add code at end of function.
7453 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7454 * gdb.mi/var-cmd.c: Add code at end of function.
7455 * gdb.mi/mi-var-display.exp: Adjust end of next.
7456 * gdb.mi/mi2-var-display.exp: Likewise.
7457 * gdb.base/fileio.c: Add stop function and insert calls at
7458 stopping places.
7459 * gdb.base/fileio.exp: Breakpoint stop function and remove
7460 explicit line number references.
7461
6c0112ec
JB
74622006-05-19 Joel Brobecker <brobecker@adacore.com>
7463
a9c64011
AS
7464 * gdb.base/del.exp (test_delete_alias): New function.
7465 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 7466
154189a4
FF
74672006-05-18 Fred Fish <fnf@specifix.com>
7468
7469 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7470 required. Check for spurious output after program exits normally.
7471
582e64c2
FF
74722006-05-17 Fred Fish <fnf@specifix.com>
7473
7474 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7475 gdb_load, so it works in the simulator.
7476
8ef6493a
FF
74772006-05-11 Fred Fish <fnf@specifix.com>
7478
7479 * gdb.base/bang.exp: Ignore unexpected output between the
7480 "program exited normally" and the gdb prompt, as many other
7481 tests do.
7482
692b141c
MK
74832006-05-07 Mark Kettenis <kettenis@gnu.org>
7484
7485 * gdb.base/help.exp: Make "delete checkpoint" part option for
7486 "help d" and "help delete" tests.
7487
540b8a30
UW
74882006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7489
a9c64011 7490 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
7491 expected output in some mi_gdb_test statements.
7492 * gdb.mi/mi2-basics.exp: Likewise.
7493
9b6462d9
JB
74942006-05-05 Joel Brobecker <brobecker@adacore.com>
7495
7496 * gdb.base/del.c: New file.
7497 * gdb.base/del.exp: New testcase.
7498
954de43b
DM
74992006-05-05 David S. Miller <davem@sunset.davemloft.net>
7500
7501 * gdb.base/break.exp: Do not assume a breakpoint on
7502 main will actually be in $srcfile when optimizing.
1303f75e
DM
7503 * gdb.base/savedregs.exp: Do not require that the dummy
7504 frame location match up to a symbol and source file location.
c3242428
DM
7505 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7506 will get printed without a mi_cmd_data_list_register_values prefix.
7507 (*-data-list-register-*): Correct regular expressions to expect the new
7508 pseudo d? floating point registers.
7509 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 7510
c7e64c9a
DJ
75112006-05-05 Christophe Lyon <christophe.lyon@st.com>
7512
7513 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7514 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7515 is allocated by the compiler.
7516 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7517 anons, e, anone to force their allocation by the compiler.
7518
75192006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
7520
7521 * gdb.base/help.exp: Update expected text for help d and
7522 help delete.
7523
27ce9a6d
MK
75242006-05-02 Mark Kettenis <kettenis@gnu.org>
7525
7526 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7527 NetBSD/ELF targets.
7528
8608915f
MK
75292006-04-30 Mark Kettenis <kettenis@gnu.org>
7530
7531 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7532 single-step breakpoint fails; make this a KFAIL on
7533 sparc*-*-openbsd*.
7534 * gdb.base/siginfo.exp: Likewise.
7535 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7536
b8db102d
MS
75372006-04-26 Michael Snyder <msnyder@redhat.com>
7538
7539 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7540 which may have to consume output from other forks.
7541 Add tests to make sure that "delete fork" succeeded.
7542
c702009a
MS
75432006-04-20 Michael Snyder <msnyder@redhat.com>
7544
7545 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7546 Add support for the Renesas M32C and M16C.
7547
7548 * gdb.asm/asm-source.exp: Add m32c target.
7549 * gdb.asm/m32c.inc: Support for m32c target.
7550
e28493f2
AS
75512006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7552
7553 * gdb.base/commands.exp (recursive_source_test): New test.
7554
880da185
DM
75552006-04-04 David S. Miller <davem@sunset.davemloft.net>
7556
7557 * gdb.base/float.exp: Add pattern for sparc targets.
7558
61d9b92f
DJ
75592006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7560
7561 * gdb.base/commands.exp (stray_arg0_test): New test.
7562
bd717df8
PB
75632006-03-30 Paul Brook <paul@codesourcery.com>
7564
7565 * gdb.mi/mi-until.exp: kfail broken until command.
7566 * gdb.mi/mi2-until.exp: Ditto.
7567
ec793d3c
NR
75682006-03-27 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7571
831004b7
AO
75722006-03-08 Alexandre Oliva <aoliva@redhat.com>
7573
7574 * gdb.base/prelink.exp: Anchor tested-for regular expression
7575 on gdb prompt.
7576
effe49a0
PB
75772006-03-07 Paul Brook <paul@codesourcery.com>
7578
7579 * gdb.base/assign.exp: Correct fail message.
7580
e5461016
PB
75812006-03-07 Paul Brook <paul@codesourcery.com>
7582
7583 * lib/compiler.c: Extract armcc version number.
7584 * lib/compiler.cc: Ditto.
7585
fc91c6c2
PB
75862006-03-07 Paul Brook <paul@codesourcery.com>
7587
7588 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
7589 additional_flags=-w.
7590 * gdb.arch/altivec-regs.exp: Ditto.
7591 * gdb.arch/e500-abi.exp: Ditto.
7592 * gdb.arch/e500-regs.exp: Ditto.
7593 * gdb.base/all-bin.exp: Ditto.
7594 * gdb.base/annota1.exp: Ditto.
7595 * gdb.base/annota3.exp: Ditto.
7596 * gdb.base/args.exp: Ditto.
7597 * gdb.base/arithmet.exp: Ditto.
7598 * gdb.base/assign.exp: Ditto.
7599 * gdb.base/async.exp: Ditto.
7600 * gdb.base/bang.exp: Ditto.
7601 * gdb.base/break.exp: Ditto.
7602 * gdb.base/call-rt-st.exp: Ditto.
7603 * gdb.base/completion.exp: Ditto.
7604 * gdb.base/cond-expr.exp: Ditto.
7605 * gdb.base/condbreak.exp: Ditto.
7606 * gdb.base/consecutive.exp: Ditto.
7607 * gdb.base/define.exp: Ditto.
7608 * gdb.base/display.exp: Ditto.
7609 * gdb.base/ena-dis-br.exp: Ditto.
7610 * gdb.base/environ.exp: Ditto.
7611 * gdb.base/eval-skip.exp: Ditto.
7612 * gdb.base/info-proc.exp: Ditto.
7613 * gdb.base/jump.exp: Ditto.
7614 * gdb.base/logical.exp: Ditto.
7615 * gdb.base/long_long.exp: Ditto.
7616 * gdb.base/maint.exp: Ditto.
7617 * gdb.base/miscexprs.exp: Ditto.
7618 * gdb.base/pc-fp.exp: Ditto.
7619 * gdb.base/pointers.exp: Ditto.
7620 * gdb.base/relational.exp: Ditto.
7621 * gdb.base/reread.exp: Ditto.
7622 * gdb.base/sect-cmd.exp: Ditto.
7623 * gdb.base/sep.exp: Ditto.
7624 * gdb.base/sepdebug.exp: Ditto.
7625 * gdb.base/until.exp: Ditto.
7626 * gdb.base/whatis-exp.exp: Ditto.
7627 * gdb.cp/annota2.exp: Ditto.
7628 * gdb.cp/annota3.exp: Ditto.
7629 * gdb.trace/actions.exp: Ditto.
7630 * gdb.trace/backtrace.exp: Ditto.
7631 * gdb.trace/circ.exp: Ditto.
7632 * gdb.trace/collection.exp: Ditto.
7633 * gdb.trace/deltrace.exp: Ditto.
7634 * gdb.trace/infotrace.exp: Ditto.
7635 * gdb.trace/limits.exp: Ditto.
7636 * gdb.trace/packetlen.exp: Ditto.
7637 * gdb.trace/passc-dyn.exp: Ditto.
7638 * gdb.trace/passcount.exp: Ditto.
7639 * gdb.trace/report.exp: Ditto.
7640 * gdb.trace/save-trace.exp: Ditto.
7641 * gdb.trace/tfind.exp: Ditto.
7642 * gdb.trace/tracecmd.exp: Ditto.
7643 * gdb.trace/while-dyn.exp: Ditto.
7644 * gdb.trace/while-stepping.exp: Ditto.
7645 * lib/gdb.exp: Ditto.
7646 (gdb_compile): Handle nowarning option.
7647
5f4a23d9
AO
76482006-03-07 Alexandre Oliva <aoliva@redhat.com>
7649
7650 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
7651 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
7652 Rename executable to prelinkt. Don't re-prelink if we didn't
7653 get a core file. Test prelink -u exit status to tell whether
7654 prelinking failed. Use gdb_test_multiple.
7655
9733fc94
DJ
76562006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7657
7658 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
7659 (do_tests): Call it.
7660
cc10cae3
AO
76612006-02-28 Alexandre Oliva <aoliva@redhat.com>
7662
7663 * gdb.base/prelink.exp: New test.
7664 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
7665
15c46491
WZ
76662006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
7667
7668 * gdb.fortran/derived-type.f90: New file.
7669 * gdb.fortran/derived-type.exp: New testcase.
7670
5c9f7ded
DJ
76712006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
7672
7673 * gdb.base/default.exp: Allow ';' as a directory separator.
7674
5b96932b
AS
76752006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7676
7677 * gdb.base/help.exp (help add-symbol-file): Update.
7678
1986bccd
AS
76792006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7680
7681 * gdb.base/help.exp (help load): Update expected results.
7682
a8b7528f
FF
76832006-02-19 Fred Fish <fnf@specifix.com>
7684
7685 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
7686 specifix hex value as part of results.
7687 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 7688
f8261448
FF
76892006-02-16 Fred Fish <fnf@specifix.com>
7690
7691 * gdb.base/whatis.c: Define variables using typedefs char_addr,
7692 ushort_addr, and slong_addr, so the typedefs are not optimized
7693 away.
7694 * gdb.base/whatis.exp: Add tests using type name for struct type,
7695 union type, enum type, and typedef.
a9c64011 7696
31d8bdd2
MK
76972006-02-13 Mark Kettenis <kettenis@gnu.org>
7698
7699 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
7700
34e41e63
JB
77012006-02-13 Jim Blandy <jimb@redhat.com>
7702
7703 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
7704 case where it takes two "next" commands to skip past the init
7705 call.
7706
ac6e4f31
FF
77072006-02-12 Fred Fish <fnf@specifix.com>
7708
7709 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
7710 to handle cases where it takes two "next" commands to skip
7711 past the init call.
7712
2db2d571
JB
77132006-02-07 Joel Brobecker <brobecker@adacore.com>
7714
7715 * gdb.ada/array_return.exp: Mark the last test as expected to fail
7716 on hppa32 targets.
7717
38fcd64c
DJ
77182006-02-06 Vladimir Prus <ghost@cs.msu.su>
7719
7720 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
7721 field.
7722
1315ad46
MK
77232006-01-29 Mark Kettenis <kettenis@gnu.org>
7724
7725 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
7726
5625b943
DJ
77272006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7728
7729 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
7730 files.
7731
80df1bbe
DJ
77322006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7733
7734 * gdb.cp/maint.exp: Set complaints to a positive value.
7735
9078e690
DJ
77362006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7737
7738 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
7739 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
7740 function name.
7741
9c903399
DJ
77422006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7743
7744 * gdb.base/checkpoint.c: Update copyright notice. Include
7745 <stdlib.h>.
7746
761ae4d6
JB
77472006-01-04 Jim Blandy <jimb@redhat.com>
7748
7749 * gdb.asm/asm-source.exp: Independently provide default values for
7750 asm-flags and debug-flags. Use 'string equal' to do the
7751 comparison, not the implicit expr's '==' operator. Remove
7752 now-unneeded assignments to asm-flags. In h8300 case, place
7753 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
7754
099ac3dd
MS
77552006-01-04 Michael Snyder <msnyder@redhat.com>
7756
7757 * gdb.base/checkpoint.c: New file.
7758 * gdb.base/checkpoint.exp: New file.
7759 * gdb.base/multi-fork.c: New file.
7760 * gdb.base/multi-fork.exp: New file.
7761 * gdb.base/pi.txt: New file (data for checkpoint.c test).
7762
f4d85314
FF
77632006-01-04 Fred Fish <fnf@specifix.com>
7764
7765 * gdb.base/ptype.c (foo): Add typedef.
7766 (intfoo): Add function.
7767 * gdb.base/ptype1.c: New file.
7768 * gdb.base/ptype.exp: Handle compilation and linking with two
7769 source files. Test that proper type for "foo" is found based
7770 on source context rather than first match found in symtabs.
7771
a1b06f35
MK
77722005-12-28 Mark Kettenis <kettenis@gnu.org>
7773
7774 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
7775 * gdb.asm/openbsd.inc: Indent commands.
7776
d082a1e2
MK
77772005-12-26 Mark Kettenis <kettenis@gnu.org>
7778
c65016bd
MK
7779 * gdb.base/freebpcmd.exp: Increase timeout.
7780
d082a1e2
MK
7781 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
7782
d3c32a0e
DJ
77832005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
7784
7785 * gdb.base/default.exp: Update check for "show version".
7786
9fdb1f50
RC
77872005-12-09 Randolph Chung <tausq@debian.org>
7788
7789 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
7790 * gdb.asm/pa64.inc: New file.
7791
5f2c56f7
RC
77922005-12-09 Randolph Chung <tausq@debian.org>
7793
7794 * gdb.asm/common.inc: Indent commands.
7795 * gdb.asm/asmsrc1.s: Likewise.
7796 * gdb.asm/asmsrc2.s: Likewise.
7797
8117349c
RC
77982005-12-09 Randolph Chung <tausq@debian.org>
7799
7800 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
7801 (get_addr_of_sym): Remove duplicate print.
7802 (gen_core): xfail hppa*-*-hpux*, update expected output.
7803 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
7804 * gdb.arch/pa64-nullify.s: New file.
7805
8f07f25a
RC
78062005-12-09 Randolph Chung <tausq@debian.org>
7807
7808 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
7809
55b39184
DJ
78102005-12-07 Christophe Lyon <christophe.lyon@st.com>
7811
7812 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
7813 code generation for these functions.
7814 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
7815 error message.
7816
31e2b00f
AS
78172005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7818
7819 * gdb.base/help.exp (help b, help br, help bre, help brea)
7820 (help break): Update the expected message.
7821
c3d0b56e
SC
78222005-11-11 Stephane Carrez <stcarrez@nerim.fr>
7823
7824 * gdb.asm/m68hc11.inc: Setup the data section.
7825 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
7826 script for this test.
7827 (m6812-*-*): Likewise.
7828
36ae0ea9
RC
78292005-11-09 Randolph Chung <tausq@debian.org>
7830
7831 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
7832
9d6f42e9
WZ
78332005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
7834
7835 * gdb.base/break.exp: Fix a comment typo.
7836
e2126a14
EZ
78372005-11-03 Jim Blandy <jimb@redhat.com>
7838
a9c64011
AS
7839 Checked in by Elena Zannoni <ezannoni@redhat.com>
7840
e2126a14
EZ
7841 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
7842
e0ac7199
CV
78432005-11-02 Corinna Vinschen <vinschen@redhat.com>
7844
7845 * gdb.arch/gdb1558.c: Include stdio.h.
7846
31d3fb18
MK
78472005-10-31 Mark Kettenis <kettenis@gnu.org>
7848
7849 * gdb.asm/asm-source.exp: Use -e instead of --entry.
7850
e52b687c
MK
78512005-10-31 Mark Kettenis <kettenis@gnu.org>
7852
7853 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
7854
f4711d79
PG
78552005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
7856
a9c64011
AS
7857 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
7858 vscr" tests to better match output.
f4711d79 7859
987a9106
JB
78602005-10-12 Jim Blandy <jimb@redhat.com>
7861
7862 * gdb.base/structs.exp (any): New function.
7863 (test_struct_returns): Don't make any assumptions at all about
7864 what value the function returns when GDB can't set the return
7865 value.
7866
2336bb58
JB
78672005-10-09 Joel Brobecker <brobecker@adacore.com>
7868
7869 * gdb.ada/arrayidx/p.adb: New file.
7870 * gdb.ada/arrayidx.exp: New testcase
7871
78722005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
7873
7874 * gdb.ada/array_return/pck.ads: New file.
7875 * gdb.ada/array_return/pck.adb: New file.
7876 * gdb.ada/array_return/p.adb: New file.
7877 * gdb.ada/array_return.exp: New testcase.
7878
705335ea
JB
78792005-10-03 Joel Brobecker <brobecker@adacore.com>
7880
a9c64011
AS
7881 * gdb.base/arrayidx.c: New file.
7882 * gdb.base/arrayidx.exp: New testcase.
705335ea 7883
11ee9940
NR
78842005-09-29 Nick Roberts <nickrob@snap.net.nz>
7885
7886 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
7887 frames-invalid and breakpoints-invalid are no longer generated
7888 with level 3 so don't expect them in the output.
7889
39fb8e9e
BR
78902005-09-27 Bob Rossi <bob@brasko.net>
7891
a9c64011 7892 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
7893 from test. Escape the | in mi_gdb_test call.
7894 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
7895 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
7896 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
7897 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
7898 expected regex's in mi_gdb_test calls.
7899 * lib/mi-support.exp: Remove arbitrary .* from tests.
7900 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
7901 Fully anchor GDB/MI expected results in mi_gdb_test.
7902 * lib/gdb.exp (string_to_regexp): Escape the ] character.
7903 * gdb.base/sizeof.exp: Remove escape character. Correct test.
7904
2af48f68
PB
79052005-09-26 Paul Brook <paul@codesourcery.com>
7906
7907 * long_long.exp: Exclude eabi targets from arm FPA float format test.
7908
f34502bc
WZ
79092005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
7910
7911 * bfp-test.c: New file.
7912 * bfp-test.exp: New testcase.
7913
ca929517
WZ
79142005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
7915
7916 * gdb.fortran/subarray.exp: New testcase to test the evaluation
7917 of subarray and substring variable.
7918 * gdb.fortran/subarray.f: New source file for the test of subarray
7919 and substring variable evaluation.
7920 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
7921 of string constant.
7922
c761af65
DJ
79232005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
7924
7925 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
7926 copyright dates.
7927
561d7a1d
PG
79282005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
7929
7930 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
7931 powerpc altivec' test with an almost identical 'info vector' test.
7932
b2b64cc9
PG
79332005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
7934
a9c64011
AS
7935 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
7936 vscr" tests to match output.
b2b64cc9 7937
6ac4d15a
PG
79382005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
7939
a9c64011
AS
7940 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
7941 output.
6ac4d15a 7942
40e55bef
BR
79432005-09-11 Bob Rossi <bob@brasko.net>
7944
7945 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 7946 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
7947 commands that return an MI output command and an asyncronous MI output
7948 command.
7949 * gdb.mi/mi-console.exp: Ditto.
7950
3c7385ec
BR
79512005-09-11 Bob Rossi <bob@brasko.net>
7952
7953 * gdb.mi/mi-var-child.c: Include <string.h>.
7954
a6cd0eb3
DJ
79552005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
7956
7957 * killed.exp: Correct gdb_expect syntax.
7958
2f168eed
CV
79592005-08-09 Corinna Vinschen <vinschen@redhat.com>
7960
7961 * lib/mi-support.exp (mi_gdb_load): Fix typo.
7962
ecd3fd0f
BR
79632005-08-02 Bob Rossi <bob@brasko.net>
7964
7965 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
7966 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
7967 Change tests to inferior-tty-set/show.
7968 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
7969 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
7970 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
7971 inferior. Use mi_gdb_test to get GDB and Inferior output.
7972 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
7973 descriptor.
7974 (mi_inferior_tty_name): Add inferior PTY file name.
7975 (mi_gdb_start): Add INFERIOR_PTY parameter.
7976 (mi_gdb_test): Add IPATTERN parameter.
7977
f1ea48cb 79782005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 7979
f1ea48cb
BR
7980 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
7981 parameter to mi_gdb_test.
7982 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
7983
6e650a67
DJ
79842005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7985
7986 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
7987 struct_declarations.
7988 * gdb.mi/mi-var-child.exp: Step over the initialization of
7989 struct_declarations.
7990
8be260b6
DJ
79912005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7992
7993 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
7994 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
7995 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
7996 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
7997 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
7998 file.
7999
4e660f07
NR
80002005-07-27 Nick Roberts <nickrob@snap.net.nz>
8001
8002 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8003 (do_children_tests): Assign values to the extra elements.
8004
8005 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8006 them for tests for "-var-update --no-values" and
a9c64011 8007 "-var-update --all-values".
4e660f07
NR
8008 Add test for "-var-list-children --simple-values".
8009
8010 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8011
8012 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8013 "-stack-list-locals --simple-values" Improve doc strings and
8014 comments.
8015
6bdae935
MK
80162005-07-18 Mark Kettenis <kettenis@gnu.org>
8017
598b7a6f
MK
8018 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8019 *-*-openbsd*.
8020 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8021
6bdae935
MK
8022 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8023 sigaltsatck'.
8024
1323e929 80252005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8026
1323e929
BR
8027 * gdb.base/default.exp (tty): Changed output of command.
8028 * gdb.base/help.exp (help tty): Ditto.
8029
b1a9c082
MK
80302005-07-12 Mark Kettenis <kettenis@gnu.org>
8031
8032 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8033
10a844a2
MK
80342005-07-10 Mark Kettenis <kettenis@gnu.org>
8035
8036 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8037 -stack-select-frame without arguments.
8038 (test_stack_frame_listing): Add test for newly implemented command
8039 -stack-info-frame.
8040
3cb3b8df
BR
80412005-07-06 Bob Rossi <bob@brasko.net>
8042
8043 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8044 command.
8045 (Copyright): Update copyright.
8046
a0c5fbcf
WZ
80472005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8048
8049 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8050 tests to evaluate exponentiation expression.
8051
984971d0
AS
80522005-06-29 Andreas Schwab <schwab@suse.de>
8053
8054 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8055 main to avoid warnings.
8056
8057 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8058
fe03833f
NR
80592005-06-20 Nick Roberts <nickrob@snap.net.nz>
8060
8061 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8062 -stack-select-frame without arguments.
8063 (test_stack_frame_listing): Add test for newly implemented command
8064 -stack-info-frame.
a9c64011 8065
7a55f279
WZ
80662005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8067
0ffa0ea5
DJ
8068 * gdb.fortran/array-element.f: New file.
8069 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8070
26585198
DJ
80712005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8072
8073 * gdb.base/bigcore.exp: Correct checks for systems which can
8074 not dump a large core file.
8075
c1bd25fd
DJ
80762005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8077
8078 * gdb.base/relocate.c: Add a copyright notice.
8079 (dummy): Remove.
8080 * gdb.base/relocate.exp: Test printing the values of variables
8081 from a relocatable file.
8082
589e074d
DJ
80832005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8084
8085 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8086 excess MI output after an error.
8087
0915f927
JB
80882005-05-29 Joel Brobecker <brobecker@adacore.com>
8089
8090 * gdb.arch/alpha-step.c: New file.
8091 * gdb.arch/alpha-step.exp: New testcase.
8092
76ff342d
DJ
80932005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8094 Dennis Brueni <dennis@slickedit.com>
8095
8096 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8097 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8098 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8099 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8100 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8101 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8102 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8103
96b0c7ac
DJ
81042005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8105 Wu Zhou <woodzltc@cn.ibm.com>
8106
8107 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8108 IBM's xlc compiler.
8109 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8110 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8111
f21565d2
JB
81122005-05-13 Jim Blandy <jimb@redhat.com>
8113
8114 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8115 calling gdb_suppress_entire_file.
8116 * gdb.base/charset.exp: Same.
8117 * gdb.base/call-rt-st.exp: Same.
8118
6006a3a1
BR
81192005-05-05 Bob Rossi <bob_rossi@cox.net>
8120
8121 * lib/gdb.exp (fullname_syntax): Added global regex.
8122 (fullname_syntax_POSIX): Ditto.
8123 (fullname_syntax_UNC): Ditto.
8124 (fullname_syntax_DOS_CASE): Ditto.
8125 (fullname_syntax_DOS): Ditto.
8126 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8127 fullname_syntax variable to scope and use it.
8128 (test_file_list_exec_source_files): Ditto.
8129 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8130
c3b69c04
DJ
81312005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8132
8133 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8134
3c95e6af
PG
81352004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8136
a9c64011
AS
8137 * lib/gdb.exp (skip_altivec_tests): New function, based on
8138 check_vmx_hw_available from the GCC testsuite.
8139 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8140 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8141
78df6c56
JB
81422005-05-02 Jim Blandy <jimb@redhat.com>
8143
8144 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8145 calling gdb_suppress_entire_file.
8146
1690f9cf
DJ
81472005-04-30 Randolph Chung <tausq@debian.org>
8148
8149 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8150 Slightly relax "sem_post" name checking.
8151
5ea106f7
PG
81522005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8153
8154 * gdb.base/unload.exp: Use new shared library infrastructure.
8155
bf7234cf
PG
81562005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8157
8158 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8159 infrastructure.
bf7234cf 8160
547b869a
CV
81612005-04-29 Corinna Vinschen <vinschen@redhat.com>
8162
8163 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8164 * gdb.asm/h8300.inc: New file.
8165
f07e55f0
PG
81662005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8167
8168 * gdb.base/shlib-call.exp: Change to use new shared library
8169 infrastructure.
8170
3cbba3d1
PG
81712005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8172
a9c64011
AS
8173 * gdb.base/pending.exp: Change to use new shared library
8174 infrastructure.
3cbba3d1 8175
ed6df200
PG
81762005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8177
a9c64011
AS
8178 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8179 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8180
8c8f4ebe
PG
81812005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8182
a9c64011
AS
8183 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8184 shared objects being adjusted and update copyright years.
8c8f4ebe 8185
607fbc54
DJ
81862005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8187
8188 * ChangeLog: Correct some 2003-01-13 dates.
8189 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8190 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8191 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8192 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8193 gdb.trace/tfind.exp: Update copyright years.
8194
57bf0e56
DJ
81952005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8196 Daniel Jacobowitz <dan@codesourcery.com>
8197
8198 * lib/gdb.exp (gdb_compile): Handle shlib=.
8199 (gdb_compile_shlib): New function.
8200
9b593790
PG
82012005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8202
a9c64011 8203 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8204
9494c6a5
DJ
82052005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8206
8207 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8208 gdb.server.
8209 * configure.ac: Likewise.
8210 * configure: Regenerated.
8211 * gdb.gdbserver/Makefile.in: Moved to...
8212 * gdb.server/Makefile.in: ... here.
8213 * gdb.gdbserver/server.c: Moved to...
8214 * gdb.server/server.c: ... here.
8215 * gdb.gdbserver/server-run.exp: Moved to...
8216 * gdb.server/server-run.exp: ... here.
8217
6f8eac0e
DJ
82182005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8219
8220 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8221 * configure.ac: Create gdb.gdbserver/Makefile.
8222 * configure: Regenerated.
8223 * lib/gdbserver-support.exp: New file, derived from
8224 config/gdbserver.exp.
8225 * config/gdbserver.exp: Use gdbserver-support.exp.
8226 * gdb.gdbserver/Makefile.in: New file.
8227 * gdb.gdbserver/server.c: New file.
8228 * gdb.gdbserver/server-run.exp: New file.
8229
6e87504d
PG
82302005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8231
a9c64011
AS
8232 * lib/gdb.exp (test_compiler_info): Return compiler_info
8233 if no arguments are given.
6e87504d 8234
d1779be4
PG
82352005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8236
8237 * gdb.arch/altivec-abi.exp: Check for compiler and set
8238 use altivec' flag accordingly.
8239 * gdb.arch/altivec-regs.exp: Likewise.
8240
88750304
DJ
82412005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8242
8243 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8244
f3fb768d
AS
82452005-03-27 Andreas Schwab <schwab@suse.de>
8246
8247 * gdb.base/bigcore.c (main): Add missing mode argument in open
8248 call.
8249
7e813ac5
DJ
82502005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8253 downloads.
8254 * config/gdbserver.exp (gdb_load): Likewise.
8255
8e3049aa
PB
82562005-03-14 Paul Brook <paul@codesourcery.com>
8257
8258 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8259 targets.
8260
a9df7c44
JB
82612005-03-09 Joel Brobecker <brobecker@adacore.com>
8262
8263 * gdb.dwarf2/dup-psym.S: New file.
8264 * gdb.dwarf2/dup-psym.exp: New testcase.
8265
9f0d94e8
JB
82662005-03-09 Joel Brobecker <brobecker@adacore.com>
8267
8268 * gdb.ada/exec_changed/first.adb: New file.
8269 * gdb.ada/exec_changed/second.adb: New file.
8270 * gdb.ada/exec_changed.exp: New testcase.
8271
5f579bc5
NS
82722005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8273
36e9969c
NS
8274 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8275 (A2): New class.
8276 (main): Test operator+.
8277 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8278 breakpoint test.
8279
5f579bc5
NS
8280 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8281 * gdb.base/signull.exp: Disable if gdb,nosignals.
8282 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8283 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8284 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8285 * gdb.mi/mi2-console.exp: Likewise.
8286 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8287 continue output at start.
8288 (gdb_collect_locals_test): Robustify regexp.
8289 * gdb.trace/passc-dyn.exp: Fix comment typo.
8290 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8291
be46087e
CV
82922005-03-08 Corinna Vinschen <vinschen@redhat.com>
8293
8294 * gdb.asm/asm-source.exp: Add iq2000 case.
8295 * gdb.asm/iq2000.inc: New file.
8296
384e1a61 82972005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 8298
384e1a61
MI
8299 * gdb.base/command.exp: Change hardcoded value to regular expression.
8300 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8301
584b6e9e
DJ
83022005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8303
8304 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8305 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8306 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8307 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8308 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8309
ab5b5d61
MK
83102005-03-05 Mark Kettenis <kettenis@gnu.org>
8311
8312 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8313 changes.
8314
ae051c1b
PG
83152004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8316
a9c64011
AS
8317 * lib/compiler.c: Add test for IBM's xlc compiler.
8318 * lib/compiler.cc: Likewise.
ae051c1b 8319
3f0f6ed2
JB
83202004-02-24 Joel Brobecker <brobecker@adacore.com>
8321
8322 * gdb.ada/fixed_points.exp: Create compilation object directory
8323 before running the test.
8324 * gdb.ada/null_record.exp: Likewise.
8325 * gdb.ada/packed_array.exp: Likewise.
8326 * gdb.ada/start.exp: Likewise.
8327
724f452b
JB
83282005-02-15 Joel Brobecker <brobecker@adacore.com>
8329
8330 * gdb.ada/packed_array/pa.adb: New file.
8331 * gdb.ada/packed_array.exp: New testcase.
8332
57f5cdfb 83332005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 8334
1f393151
MK
8335 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8336 files.
8337
ebdda337
MK
8338 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8339 on *-*-openbsd*. Correctly match whitespace in regukar
8340 expressions.
8341
cf309262
DJ
83422005-02-10 Daniel Jacobowitz <dan@debian.org>
8343
8344 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8345 PR exp/1821
8346 * gdb.base/gdb1821.c: New test file.
8347 * gdb.base/gdb1821.exp: New test file.
8348
3be49e7a
JB
83492005-02-09 Joel Brobecker <brobecker@adacore.com>
8350
8351 * gdb.base/start.c: New file.
8352 * gdb.base/start.exp: New testcase.
8353
e292e67d
JB
83542005-02-09 Joel Brobecker <brobecker@adacore.com>
8355
8356 * gdb.ada/start/dummy.adb: New file.
8357 * gdb.ada/start.exp: New testcase.
8358
dbdfa66c
CV
83592005-02-09 Corinna Vinschen <vinschen@redhat.com>
8360
8361 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8362 for printing symbols and statistics.
8363 Add test for using relative pathnames in "maint print msymbols" test.
8364 Mark "maint info sections DATA" XFAIL on Cygwin.
8365 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8366 tests.
8367
d7941671
AC
83682005-02-09 Andreas Schwab <schwab@suse.de>
8369
8370 Committed by Andrew Cagney <cagney@gnu.org>
8371 * gdb.base/remotetimeout.exp: New file.
8372
74e5ef44
MK
83732005-02-07 Mark Kettenis <kettenis@gnu.org>
8374
8375 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8376
464dd14d
JB
83772005-02-03 Joel Brobecker <brobecker@adacore.com>
8378
8379 * gdb.ada/gnat_ada.gpr: New file.
8380 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8381 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8382 * configure.ac: No longer generate gnat_ada.gpr.
8383 * configure: Regenerate.
8384 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8385 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8386 * gdb.ada/null_record/bar.ads: Likewise.
8387 * gdb.ada/null_record/bar.adb: Likewise.
8388 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8389 * gdb.ada/null_record.exp (testdir): New variable.
8390 (testfile): executable is now in testdir subdirectory.
8391 (srcfile): Use full path to the main compilation unit.
8392 * gdb.ada/fixed_points.exp: Same changes as above.
8393
30d756ae
NR
83942005-02-03 Nick Roberts <nickrob@snap.net.nz>
8395
8396 * gdb.base/interp.exp: New test.
8397
9d799f85
AC
83982005-01-24 Andrew Cagney <cagney@gnu.org>
8399
8400 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8401
15656118
AC
84022005-01-19 Andrew Cagney <cagney@gnu.org>
8403
a892c31b
AC
8404 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8405 configure.ac not configure.in.
8406
15656118
AC
8407 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8408 of powerpc*-*-*.
8409 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 8410 * gdb.base/list.exp (test_list_function)
15656118
AC
8411 (test_list_filename_and_function): Ditto.
8412 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8413
a7b01baf
AC
84142005-01-16 Andrew Cagney <cagney@gnu.org>
8415
17d92a02
AC
8416 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8417
a7b01baf
AC
8418 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8419
bc8332bb
AC
84202005-01-14 Andrew Cagney <cagney@gnu.org>
8421
8422 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8423 * gdb.mi/mi2-var-cmd.exp: Ditto.
8424
4d074752
CV
84252005-01-10 Corinna Vinschen <vinschen@redhat.com>
8426
8427 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8428
bec39cab
AC
84292005-01-07 Andrew Cagney <cagney@gnu.org>
8430
8431 * configure.ac: Rename configure.in, require autoconf 2.59.
8432 * configure: Re-generate.
8433 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8434 * gdb.stabs/configure: Re-generate.
8435 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8436 * gdb.hp/configure: Re-generate.
8437 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8438 autoconf 2.59.
8439 * gdb.hp/gdb.objdbg/configure: Re-generate.
8440 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8441 autoconf 2.59.
8442 * gdb.hp/gdb.defects/configure: Re-generate.
8443 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8444 autoconf 2.59.
8445 * gdb.hp/gdb.compat/configure: Re-generate.
8446 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8447 autoconf 2.59.
8448 * gdb.hp/gdb.base-hp/configure: Re-generate.
8449 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8450 autoconf 2.59.
8451 * gdb.hp/gdb.aCC/configure: Re-generate.
8452
f10b16d4
JB
84532004-12-15 Jim Blandy <jimb@redhat.com>
8454
8455 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8456 under NPTL when there is debugging info available for libpthread.
8457
fb6e1814
JG
84582004-12-13 Jerome Guitton <guitton@gnat.com>
8459
8460 * gdb.ada/fixed_points.c: New file.
8461 * gdb.ada/fixed_points.exp: New file.
8462
fe46cd3a
RC
84632004-12-03 Randolph Chung <tausq@debian.org>
8464
8465 * gdb.arch/pa-nullify.exp: New file.
8466 * gdb.arch/pa-nullify.s: New file.
8467
8de0841b
RC
84682004-11-30 Randolph Chung <tausq@debian.org>
8469
8470 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8471 instead of "tbug". Fix regexp to work properly with gdb_test.
8472
c8170782
PH
84732004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8474
8475 * gdb.base/bitfields2.exp: New test.
8476 * gdb.base/bitfields2.c: New file.
8477
954269c2
RE
84782004-11-28 Richard Earnshaw <rearnsha@arm.com>
8479
8480 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8481
0107feed
RC
84822004-11-16 Randolph Chung <tausq@debian.org>
8483
8484 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8485
f073ae8c
DJ
84862004-11-14 Daniel Jacobowitz <dan@debian.org>
8487
8488 * gdb.threads/threadapply.exp: Correct "macro details" test.
8489
19ad59e7
JJ
84902004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8491
8492 * gdb.threads/threadapply.exp: New test.
8493 * gdb.threads/threadapply.c: New file.
8494
9cf0961b
MK
84952004-11-07 Mark Kettenis <kettenis@gnu.org>
8496
8497 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8498 frames.
8499
c789492a
FL
85002004-11-05 Felix Lee <felix+log1@specifixinc.com>
8501
8502 * gdb.base/cursal.exp: New file.
8503 * gdb.base/cursal.c: New file.
8504
a1e167bb
AC
85052004-11-03 Andrew Cagney <cagney@gnu.org>
8506
8507 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8508
b7cbf173
MK
85092004-10-30 Mark Kettenis <kettenis@gnu.org>
8510
8511 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8512 NetBSD/ELF targets.
8513
88f9d34f
JB
85142004-10-29 Joel Brobecker <brobecker@gnat.com>
8515
8516 * gdb.threads/bp_in_thread.c: New file, copied from
8517 pthread_cond_wait.c.
8518 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8519 file, rather than reusing the .c file from another testcase.
8520
ca7d6a0c
JB
85212004-10-20 Joel Brobecker <brobecker@gnat.com>
8522
8523 * gdb.ada/null_record.exp: Check where we stopped after
8524 sending the start command, instead of where the associated
8525 temporary breakpoint was inserted.
8526
0d863d03
AC
85272004-10-14 Andrew Cagney <cagney@gnu.org>
8528
8529 * gdb.mi/gdb701.c (main): Return 0.
8530
d11e72cb
DJ
85312004-10-13 Daniel Jacobowitz <dan@debian.org>
8532
d40539a4 8533 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 8534
e1923096
JJ
85352004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8536
8537 * gdb.threads/schedlock.c: Add comment markers to use to find
8538 line numbers.
8539 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8540 comments.
8541 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8542 breakpoint lines.
8543
ec8ba2c9
DJ
85442004-10-12 Daniel Jacobowitz <dan@debian.org>
8545
8546 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8547
0eb3658b
DJ
85482004-10-12 Daniel Jacobowitz <dan@debian.org>
8549
8550 * configure.in: Add gdb.dwarf2.
8551 * configure: Regenerated.
8552 * Makefile.in: Add gdb.dwarf2.
8553 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8554 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8555 gdb.dwarf2/file1.txt: New files.
8556
a271cc33
OF
85572004-10-11 Orjan Friberg <orjanf@axis.com>
8558
a9c64011 8559 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
8560 of "run", since the latter doesn't work with remote targets. Adjust
8561 the breakpoint numbering accordingly.
8562 * gdb.threads/pthread_cond_wait.exp: Ditto.
8563
895ce074
MC
85642004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8565
8566 * gdb.base/overlays.exp: Update copyright years.
8567
6be3092d
KI
85682004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8569
8570 * gdb.base/overlays.exp: Disable if target is Linux.
8571
e05389b8
FL
85722004-10-06 Felix Lee <felix+log1@specifixinc.com>
8573
8574 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8575
73cb587d
KI
85762004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8577
8578 * gdb.asm/asm-source.exp: Add m32r-linux target.
8579 * gdb.asm/m32r-linux.inc: New file.
8580
3c0edcdc
AC
85812004-09-24 Andrew Cagney <cagney@redhat.com>
8582 David Anderson <anderson@redhat.com>
8583
8584 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
8585 command fails, assume things will work.
8586 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
8587 (_GNU_SOURCE): Define.
8588 (print_unsigned, print_hex): Change parameter to "long long".
8589 (print_byte_count): New function, use to print byte counts.
8590 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
8591 O_LARGEFILE.
8592 (main): Compute an upper bound on a corefile in max_core_size.
8593 Limit memory chunk size to max_core_size. Limit total memory
8594 allocated to max_core_size.
8595
4bb3667f
AC
85962004-09-23 Andrew Cagney <cagney@gnu.org>
8597
8598 * gdb.base/bigcore.exp: Replace the code that creates a corefile
8599 from a separate process with code that creates a corefile by
8600 making the inferior dump core.
8601
60fe1a51
MK
86022004-09-23 Mark Kettenis <kettenis@gnu.org>
8603
8604 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
8605 block.
8606
8e937346
MC
86072004-09-23 Michael Chastain <mec.gnu@mindspring.com>
8608
8609 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
8610 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
8611 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
8612 Likewise.
8613
7213f6d6
JJ
86142004-09-20 Jeff Johnston <jjohnstn@redhat.com>
8615
8616 * gdb.java/jprint.exp: New test case for java inferior call.
8617 * gdb.java/jprint.java: Ditto.
8618
eac69dca
JB
86192004-09-15 Joel Brobecker <brobecker@gnat.com>
8620
8621 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
8622
22227696
MC
86232004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8624
8625 * gdb.threads/killed.c: Include <stdlib.h>.
8626 * gdb.threads/pthreads.c: Likewise.
8627
7dd403a4
MC
86282004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8629
8630 * gdb.threads/killed.c: Add copyright notice.
8631
33f2d567
JM
86322004-09-10 Jason Molenda (jmolenda@apple.com)
8633
a9c64011
AS
8634 * gdb.base/define.exp: Two new tests to verify zero space chars
8635 after 'if' and 'while' commands in a user-defined command is correctly
8636 parsed.
33f2d567 8637
e05b62ac
AC
86382004-09-08 Andrew Cagney <cagney@gnu.org>
8639
8640 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
8641 delivery test with duplicate at end of file.
8642
9cbe82da
MK
86432004-09-06 Mark Kettenis <kettenis@jive.nl>
8644
8645 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
8646
564803d9
MC
86472004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8648
8649 * config/hppro.exp: Removed.
8650
7c6807ce
MC
86512004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8652
8653 * config/sparclet.exp: Removed.
8654
bf7e26dd
MC
86552004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8656
8657 * config/udi.exp: Removed.
8658
714e341b
MC
86592004-09-02 Michael Chastain <mec.gnu@mindspring.com>
8660
8661 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
8662 of "exp_continue".
8663 (advancei): Likewise.
8664
1236e623
JJ
86652004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8666
8667 * gdb.base/unload.exp: Fix so messages aren't duplicated.
8668
3bdcad15
MI
86692004-09-01 Manoj Iyer <manjo@austin.ibm.com>
8670
228af206 8671 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
8672 to check for nodebug in executable.
8673 * gdb.gdb/observer.exp (setup_test): Likewise.
8674 * gdb.gdb/selftest.exp (test_with_self): Likewise.
8675 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
8676
c72b934c
AC
86772004-09-01 Andrew Cagney <cagney@gnu.org>
8678
8679 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8680 files.
8681
edd9b715
JJ
86822004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8683
8684 * gdb.base/unload.exp: Fix expected warning message to match
8685 latest format.
8686
fb4ce06b
CV
86872004-09-01 Corinna Vinschen <vinschen@redhat.com>
8688
8689 * gdb.base/call-rt-st.exp: Fix typos.
8690
ce78e7c3
MI
86912004-08-31 Manoj Iyer <manjo@austin.ibm.com>
8692
8693 * gdb.threads/thread_check.exp: New testcase.
8694 * gdb.threads/thread_check.c: New testcase.
8695
2dedb159
AC
86962004-08-31 Andrew Cagney <cagney@gnu.org>
8697
8698 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
8699 (skip_to_handler_entry): New procedures. Test stepping into a
8700 handler when the breakpoint is at the handler's entry point.
8701
68f53502
AC
87022004-08-30 Andrew Cagney <cagney@gnu.org>
8703
8704 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
8705 gdb/1757.
8706
3e3ffd2b
MC
87072004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8708
8709 With code from Manoj Iyer <manjo@austin.ibm.com>:
8710 * lib/gdb.exp (gdb_file_cmd): Return more information in the
8711 return value. Add an arm for "no debugging symbols found".
8712 Change a stray "error" to "perror".
8713 (gdb_run_cmd): Adapt to new return value.
8714 * gdb.base/remote.exp: Adapt to new return value.
8715 * gdb.gdb/complaints.exp: Likewise.
8716 * gdb.gdb/observer.exp: Likewise.
8717 * gdb.gdb/selftest.exp: Likewise.
8718 * gdb.gdb/xfullpath.exp: Likewise.
8719
4b6f5fd2
JB
87202004-08-27 Joel Brobecker <brobecker@gnat.com>
8721
8722 * gdb.threads/bp_in_thread.exp: New testcase.
8723
e5b25496
MC
87242004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8725
8726 Fix PR testsuite/1735.
8727 * gdb.threads/schedlock.c (thread_function): Add a cast
8728 to suppress a gcc warning.
8729 * gdb.threads/thread-specific.c (thread_function): Likewise.
8730
934353d6
MC
87312004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8732
8733 * gdb.base/unload.c: Include <stdlib.h>.
8734
f98a0aef 87352004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 8736
f98a0aef 8737 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
8738 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
8739 synchronized after the "return".
8740
5a2e8882
MC
87412004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8742
8743 * gdb.mi/basics.c: Include <stdio.h>.
8744 * gdb.mi/pthreads.c: Include <stdlib.h>.
8745 * gdb.mi/var-cmd.c: Include <stdlib.h>.
8746
a9640423
MC
87472004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8748
8749 * gdb.threads/schedlock.c: Add copyright notice.
8750
b04e311d
AC
87512004-08-25 Andrew Cagney <cagney@gnu.org>
8752
8753 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
8754 (skip_over_handler, breakpoint_over_hander): New test procedures.
8755 (advance, advancei): Add a proper prefix, do not use
8756 rerun_to_main.
8757 * gdb.base/sigstep.c (main): Change to use an infinite loop.
8758
7c27f15b
MC
87592004-08-24 Michael Chastain <mec.gnu@mindspring.com>
8760
8761 * gdb.mi/basics.c: Add copyright notice.
8762 * gdb.mi/var-cmd.c: Add copyright notice.
8763
fffc87ae
MC
87642004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8765
8766 * lib/gdb.exp: Remove signed_keyword_not_used.
8767 * lib/compiler.c: Likewise.
8768 * lib/compiler.cc: Likewise.
8769
d782e0bf
MC
87702004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8771
8772 * gdb.base/whatis.c: Remove conditional disabling of "signed".
8773 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
8774
96033e83
MC
87752004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8776
8777 * gdb.base/whatis.c: Add copyright notice.
8778
cf38c229
MK
87792004-08-20 Mark Kettenis <kettenis@gnu.org>
8780
8781 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
8782 it to skip the breakpoints encoded in the inline assembly.
8783
f4b49756
MC
87842004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8785
8786 * Makefile.in: Add gdb.fortran.
8787
2f193b69
MC
87882004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8789
8790 * gdb.base/call-sc.exp (test_scalar_returns):
8791 Fix cut-and-paste glitch in "Make fun return now".
8792
89a237cb
MC
87932004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8794
8795 * configure.in: Add gdb.fortran.
8796 * configure: Regenerate.
8797 * gdb.fortran/Makefile.in: New file.
8798 * lib/gdb.exp (skip_fortran_tests): New procedure.
8799
469aff8e
MC
88002004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8801
8802 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
8803 reference to bug-gnu@prep.ai.mit.edu.
8804 * gdb.mi/mi-var-child.exp: Likewise.
8805 * gdb.mi/mi-var-cmd.exp: Likewise.
8806 * gdb.mi/mi-var-display.exp: Likewise.
8807 * gdb.mi/mi2-var-block.exp: Likewise.
8808 * gdb.mi/mi2-var-child.exp: Likewise.
8809 * gdb.mi/mi2-var-cmd.exp: Likewise.
8810 * gdb.mi/mi2-var-display.exp: Likewise.
8811
00b51b9f
MK
88122004-08-15 Mark Kettenis <kettenis@gnu.org>
8813
8814 * gdb.base/unload.c (main): Make local variable msg const.
8815
45f07fef
MC
88162004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8817
8818 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
8819 to bug-gnu@prep.ai.mit.edu.
8820 * gdb.mi/mi-disassemble.exp: Likewise.
8821 * gdb.mi/mi-eval.exp: Likewise.
8822 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
8823 default line number.
8824 * gdb.mi/mi-return.exp: Likewise.
8825 * gdb.mi/mi-simplerun.exp: Likewise.
8826 * gdb.mi/mi-stack.exp: Likewise.
8827 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
8828 number with explicit range test.
8829 * gdb.mi/mi-watch.exp: Likewise.
8830 * gdb.mi/mi2-break.exp: Likewise.
8831 * gdb.mi/mi2-cli.exp: Likewise.
8832 * gdb.mi/mi2-disassemble.exp: Likewise.
8833 * gdb.mi/mi2-eval.exp: Likewise.
8834 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
8835 default line number.
8836 * gdb.mi/mi2-return.exp: Likewise.
8837 * gdb.mi/mi2-simplerun.exp: Likewise.
8838 * gdb.mi/mi2-stack.exp: Likewise.
8839 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
8840 number with explicit range test.
8841 * gdb.mi/mi2-watch.exp: Likewise.
8842
dd8c8ee7
MC
88432004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8844
8845 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
8846 * gdb.cp/m-static.exp: Likewise.
8847 * gdb.cp/rtti.exp: Likewise.
8848
4e838464
MK
88492004-08-14 Mark Kettenis <kettenis@gnu.org>
8850
8851 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
8852
8d8cb839
EZ
88532004-08-14 Eli Zaretskii <eliz@gnu.org>
8854
8855 * ChangeLog: Prefix Local Variables with semi-colons and indent
8856 the reference to older ChangeLog files, to fix fontification in
8857 Emacs.
8858
deea8bb0
MC
88592004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8860
8861 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
8862 * gdb.mi/mi2-break.exp: Likewise.
8863
c3297504
MC
88642004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8865
8866 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
8867
25808999
MC
88682004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8869
8870 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
8871
226a8d71
MC
88722004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8873
8874 * gdb.cp/classes.exp: Remove unused declarations. Just let
8875 test names default instead of providing special names. Remove
8876 extraneous demangler test.
8877
37fdf854
JJ
88782004-08-12 Jeff Johnston <jjohnstn@redhat.com>
8879
8880 * gdb.base/unload.exp: New test for breakpoints in dynamically
8881 loaded libraries.
8882 * gdb.base/unload.c: Ditto.
8883 * gdb.base/unloadshr.c: Ditto.
8884
2d3a7986
MC
88852004-08-12 Michael Chastain <mec.gnu@mindspring.com>
8886
8887 * gdb.cp/classes.exp (test_ptype_class_objects): Call
8888 cp_test_ptype_class.
8889 (test_enums): Likewise.
8890
c72b934c
AC
88912004-08-10 Andrew Cagney <cagney@gnu.org>
8892
8893 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8894 files.
8895
cc503c8a
AC
88962004-08-10 Andrew Cagney <cagney@gnu.org>
8897
8898 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
8899 init_malloc call.
8900
902f2ccb
MC
89012004-08-10 Michael Chastain <mec.gnu@mindspring.com>
8902
8903 * ChangeLog: Add copyright notice. The notice is copied
8904 from emacs 21.3 top level ChangeLog.
8905
78c90502
MC
89062004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8907
8908 * lib/cp-support.exp: New file.
8909 * lib/cp-support.exp (cp_test_type_class): New function.
8910 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
8911 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
8912 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
8913 cp_test_ptype_class.
8914
88e5ea78
MC
89152004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8916
8917 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
8918 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8919 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
8920 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
8921 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8922 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
8923 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
8924 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
8925 gdb.mi/mi2-watch.exp: Update copyright years.
8926
6a89fc9c
MK
89272004-08-09 Mark Kettenis <kettenis@gnu.org>
8928
8929 * gdb.base/sigaltstack.exp: Provide proper anchoring.
8930
1482e0de
MC
89312004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8932
8933 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
8934 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
8935 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
8936 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8937 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
8938 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
8939 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
8940 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
8941 gdb.mi/mi-watch.exp: Update copyright years.
8942
1a5ce3f3
DJ
89432004-08-08 Daniel Jacobowitz <dan@debian.org>
8944
8945 PR gdb/1738
8946 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
8947 from a breakpoint with a pending signal.
8948
04f6ecf2
DJ
89492004-08-08 Daniel Jacobowitz <dan@debian.org>
8950
8951 PR gdb/1736
8952 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
8953 * gdb.base/sigaltstack.exp (finish_test): Consume output until
8954 the prompt.
8955 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
8956
54d90d35
DJ
89572004-08-08 Daniel Jacobowitz <dan@debian.org>
8958
8959 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
8960
d2f6abb0
DJ
89612004-08-08 Daniel Jacobowitz <dan@debian.org>
8962
8963 PR gdb/1736
8964 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
8965 for i?86-*-linux*.
8966
5598c03d
DJ
89672004-08-08 Daniel Jacobowitz <dan@debian.org>
8968
8969 * gdb.arch/i386-prologue.exp: Compile without debug information.
8970
c6fee705
MC
89712004-08-08 Michael Chastain <mec.gnu@mindspring.com>
8972
8973 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
8974 rather than asking gdb to search.
8975
dd90efdb
MC
89762004-08-05 Michael Chastain <mec.gnu@mindspring.com>
8977
8978 * gdb.base/gcore.c: Include <string.h>.
8979
1e84bec1
MC
89802004-08-05 Michael Chastain <mec.gnu@mindspring.com>
8981
8982 * gdb.base/gcore.c: Add copyright notice.
8983
e425eb2b
MC
89842004-08-05 Michael Chastain <mec.gnu@mindspring.com>
8985
8986 * gdb.base/freebpcmd.c: Include <stdio.h>.
8987 * gdb.base/long_long.c: Include <string.h>.
8988 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
8989 * gdb.base/siginfo.c: Include <string.h>.
8990 * gdb.base/sigstep.c: Include <string.h>.
8991
cb9aaed5
MC
89922004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8993
8994 * gdb.base/complex.c: Include <stdlib.h>.
8995
55944f3d
MC
89962004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8997
8998 * gdb.base/complex.c: Add copyright notice.
8999
7b2953d9
MC
90002004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9001
9002 * gdb.base/charset.c: Include <stdlib.h>.
9003
c9133d23
MC
90042004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9005
9006 * gdb.base/auxv.c: Include <stdlib.h>.
9007
0a8490ad
MC
90082004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9009
9010 * gdb.base/auxv.c: Add copyright notice.
9011
3426d5ec
MC
90122004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9013
9014 * gdb.base/coremaker.c: Add copyright notice.
9015 * gdb.base/coremaker2.c: Add copyright notice.
9016
8da195dd
AC
90172004-08-04 Andrew Cagney <cagney@gnu.org>
9018
9019 * gdb.base/store.exp: Update copyright.
9020 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9021 names, do not import gdb_prompt.
9022
8d394f98
AC
90232004-08-01 Andrew Cagney <cagney@gnu.org>
9024
9025 Fix PR testsuite/1729.
9026 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9027 not use capture_value with value 4.
9028 (capture_value): Add optional test name parameter.
9029 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9030 the prefix, pass to capture_value.
9031
b6702b23
MK
90322004-08-01 Mark Kettenis <kettenis@gnu.org>
9033
9034 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9035 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9036 (main): Call new function.
9037
c203e0ca
MC
90382004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9039
9040 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9041
a7995a30
MC
90422004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9043
9044 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9045
9366563b
MC
90462004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9047
b6eeaf26 9048 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9049 Accept more values of vtbl pointer. Remove some messages
9050 about "obsolete gcc or gdb".
9051
2fc1f950
MC
90522004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9053
9054 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9055
c724d49b
MC
90562004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9057
9058 * gdb.base/asm-source.exp: Properly convert target board
9059 debug flags from gcc format to binutils format.
9060
736b0fce
MK
90612004-07-28 Mark Kettenis <kettenis@gnu.org>
9062
9063 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9064 gdb1718". PR backtrace/1718 partially fixed.
9065
5633ea5c
JJ
90662004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9067
9068 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9069
575eebb1
NC
90702004-07-26 Nick Clifton <nickc@redhat.com>
9071
9072 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9073 good default value for a specific architecture is available then
9074 set it to that value. Otherwise default to the -gstabs switch.
9075 Remove the -g... switches from the asm-flags variable. Allow the
9076 target board info to override the value if it wants to. Pass the
9077 switch on the assembler command line.
9078
62104619
MK
90792004-07-23 Mark Kettenis <kettenis@gnu.org>
9080
9081 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9082 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9083 (main): Call new function.
9084
4a1135b8
MC
90852004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9086
9087 Test for PR exp/1715.
9088 * gdb.base/radix.exp: Refactor common procedures. Make all
9089 test names unique. Change XFAIL to KFAIL.
9090
8a12c1f0
MC
90912004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9092
9093 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9094 * gdb.ada/gnat_ada.gin: ... to here.
9095 * configure.in: Use gnat_ada.gin.
9096 * configure: Regenerate.
9097
23b451cf
AC
90982004-07-20 Andrew Cagney <cagney@gnu.org>
9099
9100 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9101 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9102 XFAILs. Clean up test messages and comments. Check backtraces.
9103 Delete re-sync code.
9104
ab618a02
MC
91052004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9106
9107 Fix PR cli/740.
9108 * gdb.base/annota1.exp: Honor gdb,nosignals.
9109 * gdb.base/annota3.exp: Likewise.
9110
46dad340
MC
91112004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9112
9113 * lib/java.exp: Update copyright notice.
9114
756d8c70
AC
91152004-07-19 Andrew Cagney <cagney@gnu.org>
9116
9117 * gdb.base/selftest.exp: Copy file from here ...
9118 * gdb.gdb/selftest.exp: ... to here.
9119
586027e6
AC
91202004-07-16 Andrew Cagney <cagney@redhat.com>
9121
9122 * lib/insight-support.exp: Delete file.
9123 * lib/java.exp (java_init): Fix copyright.
9124
029d2200
AC
91252004-07-16 Andrew Cagney <cagney@gnu.org>
9126
9127 * gdb.base/restore.c: Append "prologue" to comments marking the a
9128 function's prologue.
9129 * gdb.base/restore.exp: Update copyright, re-indent.
9130 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9131 callerN" prefix where needed. Update patterns that match a
9132 function's prologue.
9133
653b62c5
MC
91342004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9135
9136 * gdb.base/restore.c: Add copyright notice.
9137
f7d690e5
AC
91382004-07-16 Andrew Cagney <cagney@gnu.org>
9139
9140 * gdb.base/logical.exp: Update copyright.
9141 (evaluate): New procedure. Use to re-implement tests using
9142 several tables.
9143
d629a7cb
MH
91442004-07-14 Martin Hunt <hunt@redhat.com>
9145
9146 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9147 which fixes some problems where init.tcl was not found.
9148
9c7bb332
AC
91492004-07-13 Andrew Cagney <cagney@gnu.org>
9150
6bf46641
AC
9151 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9152 (check_sizeof, check_valueof): Do not include the output in the
9153 test name. Use gdb_test.
9154 (get_valueof): Use gdb_test_multiple.
9155
c4ffd4c0
AC
9156 * gdb.base/step-test.exp: Update copyright. Use
9157 gdb_test_multiple. Ensure that test names do not include
9158 architecture dependent output.
9159
ab89363a
AC
9160 * gdb.gdb/observer.exp: Update copyright.
9161 (setup_test): Use gdb_test_multiple.
9162 (attach_first_observer, attach_second_observer)
9163 (attach_third_observer, detach_first_observer)
9164 (detach_second_observer, detach_third_observer)
9165 (reset_counters, check_counters): Make $message a prefix.
9166 (test_normal_stop_notifications): Add "args" parameter - a list of
9167 init functions to be called. Make $message a prefix,
9168 (test_observer_normal_stop): Change the message prefixes so that
9169 they are unique, pass the attach / detach procedures to
9170 test_normal_stop_notifications.
9171
ec58997a
AC
9172 * gdb.base/signull.exp (test_segv): Prefix all tests with
9173 "${name}". Clean up test messages.
9174
b475183b
AC
9175 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9176
9c7bb332
AC
9177 * gdb.base/ena-dis-br.exp: Update copyright.
9178 (break_at): New function. Replace send_gdb with gdb_test,
9179 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9180 ignore count, not stopped at bpt", with KFAIL.
9181
2dd95497
CV
91822004-07-13 Corinna Vinschen <vinschen@redhat.com>
9183
9184 * gdb.base/attach.exp: Remove cleanupfile handling.
9185
419e626b
AC
91862004-07-12 Andrew Cagney <cagney@gnu.org>
9187
9188 * gdb.base/annota1.exp: Cleanup corefile test name.
9189 * gdb.base/annota3.exp: Ditto.
9190
8b1b3228
AC
91912004-07-12 Andrew Cagney <cagney@gnu.org>
9192
78650829
AC
9193 * gdb.base/signals.exp: Clean up copyright, re-indent.
9194
8b1b3228
AC
9195 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9196 gdb_test and gdb_test_multiple.
9197
935c2760
JJ
91982004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9199
9200 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9201 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9202 provide line number info for first statement in main.
9203
1544280f
AC
92042004-07-08 Andrew Cagney <cagney@gnu.org>
9205
1279f4ff
AC
9206 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9207
1544280f
AC
9208 * gdb.base/sigbpt.exp: Make the common part of each test name a
9209 prefix instead of suffix.
9210
bcc82369
BR
92112004-07-07 Bob Rossi <bob_rossi@cox.net>
9212
9213 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9214 test from test_tbreak_creation_and_listing to
9215 test_file_list_exec_source_file
9216 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9217 Changed name of test from test_tbreak_creation_and_listing to
9218 test_file_list_exec_source_file
9219
23f4b0aa
JJ
92202004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9221
9222 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9223 the jmisc() constructor instead of <init>.
9224 * gdb.java/jmisc1.exp: Ditto.
9225
56401cd5
AC
92262004-07-07 Andrew Cagney <cagney@gnu.org>
9227
9228 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9229 corrupting the PC.
9230
44ae2f6a
MC
92312004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9232
9233 * gdb.cp/templates.exp: Accept whitespace change in demangler
9234 output.
9235
45a83408
AC
92362004-07-06 Andrew Cagney <cagney@gnu.org>
9237
9238 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9239
d205ad70
MC
92402004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9241
9242 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9243 * lib/compiler.cc: Likewise.
9244
06ea1a61
MC
92452004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9246
9247 * lib/compiler.cc: Work around string preprocessing problem
9248 with old hp c++ compiler.
9249 * lib/compiler.c: Likewise.
9250
daab1251
CV
92512004-06-29 Corinna Vinschen <vinschen@redhat.com>
9252
9253 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9254 directives to conditionalize symbol prefixing.
9255 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9256 additional_flags handling. Add underscore prefix for Cygwin.
9257 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9258 conditionalize symbol prefixing.
9259 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9260 additional_flags handling. Add underscore prefix for Cygwin.
9261
cc984116
CV
92622004-06-29 Corinna Vinschen <vinschen@redhat.com>
9263
9264 * gdb.base/bigcore.exp: Skip test on Cygwin.
9265
c279b077
MC
92662004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9267
9268 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9269 formats for "info register". Use gdb_test_multiple. Fix
9270 the "invalid register" test.
9271
0e915747
CV
92722004-06-28 Corinna Vinschen <vinschen@redhat.com>
9273
9274 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9275 PID for Cygwin. Add Cygwin specific strings to check for in some
9276 tests.
9277 (do_attach_tests): Add a test for user interaction when attaching
9278 to a process with no matching symbol table already loaded.
9279
11422c86
AC
92802004-06-26 Andrew Cagney <cagney@gnu.org>
9281
9282 Test PR java/1567 and PR java/1565.
9283 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9284 * gdb.java/jmisc2.exp: Delete file.
9285
cefbce26
MC
92862004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9287
9288 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9289
e19f872c
CV
92902004-06-25 Corinna Vinschen <vinschen@redhat.com>
9291
9292 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9293 attach process.
9294
d931ba3b
MC
92952004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9296
9297 * gdb.cp/pr-1553.exp: Remove.
9298
aef68c48
MC
92992004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9300
9301 * gdb.cp/pr-1553.cc: Remove.
9302 * gdb.cp/pr-1553.exp: Disable this test.
9303
8d5df71a
JB
93042004-06-20 Jim Blandy <jimb@redhat.com>
9305
a9c64011 9306 Fix PR testsuite/1680.
8d5df71a
JB
9307 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9308 regular expressions.
9309
4ac6f39d
MC
93102004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9311
9312 Fix PR testsuite/1679.
9313 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9314 Issue an UNSUPPORTED result instead.
9315
1b413552
JB
93162004-06-18 Jim Blandy <jimb@redhat.com>
9317
9318 * gdb.base/charset.exp: Only send a control-C if we see a new
9319 prompt and incomplete command.
9320
6daa6ebd
MC
93212004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9322
9323 * gdb.cp/pr-574.cc: Add copyright notice.
9324
51fa4ae0
JB
93252004-06-17 Jim Blandy <jimb@redhat.com>
9326
9327 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9328 cases where the regexp has no groups; this grabs random text from
9329 the previous test suite, whatever that was.
9330
8fea26c5
MC
93312004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9332
9333 * gdb.cp/printmethod.cc: Add copyright notice.
9334
1e3aeb41
MC
93352004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9336
9337 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9338
9d9030bc
AC
93392004-06-16 Andrew Cagney <cagney@gnu.org>
9340
9341 * gdb.base/signull.c: Update copyright. Include <string.h>.
9342 (bowler): Replace data_pointer with data_read
9343 and data_write cases. Add code_descriptor case.
9344 (zero, desc): New array and pointer.
9345 (data, code): Change to simple pointers.
9346 * gdb.base/signull.exp: Fix probe pattern matching a function
9347 descriptor SIGSEGV. Replace data_pointer with data_read and
9348 data_write tests.
9349
acd4ad44
AC
93502004-06-16 Andrew Cagney <cagney@gnu.org>
9351
9352 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9353
08fd625c
MC
93542004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9355
9356 * gdb.base/long_long.c: Add copyright notice.
9357
1903502c
MC
93582004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9359
9360 * gdb.base/long_long.exp: Remove reference to
9361 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9362 to gdb_breakpoint and gdb_continue_to_breakpoint.
9363
83313cb1
JB
93642004-06-14 Jim Blandy <jimb@redhat.com>
9365
9366 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9367 endian case.
9368
1bf404ef
AC
93692004-06-14 Andrew Cagney <cagney@gnu.org>
9370
9371 * gdb.base/gcore.exp (capture_command_output): Delete the always
9372 passing tests containing inferior values.
9373 * gdb.base/ending-run.exp: Do not include the breakpoint address
9374 in the test message. Update copyright.
9375 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9376 size in the test name, use gdb_test_multiple. Update copyright.
9377
ef220b33
MC
93782004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9379
9380 * gdb.cp/ref-types.cc: Add copyright notice.
9381
4f70a4c9
MC
93822004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9383
9384 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9385 hp_aCC_compiler.
9386 * lib/compiler.cc: Likewise.
9387 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9388 'set' commands. Log diagnostics for other lines. Set
9389 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9390
335928ac
MC
93912004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9392
9393 * gdb.cp/try_catch.cc: Add copyright notice.
9394
2efb12e8
MC
93952004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9396
9397 * gdb.cp/userdef.cc: Add copyright notice.
9398
0bbed51a
MC
93992004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9400
9401 * gdb.cp/virtfunc.cc: Add copyright notice.
9402
e12a46c9
RC
94032004-06-11 Randolph Chung <tausq@debian.org>
9404
9405 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9406 problem.
9407
338e05af
AC
94082004-06-10 Andrew Cagney <cagney@gnu.org>
9409
9410 * lib/compiler.cc, lib/compiler.c: Append either
9411 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9412 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9413 instead of gcc-3-3.
9414
dc3f10cb
AC
94152004-06-09 Andrew Cagney <cagney@gnu.org>
9416
b4d946af
AC
9417 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9418 gdb/1455, bug is specific to "long long" and "double".
a9c64011 9419
dc3f10cb
AC
9420 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9421 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9422 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9423 fixed.
9424
b5c0bfa2
AC
94252004-06-09 Andrew Cagney <cagney@gnu.org>
9426
9427 * gdb.base/structs.exp (test_struct_returns): Replace
9428 "return_value_unknown" and "finish_value_unknown" by
9429 "return_value_known" and "finish_value_known". Instead of
9430 "return_value_unknown" iff "finish_value_unknown", check
9431 "return_value_known" implies "finish_value_known".
9432
caeb605f
MH
94332004-06-08 Martin Hunt <hunt@redhat.com>
9434
9435 * gdb.base/float.exp: Add pattern for mips targets.
9436
c892bb64
RC
94372004-06-08 Randolph Chung <tausq@debian.org>
9438
9439 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9440 message for unknown architectures more clear.
9441
48306d3e
JB
94422004-06-08 Joel Brobecker <brobecker@gnat.com>
9443
9444 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9445 start the execution of the program.
9446
83ecb59f
JB
94472004-06-07 Jim Blandy <jimb@redhat.com>
9448
9449 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9450 * gdb.arch/i386-cpuid.h: New helper file.
9451
55264cb4
RC
94522004-06-07 Randolph Chung <tausq@debian.org>
9453
9454 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9455 has started.
9456
23cadb28
RM
94572004-06-04 Roland McGrath <roland@redhat.com>
9458
9459 Fix PR gdb/1647.
9460 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9461 differently to be robust to output buffering differences.
9462
51d01eda
MC
94632004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9464
9465 * gdb.threads/pthreads.exp: Update copyright years.
9466 (check_control_c): Change asynchronous 'after' to synchronous.
9467
f4fc3b93
RM
94682004-06-04 Roland McGrath <roland@redhat.com>
9469
9470 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9471 next gdb prompt.
9472
4013522b
MC
94732004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9474
9475 Fix PR gdb/1636.
9476 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9477 calls to synchronous.
9478
7a8f1e6b
JB
94792004-05-26 Jim Blandy <jimb@redhat.com>
9480
9481 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9482
81bb3443
RC
94832004-05-24 Randolph Chung <tausq@debian.org>
9484
9485 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9486 * gdb.asm/pa.inc: New file.
9487
8f5a3103
MK
94882004-05-22 Mark Kettenis <kettenis@gnu.org>
9489
9490 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9491
734b8fe8 94922004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 9493 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
9494
9495 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9496 GDB prompt.
9497
725603e1
UW
94982004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9499
f4fc3b93 9500 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
9501 setjmp/longjmp. Use sigaction instead of signal.
9502
8b923272 95032004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 9504 Michael Snyder <msnyder@redhat.com>
8b923272
JB
9505
9506 * gdb.threads/pthread_cond_wait.c: New file.
9507 * gdb.threads/pthread_cond_wait.exp: New testcase.
9508
8bfabb04
AC
95092004-05-13 Andrew Cagney <cagney@redhat.com>
9510
9511 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9512 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9513
42edda50
AC
95142004-05-11 Andrew Cagney <cagney@redhat.com>
9515
9516 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9517 fixed but revealed gdb/1639.
9518
d303a6c7
AC
95192004-05-10 Andrew Cagney <cagney@redhat.com>
9520
9521 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9522 func1" and "next to 2nd alarm", kernel bug avoided.
9523
bf08c2a1
DJ
95242004-05-10 Daniel Jacobowitz <dan@debian.org>
9525
9526 PR external/1568
9527 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9528 XFAIL if it is smaller than bytes_allocated.
9529 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9530 (main): Make chunks_allocated unsigned. Correct comment.
9531
c0586a34
JB
95322004-05-07 Joel Brobecker <brobecker@gnat.com>
9533
9534 * gdb.arch/powerpc-aix-prologue.c: New file.
9535 * gdb.arch/powerpc-aix-prologue.exp: New file.
9536
f2785d12
JB
95372004-05-07 Jim Blandy <jimb@redhat.com>
9538
9539 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9540 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9541
bd7f6e30
JB
95422004-05-06 Joel Brobecker <brobecker@gnat.com>
9543
9544 * gdb.base/sep.exp: No longer setup_kfail when the program was
9545 built with dwarf2.
9546
0a5e7efe
JI
95472004-05-05 Jim Ingham <jingham@apple.com>
9548
9549 * gdb.base/pending.exp: Make sure pending breakpoints
9550 preserve the ignore count.
f4fc3b93 9551
a8958849
MK
95522004-04-27 Jerome Guitton <guitton@gnat.com>
9553
9554 * i386-prologue.exp: Add testcase for jump instruction as first
9555 instruction of the real code.
9556 * i386-prologue.c (jump_at_beginning): New function.
9557
7e103f5b
MK
95582004-04-28 Mark Kettenis <kettenis@gnu.org>
9559
9560 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9561 x86_64-*-*.
9562
5d38b224
MK
95632004-04-28 Mark Kettenis <kettenis@gnu.org>
9564
9565 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9566 i*86-*-*.
9567
0ef32fd9
MK
95682004-04-25 Mark Kettenis <kettenis@gnu.org>
9569
9570 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9571 expression that checks the return type.
9572
71d7dd7c
AC
95732004-04-23 Andrew Cagney <cagney@redhat.com>
9574
9575 * gdb.base/call-sc.exp: New test of scalar call/return values.
9576 * gdb.base/call-sc.c: Ditto.
9577
1e9f977e
JJ
95782004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9579
9580 * gdb.threads/manythreads.c: Reduce thread stack size.
9581
899d9e3a
JJ
95822004-04-23 Jeff Johnston <jjohnstn@redhat.com>
9583
9584 * gdb.threads/manythreads.c: Add copyright notice.
9585
61bcae62
AC
95862004-04-23 Andrew Cagney <cagney@redhat.com>
9587
9588 * gdb.base/siginfo.exp: Better handle step out of signal.
9589 * gdb.base/sigstep.exp: Ditto.
9590
7339a42e 95912004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 9592 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
9593
9594 * gdb.threads/manythreads.c: New testcase.
9595 * gdb.threads/manythreads.exp: Ditto.
9596
5c98409b
JB
95972004-04-22 Jim Blandy <jimb@redhat.com>
9598
9599 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
9600 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
9601
3b611f1a
MC
96022004-04-21 Michael Chastain <mec.gnu@mindspring.com>
9603
9604 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
9605
f0fd9238
AC
96062004-04-21 Andrew Cagney <cagney@redhat.com>
9607
9608 * gdb.base/sigstep.c: New file.
9609 * gdb.base/sigstep.exp: New file.
9610
90990674
JB
96112004-04-16 Joel Brobecker <brobecker@gnat.com>
9612
9613 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
9614 call to observer_notify_normal_stop.
9615
78cef34b
AC
96162004-04-15 Andrew Cagney <cagney@redhat.com>
9617
9618 * gdb.base/siginfo.c: New file.
9619 * gdb.base/siginfo.exp: New file.
9620
d2343407
JB
96212004-04-12 J. Brobecker <brobecker@gnat.com>
9622
9623 * gdb.base/sep.exp: Fix typo in comment.
9624
a2dba3c8
JB
96252004-04-12 J. Brobecker <brobecker@gnat.com>
9626
9627 * gdb.base/sep.c: New file.
9628 * gdb.base/sep-proc.c: New file.
9629 * gdb.base/sep.exp: New testcase.
9630
15f7b60e
MK
96312004-04-09 Mark Kettenis <kettenis@gnu.org>
9632
9633 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
9634 support.
9635
44f4de1a
AC
96362004-04-05 Andrew Cagney <cagney@redhat.com>
9637
9638 * gdb.base/sigaltstack.c: New file.
9639 * gdb.base/sigaltstack.exp: New file.
9640
ef04f396
JB
96412004-04-04 Joel Brobecker <brobecker@gnat.com>
9642
9643 * gdb.base/foll-fork.exp: Update the expected output for
9644 "help set follow-fork-mode", to match a change that was made
9645 to the help of this variable on 2004-01-13.
9646
d40d2c92
JB
96472004-04-01 Joel Brobecker <brobecker@gnat.com>
9648
9649 * lib/ada.exp: Add copyright notice.
9650 * bar.ads: Likewise.
9651 * bar.adb: Likewise.
9652 * null_record.adb: Likewise.
9653 * null_record.exp: Likewise.
9654 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
9655
f86ef5a3
JB
96562004-04-01 Joel Brobecker <brobecker@gnat.com>
9657
9658 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
9659 * configure: Regenerate.
9660
414e70e3
JB
96612004-04-01 Joel Brobecker <brobecker@gnat.com>
9662
9663 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
9664 to build the application. Remove the message printed when in
9665 verbose mode, redundant with the UNSUPPORTED message above.
9666
f0aaee49
JB
96672004-03-31 Joel Brobecker <brobecker@gnat.com>
9668
9669 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
9670 * gdb.ada (null_record.exp): New testcase.
9671
ac81cb54
JB
96722004-03-31 Joel Brobecker <brobecker@gnat.com>
9673
9674 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
9675
854af2f7
JB
96762004-03-31 Joel Brobecker <brobecker@gnat.com>
9677
9678 * gdb.ada: New subdirectory.
9679 * gdb.ada/Makefile.in: New file.
9680 * gdb.ada/gnat_ada.gpr.in: New file.
9681
034cb681
JB
96822004-03-31 Joel Brobecker <brobecker@gnat.com>
9683
9684 * lib/ada.exp: New file.
9685
78a1a894
DJ
96862004-03-24 Daniel Jacobowitz <drow@mvista.com>
9687
9688 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
9689 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
9690
4b2b3b3e
AC
96912004-03-22 Andrew Cagney <cagney@redhat.com>
9692
9693 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
9694 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9695 Problem identified by Ulrich Weigand.
9696
23c73aa3
DC
96972004-03-17 David Carlton <carlton@kealia.com>
9698
9699 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
9700 PR c++/826.
9701
d63a86f8
RM
97022004-03-16 Roland McGrath <roland@redhat.com>
9703
9704 * gdb.base/auxv.exp: New file.
9705 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
9706
0e02aa50
DC
97072004-03-12 David Carlton <carlton@kealia.com>
9708
9709 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
9710 * gdb.cp/pr-1553.cc: Ditto.
9711 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
9712 pass branch.
9713
c20b71be
MC
97142004-03-12 Michael Chastain <mec.gnu@mindspring.com>
9715
9716 * gdb.cp/templates.exp: Accept more template types.
9717
c7414a01
MC
97182004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9719
9720 From Corinna Vinschen with modifications.
9721 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
9722 local variable obj_with_enum.
9723 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
9724 results with obj_with_enum.
9725
ed69573c
MC
97262004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9727
9728 * gdb.cp/classes.cc: New file, copied from misc.cc.
9729 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
9730
28301461
MC
97312004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9732
9733 * gdb.cp/misc.cc: Add copyright notice.
9734
1198ecbe
DC
97352004-03-05 David Carlton <carlton@kealia.com>
9736
9737 * gdb.cp/rtti.exp: Add 'print *obj3' test.
9738 * gdb.cp/rtti.h: Update copyright.
9739 (namespace n2::n3): New.
9740 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
9741 (n2::n3::func3): New.
9742 (main): Call n2::n3::func3.
9743 * gdb.cp/rtti2.cc: Update copyright.
9744 (n2::create3): New.
9745
9e08c470
MK
97462004-03-04 Mark Kettenis <kettenis@gnu.org>
9747
9748 * gdb.asm/openbsd.inc: Fix typo.
9749
4bebc3aa
FF
97502004-03-03 Fred Fish <fnf@redhat.com>
9751
9752 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
9753 "val" instead of unused "size". Update copyright year.
9754
6ea9fb37
DJ
97552004-02-29 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
9758 to use unsigned char.
9759 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
9760 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
9761
23b23974
DJ
97622004-02-29 Daniel Jacobowitz <drow@mvista.com>
9763
9764 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
9765 line of output.
9766
7574fd53
DJ
97672004-02-28 Daniel Jacobowitz <drow@mvista.com>
9768
9769 * gdb.base/relocate.c (dummy): Initialize.
9770
a195357f
DJ
97712004-02-28 Daniel Jacobowitz <drow@mvista.com>
9772
9773 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
9774 a breakpoint at exit.
9775
72fd54a9
FF
97762004-02-27 Fred Fish <fnf@redhat.com>
9777
9778 * gdb.base/chng-syms.exp: Add expect condition to match failing
9779 case that isn't a timeout.
9780
b9d23137
AC
97812004-02-27 Andrew Cagney <cagney@redhat.com>
9782
9783 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
9784 support.
9785
15d208f6 97862004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 9787
15d208f6
FF
9788 * gdb.arch/gdb1431.c: Remove.
9789 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
9790 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
9791 of "until" incorrectly.
9792
98f9cd2d
JB
97932004-02-26 J. Brobecker <brobecker@gnat.com>
9794
9795 * gdb.cp/class2.cc (empty): New class.
9796 (refer): New function.
9797 (main): Declare an object of type empty and use it.
9798 * gdb.cp/class2.exp: Print the value of an object of type empty.
9799
9b50c11b
JJ
98002004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9801
9802 * gdb.base/langs.exp: Update query string to match the
9803 new nquery format used for pending breakpoints.
9804
0dcd613f
AC
98052004-02-26 Andrew Cagney <cagney@redhat.com>
9806
9807 Fix PR i18n/1570.
9808 * gdb.base/charset.c: Update copyright notice.
9809 (main, init_string): Remove the escape character '\e' tests.
9810 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
9811 * gdb.base/charset.exp (valid_host_charset): Ditto.
9812 * gdb.base/setvar.exp: Ditto.
9813
b8a56647
AC
98142004-02-24 Andrew Cagney <cagney@redhat.com>
9815
90d59e34
AC
9816 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
9817 mmapped data in core file" PASS and FAIL messages consistent.
9818
b8a56647
AC
9819 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
9820 setting a breakpoint. Work around PR java/1565.
9821
9f27c604
JJ
98222004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9823
9824 * lib/gdb.exp (gdb_breakpoint): Update query string to match
9825 new nquery format.
9826 * gdb.base/pending.exp: Ditto.
9827
3224a706
MK
98282004-02-22 Mark Kettenis <kettenis@gnu.org>
9829
9830 * configure.in: Run stabs tests on *BSD.
9831 * configure: Regenerated.
9832
41e0a9ca
MK
98332004-02-21 Mark Kettenis <kettenis@gnu.org>
9834
9835 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
9836
1e1b3428
FF
98372004-02-20 Fred Fish <fnf@redhat.com>
9838
9839 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
9840 blank in test for "returns short", for consistency with other
9841 "returns xxx" tests. Update copyright year.
9842
f9a7572a
FF
98432004-02-19 Fred Fish <fnf@redhat.com>
9844
9845 New testcase for PR breakpoint/1558.
9846 * gdb.arch/gdb1558.exp: New file.
9847 * gdb.arch/gdb1558.c: New file.
9848
b2ce2854
EZ
98492004-02-19 Elena Zannoni <ezannoni@redhat.com>
9850
9851 * gdb.base/nodebug.exp: Fix typo.
9852
e7c9ff01
JB
98532004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9854
9855 Committed by Jim Blandy <jimb@redhat.com>.
9856
62f4b920
JB
9857 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
9858
2db536a1
JB
9859 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
9860
e7c9ff01
JB
9861 * gdb.base/float.exp: Support s390*-*-* targets.
9862
f3205b34
AF
98632004-02-17 Adam Fedor <fedor@gnu.org>
9864
9865 * gdb.base/gdb1555.exp: New file.
9866 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
9867
9d62932d
EZ
98682004-02-17 Elena Zannoni <ezannoni@redhat.com>
9869
9870 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
9871
344c9711
FF
98722004-02-16 Fred Fish <fnf@redhat.com>
9873
9874 * gdb.arch/gdb1291.c: Remove
9875 * gdb.arch/gdb1291.s: New test input file.
9876 * gdb.arch/gdb1291.exp: Expand test to check case that should not
9877 fail. Test for correct result, known incorrect result, other
9878 failures and timeouts.
9879
2d822687
AC
98802004-02-16 Andrew Cagney <cagney@redhat.com>
9881
9882 * gdb.base/bigcore.exp: New file.
9883 * gdb.base/bigcore.c: New file.
9884
dac15b66
AC
98852004-02-13 Andrew Cagney <cagney@redhat.com>
9886
9887 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
9888 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
9889 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
9890 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
9891 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
9892 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
9893 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
9894 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
9895 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
9896 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
9897
6bdfc2c4
JJ
98982004-02-11 Jeff Johnston <jjohnstn@redhat.com>
9899
9900 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
9901 executed is an alloc instruction.
9902
87b3ede8
DC
99032004-02-11 David Carlton <carlton@kealia.com>
9904
9905 * gdb.cp/breakpoint.exp: New.
9906 * gdb.cp/breakpoint.cc: New.
9907
6e19e2bf
MC
99082004-02-11 Michael Chastain <mec.gnu@mindspring.com>
9909
9910 Partial fix for PR gdb/1543.
9911 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
9912 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
9913 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
9914 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
9915 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
9916 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
9917 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
9918 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
9919 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
9920 to bug-gdb@prep.ai.mit.edu .
9921 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
9922 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
9923 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
9924 Likewise.
9925
5c5455dc
AC
99262004-02-10 Andrew Cagney <cagney@redhat.com>
9927
9928 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
9929 using gdb_internal_error_resync.
9930
9cf689d7
DJ
99312004-02-09 Daniel Jacobowitz <drow@mvista.com>
9932
9933 * gdb.threads/thread-specific.exp: Stop early if no threads are
9934 found.
9935
d2dc51db
MC
99362004-02-09 Michael Chastain <mec.gnu@mindspring.com>
9937
9938 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
9939
14b1a056
DJ
99402004-02-08 Daniel Jacobowitz <drow@mvista.com>
9941
9942 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
9943 breakpoints.
9944
83f66e8f
DJ
99452004-02-07 Daniel Jacobowitz <drow@mvista.com>
9946
9947 * config/sim.exp (gdb_load): Handle $arg == "".
9948 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
9949 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
9950
30fc0091
EZ
99512004-02-07 Elena Zannoni <ezannoni@redhat.com>
9952
a9c64011
AS
9953 * gdb.base/maint.exp: Update test to reflect
9954 obstack changes.
30fc0091 9955
4d806929
JJ
99562004-02-04 Jeff Johnston <jjohnstn@redhat.com>
9957
9958 * gdb.base/pendshr.c (pendfunc): New function that calls
9959 pendfunc1.
9960 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
9961
7bfdd688
FF
99622004-02-04 Fred Fish <fnf@redhat.com>
9963
9964 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
9965 function symbols and update copyright years.
9966 * gdb.arch/gdb1291.c: Ditto.
9967
aaa08ee4
MC
99682004-02-03 Michael Chastain <mec.gnu@mindspring.com>
9969
9970 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
9971
dbad7755
MC
99722004-02-03 Michael Chastain <mec.gnu@mindspring.com>
9973
9974 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
9975
ec4646ef
MC
99762004-02-03 Michael Chastain <mec.gnu@mindspring.com>
9977
9978 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
9979
1b802196
FF
99802004-02-02 Fred Fish <fnf@redhat.com>
9981
9982 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
9983 remote targets. Update copyright years.
9984
18fe2033
JJ
99852004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9986
9987 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
9988 support.
9989 * gdb.base/langs.exp: Fix test which attempts to create
9990 breakpoint on non-existent function to handle new pending
9991 support.
9992 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
9993 a breakpoint.
9994 * gdb.base/pending.exp: New test.
9995 * gdb.base/pending.c: New file.
9996 * gdb.base/pendshr.c: Ditto.
9997
8d577d32
DC
99982004-02-02 David Carlton <carlton@kealia.com>
9999
10000 * gdb.cp/overload.exp: Add overloadNamespace tests.
10001 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10002 (overloadNamespace, XXX): New.
10003 (main): Call XXX::marker2.
10004
3ad13771
FF
100052004-02-01 Fred Fish <fnf@redhat.com>
10006
10007 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10008 * gdb.base/finish.exp: Ditto.
10009 * gdb.base/gcore.exp: Ditto.
10010 * gdb.base/huge.exp: Ditto.
10011 * gdb.base/info-proc.exp: Ditto.
10012 * gdb.base/return2.exp: Ditto.
10013 * gdb.threads/gcore-thread.exp: Ditto.
10014
44c75849
DJ
100152004-02-01 Daniel Jacobowitz <drow@mvista.com>
10016
10017 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10018
005bc093
MK
100192004-02-01 Mark Kettenis <kettenis@gnu.org>
10020
10021 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10022 that opening the file succeeds on OpenBSD.
10023
c47cebdb
DJ
100242004-02-01 Daniel Jacobowitz <drow@mvista.com>
10025
10026 * gdb.threads/thread-specific.c: New file.
10027 * gdb.threads/threads-specific.exp: New test script.
10028 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10029 to expect_out.
10030
5a01311c
MK
100312004-02-01 Mark Kettenis <kettenis@gnu.org>
10032
10033 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10034 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10035 only on the "print_small_structs from print_long_arg_list" test.
10036
ce22a4f1
DJ
100372004-02-01 Daniel Jacobowitz <drow@mvista.com>
10038
10039 * gdb.base/completion.exp: Kill a stray backslash.
10040
10041 From Jim Ingham <jingham@apple.com>:
10042 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10043 agrees with the result from sending a tab.
10044
abbab9d3
DJ
100452004-01-31 Daniel Jacobowitz <drow@mvista.com>
10046
10047 * gdb.base/chng-syms.exp: Remove stray newline.
10048
53904d1e
MK
100492004-01-31 Mark Kettenis <kettenis@gnu.org>
10050
10051 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10052 *-*-openbsd*.
10053 * gdb.asm/openbsd.inc: New file.
10054
3a4b3aac
MK
100552004-01-30 Mark Kettenis <kettenis@gnu.org>
10056
10057 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10058 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10059 *-*solaris2*. Remove commented out default settings for
10060 asm-flags. Replace gdb_compile with target_link.
10061
ebac27b4
MC
100622004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10063
10064 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10065 for all tests. Remove old hp-ux and cygnus xfail cases.
10066
d8679d84
PH
100672004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10068
10069 * gdb.base/chng-syms.exp: New file.
10070 * gdb.base/chng-syms.c: New file.
10071
0a55bc22
MC
100722004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10073
10074 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10075 Provide arms for current output in all my configurations.
10076
94b8e876
MC
100772004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10078
10079 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10080 * lib/compiler.cc: Likewise.
10081 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10082 get the right preprocessor. Eval the output directly. Remove
10083 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10084 hp_f77_compiler and hp_f90_compiler completely.
10085 (gdb_preprocess): Delete.
10086 (get_compiler): Delete.
10087
7cf03d44
MK
100882004-01-24 Mark Kettenis <kettenis@gnu.org>
10089
10090 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10091 <string.h>.
10092
68b6dce9
NR
100932004-01-24 Nick Roberts <nick@nick.uklinux.net>
10094
10095 * gdb.mi/mi-stack.exp: Update copyright.
10096
b368761e
DC
100972004-01-23 David Carlton <carlton@kealia.com>
10098
10099 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10100 test for cp_lookup_transparent_type.
10101 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10102 call them.
10103
f2061b53
DJ
101042004-01-23 Daniel Jacobowitz <drow@mvista.com>
10105
10106 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10107 after -var-update.
10108
37fc574a
DC
101092004-01-23 David Carlton <carlton@kealia.com>
10110
10111 * gdb.cp/namespace.cc (C::ensureRefs): New.
10112 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10113
8e94b928
NR
101142004-01-20 Nick Roberts <nick@nick.uklinux.net>
10115
10116 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10117 case "-stack-list-locals 2".
10118 * gdb.mi/mi-var-child.exp: Test for case
10119 "-var-list-children --all-values NAME".
10120
997b0952
MC
101212004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10122
10123 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10124
52470da3
MK
101252004-01-18 Mark Kettenis <kettenis@gnu.org>
10126
7049b4b8
MK
10127 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10128 used with gdb_test_multiple.
10129
52470da3
MK
10130 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10131 read at address 0. This fixes PR testsuite/1504.
10132
da6012e5
DJ
101332004-01-18 Daniel Jacobowitz <drow@mvista.com>
10134
10135 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10136 Remove downloading, guessing the host executable, the calls to
10137 gdb_file_cmd and gdb_target_cmd, and "load" support.
10138 (infer_host_exec): New function broken out from gdb_load.
10139 (gdb_load): New wrapper for gdbserver_gdb_load.
10140 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10141 gdb_target_cmd. Use -target-select.
10142 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10143 Download binaries to the host. Clear last_mi_remote_file when
10144 we load a new binary.
10145 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10146 call gdbserver_gdb_load and mi_gdb_target_cmd.
10147
32c70722
MC
101482004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10149
10150 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10151 type patterns.
10152
b0cecf36
MC
101532004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10154
10155 * gdb.cp/templates.exp: Fix typo in test name of
10156 "print Foo<volatile char*>::foo".
10157
4120d7e6
MC
101582004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10159
10160 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10161
f679e530
BE
101622004-01-16 Ben Elliston <bje@wasabisystems.com>
10163
10164 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10165 (clean mostlyclean): Remove empty rm.
10166
091c48f6
MC
101672004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10168
10169 * gdb.base/setvar.exp: Add copyright years.
10170
3e5fc8d2
DC
101712004-01-14 David Carlton <carlton@bactrian.org>
10172
10173 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10174 PR c++/1511 and update coment.
10175 * gdb.cp/templates.exp: Update patterns to match current output.
10176 If changes involve something other than whitespace, KFAIL
10177 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10178
63d06c5c
DC
101792004-01-14 David Carlton <carlton@kealia.com>
10180
10181 * gdb.cp/namespace.exp: Add tests involving classes defined within
10182 namespaces.
10183 * gdb.cp/namespace.cc (C::CClass): New.
10184 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10185
a51dab88
EZ
101862004-01-14 Elena Zannoni <ezannoni@redhat.com>
10187
10188 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10189 what debug info we have. Print a better message if something goes
10190 wrong while producing the separate debug info file.
10191
a476ccc9
MC
101922004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10193
10194 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10195
f453692c
MC
101962004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10197
10198 * gdb.base/callfuncs.c: Add copyright notice.
10199
f40063a5
MC
102002004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10201
10202 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10203 inheritance. PR gdb/1498, PR gcc/13539.
10204
19ac3974
EZ
102052004-01-13 Elena Zannoni <ezannoni@redhat.com>
10206
a9c64011
AS
10207 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10208 test specific name.
10209 * gdb.mi/gdb669.exp: Ditto.
10210 * gdb.mi/mi-pthreads.exp: Ditto.
10211 * gdb.mi/mi1-pthreads.exp: Ditto.
10212 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10213
56c97c6e
MC
102142004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10215
10216 * gdb.cp/member-ptr.cc: Add copyright notice.
10217
a0644324
MC
102182004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10219
10220 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10221 some patterns for recent versions of gcc and hpacc. Delete
10222 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10223 Delete tests that access a NULL pointer-to-member-data. This
10224 script is still disabled for gcc.
10225
32fabe09
EZ
102262004-01-12 Elena Zannoni <ezannoni@redhat.com>
10227
10228 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10229 escaped correctly.
32fabe09 10230
1f8a6abb
EZ
102312004-01-12 Elena Zannoni <ezannoni@redhat.com>
10232
10233 * gdb.base/sepdebug.exp: New file.
10234 * gdb.base/sepdebug.c: New file.
10235 * lib/gdb.exp (separate_debug_filename): New procedure.
10236 (gdb_gnu_strip_debug): New procedure.
10237
48efe704
AC
102382004-01-12 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10241 * gdb.mi/ChangeLog-1999-2003: New file.
10242
a9415475
AC
102432004-01-12 Andrew Cagney <cagney@redhat.com>
10244
10245 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10246 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10247 or EEXIST", treat EBUSY as an XFAIL.
10248
83b8cf9d
MC
102492004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10250
10251 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10252 hp_cc_compiler.
10253
9939d2a8
MC
102542004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10255
10256 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10257 decorations.
10258
1ff8cadf
MC
102592004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10260
10261 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10262 and "(aCC)" decorations. Remove obsolete doco about old
10263 test results.
10264
6fa9022e
MC
102652004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10266
10267 * gdb.cp/exception.exp: Fix typo in doco.
10268
209721fe
MK
102692004-01-09 Mark Kettenis <kettenis@gnu.org>
10270
10271 * gdb.base/gdb1476.exp: Fix typo.
10272
ef11303e
MC
102732004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10274
10275 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10276 file.
10277
041ab88c
MC
102782004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10279
10280 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10281 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10282 Use gdb_compile. Remove restriction on gcc. Add some patterns
10283 for recent version of gdb. Delete second half, which was a copy
10284 of the first half with different build flags. This test is
10285 still disabled because it is still not ready for production.
10286
e36d075a
MC
102872004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10288
10289 * gdb.cp/exception.cc: Add copyright notice.
10290 * gdb.cp/exception.exp: Add a notice that this file is broken
10291 because of line number changes caused by addition of copyright
10292 notice.
10293
42b190ad
MC
102942004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10295
10296 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10297 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10298
8f25f06b
MC
102992004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10300
10301 * gdb.cp/classes.exp: Accept gnu abi 2.
10302 * gdb.cp/derivation.exp: Likewise.
10303 * gdb.cp/overload.exp: Likewise.
10304 * gdb.cp/virtfunc.exp: Likewise.
10305
06ded8b8
MC
103062004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10307
10308 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10309 semicolon after end of function.
10310
77c26ae3
MC
103112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10312
10313 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10314 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10315 boilerplate code for compiling and running the program under
10316 test. Add some string method tests.
10317
20757486
MC
103182004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10319
10320 * gdb.cp/bs15503.cc: Add copyright notice.
10321 * gdb.cp/bs15503.exp: Adjust line number.
10322
0fd3b503
MC
103232004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10324
10325 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10326 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10327
10d1bea8
MC
103282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10329
10330 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10331 hp_cc_compiler.
10332
2789202a
MC
103332004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10334
10335 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10336 * gdb.cp/ctti.exp: Use the marker instead of "next".
10337 With gcc, run further before bailing.
10338
b862f14c
MC
103392004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10340
10341 * gdb.cp/cttiadd.cc: Add copyright notice.
10342 * gdb.cp/cttiadd1.cc: Likewise.
10343 * gdb.cp/cttiadd2.cc: Likewise.
10344 * gdb.cp/cttiadd3.cc: Likewise.
10345
96da2469
MC
103462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10347
10348 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10349 Use gdb_test, gdb_test_multiple. Use floating-point values that
10350 have exact representations in IEEE-ish formats.
10351
053248ff
MC
103522004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10353
10354 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10355 compilers. Delete duplicate call to get_compiler_info.
10356 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10357 * gdb.base/volatile.exp: Likewise.
10358
84acecdd
MK
103592004-01-07 Mark Kettenis <kettenis@gnu.org>
10360
10361 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10362 memory at address 0.
10363
fe11a27f
MC
103642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10365
10366 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10367 to test for hp-ux assembler. Fix copyright years.
10368
60ad077b
AC
103692004-01-07 Andrew Cagney <cagney@redhat.com>
10370
10371 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10372
1c9b8f33
AC
103732004-01-07 Andrew Cagney <cagney@redhat.com>
10374
10375 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10376 when creating the read-only file. From analysis by Roland McGrath
10377 and Elena Zannoni.
10378
753ccc7a
MC
103792004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10380
10381 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10382
eca3e36b
MC
103832004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10384
10385 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10386 data pointers.
10387
f8d4bac4
MC
103882004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10389
10390 * gdb.cp/m-static.exp: Compile one source file at a time.
10391 Delete unused call to get_compiler_info.
10392
9b4e0f94
MC
103932004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10394
10395 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10396 * gdb.base/call-rt-st.exp: Likewise.
10397 * gdb.base/nodebug.exp: Likewise.
10398 * gdb.base/volatile.exp: Likewise.
10399 * gdb.cp/ref-types.exp: Likewise.
10400 * gdb.cp/templates.exp: Likewise.
10401
023c1024
MK
104022004-01-05 Mark Kettenis <kettenis@gnu.org>
10403
10404 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10405
19703c4a
MC
104062004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10407
10408 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10409 hppa*-hp-hpux*.
10410
18b67037
MK
104112004-01-04 Mark Kettenis <kettenis@gnu.org>
10412
ba6219c8
MK
10413 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10414 x86_64-*-*.
10415
18b67037
MK
10416 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10417 sparc64-*-* and sparc*-solaris2*.
10418
1bfbbb9d
MK
104192004-01-04 Mark Kettenis <kettenis@gnu.org>
10420
10421 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10422 return ${tests}" test. The ${tests} already mentions the
10423 filename.
10424
06846494
MC
104252004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10426
10427 * gdb.cp/local.exp: Accept gcc abi 2.
10428
3b0cb202
MC
104292004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10430
10431 * gdb.cp/templates.exp: Accept gcc abi 2.
10432
0643ec3f
MC
104332004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10434
10435 * lib/compiler.cc: Remove supports_template_debugging.
10436 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10437
d231d0b1
MC
104382004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10439
10440 * gdb.cp/namespace.exp: Accept gcc abi 2.
10441
44ffb27c
MC
104422004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10443
10444 * gdb.cp/method.exp: Accept gcc abi 2.
10445
184ad485
MC
104462004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10447
10448 * gdb.cp/classes.exp: Generate identical results as old version.
10449 * gdb.cp/derivation.exp: Likewise.
10450 * gdb.cp/overload.exp: Likewise.
10451 * gdb.cp/virtfunc.exp: Likewise.
10452
116f09e7
MC
104532004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10454
10455 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10456 mysterious bug with sourceware version of expect.
10457
b1379776
MC
104582004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10459
10460 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10461 current versions of gcc, including gcc abi 2. Remove gratuitous
10462 restart of test program. Use gdb_test_multiple and gdb_test for
10463 all tests. Add patterns to xfail missing "const" in "const char *"
10464 and kfail PR gdb/1155.
10465
6b7a4c0e
MC
104662004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10467
10468 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10469 current versions of gcc, including gcc abi 2. Remove gratuitous
10470 restart of test program. Use gdb_test_multiple and gdb_test for
10471 all tests. Add patterns to kfail PR gdb/1498.
10472
51615d72
MC
104732003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10474
10475 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10476 current versions of gcc, including gcc abi 2. Use "breakpoint"
10477 and "continue" instead of restarting the target program. Use
10478 gdb_test_multiple and gdb_test for all tests.
10479
7b79a9d7
MK
104802004-01-01 Mark Kettenis <kettenis@gnu.org>
10481
10482 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10483 for *-*-solaris2*.
10484
1cd3489f
MC
104852003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10486
10487 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10488 current versions of gcc, including gcc abi 2. Use "breakpoint"
10489 and "continue" instead of restarting the target program several
10490 times. Use gdb_test_multiple and gdb_test for all tests.
10491
850742db
MC
104922003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10493
10494 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10495 source files.
10496
eb4bbda8
MC
104972003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10498
10499 * gdb.base/environ.exp: Handle compiling test case from multiple
10500 source files.
10501
e42c7771
MC
105022003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10503
10504 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10505
80e4b428
JB
105062003-12-17 Jim Blandy <jimb@redhat.com>
10507
5f06973a
JB
10508 * gdb.base/freebpcmd.c: Add copyright notice.
10509
80e4b428
JB
10510 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10511
0ab84fb7
MC
105122003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10513
10514 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10515
1b3bb3d0
JB
105162003-12-13 Jim Blandy <jimb@redhat.com>
10517
10518 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10519
3a4c9371
KB
105202003-12-12 Kevin Buettner <kevinb@redhat.com>
10521
10522 * gdb.asm/frv.inc: New file.
10523 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10524
a1dea79a
FF
105252003-12-09 Fred Fish <fnf@redhat.com>
10526
10527 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10528 functions to break1.c and leave prototypes behind. Add more
10529 "set breakpoint NN here" comments.
10530 * gdb.base/break1.c: New file.
10531
10532 * gdb.base/break.exp: Handle compiling test case from multiple
10533 source files and change source file references as needed.
10534 * gdb.base/completion.exp: Ditto.
10535 * gdb.base/condbreak.exp: Ditto.
10536 * gdb.base/define.exp: Ditto.
10537 * gdb.base/ena-dis-br.exp: Ditto.
10538 * gdb.base/info-proc.exp: Ditto.
10539 * gdb.base/maint.exp: Ditto.
10540 * gdb.base/until.exp: Ditto.
10541
10542 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10543 hardcoded line numbers.
10544 * gdb.base/define.exp: Ditto.
10545 * gdb.base/ena-dis-br.exp: Ditto.
10546 * gdb.base/maint.exp: Ditto.
10547 * gdb.base/until.exp: Ditto.
10548
10549 * gdb.base/completion.exp: Use "break1" for completion tests since
10550 "break" is no longer a unique prefix.
10551
5266b69c
AC
105522003-12-06 Andrew Cagney <cagney@redhat.com>
10553
10554 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10555 "return_value_unimplemented". When an unimplemented struct return
10556 architecture, report incorrect values as a KFAIL
10557
374451f0
MC
105582003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10559
10560 * gdb.cp/rtti.exp: Accept new wording of warning from
10561 cp_lookup_rtti_type.
10562
ba9b20a7
MC
105632003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10564
10565 Partial fix for PR testsuite/1456.
10566 * gdb.base/scope.exp (test_at_main): Replace references to
10567 gcc_compiled with calls to test_compiler_info.
10568 (test_at_foo): Likewise.
10569 (test_at_bar): Likewise.
10570
b74b6d0b
MC
105712003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10572
10573 Partial fix for PR testsuite/1456.
10574 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10575 to test_compiler_info.
10576
ccfa3402
MC
105772003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10578
10579 * gdb.base/so-impl-ld.exp: Update copyright notice.
10580
f6246aba
MC
105812003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10582
10583 Partial fix for PR testsuite/1456.
10584 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
10585 to test_compiler_info.
10586
13ae734a
MC
105872003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10588
10589 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
10590 from current versions of gdb. Clean up regular expressions.
10591 Delete redundant timeout case.
10592
d8e1cdee
MC
105932003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10594
10595 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
10596 from current versions of gdb. Clean up regular expressions.
10597 Delete redundant timeout case.
10598
96457b64
MC
105992003-12-01 Michael Chastain <mec.gnu@mindspring.com>
10600
10601 Partial fix for PR testsuite/1456.
10602 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
10603 gcc_compiled with call to test_compiler_info.
10604
f35309fc
MC
106052003-11-30 Michael Chastain <mec.gnu@mindspring.com>
10606
10607 Partial fix for PR testsuite/1456.
10608 * gdb.base/list.exp (test_list_function): Delete unused declaration
10609 of gcc_compiled.
10610
d7afdf9b
MC
106112003-11-29 Michael Chastain <mec.gnu@mindspring.com>
10612
10613 Partial fix for PR testsuite/1456.
10614 * gdb.base/complex.exp: Replace reference to gcc_compiled with
10615 call to test_compiler_info.
10616
71507b56
MK
106172003-11-29 Mark Kettenis <kettenis@gnu.org>
10618
10619 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
10620 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
10621 it to create the appropriate note.inc.
10622 * gdb.asm/asmsrc1.s: Include "note.inc".
10623 * gdb.asm/netbsd.inc: New file.
10624 * gdb.asm/empty.inc: New file.
10625
f81f93f7
MC
106262003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10627
10628 Partial fix for PR testsuite/1456.
10629 * gdb.base/constvars.exp: Replace references to gcc_compiled with
10630 calls to test_compiler_info.
10631
9a77938e
MC
106322003-11-27 Michael Chastain <mec.gnu@mindspring.com>
10633
10634 Partial fix for PR testsuite/1456.
10635 * gdb.base/volatile.exp: Replace references to gcc_compiled with
10636 calls to test_compiler_info.
10637
e8367dc7
MK
106382003-11-27 Mark Kettenis <kettenis@gnu.org>
10639
10640 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
10641 pattern for the KFAILs.
10642
526c61ee
AF
106432003-11-25 Adam Fedor <fedor@gnu.org>
10644
10645 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
10646 * gdb.objc/objcdecode.m: New file.
10647
28f2d600
AF
106482003-11-25 Adam Fedor <fedor@gnu.org>
10649
10650 * gdb.objc/nondebug.exp: Test for PR objc/1236.
10651 * gdb.objc/nondebug.m: New file.
10652
a3895cee
BE
106532003-11-26 Ben Elliston <bje@wasabisystems.com>
10654
10655 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
10656 NetBSD as it does on FreeBSD. Modelled on a similar change by
10657 Mark Kettenis on 2003-05-30.
10658 (link-flags): Set to "--entry _start" regardless of target.
10659 Special linker flags are to be appended to $link-flags.
10660 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
10661
c9f2c8a3
MC
106622003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10663
10664 * gdb.cp/method.exp: Accept output of new demangler.
10665
15a0587a 106662003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
10667
10668 * gdb/class2.exp: New file.
10669 * gdb/class2.cc: New file.
10670
3c00b570
MC
106712003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10672
10673 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
10674 of new demangler.
10675
7027acc7
MK
106762003-11-23 Mark Kettenis <kettenis@gnu.org>
10677
10678 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
10679 of gdb_test "run".
10680
b0e1598a
MK
106812003-11-23 Mark Kettenis <kettenis@gnu.org>
10682
10683 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
10684 "continue" into "run".
10685
4d9eda44
MC
106862003-11-23 Michael Chastain <mec.gnu@mindspring.com>
10687
10688 Partial fix for PR testsuite/1456.
10689 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
10690 call to test_compiler_info.
10691 * gdb.cp/ctti.exp: Likewise.
10692 * gdb.cp/derivation.exp: Likewise.
10693 * gdb.cp/member-ptr.exp: Likewise.
10694 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
10695 reference to gcc_compiled.
10696
106972003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
10698
10699 Fix PR testsuite/1463.
10700 * gdb.base/structs.exp (start_structs_test): Call
10701 get_debug_format before using the debug format.
10702
d422fe19
AC
107032003-11-22 Andrew Cagney <cagney@redhat.com>
10704
10705 * lib/gdb.exp (gdb_test_multiple): Add simple example.
10706 * gdb.base/structs.exp: Use gdb_test_multiple.
10707
039cf96d
AC
107082003-11-20 Andrew Cagney <cagney@redhat.com>
10709
6882279b
AC
10710 * gdb.base/structs.exp: Handle and recover from internal errors.
10711 Replace "foo${n}" with "foo<n>" in test messages.
10712
e53890ae
AC
10713 * gdb.base/structs.exp: Update copyright. Rewrite.
10714 * gdb.base/structs.c: Update copyright. Rewrite.
10715
2b211c59
AC
10716 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
10717 resync count exceeded.
d63a86f8 10718
039cf96d
AC
10719 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
10720 from the internal error.
10721 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
10722 Original from Jim Blandy.
10723 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 10724
eac98b22
AC
107252003-11-19 Andrew Cagney <cagney@redhat.com>
10726
10727 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
10728 KFAIL.
10729
67455b2a
MK
107302003-11-17 Mark Kettenis <kettenis@gnu.org>
10731
10732 New testcase for PR backtrace/1435.
10733 * gdb.arch/i386-unwind.exp: New file.
10734 * gdb.arch/i386-unwind.c: New file.
10735
853d6e5b
AC
107362003-11-17 Andrew Cagney <cagney@redhat.com>
10737
10738 * lib/gdb.exp (compiler_info): New global.
10739 (test_compiler_info): New function.
10740 (get_compiler_info): Set compiler_info.
10741 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
10742 "compiler_info" to gcc-<major>-<minor>.
10743
38cf6e11
MC
107442003-11-15 Michael Chastain <mec.gnu@mindspring.com>
10745
10746 * gdb.trace/configure: Remove.
10747
a50d3602
EZ
107482003-11-13 Elena Zannoni <ezannoni@redhat.com>
10749
10750 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 10751 breakpoints.
a50d3602
EZ
10752 * gdb.base/break.exp: Remove all references to explicit line
10753 numbers.
10754
d9407aaa
NC
107552003-11-11 Nick Clifton <nickc@redhat.com>
10756
10757 * gdb.base/shreloc.exp: Do not run for targets which do not
10758 support shared objects.
10759
db488fc1
CV
107602003-11-10 Corinna Vinschen <vinschen@redhat.com>
10761
10762 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
10763 Don't run tests if nofileio flag is given.
10764
6a90a18e
EZ
107652003-11-07 Elena Zannoni <ezannoni@redhat.com>
10766
10767 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 10768 as well as 'Watchpoint'.
6a90a18e 10769
0b915e9c
EZ
107702003-11-06 Elena Zannoni <ezannoni@redhat.com>
10771
10772 Reported by Jim Ingham <jingham@apple.com>:
10773 * gdb.base/annota1.exp: Match at least one occurrence of the
10774 signal handler annotation.
10775
d7e4b55f
EZ
107762003-11-06 Elena Zannoni <ezannoni@redhat.com>
10777
a9c64011
AS
10778 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
10779 as well as 'Watchpoint'.
d7e4b55f 10780
2fe4e8d0
MC
107812003-11-05 Michael Chastain <mec@shout.net>
10782
10783 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
10784
6ef88553
KW
107852003-11-03 Kris Warkentin <kewarken@qnx.com>
10786
10787 * gdb.arch/gdb1291.c: New test file.
10788 * gdb.arch/gdb1291.exp: New test script.
10789 * gdb.arch/gdb1431.c: New test file.
10790 * gdb.arch/gdb1431.exp: New test script.
10791
ae7dc4d8
MC
107922003-10-22 Michael Chastain <mec@shout.net>
10793
10794 * gdb.mi/pthreads.c: Add copyright notice.
10795
c39d7427
MC
107962003-10-22 Michael Chastain <mec@shout.net>
10797
10798 * gdb.threads/pthreads.c: Add copyright notice.
10799
8b7d96c1
MC
108002003-10-20 Michael Chastain <mec@shout.net>
10801
10802 * gdb.base/gdb1056.exp: New test script.
10803
d1d69fdd
DJ
108042003-10-13 Daniel Jacobowitz <drow@mvista.com>
10805
10806 * gdb.threads/killed.exp: Use gdb_run_cmd.
10807
7d605576
DJ
108082003-10-13 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
10811 create a core file.
10812 * gdb.threads/gcore-thread.exp: Likewise.
10813
618ec112
CV
108142003-10-13 Corinna Vinschen <vinschen@redhat.com>
10815
10816 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
10817 type, based on char type.
10818 (struct bit_flags_short_t): New bitfield type, based on short type.
10819 (init_bit_flags_char): New fuction.
10820 (init_bit_flags_short): Ditto.
10821 (print_bit_flags_char): Ditto.
10822 (print_bit_flags_short): Ditto.
10823 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
10824
9367a73c
MC
108252003-10-11 Michael Chastain <mec@shout.net>
10826
10827 * gdb.base/call-rt-st.exp: Update copyright year.
10828
1decf120
KI
108292003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10830
10831 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
10832 * gdb.disasm/sh3.s: Ditto.
10833
5445b2ae
DJ
108342003-10-07 Daniel Jacobowitz <drow@mvista.com>
10835
10836 * gdb.threads/switch-threads.exp: New test.
10837 * gdb.threads/switch-threads.c: New source file.
10838
aec24853
CV
108392003-10-07 Corinna Vinschen <vinschen@redhat.com>
10840
10841 * gdb.base/ending-run.exp: Add sh specific case.
10842
adc7428d
AC
108432003-10-06 Andrew Cagney <cagney@redhat.com>
10844
10845 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
10846 * gdb.disasm/mn10200.exp: Delete obsolete file.
10847
c9d37158
DJ
108482003-09-29 Daniel Jacobowitz <drow@mvista.com>
10849
10850 * ChangeLog: Correct an entry command.exp -> commands.exp.
10851 * gdb.base/commands.exp (bp_deleted_in_command_test)
10852 (temporary_breakpoint_commands): Check noargs.
10853
79c2c32d
DC
108542003-09-25 David Carlton <carlton@kealia.com>
10855
10856 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
10857 of some print tests, where appropriate. Add tests for C::D::cd,
10858 E::ce, F::cXfX, G::XgX.
10859 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
10860
594e6d67
RE
108612003-09-25 Richard Earnshaw <rearnsha@arm.com>
10862
10863 * lib/java.exp (java_init): Import target_alias before using it.
10864
10f0d451
DC
108652003-09-25 David Carlton <carlton@kealia.com>
10866
10867 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
10868
274bcba0
EZ
108692003-09-23 Elena Zannoni <ezannoni@redhat.com>
10870
d63a86f8 10871 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 10872 weirdness.
274bcba0 10873
cdbf20f7
MC
108742003-09-17 Michael Chastain <mec@shout.net>
10875
10876 * gdb.cp/gdb1355.exp: New file.
10877 * gdb.cp/gdb1355.c: New file.
10878
71e06f80
CV
108792003-09-15 Corinna Vinschen <vinschen@redhat.com>
10880
10881 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
10882 * gdb.asm/sh.inc: New file.
10883
5c4e30ca
DC
108842003-09-11 David Carlton <carlton@kealia.com>
10885
bd45b7af
DC
10886 * gdb.cp/namespace.exp: Add tests for namespace types.
10887 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
10888 (test_namespace): New.
10889
1c199746
EZ
108902003-09-11 Elena Zannoni <ezannoni@redhat.com>
10891
a9c64011 10892 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 10893 * gdb.stabs/weird.exp: Ditto.
1c199746 10894
04ed252f
MC
108952003-09-08 Michael Chastain <mec@shout.net>
10896
10897 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
10898
d8a2d9e7
MC
108992003-09-07 Michael Chastain <mec@shout.net>
10900
10901 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
10902 'parse error'.
10903
161afb24
MK
109042003-09-07 Mark Kettenis <m.kettenis@osp.nl>
10905
10906 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
10907
49f2741a
MC
109082003-08-30 Michael Chastain <mec@shout.net>
10909
10910 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
10911 * gdb.gdb/observer.exp: Ditto.
10912 * gdb.gdb/xfullpath.exp: Ditto.
10913
8afa723e
MK
109142003-08-29 Mark Kettenis <kettenis@gnu.org>
10915
10916 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
10917 *-*-*bsd*.
10918
f31dfe3b
JJ
109192003-08-28 Jeff Johnston <jjohnstn@redhat.com>
10920
10921 * gdb.base/dump.exp: Skip for ia64.
10922
4630e498
JJ
109232003-08-25 Jeff Johnston <jjohnstn@redhat.com>
10924
10925 * gdb.asm/asm-source.exp: Add ia64 support.
10926 * gdb.asm/ia64.inc: New file.
10927
1105b7ef
MC
109282003-08-22 Michael Chastain <mec@shout.net>
10929
10930 * gdb.cp: New directory.
10931 * gdb.cp/*: Copy from gdb.c++/*.
10932 * gdb.c++/*: Remove.
10933 * Makefile.in: Change gdb.c++ to gdb.cp.
10934 * configure.in: Ditto.
10935 * configure: Regnerate.
10936
c945b932
MK
109372003-08-18 Mark Kettenis <kettenis@gnu.org>
10938
10939 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
10940 * gdb.arch/i386-prologue.c (gdb1338): Add function.
10941
2b66634b
DJ
109422003-08-17 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * mi-var-display.exp (-var-list-children weird): Accept function
10945 pointers with argument types.
10946 * mi1-var-display.exp (-var-list-children weird): Likewise.
10947 * mi2-var-display.exp (-var-list-children weird): Likewise.
10948
a356f73b
DJ
109492003-08-17 Daniel Jacobowitz <drow@mvista.com>
10950
10951 * gdb.base/annota3.exp: Add missing newline.
10952
483417b8
MC
109532003-08-06 Michael Chastain <mec@shout.net>
10954
10955 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
10956
c99c59c3
MS
109572003-08-12 Michael Snyder <msnyder@redhat.com>
10958
10959 * gdb.base/float.exp: Add test for SH.
10960
55ed7501
MK
109612003-08-10 Mark Kettenis <kettenis@gnu.org>
10962
10963 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
10964
1a371f2e
EZ
109652003-08-07 Elena Zannoni <ezannoni@redhat.com>
10966
10967 * gdb.base/completion.exp: Remove reduntant completion test
10968 on filename.
10969
e0f353ce
EZ
109702003-08-07 Elena Zannoni <ezannoni@redhat.com>
10971
a9c64011
AS
10972 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
10973 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
10974 gdb.trace/save-trace.exp: Make sure that full pathnames are
10975 escaped correctly.
e0f353ce 10976
5710a1af 109772003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 10978
a9c64011
AS
10979 * configure.in: Don't generate config.h from config.hin.
10980 * configure: Regenerate.
10981 * config.hin: Remove file.
10982 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
10983 * gdb.threads/pthreads.c: Ditto.
5710a1af 10984
dcd81ce9
DJ
109852003-08-07 Daniel Jacobowitz <drow@mvista.com>
10986
10987 From Kei Sakamoto <sakamoto.kei@renesas.com>:
10988 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
10989 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
10990 Replace ld24 with seth/add3.
10991
6009d884
AC
109922003-08-02 Andrew Cagney <cagney@redhat.com>
10993
10994 * gdb.base/annota3.exp: New file.
10995 * gdb.base/annota3.c: New file.
10996 * gdb.c++/annota3.exp: New file.
10997 * gdb.c++/annota3.cc: New file.
10998
51514e06
MC
109992003-07-29 Michael Chastain <mec@shout.net>
11000
11001 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11002 actually failed.
11003 (do_pass): Likewise.
11004 * gdb.threads/tls.exp: Always initialize no_of_threads.
11005
4ee6625b
DJ
110062003-07-27 Daniel Jacobowitz <drow@mvista.com>
11007
11008 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11009 pattern.
11010 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11011 * gdb.threads/tls.exp: Recognize one case of the host library not
11012 supporting TLS.
11013
225f2bf6
AC
110142003-07-27 Andrew Cagney <cagney@redhat.com>
11015
11016 * gdb.base/fileio.exp: Use SH when running commands using
11017 remote_exec.
11018
bcb27c9f
DJ
110192003-07-24 Daniel Jacobowitz <drow@mvista.com>
11020
11021 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11022 * gdb.base/relocate.c (dummy): New padding array.
11023
3d67be83
MS
110242003-07-22 Michael Snyder <msnyder@redhat.com>
11025
d63a86f8 11026 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11027
11028 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11029 patterns to be more general, accepting old and new output.
11030 Some output chars (such as '+') also must be quoted.
d63a86f8 11031 Some addresses are displayed numerically instead of
3d67be83
MS
11032 symbolically.
11033
57ba3b85
MS
110342003-07-23 Michael Snyder <msnyder@redhat.com>
11035
686d097c
MS
11036 * gdb.base/return2.exp: Don't test long-long return.
11037
57ba3b85
MS
11038 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11039 * gdb.disasm/t01_mov.exp: Ditto.
11040 * gdb.disasm/t02_mova.s: Ditto.
11041 * gdb.disasm/t02_mova.exp: Ditto.
11042 * gdb.disasm/t03_add.s: Ditto.
11043 * gdb.disasm/t03_add.exp: Ditto.
11044 * gdb.disasm/t04_sub.s: Ditto.
11045 * gdb.disasm/t04_sub.exp: Ditto.
11046 * gdb.disasm/t05_cmp.s: Ditto.
11047 * gdb.disasm/t05_cmp.exp: Ditto.
11048 * gdb.disasm/t06_ari2.s: Ditto.
11049 * gdb.disasm/t06_ari2.exp: Ditto.
11050 * gdb.disasm/t07_ari3.s: Ditto.
11051 * gdb.disasm/t07_ari3.exp: Ditto.
11052 * gdb.disasm/t08_or.s: Ditto.
11053 * gdb.disasm/t08_or.exp: Ditto.
11054 * gdb.disasm/t09_xor.s: Ditto.
11055 * gdb.disasm/t09_xor.exp: Ditto.
11056 * gdb.disasm/t10_and.s: Ditto.
11057 * gdb.disasm/t10_and.exp: Ditto.
11058 * gdb.disasm/t11_logs.s: Ditto.
11059 * gdb.disasm/t11_logs.exp: Ditto.
11060 * gdb.disasm/t12_bit.s: Ditto.
11061 * gdb.disasm/t12_bit.exp: Ditto.
11062 * gdb.disasm/t13_otr.s: Ditto.
11063 * gdb.disasm/t13_otr.exp: Ditto.
11064
e00759ef
EZ
110652003-07-22 Elena Zannoni <ezannoni@redhat.com>
11066
11067 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11068
8bc2021f
EZ
110692003-07-22 Elena Zannoni <ezannoni@redhat.com>
11070
a9c64011
AS
11071 * gdb.threads/tls.c : New file.
11072 * gdb.threads/tls.exp : New file.
11073 * gdb.threads/tls-main.c : New file.
11074 * gdb.threads/tls-shared.c : New file.
11075 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11076
89320c4c
AS
110772003-07-22 Andreas Schwab <schwab@suse.de>
11078
11079 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11080
180dea7c
AS
110812003-07-20 Andreas Schwab <schwab@suse.de>
11082
11083 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11084 due to insn reordering.
11085
0714963c
AC
110862003-07-15 Andrew Cagney <cagney@redhat.com>
11087
11088 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11089
98a23b3f
MC
110902003-07-15 Michael Chastain <mec@shout.net>
11091
11092 * gdb.base/gdb1250.exp: New file.
11093 * gdb.base/gdb1250.c: New file.
11094
27e417a2
ML
110952003-07-09 Michal Ludvig <mludvig@suse.cz>
11096
11097 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11098 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11099
8bc2021f
EZ
111002003-07-09 Elena Zannoni <ezannoni@redhat.com>
11101
a9c64011
AS
11102 * gdb.threads/tls.c: New file.
11103 * gdb.threads/tls.exp: New file.
11104 * gdb.threads/tls-main.c: New file.
11105 * gdb.threads/tls-shared.c: New file.
11106 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11107
d99968dc
EZ
111082003-07-09 Elena Zannoni <ezannoni@redhat.com>
11109
11110 * gdb.base/annota1.exp: Make sure that we properly escape the
11111 full path of the source file. Xfail more permissive patterns,
d63a86f8 11112 due to a compiler debug info problem.
d99968dc 11113
83876b3b
AS
111142003-07-07 Andreas Schwab <schwab@suse.de>
11115
2705e972
AS
11116 * gdb.asm/m68k.inc: New file.
11117 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11118
83876b3b
AS
11119 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11120 arguments"): Also match negative number.
11121
11122 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11123
3a871b37
DJ
111242003-07-03 Daniel Jacobowitz <drow@mvista.com>
11125
11126 * gdb.base/store.c (charest): New typedef.
11127 (add_char): Rename to add_charest, update.
11128 (wack_char): Rename to wack_charest, update types. Return l + r
11129 to keep r live across the call.
11130 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11131 (wack_double, wack_doublest): Return l + r to keep r live across
11132 the call.
11133 * gdb.base/store.exp: Accomodate store.c changes.
11134
b2a7f303
DC
111352003-06-30 David Carlton <carlton@kealia.com>
11136
11137 * gdb.c++/maint.exp (test_invalid_name): New.
11138 (test_first_component): Add tests for invalid names.
11139
3c6cb4a1
MC
111402003-06-29 Michael Chastain <mec@shout.net>
11141
11142 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11143 output of '<VTT for class>' for virtual base classes.
11144
f1c2644b
DJ
111452003-06-29 Daniel Jacobowitz <drow@mvista.com>
11146
11147 * gdb.base/completion.exp: Tab-complete "complet" instead of
11148 "compl".
11149 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11150
18080350
DJ
111512003-06-29 Daniel Jacobowitz <drow@mvista.com>
11152
11153 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11154 * gdb.base/volatile.exp: Likewise.
11155
f56973f8
DJ
111562003-06-29 Daniel Jacobowitz <drow@mvista.com>
11157
11158 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11159 gdb/1265.
11160
111612003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11162 Daniel Jacobowitz <drow@mvista.com>
11163
11164 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11165 initial line count of 'captured_main' from 26 to 32.
11166 (test_with_self): Allow xmalloc call to be interleaved with the
11167 preceding two lines.
11168
e766d4d6
JB
111692003-06-24 Joel Brobecker <brobecker@gnat.com>
11170
11171 * gdb.base/bang.exp: New testcase.
11172
f125c9a4
JB
111732003-06-23 Joel Brobecker <brobecker@gnat.com>
11174
11175 * gdb.base/langs.exp: Add some tests for the "minimal" language
11176 support.
11177
6e25beaf
EZ
111782003-06-23 Elena Zannoni <ezannoni@redhat.com>
11179
11180 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11181 the testcase.
11182
2f816dda
DJ
111832003-06-22 Daniel Jacobowitz <drow@mvista.com>
11184
11185 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11186 offset.
11187
db5a5748
DJ
111882003-06-22 Daniel Jacobowitz <drow@mvista.com>
11189
11190 * gdb.c++/pr-1210.cc: New file.
11191 * gdb.c++/pr-1210.exp: New file.
11192
1df0c130
DJ
111932003-06-21 Daniel Jacobowitz <drow@mvista.com>
11194
11195 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11196 000-exec-continue.
11197
a92feac0
MK
111982003-06-15 Mark Kettenis <kettenis@gnu.org>
11199
11200 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11201 on *-*-*bsd* instead of *-*-freebsd*.
11202
81a58f5b
AC
112032003-06-14 Andrew Cagney <cagney@redhat.com>
11204
11205 * gdb.base/store.exp: Test longest and doublest. Test all
11206 parameters. Weaken return statement match.
11207 * gdb.base/store.c: Add longest and doublest - aka long long and
11208 long double functions. Put all parameters into local register
11209 variables. Use negative values.
11210
b257a0d3
AC
112112003-06-14 Andrew Cagney <cagney@redhat.com>
11212
11213 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11214 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11215 exit status.
11216 * gdb.base/fileio.exp: Disable target when nointerrupts and
11217 noinferiorio, instead of limiting it to remote. Use remote_exec
11218 instead of system.
d63a86f8 11219
21c38304
JJ
112202003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11221
11222 * gdb.base/float.exp: Add ia64 support.
11223
1bcdb424
CV
112242003-06-12 Corinna Vinschen <vinschen@redhat.com>
11225
11226 * gdb.base/fileio.exp: Run only on remote targets.
11227
6aeb981f
CV
112282003-06-10 Corinna Vinschen <vinschen@redhat.com>
11229
11230 * gdb.base/fileio.c: New file, testing File-I/O.
11231 * gdb.base/fileio.exp: Ditto.
11232
53df362e
RG
112332003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11234
11235 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11236 shared objects after relocation at load time (gdb PR/1132).
11237 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11238 as above, part of the shared object relocation test.
53df362e 11239
ffee1b46
MK
112402003-06-08 Mark Kettenis <kettenis@gnu.org>
11241
b5ca3722
MK
11242 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11243 fully filled history list.
11244 * gdb.base/gdb_history: New file.
11245
03ed860d
MK
11246 * gdb.base/signals.exp: XFAIL "continue to func1" on
11247 i*86-*-freebsd*.
11248
ffee1b46
MK
11249 * gdb.base/attach.exp: When trying to attach to a nonexistent
11250 process, make it possible to specify the PID based on the target,
11251 and do so for *-*-freebsd*.
11252
d80dbb52
RH
112532003-06-02 Richard Henderson <rth@redhat.com>
11254
11255 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11256
6dd77b81
RH
112572003-06-02 Richard Henderson <rth@redhat.com>
11258
11259 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11260
f6347e16
RH
112612003-06-02 Richard Henderson <rth@redhat.com>
11262
11263 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11264
2c161407
DJ
112652003-06-01 Daniel Jacobowitz <drow@mvista.com>
11266
11267 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11268 of globalvar.
11269
572eb746
MK
112702003-06-01 Mark Kettenis <kettenis@gnu.org>
11271
11272 * gdb.asm/asm-source.exp: Check for memory read errors in
11273 disassembler test on *BSD too.
11274
9e9617a5
RH
112752003-06-01 Richard Henderson <rth@redhat.com>
11276
11277 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11278 for .frame.
11279 (gdbasm_call): Lose ldgp.
11280 (gdbasm_startup): Add frame information.
11281 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11282
7b34ad4e
MK
112832003-05-31 Mark Kettenis <kettenis@gnu.org>
11284
11285 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11286 i?86-*-*.
11287
10059fdf
MK
112882003-05-30 Mark Kettenis <kettenis@gnu.org>
11289
11290 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11291 FreeBSD.
11292
acf4b816
RH
112932003-05-29 Richard Henderson <rth@redhat.com>
11294
11295 * gdb.asm/alpha.inc: New file.
11296 * gdb.asm/asm-source.exp: Use it.
11297
e9ecd949
JB
112982003-05-29 Jim Blandy <jimb@redhat.com>
11299
11300 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11301 'core.PID'.
11302
e3e5a4f3
JB
113032003-05-22 Jim Blandy <jimb@redhat.com>
11304
11305 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11306 backtrace.
d63a86f8 11307
72fe3d25
DC
113082003-05-20 David Carlton <carlton@math.stanford.edu>
11309
11310 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11311 this time.
11312
58da2eb2
DC
113132003-05-19 David Carlton <carlton@bactrian.org>
11314
11315 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11316 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11317
1fcb5155
DC
113182003-05-19 David Carlton <carlton@bactrian.org>
11319
11320 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11321 namespace tests.
11322 Bump copyright date.
11323 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11324 (main): Call C::D::marker2.
11325 * gdb.c++/namespace1.cc: New file.
11326
85e85163
JJ
113272003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11328
11329 Roland McGrath <roland@redhat.com>
d63a86f8 11330 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
11331 there is no manager thread.
11332
a25fbfec
JJ
113332003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11334
d63a86f8
RM
11335 * gdb.threads/schedlock.exp: Remove assumption that all threads
11336 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
11337 in one of the child threads rather than the main thread.
11338
be375bae
JB
113392003-05-07 Jim Blandy <jimb@redhat.com>
11340
09bf6082
JB
11341 Add support for assembly source testing on the s390x.
11342 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11343 architecture.
11344 * gdb.asm/s390x.inc: New file.
11345
be375bae
JB
11346 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11347 succession of 'if' statements.
11348
00905d52
AC
113492003-05-05 Andrew Cagney <cagney@redhat.com>
11350
11351 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11352
b1e29e33
AC
113532003-05-05 Andrew Cagney <cagney@redhat.com>
11354
11355 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11356 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11357
e33d66ec
EZ
113582003-05-02 Elena Zannoni <ezannoni@redhat.com>
11359
11360 * gdb.base/charset.exp: Update based on new behavior of set/show
11361 charset commands.
11362
2b6fd0d8
AC
113632003-05-01 Andrew Cagney <cagney@redhat.com>
11364
11365 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11366 variable do not give memory errors.
11367
130cacce
AF
113682003-04-30 Adam Fedor <fedor@gnu.org>
11369
11370 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11371 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11372 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11373 gdb.objc/basicclass.m: : New files
11374
11375 * lib/gdb.exp (gdb_compile_objc): New procedure.
11376
bea71854
DJ
113772003-04-27 Daniel Jacobowitz <drow@mvista.com>
11378
11379 * gdb.base/signals.exp: Make backtrace tests more specific.
11380
0f20eeea
DC
113812003-04-23 David Carlton <carlton@bactrian.org>
11382
11383 * gdb.c++/maint.exp (test_first_component): Add tests for
11384 'operator' in more locations.
11385
c8c4d8dc
KB
113862003-04-16 Kevin Buettner <kevinb@redhat.com>
11387
11388 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11389
3fe60e3c
EZ
113902003-04-16 Elena Zannoni <ezannoni@redhat.com>
11391
11392 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 11393 func marke' instead. Update test name.
3fe60e3c 11394
9219021c
DC
113952003-04-15 David Carlton <carlton@math.stanford.edu>
11396
11397 * gdb.c++/maint.exp: New file.
11398
5dd55bdd
EZ
113992003-04-14 Elena Zannoni <ezannoni@redhat.com>
11400
11401 * gdb.threads/schedlock.c: Change type of thread function argument
11402 to long, to avoid warnings on 64-bit platforms.
11403
00890572
EZ
114042003-04-14 Elena Zannoni <ezannoni@redhat.com>
11405
a9c64011
AS
11406 * gdb.base/attach.exp: Add new message from ptrace in case of
11407 attaching to nonexistent process.
d63a86f8 11408
93201743
JB
114092003-04-11 Jim Blandy <jimb@redhat.com>
11410
11411 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11412 gdb.c++/userdef.cc: Place comments on the lines to which the
11413 marker function might return.
11414 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11415 gdb.c++/userdef.exp: Look for those comments to check that we've
11416 returned to the right place, instead of checking line numbers.
11417
2a11c64d
EZ
114182003-04-11 Elena Zannoni <ezannoni@redhat.com>
11419
a9c64011
AS
11420 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11421 match on sourcefile name, instead of directory name.
2a11c64d 11422
68ab8fc5
EZ
114232003-04-10 Elena Zannoni <ezannoni@redhat.com>
11424
d63a86f8 11425 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
11426 working directory name.
11427
5624293a
JB
114282003-04-09 Jim Blandy <jimb@redhat.com>
11429
11430 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11431 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11432 after an inferior function call, report the failure, but allow the
11433 test to continue.
11434
f1f02ee4
SC
114352003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11436
11437 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11438 with -DPROTOTYPES.
11439
6eb79af0
SC
114402003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11441
11442 * gdb.base/break.exp: Revert last patch.
11443
8dfb4cf0
SC
114442003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11445
11446 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11447 with -DPROTOTYPES.
11448
ed4c619a
AC
114492003-04-02 Andrew Cagney <cagney@redhat.com>
11450
11451 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11452 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11453 matching directories by the name breakpoint.
11454 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11455 Make "continue to marker1" consistent.
11456 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11457 message consistent.
11458 * lib/gdb.exp: Put "the program is no longer running", and "the
11459 program exited" in parenthesis.
11460 * lib/mi-support.exp: Ditto.
d63a86f8 11461
4e35d5f0 114622003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 11463
4e35d5f0
BR
11464 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11465
71900fe8
AC
114662003-03-29 Andrew Cagney <cagney@redhat.com>
11467
11468 * gdb.base/sizeof.c (main): Print the value of '\377'.
11469 * gdb.base/sizeof.exp: Check the sign of '\377'.
11470
c0655a16
MC
114712003-03-27 Michael Chastain <mec@shout.net>
11472
11473 * gdb.base/gdb1090.exp: New file.
11474 * gdb.base/gdb1090.cc: New file.
11475
5b2a3989
JB
114762003-03-27 J. Brobecker <brobecker@gnat.com>
11477
11478 * gdb.gdb/observer.exp: New regression test.
11479
79876890
MC
114802003-03-27 Michael Chastain <mec@shout.net>
11481
11482 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11483 * gdb.base/ptype.exp: Likewise.
11484
6eac95e3
CV
114852003-03-27 Corinna Vinschen <vinschen@redhat.com>
11486
11487 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11488
e8c71839
MC
114892003-03-26 Michael Chastain <mec@shout.net>
11490
11491 * gdb.base/ptype.exp: Actually use some typedef'd types.
11492
71b10041
SC
114932003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11494
11495 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11496 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11497
2512cf80
CV
114982003-03-20 Corinna Vinschen <vinschen@redhat.com>
11499
11500 * gdb.base/default.exp: Fix regular expression.
11501
0d195a4f
CV
115022003-03-20 Corinna Vinschen <vinschen@redhat.com>
11503
11504 * gdb.base/args.exp: Fix regular expression.
11505
8a2dbca8
CV
115062003-03-20 Corinna Vinschen <vinschen@redhat.com>
11507
11508 * gdb.base/help.exp: Allow Win32 child process.
11509
bf028682
CV
115102003-03-20 Corinna Vinschen <vinschen@redhat.com>
11511
11512 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11513 when stepping out of main().
11514
182dbe85
CV
115152003-03-20 Corinna Vinschen <vinschen@redhat.com>
11516
11517 * gdb.base/default.exp: Check for win32 specific message when calling
11518 "run" without executable.
11519
d67a6ba5
CV
115202003-03-20 Corinna Vinschen <vinschen@redhat.com>
11521
11522 * gdb.base/args.exp: Expect .exe in output.
11523
a955b5bb
CV
115242003-03-20 Corinna Vinschen <vinschen@redhat.com>
11525
11526 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11527 Cygwin native.
11528
bf6bad4b
AC
115292003-03-17 Andrew Cagney <cagney@redhat.com>
11530
11531 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11532 vector registes.
11533 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11534 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11535
293e9a31
DC
115362003-03-17 David Carlton <carlton@math.stanford.edu>
11537
11538 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11539 test, for PR breakpoints/38.
11540 Call test_watchpoint_and_breakpoint.
11541 * gdb.base/watchpoint.c (func3): New function.
11542 (main): Call func3.
11543
5330f2db
DC
115442003-03-04 David Carlton <carlton@math.stanford.edu>
11545
11546 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11547 Garply<Garply<char> >:: garply".
11548 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11549 with respect to PR c++/1111; note also PR c++/1113.
11550 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11551 respect to PR c++/1062.
11552 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11553
6ece72da
DC
115542003-03-03 David Carlton <carlton@math.stanford.edu>
11555
11556 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11557 with respect to PR c++/57.
11558 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11559 c++/826.
11560 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11561 respect to PR c++/57.
11562
85ca1584
DC
115632003-03-03 David Carlton <carlton@math.stanford.edu>
11564
11565 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11566 respect to PR c++/33 into FAILs.
11567
98e9c5b8
MC
115682003-03-03 Michael Chastain <mec@shout.net>
11569
7bedbf27
MC
11570 * configure.in: Update copyright years.
11571
115722003-03-03 Michael Chastain <mec@shout.net>
11573
11574 * Makefile.in: Update copyright years.
98e9c5b8 11575
f683e100
DC
115762003-02-28 David Carlton <carlton@math.stanford.edu>
11577
11578 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11579 print class instead of struct and/or superfluous protection
11580 specifiers, as long as the resulting output is equivalent to the
11581 source code.
11582 Delete FIXME from end of messages on tests that don't need
11583 fixing.
11584
a9e0cf2c
DC
115852003-02-28 David Carlton <carlton@math.stanford.edu>
11586
11587 * gdb.c++/templates.exp (do_tests): Allow const in the two
11588 Foo<volatile char *>::foo tests.
11589
e8d359df
MS
115902003-02-27 Michael Snyder <msnyder@redhat.com>
11591
d63a86f8 11592 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
11593 will be consistant.
11594
0b71dc91
DC
115952003-02-26 David Carlton <carlton@math.stanford.edu>
11596
11597 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
11598 char *>::foo" test with respect to PR c++/33. Create a new test
11599 which is identical to that one except that it doesn't put the
11600 space between the "char" and the "*"; KFAIL it, too.
11601
dd14ab43
DC
116022003-02-26 David Carlton <carlton@math.stanford.edu>
11603
11604 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
11605 template types into either PASSes or KFAILs (corresponding to PR
11606 c++/57). Tweak indentation. Update copyright.
11607
1146c7f1
SC
116082003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11609
11610 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
11611
74641dfb
MC
116122003-02-13 Michael Chastain <mec@shout.net>
11613
11614 * gdb.base/exprs.exp: Remove i960 remnants.
11615 * gdb.base/funcargs.exp: Likewise.
11616 * gdb.base/list.exp: Likewise.
11617 * gdb.base/ptype.exp: Likewise.
11618
559cd2d0
DC
116192003-02-14 David Carlton <carlton@math.stanford.edu>
11620
11621 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
11622 pEe->D::vg()" from XFAIL to KFAIL.
11623
c4f90d87
JM
116242003-02-13 Jason Molenda (jmolenda@apple.com)
11625
11626 * gdb.base/maint.exp: Update maint print statistics regexp to include
11627 new entries.
11628
cbc4d97c
MC
116292003-02-13 Michael Chastain <mec@shout.net>
11630
11631 * gdb.c++/inherit.exp: Remove call to get_debug_format.
11632
40f235b7
MC
116332003-02-12 Michael Chastain <mec@shout.net>
11634
11635 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
11636 * gdb.c++/inherit.exp: Likewise.
11637 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
11638 * gdb.c++/templates.exp: Likewise.
11639 * gdb.c++/virtfunc.exp: Likewise.
11640
c56716b0
JM
116412003-02-06 Jason Molenda (jason-cl@molenda.com)
11642
11643 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
11644 why the code is written that way.
11645
070afcf8
MC
116462003-02-05 Michael Chastain <mec@shout.net>
11647
11648 * gdb.base/dump.exp: Add missing copyright line.
11649
5d0331e5
JM
116502003-02-05 Jason Molenda (jason-cl@molenda.com)
11651
f7ae6d3e 11652 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
11653 at the beginning so the breakpoint doesn't get set on the loop.
11654
92851186
MC
116552003-02-05 Michael Chastain <mec@shout.net>
11656
11657 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
11658 output for configurations with gcc 2.95.3.
11659
cbf1e085
AC
116602003-02-05 Keith Seitz <keiths@redhat.com>
11661 Andrew Cagney <ac131313@redhat.com>
11662
11663 * gdb.mi/mi-cli.exp: New file.
d63a86f8 11664
29518e1e
MC
116652003-02-04 Michael Chastain <mec@shout.net>
11666
11667 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
11668 Call perror and then continue.
11669
5af1d5f3
MC
116702003-02-03 Michael Chastain <mec@shout.net>
11671
11672 * gdb.c++/pr-1023.cc: New file.
11673 * gdb.c++/pr-1023.exp: New file.
11674
6b549786
JB
116752003-02-05 Jim Blandy <jimb@redhat.com>
11676
11677 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
11678 it's local to foobar. Check for it there, and check that it's not
11679 present in main.
11680 * gdb.c++/local.cc (marker2): New function.
11681 (foobar): Call marker1.
11682 (main): Call marker2 instead of marker1.
11683
67f16606
AC
116842003-02-04 Andrew Cagney <ac131313@redhat.com>
11685
11686 * gdb.disasm/mn10200.exp: Obsolete file.
11687 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
11688 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
11689 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
11690
1c5cb38e
DC
116912003-02-04 David Carlton <carlton@math.stanford.edu>
11692
11693 * gdb.c++/overload.exp: Test intToChar(1).
11694 * gdb.c++/overload.cc (intToChar): New.
11695 (main): Call intToChar.
11696
d1fe6965
DC
116972003-02-03 David Carlton <carlton@math.stanford.edu>
11698
11699 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
11700 'might_kfail' arg.
11701 KFAIL some of the continue_to_bp_overloaded calls, according to
11702 PR c++/1025.
11703
9ba61c5d
MC
117042003-02-01 Michael Chastain <mec@shout.net>
11705
11706 * gdb.base/advance.c (marker1): New marker function.
11707 * gdb.base/advance.exp: When the 'advance' command lands on the
11708 return breakpoint, it can legitimately stop on either the
11709 current line or the next line. Accommodate both outcomes.
11710 * gdb.base/until.exp: Likewise.
11711
e7494ffb
AC
117122003-02-02 Andrew Cagney <ac131313@redhat.com>
11713
11714 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
11715 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
11716 now a list, not a tuple.
11717 * gdb.mi/mi-var-display.exp: Ditto.
11718 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 11719
075559bc
AC
117202003-02-01 Andrew Cagney <ac131313@redhat.com>
11721
11722 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
11723 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
11724 stack backtraces.
11725 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 11726
2bd4c7b1
MK
117272003-02-01 Mark Kettenis <kettenis@gnu.org>
11728
11729 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
11730 gdb.mi/mi1-pthreads.exp: Return instead of calling
11731 gdb_suppress_entire_file.
11732
eabd8992
MS
117332003-02-01 Mark Salter <msalter@redhat.com>
11734
11735 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
11736
71469e2f
MS
117372003-01-31 Mark Salter <msalter@redhat.com>
11738
11739 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
11740 Support empty arg.
11741
38a94d44
MC
117422003-01-30 Michael Chastain <mec@shout.net>
11743
11744 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
11745 This was a workaround for a UTF-8 bug in readline 4.3. The bug
11746 has been fixed in gdb/readline on 2003-01-09.
11747
19ea9e73
MS
117482003-01-29 Michael Snyder <msnyder@redhat.com>
11749
e8d359df
MS
11750 * gdb.base/maint.exp: Allow for leading underscore in symbol.
11751 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
11752 * gdb.base/args.exp: Skip if target does not support args passing.
11753
2307bd6a
DJ
117542003-01-22 Daniel Jacobowitz <drow@mvista.com>
11755
19ea9e73 11756 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
11757 gdb_test. Accept a list of expect arguments as the third
11758 parameter.
11759 (gdb_test): Use it.
11760
f2dd3617
EZ
117612003-01-20 Elena Zannoni <ezannoni@redhat.com>
11762
11763 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
11764 allow for different test tree configurations. Update some
11765 tescases accordingly.
11766 * gdb.arch/altivec-regs.exp: Ditto.
11767 * gdb.asm/asm-source.exp: Ditto.
11768 * gdb.base/advance.exp: Ditto.
11769 * gdb.base/display.exp: Ditto.
d63a86f8 11770 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
11771 * gdb.base/mips_pro.exp: Ditto.
11772 * gdb.base/overlays.exp: Ditto.
11773 * gdb.base/relocate.exp: Ditto.
11774 * gdb.base/setshow.exp: Ditto.
11775 * gdb.base/step-line.exp: Ditto.
11776 * gdb.base/step-test.exp: Ditto.
11777 * gdb.base/until.exp: Ditto.
11778 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
11779
c71cdefd
DC
117802003-01-17 David Carlton <carlton@math.stanford.edu>
11781
11782 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
11783 corresponding to PR c++/945.
11784 Update copyright.
11785
fdba05d7
DC
117862003-01-17 David Carlton <carlton@math.stanford.edu>
11787
11788 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
11789 corresponding to PR c++/68.
11790
117912003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
11792
11793 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
11794 (test_paddr_hairy_functions): Call print_addr_2_kfail for
11795 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
11796
c362c33a
EZ
117972003-01-15 Elena Zannoni <ezannoni@redhat.com>
11798
0fbc361c
EZ
11799 * gdb.base/break.exp: Fix change of default location, because of
11800 removal of until tests.
11801 * gdb.base/help.exp: Update test for new 'until' help message.
11802 Add test for help on 'advance'.
a9c64011 11803 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 11804
dabf8a35
MK
118052003-01-15 Mark Kettenis <kettenis@gnu.org>
11806
11807 * gdb.base/default.exp: Adapt "info float" test for recent changes
11808 to that command. Add test for "info vector".
11809 * gdb.base/float.exp: New file. Add test for "info float" that
11810 resembles the old test in gdb.base/default.exp.
11811
a1769aca
DC
118122003-01-15 David Carlton <carlton@math.stanford.edu>
11813
11814 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
11815
82025e13
EZ
118162003-01-15 Elena Zannoni <ezannoni@redhat.com>
11817
11818 * gdb.base/break.exp: Move the tests of until command from here...
11819 * gdb.base/until.exp: ... to here. New file. Add other tests.
11820 * gdb.base/advance.c: New file.
11821 * gdb.base/advance.exp: New file.
11822
8f9ab801
EZ
118232003-01-14 Elena Zannoni <ezannoni@redhat.com>
11824
a9c64011
AS
11825 * gdb.base/args.c: New file.
11826 * gdb.base/args.exp: New file.
8f9ab801 11827
9ae66589
DJ
118282003-01-14 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
11831
8d77e5c3
DJ
118322003-01-14 Daniel Jacobowitz <drow@mvista.com>
11833
11834 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
11835
12d2f0a1
DJ
118362003-01-14 Daniel Jacobowitz <drow@mvista.com>
11837
11838 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
11839 dates.
11840
6ca37014
DJ
118412003-01-13 Daniel Jacobowitz <drow@mvista.com>
11842
11843 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
11844
b0023472
DJ
118452003-01-13 Daniel Jacobowitz <drow@mvista.com>
11846
11847 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
11848 (ptype &*"foo").
11849 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
11850
607fbc54 118512003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
11852
11853 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
11854 * gdb.mi/mi1-console.exp: Likewise.
11855
607fbc54 118562003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
11857
11858 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
11859 * gdb.mi/mi1-console.exp: Likewise.
11860
a1fb14a2
DJ
118612003-01-13 Daniel Jacobowitz <drow@mvista.com>
11862
11863 * gdb.c++/overload.exp: Remove some fixed XFAILs.
11864
c4cf40b7
DJ
118652003-01-09 Daniel Jacobowitz <drow@mvista.com>
11866
11867 * gdb.base/detach.exp: New test.
11868
696d5a5b
DJ
118692003-01-09 Daniel Jacobowitz <drow@mvista.com>
11870
11871 * Makefile.in (ALL_SUBDIRS): New variable.
11872 (subdirs, clean, distclean): Use it.
11873 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
11874 regenerating Makefile, since it is generated from the top level.
11875 * gdb.asm/Makefile.in: Likewise.
11876 * gdb.base/Makefile.in: Likewise.
11877 * gdb.c++/Makefile.in: Likewise.
11878 * gdb.disasm/Makefile.in: Likewise.
11879 * gdb.java/Makefile.in: Likewise.
11880 * gdb.mi/Makefile.in: Likewise.
11881 * gdb.threads/Makefile.in: Likewise.
11882 * gdb.trace/Makefile.in: Likewise.
11883
754533e4
DC
118842003-01-09 David Carlton <carlton@math.stanford.edu>
11885
11886 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
11887 Add copyright year 2003.
11888
d8b3e9ee
MC
118892003-01-06 Michael Chastain <mec@shout.net>
11890
11891 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
11892 When selecting a thread, 'line' and 'file' are optional.
11893 * gdb.mi/mi1-pthreads.exp: Likewise.
11894
8e9e0fe6
AS
118952003-01-06 Andreas Schwab <schwab@suse.de>
11896
11897 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
11898 failures.
11899
b5ab8ff3
DJ
119002003-01-04 Daniel Jacobowitz <drow@mvista.com>
11901
11902 Fix PR gdb/844
11903 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
11904 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
11905
11906 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
11907 instead of calling gdb_suppress_entire_file.
11908 * gdb.threads/print-threads.exp: Likewise.
11909 * gdb.threads/schedlock.exp: Likewise.
11910
11911 * gdb.threads/killed.exp: Return instead of calling
11912 gdb_suppress_entire_file.
11913 * gdb.threads/linux-dp.exp: Likewise.
11914 * gdb.threads/pthreads.exp: Likewise.
11915
1e698235
DJ
119162003-01-04 Daniel Jacobowitz <drow@mvista.com>
11917
11918 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
11919 stabs.
11920 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
11921 * gdb.base/whatis.exp: Always allow (void) after function names.
11922
147ff08c
DJ
119232003-01-04 Daniel Jacobowitz <drow@mvista.com>
11924
11925 * gdb.c++/casts.exp: Correct regexp.
11926
dc62bfc2
MK
119272003-01-04 Mark Kettenis <kettenis@gnu.org>
11928
11929 * configure.in: Call AC_CONFIG_HEADER. Don't call
11930 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
11931 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
11932 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
11933 aforementioned directories in the AC_OUPUT call.
11934 * config.hin: New file.
11935 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
11936 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
11937 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
11938 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
11939 pass -I$objdir instead of -I$objdir/$subdir in compilation.
11940 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
11941 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
11942 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
11943 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
11944 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
11945 gdb.threads/configure.in, gdb.threads/configure,
11946 gdb.threads/config.in, gdb.trace/configure.in,
11947 gdb.trace/configure: Removed.
11948
77afa639
MC
119492003-01-03 Michael Chastain <mec@shout.net>
11950
11951 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
11952 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
11953
7634bb6e
DJ
119542003-01-03 Daniel Jacobowitz <drow@mvista.com>
11955
11956 * gdb.base/store.exp: Fix regular expressions.
11957
b39c905e
MK
119582002-12-28 Mark Kettenis <kettenis@gnu.org>
11959
11960 * configure.in: Rewrite.
11961 * configure: Regenerated.
11962
0a8551dd
DC
119632003-01-03 David Carlton <carlton@math.stanford.edu>
11964
11965 * gdb.base/psymtab.exp: New file.
11966 * gdb.base/psymtab1.c: Ditto.
11967 * gdb.base/psymtab2.c: Ditto.
11968
c60b7188
AF
119692002-12-23 Adam Fedor <fedor@gnu.org>
11970
11971 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
11972
ee73db83
DC
119732002-12-23 David Carlton <carlton@math.stanford.edu>
11974
11975 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
11976 and current_directory initialization.
11977
d6c1774e
JB
119782002-12-22 Jim Blandy <jimb@redhat.com>
11979
f0a847b8
JB
11980 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
11981 rather than as part of the output file name.
11982
d6c1774e
JB
11983 * gdb.base/attach.exp: There's no need to copy the test program to
11984 /tmp; that was only ever necessary on HP/UX, and this test is
11985 entirely disabled there anyway.
11986
f0708dbb
JB
119872002-12-21 Jim Blandy <jimb@redhat.com>
11988
4c2acfea
JB
11989 * gdb.c++/psmang.exp: Doc fix.
11990
f0708dbb
JB
11991 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
11992 test.
11993
9579e000
DC
119942002-12-20 David Carlton <carlton@math.stanford.edu>
11995
11996 * gdb.c++/annota2.exp: KFAIL annotate-quit.
11997
d1810171
MC
119982002-12-18 Michael Chastain <mec@shout.net>
11999
12000 * gdb.c++/annota2.exp: Add copyright year 2002.
12001
76565097
DC
120022002-12-17 David Carlton <carlton@math.stanford.edu>
12003
12004 * gdb.c++/try_catch.cc: Add marker comments.
12005 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12006 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12007 * gdb.c++/m-static.cc: Ditto.
12008 * gdb.c++/m-static1.cc: Ditto.
12009 * gdb.c++/try_catch.cc: Ditto.
12010
da81390b
JJ
120112002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12012
12013 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12014 to see whether we are using the new -environment-directory
12015 command which resets via -r or the old version of the command
12016 which may prompt the user. Part of fix for gdb/741.
12017
b304d130
AC
120182002-12-13 Andrew Cagney <ac131313@redhat.com>
12019
12020 * gdb.fortran/types.exp: Update obsolete comment.
12021 * gdb.fortran/exprs.exp: Ditto.
12022 * lib/gdb.exp: Delete obsolete code.
12023 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12024 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12025 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12026 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12027 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12028 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12029 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12030 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12031 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12032 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12033 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12034 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12035 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12036 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12037 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12038 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12039 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12040 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12041 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12042 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12043 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12044 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12045 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12046 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12047 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12048 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12049 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12050 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12051 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12052 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12053 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12054 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12055 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12056 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12057 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12058 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12059 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12060
a23b6e6a
DC
120612002-12-11 David Carlton <carlton@math.stanford.edu>
12062
12063 * gdb.c++/m-data.exp: Add test for members that shadow global
12064 variables: see PR gdb/804.
12065 * gdb.c++/m-data.cc: Ditto.
12066
6604731b
DJ
120672002-12-10 Daniel Jacobowitz <drow@mvista.com>
12068
12069 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12070
de46ecd7
DC
120712002-12-06 David Carlton <carlton@math.stanford.edu>
12072
12073 * gdb.base/store.c: Don't declare functions static.
12074
27e829d0
AC
120752002-12-04 Andrew Cagney <ac131313@redhat.com>
12076
12077 * gdb.base/store.exp, gdb.base/store.c: New files.
12078
92806416
DJ
120792002-12-03 Daniel Jacobowitz <drow@mvista.com>
12080
12081 * gdb.base/selftest.exp: Update for current gdb.
12082
3bcbaac5
DJ
120832002-12-03 Daniel Jacobowitz <drow@mvista.com>
12084
12085 * gdb.base/maint.exp: Only dump symbols from one source file
12086 or objfile.
12087
f4f00b1f
DJ
120882002-12-03 Daniel Jacobowitz <drow@mvista.com>
12089
12090 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12091 function call.
12092
f1c8a949
JB
120932002-11-25 Jim Blandy <jimb@redhat.com>
12094
12095 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12096 function appearing in error message.
12097
9e297a97
DJ
120982002-11-21 Daniel Jacobowitz <drow@mvista.com>
12099
12100 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12101
1f312e79
JJ
121022002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12103
d63a86f8
RM
12104 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12105 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12106 should be in mi console format. This is part of fix for PR gdb/604.
12107
83c31e7d
FN
121082002-09-18 Fernando Nasser <fnasser@redhat.com>
12109
12110 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12111 which explicitly prints the zero offset as "+0".
12112
322b3f65
DJ
121132002-10-22 Daniel Jacobowitz <drow@mvista.com>
12114
12115 * gdb.threads/schedlock.c (args): Make unsigned.
12116
121172002-10-21 Daniel Jacobowitz <drow@mvista.com>
12118
12119 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12120 numbers. Allow "foo2|selected stack frame".
12121 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12122 * gdb.asm/asmsrc2.s: Likewise.
12123 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12124 comments.
12125 * gdb.asm/mips.inc: New file.
12126
5e2fe5b8
AF
121272002-10-18 Adam Fedor <fedor@gnu.org>
12128
12129 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12130 * gdb.base/help.exp: Likewise.
12131
abe1a5d0
KB
121322002-10-17 Kevin Buettner <kevinb@redhat.com>
12133
12134 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12135 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12136
10abb1d4
JB
121372002-10-02 Jim Blandy <jimb@redhat.com>
12138
12139 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12140
1f609b42
AC
121412002-10-01 Andrew Cagney <ac131313@redhat.com>
12142
12143 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12144 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12145 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12146 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12147 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12148 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12149 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12150
0aee02e4
AC
121512002-09-29 Andrew Cagney <ac131313@redhat.com>
12152
12153 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12154 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12155 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12156 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12157 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12158 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12159 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12160
6fde09ad
KB
121612002-09-27 Kevin Buettner <kevinb@redhat.com>
12162
12163 * gdb.base/annota1.exp (info break): Make directory components of
12164 path optional since not all compilers emit this debug information.
12165
12166 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12167 step ends up stepping out of the function instead of stopping on
12168 the epilogue.
12169
9e8aab75
KS
121702002-09-26 Keith Seitz <keiths@redhat.com>
12171
12172 * lib/insight-support.exp (gdbtk_start): Figure out where
12173 the insight executable is based on where gdb is. Use this
12174 executable to start insight instead of gdb.
12175
e36180d7
AC
121762002-09-25 Andrew Cagney <cagney@redhat.com>
12177
12178 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12179
9dd34b2b
AC
121802002-09-24 Andrew Cagney <ac131313@redhat.com>
12181
12182 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12183 test_isolated_complaints.
12184 (test_empty_complaint): New function.
12185 (test_empty_complaints): New function. Check no output when no
12186 complaints.
d63a86f8 12187
dea97812
KB
121882002-09-19 Jim Blandy <jimb@redhat.com>
12189
a9c64011 12190 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12191
54951bd7
AC
121922002-09-19 Andrew Cagney <ac131313@redhat.com>
12193
12194 * gdb.gdb/complaints.exp: New file.
12195
dec43320
AC
121962002-09-18 Andrew Cagney <ac131313@redhat.com>
12197
12198 * gdb.base/maint.exp: Check `help maint internal-warning'.
12199
e70d6e3f
DC
122002002-09-18 David Carlton <carlton@math.stanford.edu>
12201
12202 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12203 numbers, and replace them by a single breakpoint after the
12204 constructors are all finished.
12205 Add test 4.
12206 * gdb.c++/m-static.cc: Add test 4.
12207 * gdb.c++/m-static.h: New file.
12208 * gdb.c++/m-static1.cc: New file.
12209
12210 * gdb.c++/printmethod.exp: New file.
12211 * gdb.c++/printmethod.cc: New file.
12212
12213 * gdb.c++/pr-574.exp: New file.
12214 * gdb.c++/pr-574.cc: New file.
12215
afb5c968
CV
122162002-09-18 Corinna Vinschen <vinschen@redhat.com>
12217
12218 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12219 embedded targets which never actually exit.
12220
31e45dee
FN
122212002-09-18 Fernando Nasser <fnasser@redhat.com>
12222
12223 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12224 "don't step after run" as unresolved or unsupported, instead of xfail.
12225
a283c5a1
CV
122262002-09-18 Corinna Vinschen <vinschen@redhat.com>
12227
12228 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12229 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12230 Add newline to expected string in "step out of main (status wrapper)"
12231 case.
12232
11350d2a
CV
122332002-09-18 Corinna Vinschen <vinschen@redhat.com>
12234
12235 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12236 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12237
0deec7d6
TT
122382002-09-17 Tom Tromey <tromey@redhat.com>
12239
12240 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12241 \000, not \0, in double-quoted string.
12242
b2b4a1b5
CV
122432002-09-14 Corinna Vinschen <vinschen@redhat.com>
12244
c9d37158 12245 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12246 string after running the commands execution on breakpoint tests.
12247
1c56143a
CV
122482002-09-13 Corinna Vinschen <vinschen@redhat.com>
12249
12250 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12251
37f8da45
JB
122522002-09-12 Joel Brobecker <brobecker@gnat.com>
12253
12254 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12255
08b468e0
KS
122562002-09-10 Keith Seitz <keiths@redhat.com>
12257
12258 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12259 runto proc.
12260 (mi_run_to_main): Use mi_runto.
12261 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12262
dc360f58
KS
122632002-09-10 Keith Seitz <keiths@redhat.com>
12264
12265 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12266 regexp for stopping at main. Could have multiple event notifications.
12267 Don't assume that main was declared with no parameters.
12268 (mi_next): Use mi_step_to.
12269 (mi_step): Use mi_next_to.
12270
ce3abcfb
CV
122712002-09-09 Corinna Vinschen <vinschen@redhat.com>
12272
12273 * gdb.base/default.exp: Fix expected string in `info float' test.
12274
d1f5b980
BE
122752002-09-09 Ben Elliston <bje@redhat.com>
12276
12277 * config/mips.exp: Update comments.
12278 * config/mips-idt.exp: Likewise.
12279 * config/nind.exp: Likewise.
12280 * config/slite.exp: Likewise.
12281 * config/sparclet.exp: Likewise.
12282 * config/udi.exp: Likewise.
12283 * config/vx.exp: Likewise.
12284 * config/vxworks29k.exp: Likewise.
12285
2f71430b
JB
122862002-09-05 Jim Blandy <jimb@redhat.com>
12287
12288 * gdb.threads/killed.exp: Fix test failure message.
12289
7ddebc7e
KS
122902002-09-04 Keith Seitz <keiths@redhat.com>
12291
12292 * lib/mi-support.exp: Update copyright.
12293 (mi_gdb_test): Increase the priority of the expected pattern
12294 so that it matches gdb_test.
12295
0ae67eb3
KS
122962002-09-03 Keith Seitz <keiths@redhat.com>
12297
12298 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12299 Use integer comparison instead of string comparison for testing
12300 whether binary was built.
12301
38fc42c8
JB
123022002-09-03 Jim Blandy <jimb@redhat.com>
12303
12304 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12305
b6ff0e81
JB
123062002-08-29 Jim Blandy <jimb@redhat.com>
12307
12308 * gdb.threads/pthreads.exp: Move the portable thread compilation
12309 code into a function in lib/gdb.exp, and call that from here.
12310 * lib/gdb.exp (gdb_compile_pthreads): New function.
12311
07c98896
KS
123122002-08-29 Keith Seitz <keiths@redhat.com>
12313
12314 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12315 expect_out so that callers can get at it.
12316
0312286c
DJ
123172002-08-23 Daniel Jacobowitz <drow@mvista.com>
12318
12319 * gdb.threads/print-threads.c: New file.
12320 * gdb.threads/print-threads.exp: New file.
12321 * gdb.threads/schedlock.c: New file.
12322 * gdb.threads/schedlock.exp: New file.
12323
dd039bc4
EZ
123242002-08-22 Elena Zannoni <ezannoni@redhat.com>
12325
a9c64011
AS
12326 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12327 not altivec.c.
dd039bc4 12328
1f36144c
MK
123292002-08-17 Mark Kettenis <kettenis@gnu.org>
12330
12331 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12332 targets. The problem should be fixed now.
12333
16057ec7 123342002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
12335
12336 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12337 2002-07-24 change that removes final dots from error messages.
12338
3c1499ad
TT
123392002-08-13 Tom Tromey <tromey@redhat.com>
12340
12341 * gdb.base/readline.exp: New file.
12342
a20ce2c3
AC
123432002-08-01 Andrew Cagney <ac131313@redhat.com>
12344
12345 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12346 supress message.
12347
db034ac5
AC
123482002-08-01 Andrew Cagney <cagney@redhat.com>
12349
12350 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12351 CHILL_FOR_TARGET and CHILL_LIB.
12352 * configure.in (configdirs): Remove gdb.chill.
12353 * configure: Regenerate.
12354 * lib/gdb.exp: Obsolete references to chill.
12355 * gdb.fortran/types.exp: Ditto.
12356 * gdb.fortran/exprs.exp: Ditto.
12357
3e000b18
KB
123582002-07-30 Kevin Buettner <kevinb@redhat.com>
12359
12360 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12361 set Irix-specific compile and link flags.
12362
28f4966b
KB
123632002-07-29 Kevin Buettner <kevinb@redhat.com>
12364
12365 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12366 source files. The ``-o'' option doesn't work with the ``-E'' option
12367 when using the Irix compiler.
12368
46c0d5a6
DJ
123692002-07-19 Daniel Jacobowitz <drow@mvista.com>
12370
12371 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12372 Improve support for reusing an exec file. Copy exec file
12373 to target, and run gdbserver on the target instead of on the host.
12374
eecf4bed
JB
123752002-07-18 Jim Blandy <jimb@redhat.com>
12376
0f815cdf
JB
12377 * gdb.base/ending-run.exp: Don't expect to see the program end in
12378 some orderly fashion when we're running on a real stand-alone
12379 board.
12380
eecf4bed
JB
12381 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12382 targets that don't support interrupts.
12383
52d309e4
JB
123842002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12385
12386 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12387 systems.
12388 Move comments in expect statements to inside the actions, so that they
12389 don't get matched against.
12390
ff683d9e
MK
123912002-07-10 Mark Kettenis <kettenis@gnu.org>
12392
12393 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12394 function when asleep" test.
12395
b5356753
AC
123962002-07-10 Andrew Cagney <ac131313@redhat.com>
12397
12398 * gdb.base/page.exp: Rewrite to handle problems with very long
12399 `info set' output. Update copyright.
12400
6aa4d13a
AC
124012002-06-26 Andrew Cagney <ac131313@redhat.com>
12402
12403 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12404 gdb.threads-hp.
12405 * gdb.hp/configure: Regenerate.
12406 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12407 * gdb.hp/gdb.threads-hp/configure: Delete file.
12408 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12409
8cf8c2b8
AC
124102002-06-22 Andrew Cagney <ac131313@redhat.com>
12411
12412 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12413 setlocale, bindtextdomain and textdomain.
12414
6827a8f8
JB
124152002-06-11 Jim Blandy <jimb@redhat.com>
12416
919d772c
JB
12417 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12418 preprocessor macro information is present.
12419
6827a8f8
JB
12420 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12421 tests.
12422
c15b0d21
MS
124232002-06-06 Michael Snyder <msnyder@redhat.com>
12424
c5984d70
MS
12425 * gdb.base/overlays.exp: Record addresses of overlay
12426 functions in TCL variables rather than in GDB variables,
12427 to avoid having GDB convert them to pointers (with loss
12428 of information).
12429
d63a86f8 12430 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 12431 default linker script changes.
c15b0d21
MS
12432 * gdb.base/long_long.exp: Add check for sizeof (long double).
12433
be26fe0d
ML
124342002-06-06 Michal Ludvig <mludvig@suse.cz>
12435
12436 * gdb.asm/asm-source.exp: Add x86-64 target.
12437 * gdb.asm/x86_64.inc: New.
d63a86f8 12438
258093ca 124392002-05-30 Michael Chastain <mec@shout.net>
258093ca 12440
4b3153f1 12441 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
12442 * gdb.c++/m-static.cc: New file.
12443 * gdb.c++/m-static.exp: New file.
12444
241264c6
MS
124452002-05-28 Michael Snyder <msnyder@redhat.com>
12446
12447 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12448 precision.
12449
9bba8c8f 124502002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 12451
4b3153f1 12452 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
12453 * gdb.c++/m-data.cc: New file.
12454 * gdb.c++/m-data.exp: New file.
12455
124562002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 12457
4b3153f1 12458 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 12459 * gdb.c++/try_catch.cc: New file.
d63a86f8 12460 * gdb.c++/try_catch.exp: New file.
9bba8c8f 12461
def1b996
MC
124622002-05-27 Michael Chastain <mec@shout.net>
12463
12464 * gdb.c++/local.exp: Accept more nested types in output.
12465
522ba268
MC
124662002-05-26 Michael Chastain <mec@shout.net>
12467
12468 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12469
277254ba
MS
124702002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12471
12472 * lib/gdb.exp (gdb_wrapper_init): Just because
12473 gdb_wrapper_file exists, this does not mean that the file
12474 should not be rebuilt. That is what gdb_wrapper_initialized
12475 is for.
12476 (default_gdb_init): Reset gdb_wrapper_initialized.
12477
b61a8733
MS
124782002-05-23 Michael Snyder <msnyder@redhat.com>
12479
d63a86f8 12480 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
12481 the precision of the floating point test results.
12482 * gdb.base/call-rt-st.exp: Ditto.
12483
b61a8733
MS
12484 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12485 * gdb.base/call-rt-st.exp: Ditto.
12486
56f6e910
MC
124872002-05-19 Michael Chastain <mec@shout.net>
12488
12489 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12490
ad0b0016
EZ
124912002-05-19 Elena Zannoni <ezannoni@redhat.com>
12492
a9c64011
AS
12493 * configure.in (configdirs): Add gdb.arch.
12494 * configure: Regenerate.
ad0b0016 12495
f617d2b6
JB
124962002-05-17 Jim Blandy <jimb@redhat.com>
12497
12498 * gdb.base/completion.exp: Recognize the more detailed error
12499 messages produced by the macro expander's lexical analyzer.
12500
eac2a696
EZ
125012002-05-14 Elena Zannoni <ezannoni@redhat.com>
12502
a9c64011
AS
12503 * gdb.arch/altivec-abi.c: New file.
12504 * gdb.arch/altivec-abi.exp: New file.
12505 * gdb.arch/altivec-regs.c: New file.
12506 * gdb.arch/altivec-regs.exp: New file.
eac2a696 12507
2fdde8f8
DJ
125082002-05-14 Daniel Jacobowitz <drow@mvista.com>
12509
12510 * gdb.base/maint.exp (maint print type): Update for new type
12511 structure.
d63a86f8 12512
e31f1a7c
EZ
125132002-05-14 Elena Zannoni <ezannoni@redhat.com>
12514
12515 * gdb.arch: New directory.
12516 * gdb.arch/configure.in: New file.
12517 * gdb.arch/configure: New file.
12518 * gdb.arch/Makefile.in: New file.
12519
db589741
CV
125202002-05-13 Corinna Vinschen <vinschen@redhat.com>
12521
12522 * gdb.asm/asm-source.exp: Add v850 as supported target.
12523 * gdb.asm/v850.inc: New file.
12524
8ce2a7dc
DJ
125252002-05-13 Daniel Jacobowitz <drow@mvista.com>
12526
12527 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12528
df763c7f
DJ
125292002-05-12 Daniel Jacobowitz <drow@mvista.com>
12530
12531 * gdb.base/break.exp: Check 'break "marker2"'.
12532
377daeed
MS
125332002-05-10 Michael Snyder <msnyder@redhat.com>
12534
12535 * gdb.base/long_long.exp: Fix typo.
12536
c4b7bc2b
JB
125372002-05-10 Jim Blandy <jimb@redhat.com>
12538
ecac9a4e
JB
12539 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12540 a bug.
12541
c4b7bc2b
JB
12542 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12543 Recognize more detailed error message produced by the macro
12544 expander's lexical analyzer.
12545 * lib/gdb.exp (test_print_reject): Same.
12546
e71019a1
MK
125472002-05-09 Mark Kettenis <kettenis@gnu.org>
12548
12549 * gdb.c++/method.exp: Fix typo.
12550
fedfc8e6
MS
125512002-05-08 Michael Snyder <msnyder@redhat.com>
12552
166a1957
MS
12553 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12554 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 12555 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
12556 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12557 Add iftarget clause for strongarm.
d63a86f8 12558
f1c47eb2
MS
125592002-05-06 Michael Snyder <msnyder@redhat.com>
12560
cb9a9d3e
MS
12561 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12562 (gdb_continue_to_end): Accept output from status wrapper.
12563 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12564 Clean up fail messages to match pass messages.
12565
f1c47eb2
MS
12566 Enable the "needs_status_wrapper" testsuite feature.
12567 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12568 (gdb_compile): Conditionally call gdb_wrapper_init.
12569 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12570 * gdb.c++/method.exp: Recognize output from status wrapper.
12571
6079c749
BE
125722002-05-06 Ben Elliston <bje@redhat.com>
12573From Graydon Hoare <graydon@redhat.com>
12574
12575 * config/sid.exp: Include support for "rawsid" protocol.
12576
188baff3
JB
125772002-05-03 Jim Blandy <jimb@redhat.com>
12578
12579 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12580 * gdb.c++/hang3.C: New file.
12581
b9c07f0f
AC
125822002-05-04 Andrew Cagney <ac131313@redhat.com>
12583
12584 * gdb.base/default.exp: Remove obsolete code.
12585 * gdb.c++/misc.exp: Ditto. Update copyright.
12586 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
12587 * gdb.base/whatis.exp: Ditto. Update copyright.
12588 * gdb.base/scope.exp: Ditto. Update copyright.
12589 * gdb.base/ptype.exp: Ditto. Update copyright.
12590 * gdb.base/printcmds.exp: Ditto. Update copyright.
12591 * gdb.base/opaque.exp: Ditto. Update copyright.
12592 * gdb.base/list.exp: Ditto.
12593 * gdb.base/funcargs.exp: Ditto. Update copyright.
12594 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
12595 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
12596 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
12597 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
12598 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
12599 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
12600
5c7a0397
MS
126012002-05-02 Michael Snyder <msnyder@redhat.com>
12602
d6dcc264 12603 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
12604 * gdb.base/long_long.exp: Add xscale target.
12605 * gdb.base/default.exp: Add xscale target.
12606
eb7f1c48
JB
126072002-05-01 Jim Blandy <jimb@redhat.com>
12608
12609 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
12610 gdb.c++/hang.exp: New test.
12611
a6befae8
FF
126122002-05-01 Fred Fish <fnf@redhat.com>
12613
12614 * gdb.base/completion.exp: Handle completions of "./Make" for
12615 more than one completion possibility, as is the case when we
12616 build and test in the source tree.
12617
0a310277
AG
126182002-04-29 Anthony Green <green@redhat.com>
12619
12620 * gdb.java/jmisc1.exp: New file.
12621 * gdb.java/jmisc2.exp: New file.
12622
6ff9af88
DJ
126232002-04-24 Daniel Jacobowitz <drow@mvista.com>
12624
12625 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
12626
96b3d632
EZ
126272002-04-23 Elena Zannoni <ezannoni@redhat.com>
12628
12629 * gdb.base/help.exp: Change 'help status' to allow for target
12630 dependent output differences.
12631
5019bb54
MC
126322002-04-22 Michael Chastain <mec@shout.net>
12633
12634 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
12635
a805a116
MC
126362002-04-22 Michael Chastain <mec@shout.net>
12637
12638 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
12639
a1706bfd
DM
126402002-04-17 David S. Miller <davem@redhat.com>
12641
12642 * gdb.asm/sparc64.inc: New file.
12643 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
12644
a73a20a2
EZ
126452002-04-19 Elena Zannoni <ezannoni@redhat.com>
12646
12647 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
12648 instruction file directly into the build tree. Clean up at end of
12649 test.
12650
ba678339
DM
126512002-04-18 David S. Miller <davem@redhat.com>
12652
12653 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
12654 handle 64-bit platforms correctly.
12655 * gdb.base/maint.exp: Likewise.
12656
b03399da
KB
126572002-04-18 Kevin Buettner <kevinb@redhat.com>
12658
12659 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
12660 ``-fpic'' when compiling files comprising a shared library, but
12661 it does need additional linker flags in order to find shared
12662 libraries at run time.
12663
e2004992
KB
126642002-04-18 Kevin Buettner <kevinb@redhat.com>
12665
12666 * gdb.base/cvexpr.c (use): New function.
12667 (main): Invoke use() on all global variables to prevent
12668 some linkers from deleting these otherwise unused symbols.
12669
d8937120
MC
126702002-04-17 Michael Chastain <mec@shout.net>
12671From David S. Miller <davem@redhat.com>
12672
12673 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
12674 handle 64-bit platforms correctly.
12675
ffd61a58
MS
126762002-04-12 Michael Snyder <msnyder@redhat.com>
12677From Jim Blandy <jimb@redhat.com>
a9c64011 12678 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
12679 script can handle this instead.
12680 * gdb.base/bar.c (barx): Same.
12681 * gdb.base/baz.c (bazx): Same.
12682 * gdb.base/grbx.c (grbxx): Same.
12683
12684 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
12685 manager doesn't automatically unmap overlays unnecessarily.
12686
6b8426a6
MH
126872002-04-10 Martin M. Hunt <hunt@redhat.com>
12688
12689 * gdb.base/ending-run.exp: Fix pattern for Mips targets
12690 stepping out of main.
12691
34af4875
MC
126922002-04-09 Michael Chastain <mec@shout.net>
12693
12694 * gdb.c++/local.cc (main): Move call to marker1() inside nested
12695 scope so that the nested scope tests will make sense.
12696 * gdb.c++/local.exp: Write patterns that actually work with gcc
12697 (the HP patterns "were never known to work with gcc").
12698 Keep the old aCC patterns too.
12699
2d1676a0
DJ
127002002-04-09 Daniel Jacobowitz <drow@mvista.com>
12701
12702 * gdb.base/attach.exp: Correct target board test.
12703
3a63e3f9
MC
127042002-04-08 Michael Chastain <mec@shout.net>
12705
12706 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
12707 in a const method. Add some xfail and fail cases for configurations
12708 that do not emit the "const ...".
12709
f18dabd2
MC
127102002-04-07 Michael Chastain <mec@shout.net>
12711
12712 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
12713 Accept "A * const" and "const A * const" as type of "this".
12714 Fix spelling of getFunky throughout. Make messages uniform.
12715
0fcddd82
EZ
127162002-04-07 Elena Zannoni <ezannoni@redhat.com>
12717
a9c64011 12718 Work around for PR gdb/285:
0fcddd82
EZ
12719 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
12720
16a8534a
EZ
127212002-04-07 Elena Zannoni <ezannoni@redhat.com>
12722
12723 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
12724 instructions file at run time instead of configure time.
12725 Sometimes we run the test in a directory that is not the one we
12726 configured in.
12727 * gdb.asm/configure.in: Delete creation of symlink.
12728 * gdb.asm/configure: Regenerate.
12729
24181d81
JB
127302002-04-05 J. Brobecker <brobecker@gnat.com>
12731
12732 * gdb.gdb/xfullpath.exp: New test, to exercise the new
12733 xfullpath () function.
12734
7cdb7107
DJ
127352002-04-04 Daniel Jacobowitz <drow@mvista.com>
12736
12737 * gdb.asm/Makefile.in: Correct dependencies.
12738
12739 * gdb.asm/powerpc.inc: New file.
12740 * gdb.asm/asm-source.exp: Add PowerPC.
12741 * gdb.asm/configure.in: Likewise.
12742 * gdb.asm/configure: Regenerated.
12743
a7d17088
DJ
127442002-04-04 Daniel Jacobowitz <drow@mvista.com>
12745
12746 * gdb.base/relocate.exp: New file.
12747 * gdb.base/relocate.c: New file.
12748
cd721503
FF
127492002-04-04 Fred Fish <fnf@redhat.com>
12750
12751 * gdb.base/step-test.exp: Update comment regarding stopping in
12752 memcpy/bcopy calls inserted as part of the compiler runtime.
12753
b22ad7a7
MS
127542002-04-04 Michael Snyder <msnyder@redhat.com>
12755
12756 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
12757
5f279fa6
DJ
127582002-04-03 Daniel Jacobowitz <drow@mvista.com>
12759
12760 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
12761 (gdb_expect): Remove $notransfer hack.
12762
dd0fd3ce
DJ
127632002-04-02 Daniel Jacobowitz <drow@mvista.com>
12764
12765 * gdb.c++/classes.exp ("calling method for small class"): Match
12766 updated register output.
12767
1e50cda1
DJ
127682002-03-30 Daniel Jacobowitz <drow@mvista.com>
12769
12770 Fix PR gdb/452
12771 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
12772 when finished. Make gdb_file_cmd send "exec-file" when
12773 appropriate.
12774
24015922
DJ
127752002-03-30 Daniel Jacobowitz <drow@mvista.com>
12776
12777 * gdb.base/attach.exp: Remove extra setup_xfail.
12778
dd7dfd64
MS
127792002-03-26 Michael Snyder <msnyder@redhat.com>
12780
12781 * gdb.base/default.exp: Add tests for dump, append, and restore.
12782 * gdb.base/help.exp: Add tests for dump, append, and restore.
12783 * gdb.base/dump.exp: New file, test dump, append and restore.
12784 * gdb.base/dump.c: New file.
12785
48b2f8d7
MS
127862002-03-27 Michael Snyder <msnyder@redhat.com>
12787
d63a86f8 12788 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
12789 clean-ups in help messages.
12790
05b4d525
FF
127912002-03-26 Fred Fish <fnf@redhat.com>
12792
12793 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
12794 have debugging info for those functions and the compiler uses them
12795 internally to copy structs around.
12796
d7679631
FF
127972002-03-26 Fred Fish <fnf@redhat.com>
12798
12799 * gdb.base/list.exp: Revert the change made yesterday and add note
12800 about why we don't list the default lines for remote targets.
12801
523ac3f9
MS
128022002-03-25 Michael Snyder <msnyder@redhat.com>
12803
12804 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
12805
754b2b8d
FF
128062002-03-25 Fred Fish <fnf@redhat.com>
12807
12808 * gdb.base/list.exp: This test works on remote targets so remove
12809 the short circuit for remote targets. Update copyright.
12810
33c3e192
FF
128112002-03-25 Fred Fish <fnf@redhat.com>
12812
12813 * gdb.base/attach.exp: Fix logic error that was suppressing this
12814 test for all non hppa*-*-hpux* targets, instead of the hp target.
12815 Move comments closer to the suppression point. Also now need to
12816 check that we are running natively.
12817
d43e73ee
MS
128182002-03-22 Michael Snyder <msnyder@redhat.com>
12819
882c8f02
MS
12820 * gdb.base/default.exp: Add test for gcore. Update copyright.
12821 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 12822
04c12f60
FF
128232002-03-06 Fred Fish <fnf@redhat.com>
12824
12825 * gdb.base/funcargs.c: Remove extraneous ';' character.
12826 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
12827
b43df995
MC
128282002-03-04 Michael Chastain <mec@shout.net>
12829
12830 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
12831 accommodate gcc v3 function signature.
12832 * gdb.mi/mi0-var-cmd-exp: Ditto.
12833
92362027
AC
128342002-02-24 Andrew Cagney <ac131313@redhat.com>
12835
12836 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
12837 ``GNU/Linux'' or ``Linux kernel''
12838 * testsuite/gdb.threads/pthreads.c: Ditto.
12839
258ad32d
MC
128402002-02-24 Michael Chastain <mec@shout.net>
12841
12842 * gdb.threads/pthreads.c (thread1): Add a return statement.
12843 (thread2): Likewise.
12844 (foo): Likewise.
12845
04c3b3d4
MC
128462002-02-23 Michael Chastain <mec@shout.net>
12847
12848 * gdb.threads/linux-dp.c (philosopher): Add a return statement
12849 to placate gcc.
12850
5a2a0a20
MC
128512002-02-23 Michael Chastain <mec@shout.net>
12852
12853 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
12854 test "ptype bint". The test passes on all my stabs configurations.
12855
a640f7fc
JB
128562002-02-21 Jim Blandy <jimb@redhat.com>
12857
27924826
JB
12858 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
12859 filename at a time, and watch for the ones we want to see.
12860
a640f7fc
JB
12861 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
12862 types of pointers to prototyped functions.
12863
edcc8c75
AC
128642002-02-20 Andrew Cagney <ac131313@redhat.com>
12865
12866 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
12867 signed, unsigned and straight char.
12868 (padding_char, padding_short, padding_int, padding_long,
12869 padding_long_long, padding_float, padding_double,
12870 padding_long_double): New global variables.
12871 (fill, fill_structs): New functions.
12872
12873 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
12874 for correctly sized writes. Update copyright.
12875 (get_valueof): New procedure.
12876 (get_sizeof): Call get_valueof.
12877 (check_valueof): New procedure.
12878 (check_padding): New procedure.
12879
ac57ea44
MC
128802002-02-20 Michael Chastain <mec@shout.net>
12881
12882 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
12883 to setup_xfail. Document some of the remaining calls.
12884
7a10c941
MC
128852002-02-18 Michael Chastain <mec@shout.net>
12886
12887 * gdb.c++/userdef.exp: Update copyright year.
12888
fb8acdcc
DJ
128892002-02-18 Daniel Jacobowitz <drow@mvista.com>
12890
12891 * gdb.c++/userdef.exp: Test overloaded operators properly.
12892 Remove xfails.
12893
fda6ae12
MS
128942002-02-14 Michael Snyder <msnyder@redhat.com>
12895
12896 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
12897
676a0442
DJ
128982002-02-14 Daniel Jacobowitz <drow@mvista.com>
12899
12900 * gdb.base/a2-run.exp: Check for a remote target properly.
12901 * gdb.base/annota1.exp: Likewise.
12902 * gdb.base/list.exp: Likewise.
12903 * gdb.base/reread.exp: Likewise.
12904 * gdb.base/scope.exp: Likewise.
12905 * gdb.base/shlib-call.exp: Likewise.
12906 * gdb.base/term.exp: Likewise.
12907 * gdb.c++/annota2.exp: Likewise.
12908
78b4f468
RE
129092002-02-13 Richard Earnshaw <rearnsha@arm.com>
12910
12911 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
12912
9a81ba51
MC
129132002-02-10 Michael Chastain <mec@shout.net>
12914
12915 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
12916 (call_after_alloca): Ditto.
12917
004af6c7
DJ
129182002-02-10 Daniel Jacobowitz <drow@mvista.com>
12919
12920 * gdb.base/ending-run.exp: Guard "cont" test with
12921 gdb_skip_stdio_test.
12922
37225f62
JB
129232002-02-06 Jim Blandy <jimb@redhat.com>
12924
12925 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
12926 from here...
12927 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
12928 To here. Disable this test on non-HP platforms. Add big comment.
12929
fe6fdd96
MS
129302002-02-04 Michael Snyder <msnyder@redhat.com>
12931
12932 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
12933 other than d10v and m32r.
12934
036fad3f
RE
129352002-02-02 Richard Earnshaw <rearnsha@arm.com>
12936
12937 * gdb.base/default.exp: Rewrite test patterns to reduce time
12938 taken to match them.
12939
7148ab62
DJ
129402002-01-30 Daniel Jacobowitz <drow@mvista.com>
12941
12942 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
12943 Allow a start function above main.
12944 * gdb.threads/linux-dp.exp: Fix copyright date.
12945
396cc255
DJ
129462002-01-30 Daniel Jacobowitz <drow@mvista.com>
12947
a9c64011
AS
12948 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
12949 (check_philosopher_stack): Check for manager thread before checking
12950 for a just-starting thread.
396cc255 12951
f038d31b
DJ
129522002-01-30 Daniel Jacobowitz <drow@mvista.com>
12953
12954 From Neil Booth <neil@daikokuya.demon.co.uk>:
12955 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
12956 warnings.
12957
b3ff9d9a
FF
129582002-01-21 Fred Fish <fnf@redhat.com>
12959
12960 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
12961 not caller.
12962
39ad761d
JB
129632002-01-21 Jim Blandy <jimb@redhat.com>
12964
12965 * gdb.base/reread.exp: Check that GDB properly re-reads the
12966 executable file when it changes while no inferior is running.
12967
aaf320fa
FF
129682002-01-21 Fred Fish <fnf@redhat.com>
12969
a9c64011
AS
12970 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
12971 optionally accept the "shlib events" variation.
aaf320fa 12972
808a31f5
JB
129732002-01-21 Jim Blandy <jimb@redhat.com>
12974
12975 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
12976 call `fflush' after every `printf', so that the output is produced
12977 at predictable points, regardless of whatever buffering does (or
12978 doesn't) take place.
12979 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
12980 at different points.
12981
4420d5e2
DJ
129822002-01-20 Daniel Jacobowitz <drow@mvista.com>
12983
12984 * gdb.c++/inherit.exp: Update copyright years.
12985 * gdb.c++/method.exp: Likewise.
12986
3e36a0f4
DJ
129872002-01-20 Daniel Jacobowitz <drow@mvista.com>
12988
12989 * gdb.c++/classes.exp: Update for improved v3 support and skipping
12990 artificial methods/arguments.
12991 * gdb.c++/derivation.exp: Likewise.
12992 * gdb.c++/inherit.exp: Likewise.
12993 * gdb.c++/method.exp: Likewise.
12994 * gdb.c++/virtfunc.exp: Likewise.
12995
b4ceaee6
AC
129962002-01-18 Andrew Cagney <ac131313@redhat.com>
12997
12998 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
12999 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13000 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13001 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13002 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13003 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13004
ecace851
JB
130052002-01-17 Jim Blandy <jimb@redhat.com>
13006
13007 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13008 anchoring the pattern matching the entry point symbol's name.
13009
375fc983
AC
130102002-01-17 Andrew Cagney <ac131313@redhat.com>
13011
13012 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13013 continue/quit query. Update copyright.
13014
fe6fdd96
MS
130152002-01-14 Michael Snyder <msnyder@redhat.com>
13016
13017 * gdb.base/gcore.exp: Remove extra debugging output.
13018
e017c81f
DJ
130192002-01-13 Daniel Jacobowitz <drow@mvista.com>
13020
13021 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13022 for slightly dubious v2 mangled string.
13023
37ab3bf8
DJ
130242002-01-13 Daniel Jacobowitz <drow@mvista.com>
13025
13026 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13027
1bc05c3a 130282002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13029
1bc05c3a 13030 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13031
1bc05c3a
JM
13032 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13033 constructors.
13034 * gdb.c++/derivation.exp: Likewise.
13035 * gdb.c++/templates.exp: Likewise.
13036 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13037
1bc05c3a
JM
130382002-01-10 Michael Snyder <msnyder@redhat.com>
13039
13040 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13041
a911c360
MS
130422002-01-08 Michael Snyder <msnyder@redhat.com>
13043
13044 * gdb.base/gcore.exp: New test for generate-core-file command.
13045 * gdb.base/gcore.c: Testcase for above.
13046 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13047
ea2119ec
JM
130482002-01-08 Jason Merrill <jason@redhat.com>
13049
13050 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13051
68203136
FF
130522002-01-07 Fred Fish <fnf@redhat.com>
13053
13054 * gdb.c++/overload.exp: Remove unconditional xfails for:
13055 print foo_instance1.overloadargs(1)
13056 print foo_instance1.overloadargs(1, 2)
13057 print foo_instance1.overloadargs(1, 2, 3)
13058 print foo_instance1.overloadargs(1, 2, 3, 4)
13059 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13060 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13061 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13062 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13063 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13064 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13065 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13066 print foo_instance1.overload1arg()
13067 print foo_instance1.overload1arg((char)arg2)
13068 print foo_instance1.overload1arg((signed char)arg3)
13069 print foo_instance1.overload1arg((unsigned char)arg4)
13070 print foo_instance1.overload1arg((int)arg7)
13071 print foo_instance1.overload1arg((unsigned int)arg8)
13072 print foo_instance1.overload1arg((float)arg11)
13073 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13074
21b9b5b1
MS
130752002-01-07 Michael Snyder <msnyder@redhat.com>
13076
13077 * gdb.base/huge.exp: New test. Print a very large target data object.
13078 (skip_huge_test): New test variable. Define if you want to skip this
13079 test. The test reads an 8 megabyte data object from the target, so it
13080 might be very time consuming on remote targets with a slow connection.
13081 * gdb.base/huge.c: New file. Test case for above.
13082
725f922e
FF
130832002-01-07 Fred Fish <fnf@redhat.com>
13084
13085 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13086 g_instance.bfoo, and g_instance.cfoo.
13087
634d57ec
JL
13088Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13089
f286b2c3
JL
13090 * gdb.base/break.c (multi_line_if_conditional): New function.
13091 (multi_ilne_while_conditional): Likewise.
13092 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13093 IF or WHILE condition puts the breakpoint at the start of
13094 the condition.
13095
634d57ec
JL
13096 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13097 hppa*-*-hpux* expected failure.
13098 * gdb.base/structs.exp (do_function_calls): Similarly.
13099
13100 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13101 watchpoints.
13102
9fbfe2dc
AC
131032002-01-06 Andrew Cagney <ac131313@redhat.com>
13104
13105 Fix PR gdb/66.
13106 * gdb.base/structs.exp: Replace skip for a29k with skip for
13107 gdb,cannot_call_functions.
13108 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13109 * gdb.base/callfuncs.exp: Ditto.
13110 * gdb.base/call-rt-st.exp: Ditto.
13111 * gdb.base/call-strs.exp: Ditto.
13112 * gdb.base/callfwmall.exp: Ditto.
13113 * gdb.base/scope.exp: Obsolete xfail a29k.
13114 * gdb.c++/misc.exp: Ditto.
13115 * gdb.c++/cplusfuncs.exp: Ditto.
13116 * gdb.base/ptype.exp: Ditto.
13117 * gdb.base/printcmds.exp: Ditto.
13118 * gdb.base/opaque.exp: Ditto.
13119 * gdb.base/list.exp: Ditto.
13120 * gdb.base/funcargs.exp: Ditto.
13121 * gdb.base/default.exp: Ditto.
13122
8ddad156
MS
131232002-01-04 Michael Snyder <msnyder@redhat.com>
13124
ca4976a6 13125 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13126 * gdb.base/maint.exp: Add tests for maint info sections options.
13127
1b074332
JL
13128Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13129
13130 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13131
7d159115
CV
131322001-12-20 Corinna Vinschen <vinschen@redhat.com>
13133
13134 * gdb.asm/arm.inc: New file.
13135 * gdb.asm/asm-source.exp: Add arm targets.
13136 * gdb.asm/configure.in: Ditto.
13137 * gdb.asm/configure: Recreated from configure.in.
13138
8fb87725
JL
13139Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13140
afabe08c
JL
13141 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13142 with HP's compiler.
13143 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13144 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13145 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13146 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13147
13148 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13149 either HP's compilers or GCC.
13150
db521deb
JL
13151 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13152 a SIGBUS or SIGSEGV.
13153
13154 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13155
13156 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13157 can be compiled with either HP's compiler or GCC.
13158
cfa88ab7
JL
13159 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13160 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13161 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13162
ca344dff
JL
13163 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13164 to match current gdb output. Update due to using auto-solib-limit
13165 for limiting instead of overloading auto-solib-add.
13166 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13167 test program.
13168
3f3c6e55 13169 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13170 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13171 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13172 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13173 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13174 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13175 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13176 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13177 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13178 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13179 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13180 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13181 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13182
8fb87725
JL
13183 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13184 a SIGTRAP to the inferior.
13185
cf599fa7
CV
131862001-12-19 Corinna Vinschen <vinschen@redhat.com>
13187
13188 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13189 Substitute call to target_link by call to gdb_compile.
13190
2cd045cd
JL
13191Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13192
a9c64011
AS
13193 * gdb.base/break.exp: Fix HP specific search string when testing
13194 backtracing in a called function.
2cd045cd 13195
a9c64011
AS
13196 * gdb.base/constvars.exp: Only set lang to C++ if we're
13197 compiling the test with HP's compilers.
13198 * gdb.base/volatile.exp: Similarly.
2cd045cd 13199
99ebe9ac
JB
132002001-12-19 Jim Blandy <jimb@redhat.com>
13201
13202 * gdb.base/printcmds.exp: Expect the null character to be printed
13203 as '\0', and the '\013' to be printed as '\v'.
13204 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13205 * gdb.base/setvar.exp: Same.
13206
b9891b29
JB
132072001-12-17 Jim Blandy <jimb@redhat.com>
13208
0eba65ab
JB
13209 * gdb.base/completion.exp: Rather than completing very long
13210 filenames, which can make the readline library produce output we
13211 don't recognize, cd to the directory first, and then complete
13212 using nice, short relative paths.
13213
6970b5b1
JB
13214 * gdb.base/completion.exp: On some systems, there is, in fact, a
13215 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13216 variables as being in scope. So use `no_var_named_this'
13217 instead of `b'.
6970b5b1 13218
b9891b29
JB
13219 * gdb.base/corefile.exp: Recognize the message saying that GDB
13220 can't find the core file's registers as a failure.
13221
e6ccd35f
JSC
132222001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13223
a9c64011
AS
13224 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13225 test expect string more specific.
e6ccd35f 13226
105ba819
CV
132272001-12-13 Corinna Vinschen <vinschen@redhat.com>
13228
13229 * gdb.asm/asm-source.exp: Add support for xstormy16.
13230 * gdb.asm/configure.in: Ditto.
13231 * gdb.asm/configure: Rebuild.
13232 * gdb.asm/xstormy16.inc: New file.
13233
e9e79dd9
FF
132342001-12-10 Fred Fish <fnf@redhat.com>
13235
13236 * gdb.base/maint.exp: Update to match changes in type dumping code.
13237
347dc97d
JB
132382001-12-10 Jim Blandy <jimb@redhat.com>
13239
13240 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13241 matching the entry point symbol's name at the beginning of the
13242 line.
13243
5178b9d6
DJ
132442001-12-07 Daniel Jacobowitz <drow@mvista.com>
13245
13246 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13247 gdb.c++/inherit.exp, gdb.c++/method.exp,
13248 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13249 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13250 and class layout support.
13251
af890c52
DJ
132522001-12-07 Daniel Jacobowitz <drow@mvista.com>
13253
13254 * gdb.c++/classes.exp: Add test for static member function.
13255 * gdb.c++/misc.cc: Add class with static member function.
13256
7a345fb3
JB
132572001-12-07 Jim Blandy <jimb@redhat.com>
13258
f2e54a80 13259 If GDB says it can't find the struct the function returned, report
8032bf31
JB
13260 those tests as `unsupported'.
13261 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13262 Rewrite subsequent tests to use it.
13263
13264 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
13265 those tests as `unsupported'.
13266 * gdb.base/structs.exp (call_struct_func): New function.
13267 (do_function_calls): Use call_struct_func to call the functions
13268 returning structs.
13269
0bc69509
JB
13270 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13271 whether functions are prototyped or not, so we can't possibly pass
13272 arguments to t_float_values2 properly.
13273
7a345fb3
JB
13274 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13275 value of `timeout' for targets other than the mips*tx39-*.
13276
edb6ede1
MS
132772001-12-06 Michael Snyder <msnyder@redhat.com>
13278
d63a86f8 13279 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
13280 and detect whether the start symbol has a leading underscore.
13281
2d842f13
JB
132822001-12-04 Jim Blandy <jimb@redhat.com>
13283
13284 * gdb.base/completion.exp: Clarify indentation.
13285
68550daf
JB
132862001-12-03 Jim Blandy <jimb@redhat.com>
13287
13288 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13289 variables on the S/390, not `.word'.
13290
cd5195a8
JB
132912001-11-30 Jim Blandy <jimb@redhat.com>
13292
13293 Add assembly-source tests for s390-ibm-linux.
13294 * gdb.asm/s390.inc: New file.
13295 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13296 the S/390 architecture.
a9c64011 13297 * gdb.asm/configure: Regenerated.
cd5195a8 13298
ca9efc90
MS
132992001-11-30 Michael Snyder <msnyder@redhat.com>
13300
13301 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13302 next, info source, info sources, info line, global and static
13303 variables, and static functions.
13304 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13305 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13306 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13307 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13308 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13309 (gdbasm_leave): Restore frame pointer.
13310 (gdbasm_startup): Copy stack set-up from crt0.S.
13311
d0e66976
FN
133122001-11-26 Fernando Nasser <fnasser@redhat.com>
13313
13314 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13315 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13316 to a local (non-static) variable. Copy tstruct.a to a static buffer
13317 and return a pointer to that buffer.
13318 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13319
e2334072
MK
133202001-11-24 Mark Kettenis <kettenis@gnu.org>
13321
13322 * gdb.asm/configure.in: Fix recognition of ix86 target.
13323 * gdb.asm/configure: Regenerate.
13324
756caa3d
MS
133252001-11-21 Michael Snyder <msnyder@redhat.com>
13326
13327 * gdb.asm/sparc.inc: New file.
13328 * gdb.asm/asm-source.exp: Recognize sparc target.
13329 * gdb.asm/configure.in: Recognize sparc target.
13330 * gdb.asm/configure: Regenerate.
d63a86f8 13331
9a4d72d5
MS
133322001-11-21 Michael Snyder <msnyder@redhat.com>
13333
13334 * gdb.asm/m32r.inc: New file.
13335 * gdb.asm/asm-source.exp: Recognize m32r target.
13336 * gdb.asm/configure.in: Recognize m32r target.
13337 * gdb.asm/configure: Regenerate.
13338
a773d1cd
MS
133392001-11-20 Michael Snyder <msnyder@redhat.com>
13340
017ac23d
MS
13341 * gdb.asm/i386.inc: New file.
13342 * gdb.asm/asm-source.exp: Recognize ix86 target.
13343 * gdb.asm/configure.in: Recognize ix86 target.
13344 * gdb.asm/configure: Regenerate.
13345
a773d1cd
MS
13346 * gdb.c++/namespace.exp: Fix quotes in output messages.
13347
bb632afb
MS
133482001-11-14 Michael Snyder <msnyder@redhat.com>
13349
25d559ca 13350 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
13351 qualifier in a type cast expression, to designate an address
13352 in the instruction space (Harvard architecture).
13353
4749e309
MS
133542001-11-13 Michael Snyder <msnyder@redhat.com>
13355
13356 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13357 Tests for expressions using 'const' and 'volatile'.
13358
25050984
CV
133592001-11-13 Corinna Vinschen <vinschen@redhat.com>
13360
13361 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13362
1902c51f
DJ
133632001-11-12 Daniel Jacobowitz <drow@mvista.com>
13364
13365 * lib/mi-support.exp (mi_run_to_helper): Move comments
13366 outside of gdb_expect.
13367
dcf95b47
DJ
133682001-11-11 Daniel Jacobowitz <drow@mvista.com>
13369
13370 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13371 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13372 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13373 mi0_run_to): New functions.
13374 * gdb.mi/mi-simplerun.exp: Use them.
13375 * gdb.mi/mi0-simplerun.exp: Likewise.
13376 * gdb.mi/mi-var-cmd.exp: Likewise.
13377 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 13378
45b074e1
AC
133792001-11-10 Andrew Cagney <ac131313@redhat.com>
13380
13381 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13382 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13383
bf50d346
AC
133842001-11-09 Andrew Cagney <ac131313@redhat.com>
13385
13386 * gdb.base/restore.exp: Include $expected value in restored test
13387 message.
13388
9383332c
AC
133892001-11-09 Andrew Cagney <ac131313@redhat.com>
13390
13391 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13392 implemented.
13393
db62520a
MS
133942001-11-08 Michael Snyder <msnyder@redhat.com>
13395
13396 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13397 Add pass/fail message for stop at breakpoint in call dummy function.
13398
b5703437
MS
133992001-11-07 Michael Snyder <msnyder@redhat.com>
13400
d63a86f8
RM
13401 * gdb.c++/templates.exp (test_template_breakpoints):
13402 If we get an overload menu, but it does not match what
760f6330 13403 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
13404 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13405 making the whitespace optional. Argument for "new" may be
13406 "unsigned" as well as "unsigned int/long".
d63a86f8 13407 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
13408 making the whitespace optional. Also replace "(void) with
13409 "((void|)), making the keyword "void" optional.
d63a86f8 13410 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
13411 making the whitespace optional. Also replace "(void) with
13412 "((void|)), making the keyword "void" optional.
3bf40917
MS
13413 * gdb.base/callfuncs.c (t_float_values): This function must
13414 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 13415 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
13416 can be tested against both cases. Usually one case involves
13417 promotion of float to double, while the other does not.
13418 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
13419 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13420 includes a stack frame for "start".
13421
c8ab4e6d
JB
134222001-11-05 Jim Blandy <jimb@redhat.com>
13423
13424 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13425 pointers are 32 bits long, and that offsets of relocs are always
13426 stored in the data (REL-style), and not in the reloc entry itself
13427 (RELA-style).
13428 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13429 stabs.
13430
3f08ced9
MS
134312001-11-01 Michael Snyder <msnyder@redhat.com>
13432
13433 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13434 and regular expression operators by using quoting.
13435
cbfa24cd
MS
134362001-10-31 Michael Snyder <msnyder@redhat.com>
13437
13438 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13439 depending on what the symbol table contains.
13440 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13441 the output of the ptype command. Similarly, accept both "const &"
13442 and "const&".
13443
aaa68313
CV
134442001-10-31 Corinna Vinschen <vinschen@redhat.com>
13445
13446 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13447 symbol `STORAGE' to allow to choose the storage class of
13448 the local datastructures.
13449 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13450 compiler directive.
13451
91740388
MS
134522001-10-30 Michael Snyder <msnyder@redhat.com>
13453
13454 * gdb.base/jump.exp: Allow it to run for all targets.
13455
1b7c05e7
CV
134562001-10-29 Corinna Vinschen <vinschen@redhat.com>
13457
13458 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13459 with new double_array size.
13460 (main): Change storage class of all local variables to static.
13461 Reduce size of double_array to 9.
13462 * gdb.base/call-ar-st.exp: Increase timeout value.
13463 Change expected output for double array to match new size in
13464 call-ar-st.c.
13465
36a22261
CV
134662001-10-29 Corinna Vinschen <vinschen@redhat.com>
13467
13468 * gdb.base/ending-run.exp: Create identical output when passing
13469 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 13470 Stormy16 target.
36a22261 13471
92b8ae91
MK
134722001-10-28 Mark Kettenis <kettenis@gnu.org>
13473
13474 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13475 that we catch the expected failure under Linux/x86.
13476
cb135b83
OF
134772001-10-29 Orjan Friberg <orjanf@axis.com>
13478
13479 * gdb.base/setvar.exp: Escape curly braces.
13480 * gdb.stabs/weird.exp: Ditto.
13481
6884aa54
DJ
134822001-10-27 Daniel Jacobowitz <drow@mvista.com>
13483
13484 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13485 * gdm.mi/mi0-hack-cli.exp: Likewise.
13486
0398c9aa
AC
134872001-10-25 Andrew Cagney <ac131313@redhat.com>
13488
13489 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13490 messages.
13491
d20bf2e8
AC
134922001-10-21 Andrew Cagney <ac131313@redhat.com>
13493
13494 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13495 checking MI enabled.
13496
03dd63aa
CV
134972001-10-09 Corinna Vinschen <vinschen@redhat.com>
13498
13499 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13500
1d9d99f3
FCE
135012001-10-04 Frank Ch. Eigler <fche@redhat.com>
13502
13503 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13504 if gdb child process crashes, just signal an error.
13505
838ae6c4
JB
135062001-10-02 Jim Blandy <jimb@redhat.com>
13507
13508 * lib/gdb.exp (test_xfail_format): Simplify.
13509
13510 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13511 front of the variable name `format'. Simplify `if'.
13512
8f0cbc1c
DJ
135132001-10-01 Daniel Jacobowitz <drow@mvista.com>
13514
13515 * gdb.threads/pthreads.exp: Wait for output and delay
13516 before sending ^C.
13517
1f08dafd
DJ
135182001-10-01 Daniel Jacobowitz <drow@mvista.com>
13519
13520 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13521 some incorrect output instead of timing out.
13522 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13523
674f90ff
CV
135242001-09-28 Corinna Vinschen <vinschen@redhat.com>
13525
13526 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13527 check to allow additional `int'.
13528
9b284272
DJ
135292001-09-27 Daniel Jacobowitz <drow@mvista.com>
13530
13531 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13532 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13533
b55a4771
MS
135342001-09-27 Michael Snyder <msnyder@redhat.com>
13535
13536 * lib/gdb.exp (test_debug_format): New proc.
13537 (setup_xfail_format): Use new proc test_debug_format.
13538 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13539 proc; use new service proc test_debug_format.
13540 Replace all other "gcc_compiled" tests with this test.
13541 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13542 proc; use new service proc test_debug_format.
13543 Replace all other "gcc_compiled" tests with this test.
13544
135452001-09-27 Michael Snyder <msnyder@redhat.com>
13546
13547 * gdb.base/cvexpr.exp: New file.
13548 * gdb.base/cvexpr.c: New file
13549 Test for expressions using const and volatile keywords.
13550
4e6667ac
CV
135512001-09-26 Corinna Vinschen <vinschen@redhat.com>
13552
13553 * gdb.base/constvars.exp: Check for different orders of keywords
13554 and additional "int" strings in output.
13555
4f337972
AC
135562001-09-22 Andrew Cagney <ac131313@redhat.com>
13557
13558 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13559 responses from "help maint".
13560
2015650d
FCE
135612001-09-19 Frank Ch. Eigler <fche@redhat.com>
13562
13563 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13564 to localhost:NNN instead of :NNN, in case Xvfb is listening
13565 only on TCP.
13566
f3bcedc1
CV
135672001-09-19 Corinna Vinschen <vinschen@redhat.com>
13568
13569 * gdb.base/recurse.exp: When checking leaving the watchpoint
13570 scope, recognize when gdb is in function's epilogue and pass.
13571
6b819c92
KS
135722001-09-18 Keith Seitz <keiths@redhat.com>
13573
13574 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13575 support for running tests against sid targets.
13576 (gdbtk_done): Ditto.
13577
a10c9419
CV
135782001-09-18 Corinna Vinschen <vinschen@redhat.com>
13579
13580 * gdb.base/ending-run.c (main): Set stdout buffersize
13581 to the same reasonable value for any target.
13582 * gdb.base/ending-run.exp: Add a regular expression
13583 to make testsuite happy on Sanyo Stormy16 target.
13584
739d0d99
CV
135852001-09-17 Corinna Vinschen <vinschen@redhat.com>
13586
13587 * gdb.base/display.c (do_loops): Add float variable `f'.
13588 Increment f in loop.
13589 * gdb.base/display.exp: Increment timeout by 60 seconds.
13590 Change float display test to use variable `f'.
13591
1b8947f0
JB
135922001-09-17 Jim Blandy <jimb@redhat.com>
13593
13594 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
13595 overflowing the limited breakpoint tables on some ROM monitors
13596 (like the ROM68K).
13597
9890ac81
FCE
135982001-09-15 Frank Ch. Eigler <fche@redhat.com>
13599
13600 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
13601 the "-ac" (disable access control) flag.
13602
6db765ea
JH
136032001-08-30 Jeff Holcomb <jeffh@redhat.com>
13604
13605 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
13606 ints.
13607
4c32cc04
KS
136082001-08-30 Keith Seitz <keiths@redhat.com>
13609
13610 * lib/gdb.exp: Move all insight-related functionality into
13611 separate file.
13612 * lib/insight-support.exp: New file.
13613
8d6e6f81
FCE
136142001-08-29 Frank Ch. Eigler <fche@redhat.com>
13615
13616 * config/sid.exp (sid_start): Never set sid verbosity; disable
13617 expect_background {} that consumed its stdout; tolerate </dev/null.
13618 Attempt to set endianness override in "sid" protocol mode. Cleanup.
13619
6a90e1d0
AC
136202001-08-18 Andrew Cagney <ac131313@redhat.com>
13621
13622 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
13623 CLI jump command to start it.
13624 (mi_run_to_main): Fail immediatly when unexpected output.
13625
1759b3c3
AC
136262001-08-18 Andrew Cagney <ac131313@redhat.com>
13627
13628 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
13629 beginning of function. Fix PR gdb/191.
13630
61d11d80
FCE
136312001-08-16 Frank Ch. Eigler <fche@redhat.com>
13632
13633 * config/sid.exp (sid_start): Don't warn if we cannot figure out
13634 what to force sid endianness to.
13635
942a4df2
KS
136362001-08-15 Keith Seitz <keiths@redhat.com>
13637
13638 * lib/gdb.exp (gdbtk_start): Don't set environment
13639 variables for TCL_LIBRARY and friends. Insight will
13640 now figure these out for itself.
13641
0521c418
MS
136422001-08-02 Michael Snyder <msnyder@redhat.com>
13643
13644 * gdb.base/completion.exp: Remove the symbol "a64l" from
13645 the expect string; this is target-specific, and not related
13646 to what is being tested.
13647
74a9a58a
DB
136482001-08-02 Dave Brolley <brolley@redhat.com>
13649
13650 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
13651
c70819fa
MS
136522001-07-25 Michael Snyder <msnyder@redhat.com>
13653
c2b8fa57
MS
13654 * gdb.base/consecutive.exp: New file. Test stepping over
13655 breakpoints on consecutive instructions.
13656 * gdb.base/consecutive.c: New file.
13657
c70819fa
MS
13658 * gdb.base/call-rt-st.exp: Use double-backslash to quote
13659 curly braces in regular expressions.
13660
2b1a1355
MS
136612001-07-25 Michael Snyder <msnyder@redhat.com>
13662
13663 * gdb.base/ending-run.exp: Accept "Program exited normally" as
13664 legitimate output from stepping out of main.
13665
413eca6f
KS
136662001-07-22 Keith Seitz <keiths@redhat.com>
13667
13668 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
13669 the empty string, do not run the tests.
13670
7e5a9322
SC
136712001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13672
13673 * gdb.base/long_long.exp: Detect size of pointer. Take into
13674 account 2-byte pointers when testing for p/a results.
13675
de58f10f
SC
136762001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13677
d63a86f8 13678 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
13679 and defined to 1K for m68hc11.
13680 (random_data): Reduce table to 1K for embedded platforms (68hc11).
13681 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
13682 (sizeof_random_data): New variable to tell the size of the data table;
13683 don't test past this size; always run to main.
13684
d6f5fea1
SC
136852001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13686
13687 * gdb.base/return2.exp: return of long long and double fails for
13688 68HC11; don't execute these tests on that platform.
13689 * gdb.base/return.exp: Return of a double fails for 68hc11.
13690
c477543d
SC
136912001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13692
13693 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
13694 tests that print a float.
13695 * call-rt-st.exp: Likewise.
13696
63cf1c79
MK
136972001-07-12 Mark Kettenis <kettenis@gnu.org>
13698
13699 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
13700 running this test on Linux.
13701
112f9ab5
MC
137022001-06-24 Michael Chastain <chastain@redhat.com>
13703
13704 * gdb.base/arithmet.exp: Remove some tests to make all test names
13705 unique.
13706
4970cb0f
MS
137072001-07-03 Michael Snyder <msnyder@redhat.com>
13708
13709 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
13710 the output of the ptype command.
13711
d85da69f
MS
137122001-07-02 Michael Snyder <msnyder@redhat.com>
13713
4c8a82de
MS
13714 * gdb.base/completion.exp: Don't assume that break.c is the only
13715 source file that may contain functions named "marker".
d85da69f
MS
13716 * gdb.base/corefile.exp: Quote the curly braces in regexp.
13717
8afc772b
AC
137182001-06-28 Andrew Cagney <ac131313@redhat.com>
13719
13720 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
13721 of files to delete.
13722
13723 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
13724 * gdb.disasm/h8300s.exp: New file.
13725 gdb.disasm/h8300s.s: Likewise.
13726
cff22675
AC
137272001-06-27 Andrew Cagney <ac131313@redhat.com>
13728
13729 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
13730 empty breakpoint tables.
13731
68c81b54
AC
137322001-06-25 Andrew Cagney <ac131313@redhat.com>
13733
13734 * lib/mi-support.exp: Update args=... part of stop-reason
13735 patterns. Accept either a list or a tuple.
13736
2dd62704
AC
137372001-06-23 Andrew Cagney <ac131313@redhat.com>
13738
13739 * lib/mi-support.exp: Remove local emacs variable defining
13740 change-log-default-name.
13741
b4127474
MC
137422001-06-22 Michael Chastain <chastain@redhat.com>
13743
13744 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
13745 This is operationally compatible with the previous version.
13746
8dbfb380
JB
137472001-06-13 Jim Blandy <jimb@redhat.com>
13748
13749 * lib/gdb.exp (gdb_test): Doc fix.
13750
f2d8c86d
MC
137512001-06-10 Michael Chastain <chastain@redhat.com>
13752
13753 * gdb.base/exprs.exp: Remove a duplicate test.
13754
81564d34
JB
137552001-06-06 Jim Blandy <jimb@redhat.com>
13756
13757 * gdb.base/return2.exp (main): Use values to test float and double
13758 returns that are not NaN's, to avoid being confused by IEEE
13759 comparison rules.
13760
da55addb
MS
137612001-06-04 Michael Snyder <msnyder@redhat.com>
13762
13763 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 13764 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
13765 rather than wait for 12 more tests to time out.
13766
42c65987
JB
137672001-06-06 Jim Blandy <jimb@redhat.com>
13768
b18bced9 13769 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 13770 Don't forget to match the GDB prompt.
b18bced9 13771
42c65987
JB
13772 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
13773
5b41e5f0
JB
137742001-06-04 Jim Blandy <jimb@redhat.com>
13775
13776 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
13777 command.
13778
015e046f
KB
137792001-05-31 Kevin Buettner <kevinb@redhat.com>
13780
13781 * gdb.base/annota1.exp (info break): Match four or more spaces
13782 after "Address".
13783
fb1ffbbe
MC
137842001-05-31 Michael Chastain <chastain@redhat.com>
13785
13786 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
13787 (dm_type_int_star): Likewise.
13788 (dm_type_long_star): Likewise.
13789 (dm_type_void_star): Likewise.
13790
5ea2a32c
KB
137912001-05-29 Kevin Buettner <kevinb@redhat.com>
13792
13793 * gdb.base/completion.exp (INPUTRC): Set this environment variable
13794 to a known value in order to get consistent results regardless
13795 of the setting of INPUTRC or the presence or contents of .inputrc.
13796
ae23c492
MS
137972001-05-24 Michael Snyder <msnyder@redhat.com>
13798
ac55707e
MS
13799 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
13800 Don't require that the main thread and the manager thread are the
13801 first in the list.
13802
ae23c492
MS
13803 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
13804 debugging. If test fails, issue an "unsupported" not a "fail".
13805
400071f1
JB
138062001-05-24 Jim Blandy <jimb@redhat.com>
13807
13808 Don't assume that short is shorter than int.
13809 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
13810 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 13811 this isn't true.
400071f1
JB
13812 ("print unsigned char == (~0)"): Add test that verifies that ~0,
13813 an int, is not equal to ~0 stored in an unsigned char. This tests
13814 the same thing that the previous test meant to, but works on
13815 16-bit machines, too.
13816 ("print unsigned char != (~0)"): Same test, complemented.
13817
0816a3e5
MS
138182001-05-24 Michael Snyder <msnyder@redhat.com>
13819
13820 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 13821 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
13822 and prevents dejagnu getting out of step.
13823
f6dc23a9
KB
138242001-05-23 Kevin Buettner <kevinb@redhat.com>
13825
13826 * gdb.base/finish.exp (finish_void): Revise pattern for
13827 stopping on the call statement to not permit stopping at
13828 the start of the instructions comprising the call sequence.
13829
7dbd117d
MC
138302001-05-19 Michael Chastain <chastain@redhat.com>
13831
13832 * gdb.base/callfuncs.exp: Make all test names unique.
13833 * gdb.base/commands.exp: Make all test names unique.
13834 * gdb.base/condbreak.exp: Make all test names unique.
13835 * gdb.base/dbx.exp: Make all test names unique.
13836 * gdb.base/default.exp: Make all test names unique.
13837 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
13838 and TIMEOUT messages to their corresponding PASS message.
13839 * gdb.base/ending-run.exp: Make all test names unique.
13840 * gdb.base/long_long.exp: Remove duplicate test.
13841
6b0b0a9e
KB
138422001-05-21 Kevin Buettner <kevinb@redhat.com>
13843
13844 * gdb.base/finish.exp (finish_void): Allow "finish" command to
13845 stop on the call statement as well as the statement after the
13846 call.
13847
2caa35cb
MS
138482001-05-21 Michael Snyder <msnyder@redhat.com>
13849
13850 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
13851
40713331
EZ
138522001-05-10 Elena Zannoni <ezannoni@redhat.com>
13853
a9c64011
AS
13854 * gdb.base/completion.exp: Revamp test. Make it execute on all
13855 platforms.
40713331 13856
c2c1be8d
EZ
138572001-05-10 Elena Zannoni <ezannoni@redhat.com>
13858
a9c64011
AS
13859 * config/gdbserver.exp (gdb_load): Handle the case
13860 in which the arguments to gdbserver are given in the
13861 baseboard configuration file.
13862 Also handle the case in which the server needs to do a
13863 load.
2c9cd303 13864
9671de48
KS
138652001-05-07 Keith Seitz <keiths@cygnus.com>
13866
a9c64011
AS
13867 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
13868 set up the display for testing.
13869 (gdbtk_start): Convert all paths to paths that tcl will like.
13870 Export target information to environment.
13871 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
13872 necessary.
13873 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
13874 (to_tcl_path): New proc to convert a given pathname into
13875 a path acceptible as an argument to a tcl command.
13876 (_gdbtk_export_target_info): New proc to export target info
13877 into the environment for gdbtk testing.
13878 (gdbtk_done): New proc to signal end-of-test.
9671de48 13879
5a360f47
JB
138802001-05-06 Jim Blandy <jimb@redhat.com>
13881
13882 * restore.c: Make the code of caller0 correspond to its comment.
13883
66c756c6
MS
138842001-05-03 Michael Snyder <msnyder@redhat.com>
13885
13886 * config/sid.exp (gdb_target_sid): Check for error messages.
13887 On error or timeout, don't make expect exit (which will terminate
13888 all subsequent tests); instead just make gdb exit.
d63a86f8 13889 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
13890 return a negative value.
13891
a966fde5
JB
138922001-04-24 Jim Blandy <jimb@redhat.com>
13893
851c18e0
JB
13894 * gdb.c++/templates.exp: If we see the prompt for the overload
13895 list, but we haven't recognized any of the longer patterns,
13896 arrange for this test to fail, not hang.
13897
a966fde5
JB
13898 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
13899 variations.
13900
db144853
MC
139012001-04-22 Michael Chastain <chastain@redhat.com>
13902
13903 * gdb.c++/local.exp: Use the 'runto' library function.
13904 * gdb.c++/namespace.exp: Likewise.
13905 * gdb.c++/overload.exp: Likewise.
13906
3207ec21
KB
139072001-03-26 Kevin Buettner <kevinb@redhat.com>
13908
13909 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
13910 * gdb.base/step-line.exp: New file. Test step/next in presence of
13911 #line directives.
13912 * gdb.base/step-line.c: New file. Test program for the above.
13913 * gdb.base/step-line.inp: New file. We pretend that this file has
13914 been transformed by some other tool into step-line.c.
13915
13b57657
JB
139162001-03-21 Jim Blandy <jimb@redhat.com>
13917
13918 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
13919 unmangled operator names.
13920
754cbe1c
JB
139212001-03-20 Jim Blandy <jimb@redhat.com>
13922
13923 * gdb.threads/linux-dp.exp: Recognize an additional message
13924 generated by GDB when it doesn't understand how to debug threads
13925 on the target system.
13926
177495c9
AC
139272001-03-19 Andrew Cagney <ac131313@redhat.com>
13928
13929 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
13930
f266096b
MC
139312001-03-12 Michael Chastain <chastain@redhat.com>
13932
13933 * gdb.c++/derivation.exp: Use the 'runto' library function.
13934
cac3c2ff
MC
139352001-03-12 Michael Chastain <chastain@redhat.com>
13936
13937 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
13938
b6c11a24
MC
139392001-02-24 Michael Chastain <chastain@redhat.com>
13940
13941 * gdb.c++/ref-types.exp: Change handwritten code to library
13942 function 'runto'.
13943
6bae5bce
OF
139442001-03-16 Orjan Friberg <orjanf@axis.com>
13945
13946 * gdb.base/signals.exp: Set count to 0 explicitly.
13947
0015fd9a
MS
139482001-03-15 Mark Salter <msalter@redhat.com>
13949
13950 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
13951 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
13952 (gdb_load): Add support for additional target_info: gdb_download_size
13953 and gdb_load_timeout.
0015fd9a 13954
fc33412a
DT
13955Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
13956
13957 * gdb.base/annota1.exp: Move test of isnative to earlier in the
13958 file -- to prevent failing when the compile fails but we have no
13959 intention of running the tests anyway.
13960
13961 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
13962 tests if set.
13963
13964 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
13965 integers.
13966
13967 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
13968 * gdb.c++/namespace.exp: Ditto.
13969
115f06de
OF
139702001-03-07 Orjan Friberg <orjanf@axis.com>
13971
13972 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
13973 * gdb.base/pointers.exp: Relax pattern match of decimals.
13974
b6ba6518
KB
139752001-03-06 Kevin Buettner <kevinb@redhat.com>
13976
13977 * Makefile.in, config/abug.exp, config/cfdbug.exp,
13978 config/cpu32bug.exp, config/dve.exp, config/est.exp,
13979 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
13980 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
13981 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
13982 config/sh.exp, config/sid.exp, config/slite.exp,
13983 config/sparclet.exp, config/udi.exp, config/unknown.exp,
13984 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
13985 config/vxworks.exp, config/vxworks29k.exp,
13986 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
13987 gdb.base/all-bin.exp, gdb.base/annota1.exp,
13988 gdb.base/arithmet.exp, gdb.base/assign.exp,
13989 gdb.base/async.exp, gdb.base/attach.exp,
13990 gdb.base/bitfields.exp, gdb.base/bitops.exp,
13991 gdb.base/break.exp, gdb.base/call-ar-st.exp,
13992 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
13993 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
13994 gdb.base/commands.exp, gdb.base/completion.exp,
13995 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
13996 gdb.base/constvars.exp, gdb.base/corefile.exp,
13997 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
13998 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
13999 gdb.base/ending-run.exp, gdb.base/environ.exp,
14000 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14001 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14002 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14003 gdb.base/funcargs.exp, gdb.base/help.exp,
14004 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14005 gdb.base/logical.exp, gdb.base/long_long.exp,
14006 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14007 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14008 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14009 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14010 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14011 gdb.base/regs.exp, gdb.base/relational.exp,
14012 gdb.base/remote.exp, gdb.base/reread.exp,
14013 gdb.base/restore.exp, gdb.base/return2.exp,
14014 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14015 gdb.base/selftest.exp, gdb.base/setshow.exp,
14016 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14017 gdb.base/sigall.exp, gdb.base/signals.exp,
14018 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14019 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14020 gdb.base/step-test.exp, gdb.base/structs.c,
14021 gdb.base/structs.exp, gdb.base/structs2.exp,
14022 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14023 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14024 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14025 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14026 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14027 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14028 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14029 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14030 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14031 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14032 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14033 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14034 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14035 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14036 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14037 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14038 gdb.trace/circ.exp, gdb.trace/collection.exp,
14039 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14040 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14041 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14042 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14043 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14044 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14045 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14046 notices.
14047
dc96c6c7 140482001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14049
14050 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14051 first arg is int not float.
14052
dc96c6c7 140532001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14054
14055 * gdb.base/reread.exp: Unsupported for non-native targets;
14056 doesn't work for remote debugging.
14057
9b0c4aeb
FN
140582001-02-19 Fernando Nasser <fnasser@redhat.com>
14059
14060 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14061 * gdb.base/ending-run.exp: Properly handle the BSP state when
14062 stepping past the end of main.
9b0c4aeb 14063
02aa71d5
MC
140642001-02-19 John Moore <jmoore@redhat.com>
14065
14066 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14067 Converted HPUX fix for non-expected items following multiple
14068 step commands into general solution for all platforms.
14069
1fa449a4
MC
140702001-02-18 Michael Chastain <chastain@redhat.com>
14071
14072 * gdb.c++/classes.exp (do_tests): Change runto statements
14073 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14074 statements demangler agnostic.
14075 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14076 (gdb_virtfunc_restart): Likewise.
14077
b2f9ec70
MC
140782001-02-14 Michael Chastain <chastain@redhat.com>
14079
14080 * gdb.c++/inherit.exp (do_tests): Change runto statements
14081 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14082 statements demangler agnostic.
14083
cf74b8ca
AC
14084Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14085
14086 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14087 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14088 before calling common_routine 15 times'' tests.
14089
99f78f56
MC
140902001-02-11 Michael Chastain <chastain@redhat.com>
14091
14092 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14093 Helps the test script figure out which demangler is in use.
14094 (dm_type_foo_ref): Ditto.
14095 (dm_type_int_star): Ditto.
14096 (dm_type_long_star): Ditto.
14097 (dm_type_unsigned_int): Ditto.
14098 (dm_type_void): Ditto.
14099 (dm_type_void_star): Ditto.
99707966 14100 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14101 Probe the gdb demangler and set variables to accommodate
14102 formatting differences.
14103 (info_func_regexp): New function. Same as info_func, but
14104 matches against a regexp.
14105 (info_func): Match against a literal string.
14106 (print_addr_2): New function. Match against a literal string,
14107 which can be different from the input to gdb.
14108 (print_addr): Simply call print_addr_2 with the same argument twice.
14109 (test_lookup_operator_functions): Use demangler formatting variables.
14110 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14111 the tests in the same order as the C++ class declaration.
14112 (test_paddr_operator_functions): Ditto.
14113 (test_paddr_overloaded_functions): Ditto.
14114 (test_paddr_hairy_functions): Use demangler formatting variables.
14115 Add reference to gdb/19 for related tests.
14116 (do_tests): Call probe_demangler.
14117
1de8f023
KB
141182001-01-30 Kevin Buettner <kevinb@redhat.com>
14119
14120 * gdb.c++/templates.cc (printf): Remove unused function definition.
14121
ca3f91ed
MS
141222001-01-26 Felix Lee <flee@redhat.com>
14123
14124 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14125
141262001-01-25 matthew green <mrg@redhat.com>
14127
14128 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14129 up sid.
14130 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14131
141322001-01-25 matthew green <mrg@redhat.com>
14133
14134 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14135 Deprecate $sid_spawn_id.
ca3f91ed
MS
14136 (sid_exit): Remove code necessary only for `spawn.'
14137
141382001-01-25 matthew green <mrg@redhat.com>
14139
14140 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14141
fb18ec4a
MC
141422001-01-28 Michael Chastain <chastain@redhat.com>
14143
14144 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14145 to call when tests fail. It takes gdb out of the overloaded
14146 function choice menu back to the main prompt, so that the test
14147 program stays synchronized.
14148 (set_bp_overloaded): New proc to collect all the common
14149 code for setting a breakpoint on an overloaded name. Calls
14150 take_gdb_out_of_choice_menu when needed.
14151 (menu_overload1arg): New variable to collect the repeated
14152 instances of the expected menu for an overloaded name. Change
14153 the regular expression to handle changes in g++ type encoding:
14154 "void" can be either "void" or "", and "unsigned int" can be
14155 either "unsigned int" or "unsigned".
14156 (continue_to_bp_overloaded): Change regular expressions to handle
14157 changes in g++ type encoding.
14158 (no proc): Call take_gdb_out_of_choice_menu when needed.
14159 Remove redundant calls to "info break". Accept either "canceled"
14160 or "cancelled". Change regular expressions in "info break"
14161 calls to handle changes in g++ type encoding. Give all tests
14162 unique strings.
14163
9c646a6e
BE
141642001-01-17 Ben Elliston <bje@redhat.com>
14165
14166 * config/sid.exp: New file.
14167
9549d9c1
AC
14168Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14169
14170 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14171
dc96c6c7 141722000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14173
14174 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14175 Add a RE to accept a non-ascii char if one is ever presented.
14176
b4df4f68
FN
141772000-12-20 Fernando Nasser <fnasser@redhat.com>
14178
297dd0fd 14179 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14180
dc96c6c7 141812000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14182
d63a86f8 14183 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14184 in regexp. One '\' does not suffice on Linux.
14185
4a7bddb6
MC
141862000-12-09 Michael Chastain <chastain@redhat.com>
14187
14188 * gdb.base/break.exp (test_clear_command): Use a marker function
14189 rather than 'main' for the test function. Also move this
14190 test to an execution point where the marker function names are
14191 guaranteed to be bound to functions. (Executing tests after a
14192 'finish' from main runs into name conflicts with local names
14193 in __libc_start_main).
14194
dc96c6c7 141952000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14196
14197 * gdb.base/finish.exp: New test for gdb's "finish" command.
14198 * gdb.base/return2.exp: New test for gdb's "return" command.
14199 * gdb.base/return2.c: New source file for above.
14200
dc96c6c7 142012000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14202
14203 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14204 * gdb.base/miscexprs.exp: Ditto.
14205 * gdb.base/pointers.exp: Ditto.
14206 * gdb.c++/derivation.exp: Ditto.
14207 * gdb.c++/local.exp: Ditto.
14208 * gdb.c++/namespace.exp: Ditto.
14209 * gdb.c++/overload.exp: Ditto.
14210 * gdb.c++/ref-types.exp: Ditto.
14211
dc96c6c7 142122000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14213
14214 * gdb.base/constvars.exp: Test result of "up" command.
14215 * gdb.base/miscexprs.exp: Ditto.
14216 * gdb.base/pointers.exp: Ditto.
14217 * gdb.base/scope.exp: Ditto.
14218 * gdb.c++/derivation.exp: Ditto.
14219 * gdb.c++/local.exp: Ditto.
14220 * gdb.c++/namespace.exp: Ditto.
14221 * gdb.c++/overload.exp: Ditto.
14222 * gdb.c++/ref-types.exp: Ditto.
14223
44097287
FN
142242000-11-22 Michael Chastain <chastain@redhat.com>
14225
14226 * mips_pro.exp: Accept either "middle -> top -> main" or
14227 "middle -> main" in the backtrace, because gcc can optimize
14228 tail calls to jumps. Remove setup_xfail for the hppa case.
14229 Add a comment with the original warning messages from PR 3016,
14230 which was filed in 1993, to preserve them for posterity.
14231
9d2e1bab
ND
142322000-11-17 Nick Duffek <nsd@redhat.com>
14233
14234 * lib/gdb.exp (gdb_test): Override timeout with board info.
14235
1aca8eb7
ND
142362000-11-17 Nick Duffek <nsd@redhat.com>
14237
14238 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14239 the second kill and detach messages.
14240
93076499
ND
142412000-11-17 Nick Duffek <nsd@redhat.com>
14242
14243 * configure.in: Add AC_EXEEXT.
14244 * configure: Regenerate.
14245 * Makefile.in (just-check): Export EXEEXT.
14246 * lib/gdb.exp ($EXEEXT): Import from environment.
14247 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14248 expect "maint dump-me" on Cygwin.
14249 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14250 $EXEEXT.
14251
30e87cd3
ND
142522000-11-17 Nick Duffek <nsd@redhat.com>
14253
14254 * gdb.base/break.exp: Test backtrace and finish from called
14255 function on all platforms, not just HP-UX.
14256
dc96c6c7 142572000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
14258
14259 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14260 code from gdb_target_monitor, so it can be used independantly
14261 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 14262
dc96c6c7 142632000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
14264
14265 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14266 * gdb.base/corefile.exp: Expect the message "Program is being
14267 debugged already" when we send the "corefile" command, since
14268 the preceeding gdb_load may have connected gdb to a remote target.
14269 * gdb.base/display.exp: Disable hardware watchpoints if new
14270 board info variable "no_hardware_watchpoints" is true.
14271 Replace single-letter commands with more readable ones.
14272 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14273 if new board info variable "no_hardware_watchpoints" is true.
14274 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14275 to see if stdio (printf) testing is possible.
14276 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14277 board info variable "no_hardware_watchpoints" is true. Use new
14278 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14279
39124dea
FN
142802000-11-13 Fernando Nasser <fnasser@redhat.com>
14281
14282 From Orjan Friberg <orjanf@axis.com>:
14283 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14284 in array print pattern match.
14285
a9e2e984
FN
142862000-11-09 Fernando Nasser <fnasser@redhat.com>
14287
14288 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14289 spelling "cancelled" to U.S. spelling "canceled" to match changes
14290 made to gdb.
14291 * gdb.c++/ovldbreak.exp: Ditto.
14292
c7db355b
PS
142932000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14294
14295 * gdb.base/callfuncs.c (main): Moved to end of file, call
14296 t_double_values to initialize the FPU before inferior calls are made.
14297 * gdb.base/callfuncs.exp: Test for register preservation after calling
14298 inferior functions. Add tests for continuining, finishing and
14299 returning from a stop in a call dummy.
14300
dc96c6c7 143012000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
14302
14303 * gdb.base/commands.exp: Break up long lines, and re-indent.
14304
dc96c6c7 143052000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
14306
14307 * config/gdbserver.exp: Rewritten from the ground up, to make it
14308 compatible with the current dejagnu tree, and to make it work with
14309 the new "gdbserver" in libremote.
14310
dc96c6c7 143112000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14312
14313 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14314 * gdb.base/varargs.exp: Skip entire test if no printf support.
14315 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14316 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14317
dc96c6c7 143182000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14319
14320 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14321 no floating point support.
14322 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14323 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14324 * gdb.base/call-rt-st.exp: Ditto.
14325 * gdb.base/call-strs.exp: Ditto.
14326
bac5fc66
JG
143272000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14328
14329 * gdb.base/sizeof.c: include <stdio.h>.
14330
14331 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
14332 'finish', otherwise uncaptured gdb_prompt would potentially
14333 throw remaining test points out of sync.
bac5fc66 14334
b22a6027
SB
143352000-07-26 Scott Bambrough <scottb@netwinder.org>
14336
14337 * gdb.base/recurse.exp: Run tests for all targets.
14338 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14339 gnu-oldld case on ARM.
14340 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14341 for ARM targets.
d63a86f8 14342
d8231941
AG
14343Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14344
14345 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14346 * gdb.java/configure: Rebuild.
14347
8caabe69
AG
14348Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14349
14350 * gdb.java/jv-exp.exp: New file.
14351
9d273ca3
AG
14352Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14353
14354 * configure: Rebuilt.
14355 * configure.in (configdirs): Add gdb.java.
14356 * gdb.java/jmisc.java: New file.
14357 * gdb.java/jmisc.exp: New file.
14358 * gdb.java/Makefile.in: New file.
14359 * gdb.java/configure: Rebuilt.
14360 * gdb.java/configure.in: New file.
14361 * lib/java.exp: New file.
14362
4f823a66
AC
14363Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14364
14365 * gdb.base/exprs.exp: Test casts to a pointer including over and
14366 underflow.
14367
2391e11d
AC
14368Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14369
14370 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14371 and the compilers sizes.
14372
54602222
ND
143732000-07-09 Nick Duffek <nsd@redhat.com>
14374
14375 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14376 (use_methods): New function.
14377 (main): Call use_methods().
14378 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14379 (do_tests): Call test_method_param_class.
14380
2bec0572
ND
143812000-07-09 Nick Duffek <nsd@redhat.com>
14382
14383 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14384 spelling.
14385 (test_enums): New procedure. Move enum tests from end of script
14386 to here. Set breakpoint on function name instead of line number.
14387 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14388 (enums2): New marker function.
14389 (enums1): New function.
14390 (main): Call enums1(). Move enum tests to enums1().
14391
78492fde
AC
14392Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14393
14394 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14395 compile/link program. Update line numbers.
14396 * gdb.asm/d10v.inc: Define ``startup''.
14397 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 14398
49a2cef8
AC
14399Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14400
14401 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14402
3e6c8688
EZ
144032000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14404
14405 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14406 of 'help maint print' command.
14407
9ff5cbe9
AC
14408Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14409
14410 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14411 they use gdb_expect_list.
14412
17c579bd
AC
14413Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14414
14415 * gdb.base/commands.exp: Use ``set remote
14416 memory-read-packet-size'' instead of ``set endian big'' to test
14417 long commands.
14418
e6d71bf3
DB
144192000-06-03 Daniel Berlin <dan@cgsoftware.com>
14420
14421 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 14422 g++, and stop skipping them.
e6d71bf3
DB
14423
14424 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14425 work under g++.
14426
d63a86f8 14427 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
14428 initialization.
14429
dc96c6c7 144302000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
14431
14432 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14433 the regular expression: accept an (almost) arbitrary sequence of
14434 "frames-invalid" and "breakpoints-invalid" messages both before
14435 and after the "starting" message.
14436
dc96c6c7 144372000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
14438
14439 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 14440
dc96c6c7 144412000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
14442
14443 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14444 Relax the regular expression a little, make it pass on Solaris 8.
14445
8216cda9
KB
144462000-05-12 Kevin Buettner <kevinb@redhat.com>
14447
14448 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 14449 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
14450 Instead, it is permissible for gdb to stop on the line of the
14451 call itself.
14452
1a570b2f
MS
144532000-05-12 Michael Snyder <msnyder@.cygnus.com>
14454
14455 * gdb.base/break.exp (bp on small function, optimized file):
14456 Add a second pass pattern. The behavior differs here between stabs
14457 and dwarf for one-line functions. Stabs preserves two line symbols
14458 (one before the prologue and one after) with the same line number,
14459 but dwarf regards these as duplicates and discards one of them.
14460 Therefore the address after the prologue (where the breakpoint is)
14461 has no exactly matching line symbol, and GDB reports the breakpoint
14462 as if it were in the middle of a line rather than at the beginning.
14463
dc96c6c7 144642000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 14465
d63a86f8 14466 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
14467 rather than "send_gdb" (for consistancy).
14468
7d418785
AC
14469Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14470
14471 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14472 * gdb.c++/templates.cc: Properly check for GCC version number.
14473 * lib/compiler.cc: Likewise
14474
dc96c6c7 144752000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 14476
d63a86f8 14477 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
14478 gdb may not stop at the first line of main, due to code motion.
14479
dc96c6c7 144802000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
14481
14482 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14483 This test depends on parsing the printf output from the target.
14484 Since the sparclet stub doesn't do stdio, this will never work.
14485 * gdb.base/call-rt-st.exp: ditto.
14486 * gdb.base/call-strs: ditto.
14487
dc96c6c7 144882000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
14489
14490 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14491
14492 * gdb.base/ending-run.exp: After connecting to a remote target,
14493 but before running, the target will appear to be in a random
14494 location. Specify both a file and a line for breakpoints.
14495 Also, the function that calls main may be called 'init'
14496 rather than 'start'.
14497
a5a51225
EZ
144982000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14499
14500 * gdb.base/help.exp: Update output for add-symbol-file command.
14501
7930cc7c
FN
145022000-04-10 Fernando Nasser <fnasser@cygnus.com>
14503
14504 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14505 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14506
23e37ab1
C
145072000-04-07 J.T. Conklin <jtc@redback.com>
14508
e93c542c
C
14509 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14510
23e37ab1
C
14511 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14512
591b8fa3
PDM
14513Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14514
14515 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14516 values that can be represented exactly.
14517 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14518 above change, and to not check against the directory part of the source
14519 file name.
14520 (step into print_long_arg_list): Likewise.
14521 (print print_small_structs from print_long_arg_list): Likewise.
14522 (print print_long_arg_list): Likewise.
14523
7a495180
EZ
145242000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14525
30b53638 14526 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 14527
beb998c6
AC
14528Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14529
14530 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14531
1c689132
DB
145322000-03-25 Daniel Berlin <dan@cgsoftware.com>
14533
14534 * gdb.base/commands.exp (deprecated_command_test): Add test for
14535 deprecate with no arguments.
14536
c1790a9d
JL
145372000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14538
14539 * gdb.base/break.exp: Add new test for setting breakpoints on
14540 optimized code so we can test breakpoints work even when function
14541 prologues may be optimized away
14542
003ba290
FN
145432000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14544
14545 From David Whedon <dwhedon@gordian.com>
a9c64011 14546 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 14547
6837a0a2
DB
145482000-03-22 Daniel Berlin <dan@cgsoftware.com>
14549
14550 * gdb.base/help.exp: Added test for new apropos command.
14551
b9593231
KB
145522000-03-21 Kevin Buettner <kevinb@redhat.com>
14553
14554 * gdb.base/pointers.c (usevar): New function.
14555 (main): Make sure that global variables v_int_pointer2, rptr,
14556 and y are all referenced someplace in the program by calling
14557 usevar() on them. [Some linkers delete symbols which are
14558 never referenced. The space remains, but there's no way to
14559 get a (symbolic) handle on the variable from the debugger.]
14560
751a959b
EZ
145612000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14562
14563 * gdb.base/printcmds.c: Add typedeffed arrays.
14564
14565 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14566 procedure to test arrays that are typedef'd.
14567
73a93a32
JI
145682000-03-13 James Ingham <jingham@leda.cygnus.com>
14569
14570 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 14571 the library directories.
73a93a32 14572
fb40c209
AC
14573Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14574
14575 * configure.in (configdirs): Add sub directory gdb.mi.
14576 * configure: Re-generate.
14577
14578 * gdb.mi: New directory.
d63a86f8 14579
ee4dd2c9
AC
145802000-02-25 Scott Bambrough <scottb@netwinder.org>
14581
14582 * gdb.base/long_long.exp: Correct test suite failure when printing
14583 a long long value as a double on ARM platforms.
14584
70f0cc22
JB
145852000-02-16 Jim Blandy <jimb@redhat.com>
14586
14587 * gdb.base/break.exp ("breakpoint line number"): Make sure the
14588 default source file is set properly before running this test.
14589
853819b8
EZ
145902000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14591
14592 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
14593 gdbtk/library directory, not in gdbtcl2.
14594
dfcd3bfb
JM
145952000-02-04 Jim Blandy <jimb@redhat.com>
14596
14597 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
14598 backslash from regexp pattern.
14599
14600 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
14601 procedure. Use it to run all the "continue to bp overloaded"
14602 tests. Note that this changes the names of the tests slightly.
14603 If the breakpoint hit message includes a hex PC value, because
14604 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
14605 from the real source code, still consider that a pass.
14606
14607 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
14608 XFAIL here if the breakpoint message contains a hex address. Note
14609 similar change on 1999-11-02.
14610
14611 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
14612
14613 * gdb.base/ptype.exp: Establish a default source file before
14614 calling get_debug_format.
14615
146162000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
14617
14618 * gdb.base/watchpoint.exp: Remove duplication of test messages.
14619
8b93c638
JM
146202000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14621
14622 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
14623 of successive stepi commands -- while in the prologue we should see
14624 the function entry bracket.
14625
146262000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14627
14628 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
14629 reach __change_mode() when stepping through the end of main().
14630
c5394b80
JM
146312000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
14632
14633 * gdb.base/default.exp: Fix expected pattern.
14634 * gdb.base/help.exp: Same.
14635
0d06e24b
JM
146362000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14637
14638 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
14639 Don't use xfail's because that affects only the following test.
d63a86f8 14640
0d06e24b
JM
14641 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
14642 solaris or linux.
14643
14644 * gdb.base/selftest.exp: Update to reflect changes to main.c.
14645
dc96c6c7 146462000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 14647
d63a86f8 14648 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
14649 "A syntax error" rather than "A parse error". Accept both.
14650
146512000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
14652
14653 * gdb.base/default.exp: Remove OS dependent string from "target
14654 remote" test.
14655 * gdb.base/help.exp: Same for "help target remote" test.
14656
c3f6f71d
JM
146572000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14658
14659 From Jim Kingdon <kingdon@redhat.com>:
14660
14661 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
14662 prompt (cleanup rather than necessity, but still might keep output
14663 from spilling to next test).
14664
146652000-01-02 Fred Fish <fnf@cygnus.com>
14666
14667 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
14668 AIX, which defines them in <sys/types.h>.
14669
ed9a39eb 146701999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 14671
ed9a39eb
JM
14672 * gdb.base/default.exp: Match arm* etc instead of arm in "info
14673 float" test.
14674
146751999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 14676
ed9a39eb 14677 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
14678
14679 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
14680 outermost frame disallowed".
14681
146821999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
14683
14684 * gdb.base/setvar.exp: New tests for setting the value of a struct
14685 with a constant list.
14686
146871999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
14688
14689 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
14690 require the user to type a cast before setting the value of a struct.
14691
de57eccd
JM
146921999-12-06 Jim Blandy <jimb@cygnus.com>
14693
14694 * gdb.base/default.exp: Expect the new 'info float' command on
14695 all i386 platforms.
14696
14697 * gdb.threads/linux-dp.exp: Expand our ability to recognize
14698 LinuxThreads libraries that don't support debugging.
14699
c2d11a7d
JM
14700Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
14701
14702 * gdb.base/remote.c: Fill the buffer with truely random data.
14703 Change the buffer type to ``unsigned char'' to simplify size
14704 arithmetic.
14705
14706 * gdb.base/remote.exp: Reduce download numbers by one. Typical
14707 stub only handles 400-1 byte packets. Verify that the download
14708 worked.
14709
147101999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
14711
14712 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
14713 tests, using UNRESOLVED for the untested cases. Also, does not wait
14714 for a timeout if the prompt was received before a recognizable pattern.
14715
147161999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
14717
14718 * lib/gdb.exp (gdb_expect_list): Fix spelling.
14719
147201999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14721
14722 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
14723 watchpoints.
14724
147251999-11-24 Jason Merrill <jason@casey.cygnus.com>
14726
14727 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
14728
14729 * gdb.c++/local.exp: Be more flexible in recognizing local class
14730 name mangling. Don't allow horribly truncated method names.
14731 * gdb.c++/derivation.exp: Expect protected inheritance.
14732 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
14733 * gdb.c++/virtfunc.exp: Likewise.
14734 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
14735 when printing a nested enum.
14736
147371999-11-22 Jim Blandy <jimb@cygnus.com>
14738
14739 * gdb.base/step-test.exp: Properly await GDB's response to setting
14740 a breakpoint on the call to large_struct_by_value.
14741
14742 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
14743 just because we have debug info for the `start' function.
14744
147451999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
14746
14747 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
14748 "Unknown signal" messages, which indicate (on LinuxThreads) that
14749 GDB doesn't know how to debug threads on this system. This is
14750 better than hanging while philosopher 0 dumps chatter into gdb.log.
14751
147521999-11-18 Tom Tromey <tromey@cygnus.com>
14753
14754 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
14755
147561999-11-18 Fred Fish <fnf@cygnus.com>
14757
14758 * gdb.base/coremaker2.c: Add sample program for generating
14759 cores that is more self contained than coremaker.c. Eventually
14760 I'll add more code to this and tie it into the testsuite.
14761
4ce44c66
JM
147621999-11-12 Stan Shebs <shebs@andros.cygnus.com>
14763
14764 * gdb.base/dollar.exp: Remove, now in gdb.hp.
14765
147661999-11-10 Jimmy Guo <guo@cup.hp.com>
14767
14768 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
14769 from $srcdir/lib/.
14770 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
14771 and gdb.c++/.
14772
14773 * gdb.c++/derivation.exp: remove redundant get compiler info code.
14774
d63a86f8 14775 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
14776 'continue with watch' test point.
14777
147781999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
14779
14780 Merged from p2linux-990323-branch:
d63a86f8 14781
4ce44c66
JM
14782 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
14783
11cf8741
JM
14784Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
14785
14786 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
14787 {limit,fixed}''. Test ``set download-write-size''.
14788
14789Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
14790
14791 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
14792 gdb_expect_list.
14793
14794Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
14795
14796 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
14797
147981999-11-03 Mark Salter <msalter@cygnus.com>
14799
14800 * gdb.base/break.exp: Fix "stub continue" pattern.
14801
148021999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
14803
14804 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
14805
148061999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
14807
14808 * gdb.base/display.exp ("finish"): Add timeout clause.
14809
14810 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
14811 plain prompt clause, so this doesn't have to time out in order to
14812 fail.
14813
14814 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
14815 breakpoint hit messages include an address.
14816
14817 * gdb.base/display.exp: Don't forget to escape parens in regular
14818 expressions. Unix regexp notatation sucks.
14819
148201999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14821
14822 * gdb.base/annota1.exp: Test for annotate-signalled: change output
14823 order for 'signalled' message.
14824
5c44784c
JM
148251999-11-01 Stan Shebs <shebs@andros.cygnus.com>
14826
14827 From Jimmy Guo <guo@cup.hp.com>:
14828 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
14829 * gdb.base/annota1.c: Add code for tests to work with.
14830
148311999-10-26 Frank Ch. Eigler <fche@cygnus.com>
14832
14833 * gdb.base/remote.exp: New test for remote downloading settings.
14834 * gdb.base/remote.c: New file with large .data.
14835
917317f4
JM
148361999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
14837
14838 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
14839 for LinuxThreads support, merged from the Code Fusion branch.
14840
14841Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
14842
14843 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
14844 containing exp_continue into a while within an expect. Don't
14845 attempt a start more than three times. Check return value from
14846 gdb_load.
d63a86f8 14847
2df3850c
JM
14848Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
14849
14850 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
14851 a pass case.
14852
2acceee2
JM
148531999-10-01 Kevin Buettner <kevinb@cygnus.com>
14854
14855 * gdb.base/break.c (main): Added a statement that we can step
14856 off of.
14857 * gdb.base/break.exp: Added tests for setting a breakpoint
14858 at an offset and stepping onto a breakpoint.
14859
148601999-10-01 Fred Fish <fnf@cygnus.com>
14861
d63a86f8 14862 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
14863 gdb output.
14864
c2c6d25f
JM
148651999-09-18 Jim Blandy <jimb@cris.red-bean.com>
14866
14867 * gdb.base/break.exp: Code locations are in hex, don't forget!
14868 (For HP-UX.)
14869
148701999-09-17 Stan Shebs <shebs@andros.cygnus.com>
14871
14872 * condbreak.exp: Use break.c as test program.
14873 * condbreak.c: Remove, redundant with break.c.
14874
148751999-09-15 Stan Shebs <shebs@andros.cygnus.com>
14876
14877 * config/monitor.exp (gdb_target_monitor): Disable X- and
14878 Z-packets if the target needs it.
14879
148801999-09-13 James Ingham <jingham@leda.cygnus.com>
14881
14882 * gdb.c++/overload.exp: Added tests for listing overloaded
14883 functions with function pointers in the arg, explicitly calling
14884 out the version you want.
14885
cff3e48b
JM
148861999-09-09 Stan Shebs <shebs@andros.cygnus.com>
14887
14888 * long_long.exp: Add variations of test cases that work for
14889 targets with 16-bit ints and 32-bit doubles.
14890
d4f3574e
SS
148911999-09-08 Stan Shebs <shebs@andros.cygnus.com>
14892
14893 * break.c (main): Compare a possibly-uninitialized argc with an
14894 unlikely value that fits in 16 bits.
14895
148961999-09-07 Stan Shebs <shebs@andros.cygnus.com>
14897
14898 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
14899 0xfeeb, don't want negative numbers if ints are 16 bits.
14900
14901 * lib/gdb.exp (skip_cplus_tests): New proc.
14902 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14903 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
14904 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
14905 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
14906 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
14907 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
14908 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
14909 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
14910
14911 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
14912
14913Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
14914
14915 * gdb.base/corefile.exp (up): Allow a parameter to appear
14916 in the frame that we're going up to.
14917
14918 From Jim Blandy <jimb@cygnus.com>:
14919
14920 * gdb.base/default.exp (info float): Expect some output now.
14921
14922 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
14923 returning floating-point values to fail on the x86.
14924 * gdb.base/callfwmall.exp (do_function_calls): Same.
14925
14926 * gdb.base/list.exp (test_listsize): Correct expectations for
14927 listing line 1 with listsize 2. Also, listing a single line
14928 works now, as does listing three lines. [Kevin's note: There
14929 were a number of other cases fixed too where the expectations
14930 differed...]
14931
149321999-09-02 Stan Shebs <shebs@andros.cygnus.com>
14933
14934 * gdb.base/selftest.exp: Add case for when version prints as
14935 constant string instead of char pointer.
14936
104c1213
JM
149371999-08-25 Stan Shebs <shebs@andros.cygnus.com>
14938
14939 * gdb.base/ending-run.exp: Add Solaris case for what happens when
14940 stepping out of main.
14941
14942 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
14943 G++ used.
14944
14945 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
14946 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
14947
14948 * gdb.c++/ovldbreak.exp: Update match string in test that
14949 includes a warning of multiple breakpoints.
14950
149511999-08-24 Stan Shebs <shebs@andros.cygnus.com>
14952
14953 * gdb.base/display.exp: Improve precision of step-after-finish
14954 added yesterday.
14955
14956 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
14957 test.
14958
14959 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
14960 configs when using G++, not just hppa*.
14961
149621999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14963
14964 * gdb.base/async.c: New file.
14965 * gdb.base/async.exp: New file.
14966
14967Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
14968
14969 * gdb.base/break.exp: Tweak PA specific tests to properly handle
14970 PA64.
14971
53a5351d
JM
14972Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
14973
104c1213
JM
14974 * gdb.base/display.exp: "finish" can leave us mid-line on many
14975 targets, deal with it. Add a small constant to main, instead of
14976 1000 since main+1000 may not be a valid address in the target.
14977
53a5351d
JM
14978 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
14979 on hpux11.
14980
14981 * gdb.base/attach.exp: Handle another hpux11 error message variant
14982 when attaching to a process that does not exist.
14983
149841999-08-19 J.T. Conklin <jtc@redback.com>
14985
14986 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
14987 characters in 'continue to 1241' test.
14988
149891999-08-17 Stan Shebs <shebs@andros.cygnus.com>
14990
14991 * gdb.base/call-ar-st.exp: Add a shorter match case for the
14992 stop in print_long_arg_list, define and use a whitespace
14993 variable in print_small_structs test, add an XFAIL for Solaris.
14994 * gdb.base/dbx.exp: XFAIL func commands until somebody is
14995 interested enough to fix.
14996
7be570e7
JM
149971999-08-13 Keith Seitz <keiths@cygnus.com>
14998
14999 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15000 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15001 proc knows about targets other than the natives.
15002 (test_assign): Use "gdb_run_cmd" to "run" the target.
15003 Check that we've actually hit the breakpoint at main.
15004 When we attempt to assign a value to a local variable, check
15005 that the variable is in the current scope, i.e., don't use
15006 a test with an empty result.
15007
15008Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15009
15010 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15011 command.
15012
150131999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15014
15015 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15016 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15017 gdb.compat, gdb.threads-hp.
15018 gdb.hp/configure, gdb.hp/configure.in: New files.
15019 gdb.hp/Makefile.in: Recurse into new subdirs.
15020 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15021 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15022 in object files.
15023 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15024
96baa820
JM
150251999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15026
15027 * gdb.base/display.exp: Help expect by putting a newline in the
15028 funky printf, remove a bogus p/a test.
15029
150301999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15031
15032 * gdb.base/display.exp: Make sure that when we say 'run', we are
15033 connected to the target. This is necessary when running not
15034 natively.
15035
150361999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15037
15038 * gdb.base/step-test.exp: Removed some extraneous messages.
15039
15040 * gdb.base/long_long.exp: Don't run memory examination tests
15041 on little-endian targets (they will need a different set of
15042 results to match).
15043
150441999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15045
15046 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15047 until somebody decides to fix GDB.
15048
15049 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15050 constant as "ULL".
15051 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15052 matches for a couple x/2 commands.
15053
a0b3c4fd
JM
150541999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15055
15056 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15057 by merging in ref-types2 tests.
15058 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15059
15060 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15061 * gdb.c++/Makefile.in: Add standard actions.
15062 (EXECUTABLES): Rename from PROGS, update list.
15063 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15064 from gdb.hp.
15065 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15066 foo and bar locals.
15067 * gdb.c++/anon-union.exp: Fix tests to match.
15068 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15069 expect matches to handle output variations.
15070 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15071 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15072 output, add HP alternatives for new and delete prints.
15073 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15074 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15075 * gdb.c++/demangle.exp: Use $style when reporting failure.
15076 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15077 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15078 match alternatives.
15079 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15080 compilers.
15081 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15082 * gdb.c++/method.exp: Add match alternatives.
15083 * gdb.c++/misc.cc: Add bool types.
15084 * gdb.c++/misc.exp: Add tests for bool types.
15085 * gdb.c++/overload.exp: Add xfails.
15086 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15087 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15088 add some more template parameter tests (only for HP currently).
15089 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15090 * gdb.c++/virtfunc.cc: Add return type and value for main.
15091 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15092 match alternatives.
d63a86f8 15093
a0b3c4fd
JM
150941999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15095
15096 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15097
150981999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15099
15100 * gdb.base/signals.exp: Don't expect getting a backtrace from
15101 within a signal handler to fail on Linux.
15102
151031999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15104
15105 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15106 * lib/gdb.exp: Remove some gratuitious semicolons.
15107 (delete_breakpoints): Increase timeout.
15108 (gdb_expect): Add -notransfer option.
15109 (gdb_test): Use -notransfer option.
15110 (get_compiler_info): Add f77 case.
15111 (get_compiler): New proc, split out from gdb_preprocess, add f77
15112 case.
15113 (gdb_preprocess): Call get_compiler.
15114
15115 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15116 * gdb.base/attach.exp, gdb.base/display.exp,
15117 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15118 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15119 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15120 third arg to gdb_test.
15121 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15122 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15123 HP-UX xfails, add others.
15124 * gdb.base/completion.exp: Reflect name change of self-test.
15125 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15126 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15127 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15128 HP failure number.
15129 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15130 useless HP-UX 10.30 references.
15131 * gdb.base/maint.exp: Loosen matches.
15132 * gdb.base/pointers.c (main): Declare more_code.
15133 * gdb.base/pointers.exp: Match on output of a `next'.
15134 * gdb.base/structs.c: Add prototypes.
15135 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15136 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15137
151381999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15139
15140 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15141 command.
15142
151431999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15144
15145 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15146 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15147
15148 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15149 debug info. Deal with lack of signal hanlder info in stack.
15150
a9c64011 15151 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15152 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15153
5a2468f5
JM
151541999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15155
15156 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15157 gdb.base/foll-vfork.exp: Don't run for crosses.
15158
adf40b2e
JM
15159Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15160
15161 * gdb.base/configure.in: Check for gdbvars.exp instead of
15162 a1-selftest.exp.
15163 * gdb.base/configure: Re-generate.
15164
151651999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15166
15167 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15168 in trying to run first and name is too long.
15169
15170 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15171 pointers2.c and pointers2.exp, respectively.
15172 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15173 doschk happier.
15174
43e526b9
JM
151751999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15176
15177 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15178 callfuncs2.c and callfuncs2.exp.
15179
15180 * gdb.base/list.exp: Remove mistaken xfails.
15181 * gdb.base/list0.h: Add optional prototypes.
15182
9846de1b
JM
15183Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15184
a9c64011 15185 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15186 calling malloc.
a9c64011
AS
15187 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15188 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15189 use.
15190
151911999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15192
15193 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15194 * gdb.base/annota2.cc, annota2.exp: Move from here.
15195 * gdb.c++/annota2.cc, annota2.exp: To here.
15196 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15197
43ff13b4
JM
15198Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15199
15200 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15201 a consistent format.
15202
085dd6e6
JM
152031999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15204
15205 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15206 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15207 HP compilers, also set the globals $true and $false.
15208
15209 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15210 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15211 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15212 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15213 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15214 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15215 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15216 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15217 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15218 whatis.c} Add C++ compatible function definitions and return
15219 types, add includes for library functions.
15220 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15221 * gdb.base/step-test.c (myglob): Rename from glob.
15222 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15223 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15224 files, move here from gdb.hp.
15225 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15226 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15227 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15228 Adjust line numbers in regexps.
15229
15230 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15231 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15232 instead of 0/1.
15233
15234 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15235 foll-vfork.exp: New files, move here from gdb.hp.
15236 * gdb.base/page.exp: New file, test of pagination command.
15237
15238 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15239 recursion test.
15240 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15241
15242 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15243 gdb.base/solib.exp: Fix compiler invocation process.
15244
15245 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15246 HP-UX 11, turn off overload resolution explicitly.
15247 * gdb.base/commands.exp: Set argument list explicitly, add
15248 watchpoint test.
15249 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15250 them work.
15251 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15252 expressions properly.
15253 * gdb.base/corefile.exp: Loosen the match slightly.
15254 * gdb.base/default.exp: Allow "Error accessing memory" message
15255 also.
15256 * gdb.base/display.exp: Skip over x/0 j if PA64.
15257 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15258 * gdb.base/interrupt.exp: Ditto.
15259 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15260 in use.
15261 * gdb.base/list.exp: Add xfails for HP-UX.
15262 * gdb.base/long_long.exp: Refine some of the numeric matches.
15263 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15264 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15265 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15266 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15267 * gdb.base/ptype.exp: Succeed on more varieties of output.
15268 * gdb.base/scope.exp: Add xfails for HP-UX.
15269 * gdb.base/sect-cmd.exp: Add more cases.
15270 * gdb.base/setvar.exp: Add xfails for HP-UX.
15271 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15272 * gdb.base/signals.exp: Match on void symbolically.
15273 * gdb.base/step-test.exp: Add case for PA64.
15274 * gdb.base/term.exp: Add exit and restart.
15275 * gdb.base/twice.exp: Clean up after self.
15276 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15277 * gdb.base/whatis.exp: Allow more ways to pass tests.
15278
15279 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15280 no longer useful.
15281
15282Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15283
15284 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15285 list of patterns.
15286 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15287 print_double_array(double_array)", "continuing to breakpoint
15288 1018", "print print_double_array(array_d)" and "continuing to
15289 1034" tests.
d63a86f8 15290
085dd6e6
JM
152911999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15292
a9c64011 15293 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
15294
152951999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15296
15297 * config/mt-*: Remove, these haven't been used since 1996.
15298
152991999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15300
15301 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15302 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15303 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15304
9e0b60a8
JM
153051999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15306
15307 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15308 simpler match case for the ptype of the big class.
15309
153101999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15311
15312 * gdb.exp: Fix test for gdb_prompt existence.
15313
153141999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15315
15316 * gdb.exp (gdb_test): Add fail after calls to perror.
15317
153181999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15319
15320 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15321
153221999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15323
15324 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15325
0f71a2f6
JM
15326Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15327
15328 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15329 malloc() is linked in.
15330
153311999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15332
15333 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15334 step at end.
15335
15336 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15337
153381999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15339
15340 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15341
cce74817
JM
15342Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15343
15344 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15345 * gdb.base/mips_pro.exp: Likewise.
15346
153471999-06-02 Keith Seitz <keiths@cygnus.com>
15348
15349 * gdb.c++/templates.cc: Change all "new" operators to throw
15350 an exception.
15351 * gdb.c++/cplusfuncs.cc: Likewise.
15352
15353 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15354
15355Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15356
15357 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
15358 * gdb.base/ending-run.exp: When stepping out of main, accept a
15359 step into an arbitrary assembler file.
cce74817 15360
392a587b
JM
153611999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15362
d63a86f8 15363 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 15364 "breakpoint-invalid" to be printed.
d63a86f8 15365 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
15366 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15367 * gdb.base/annota2.cc: Initialize a.x to 0.
15368
9e086581
JM
153691999-05-17 Keith Seitz <keiths@cygnus.com>
15370
15371 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15372 when "skip_float_tests" set.
15373 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15374 "print print_ten_doubles", and "step into print_long_arg_list".
15375 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15376 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15377 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15378 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15379 "skip_float_tests" is set.
15380 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15381 when "skip_float_tests" set.
d63a86f8 15382
cd0fc7c3
SS
153831999-05-06 Keith Seitz <keiths@cygnus.com>
15384
15385 * gdb.base/annota2.cc: Include stdio.h.
15386
15387Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15388
15389 * gdb.base/crossload.exp: Remove, this has been disabled ever
15390 since BFD stopped including all targets, and cross-GDB gets
15391 plenty of testing anyway.
15392 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15393 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15394 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15395 * gdb.base/README: Remove, was doc for this.
15396 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15397 needed.
15398
b83266a0
SS
153991999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15400
15401 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15402 output.
15403
15404 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15405 * gdb.base/annota2.exp: New file. More annotation tests.
15406 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15407 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15408
154091999-04-23 Angela Marie Thomas <angela@cygnus.com>
15410
15411 * config/cfdbug.exp: New file.
15412
7a292a7a
SS
154131999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15414
15415 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15416 Marcus Daniel's and Dale Hawkins's demangler crashes.
15417
15418 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15419 test_lucid_style_demangling, test_arm_style_demangling,
15420 test_hp_style_demangling): Try Tom Tromey's core-dumping
15421 identifier under each demangling style.
15422
154231999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15424
15425 * gdb.c++/demangle.exp: Include the current demangling style
15426 in all test names.
15427 (current_demangling_style): New global variable.
15428 (set_demangling_style, test_demangling_core, test_demangling,
15429 test_demangling_exact): New functions.
15430 (test_gnu_style_demangling, test_lucid_style_demangling,
15431 test_arm_style_demangling, test_hp_style_demangling): Use those,
15432 instead of calling gdb_test and gdb_test_exact directly.
15433 (catch_demangling_errors): New function, which reports errors
15434 signalled by the demangling test functions in an orderly way.
15435 (do_tests): Use catch_demangling_errors.
15436
154371999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15438
15439 * gdb.base/signals.exp (test_handle_all_print): Use () for
15440 grouping in expressions, not {}.
15441
15442 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15443 initialized yet.
15444
154451999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15446
15447 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15448 are listed.
15449
154501999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15451
15452 * gdb.stabs/weird.exp: Test for CC being defined before
15453 looking at its value.
15454
154551999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15456
15457 * gdb.base/call-ar-st.exp: Remove stray '#'.
15458 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15459 "short int" and "long int".
15460 * gdb.c++/overload.cc: Cast the string added in the previous
15461 change, to mollify finicky HP compiler.
15462 * gdb.hp/reg-test.exp (testfile): Fix file name.
15463 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 15464
7a292a7a
SS
15465 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15466 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15467 alternate form of enum ptype.
15468
c906108c
SS
154691999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15470
7a292a7a
SS
15471 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15472 * gdb.hp/*.exp: Change all to run compiler probe only after
15473 passing skip_hp_tests, so as not to waste time on guaranteed
15474 failure.
15475
c906108c
SS
15476 * gdb.c++/overload.cc: Pass string instead of char addr, always
15477 init ccpfoo.
15478 * gdb.c++/templates.cc: Fix syntax error.
15479
7a292a7a
SS
15480Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15481
15482 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 15483 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
15484 command.
15485
154861999-03-18 James Ingham <jingham@cygnus.com>
15487
15488 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15489
15490 * gdb.c++/method.exp: It was testing an uninitialized int on the
15491 stack and assuming it was positive.
15492
15493 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15494
15495 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 15496 keep it from killing the rest of the tests.
7a292a7a
SS
15497 Use gdb_continue_to_end.
15498
15499 * gdb.base/sigall.exp: use gdb_continue_to_end.
15500
15501 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15502
15503 * gdb.base/display.exp: use runto_main, not run.
15504
d63a86f8
RM
15505 * gdb.base/default.exp: Check for the current error message in the
15506 r abbreviation test.
7a292a7a
SS
15507 Add strongarm to the targets that know info float.
15508
d63a86f8 15509 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
15510 run which doesn't work with monitors.
15511
15512 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15513
15514 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15515
15516 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
15517 program. Traps the case (in Cygmon) when the program never really
15518 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
15519 more places, so I used my name. Sorry Mark...
15520
15521 * config/monitor.exp (gdb_target_monitor): added another
15522 target_info parameter: remotebinarydownload. This will set the
15523 remotebinarydownload flag if this is causing some boards trouble.
15524
155251999-03-18 Mark Salter <msalter@cygnus.com>
15526
15527 * lib/gdb.exp (continue_to_exit): New function.
15528
15529 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15530 * gdb.base/ending-run.exp: Ditto.
15531 * gdb.base/step-test.exp: Ditto.
15532
155331999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15534
15535 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15536 (suggested by Art Haas <ahaas@neosoft.com>).
15537
155381999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15539
15540 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15541
15542Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15543
15544 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15545 descriptions of types (short unsigned int vs unsigned short, etc).
15546
155471999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15548
15549 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15550 a call to strlen; sometimes we do have sources.
15551
155521999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
15553
15554 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15555 character, so GDB won't print garbage after its end.
d63a86f8 15556
c906108c
SS
15557 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15558 breakpoint there instead. Sometimes GCC emits memcpy to handle
15559 the large structures being passed by value, so we step into that
15560 instead of sum_array_print, which obscures what we're really testing.
15561 * gdb.base/step-test.exp: However, we do want a test that notices
15562 the bizarre steps into memcpy, so do that here. Add check for
15563 stepping into function calls that pass large structures by value.
15564 ("Is that a noun clause, or are you just happy to see me?")
15565 Remove all references to specific line numbers.
15566 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15567 New type and function.
15568 (main): Call large_struct_by_value, passing it a large struct by value.
15569 * lib/gdb.exp (gdb_get_line_number): New function.
15570
15571 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15572 more portable.
15573
7a292a7a
SS
155741999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15575
c906108c
SS
15576 * lib/gdb.exp: Doc fixes.
15577
7a292a7a
SS
155781999-03-05 Nick Clifton <nickc@cygnus.com>
15579
d63a86f8 15580 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
15581
155821999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
15583
c906108c
SS
15584 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
15585 commands. They're not germane to this test, and they don't work
15586 that way on remote targets.
15587
3fc11d3e
JM
155881999-03-01 James Ingham <jingham@cygnus.com>
15589
15590 * Changelog entries merged over from gdb development branch.
15591
3fc11d3e
JM
15592 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
15593
15594 * lib/gdb.exp (gdbtk_analyze_results): Generic function
15595 for outputting results of test run.
15596
2d4a1622 15597 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
15598
15599 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 15600
7a292a7a
SS
156011999-02-25 Felix Lee <flee@cygnus.com>
15602
15603 * lib/gdb.exp (debug_format): initialize
15604
c906108c
SS
156051999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
15606
15607 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
15608 * gdb.base/call-rt-st.c: Ditto.
15609
c906108c
SS
156101999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
15611
15612 * gdb.threads/pthreads.exp (horiz): New variable.
15613 (test_startup): Fix regexps that capture thread numbers.
15614
156151999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
15616
15617 * gdb.base/smoke.exp: Disambiguate two test case names (both
15618 called ``print'').
15619
15620Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15621
15622 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
15623 compilation.
15624
156251999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15626
15627 * gdb.base/miscexprs.exp: Change patterns to match GDB's
15628 actual output formatting.
15629 * gdb.base/smoke.exp: GDB removes leading 0's.
15630 * gdb.base/volatile.exp: Don't check type of remuneration;
15631 that variable is no longer defined in constvars.c.
15632 * gdb.base/step-test.c (main): Exit with explicit exit code.
15633 * gdb.base/step-test.exp: Remove two nexti checks--they are
15634 not portable.
15635
156361999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15637
15638 * gdb.base/help.exp ("help delete display"): Fix test to match
15639 gdb's output.
15640
15641 * gdb.base/long_long.c (known_types): Initialize values to zero.
15642 * gdb.base/long_long.exp: Step one more line
15643 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
15644 leading zeros. Explicitly ask for hex formatting. Use
15645 unique test case names.
c906108c
SS
15646
15647Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15648
d63a86f8 15649 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
15650
15651 * gdb.c++/method.exp: Add missing close brace.
15652
156531999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
15654
15655 * gdb.base/maint.exp: Use 'set height 0' to disable page
15656 prompting, not 'set height 400'.
15657
15658 Fix a bunch of timeouts.
15659 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
15660 four separate tests, so expect doesn't take forever to match a ton
15661 of text against a regexp with lots of .* forms.
15662 ("maint print psymbols", "maint print symbols"): Make some of
15663 these greps more selective, so that expect doesn't try to wade
15664 through huge piles of output and time out.
15665
15666 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
15667
15668 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
15669 tests: one which doesn't expect shlib events to be reported, and
15670 another which does, but is XFAIL for all platforms other than
15671 HP/UX.
15672
15673 * gdb.base/break.exp: Teach the test suite that the `catch
15674 fork', `catch vfork', and `catch exec' commands produce error
15675 messages on platforms that don't provide these features.
15676
15677Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15678
15679 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
15680 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
15681 (shortening names from solib_threshold.exp etc), won't run on
15682 anything but HP-UX for the foreseeable future.
15683 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
15684 reflect move.
15685
15686Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
15687
15688 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
15689 gdb.trace/Makefile.in (clean): Remove all test executables.
15690
15691Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
15692
15693 * gdb.base/shlib-call.exp: add test cases to verify that gdb
15694 successfully re-sets breakpoints in shared libraries.
15695 * gdb.base/shmain.c (main): return 0, don't fall off the end.
15696
15697Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15698
d63a86f8
RM
15699 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
15700 and compiled w/o GCC.
c906108c
SS
15701
15702 * gdb.hp/watch-cmd.exp: ditto.
15703
15704 * gdb.hp/watch-hp.exp: ditto.
15705
15706 * gdb.hp/xdb1.exp: ditto.
15707
15708 * gdb.hp/xdb2.exp: ditto.
15709
15710 * gdb.hp/dbx.exp: ditto.
15711
15712Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
15713
15714 * constvars.c: Remove C++-isms.
15715 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
15716 with GCC.
15717
15718Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
15719
15720 The following changes are part of the HP merge.
15721
15722 * gdb.base/break.exp: new tests to verify that catchpoints for
15723 fork, vfork, and exec don't trigger inappropriately.
15724
15725 * gdb.base/opaque.exp: compile one file at a time, then link.
15726
15727 * gdb.base/signals.exp: be more restrictive about which hppa
15728 systems receive a setup_xfail. new tests.
15729
15730 * gdb.base/solib_threshold.build: new file.
15731 * gdb.base/solib_threshold.exp: new file.
15732 * gdb.base/solib_threshold.link_opts: new file.
15733 * gdb.base/solib_threshold.mk: new file.
15734 * gdb.base/gen_solib_threshold.c: new file.
15735
15736 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
15737 tests. New tests for enums inside classes.
15738
15739 * gdb.c++/compiler.cc: indicate support of template debugging.
15740
15741 * gdb.c++/demangle.exp: run hp style demangling tests.
15742
15743 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
15744 tests.
15745
15746 * gdb.c++/misc.cc: changes to support new tests.
15747
15748 * gdb.c++/templates.cc: changes to support HP's compiler; changes
15749 to support new tests.
15750
15751 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
15752 gcc, then skip these tests.
15753
15754Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
15755
15756 The following files are part of the HP merge; some had longer
15757 names at HP, but have been renamed to be no more than 14
15758 characters in length.
15759
15760 * gdb.hp/ambiguous.cc: new file.
15761 * gdb.hp/ambiguous.exp: new file.
15762 * gdb.hp/attach.exp: new file.
15763 * gdb.hp/attach2.exp: new file.
15764 * gdb.hp/classes-hp.exp: new file.
15765 * gdb.hp/ctti.exp: new file.
15766 * gdb.hp/ctti-add.cc: new file.
15767 * gdb.hp/ctti-add1.cc: new file.
15768 * gdb.hp/ctti-add2.cc: new file.
15769 * gdb.hp/ctti-add3.cc: new file.
15770 * gdb.hp/dbx.exp: new file.
15771 * gdb.hp/exception.cc: new file.
15772 * gdb.hp/exception.exp: new file.
15773 * gdb.hp/foll-exec.c: new file.
15774 * gdb.hp/foll-exec.exp: new file.
15775 * gdb.hp/foll-fork.c: new file.
15776 * gdb.hp/foll-fork.exp: new file.
15777 * gdb.hp/foll-vfork.c: new file.
15778 * gdb.hp/foll-vfork.exp: new file.
15779 * gdb.hp/inherit-hp.exp: new file.
15780 * gdb.hp/more-steps.exp: new file.
15781 * gdb.hp/namespace.cc: new file.
15782 * gdb.hp/namespace.exp: new file.
15783 * gdb.hp/optimize.exp: new file.
15784 * gdb.hp/pxdb.c: new file.
15785 * gdb.hp/pxdb.exp: new file.
15786 * gdb.hp/quicksort.exp: new file.
15787 * gdb.hp/reg-test.exp: new file.
15788 * gdb.hp/reg-test.s: new file.
15789 * gdb.hp/sized-enum.c: new file.
15790 * gdb.hp/sized-enum.exp: new file.
15791 * gdb.hp/start-stop.exp: new file.
15792 * gdb.hp/templ-hp.cc: new file.
15793 * gdb.hp/templ-hp.exp: new file.
15794 * gdb.hp/thr-lib.c: new file.
15795 * gdb.hp/thr-lib.exp: new file.
15796 * gdb.hp/thr-lib.h: new file.
15797 * gdb.hp/thr-liblib.c: new file.
15798 * gdb.hp/virtfun-hp.c: new file.
15799 * gdb.hp/virtfun-hp.exp: new file.
15800 * gdb.hp/watch-cmd.exp: new file.
15801 * gdb.hp/watch-hp.exp: new file.
15802 * gdb.hp/xdb1.exp: new file.
15803 * gdb.hp/xdb2.exp: new file.
15804 * gdb.hp/xdb3.exp: new file.
15805
15806Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
15807
15808 The following files are part of the HP merge; some had longer
15809 names at HP, but have been renamed to be no more than 14
15810 characters in length.
15811
15812 * gdb.base/ss.h: new file.
15813 * gdb.base/call-ar-st.c: new file.
15814 * gdb.base/call-ar-st.exp: new file.
15815 * gdb.base/call-rt-st.c: new file.
15816 * gdb.base/call-rt-st-exp: new file.
15817 * gdb.base/call-strs.exp: new file.
15818 * gdb.base/ena-dis-br.exp: new file.
15819 * gdb.base/environ.exp: new file.
15820 * gdb.base/long_long.exp: new file.
15821 * gdb.base/sect-cmd.exp: new file.
15822 * gdb.base/shlib-cl2.exp: new file.
15823 * gdb.base/smoke.exp: new file.
15824 * gdb.base/so-impl-ld.c: new file.
15825 * gdb.base/so-impl-ld.exp: new file.
15826 * gdb.base/so-indr-cl.c: new file.
15827 * gdb.base/so-indr-cl.exp: new file.
15828 * gdb.base/varargs.exp: new file.
15829 * gdb.base/volatile.exp: new file.
15830 * gdb.base/whatis-exp.exp: new file.
7a292a7a 15831 * gdb.base/display.exp: new file.
c906108c
SS
15832 * gdb.c++/derivation.exp: new file.
15833 * gdb.c++/local.exp: new file.
15834 * gdb.c++/member-ptr.exp: new file.
15835 * gdb.c++/overload.exp: new file.
15836 * gdb.c++/ovldbreak.exp: new file.
15837 * gdb.c++/ref-types.exp: new file.
15838 * gdb.c++/ref-types2.exp: new file.
15839 * gdb.c++/userdef.exp: new file.
d63a86f8 15840
c906108c
SS
15841Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
15842
15843 * gdb.base/default.exp: Reflect wording change in remote.c.
15844
dc96c6c7 15845Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
15846
15847 * gdb.base/help.exp: Update to reflect current text.
15848
15849Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
15850
15851 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
15852 they're stack variables and contain garbage.
15853 * gdb.c++/anon-union.exp: new file.
15854
15855 The following changes were made by David Taylor
15856 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
15857 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
15858 in changes by HP.
15859
15860 * gdb.base/bitops.exp: new file.
15861 * gdb.base/default.exp: change expected messages for catch and
15862 info catch tests to reflect HP merge changes.
15863 * gdb.base/enable-disable-break.exp
15864 * gdb.base/ending-run.c: new file.
15865 * gdb.base/long_long.c: new file.
15866 * gdb.base/maint.exp: new file.
15867 * gdb.base/pointers2.exp: new file.
15868 * gdb.base/shlib-call2.exp: new file.
15869 * gdb.base/solib.exp: new file.
15870 * gdb.base/step-test.c: new file.
15871 * gdb.c++/anon-union.cc: new file.
15872 * gdb.c++/local.cc: new file.
15873 * gdb.c++/member-pointer.cc: new file.
15874 * gdb.c++/method.cc: new file.
15875 * gdb.c++/ref-types.cc: new file.
15876 * gdb.c++/ref-types2.cc: new file.
15877 * gdb.c++/userdef.cc: new file.
d63a86f8 15878
c906108c
SS
15879 * gdb.base/scope.exp: compile one file at a time, then link.
15880 * gdb.base/langs.exp: ditto.
15881 * gdb.base/list.exp: ditto.
d63a86f8 15882
c906108c
SS
15883Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
15884
15885 The following changes were made by David Taylor
15886 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
15887 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
15888 in changes by HP.
d63a86f8 15889
c906108c
SS
15890 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
15891 skip tests. When compiling pass c++ flag to gdb_compile.
15892 * gdb.c++/
d63a86f8 15893
c906108c
SS
15894 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
15895 test for on hppa*-*-hpux*; use args to see if c++ was specified.
15896 (skip_hp_tests): new function.
15897 (gdb_preprocess): new function.
15898
15899 * configure.in (hpdir): decide whether to configure gdb.hp.
15900 * configure: regenerated.
15901
15902 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
15903 to delete on clean.
15904 (EXECUTABLES): update to reflect new additions.
15905 * gdb.base/commands.exp: update message expected.
15906 * gdb.base/default.exp: add copyright notice.
15907 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
15908 * gdb.base/help.exp: update messages to reflect current text.
15909 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
15910 targets for recurse tests.
15911 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
15912 skip this file.
15913
15914 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
15915 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
15916 compilation.
15917 * gdb.c++/misc.exp: ditto.
15918 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
15919 run the tests. tell gdb_compile that it's a c++ compilation.
15920
15921 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 15922
c906108c
SS
15923 * gdb.base/all-bin.exp: new file.
15924 * gdb.base/arithmet.exp: new file.
15925 * gdb.base/assign.exp: new file.
15926 * gdb.base/completion.exp: new file.
15927 * gdb.base/cond-expr.exp: new file.
15928 * gdb.base/condbreak.exp: new file.
15929 * gdb.base/define.exp: new file.
15930 * gdb.base/dollar.exp: new file.
15931 * gdb.base/environment.exp: new file.
15932 * gdb.base/eval-skip.exp: new file.
15933 * gdb.base/jump.exp: new file.
15934 * gdb.base/logical.exp: new file.
15935 * gdb.base/pointers.exp: new file.
15936 * gdb.base/relational.exp: new file.
15937 * gdb.base/section_command.exp: new file.
15938 * gdb.base/whatis-expr.exp: new file.
15939
15940 * gdb.base/all-types.c: new file.
15941 * gdb.base/call-array-struct.c: new file.
15942 * gdb.base/call-return-struct.c: new file.
15943 * gdb.base/call-strings.c: new file.
15944 * gdb.base/callfuncs2.c: new file.
15945 * gdb.base/condbreak.c: new file.
15946 * gdb.base/constvars.c: new file.
15947 * gdb.base/display.c: new file.
15948 * gdb.base/int-type.c: new file.
15949 * gdb.base/jump.c: new file.
15950 * gdb.base/miscexprs.c: new file.
15951 * gdb.base/pointers.c: new file.
15952 * gdb.base/pointers2.c: new file.
15953 * gdb.base/shmain.c: new file.
15954 * gdb.base/shr1.c: new file.
15955 * gdb.base/shr2.c: new file.
15956 * gdb.base/solib.c: new file.
15957 * gdb.base/solib1.c: new file.
15958 * gdb.base/solib2.c: new file.
15959 * gdb.base/varargs.c: new file.
15960 * gdb.c++/derivation.cc: new file.
15961 * gdb.c++/overload.cc: new file.
15962 * gdb.c++/ovldbreak.cc: new file.
15963 * gdb.hp/attach.c: new file.
15964 * gdb.hp/attach2.c: new file.
15965 * gdb.hp/average.c: new file.
15966 * gdb.hp/compiler.c: new file.
15967 * gdb.hp/compiler.cc: new file.
15968 * gdb.hp/execd-program.c: new file.
15969 * gdb.hp/follow-exec.c: new file.
15970 * gdb.hp/follow-fork.c: new file.
15971 * gdb.hp/follow-vfork-and-exec.c: new file.
15972 * gdb.hp/misc-hp.cc: new file.
15973 * gdb.hp/more-steps.c: new file.
15974 * gdb.hp/optimize.c: new file.
15975 * gdb.hp/quicksort.c: new file.
15976 * gdb.hp/run-hp.c: new file.
15977 * gdb.hp/start-stop.c: new file.
15978 * gdb.hp/sum.c: new file.
15979 * gdb.hp/templates-hp.cc: new file.
15980 * gdb.hp/thread-local-in-lib.c: new file.
15981 * gdb.hp/thread-local-in-lib.h: new file.
15982 * gdb.hp/thread-local-in-lib.lib.c: new file.
15983 * gdb.hp/vforked-program.c: new file.
15984 * gdb.hp/virtfunc-hp.cc: new file.
15985 * gdb.hp/watchpoint-hp.c: new file.
15986 * gdb.hp/xdb.c: new file.
15987 * gdb.hp/xdb0.c: new file.
15988 * gdb.hp/xdb0.h: new file.
15989 * gdb.hp/xdb1.c: new file.
15990
15991Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
15992
15993 The following change was made by Edith Epstein
15994 <eepstein@cygnus.com> as part of a project to merge in changes
15995 originally made by HP; HP did not create ChangeLog entries.
15996
15997 * gdb.c++/demangle.exp: changed the expected output for some
15998 ARM-style mangling -- removed second reference to datatype.
15999 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16000 T1<char>::~T1<char>(void)
c906108c 16001 becomes,
a9c64011
AS
16002 maint demangle __dt__11T1__pt__2_cFv
16003 T1<char>::~T1(void)
c906108c
SS
16004
16005 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16006
c906108c
SS
16007Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16008
16009 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16010 * gdb.trace/backtrace.exp: Likewise.
16011 * gdb.trace/circ.exp: Likewise.
16012 * gdb.trace/collection.exp: Likewise.
16013 * gdb.trace/deltrace.exp: Likewise.
16014 * gdb.trace/infotrace.exp: Likewise.
16015 * gdb.trace/limits.exp: Likewise.
16016 * gdb.trace/packetlen.exp: Likewise.
16017 * gdb.trace/passc-dyn.exp: Likewise.
16018 * gdb.trace/passcount.exp: Likewise.
16019 * gdb.trace/report.exp: Likewise.
16020 * gdb.trace/save-trace.exp: Likewise.
16021 * gdb.trace/tfind.exp: Likewise.
16022 * gdb.trace/tracecmd.exp: Likewise.
16023 * gdb.trace/while-dyn.exp: Likewise.
16024 * gdb.trace/while-stepping.exp: Likewise.
16025
160261998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16027
16028 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16029
16030Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16031
16032 From Brendan Kehoe:
16033 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16034 int return types.
16035
16036Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16037
16038 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16039 remote dos host testing right.
16040
16041Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16042
16043 * gdb.base/corefile.exp: remove some xfails.
16044
16045Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16046
16047 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16048 have different timestamps.
16049
16050Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16051
16052 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16053 gdb.base/default.exp: Replace "exec" with "executable".
16054
16055Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16056
16057 * gdb.base/default.exp: Change else if to elseif from previous
16058 delta.
16059
16060Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16061
16062 * gdb.base/default.exp: Add brace missing from previous delta.
16063
16064Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16065
16066 * gdb.base/default.exp: Support test for info float for all
16067 varieties of arm toolchain.
16068
dc96c6c7 16069Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16070
16071 * gdb.trace/*.exp: remove "remote_download" command.
16072
dc96c6c7 16073Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16074
16075 * gdb.trace/*.exp: remove -gdwarf from compile.
16076
16077Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16078
16079 * gdb.trace/configure.in(AC_INIT): typo
16080 * gdb.trace/configure: regenerated
16081
dc96c6c7 16082Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16083
16084 * config/m68k-emc.exp: New file.
16085 * lib/<emc-support.exp trace-support.exp}: New files.
16086 * configure.in: add new test directory gdb.trace.
16087 * gdb.trace/{configure configure.in Makefile.in}: New files.
16088 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16089 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16090 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16091 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16092 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16093 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16094 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16095
dc96c6c7 16096Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16097
16098 * gdb.c++/classes.exp: Change all regular expressions to match
16099 arbitrary combinations of newline/carriage-return, so that they
16100 will work equally well on Unix and Windows.
16101 * gdb.c++/inherit.exp: ditto.
16102 * gdb.c++/virtfunc.exp: ditto.
16103
161041998-08-11 Dawn Perchik <dawn@cygnus.com>
16105
16106 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16107
c2d11a7d
JM
16108Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16109
16110 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16111 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16112 to use a0-a3/d0-d3 as needed.
16113
16114Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16115
16116 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16117 * gdb.disasm/am33.exp: Corresponding changes.
16118
c906108c
SS
161191998-07-11 Felix Lee <flee@cygnus.com>
16120
16121 * gdb.base/callfuncs.exp: add cmp10 test.
16122 * gdb.base/callfuncs.c (cmp10): new function.
16123
16124Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16125
d63a86f8 16126 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16127 into two parts to get around a synchronization problem in expect.
16128
3fc11d3e
JM
16129Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16130
16131 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16132
16133 * configure.in: Add options for gdbtk testsuite.
16134
16135 * configure: Regenerate.
16136
16137 * gdb.gdbtk: New directory to hold gdbtk tests.
16138
c906108c
SS
16139Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16140
16141 * gdb.fortran/types.exp: Escape brackets in expect patterns
16142 for test_float_literal_types_accepted tests.
16143 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16144 before run test.
16145
c2d11a7d
JM
16146Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16147
16148 * am33.exp: Just compile, do not link the testcase.
16149 * am33.s: Add ".am33" pseudoop to force am33 mode.
16150
c906108c
SS
161511998-06-25 Felix Lee <flee@cygnus.com>
16152
16153 * gdb.base/setshow.exp: make sure $pc is sane.
16154
16155 * gdb.stabs/weird.exp: split expect patterns properly.
16156
c2d11a7d
JM
16157Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16158
16159 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16160 * gdb.disasm/am33.exp: Run it.
16161
dc96c6c7 16162Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16163
16164 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16165 match processing (and eliminate spurious timeouts when running).
16166
dc96c6c7 16167Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16168
16169 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16170 exception test, but conditionalize it on target [mach | gnu].
16171
dc96c6c7 16172Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16173
16174 * gdb.base/overlays.exp: fixup compile line for linker script.
16175
16176Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16177
16178 * gdb.fortran/types.exp: don't guess at float size.
16179
16180Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16181
16182 * gdb.base/exprs.exp: delete test that depends on int size.
16183
16184Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16185
16186 * config/sim.exp: Removed checks for target triplets.
16187 (gdb_target_sim): Use gdb,target_sim_options.
16188
16189Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16190
16191 * gdb.base/reread.exp: New file.
16192 * gdb.base/reread1.c: New file.
16193 * gdb.base/reread2.c: New file.
16194
16195Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16196
16197 * config/sim.exp: Use 'target sim -sparclite' when running
16198 SPARClite programs.
16199
16200Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16201
16202 * gdb.base/structs2.exp: New file.
16203 * gdb.base/structs2.c: New file.
16204
16205Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16206
16207 * gdb.asm/common.inc: New file.
16208 * gdb.asm/d10v.inc: New file.
16209 * asm-source.exp: Pass -I's to gas to find .inc files.
16210 Update line numbers in expected output.
16211 * asmsrc1.s: Rewrite.
16212 * asmsrc2.s: Rewrite.
16213 * configure.in: Create arch.inc symlink.
16214 * configure: Regenerate.
16215 * Makefile.in (distclean): Delete arch.inc.
16216
16217Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16218
16219 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16220 (t_enum_value2): ditto
16221 (t_enum_value3): ditto
16222 (main): ditto
16223Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16224
16225 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16226 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16227 change.
16228 Use gdb_test instead of send_gdb/gdb_expect sequences.
16229
16230Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16231
16232 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16233 not void.
16234
16235Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16236
16237 * gdb.base/branches.c: Code with lots of loops and
16238 subroutines. Used to test gdbs ability to single step through PC
16239 changes, especially to test mips-tdep.c:mips_next_pc
16240
16241Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16242
16243 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16244 more rigorous EGCS C++ error checking.
16245
16246Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16247
a9c64011
AS
16248 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16249 tests.
16250 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16251 function when asleep.
16252 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16253 for i*86 Linux and SVR4 signal handling problems.
16254 Remove linux xfail for `next to handler in signals_tests_1', fixed
16255 by recent infrun.c change.
16256 Limit backtrace to 10 frames to avoid timeout problems with infinite
16257 stack backtraces.
16258 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16259 target.[ch] change.
c906108c
SS
16260
16261Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16262
16263 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16264 for a newline from gdb before continuing.
16265 (default_gdb_exit): Just look for y or n.
16266 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16267 it does, fail the rests of the tests in the file.
16268
16269Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16270
16271 * config/cygmon.exp: New file.
16272
16273Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16274
16275 * gdb.base/list.exp: Fix problem with "list default lines around
16276 main" test on remote targets.
16277
16278 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16279 run test on remote targets.
16280
16281Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16282
16283 * gdb.asm: New directory.
16284 * configure.in: Configure it.
16285 * configure: Regenerate.
16286 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16287 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16288
16289Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16290
16291 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16292
dc96c6c7 16293Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16294
a9c64011
AS
16295 * gdb.base/overlays (several files): Merge the two overlay
16296 managers into one. Change variables (foox, barx, bazx, grbxx)
16297 back into ints but force them to load in their proper sections.
c906108c
SS
16298
16299Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16300
16301 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16302 on-chip insn memory and IMAP1 to upper 128k.
16303 (D10VCopy): Handle memory regions crossing 16k boundaries.
16304 (D10VCopy): Transfer data in 32 bit chunks.
16305
16306Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16307
16308 * gdb.base/overlays.c (main): Exit normally when result is
16309 correct.
16310
16311 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16312 map. Include space for printf in .text segment.
16313
16314 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16315 updated d10v memory VMA/LMA map.
16316 (D10VCopy): Call D10VTranslate.
d63a86f8 16317
c906108c
SS
16318Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16319
16320 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16321
16322 * gdb.base/bar.c (barx, bar): Change variable to small array so
16323 that it won't be put into the .sdata - small data -
16324 section. Update reference.
16325 * gdb.base/baz.c (bazx, baz): Ditto.
16326 * gdb.base/foo.c (foox, foo): Ditto.
16327 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16328
16329 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16330 to be arrays.
d63a86f8 16331
dc96c6c7 16332Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16333
a9c64011
AS
16334 * gdb.base/overlays.exp: fix up and get working again.
16335 Add tests for backtraces from an overlay function.
d63a86f8 16336
c906108c
SS
16337Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16338
16339 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16340 "calling function with watchpoint enabled".
16341
16342Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16343
16344 * gdb.base/break.exp (test_next_with_recursion): Remove
16345 gdb_suppress_tests for d10v-*-*.
16346 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16347 pending review of whether it is useful or not.
16348
16349Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16350
16351 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16352
16353Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16354
16355 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16356 * config/dve.exp: New file to support Densan boards.
16357
16358Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16359
16360 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16361 reads and BSD.
16362
16363Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16364
16365 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16366 response.
16367
16368 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16369
16370Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16371
16372 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16373 test.
16374
16375 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16376 target_sizeof_long and target_bigendian_p.
16377 (structs_by_value, structs_by_reference): Check values according
16378 to targets word size and endianess.
d63a86f8 16379
c906108c
SS
16380Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16381
16382 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16383 output.
16384
16385Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16386
16387 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16388 Update test of set args help to match source change.
16389
16390Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16391
16392 * gdb.base/default.exp: Expect help system output to be in
16393 alphabetical order.
16394 * gdb.base/help.exp: Ditto.
16395
16396Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16397
16398 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16399 "i*86-pc-linux-gnu*".
16400 * gdb.base/interrupt.exp: Ditto.
16401 * gdb.base/corefile.exp: Ditto.
16402
16403 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16404 define vxworks when building the testcase.
16405
16406 * gdb.base/ptype.exp: Fix testnames to be unique.
16407 * gdb.base/radix.exp: Ditto.
16408 * gdb.base/term.exp: Ditto.
16409 * gdb.base/whatis.exp: Ditto.
16410 * gdb.c++/classes.exp: Ditto.
16411
16412Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16413
16414 * gdb.base/callfuncs.exp: Fix indentation.
16415
16416 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16417 suppress_flag has been set.
16418 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16419 target feature.
16420
16421Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16422
16423 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16424 the testcase.
16425
16426 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16427 set_debug_traps() and breakpoint().
16428 * gdb.c++/misc.cc (main): Ditto.
16429 * gdb.c++/templates.cc (main): Ditto.
16430 * gdb.c++/virtfunc.cc (main): Ditto.
16431
16432Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16433
16434 * lib/gdb.exp(gdb_step_for_stub): New function.
16435 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16436 exists, reload the executable and do a "continue" instead of
16437 doing a jump.
16438 (runto_main): Use gdb_step_for_stub.
d63a86f8 16439
c906108c
SS
16440 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16441 tests to have unique names.
16442 * gdb.base/callfuncs.exp: Ditto.
16443 * gdb.base/commands.exp: Ditto.
16444 * gdb.base/default.exp: Ditto.
16445 * gdb.base/help.exp: Ditto.
16446 * gdb.base/list.exp: Ditto.
16447 * gdb.base/opaque.exp: Ditto.
16448 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16449 similar tests.
d63a86f8 16450
c906108c
SS
16451 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16452 * gdb.c++/cplusfuncs.cc: Ditto.
16453 * gdb.c++/virtfunc.cc: Ditto.
16454
16455 * config/monitor.exp: Keep track of the last file we saw, rather
16456 than trying to get the info from gdb.
16457
16458 * gdb.fortran/types.exp: Move comment to previous line.
16459
16460Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16461
16462 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16463 target mode.
16464
16465Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16466
16467 From Bob Manson:
16468 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16469 string from GDB when it connects.
16470
16471 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16472
16473Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16474
16475 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16476 if we can't get a debug format from GDB (we may be testing an
16477 older GDB). Use a 10 second timeout when checking for the format.
16478
16479 * gdb.stabs/weird.exp: Fix quoting.
16480
16481 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16482
16483Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16484
16485 * config/arm-ice.exp: New file.
16486
16487Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16488
16489 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16490 until it has been modified to work with the new testsuite.
16491
99707966 16492 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
16493 testcase won't compile, cause all of the testcases in the file to
16494 fail instead.
16495
16496 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16497 (gdb_clear_suppressed): New procedure.
16498 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16499 it contains a positive value.
16500
16501Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16502
16503 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16504
16505 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16506
16507Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16508
16509 * lib/gdb.exp (setup_xfail_format): New function.
16510 (get_debug_format): New function to get debug format.
16511 (debug_format): New global variable to hold last value set
16512 by get_debug_format.
16513 * gdb.base/list.exp: Call get_debug_format and expect some
16514 tests to fail for DWARF 1 and COFF formats.
16515 * gdb.c++/ptype.exp: Ditto.
16516 * gdb.c++/classes.exp: Ditto.
16517 * gdb.c++/cplusfuncs.exp: Ditto.
16518 * gdb.c++/inherit.exp: Ditto.
16519 * gdb.c++/templates.exp: Ditto.
16520 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 16521
c906108c
SS
16522Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16523
16524 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16525 host doesn't have a currently-open connection.
16526
16527 * config/sparclet.exp: Cleanups and fixes to make it generic for
16528 any gdb stub target. Handle cases where gdb doesn't respond when
16529 interrupted in a sane fashion.
16530
16531 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16532 same thing in a totally different way.
16533
16534 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16535 setting "timeout".
16536 (gdb_start): We set the global gdb_prompt variable in
16537 default_gdb_init now.
16538
16539Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16540
16541 * gdb.base/printcmds.exp: Fix "check for floating addition"
16542 regexp to accept results within approx +/- .01 of exact value.
16543 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16544
16545Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16546
16547 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16548 properly.
16549 (gdb_expect): Add optional timeout parameter, and add timeout
16550 value to various calls.
16551 (gdb_suppress_tests): Only give one warning message per group.
16552
16553Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16554
16555 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16556 global variables. Handle getting a value for $timeout more
16557 gracefully.
16558
16559Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16560
16561 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16562 initialize.
16563 (default_gdb_init): New procedure; allow gdb_init to be overridden
16564 by a target configuration file.
16565 (gdb_expect): Pass the timeout to remote_expect.
16566
16567 * config/monitor.exp(gdb_load): Fix typo in regexp.
16568
16569Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16570
16571 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16572
16573Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16574
16575 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16576 here. Call gdb_target_exec before rebooting the target, to make
16577 sure the connection to the target is closed.
16578 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16579 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16580 Also detect "Timeout reading from remote" error.
16581
16582 * config/gdbserver.exp: Pass the executable being loaded to
16583 gdb_target_monitor. Don't call gdb_file_cmd here; let
16584 gdb_target_monitor do it.
16585
16586 * gdb.disasm/hppa.exp: Don't use exec_output.
16587
16588Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
16589
16590 * gdb.base/list.exp: If we're debugging a non-native target,
16591 try to set the pc register to point to the start of the
16592 program before doing the first list command.
16593
16594 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
16595 test_calls after restarting.
16596
16597 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
16598 reloading.
16599
16600 * gdb.base/watchpoint.exp: Fix typo.
16601
16602 * gdb.base/setshow.exp: Check for use_gdb_stub.
16603
16604 * gdb.base/break.exp: Fix continue until exit test for the gdb
16605 stub case.
16606 * gdb.base/langs.exp: Ditto.
16607
16608 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
16609 gdb_load_offset. If we weren't given a file to load, figure out
16610 what the current file is and use it.
16611
16612 * config/i386-bozo.exp: New file.
16613
16614Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
16615
16616 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
16617 feature.
16618
16619 * config/proelf.exp: New entry.
16620
16621Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
16622
16623 * lib/gdb.exp: Remove spurious .* patterns at the beginning
16624 of regexps.
16625
16626 * gdb.base/watchpoint.exp: Don't run the test_stepping
16627 tests if gdb can't call functions on the target.
16628
16629 * gdb.base/setshow.exp: Don't run the set prompt tests if
16630 the board has gdb_prompt set.
16631
16632Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
16633
16634 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
16635 * gdb.base/commands.exp: Likewise.
16636 * gdb.base/setshow.exp: Likewise.
16637
16638Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
16639
16640 * config/monitor.exp(gdb_start): Look for gdb_prompt target
16641 feature.
16642
16643 * config/i960.exp: New file.
16644
16645Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
16646
16647 * gdb.base/funcargs.exp: Check for gdb,short_int target
16648 feature instead of looking for explicit target triplets.
16649
dc96c6c7 16650Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 16651
d63a86f8 16652 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
16653 "p 123DEADBEEF", to check parse_number.
16654 * top.c: change "to enable to enable" to "to enable" in a couple
16655 of help strings.
16656
16657Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
16658
16659 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
16660 on the mn10300.
d63a86f8 16661
c906108c
SS
16662Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
16663
16664 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
16665 where the test executable is run with explicit args.
16666 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
16667
16668Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
16669
16670 * gdb.base/run.c: Use FAKEARGV to build test executable that
16671 does not require a command line arg, since most simulators
16672 don't currently support passing such an arg into the simulated
16673 program.
16674 * gdb.base/commands.exp: Change tests to insert the proper
16675 value as the arg to the first recursive factorial call. Change
16676 compilation line to define FAKEARGV at compile time.
16677
16678Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
16679
16680 * gdb.base/recurse.exp: Enable these tests for the mn10300.
16681 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
16682 function with watchpoint enabled" test.
16683
16684Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
16685
16686 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
16687 Don't call gdb_test when the command doesn't return to a gdb prompt.
16688
16689 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
16690 "Tests restarted" messages.
16691
16692Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
16693
16694 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
16695
dc96c6c7 16696Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16697
16698 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
16699 for INFO SYMBOL; add help tests for OVERLAY commands.
16700 * gdb.base/default.exp: add tests for INFO SYMBOL command;
16701 add tests for OVERLAY commands
16702 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
16703 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
16704 * gdb.base/sigall.c: add usestubs code frag
16705 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 16706
c906108c
SS
16707Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
16708
16709 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
16710 failures.
16711 (gdb_stop_suppressing_tests): Note that tests have restarted.
16712
16713Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
16714
16715 * config/h8300.exp: New file.
16716
16717Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
16718
16719 * gdb.base/setshow.exp: Check for the existence of a
16720 feature, not its value.
16721
16722Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
16723
16724 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
16725
16726 * gdb.base/scope.exp: It's now init0(), not init().
16727
16728 * gdb.base/scope0.c: For now, change init() to be init0().
16729
16730 * config/monitor.exp: Use gdb_serial in preference to serial
16731 or netport.
16732
16733 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
16734 and it's not already set.
16735
16736Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
16737
16738 * gdb.base/setshow.exp: Only test the run command if the target
16739 isn't using a stub and if it supports argument passing.
16740
16741Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
16742
16743 * config/udi.exp(gdb_start): Make sure UDICONF is set
16744 properly before starting gdb.
16745
16746Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
16747
16748 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
16749 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
16750 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
16751
16752Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
16753
16754 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
16755 specialized code to reboot the board, use remote_reboot instead.
16756
16757 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
16758
16759 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
16760
16761 * config/monitor.exp: Make sure we disconnect from the target.
16762 Also, try a reboot/reload cycle instead of failing if the
16763 load fails.
16764
16765Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
16766
16767 * gdb.base/default.exp: Don't set match_max.
16768 * gdb.base/help.exp: Ditto.
16769 * gdb.base/list.exp: Ditto.
16770 * gdb.base/signals.exp: Ditto.
16771
16772 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
16773 set, use remote_ld to download the testcase instead of
16774 the GDB loader.
16775
16776Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
16777
16778 * config/vr5000.exp: New file.
16779
16780 * config/monitor.exp(gdb_target_monitor): Add pattern for
16781 "Ending remote" to detect errors in connecting.
16782
16783 * gdb.base/setshow.exp: Add .* within auto language test.
16784
16785 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
16786 target feature.
16787
16788 * config/monitor.exp(gdb_load): Check for a failure when loading,
16789 and reboot the board if necessary.
16790
16791 * gdb.base/setvar.exp(test_set): Handle multiple prints within
16792 a set of tests. Remove print.* from the patterns being checked.
16793
16794Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
16795
16796 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
16797 refer to gdb_spawn_id.
16798
16799 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
16800 longer used.
16801 * config/sparclet.exp: Ditto.
16802 * config/sparclet-old.exp: Ditto.
16803 * config/slite.exp: Ditto.
16804 * config/sim.exp: Ditto.
16805 * gdb.base/funcargs.exp: Ditto.
16806
16807 * lib/gdb.exp:Remove references to gdb_spawn_id.
16808 (gdb_expect): Move to remote.exp.
16809
16810Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
16811
16812 * config/monitor.exp: Detect the "Couldn't establish connection"
16813 message from GDB.
16814
16815Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
16816
16817 * gdb.base/bitfields.exp: Use runto instead of explicit
16818 gdb_run_cmd/gdb_expect sequences.
16819
16820 * gdb.base/break.exp(text_next_with_recursion): Add match for
16821 gdb_expect call.
16822
16823 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
16824 We also need to handle the "A program is being debugged already"
16825 prompt from gdb. Use gdb_test to set the baud rate.
16826
16827 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
16828 to 20000. Really. I mean it.
16829
16830Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16831
16832 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
16833 fails. If suppress_flag is set, skip perror message about not
16834 being able to send to GDB.
16835 (send_gdb): If suppress_flag is set, don't try to send commands to
16836 GDB.
16837 (gdb_expect): If suppress_flag is set, always fail immediately.
16838 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
16839 (gdb_init): Call gdb_stop_suppressing_tests.
16840 (default_gdb_exit): Ditto.
16841 (default_gdb_start): Ditto.
16842
16843 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
16844 gdb_stop_suppressing_tests as appropriate.
16845 * gdb.base/break.exp: Ditto.
16846 * gdb.base/callfuncs.exp: Ditto.
16847 * gdb.base/commands.exp: Ditto.
16848 * gdb.base/exprs.exp: Ditto.
16849 * gdb.base/funcargs.exp: Ditto.
16850 * gdb.base/list.exp: Ditto.
16851 * gdb.base/recurse.exp: Ditto.
16852 * gdb.base/scope.exp: Ditto.
16853 * gdb.base/structs.exp: Ditto.
16854 * gdb.c++/inherit.exp: Ditto.
16855
16856Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
16857
16858 * config/vr4300.exp: New file.
16859
99707966 16860 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 16861
99707966 16862 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
16863
16864Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
16865
16866 * lib/gdb.exp(gdb_init): New function.
16867
16868 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
16869 for each individual variable set.
16870
16871 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
16872 name.
16873
16874 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
16875
16876 * gdb.base/scope.exp: Use gdb_test.
16877
16878 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
16879 aborting; the testsuite driver will do that for us (see
16880 gdb_finish). Also, use gdb_test in a few more places.
16881
16882Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16883
16884 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
16885
16886Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
16887
16888 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
16889 and "add_tests" are not at the same address.
16890
16891Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
16892
16893 * gdb.base/ptype.exp: Use gdb_test.
16894
16895Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
16896
16897 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
16898 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
16899 left in. No longer expect them to fail.
16900
16901 * gdb.stabs/*.mt; Deleted, no longer used.
16902 * gdb.stabs/configure.in: Remove references to target makefile
16903 frags.
16904 * gdb.stabs/configure: Rebuilt.
16905
16906 * gdb.disasm/*.mt: Deleted, no longer used.
16907 * gdb.disasm/configure.in: Remove references to target makefile
16908 frags. Use "sh3.s" as the unique filename for this directory.
16909 * gdb.disasm/configure: Rebuilt.
16910
16911 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
16912 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
16913 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
16914
16915Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
16916
16917 * config/udi.exp: Use mondfe,name instead of remote_host.
16918
16919Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
16920
16921 * gdb.base/watchpoint.exp: Don't expect a failure when calling
16922 a function with a watchpoint enabled on the mn10200.
16923
16924 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
16925 before trying to create it!
16926
16927Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
16928
16929 * config/vx.exp: Use hostname instead of netport.
16930
16931 * config/vxworks.exp: New file.
16932
16933 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
16934
16935 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
16936 gdb before assuming everything worked. Send a ^C if a timeout
16937 occurs.
16938
16939 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
16940 $gdb_spawn_id directly.
16941 (gdb_run_cmd): Try _start as well as start. Use the target feature
16942 gdb,start_symbol as the symbol to start from when jumping.
16943
16944Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
16945
16946 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
16947 redundant) test.
16948
16949 * gdb.base/recurse.exp: Relax final value test for 'b' so that
16950 it doesn't lose for 16bit integer systems.
16951
16952Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
16953
16954 * gdb.fortran/types.exp: If the target doesn't support "double"
16955 data types, then expect "real" types to only be 4 bytes.
16956
16957 * gdb.c++/virtfunc.exp: Expect failure for virtual function
16958 call tests if the target doesn't support inferior function calls.
16959
16960 * gdb.base/printcmds.exp: Allow minor deviation in FP values
16961 in printf tests.
16962
16963Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
16964
16965 * gdb.base/help.exp: Disable "help set", "help show", and
16966 "help support". Simplify regexp for "help stack".
16967
16968 * gdb.base/default.exp: Set match_max to 5000 and the timeout
16969 to 60 seconds. Temporarily set match_max to 15000 around the
16970 "info copying" test.
16971
16972 * gdb.base/nodebug.exp: Don't try to do an inferior function
16973 call if the target doesn't support them.
16974 * gdb.base/printcmds.exp: Likewise.
16975 * gdb.base/setvar.exp: Likewise.
16976 * gdb.base/structs.exp: Likewise.
16977 * gdb.c++/templates.exp: Likewise.
16978 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
16979
16980 * gdb.base/recurse.exp: Enable for the mn10200.
16981
16982 * configure.in: Do configure gdb.stabs directory for *-*-elf
16983 targets.
16984 * configure: Rebuilt.
16985
16986 * gdb.base/break.exp: Check for gdb,noresults before testing
16987 exit status and/or results from the target.
16988 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
16989 * lib/gdb.exp: Remove old (now bogus) initialization of
16990 noinferior, noargs, noresults and nosignals.
16991
16992Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
16993
16994 * config/sh.exp: New file.
16995
16996 * config/slite.exp: Try to connect multiple times to the board
16997 before rebooting. Only send a "monitor run" if need_monitor_run
16998 is set.
16999
17000 * gdb.base/break.exp: Don't do the "stub continue" test if
17001 the target has gdb_stub set.
17002
17003 * gdb.base/callfuncs.exp: Increase the timeout.
17004
17005 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17006 if the target has gdb,noinferiorio set.
17007
17008 * gdb.base/list.exp: Increase match_max to 10000 characters.
17009
17010 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17011
17012 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17013 target.
17014
17015 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17016
17017Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17018
17019 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17020 trying to delete the copy of gdb. Catch the file delete so we
17021 don't die if the delete fails; also, the file should be copied to
17022 the host, not to the build.
17023
17024Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17025
17026 * lib/gdb.exp(gdb_test): Surround the result pattern with
17027 parenthesis in case it contains multiple regexps separated
17028 with |.
17029
17030 * gdb.base/watchpoint.exp: Use gdb_test.
17031 * gdb.base/default.exp: Ditto.
17032
17033Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17034
99707966 17035 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17036
c906108c
SS
17037 * gdb.base/scope.exp: Use gdb_test.
17038 * gdb.c++/classes.exp: Ditto.
17039 * gdb.c++/inherit.exp: Ditto.
17040
17041Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17042
17043 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17044 remote_exec instead.
17045 * gdb.base/corefile.exp: Don't be ridiculous.
17046 * gdb.base/*.c: Add missing stub invocations.
17047
17048Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17049
17050 * config/slite.exp: Miscellaneous fixes.
17051
17052 * lib/gdb.exp: Fix runto.
17053
17054 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17055 the target.
17056
17057 * gdb.base/watchpoint.exp: Fix regexp.
17058
17059 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17060 close and wait commands, as the descriptor may now be
17061 invalid. Always call "remote_close host".
17062
17063Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17064
17065 Major rewrite for testsuite revision.
d63a86f8 17066
c906108c
SS
17067 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17068 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17069 instead of relying on spawn_id to always contain a valid
17070 spawn id.
17071 (get_compiler_info): New procedure to build the ${binfile}.ci
17072 file, instead of replicating this in N different places.
17073 (gdb_compile): New procedure.
d63a86f8 17074
c906108c
SS
17075 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17076 appropriate arguments) instead of compile. Use gdb_test in a lot
17077 more places. Use send_gdb instead of send. Always run gdb_start
17078 at the start of a testcase, as this is no longer done magically.
17079
17080 config/*-gdb.exp: Rename without the -gdb suffix.
17081
17082 config/mips.exp: Use remote_close instead of exit_remote_shell.
17083 config/monitor.exp: Use target_info instead of looking at
17084 baud, timeout, etc.
17085 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17086
17087Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17088
17089 * gdb.c++/templates.exp (test_ptype_of_templates),
17090 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17091 Update expect patterns for destructors and assignment operators
17092 to match corresponding c-typeprint.c changes.
17093 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17094 to destructor breakpoint test, GDB should be able to set the
17095 destructor breakpoint without specifying arguments.
17096
17097Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17098
17099 * gdb.threads/pthreads.exp: Change result for failure to compile due
17100 to lack of pthreads runtime support from an error to simply an
17101 unsupported test, per dejagnu standards.
17102
17103Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17104
17105 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17106 where GDB exits to reduce pattern match time.
17107 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17108
17109 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17110
dc96c6c7 17111Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17112
17113 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17114 * gdb.base/default.exp: ditto.
17115 * gdb.base/nodebug.exp: ditto.
17116 * gdb.base/printcmds.exp: ditto.
17117 * gdb.base/ptype.exp: ditto.
17118 * gdb.base/setvar.exp: ditto.
17119 * gdb.base/structs.exp: ditto.
17120 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17121
17122Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17123
17124 * configure, */configure: Rebuild with autoconf 2.12.
17125
17126Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17127
17128 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17129 use new i*86-pc-linux*-gnu quads.
17130 * gdb.base/corefile.exp: Ditto.
17131 * gdb.base/signals.exp: Ditto.
17132 * gdb.base/sigall.exp: Ditto.
17133 * gdb.base/interrupt.exp: Ditto.
17134
17135 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17136 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17137 RedHat 4.0.
d63a86f8 17138
c906108c
SS
17139 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17140 linux. This allows the test case to at least compile on latest
17141 linux, but still not run due to missing the threads runtime library.
17142
17143Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17144
17145 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17146 directory to search gdb directory. Accept and step over conditional
17147 stack alignment code. Consume $prompt in failure cases.
17148 Reset timeout to $oldtimeout instead of some arbitrary value.
17149 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17150 timeout problems with infinite stack backtraces.
17151 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17152 Accept function parameters for linkfunc member.
17153
17154Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17155
17156 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17157 (CXXFLAGS): Remove, unreferenced.
17158 (B_OPTIONS): Add for -B options and add code to initialize with
17159 previous -B options and also add -B option to pick up cross compiled
17160 runtime.
17161 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17162 doing cross compiles.
17163 (target_alias): Declare global.
17164 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17165 to verify that gcc exists in build tree, and if so set CC to that
17166 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17167
c906108c
SS
17168Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17169
17170 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17171 ptype test for anonymous union. Fixup testcase to match
17172 current gcc debug output.
17173
17174Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17175
17176 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17177 force argument to an unsigned long type.
17178
17179Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17180
17181 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17182 tests and anonymous union print/ptype tests.
17183 * gdb.base/list.exp (test_forward-search): Increase timeout by
17184 5 minutes for the "search extremely long line" case.
17185 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17186 completely optional and that the pass/fail messages use the command as
17187 the message if that third arg is a null string.
17188 (gdb_test_exact): Arrange that a null string pattern means match a
17189 null string output rather than any output, which might include random
17190 errors.
17191 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17192 backtrace test.
17193 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17194 always failing and failure is now exposed by gdb.exp changes.
17195
17196Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17197
17198 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17199 weren't being noted.
17200
17201Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17202
17203 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17204 * gdb.stabs/weird.exp: Remove v_comb xfails.
17205
dc96c6c7 17206Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17207
17208 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17209 list.exp scope.exp watchpoint.exp]
c906108c 17210 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17211
dc96c6c7 17212Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17213
17214 * config/monitor.exp: Increase download timeout to 1000 seconds.
17215
dc96c6c7 17216Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17217
17218 * config/m32r.exp: Increase timeout to 120 seconds.
17219
17220Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17221
17222 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17223 and accept older ordering as obsolescent gcc or gdb.
17224 * gdb.c++/templates.exp: Ditto.
17225 * gdb.c++/virtfunc.exp: Ditto.
17226
17227Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17228
17229 * gdb.base/coremaker.c: Add code to mmap some data so we
17230 can check that it ends up in the core file.
17231 * gdb.base/corefile.exp: Add test to read mmapped data
17232 from core file.
17233
dc96c6c7 17234Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17235
17236 * config/m32r.exp: New file.
17237
17238Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17239
17240 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17241 that cflags can contains -gstabs, and work correctly for other tests.
17242
dc96c6c7 17243Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17244
17245 * gdb.base/setshow.exp: New file, tests show and set.
17246 * gdb.base/setshow.c: New file, tests show and set.
17247 * gdb.base/help.exp: Add test for help set|show annotate.
17248 * gdb.base/default.exp: Add test for set|show annotate.
17249
17250Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17251
17252 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17253 errors unique.
17254 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17255 explicitly.
17256
17257Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17258
17259 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17260 and width commands. This is done elsewhere.
17261 * (gdb_start): Don't call gdb_start_sim here. That's already
17262 done in gdb_load. This fixes lots of failures in default.exp.
17263
17264Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17265
17266 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17267 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17268 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17269 in the same we we treat other failures (since it may be an expected
17270 condition), rather than as an error.
17271 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17272 old test format.
17273
17274Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17275
17276 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17277 (distclean maintainer-clean realclean): No need to remove files
17278 twice. Nuke the duplicates.
17279 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 17280 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
17281 Remove config.h along with other config files.
17282
17283Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17284
17285 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17286 "p func1 ()" and note that rests of tests are skipped.
17287 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17288 setup_xfails for "print func2::coremaker_local".
17289 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17290 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17291 affected by the previous run test.
17292 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17293 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17294 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17295 "pass int powerset tuple" and "pass modeless int powerset tuple".
17296 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17297 "real write 4" and "real write 8".
17298 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17299 setup_xfails for "print vs1 after tuple assign 2",
17300 "print \$i after tuple assign 2", and
17301 "print vs2 after tuple assign 2".
17302 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17303 meaningful error message and return -1 so the caller can
17304 suppress further tests and avoid a cascade of errors.
d63a86f8 17305
c906108c
SS
17306Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17307
17308 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17309 format for printing version.
17310 * gdb.base/default.exp: Ditto.
17311 * gdb.base/interrupt.exp: Fix problem with cascade of
17312 errors if child process dies while calling a function.
d63a86f8 17313
c906108c
SS
17314Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17315
17316 * Makefile.in (VPATH): Add
17317 * Makefile.in (Makefile, config.status): Fix rules so things get
17318 remade when necessary.
17319
17320Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17321
17322 * Makefile.in (just-check): Add path to sibling expect dir
17323 to environment variable specified by RPATH_ENVVAR.
17324
17325Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17326
17327 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17328 (just-check): Add shared library paths for libstdc++, tk,
17329 tcl, bfd, and opcodes to the environment variable specified
17330 in RPATH_ENVVAR.
17331 * configure.in: Add support to recognize --enable-shared flag
17332 and generate correct value for RPATH_ENVVAR.
17333 * configure: Regenerated with autoconf.
17334
17335Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17336
17337 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17338 include all osf versions.
17339 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17340 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17341 when target is linux. When failing to build pthreads test
17342 executable, give more meaningful message.
17343 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17344 arg for pthread_create.
d63a86f8 17345
c906108c
SS
17346Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17347
17348 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17349 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17350 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17351 and -lpthreads (everybody else).
17352 (test_startup): Fail gracefully if threads are not supported.
17353 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17354 "p/c array_index("abcdef",2)" when not gcc compiled.
17355 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17356 "print func2::coremaker_local" when not gcc compiled.
17357 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17358 "ptype on opaque struct tagname (statically)",
17359 "ptype on opaque struct tagname (dynamically) 1", and
17360 "ptype on opaque struct tagname (dynamically) 2"
17361 for not compiled with gcc.
17362 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17363 backtrace when compiled with gcc.
d63a86f8 17364 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
17365 than always return success.
17366
17367Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17368
17369 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17370
17371Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17372
17373 * gdb.base/structs.exp: Undo last change.
17374
17375Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17376
17377 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17378 encapsulate all the steps/nexts done during self test, starting
17379 at main, and makes them less sensitive to optimization issues.
17380 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17381 signal handler" test.
17382 * gdb.threads/pthreads.exp: Only run this for native configs.
17383 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17384 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17385 tests.
17386 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17387 for "runto test_calls(void)" test.
d63a86f8 17388
c906108c
SS
17389Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17390
17391 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17392 and don't expect address info in breakpoint confirmations.
17393
17394Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17395
17396 * gdb.base/list.exp (test_forward_search): Increase timeout
17397 temporarily by 60 seconds for searching extremely long line,
17398 and then reset to old value when done. Increase expect input
17399 buffer to 10000.
17400
17401Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17402
17403 * gdb.base/list.exp (test_forward_search): Fix to handle very
17404 long source line without overflowing expect's input buffer.
17405
17406Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17407
17408 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17409 "buffer_full".
17410
17411 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17412 "buffer_full".
17413
17414 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17415 "buffer_full".
17416
17417 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17418 "buffer_full".
17419
17420Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17421
17422 * configure.in (configdirs): Add gdb.threads.
17423 * configure: Regenerated with autoconf.
17424 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17425 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17426 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 17427
c906108c
SS
17428Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17429
17430 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17431
17432Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17433
17434 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17435 each signal's status in the output of "handle all print".
17436 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17437 the \r\n sequence that immediately precedes the gdb prompt.
17438 * gdb.base/a1-selftest.exp: Save original timeout and restore
17439 after test.
17440
17441Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17442
17443 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17444 symbol.
17445
17446Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17447
17448 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17449
17450Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17451
17452 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17453 timeout by 60 seconds.
17454
17455Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17456
17457 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17458 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17459 error return.
17460
17461Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17462
17463 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17464 gdb initialization, also report how long dejagnu waited. Restore
17465 old timeout before doing error return. Temporarily increase timeout
17466 by 3 minutes to allow for slow startups over heavy NFS use.
17467
17468Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17469
17470 * lib/gdb.exp: Report timeout value for verbosity level 2.
17471 * config/gdbserver.exp: Ditto.
17472 * config/hppro.exp: Ditto.
17473 * config/mips-gdb.exp: Ditto.
17474 * config/monitor.exp: Ditto.
17475 * config/netware.exp: Ditto.
17476 * config/sim-gdb.exp: Ditto.
17477 * config/slite-gdb.exp: Ditto.
17478 * config/udi-gdb.exp: Ditto.
17479 * config/unix-gdb.exp: Ditto.
17480 * config/vx-gdb.exp: Ditto.
17481 * gdb.base/a1-selftest.exp: Ditto.
17482 * gdb.base/a2-run.exp: Ditto.
17483 * gdb.base/break.exp: Ditto.
17484 * gdb.base/corefile.exp: Ditto.
17485 * gdb.base/list.exp: Ditto.
17486 * gdb.base/recurse.exp: Ditto.
17487 * gdb.base/scope.exp: Ditto.
17488 * gdb.base/signals.exp: Ditto.
17489
17490Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17491
17492 * gdb.threads/Makefile.in (docdir): Removed.
17493
17494Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17495
17496 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 17497 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 17498 @srcdir@.
d63a86f8 17499 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
17500 autoconf 2.5 or higher.
17501 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17502
17503Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17504
17505 * configure: Regenerated.
17506 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17507 avoid name clashes with SunOS headers.
17508
17509Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17510
17511 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17512
17513Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17514
17515 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17516 prototype information ends up in the compiler info file.
17517
17518Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17519
17520 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17521 attempting to regenerate it. Eliminate use of a temporary file
17522 and just generate the info file directly. Source it immediately,
17523 for consistency of use.
17524 * gdb.base/corefile.exp: Ditto
17525 * gdb.base/exprs.exp: Ditto.
17526 * gdb.base/funcargs.exp: Ditto.
17527 * gdb.base/langs.exp: Ditto.
17528 * gdb.base/list.exp: Ditto.
17529 * gdb.base/mips_pro.exp: Ditto.
17530 * gdb.base/nodebug.exp: Ditto.
17531 * gdb.base/opaque.exp: Ditto.
17532 * gdb.base/ptype.exp: Ditto.
17533 * gdb.base/scope.exp: Ditto.
17534 * gdb.base/setvar.exp: Ditto.
17535 * gdb.base/signals.exp: Ditto.
17536 * gdb.base/whatis.exp: Ditto.
17537 * gdb.c++/templates.exp: Ditto.
17538 * gdb.c++/virtfunc.exp: Ditto.
17539 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17540 whether or not to add -lstdc++ to the compile command line args.
17541
17542Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17543
17544 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17545 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17546 Increase timeout, a lot of single stepping might be needed if the
17547 target has no hardware watchpoints.
17548
17549Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17550
17551 * gdb.base/break.exp: Ignore compiler warnings when compiling
17552 break.c.
17553 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17554 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17555 from remote-sim.
17556 * gdb.base/exprs.exp: Add h8300 xfails.
17557 * gdb.base/funcargs.exp: Likewise.
17558 * gdb.base/nodebug.exp: Likewise.
17559 * gdb.base/printcmds.exp: Likewise.
17560 * gdb.base/ptype.exp: Likewise.
17561 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17562 h8300 xfails.
d63a86f8 17563 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
17564 on the h8300.
17565 * gdb.base/funcargs.c: Explicitly make last constant argument to
17566 call_after_alloca_subr an unsigned long type.
17567 * gdb.base/return.c: Include stdio.h.
17568
17569Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17570
17571 * config/abug.exp: New file for the older Motorola Bug monitor
17572 that runs on the mvme13x series VME boards.
17573 * config/monitor.exp: Use the new config array for target settings
17574 if they exist.
17575
17576Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17577
17578 * sim-gdb.exp: Make the SH simulator allocate less space when
17579 it is targeted.
17580
17581Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17582
17583 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
17584 test.
17585
17586Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
17587
17588 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
17589 "rs6000-*-*" for "list function in include file" when gcc compiled.
17590 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
17591 for "p ctable1[120]".
17592 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
17593 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
17594 Remove setup_xfail for "rs6000-*-*" for
17595 "print 'scope0.c'::filelocal before run".
17596 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
17597 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
17598 since some compilers don't allow both options to be given
17599 on the same command line. Create object file and move it.
d63a86f8 17600
c906108c
SS
17601Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
17602
17603 * gdb.base/corefile.exp: Always regenerate the core file, since
17604 we always regenerate the coremaker program. Detect special case
17605 where registers cannot be read from core file.
d63a86f8 17606
c906108c
SS
17607Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
17608
17609 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
17610 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
17611 * gdb.c++/templates.exp: Only match on basename of file since
17612 some formats like xcoff don't encode directory information.
17613 * gdb.stabs/weird.exp: Use the right sed script for powerpc
17614 and rs6000 AIX xcoff targets.
17615 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
17616 * configure: Regenerate.
17617 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
17618 here, rather than in distclean.
d63a86f8 17619
c906108c
SS
17620Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
17621
17622 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
17623 defined, and use it to compile the test case with -O2. The
17624 native compilation still uses no optimization.
17625 * gdb.base/mips_pro.c: Remove inline assembly code since
17626 it is compiled PIC by default, which results in assembler
17627 warnings that make the testsuite think the compilation
17628 was unsuccessful.
17629
17630Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
17631
17632 * gdb.c++/misc.exp: Add note to message for
17633 "print s.a for foo struct" that this is a known gcc 2.7.2
17634 and earlier bug.
17635
17636Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
17637
17638 * gdb.base/break.exp: Fix pattern for matching "Delete all
17639 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
17640 setup_xfail for deleting all breakpoints test. Fix various
17641 timeout messages to include "(timeout)".
17642 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
17643 for "p t_float_values2(3.14159,float_val2)".
17644 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
17645 for "continue to call2g" when gcc compiled.
17646 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
17647 "up to foo in langs.exp", "show language at foo in langs.exp",
17648 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
17649 and "show language at fsub in langs.exp".
17650 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
17651 "list line 1 in include file", "list message for lines past EOF",
17652 "list function in include file", "list list0.h:foo", and
17653 "list filename:function; nonexistant function".
17654 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
17655 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
17656 and "ptype t_char_array" to be for native cc only.
d63a86f8 17657
c906108c
SS
17658Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
17659
d63a86f8 17660 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
17661 setup_xfail for "print coremaker_bss", "print coremaker_ro",
17662 "print func2::coremaker_local", and "backtrace in corefile.exp".
17663
17664Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
17665
17666 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
17667 "bt in signals.exp". This problem only appears when running
17668 the testsuite, and then only intermittently.
17669
17670Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17671
17672 * gdb.base/return.exp (return_tests): Differentiate between
17673 two tests of continuing.
17674
17675Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17676
17677 * */Makefile.in (maintainer-clean): Remove config.log.
17678 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
17679 * gdb.c++/Makefile.in (PROGS): Add inherit.
17680 (clean): Remove *.ci.
17681
17682Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
17683
17684 * gdb.c++/misc.cc: Add test code from Mike Stump.
17685 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
17686
17687Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
17688
17689 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
17690 to "alpha-*-osf2*" and add comment.
17691 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
17692 setup_xfail for "step over execarg initialization" and
17693 "step over corearg initialization".
17694 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
17695 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
17696 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
17697 gcc compiled for "print coremaker_bss", "print coremaker_ro",
17698 "print func2::coremaker_local", and "backtrace in corefile.exp".
17699 * gdb.base/signals.exp: Build and source signals.ci.
17700 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
17701 to be for gcc only.
17702 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 17703
c906108c
SS
17704Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17705
17706 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
17707 Feb 3 procfs.c change.
17708
17709Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
17710
17711 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
17712
17713Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
17714
17715 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
17716 from dejagnu's apparent default of 10 seconds, which gives random
17717 results when running the tests over NFS on moderately loaded systems.
17718 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
17719
17720Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
17721
17722 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
17723 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
17724 result reports.
17725
17726Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
17727
17728 * configure.in (CY_AC_PATH_TCLH): Remove.
17729 * configure: Regenerate.
17730
17731Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
17732
17733 * gdb.c++/Makefile.in (clean): Add missing '{'.
17734
17735Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
17736
17737 * lib/gdb.exp: Provide a default value for noinferior.
17738
17739 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
17740 Load libgloss.exp.
17741
17742Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
17743
17744 * gdb.disasm/hppa.exp: Compile directly into an executable, use
17745 the executable, not the .o to run the tests from.
17746
17747Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
17748
17749 * gdb.base/break.exp: Don't test for program exit or exit status
17750 if $noresults if nonzero.
17751 * gdb.base/langs.exp: Likewise.
17752 * gdb.base/watchpoint.exp: Likewise.
17753
17754 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
17755 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
17756 trying to compile the testcase.
17757
17758Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
17759
17760 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
17761 * gdb.base/signals.exp (continue to handler): Likewise.
17762
17763Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
17764
17765 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
17766
17767 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
17768
17769Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
17770
17771 * gdb.base/corefile.exp: Recognize "not found" as failure
17772 when trying to determine if a core file was generated.
17773 If no core file was generate the first time, try again without
17774 the ulimit -c to work around braindamaged shells.
17775
17776Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
17777
17778 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
17779 [] tests with "test" and enclose string in quotes.
17780 * gdb.stabs/configure: Rebuild
d63a86f8 17781
c906108c
SS
17782Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
17783
17784 Changes in sync with expect:
17785 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
17786 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
17787 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
17788 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
17789 argument to AC_REQUIRE.
17790 * configure: Regenerated.
17791
17792Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
17793
17794 * gdb.base/corefile.exp: When generating a core, discard any
17795 error messages about ulimit not found and the "core dumped"
17796 message from the shell that runs the coredumper.
17797
17798Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
17799
17800 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
17801
17802 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
17803 which sed script to run. Expect failure for v_comb test
17804 on PA targets too.
d63a86f8 17805
c906108c
SS
17806Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
17807
17808 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
17809 "print func2::coremaker_local" and for "backtrace in corefile.exp"
17810
17811Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
17812
17813 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
17814 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
17815 "sparc-sun-solaris*" xfails for "p v_comb".
17816 * lib/gdb.exp (default_gdb_start): Fix typo.
17817 * gdb.base/corefile.exp: Allow "Core was generated by ..."
17818 messages to not include the full program name that caused
17819 the core dump since some systems (such as solaris) apparently
17820 truncate this path to about 80 characters.
17821 When generating a core file first try increasing the core file
17822 size limit to unlimited since some systems may default it to
17823 zero, and it is harmless to try it. Move the test for failing
17824 to generate a core file to where it will actually get executed.
17825 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
17826 new gdb result from g++ debug info improvements and make old
17827 pattern obsolescent. Also account for size_t differences
17828 (may be int or long).
17829 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
17830 initialization before function call is placed in the delay slot
17831 and thus appears to be skipped over by commands such as "next".
17832
17833Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17834
17835 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
17836
17837Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
17838
17839 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
17840 input source file; fix code to compile test to deal with this
17841 convention.
17842 * gdb.c++/*.exp: Likewise.
17843
17844Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
17845
17846 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
17847 "bt in signals.exp".
17848
17849Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
17850
17851 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
17852 "step over execarg initialization" and
17853 "step over corearg initialization".
17854
17855Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
17856
17857 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
17858 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
17859
17860Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
17861
17862 From Rob Savoye (rob@poseidon.cygnus.com)
17863 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
17864 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
17865 configure.in}, gdb.disasm/{Makefile.in, configure.in},
17866 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
17867 configure.in}: Major reworking for autoconfig.
17868 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
17869 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
17870 New files.
17871 * config/unix-gdb.exp: Make GDB global.
17872 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
17873 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
17874 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
17875 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
17876 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
17877 term.exp, twice.exp, watchpoint.exp, whatis.exp},
17878 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
17879 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
17880 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
17881 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
17882 pr-8136.exp, result.exp, string.exp, tuples.exp},
17883 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
17884 to returns as necessary, arrange for test to compile own testcase
17885 executable.
17886 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 17887
c906108c
SS
17888Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
17889
17890 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
17891 clear_xfail at end of test which might not call either pass or fail.
17892 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
17893 "backtrace through signal handler".
17894
17895Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17896
17897 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
17898 continuing from a job control stop signal.
17899 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
17900
17901Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
17902
17903 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
17904 * gdb.base/corefile.exp: Likewise.
17905 * gdb.base/funcargs.exp: Likewise.
17906
17907Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
17908
17909 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
17910 * config/monitor.exp: Add support for setting baud rate.
17911
17912Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
17913
17914 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
17915 i*86-*-linux* xfails for "backtrace through signal handler".
17916 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
17917 "print func2::coremaker_local".
17918 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
17919 alpha-dec-osf2* xfail for
17920 "delete all breakpoints when none".
17921
17922Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
17923
17924 * gdb.base/break.exp: Change test that deletes all breakpoints
17925 when no user breakpoints are installed. A post 4.15 change
17926 causes gdb to no longer prompt in this case.
17927
17928Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
17929
17930 * gdb.base/return.exp (return_tests): Change xfail for test
17931 "correct value returned double test" to stop xfailing at
17932 Solaris 2.5. Apparently the bug has been fixed.
17933
17934Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
17935
17936 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
17937 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
17938
17939Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
17940
17941 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
17942 * gdb.disasm/hppa.s: Corresponding changes.
17943
17944Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
17945
17946 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
17947 makefile fragment.
17948 * config/mt-hpux: Deleted.
17949
17950Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
17951
d63a86f8 17952 * Many files: When warning about suppressed tests due to a
c906108c
SS
17953 nonexistant test binary, avoid incrementing the warning count.
17954
17955Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
17956
17957 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 17958
c906108c
SS
17959Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17960
17961 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
17962 "sparc-*-solaris2*".
17963
17964Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17965
17966 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
17967 Add global and local variables and initialize them.
17968 * gdb.base/corefile.exp: Test correct mapping of corefile sections
17969 by printing variables. Remove rs6000 and powerpc xfails, BFD now
17970 extracts the file name and terminating signal from the core file.
17971 * TODO: Remove note about tests for correct mapping of corefile.
17972 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
17973 from optimizing it away.
17974 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
17975 handles common blocks.
17976
17977Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
17978
17979 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
17980 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
17981
17982Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
17983
17984 * Makefile.in (maintainer-clean): New target, synonym for
17985 realclean.
17986 * gdb.base/Makefile.in (maintainer-clean): Likewise.
17987 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
17988 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
17989 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
17990 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
17991 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
17992
17993Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
17994
17995 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
17996 xfails when not gcc compiled for "print foo::funclocal".
17997 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
17998 "print foo::funclocal at foo",
17999 "print 'scope1.c'::foo::funclocal at foo",
18000 "print foo::funclocal_bss at foo",
18001 "print 'scope1.c'::foo::funclocal_bss at foo",
18002 "print foo::funclocal_ro at foo",
18003 "print 'scope1.c'::foo::funclocal_ro at foo",
18004 "print bar::funclocal at foo" and
18005 "print 'scope1.c'::bar::funclocal at foo".
18006 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18007 gcc compiled for "print foo::funclocal at bar".
18008 Expand all messages to ensure that they identify that
18009 the test is at bar().
18010 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18011 gcc compiled for:
18012 "ptype on opaque struct pointer (statically)",
18013 "ptype on opaque struct tagname (statically)",
18014 "ptype on opaque struct pointer (dynamically) 1",
18015 "ptype on opaque struct tagname (dynamically) 1",
18016 "ptype on opaque struct pointer (dynamically) 2" and
18017 "ptype on opaque struct tagname (dynamically) 2
18018 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18019 gcc compiled for:
18020 "p datalocal"
18021 "whatis datalocal",
18022 "ptype datalocal",
18023 "p bsslocal",
18024 "whatis bsslocal", and
18025 "ptype bsslocal".
18026 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18027 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18028 when not gcc compiled.
18029 * gdb.base/funcargs.exp (float_and_integral_args): Add
18030 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18031 compiled.
18032 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18033 "backtrace from call6a" when not gcc compiled.
18034 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18035 "backtrace from call7a" when not gcc compiled.
18036 * gdb.base/callfuncs.exp (do_function_calls):
18037 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18038 "p t_char_array_values(char_array_val2,char_array_val1)",
18039 "p t_char_array_values(char_array_val1,char_array_val2)",
18040 "p t_char_array_values("carray 1","carray 2")",
18041 "p t_char_array_values("carray 1",char_array_val2)",
18042 "p t_char_array_values(char_array_val1,"carray 2")",
18043 "p sum_args(1,{2})",
18044 "p sum_args(2,{2,3})",
18045 "p sum_args(3,{2,3,4})",
18046 "p sum_args(4,{2,3,4,5})"
18047 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18048 "backtrace in corefile.exp" when not gcc compiled.
18049
18050Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18051
18052 * gdb.base/signals.exp: Rewrite `handle all print' test as
18053 a procedure. Accept blanks or TABs as whitespace, increase
18054 timeout and expect input buffer size for the large output
18055 from the command. Remove "i*86-*-bsdi2.0" xfail.
18056
18057Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18058
18059 * gdb.base/setvar.exp: Add new testcases for truncation when
18060 assigning invalid values to bitfields.
18061
18062Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18063
d63a86f8 18064 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18065 mips-sgi-irix* xfail for
18066 "call inferior func with struct - returns char *"
18067 and fix test so that an optional (unsigned char *) cast is
18068 accepted in the result.
18069
18070Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18071
18072 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18073 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18074 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18075 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18076 that accidentally got checked in.
18077
18078Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18079
d63a86f8 18080 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18081 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18082 compiled test.
18083 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18084 Add mips-sgi-irix5* xfail for not gcc compiled.
18085 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18086 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18087 "p top", "whatis top", "p middle", and "whatis middle".
18088 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18089 "whatis signed char" for not gcc compiled.
18090 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18091 "set variable signed char=-1 (-1)" and
18092 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18093 * gdb.base/funcargs.exp (float_and_integral_args):
18094 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18095 Add mips-sgi-irix* xfail when not gcc compiled for
18096 "continue to call2b".
18097 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18098 "continue to call2g".
18099 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18100 "backtrace from call6a"
18101 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18102 "backtrace from call7k".
18103 Add mips-sgi-irix5* xfail when not gcc compiled for
18104 "backtrace from call7a".
18105 (localvars_after_alloca): Fix gdb_test cmds for
18106 "print * after runto ...".
18107 Remove rs6000-*-* xfails for
18108 "print i after runto localvars_after_alloca" and
18109 "print l after runto localvars_after_alloca"
18110 for all compilers.
18111 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18112 when not compiled with gcc, for:
18113 "print signed char == (minus)",
18114 "print signed char != (minus)",
18115 "print signed char < (minus)",
18116 "print signed char > (minus)".
18117 * gdb.base/callfuncs.exp (do_function_calls):
18118 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18119 "call inferior func with struct - returns char *".
d63a86f8 18120 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18121 "correct value returned double test" to include Solaris 2.4.
18122 * gdb.base/funcargs.exp (float_and_integral_args):
18123 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18124
c906108c
SS
18125Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18126
18127 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18128 enumeration bitfields if compiling with GNU C.
18129 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18130 to empty' prompt.
18131
18132Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18133
18134 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18135 test for PRO targets.
18136
18137 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18138 breakpoints in the inferior at any given time by making
18139 two groups of breakpoints for call2*, call6* and call7*
18140 tests.
18141
18142Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18143
18144 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18145 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18146 from optimizing it away.
18147 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18148 "call inferior func with struct".
18149
18150Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18151
18152 * configure.in: Only configure gdb.chill for particular targets.
18153
18154Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18155
18156 * gdb.base/Makefile.in: Add action to .c.o transformation
18157 rule that generates a .ci file for each .o file and remove
18158 explicit .c.o rules except for callfuncs.o.
18159 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18160 generates a .ci file for each .o file and remove explicit
18161 .cc.o rules.
18162 (clean): Remove *.tmp *.ci files.
18163 (EXECUTABLES): Remove templ-info.exp.
18164 * gdb.base/compiler.c: New file.
18165 * gdb.c++/compiler.cc: New file
18166 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18167 Change rs6000-*-* xfail for
18168 "print 'scope0.c'::filelocal_ro" and
18169 "print 'scope1.c'::filelocal" and
18170 "print 'scope1.c'::filelocal_bss" and
18171 "print 'scope1.c'::filelocal_ro" and
18172 "print 'scope1.c'::foo::funclocal" and
18173 "print 'scope1.c'::foo::funclocal_ro" and
18174 "print 'scope1.c'::bar::funclocal" and
18175 "print 'scope0.c'::filelocal_ro" and
18176 "print 'scope1.c'::filelocal at foo" and
18177 "print 'scope1.c'::filelocal_bss at foo" and
18178 "print 'scope1.c'::filelocal_ro at foo" and
18179 "print 'scope1.c'::foo::funclocal at foo" and
18180 "print 'scope1.c'::foo::funclocal_bss at foo" and
18181 "print 'scope1.c'::foo::funclocal_ro at foo" and
18182 "print 'scope1.c'::bar::funclocal at foo" and
18183 "print 'scope0.c'::filelocal_ro" and
18184 "print 'scope1.c'::filelocal" and
18185 "print 'scope1.c'::filelocal_bss" and
18186 "print 'scope1.c'::filelocal_ro" and
18187 "print 'scope1.c'::foo::funclocal" and
18188 "print 'scope1.c'::foo::funclocal_bss" and
18189 "print 'scope1.c'::foo::funclocal_ro" and
18190 "print 'scope1.c'::bar::funclocal" and
18191 "print 'scope1.c'::bar::funclocal_bss"
18192 to only be xfail'd when not compiled with gcc.
d63a86f8 18193 Add rs6000-*-* xfail for
c906108c
SS
18194 "print 'scope0.c'::filelocal_bss before run"
18195 when compiled with gcc.
18196 (test_at_main): Add rs6000-*-* xfail for
18197 "print filelocal_ro in test_at_main"
18198 when compiled with gcc.
18199 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18200 Add rs6000-*-aix* xfail for
c906108c
SS
18201 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18202 "ptype t_char_array", not compiled with gcc.
18203 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18204 xfail for "list foo (in include file)" when gcc compiled.
18205 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18206 (integral_args): Add rs6000-*-* xfail for
18207 "run to call0a" if not compiled with gcc.
18208 (unsigned_integral_args): Add rs6000-*-* xfail for
18209 "run to call1a" if not compiled with gcc.
18210 (float_and_integral_args): Add rs6000-*-* xfail for
18211 "run to call2a" if not compiled with gcc and for
18212 "continue to call2b" for any compiler.
18213 Add rs6000-*-* xfail to
18214 "print f1 after run to call2a" for gcc compiled.
18215 (discard_and_shuffle): Add rs6000-*-* xfail for
18216 "run to call6a".
18217 (shuffle_round_robin): Add rs6000-*-* xfail for
18218 "backtrace from call7a" if not compiled with gcc.
18219 Add rs6000-*-* xfail for
18220 "backtrace from call7b" if compiled with gcc.
18221 (call_after_alloca): Add rs6000-*-* xfail for
18222 "print c in call_after_alloca" and
18223 "print s in call_after_alloca" and
18224 "backtrace from call_after_alloca_subr"
18225 if not compiled with gcc.
18226 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18227 "print c in localvars_in_indirect_call" and
18228 "print c in localvars_in_indirect_call" and
18229 "backtrace in indirectly called function" and
18230 "stepping into indirectly called function"
18231 if not compiled with gcc.
18232 (localvars_after_alloca): Add rs6000-*-* xfail for
18233 "print c after runto localvars_after_alloca" and
18234 "print s after runto localvars_after_alloca" and
18235 "print i after runto localvars_after_alloca" and
18236 "print l after runto localvars_after_alloca"
18237 for all compilers.
18238 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18239 than whatis-info.exp.
18240 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18241 than opaque-info.exp.
18242 Setup rs6000-*-* xfail for
d63a86f8 18243 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18244 "ptype on opaque struct pointer (dynamically)" when
18245 not compiled with gcc.
18246 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18247 rather than callf-info.exp.
18248 (do_function_calls): Add clear_xfail for rs6000-*-* for
18249 "p t_float_values2(3.14159,float_val2)". Seems to work
18250 fine there, both with xlc and gcc. Need to find out what
18251 it is doing right and fix other platforms.
18252 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18253 "call inferior func with struct - returns int",
18254 "call inferior func with struct - returns long",
18255 "call inferior func with struct - returns float",
18256 "call inferior func with struct - returns double",
18257 "call inferior func with struct - returns char *",
18258 but only if not gcc compiled (presumes xlc compiled).
18259 Change rs6000-*-* xfails for
18260 "call inferior func with struct - returns char" and
18261 " call inferior func with struct - returns short" to only
18262 xfail if not using gcc.
18263 (clean mostlyclean): Remove *.ci and *.tmp files.
18264 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18265 than templ-info.exp.
18266 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18267 Add rs6000-*-* xfail for "up to foo in langs.exp"
18268 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18269 when not gcc compiled.
d63a86f8 18270
c906108c
SS
18271Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18272
18273 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18274 * gdb.base/corefile.exp: Likewise.
18275 * gdb.base/list.exp: Likewise.
18276 * gdb.base/scope.exp: Likewise.
18277 * gdb.base/siganls.exp: Likewise.
18278
18279 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18280 compiler output.
18281 * gdb.base/whatis.exp: Likewise.
18282
18283Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18284
18285 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18286 failure (opcode table has been fixed to match reality).
18287
18288Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18289
18290 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18291 "call inferior func with struct - returns char",
18292 "call inferior func with struct - returns short"
18293
18294 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18295 "print 'scope0.c'::filelocal at main",
18296 "print 'scope0.c'::filelocal_bss in test_at_main",
18297 "print 'scope0.c'::filelocal at foo",
18298 "print 'scope0.c'::filelocal_bss in test_at_foo",
18299 "print 'scope0.c'::filelocal at bar",
18300 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 18301
c906108c
SS
18302 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18303 in source file 1". This bug seems to have been fixed with both
18304 gcc and native cc (was native assembler bug?).
18305
18306Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18307
18308 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18309 "backtrace through signal handler" to "i*86-*-sysv4*".
18310 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18311 continue" case. Add "known SVR4 bug" to fail message.
18312 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18313 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18314 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18315 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18316 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18317 "up to foo in langs.exp", "show language at foo in
18318 langs.exp", "up to cppsub_ in langs.exp", "show
18319 language at cppsub_ in langs.exp", "up to fsub in
18320 langs.exp", and "show language at fsub in langs.exp".
18321 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18322 "bactrace in corefile.exp".
18323 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18324 "call inferior function with struct - returns float" and
18325 "call inferior function with struct - returns double".
d63a86f8 18326
c906108c
SS
18327Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18328
18329 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18330 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18331 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18332 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18333
18334Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18335
18336 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18337 (or overriden) "CHILL" macro rather then bare "gcc".
18338 Also look for ../../gcc/xgcc since that is what we will
18339 actually need, not "Makefile". Remove following assignment
18340 of CHILL to CHILL_FOR_TARGET because that results in
18341 recursive definition.
18342
18343Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18344
18345 * gdb.base/corefile.exp: Change xfail for backtrace in
18346 corefile.exp from linuxaout to all linux.
18347 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18348 cases where we miss the breakpoint at the signal handler
18349 for some reason. Setup xfail for linuxoldld/linuxaout and
18350 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18351 hitting SIGURG breakpoint.
18352 * gdb.base/signals.exp: Setup xfail for "next" acting like
18353 continue to add linuxoldld. Setup xfail for all linux for
18354 "next to handler in signals_tests_1", "backtrace in
18355 signals_tests_1", "continue to func1", "pass SIGUSR1",
18356 and continue to handler".
18357
18358Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18359
18360 * Update all FSF addresses except those in COPYING* files.
18361
18362Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18363
18364 * gdb.base/a2-run.exp: Change messages to be more explicit about
18365 the status of args, and quote binfile in results.
18366
18367Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18368
18369 * gdb.base/callfuncs.exp: Add tests for passing structs to
18370 inferior functions and return various types.
18371 * gdb.base/callfuncs.c: Add functions to receive a struct
18372 and return a member of the struct, in various types.
18373
18374Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18375
18376 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18377
18378Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18379
18380 * config/vxworks29k.exp: New file, sources vxworks.exp.
18381
18382Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18383
18384 * config/gdbremote.exp: New file. Testing framework using
18385 gdbserver.
18386
18387Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18388
18389 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18390 "call function when asleep" and "send end of file".
18391 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18392 for "backtrace in corefile.exp".
18393 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18394 for "backtrace through signal handler".
18395 * gdb.base/corefile.exp: Make sure we actually generate a core file
18396 before trying the core tests. Some systems allow the user to suppress
18397 generation of core files and default to that (linux for example).
18398 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18399 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18400
18401Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18402
18403 * gdb.threads: New directory with some crude multi-threaded
18404 gdb tests (step.exp and step2.exp).
18405 * config/mt-lynx (STEP_EXECUTABLE): Define.
18406 (THREADFLAGS): Define.
18407
18408Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18409
18410 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18411
18412 * gdb.base/signals.exp: Disable whole file for lynx until
18413 further notice.
18414
18415 * gdb.base/signals.exp: xfail test where "next" acts like
18416 "continue" for lynx.
18417
18418 * gdb.base/interrupt.exp: xfail test for calling function while
18419 inferior is asleep for lynx.
18420
18421 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18422 than one cr-lf after each command.
18423
18424Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18425
18426 * configure.in: Reinstate setting of stabsdirs variable, fix
18427 typo in setting up configdirs for native builds.
18428
18429 * gdb.base/return.exp: Fix typo in return double test.
18430 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18431 compiler from optimizing them away.
18432
18433Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18434
18435 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18436 sequences to be echo'd by gdb when using gdb_test.
18437 * gdb.chill/chexp.exp: Likewise.
18438 * gdb.fortran/exprs.exp: Likewise
18439
18440Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18441
18442 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18443 after the inferior gdb has started.
18444
18445 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18446 after each command.
18447 * gdb.base/funcargs.exp: Likewise.
18448 * gdb.base/gdbvars.exp: Likewise.
18449 * gdb.base/interrupt.exp: Likewise.
18450 * gdb.base/list.exp: Likewise.
18451 * gdb.base/watchpoint.exp: Likewise.
18452 * gdb.c++/demangle.exp: Likewise.
18453 * gdb.c++/inherit.exp: Likewise.
18454 * gdb.chill/chexp.exp: Likewise.
18455 * gdb.fortran/exprs.exp: Likewise.
18456
18457 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18458 test if we can't handle IO to/from the inferior.
18459
18460 * gdb.c++/misc.exp: Always check for a program already being
18461 started after sending a "run" command to gdb.
18462
18463 * gdb.base/twice.exp: Start with a fresh gdb.
18464
18465 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18466 only depend on gdb's expression code, not the chill runtime.
18467
18468 * gdb.base/return.c: Put return values into variables so we
18469 can have gdb print them rather than depending on the program
18470 to print them.
18471 * gdb.base/return.exp: Corresponding changes.
18472
18473 * lib/gdb.exp: Provide default value for noinferiorio.
18474 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18475 the inferior.
18476
18477 * gdb.base/break.exp: Always check for a program already being
18478 started after sending a "run" command to gdb.
18479 (text_next_with_recursion): Don't check the output from the
18480 program's printf statement. Instead just make sure the program
18481 exited.
18482
18483 * gdb.base/commands.exp: Protect tests which need arguments with
18484 $noargs conditionals.
18485
18486Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18487
18488 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18489 of structure member arrays to match gdb/valops.c:value_addr change.
18490
18491Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18492
18493 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18494 cases.
18495
18496Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18497
18498 * configure.in (configdirs): Remove gdb.chill from default list
18499 of subdirs and then add it back in only if doing a native build.
18500 The current chill compiler does not yet work in any cross build.
18501 * Revert all signal changes from Jul 6.
18502 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18503 for sh-hms targets, allowing these tests to link, with no other
18504 changes. Testing is suppressed by setting "nosignals" in site.exp.
18505
18506Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18507
18508 * configure.in (signaldirs): Define and add to configdirs for all
18509 targets except some specific ones that are known to not support signals.
18510 Also clean up formatting.
18511 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18512 (signals, sigall): Remove rules to build.
18513 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18514 Moved to new gdb.signals directory.
18515 * gdb.signals: New test directory.
18516 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18517 signals.c signals.exp}: New or moved files.
18518
18519Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18520
18521 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18522
18523Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18524
18525 * gdb.base/return.exp: Xfail `return double' test failure
18526 on at least Solaris 2.3 and handle future/past versions on
18527 a case by case basis as appropriate. Also update message
18528 to include i*86 failures.
18529
18530Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18531
18532 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18533
18534 * lib/gdb.exp: Fix comment which erroneously identified
18535 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18536 gdb_file_cmd not gdb_load).
18537 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18538
18539 * gdb.base/setvar.exp: Make test names consistent between pass and
18540 fail cases. Use gdb_test more.
18541
18542Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18543
18544 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18545
18546Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18547
18548 * gdb.base/help.exp: Fix expected help string for `show commands'.
18549
18550Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18551
18552 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18553
18554 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18555 of a text section.
18556
18557Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18558
18559 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18560 that loop eventually terminates. Fix Connection refused logic so
18561 that testsuite will expire nicely.
18562
18563Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18564
18565 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18566 config/rom68k.exp: New tcl glue for the appropriate monitors.
18567 These all just end up calling monitor.exp.
18568 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18569 refused' by retrying. Cleanup some timeout issues.
18570 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18571 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18572 callers don't have to set/restore global timeout variable.
18573
18574 * The following set of changes centralizes management of the global
18575 timeout variable. This way, it can be set in one target dependent
18576 place instead of dozens of places scattered throughout the test suite.
18577 If you need to lengthen a timeout, then you should either set timeout
18578 in one of the config/{target}.exp files, or multiply it by a factor.
18579 Setting it to an absolute value is always going to lose for some
18580 targets.
18581 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18582 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
18583 * gdb.base/funcargs.exp: Don't set timeout.
18584 * gdb.base/list.exp (test_forward_search): Only use local timeout.
18585 * gdb.base/printcmds.exp (test_print_string_constants
18586 test_print_array_constants): Don't set timeout.
18587 * gdb.base/ptype.exp: Don't set timeout.
18588 * gdb.base/recurse.exp: Don't set timeout.
18589 * gdb.base/return.exp: Don't set timeout.
18590 * gdb.base/watchpoint.exp: Don't set timeout.
18591 * gdb.c++/classes.exp (do_tests): Don't set timeout.
18592 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
18593
18594Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
18595
18596 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
18597
18598Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18599
18600 * lib/gdb.exp: Disable chill tests for irix5.
18601
18602Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18603
18604 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
18605 each test pass or fail.
18606
18607Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18608
18609 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
18610 xlc not gcc.
18611
18612Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
18613
18614 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
18615
18616Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
18617
18618 * config/est.exp: Fix copyright and comments. Remove dead code.
18619 Use targetname, serialport and baud variables instead of fixed
18620 constants.
18621 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
18622 * config/cpu32bug.exp: New file to support cpu32bug monitors.
18623
18624Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18625
18626 * gdb.base/watchpoint.exp: Don't run
18627 test_watchpoint_triggered_in_syscall for sunos.
18628
18629Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18630
18631 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
18632 they don't seem to exist. Do include stdio.h.
18633
18634Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18635
18636 * gdb.base/a1-selftest.exp: Add alpha xfail.
18637
18638Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18639
18640 * gdb.base/watchpoint.c (main): Prompt before calling read().
18641 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
18642 Revise accordingly. Remove cruft about sending "123" several
18643 times, until it gets noticed. Clean up the "print buf[0]" stuff
18644 so that it passes or fails, and waits for prompts in the usual way.
18645
18646Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18647
18648 * gdb.base/recurse.exp: Fix comment.
18649
18650 * TODO: Remove item about printing variables in nodebug.exp. Add
18651 item about enabling tests which are only run on some targets.
18652
18653 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
18654 fail, make test names unique, use new gdb_test convention
18655 regarding pattern, use gdb_test more, etc.).
18656
18657 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
18658 fail, make test names unique, etc.).
18659
18660Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18661
18662 * gdb.base/nodebug.c: Change return type of top and middle to
18663 short.
18664 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
18665 are fixed by the recent mdebugread.c changes. Allow `short ()'
18666 as type for top and middle.
18667
18668Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18669
18670 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
18671 nearly as I can tell, the whole thing was an accident in Stu's
18672 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
18673 to replace a send/expect pair with gdb_test, but ended up only
18674 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
18675 of 30 Mar 1995 took care of it, but left this vestigial comment
18676 which I am now nuking.
18677
18678Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18679
18680 * gdb.base/break.exp: Look for different line number for
18681 breakpoint at main depending on usestubs.
18682
18683Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18684
18685 * gdb.base/list.exp: Adjust some alternate expect patterns to
18686 match recent list0.c change. Add alternate expect pattern for
18687 output from `list default lines around main' for optimizing
18688 compilers.
18689
18690Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18691
18692 * lib/gdb.exp: If nosignals is not set, set it to 0.
18693
18694Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
18695
18696 * config/slite-gdb.exp: Responds to load symbol table prompt.
18697 * gdb.base/break.exp: Adjust line number, fix rerun.
18698 * gdb.base/langs0.c: Add #ifdef usestubs.
18699
18700Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
18701
18702 * gdb.base/list.exp: Adjust line contents after adding new lines in
18703 list0.c. Also fix a syntax error.
18704
18705 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
18706 * gdb.base/break.exp: ditto.
18707 * gdb.base/list.exp: ditto.
18708 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
18709 * gdb.base/run.c: ditto.
18710 * gdb.base/list0.c: ditto.
18711 * gdb.base/funcargs.c: ditto.
18712
18713Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
18714
18715 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
18716 $targetname, $serialport and $baud instead of hardwired variables.
18717 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
18718 target doesn't support signals.
18719
18720Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
18721
18722 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
18723
18724Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18725
18726 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
18727 Don't rely on the value of an auto variable before it has been
18728 initialized. Use gdb_test more.
18729
18730Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18731
18732 * lib/gdb.exp (default_gdb_version): A version number must start
18733 with a digit, but other than that contains all characters up to
18734 the first whitespace character.
18735
18736Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18737
18738 * gdb.base/commands.exp (breakpoint_command_test): New tests.
18739
18740Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18741
18742 * gdb.c++/*.exp: Warn if executable does not exist. The original
18743 reason for skipping the warning was that configure.in sometimes
18744 intentionally skipped building the executables but the tcl code
18745 had no way of knowing. That (a) was always bogus with respect to
18746 error handling, (b) is no longer true (right now there is no way
18747 to skip C++ tests).
18748
18749 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
18750
18751Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18752
18753 * gdb.base/list.exp: Add expect patterns for output from
18754 SunPRO compiled executables.
18755 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
18756 types.
18757
18758Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18759
18760 * gdb.base/break.exp (test_next_with_recursion): Accept any line
18761 number (we are already testing that the correct source line text
18762 gets printed).
18763
18764 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
18765 that is what is intended, but something needed to be done to get
18766 sunos4 native working again.
18767
18768 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
18769
18770 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
18771 apparently went with a (very) old xfail.
18772
18773Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
18774
18775 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
18776 runto_main is a proc in gdb.exp that will do 'step' for target use
18777 stubs.
18778 * gdb.base/exprs.exp: ditto.
18779 * gdb.base/interrupt.exp: ditto.
18780 * gdb.base/opaque.exp: ditto.
18781 * gdb.base/printcmds.exp: ditto.
18782 * gdb.base/ptype.exp: ditto.
18783 * gdb.base/scope.exp: ditto.
18784 * gdb.base/setvar.exp: ditto.
18785 * gdb.base/signals.exp: ditto.
18786 * gdb.base/twice.exp: ditto.
18787 * gdb.c++/classes.exp: ditto.
18788 * gdb.c++/inherit.exp: ditto.
18789 * gdb.c++/templates.exp: ditto.
18790 * gdb.base/break.exp: no run and hit main for stubs. Change line
18791 numbers for breakpoints and info breakpoint.
18792 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
18793 breakpoint().
18794 * gdb.base/callfuncs.c: ditto.
18795 * gdb.base/exprs: ditto.
18796 * gdb.base/interrupt.c: ditto.
18797 * gdb.base/opaque0.c: ditto.
18798 * gdb.base/printcmds.c: ditto.
18799 * gdb.base/ptype.c: ditto.
18800 * gdb.base/scope0.c: ditto.
18801 * gdb.base/setvar.c: ditto.
18802 * gdb.base/signals.c: ditto.
18803 * gdb.base/twice.c: ditto.
18804 * gdb.c++/misc.cc: ditto.
18805 * gdb.c++/templates.cc: ditto.
18806
18807Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18808
18809 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
18810
18811 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
18812 somewhere between `read' and `main.c'. I'm pretty sure the
18813 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
18814 and it isn't particularly useful.
18815
18816 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
18817
18818Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18819
18820 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
18821
18822Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
18823
18824 * config/mt-slite: add LIBS and -nostdlib.
18825 * config/slite-gdb.exp: add this new file to support sparclite target.
18826
18827Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
18828
18829 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
18830
18831 * gdb.base/a2-run.exp: Change argument to istarget from
18832 "*-*-vxworks" to "*-*-vxworks*".
18833 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
18834
18835Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
18836
18837 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
18838 will not runto main but do a 'step' to step out of breakpoint().
18839 * config/mt-slite: add -Dusestubs.
18840
18841Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18842
18843 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
18844 instead of just @.
18845
18846 * gdb.base/signals.exp: Add test for "handle all print".
18847 * TODO: Remove "handle all print". Also remove item about
18848 checking copyright date (I don't like the idea of a spurious FAIL
18849 based on when we run the tests).
18850
18851 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
18852 for SunOS4 (reason for failure not investigated). Remove
18853 redundant test for $binfile.
18854
18855 * gdb.base/nodebug.c (array_index): Call malloc.
18856
18857 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
18858
18859Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
18860
18861 * gdb.base/recurse.exp: Update gdb_test invocation to use new
18862 conventions and slightly simplify the matching regexp.
18863
18864Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18865
18866 * gdb.base/break.exp: Update gdb_test invocation to use new
18867 convention.
18868
18869 * lib/gdb.exp: If noargs is not set, set it to 0.
18870
18871 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
18872 tests unique.
18873
18874 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
18875
18876Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18877
18878 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
18879 one argument of type "<non-float parameter>".
18880
18881Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
18882
18883 * config/rom68k.exp: New file to support Motorola IDP board.
18884 * gdb.base/a2-run.exp: Skip this file if noargs is set.
18885 * gdb.base/break.c: Change things around so that this program
18886 doesn't depend upon args. This is necessary to make remote
18887 targets work (in general, they can't take args).
18888 * gdb.base/break.exp: Don't try to send args to program. Don't
18889 expect output. Also, replace lots of code with gdb_test.
18890
18891Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18892
18893 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
18894 printing of '\'' (which is what the comment says we are testing,
18895 even though we were not), not '''.
18896 (test_integer_literals_rejected): Test that printing ''' is an error.
18897
18898 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
18899 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
18900 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
18901 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
18902 Use gdb_test not test_print_accept.
18903 * lib/gdb.exp: Remove test_print_accept.
18904
18905 * gdb.base/signals.exp (signal_tests_1): Make pass message
18906 consistent with fail message.
18907
18908 * gdb.base/whatis.exp: Remove xfails for printing char vs.
18909 unsigned char; the bug (PR 1821) is fixed.
18910
18911 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
18912
18913 * gdb.base/scope.exp (test_at_localscopes): Call pass for
18914 successful tests--makes xfailing them work right.
18915
18916Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18917
18918 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
18919 only \r\n, not .*. The test can pass .* as the last thing in
18920 $pattern if that is what it wants. In addition to providing this
18921 flexibility, this change should speed up pattern matching in cases
18922 where the pattern already ended with .* (there were a number of
18923 them). This change also helps catch bad patterns--in the old
18924 scheme the typo "char \*" instead of "char \\*" would pass. Now
18925 it is caught.
18926 * Many .exp files: Update callers.
18927
18928 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
18929 clearer and does not spuriously match multiple ('s. Likewise for
18930 ) and *.
18931
18932 * gdb.base/nodebug.exp: Test ability to call a function and pass
18933 it a string (even with no debugging info).
18934
18935 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
18936 "p '\'", which is the same as "p ''" once tcl gets done with
18937 quoting, to "p '\\'", which I suspect is what is intended (one
18938 backslash gets sent to GDB).
18939
18940 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
18941
18942Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18943
18944 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
18945 1817) was fixed literally years ago.
18946
18947Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18948
18949 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
18950 test, it causes stepping out of call_after_alloca_subr with
18951 optimizing compilers.
18952 (localvars_in_indirect_call): Consume GDB prompt if `finish'
18953 fails.
18954
18955 * gdb.c++/templates.exp: Source templ-info.exp only if
18956 the templates executable exists.
18957
18958 * gdb.c++/misc.cc (class Contains_static_instance,
18959 class Contains_nested_static_instance),
18960 gdb.c++/classes.exp (test_static_members): Test printing of
18961 a class that contains a static instance of the class.
18962
18963Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18964
18965 * gdb.base/langs2.c (cppsub_): Don't prototype.
18966 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
18967 only, I believe).
18968
18969Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18970
18971 * lib/gdb.exp (skip_chill_tests): New procedure.
18972
18973 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
18974
18975Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
18976
18977 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
18978 each expect pattern. Cuts runtime from 12 to about 4 seconds.
18979
18980Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18981
18982 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
18983
18984 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
18985 disassemble 8, not 16, instructions for part 4.
18986
18987 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
18988 support the latter anymore.
18989
18990 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
18991 -DNO_PROTOTYPES.
18992 * gdb.base/callfuncs.c: Control use of prototypes based on
18993 NO_PROTOTYPES, not __STDC__.
18994 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
18995 t_float_values2 tests if prototypes in use.
18996
18997 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
18998 t_double_values): When checking differences against DELTA, check
18999 that difference is within the range (-DELTA,DELTA), not just
19000 (-infinity,DELTA).
19001
19002Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19003
19004 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19005 'file' command firts, then 'target', then 'load', this is due to gdb
19006 target set up.
19007 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19008
19009Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19010
19011 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19012 FP load/store variants.
19013 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19014
19015Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19016
19017 * gdb.base/term.exp: Do not give a warning if not native, it is
19018 not an abnormal condition.
19019
19020Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19021
19022 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19023 t_char_array".
19024
19025Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19026
19027 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19028 are getting the version number.
19029
19030 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19031 if not native, it is not an abnormal condition.
19032
19033Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19034
19035 * lib/gdb.exp: Just use "file exists", rather than undocumented
19036 dejagnu procedure "findfile".
19037
19038Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19039
19040 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19041 (LDFLAGS): Set to -Xlinker -Ur.
19042
19043 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19044 Removed, these values are set by lib/gdb.exp.
19045
19046 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19047
19048Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19049
19050 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19051 of replicating gdb startup code.
19052
19053 * config/mt-vxworks (LDFLAGS): Set to -r.
19054 (CFLAGS_FOR_TARGET): Removed.
19055
19056 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19057 (gdb) and gdb for vxworks uses (vxgdb).
19058
19059 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19060 executable is not in the tree and host != target, use sed and
19061 program_transform_name to determine the gdb name used by the
19062 target.
19063
19064 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19065 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19066
19067Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19068
19069 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19070 floats, chars, and shorts where there are ANSI-style function
19071 definitions.
19072
19073 * gdb.base/langs.exp, gdb.base/langs*: New test.
19074 * gdb.base/Makefile.in: Build it.
19075 * TODO: Remove item about checking that C names don't get C++
19076 demangling applied; this test tests it.
19077
19078Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19079
19080 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19081 went with the const70 xfail. The xfail went away a year ago.
19082
19083 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19084
19085 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19086 for hp300.
19087
19088 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19089
19090 * gdb.base/a1-selftest.exp: Don't run on hp300.
19091
19092Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19093
19094 * Makefile.in (site.exp): Set host_alias and target_alias as well
19095 as host_triplet and target_triplet.
19096
19097Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19098
19099 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19100
19101 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19102 places as other ecoff systems).
19103
19104 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19105 ultrix.
19106
19107Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19108
19109 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19110 remove them.
19111 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19112 variable and "variable" in addition to "data variable".
19113 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19114
19115 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19116 2.
19117 * gdb.base/list1.c (long_line): Add additional statement at start
19118 of function.
19119 * gdb.base/list.exp (test_forward_search): Update line number to
19120 reflect new statement.
19121
19122Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19123
19124 * gdb.base/signals.exp: Reinitialize searched source directories
19125 after gdb_start call.
19126
19127Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19128
19129 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19130 * gdb.stabs/Makefile.in: Likewise.
19131
19132 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19133 change. Instead split the tests into smaller pieces.
19134 * gdb.disasm/hppa.s: Corresponding changes.
19135
19136Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19137
19138 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19139 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19140
19141 * gdb.base/funcargs.exp: Modify many tests so that every test
19142 either passes or fails. Make some test names unique.
19143
19144Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19145
19146 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19147 Call stty to set interrupt character.
19148
19149 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19150 for HP assembler versus GNU assembler based on actual behavior of
19151 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19152
19153 * TODO: Suggest a few more stepping tests.
19154
19155Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19156
19157 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19158 restart GDB for h8300 after a continue.
19159 (return): Add pattern to match a29k-udi behavior.
19160 * gdb.base/nodebug.exp: Remove obsolete comment.
19161 * gdb.base/regs.exp: New file, testing of register displays.
19162 * gdb.base/return.exp: Fix typo in reference to $objdir.
19163 * gdb.base/whatis.exp: Always start with a fresh GDB.
19164
19165Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19166
19167 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19168 higher, these tests generate a lot of output.
19169
19170Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19171
19172 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19173 code following the catch silently ignored some errors; without the
19174 catch they should be thrown like any other tcl error. Also, the
19175 catch used "" instead of {} which meant all the callers who wanted
19176 to include one of the characters "[]$ had to quote it an extra time.
19177 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19178 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19179 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19180 Remove extra quoting.
19181
19182Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19183
19184 * gdb.base/commands.exp: Make test names unique; every test either
19185 passes or fails. Update some comments.
19186
19187 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19188
19189Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19190
19191 The following fixes a FAIL caused by the fact that the alpha stabs
19192 configuration didn't use the ".if alpha" code in weird.def.
19193 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19194 bit pointer, so the 32 bit version works even on the alpha.
19195 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19196 Remove the stuff which allowed us to have separate versions for
19197 alpha and everything else.
19198
19199 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19200 regexp which "info func operator\[\](" is supposed to match. Fix
19201 string to send to GDB. Note that GDB still doesn't work right. Add a
19202 new test for "info func .perator\[\](" which GDB does handle correctly.
19203
19204 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19205
19206Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19207
19208 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19209 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19210 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19211 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19212 it makes the tests harder to understand and confuses test-o-matic.
19213 The preferred style is that each test provides a PASS or a FAIL,
19214 and has a unique message (e.g. "continue #54" not just "continue")
19215 which is the same for the pass and the fail.
19216 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19217 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19218 to lib/gdb.exp.
19219 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19220 prt_accept which was basically the same thing. Likewise for
19221 test_print_reject and prt_reject.
19222 * lib/gdb.exp (test_print_reject): Add some more error message
19223 patterns to match from the former printcmds.exp (prt_reject).
19224 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19225 One defect of the passcount stuff is that some of it failed to
19226 report XPASS where appropriate.
19227 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19228 stuff before and after arg in expected pattern.
19229 (test_paddr_operator_functions): Re-do test without print_addr_of;
19230 this is the only test which seems to want extra stuff there.
19231
19232Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19233
19234 * gdb.base/nodebug.exp: Update new tests to reflect improved
19235 wording of gdb output.
19236
19237 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19238 and "ptype" work on variables in files compiled without -g.
19239 Replaces commented out "maint print msymbol" tests.
19240
19241Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19242
19243 * gdb.base/setvar.c (dummy): Call malloc.
19244
19245 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19246 losing with the irix4 sed.
19247
19248 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19249 ALRM" on irix4.
19250
19251Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19252
19253 * TODO: Remove items about corefile.exp testing new exec-file and
19254 backtrace; both are now done. Add items about printing enums.
19255
19256Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19257
19258 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19259 "get signal $thissig" test fails.
19260
19261 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19262
19263Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19264
19265 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19266 compiler warning with dec alpha compiler.
19267
19268 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19269 extra \n from gdb_test call (this explains why the prompt test
19270 that I removed yesterday was there).
19271 (user_defined_command_test): Remove extra \n and prompt test.
19272
19273 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19274 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19275 doesn't exist.
19276 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19277 Also remove alpha workaround, which turns out to be because
19278 SIGABRT == SIGLOST.
19279
19280 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19281
19282 * gdb.base/help.exp: Don't test "help show".
19283
19284Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19285
19286 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19287 "set print address" is on.
19288 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19289 pass prompt to gdb_test; gdb_test already looks for the prompt.
19290
19291 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19292
19293 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19294 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19295 was to make sure that gdb can read a core file. But (a) the "read
19296 the corefile" part didn't make it to a1-selftest.exp, we just
19297 delete the corefile after creating it, and (b) we test reading
19298 corefiles in corefile.exp anyway. Also, this test left around a
19299 xgdb process on Solaris.
19300
19301 * gdb.base/corefile.exp: Also test backtrace.
19302
19303Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19304
19305 * gdb.base/commands.exp: Test a simple user defined command with
19306 arguments and if/while statements; verify the full user command is
19307 printed by "show user".
19308
19309 * gdb.base/commands.exp: Test if/while commands as part of a
19310 breakpoint command list; verify they appear in breakpoint
19311 information.
19312
19313Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19314
19315 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19316 than by dividing by zero.
19317
19318Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19319
19320 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19321 performing an inferior call with watchpoints enabled.
19322 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19323 call.
19324
19325Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19326
19327 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19328 of "file" command.
19329
19330 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19331 Add additional pattern for when "int operator int(void);" appears
19332 in a different order.
19333
19334Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19335
19336 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19337
19338 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19339 and "signal" with ".*".
19340
19341Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19342
19343 * TODO: Add note about "handle all nostop".
19344
19345 * gdb.base/{sigall.c, sigall.exp}: New test.
19346 * gdb.base/Makefile.in: Add it.
19347
19348Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19349
19350 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19351 when invoking GDB, suppresses any windowing interface.
19352
19353Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19354
19355 * config/sim-gdb: New file, simulator testing support.
19356
19357Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19358
19359 * gdb.base/interrupt.exp: Test calling func1 twice.
19360
19361Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19362
19363 * gdb.base/list.exp (test_forward_search): Set timeout higher
19364 when we'll be getting lots of output from gdb.
19365
19366 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19367 "init_malloc" to after the expect statement. Run it if that
19368 regexp is taken, but also for two others which happen if source
19369 cannot be found.
19370
19371Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19372
19373 * gdb.base/printcmds.exp: New test, for printing register before
19374 program is running.
19375
19376Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19377
19378 * gdb.base/list.exp: Correct some alternate expect patterns
19379 to reflect changes in list1.c.
19380
19381Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19382
19383 * TODO: Add item regarding large frames.
19384
19385 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19386
19387 * TODO: Remove item about enabling return.exp; it
19388 is enabled. Suggest a few more "return" tests.
19389
19390Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19391
19392 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19393 anonymous unions.
19394
19395Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19396
19397 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19398 and pr-5646.o, so "make" is the same as "make all", not "make
19399 pr-4975.o".
19400
19401Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19402
19403 * gdb.base/list.exp: Adjust expectations to reflect changes in
19404 list1.c.
19405 (test_forward_search): New test proc.
19406 * gdb.base/list1.c (long_line): New function, has long source line.
19407
19408Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19409
19410 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19411 additional line of code that was added.
19412
19413Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19414
19415 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19416 tests so as not to overflow expect's input buffers.
19417 * gdb.disasm/hppa.exp: Corresponding changes.
19418
19419Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19420
19421 Beginnings of template debugging tests.
19422 * gdb.c++/templ-info.cc: New file to test for template
19423 debugging capability of the compiler.
19424 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19425 templ-info.cc.
19426 * gdb.c++/templates.cc: Add explicit template instantiations
19427 to enable compiling with -fno-implicit-templates. Add destructor
19428 and 'value' method to T5 class for template tests.
19429 * gdb.c++/templates.exp: Add testcases for printing of template
19430 types, setting breakpoints on template methods and calling a
d63a86f8 19431 template method.
c906108c
SS
19432
19433Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19434
19435 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19436 branch target since some assemblers (gas-2.5) may emit a
19437 relocation for the branch instead of resolving it in the
19438 assembler.
19439
19440Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19441
19442 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19443 through signal handler.
19444
19445Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19446
19447 * configure.in (*-*-netware): Use config/mt-netware.
19448
19449 * config/mt-netware: New file.
19450 * config/mt-i386-netware: Removed, separate configs for different
19451 netware architectures are no longer needed now that we have
19452 --with-headers.
19453
19454Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19455
19456 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19457 by the recent changes to use ANSI C arithmetic conversions.
19458
19459Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19460
19461 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19462 bug involving using inferior_pid to figure out whether to select a
19463 frame.
19464
19465Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19466
19467 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19468 match the current disassembler output.
19469
19470Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19471
19472 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19473 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19474 types, expect "int" as type of integer values (for now).
19475
19476Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19477
19478 * gdb.base/commands.exp: New tests for if/while commands.
19479
19480Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19481
19482 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19483 by .*, since hex values have different syntax in Chill mode.
19484
19485Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19486
19487 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19488 linefeed from expect pattern for repeated types with indices > 9.
19489
19490Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19491
19492 First part of Fortran test suite.
19493 * gdb.fortran: New directory.
19494 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19495
19496Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19497
19498 * gdb.base/default.exp: Update expect pattern for load command
19499 without arguments.
19500
19501Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19502
19503 * configure.in: Change i386 to i[345]86.
19504 * gdb.base/configure.in: Likewise.
19505 * gdb.c++/configure.in: Likewise.
19506 * gdb.chill/configure.in: Likewise.
19507
19508Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19509
19510 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19511 patterns, since that is not a valid context for comments.
19512
19513Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19514
19515 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19516 repeated types and repeated types with indices > 9.
19517
19518Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19519
19520 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19521 2417; old bug has been fixed.
19522
19523Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19524
19525 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19526 send the newline ourselves instead of assuming gdb_test will do
19527 so when passed an empty input string.
19528
19529 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19530 stabs testcode.
19531
19532Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19533
19534 * lib/gdb.exp (gdb_test): Don't send anything if the first
19535 argument is an empty string. This makes cases where we want to
19536 match output that is already in expect's buffers (for example,
19537 matching a breakpoint after gdb_run_cmd has been called) work
19538 reliably.
19539
19540Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19541
19542 * config/netware.exp: New file.
19543
19544Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19545
19546 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19547 the -B and -L prefixes so we can find the debugging stub.
19548
19549 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19550 there and we are using the gcc from the tree.
19551
19552 * gdb.base/types.c: Removed.
19553
19554 * gdb.base/configure.in: Look for makefile fragments in ../config.
19555 Recognize i386-*-netware.
19556 * gdb.c++/configure.in: Likewise.
19557
19558Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19559
19560 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19561 the correct TCL syntax.
19562
19563Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19564
19565 * gdb.base/opaque.exp: use runto instead of messing around with
19566 breakpoints. Simplify by using gdb_test.
19567
19568 * gdb.base/bitfields.exp: restart between tests on netware targets
19569 because breakpoints aren't relocated after target death. Run
19570 processes to completion.
19571
19572 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19573
19574Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19575
19576 * Makefile.in: Remove extra tabs that confuse some versions
19577 of "make". Use the newly built gdb to test with by default,
19578 rather than the first one in the tester's search path.
19579
19580Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19581
19582 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
19583
19584 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
19585 condition help.
19586
19587Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19588
19589 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
19590
19591 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
19592 running.
19593 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
19594 * gdb.base/funcargs.exp: Likewise.
19595
19596 * gdb.base/bitfields.exp: Simplify by using gdb_test.
19597 * gdb.base/funcargs.exp: Likewise.
19598
19599 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
19600 message is "".
19601
19602Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19603
19604 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
19605 return,signals,twice}.exp: Handle non-existant binaries
19606 consistantly.
19607
19608 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
19609 * gdb.base/Makefile.in: Don't try to generate a core dump, we
19610 might testing a cross development system.
19611
19612Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19613
19614 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
19615 runtest script is relative to ${srcdir}, not ${rootdir}.
19616
19617Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
19618
19619 * gdb.base/signals.exp: Allow for optionality of breakpoint
19620 address.
19621
19622Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19623
19624 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
19625
19626Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19627
19628 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
19629 for size_t definition.
19630 * gdb.c++/templates.cc: Likewise
19631
19632 * config/mt-i386-netware: New file.
19633
19634 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
19635 defined.
19636
19637 * gdb.base/Makefile.in: Added support for systems that name core
19638 files by appending "core" to the program name.
19639 * gdb.base/a1-selftest.exp: Likewise.
19640
19641Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19642
19643 * gdb.base/return.exp: Add comment and message for `return double'
19644 test failure on Sparc Solaris.
19645
19646Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
19647
19648 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
19649
19650Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19651
19652 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
19653 from optimizing them away.
19654 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
19655 patterns to include default constructors and assignment operators,
19656 to match gcc versions beyond 2.5.8. Accept any cplus demangling
19657 character in the output of the virtual base pointer.
19658
19659Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19660
19661 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
19662 expression match in print_addr_of to avoid unintented matches.
19663 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
19664 versions up to 2.5.8.
19665
19666Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19667
19668 * gdb.base/list.exp: Tweak alternate pattern for listing of an
19669 included file to run under newer versions of expect.
19670 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
19671 consecutive >'s in templates to accomodate recent cplus-dem.c change.
19672 Remove xfail for the virtual table of BDDHookV.
19673
19674Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19675
19676 * lib/gdb.exp (string_to_regexp): Set a default result.
19677 (default_gdb_start): Fix misleading message.
19678
19679Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
19680
19681 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
19682 Remove all CC, etc definitions.
19683 * config/mt-hpux: New file.
19684 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
19685 (CFLAGS, LDFLAGS): Define.
19686 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
19687
19688 * Makefile.in (site.exp): Don't insert host_os, etc.
19689 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
19690 (distclean): Check existence of subdir.
19691 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
19692 * gdb.base/Makefile.in: General cleanup and simplification.
19693 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19694 to build executables. Use default rule to build .o files.
19695 (EXPECT, RUNTEST, CC): Fix relative pathname.
19696 (site.exp): Don't insert host_os, etc.
19697 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
19698 and/or SIGUSR1 defined.
19699 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
19700 * gdb.c++/Makefile.in: General cleanup and simplification.
19701 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19702 (CFLAGS): Remove.
19703 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
19704
19705Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
19706
19707 * gdb.base/recurse.exp: Misc changes to get tests running again
19708 after Kung's changes to the watchpoint code.
19709 * gdb.base/watchpoint.exp: Likewise.
19710
19711Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
19712
19713 * lib/gdb.exp (string_to_regexp): Convert {\} also.
19714
19715Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19716
19717 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
19718 * lib/gdb.exp (default_gdb_start): Define.
19719 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
19720 gdb.base/funcargs.exp, gdb.base/opaque.exp,
19721 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
19722 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
19723 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
19724 Don't call gdb_target_udi in between tests.
19725
19726Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19727
19728 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
19729 (which was basically just a local version of the same thing). In
19730 addition to avoiding duplication, gdb_test_exact is faster.
19731 * lib/gdb.exp (gdb_test_exact): Fix typo.
19732
19733 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
19734 don't give an error.
19735
19736 * gdb.base/term.exp: Call delete_breakpoints before starting.
19737
19738 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
19739 (t10): Add comment.
19740
19741Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19742
19743 Reorganization of the GDB Test Suite.
19744
19745 * gdb.base: New directory, contains all the basic tests.
19746 * gdb.c++: New directory, tests specific to C++.
19747 * gdb.chill: New directory, tests specific to Chill.
19748 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
19749 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
19750 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
19751 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
19752 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
19753 t30-31 to chill).
19754 * */gdbme.*: Rename to match appropriate expect scripts.
19755 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
19756 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
19757 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
19758 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
19759 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
19760 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
19761 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
19762 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
19763 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
19764 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
19765 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
19766 gdb.c++/virtfunc.cc: New names of C++ files.
19767 * gdb.chill/chillvars.ch: New name of Chill file.
19768 * gdb.base/configure.in, gdb.c++/configure.in,
19769 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
19770 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19771 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
19772 * configure.in (configdirs): Update to reflect directory changes.
19773 (target_abbrev): No longer define for any configuration.
19774 * Makefile.in: Cosmetic improvements to header comments.
19775
19776Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19777
19778 Various changes to gdb.t31:
19779
19780 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
19781 * gdbme.ch: Make all key-words and predefineds be upper-case.
19782 * chillvars.exp: Expect key-words and predefinds in upper-case.
19783
19784 * chillvars.exp: Use gdb_test_exact many places.
19785 Change expected output for arrays (which now includes index labels).
19786
19787 * pr-5020.exp, gdme.ch (module PR_5020):
19788 New test, for PR-5020.
19789
19790Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
19791
19792 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
19793 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
19794
19795Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
19796
19797 * Makefile.in: Fix bit-rot in definitions of CHILL,
19798 CHILL_FOR_TARGET and Chill_LIB.
19799 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
19800 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
19801 CHILL, and CHILL_LIB.
19802
19803Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
19804
19805 * Revert the previous changes. Please see Rob's directory
19806 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
19807
19808Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
19809
19810 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
19811 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
19812 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
19813 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
19814 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
19815 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
19816 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
19817 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
19818 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
19819 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
19820 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
19821 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
19822 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
19823 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
19824 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
19825 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
19826 changes from 94Q1.
19827
19828Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
19829
19830 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
19831 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
19832 Rob's new testing fragments.
19833
19834Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
19835
19836 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 19837 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
19838
19839Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19840
19841 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
19842 version also, match on casted version strings, and match on
19843 gdb startup case where the line numbers might be messed up.
19844
19845Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
19846
19847 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 19848 (CFLAGS): Delete it from here.
c906108c
SS
19849
19850Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
19851
19852 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
19853
19854Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
19855
19856 * Makefile.in (RUNTEST): Default to just "runtest".
19857
19858Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19859
19860 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
19861 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
19862 the code has been restructured.
19863
19864Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19865
19866 * gdb.t00/default.exp (set write): Allow any number of \r and/or
19867 \n, not just one of each.
19868
19869 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
19870 /bin/cc gives a warning if you do.
19871
19872Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
19873
d63a86f8 19874 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
19875 __t10ListS_link1ZUiRCUiPT0
19876
19877Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19878
19879 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
19880 on local variables in recursive functions.
19881
19882 * gdb.t07/Makefile.in: Build the new test.
19883
19884Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19885
19886 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
19887 directly. Instead compare the return values from actual calls.
19888
19889Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
19890
19891 * Makefile.in (check): Set TCL_LIBRARY for runtest.
19892
19893Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19894
19895 * From Peter Schauer with minor modifications.
a9c64011
AS
19896 * gdb.t15/return.exp (return_tests): Handle targets where "return"
19897 stops in mid-line in the caller. Add xfail for returning a float
19898 value on X86 targets.
c906108c
SS
19899
19900Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19901
19902 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
19903 to avoid expect lossage.
19904 (fmem_LRbug_tests): Likewise.
19905 * gdb.disasm/hppa.s: Corresponding changes.
19906
19907 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
19908 conditions to work with latest dejagnu/expect.
19909
19910 * gdb.t15/funcargs.exp (finish from indirect call): No longer
19911 expected to fail on the PA.
19912 (backtrace in call with trampolines): Explicitly require main
19913 to be frame #1 (no trampolines should show up in backtrace).
19914
19915 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
19916 "continue -expect".
19917 * gdb.t06/break.exp: Likewise.
19918 * gdb.t07/watchpoint.exp: Likewise.
19919 * gdb.t13/bitfields.exp: Likewise.
19920 * gdb.t15/{funcargs,return}.exp: Likewise.
19921 * gdb.stabs/weird.exp: Likewise.
19922 * config/{mips,udi}-gdb.exp: Likewise.
19923
19924 * hppa.sed: Enclose comments within a sed command to avoid
19925 losing with the old OSF1 sed.
19926
19927Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19928
19929 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
19930 sequent dynix.
19931 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
19932 * gdb.t15/funcargs.exp: Conditionally step again to really
19933 finish from marker_call_with_trampolines. Handle the case where
19934 the first step from within call_with_trampolines already steps
19935 us back to main.
19936 * gdb.t15/gdbme.c: Add comment to closing brace of
19937 call_with_trampolines for funcargs.exp.
19938
19939Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19940
d63a86f8 19941 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
19942 Fix typo(s).
19943
19944Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19945
19946 * gdb.t07/gdbme.c: More code for watchpoint testing.
19947
19948 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
19949 "Hardware watchpoint" throughout file.
19950 (test_watchpoint_triggered_in_syscall): New test.
19951 (test_complex_watchpoint): New test.
19952
19953Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19954
19955 * gdbme.c (call_with_trampolines): New function to try and step
19956 into. Tests trampoline problems on the PA.
19957
19958 * funcargs.exp (localvars_in_indirect_call): No longer expect
19959 stepping into indirect call to fail on PAs.
19960 (test_stepping_over_trampolines): New test.
19961
19962Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19963
19964 * TODO: Add suggestions for static member function tests, and
19965 completion tests.
19966
19967Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19968
19969 * TODO: Add suggestions for "p/a" tests.
19970
19971 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
19972 (default_gdb_exit): Replace all the hair with sending "quit" to
19973 the process with a simple close.
19974
19975Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19976
19977 * TODO: Add suggestions for shared library tests.
19978
19979Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19980
19981 * TODO: Add suggestions for x/s tests.
19982
19983Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19984
19985 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
19986 "enable once", and "enable breakpoints once" with ".*".
19987
19988Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19989
19990 * TODO: Add suggestions about structure passing tests.
19991
19992Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19993
19994 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
19995 the primary1 test, use work around if __GNUC__ < 2.
19996 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
19997 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
19998 Test for bad output rather than waiting for timeout. Issue
19999 second continue only if first continue failed.
20000
20001Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20002
20003 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20004 operator[] test with gdb_test because the old code didn't seem to
20005 be getting the quoting right with the new dejagnu.
20006
20007Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20008
20009 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20010 one from the path.
20011 * Makefile.in: Use a fresh expect if there is one, use runtest
20012 from the src tree if there is one.
d63a86f8 20013
c906108c
SS
20014Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20015
20016 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20017 next over recursive call. Revise the tests from that point on
20018 (which had been skipped) to match GDB's actual (correct) output.
20019
20020 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20021 with next over a breakpoint whose condition is false.
20022
20023 * gdb.t00/help.exp: Comment out "help set print" tests just like
20024 (and for same reason as) "help set" test.
20025
20026Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20027
20028 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20029 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20030
20031Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20032
20033 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20034 necessary gdb_target_udi.
20035
20036 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20037
20038 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20039 1838 and 2417; they are fixed.
20040
20041 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20042 gdb.t03/ptype.exp (ptype structure, ptype union):
20043 Remove xfails; the test is looser than when the xfails were added.
20044
20045 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20046 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20047
20048 * gdb.t01/run.exp: Only run shell test if isnative.
20049
20050 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20051 since "run" automatically loads if necessary. Call gdb_target_udi
20052 after the "file" since "file" kills any execution target.
20053
20054 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20055 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20056 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20057 argument for UDI.
20058
20059Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20060
20061 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20062
20063 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20064
20065Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20066
20067 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20068 properly quoting regexps. This makes the second argument to
20069 demangle a fixed string, which matches the callers, instead of a
20070 shell-style pattern which is what the previous implementation
20071 used. Update some of the callers.
20072
20073Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20074
20075 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20076 (comib_nullified_tests): Fix typo.
20077 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20078 strings. No longer expected to fail.
20079
20080 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20081 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20082 strings. No longer expected to fail.
20083
20084 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20085 string. No longer expected to fail.
20086
20087Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20088
20089 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20090 No longer expected to fail.
20091
20092 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20093 string. No longer expected to fail.
20094
20095Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20096
20097 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20098 only in the names (I probably got most of them). I was even
20099 generous with some which differed in underscores in names, and
20100 probably missed a few, and I *still* was able to remove almost a
20101 third of the file with almost no impact on testsuite coverage.
20102
20103Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20104
20105 * gdb.t00/default.exp: Match udi_attach error message as well as
20106 the one from child_attach.
20107
20108 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20109
20110 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20111
20112 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20113 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20114
20115 * Move test with enums and partial symbols back to
20116 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20117 Reverts the change of 26 May 93. Per today's change to
20118 stabs.texinfo, the behavior that weird.exp was expecting was
20119 unreasonable; what is important is that the compiler+gdb get
20120 things right, which happens with a recent gcc. Also fix the test
20121 to deal with native compilers which put out the stab gdb can't
20122 deal with.
20123
20124Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20125
20126 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20127 in the names. The main thing these accomplish is to slow things down.
20128 Many more such duplicates surely remain.
20129
20130 * gdb.t00/help.exp: Comment out "help support" test just like
20131 (and for same reason as) "help set" test.
20132
20133Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20134
20135 * gdb.t06/break.exp: Remove setup_xfails for
20136 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20137 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20138 about known bug in gcc to include up through 2.5.8.
20139 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20140 well as "_vb$".
20141 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20142 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20143 with latest gcc and gdb.
20144 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20145 well as "_vb$".
20146
20147Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20148
20149 * configure.in (hppa*-*-*): Also configure and build stabs-only
20150 tests.
20151
20152Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20153
20154 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20155 * gdb.t10/configure.in (hppa*-*-*): Use it.
20156
20157Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20158
20159 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20160
20161Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20162
20163 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20164 versions prior to 1.13.5.
20165
20166Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20167
20168 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20169 the prompt is at the start of a line.
20170
20171Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20172
20173 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20174 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20175 in the copr tests now.
20176 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20177 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20178 expected to fail.
20179
20180Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20181
20182 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20183 gdb.t31/chillvars.exp, lib/gdb.exp:
20184 Tweak to run under either version of expect.
20185 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20186 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20187 * gdb.t11/list.exp: Remove extraneous whitespace.
20188
20189Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20190
20191 * gdb.t16/printcmds.exp (test_print_strings): Accept
20192 "(unsigned char *) " before the string.
20193
20194 * TODO: Add notes about printing of fancy types and GDB expressions.
20195
20196Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20197
20198 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20199 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20200 if doing mips-idt-ecoff.
c906108c
SS
20201
20202Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20203
20204 * Most .exp files: Tweak to run under either version of expect.
20205
20206Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20207
20208 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20209 xfails; I'm not sure why they are failing, but not because of PR 1806.
20210
20211Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20212
20213 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20214 defined in lib/gdb.exp.
20215
20216Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20217
20218 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20219 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20220 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20221 have to be typeless.
20222
20223Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20224
20225 * TODO: Add suggestion for copyright year test.
20226
20227Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20228
20229 * configure.in (*-*-lynxos*): Add stabs tests.
20230
20231Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20232
20233 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20234 so insert a tab before any assembler directive in column zero.
20235
20236 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20237 stores.
20238 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20239 stores.
20240 (fpu_short_memory_tests): Likewise.
20241
20242Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20243
20244 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20245 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20246 .stabs directives in comments.
20247
20248Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20249
20250 * TODO: New file, describing tests we could write.
20251 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20252
20253Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20254
20255 * gdb.t06/signals.exp: Add kludge to force re-sync.
20256
20257 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20258 to xgdb instead of gdb, get out of gdb.
20259
20260Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20261
20262 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20263 for info.
20264
20265Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20266
20267 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20268 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20269 * gdb.stabs/hppa.sed: New sed script for the PA.
20270
20271Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20272
20273 * gdb.stabs: Re-write weird.def and configuration to use sed
20274 instead of cpp. sed is portable and POSIX; cpp is neither.
20275
20276Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20277
20278 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20279
20280Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20281
20282 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20283
20284Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20285
20286 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20287 "_vb$".
20288 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20289 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20290
20291Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20292
20293 * lib/gdb.exp: Comment out code which depends on non-existent
20294 `transform' procedure.
20295
20296Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20297
20298 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20299 * lib/gdb.exp: Transform tool name.
20300 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20301 1.1's new error handling system.
20302
20303Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20304
20305 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20306
20307Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20308
20309 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20310 They made pattern matching so slow that timeouts happened on
20311 heavily loaded systems. Now any output from "show print" which
20312 gets us back to the GDB prompt is a PASS.
20313
20314Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20315
20316 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20317
20318Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20319
20320 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20321
20322 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20323 It is not from PR 3220.
20324
20325Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20326
20327 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20328 just started failing because they depended on the order the
20329 subcommands are presented, or exact docstring text. This kind of
20330 test is a pain and has minimal benefit.
20331
20332Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20333
20334 * gdb.t09/corefile.exp: At end of test, use "core" command with
20335 no arguments.
20336
20337Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20338
20339 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20340 17}/Makefile.in: Make it possible to run the testsuite with Sun
20341 make and CC = cross gcc by adding explicit build rules for .o
20342 files.
20343
20344Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20345
20346 * gdb.t15/funcargs.exp: Don't put comments on same line as
20347 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 20348
c906108c
SS
20349Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20350
20351 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20352
20353Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20354
20355 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20356 * gdb.t20/inherit.exp: remove three dumplicate entries.
20357
20358Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20359
20360 * gdb.t06/break.exp: For "next over recursive call", fail on any
20361 incorrect output, not just on "factorial (value=2)".
20362
20363Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20364
20365 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20366 working now. Add an xfail if accesing a bss variable causes
20367 a memory error if the target is not yet run.
20368
20369Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20370
20371 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20372 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20373 name of __st* demangling (2 strings). Did Kung really get the
20374 more than 95 others right without testing them?
20375
20376Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20377
20378 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20379
20380Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20381
20382 * configure.in (configdirs): Add gdb.disasm
20383 * gdb.disasm: New directory for GDB disassembler tests.
20384 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20385
20386Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20387
20388 * gdb.t00/help.exp: Don't test "help set".
20389
20390 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20391 from within expect statements. None of these happen anymore and
20392 they cause regressions to be silently unnoticed.
20393
20394 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20395 messages) about known failures with gcc cygnus-2.4.5-930417.
20396
20397 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20398 comp-info.exp so it gets built if it doesn't exist.
20399
20400 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20401 it is no longer used.
20402 * gdb.t13/comp-info.c: Removed.
20403
20404Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20405
20406 * gdb.t06/signals.exp: Add xfail for sun3.
20407
20408Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20409
20410 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20411 relevant because ^C doesn't get sent but failure can be reproduced
20412 interactively).
20413
20414Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20415
20416 * gdb.stabs/alpha.mt: New configuration file for alpha.
20417 * gdb.stabs/configure.in: Use it.
20418 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20419 sharing with alpha.mt, redefine long to word via preprocessor.
20420 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20421 for alpha.
20422 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20423 native cc.
20424 * gdb.t00/teststrategy.exp: Change expect string so that we
20425 consume the `(xgdb)' from the command echo and from the gdb prompt.
20426 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20427 gdb currently compares all values as long, so this failure probably
20428 applies to any configuration where LONGEST is bigger than a target int.
20429 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20430 with gcc.
20431 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20432 to handle opaque pointers, gcc is.
20433 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20434 as first argument. Include <sys/types.h> and change all operator
20435 new definitions to use size_t.
20436 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20437 now that we use size_t.
20438
20439Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20440
a9c64011 20441 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 20442 a long or float array cast all array members to the same type.
a9c64011 20443 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 20444 with 64 bit longs.
a9c64011 20445 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 20446 on alpha.
a9c64011 20447 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
20448
20449Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20450
20451 * gdb.t24 (demangle.exp): Constructors of templates have names like
20452 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20453 section 14.6 of the ARM.
20454
20455 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20456 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20457 accomplish little and slow down the testsuite.
20458
20459 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20460 Accept spaces various places.
20461
20462Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20463
20464 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20465 with watchpoint enabled.
20466
20467 * Makefile.in: Remove definition of CC and remove the second
20468 definition of CXX (the "CXX = gcc" one remains). These definitions
20469 were causing backquotes to be expanded within backquotes, which
20470 doesn't work.
20471
20472Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20473
20474 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20475
20476Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20477
a9c64011
AS
20478 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20479 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
20480 by mips cc and contains no stabs entries.
20481
20482Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20483
20484 * config/vx-gdb.exp: Use fake device to load files rather than
20485 NFS.
20486 * lib/gdb.exp: New proc to do "file" command.
20487 * config/unix-gdb.exp: Use new "file" proc.
20488
20489Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20490
20491 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20492 Rework board rebooting slightly.
20493 (gdb_exit): Don't exit from the remote shell; there isn't one.
20494 * gdb.stabs/weird.exp: If a program is being debugged already,
20495 kill it.
20496 * gdb.t04/setvar.exp: Stop and restart gdb.
20497 * gdb.t05/expr.exp: Likewise.
20498 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20499 restart gdb and reload the program.
20500 * gdb.t08/opaque.exp: Likewise.
20501 * gdb.t12/scope.exp: Likewise.
20502 * gdb.t13/bitfields.exp: Likewise.
20503 * gdb.t15/funcargs.exp: Likewise.
20504 * gdb.t20/classes.exp: Likewise.
20505 * gdb.t03/ptype.exp: Increase timeout.
20506 * gdb.t16/printcmds.exp (test_print_string_constants,
20507 test_print_array_constants): Likewise.
20508 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20509 * gdb.t20/classes.exp (do_tests): Likewise.
20510 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20511
20512Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20513
20514 * gdb.stabs: Renamed *wierd* to *weird*.
20515
20516Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20517
20518 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20519 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20520
20521Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20522
20523 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20524 (do_tests): Remove xfail for whatis on one_var and two_var.
20525
20526Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20527
20528 * Makefile.in: Made cross building work better by adding
20529 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20530
20531Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20532
20533 * gdb.t15/{return.c,return.exp,Makefile.in}:
20534 New test, currently commented out.
20535
20536Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20537
20538 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20539 still running and removes the leftover named socket so GDb can do
20540 clean restarts.
20541
20542Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20543
20544 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20545 console, not GDB.
20546 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20547 cross testing works better with "make check"
20548 * config/unix-gdb: Use default procedures for exit and version.
20549 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20550 with the newest VxWorks.
20551
20552Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20553
20554 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20555 old form.
20556
20557 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20558 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20559
20560 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20561
20562 * config/unix-gdb.exp: Remove this version of gdb_exit
20563 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20564 Rob says he'll look at it when he gets back to testing boards.
20565
20566Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20567
20568 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20569 an expected fail for certain ptype commands.
20570
20571 * gdb.t20/classes.exp: Update expected results of "ptype class
20572 Base1" to account for the constructor that now appears in the type.
20573
20574Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20575
20576 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20577 disappeared from list.
20578 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20579 "alldone" proc with call to cleanup and exit.
20580 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20581 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20582 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
20583 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
20584 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
20585 "alldone" proc with simple returns that suppress remaining
20586 tests. The alldone proc went away many months ago.
20587
20588Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20589
20590 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
20591
20592 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
20593
20594Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20595
20596 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
20597 as vax gdb will display them.
20598
20599Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20600
20601 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
20602 optimizers.
20603
20604 * scope.exp: Change "bad value for localval" messages so each one
20605 is unique.
20606
20607 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
20608 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
20609
20610 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
20611
20612Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20613
20614 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
20615 doesn't exist (due to optimization).
20616
20617Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20618
20619 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
20620 contains \r because the filename is long.
20621
20622 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
20623 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
20624
20625Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20626
20627 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
20628 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
20629 Ultrix.
20630 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
20631 int tests.
20632 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
20633
20634Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
20635
20636 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
20637
20638 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 20639 to match does not match the passing case but still matches the
c906108c
SS
20640 failing case.
20641
20642Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20643
20644 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
20645
20646Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
20647
20648 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
20649 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
20650 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
20651 Remove various versions of gdb_exit.
20652 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
20653 gdb_exit.
20654 * config/unix-gdb.exp: gdb_exit remains here, and should override
20655 the generic version, since it's doing a lot of wierd stuff that
20656 the other versions aren't. FIXME, fold it in, or abandon this
20657 version.
20658
20659Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20660
20661 * gdb.t24/demangle.exp: Add tests for PR 3220.
20662
20663Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20664
20665 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
20666
20667Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
20668
20669 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
20670 "i386-*-*". Works for i486 as well.
20671
20672 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
20673 bug, and expand domain of xfail to all SVR4 systems, since the
20674 actual problem is likely to be in generic SVR4 /proc support.
20675
20676Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20677
20678 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
20679
20680Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
20681
20682 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
20683 xfails for other systems. Match a missing 'Continuing.' as an
20684 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
20685
20686 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
20687 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
20688 Only issue warning for missing executables if -all option is used.
20689
20690 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
20691 file if -all option is used. It's like an unpredictable XFAIL.
20692
20693Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20694
20695 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
20696 for dynamically linked binaries.
20697
20698 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
20699
20700Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20701
20702 * gdb.t20/inherit.exp: Change message for "print tagless struct"
20703 to state that this is a known bug in old versions of g++.
20704
20705Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20706
20707 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
20708 while waiting for `Continuing'.
20709
20710Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
20711
20712 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
20713 in text, data, and bss.
20714 * gdb.t10/nodebug.c: Add local and global test variables for
20715 initialized and uninitialized data.
20716
20717Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20718
20719 * config/unix-gdb.exp (gdb_exit): Add "wait".
20720
20721Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20722
20723 * gdb.t06/signals.exp: xfail the continue from the handler for all
20724 targets.
20725
20726 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
20727 function with watchpoints enabled, the i386 call dummy starts with
20728 a call.
20729
20730 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
20731 386 bsd names its corefiles.
20732
20733Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
20734
20735 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
20736 compilers don't grok it.
20737 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
20738 with small octal ints rather than character constants, which
20739 are signed and might not fit if first promoted to int.
20740
20741Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
20742
20743 * gdb.t09/Makefile.in (clean): Remove corefile.
20744
20745Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20746
20747 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
20748
20749Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20750 and Jim Kingdon (kingdon@cygnus.com)
20751
20752 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
20753 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
20754 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
20755
20756Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20757
20758 * gdb.t17/interrupt.exp: Add xfail for hppa.
20759
20760Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20761
20762 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
20763 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
20764 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
20765 to determine signed-ness of bitfields and use the result to setup
20766 the xfail.
20767 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
20768 * gdb.t15/funcargs.exp: Use them to step until the second indirect
20769 call line is reached if necessary.
20770
20771Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20772
20773 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
20774
20775Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20776
20777 * gdb.t06/break.exp: Also test `clear' command.
20778
20779Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20780
20781 * gdb.t00/teststrategy.exp: Remove extra quote.
20782
20783 * gdb.t07/watchpoint.exp: Change xfail for calling function with
20784 watchpoint enabled to be for all non-68k machines.
20785
20786 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
20787
20788Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20789
20790 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
20791 targets use aout.mt instead of ecoff.mt as gas understands
20792 standard aout format.
20793
20794Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20795
20796 * lib/gdb.exp (runto): Don't insist that function we are running to
20797 was compiled with -g.
20798
20799 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
20800
20801 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
20802 to get back into the read system call.
20803 Accept leading newline in case where we woke it up.
20804
20805Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20806
20807 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
20808 to make the stabs test work on ecoff systems using gcc and -with-stabs.
20809 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
20810 enable ecoff configuration.
20811
20812Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20813
20814 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
20815
20816Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20817
20818 * gdb.t16/printcmds.exp: Add another printf test.
20819
20820Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
20821
20822 * configure.in: If configured -with-stabs on any target, add
20823 stabsdirs to configdirs.
20824
20825Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20826
20827 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
20828 fun" so pattern does not match the command itself.
20829
20830Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20831
20832 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
20833
20834Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20835
20836 * gdb.t17/interrupt.exp: Test for more things.
20837
20838Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20839
20840 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
20841 compiler arranges the code and line numbers.
20842
20843 * gdb.t17/interrupt.exp: Don't send \n after ^C.
20844
20845Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20846
20847 * gdb.t00/help.exp: Increase expect input buffer size.
20848
20849Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20850
20851 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
20852
20853 * gdb.t07/watchpoint.exp: Add xfail for hppa.
20854
20855 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
20856
20857 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
20858 [0-9]*, not just [0-9].
20859
20860Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20861
20862 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
20863
20864 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
20865
20866Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20867
20868 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
20869
20870Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20871
20872 * gdb.t06/signals.c: Add xfails for sun3.
20873
20874 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
20875
20876 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
20877 test_stepping tests.
20878
20879Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20880
20881 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
20882
20883 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
20884
20885 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
20886 rather than actually putting it through cpp twice.
20887
20888 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
20889
20890Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
20891
20892 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
20893 no longer needed.
20894
20895Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20896
20897 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
20898
20899 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
20900 C++ features prints as "struct", make it a pass, not an xfail.
20901
20902Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20903
20904 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
20905 Don't require VA to print as "class" rather than "struct".
20906
20907Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
20908
20909 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
20910
20911Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20912
20913 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
20914
20915Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20916
20917 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
20918 order.
20919
20920Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20921
20922 * gdb.t16/printcmds.exp: Add printf tests.
20923
20924 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
20925
20926 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
20927
20928Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
20929
20930 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
20931 pass counts, to counteract any existing or future setup_xfails.
20932
20933Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20934
20935 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
20936 {BEGIN,END}_COMMON for common block instead of STAB.
20937 * gdb.stabs/wierd.exp: Add xfail for rs6000.
20938
20939 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
20940 intp_var should be N_GSYM not N_LSYM.
20941 wierd-aout.S: Use a label for the value of the N_SO.
20942 wierd.def: Remove all backslashes.
20943 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
20944
20945Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20946
20947 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
20948 get the expected next to inheritance3.
20949
20950Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20951
20952 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
20953 now that gcc-2.4 gets it right.
20954
20955Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20956
20957 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
20958
20959 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
20960 generating comp-info.exp which works for cross-compilation.
20961
20962Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
20963
20964 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
20965 "*-*-sysv4.*".
20966
20967Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
20968
20969 * gdb.t01/run.exp: Start with a fresh gdb.
20970 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
20971 SVR4.x.
20972
20973Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
20974
20975 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
20976 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
20977 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
20978 Makefile.in (distclean, realclean): Remove gdbme.c from list of
20979 things to remove.
20980
20981Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
20982
20983 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
20984 test cases from bug reports.
20985
20986Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
20987
20988 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
20989 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
20990 avoid spurious xfails.
20991 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
20992 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
20993 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
20994
20995Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
20996
20997 * gdb.t00/teststrategy.exp: Rework to provide more useful
20998 description of each test, fix problem with systems that define
20999 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21000 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21001 results for "next over recursive call" so timeouts aren't taken
21002 by error.
21003
21004Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21005
21006 * gdb.t12/scope.exp: Test printing of variables before run.
21007
21008 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21009 printed in wrong order due to sorting.
21010
21011Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21012
21013 * gdb.t00/teststrategy.exp: Fix expected results for printing
21014 user entered string constant. Is array of char, prints with no
21015 address.
21016
21017 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21018 commands.
21019 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21020 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21021 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21022 of struct of char arrays.
21023 * gdb.t00/radix.exp: New tests for radix commands.
21024
21025Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21026
21027 * gdb.t16/printcmd.exp: Print a variable before running program
21028 (with xfail for AIX).
21029
21030Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21031
21032 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21033
21034 * gdb.t16/printcmd.exp: Don't print variables before running program.
21035
21036 * gdb.t06/break.exp: Don't require envp argument to main.
21037
21038 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21039
21040 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21041 Add xfails for rs6000.
21042
21043 * gdb.t02/whatis.exp: Change other tests not to re-test something
21044 we already tested.
21045
21046 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21047 each type used has a variable of that type.
21048
21049Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21050
21051 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21052
21053Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21054
21055 * configure.in: change srctrigger to be a file, not a directory
21056
21057Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21058
21059 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21060
21061 * gdb.t11/list.exp: Fixed a couple of typos.
21062
21063Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21064
21065 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21066 is fixed and PR is closed.
21067 * gdb.t16 (gdbme.c): Add simple test string variable.
21068 * gdb.t16 (printcmds.exp): Add tests with simple test string
21069 variable, primarily for boundaries on "set print elements".
21070
21071Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21072
21073 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21074 Make leading 0's optional and don't expect a tab in the middle
21075 of the number.
21076
21077 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21078
21079 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21080 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21081 don't end command passed to gdb_test with newline.
21082
21083 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21084 signed keyword away, don't expect signed bitfields to be signed.
21085
21086 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21087 printing with only as many 1's as are in the field as well as printing
21088 with 32 1's (see comment).
21089
21090Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21091
21092 * gdb.t00/default.exp: Start with a fresh gdb.
21093 * configure.in (configdirs): Remove gdb.t31 until the chill
21094 compiler works again. It no longer is able to find chillrt0
21095 since it isn't in libchill.a anymore.
21096 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21097 wierd.o, make more modular.
21098 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21099 spurious newlines that caused problems.
21100
21101Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21102
21103 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21104 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21105 gdb.stabs/wierd.{exp,def}: Many new tests.
21106
21107 * gdb.t00/default.exp: update info line for new message.
21108
21109 * gdb.t02/{whatis.exp,gdbme.c}:
21110 Test that "char *" doesn't print as "caddr_t".
21111
21112Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21113
21114 * gdb.t00/help.exp: Use .* in place of some help messages which
21115 just changed.
21116 gdb.t00/default.exp: Update "info frame" test for new message.
21117 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21118 Remove some xfails
21119
21120Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21121
21122 * gdb.t03/{gdbme.c,ptype.exp}:
21123 Add tests for typedef'd struct and union without tags.
21124 Also check "whatis" on a variable of a typedef'd enum without a tag.
21125
21126 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21127 PRMS 1823; the bug still exists but isn't reproduced by this test
21128 anymore), and remove rs6000 XFAIL (the bug is fixed).
21129
21130 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21131 duplicated from whatis.exp. For those that are left, accept
21132 "long", "long int", or "int" for long variables (whatis.exp already
21133 has an XFAIL for "int", so no need to fail it here).
21134
21135 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21136 Deal with GCC's names for types now that GDB uses the compiler's names.
21137
21138 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21139 setup_xfail's for sunos4. If we #defined the signed keyword away,
21140 don't expect GDB to know that char it is signed.
21141
21142 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21143
21144Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21145
21146 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21147 should work on any system, regardless of debugging format.
21148 * gdb.t21/demangle.exp: Move to gdb.t24.
21149 * gdb.t24/demangle.exp: Move from gdb.t21.
21150 * gdb.t24/{Makefile.in, configure.in}: New files.
21151
21152Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21153
21154 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21155 * gdb.stabs: New directory.
21156
21157Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21158
21159 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21160 not just "Quit anyway?".
21161
21162Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21163
21164 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21165 that all setup_xfails are immediately followed by clear_xfails.
21166
21167Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21168
21169 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21170 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21171 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21172 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21173 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21174 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21175 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21176 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21177 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21178 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21179 gdb.t31/chillvars.exp, lib/gdb.exp:
21180 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21181 bug-gdb@prep.ai.mit.edu.
21182
21183Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21184
21185 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21186 with 0.0, not integer 0.
21187
21188Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21189
21190 * gdb.t06/break.exp: Update for "Kill the program" message change.
21191
21192Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21193
21194 * Makefile.in (GDBFLAGS): Set to -nx.
21195 * Makefile.in (site.exp): Use GDBFLAGS.
21196
21197Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21198
21199 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21200 Makefiles.
21201 (check): depend on just-check.
21202 (just-check): added so that tests can be run without a noop
21203 build pass.
21204
21205Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21206
21207 Switch to using configure's configdirs.
21208 * Makefile.in (Makefile): add configure.in dependency.
21209 (SUBDIRS): removed redundant assignment.
21210 * configure.in: switch subdirs assignment to configdirs.
21211 * gdb.t*/configure.in: new files.
21212
21213Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21214
21215 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21216 works.
21217
21218Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21219
21220 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21221 in explicit rules. Apparently this is not supported by some makes.
21222
21223Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21224
21225 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21226
21227Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21228
21229 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21230 disappeared.
21231
21232Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21233
21234 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21235
21236Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21237
21238 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21239 watchpoint problem that is now fixed.
21240 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21241 uninitialized convenience variables.
21242 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21243 structures.
21244
21245Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21246
21247 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21248 which causes expect to get out of sync with gdb on long output
21249 from help set.
21250 * gdb.t09/corefile.exp: Make expected pattern for core file
21251 failing signal and frame output format less sun specific.
21252
21253Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21254
21255 * gdb.t31/chillvars.exp: Add and remove initial dummy
21256 breakpoint, so that symbol table is forced in.
21257 (Needed at least on Sunos4, though it seems not SVR4.)
21258 * gdb.t31/chillvars.exp: Update for changed output format.
21259
21260Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21261
a9c64011 21262 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
21263
21264Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21265
21266 * Makefile.in: Added --srcdir when invoking runtest, removed the
21267 need for a local config file. (optional now)
21268
21269Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21270
21271 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21272 failure count used to force early termination. Add some more
21273 expected failures for gnu style demangling.
21274
21275Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21276
21277 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21278 pmi variable from gdb.t20/gdbme to get optimized away.
21279 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21280 Check for written corefile upon timeout _and_ eof.
21281
21282Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21283
21284 * config/unix-gdb.exp: Add missing return 0.
21285
21286Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21287
21288 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21289 test termination.
21290
21291Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21292
21293 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21294 disappeared.
21295
21296Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21297
21298 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21299 time as i860 support works.
21300
d63a86f8 21301 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
21302 "backtrace 100\r" rather than just "backtrace\r", to match last
21303 change.
21304
21305Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21306
21307 * config/udi-gdb.exp (gdb_exit): Remove close command.
21308 (gdb_target_udi): New procedure to set the UDI target.
21309 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21310 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21311 Added waits for prompts after several question responses. Added
21312 some more responses used by a29k-amd-udi-gdb.
21313 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21314 pass different arguments, restart UDI connection after program
21315 completion.
21316 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21317 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21318 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21319 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21320 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21321 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21322 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21323 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21324 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21325 after program completion.
21326 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21327 compiled with a SELECT_VECS setting.
21328 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21329 infinite recursion.
21330
21331 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21332 Added checks for COFF results, and made them expected failures for
21333 all targets. It would be better to make them expected failures
21334 for COFF targets only.
21335
21336Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21337
21338 * Makefile.in: add null dvi target, don't bother to recurse
21339 through test directories for info and install-info; rename
21340 $(datadir) to be dejagnu instead of deja-gnu
21341
21342Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21343
21344 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21345 compiler to coredump.
21346 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21347 code.
21348
21349Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21350
21351 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21352 coredump.
21353 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21354 code.
21355
21356Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21357
21358 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21359 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21360 which in a shell. Deletes xgdb when done.
21361 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21362 Tests the return from the "set height" or "set width" commands.
21363 Added a few return codes where needed.
21364
21365Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21366
21367 * Makefile.in (SUBDIRS): Add gdb.t17.
21368 * configure.in (subdirs): Add gdb.t17.
21369 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21370 files to test gdb's calling of functions in the inferior with
21371 the correct arguments and gdb's ability to retrieve any
21372 result returned.
21373
21374Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21375
21376 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21377 may be called after gdb goes away. Previous versions of expect
21378 needed these to avoid file descriptor leaks, but they cause
21379 errors with the current revision of expect.
21380 * gdb.t00/gdbvars.exp: Use -re on expected output after
21381 setting sevenbit-strings.
21382 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21383 to set sevenbit-strings consistent across tests.
21384 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21385 set sevenbit-strings consistent across tests.
21386
21387Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21388
21389 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21390 expected output to match current "expect" expectations.
21391
21392Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21393
21394 * gdb.t00/default.exp: Change expected output for default "source"
21395 command, to match new gdb behavior which requires a filename to
21396 source.
21397
21398Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21399
21400 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21401 expected fail for i486-*-* that misses the marker2 function.
21402 * gdb.t10/crossload.exp (bfddefault): Allow successful
21403 recognition of a format to pass even if no symbols are found.
21404 Explicitly catch failures where the format is not recognized
21405 or is ambiguous, and add the reason to the fail message.
21406 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21407 the cause is and invalid target and add reason to failure message.
21408 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21409 elf32-i386, elf32-sparc, and elf32-i860.
21410 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21411 Set up expected failure for 'filename'::variable scope resolution,
21412 which is now apparently broken on all targets.
21413 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21414 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21415 gdb.t23/templates.exp: Change failure for missing binfile into
21416 just a warning.
21417 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21418 references.
21419
21420Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21421
21422 * gdb.t00/default.exp: Add expected output for default "source"
21423 command, to match new gdb behavior.
21424 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21425
21426Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21427
21428 * config/*-gdb.exp: returns an error, rather than exiting on
21429 internal errors.
21430
21431Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21432
21433 * gdb.t03/gdbme.c: Add pointer to struct variable.
21434 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21435 referencing struct members.
21436
21437Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21438
21439 * configure.in (mips-idt-ecoff): New target.
21440 * config/mips-gdb.exp: New file for remote board using MIPS remote
21441 debugging protocol.
21442
21443 * Redid configuration scheme. Removed gdb.t*/configure.in.
21444 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21445 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21446 distclean targets. Built executables via .o files. Adjusted
21447 tests to account for source files in $(srcdir) rather than
21448 $(objdir).
21449 * lib/gdb.exp (runto): Don't expect () after the function name,
21450 because it may have arguments.
21451
21452Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21453
21454 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21455 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21456 expected failures for mips-idt-* and mips-sgi-*.
21457 * gdb.t00/default.exp (attach): Kill process if requested.
21458 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21459 that does not read core files.
21460 * gdb.t01/run.exp: Removed checks for exit status code.
21461 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21462 it is linked in.
21463 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21464 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21465 appropriate, rather than doing it by hand.
21466 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21467 execution.
21468 * gdb.t10/crossload.exp: Kill existing program if needed.
21469 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21470 appropriate, rather than doing it by hand. Always increase
21471 timeout for this test, not just for VxWorks.
21472
21473Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21474
21475 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21476 of Chill STRUCT types and STRUCT values.
21477 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21478 than "char".
21479 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 21480 struct2): New struct definitions and initializations to test
c906108c
SS
21481 simple Chill STRUCT types.
21482
21483Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21484
21485 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21486 the null byte at the end of strings.
21487 * gdb.t00/default.exp: Make show version insensitive to copyright
21488 date.
21489 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21490 to avoid dependencies on target char signedness.
21491 * gdb.t16/printcmds.exp: Update expected results for explicitly
21492 unsigned char.
21493 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21494 now work.
21495 * gdb.t21/demangle.exp: Add many more patterns for template
21496 demangling, most of them being expected failures.
21497 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21498 string we are matching for, to match on the whole string.
21499 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21500 and fix a whole bunch that had incorrect expected output but were
21501 passing anyway because of the bug in "proc demangle".
21502 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21503 type.
21504 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21505
21506Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21507
a9c64011
AS
21508 * gdb/testsuite: made modifications to testcases, etc., to allow
21509 them to work properly given the reorganization of deja-gnu and the
21510 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
21511
21512Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21513
21514 * gdb/testsuite: Initial creation of gdb/testsuite.
21515 Migrated dejagnu testcases and support files for testing nm to
21516 gdb/testsuite from deja-gnu. These files were moved "as is"
21517 with no modifications. This migration is part of a major overhaul
21518 of dejagnu. The modifications to these testcases, etc., which
21519 will allow them to work with the new version of dejagnu will be
21520 made in a future update.
48efe704 21521
8d8cb839 21522 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 21523\f
8d8cb839
EZ
21524;; Local Variables:
21525;; mode: change-log
21526;; left-margin: 8
21527;; fill-column: 74
21528;; version-control: never
21529;; End:
902f2ccb
MC
21530
21531 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 21532 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
21533 Copying and distribution of this file, with or without modification,
21534 are permitted provided the copyright notice and this notice are preserved.
This page took 2.196335 seconds and 4 git commands to generate.