do not emit PASS for gdb_test_no_output test if message is empty string.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2010-06-03 Joel Brobecker <brobecker@adacore.com>
2
3 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
4 successful test if message is the empty string.
5
6 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.fortran/module.exp (stopped language detection): New test.
9
10 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 Support DW_TAG_module as separate namespaces.
13 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
14 gdb.fortran/library-module-lib.f90: New.
15 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
16 (print i): Remove.
17 (continue to breakpoint: i-is-1, print var_i value 1)
18 (continue to breakpoint: i-is-2, print var_i value 2)
19 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
20 (print var_d, print var_i value 14, ptype modmany, complete `modm)
21 (complete `modmany, complete `modmany`, complete `modmany`var)
22 (show language, setting breakpoint at module): New tests.
23 * gdb.fortran/module.f90 (module mod): Remove.
24 (module mod1, module mod2, module modmany, subroutine sub1)
25 (subroutine sub2, program module): New.
26
27 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
28
29 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
30 (print value of rUC, print value of rI, print value of UI): ... here.
31 * gdb.cp/anon-union.exp (pass): Rename to ...
32 (print z 2): ... here.
33
34 2010-06-02 Michael Snyder <msnyder@vmware.com>
35
36 * gdb.trace/actions.exp: Use gdb_test_no_output.
37 * gdb.trace/circ.exp: Ditto.
38 * gdb.trace/packetlen.exp: Ditto.
39 * gdb.trace/save-trace.exp: Ditto.
40 * gdb.trace/tracecmd.exp: Ditto.
41 * gdb.trace/tsv.exp: Ditto.
42
43 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
44 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
45 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
46 * gdb.threads/manythreads.exp: Ditto.
47 * gdb.threads/print-threads.exp: Ditto.
48 * gdb.threads/pthreads.exp: Ditto.
49 * gdb.threads/schedlock.exp: Ditto.
50 * gdb.threads/staticthreads.exp: Ditto.
51 * gdb.threads/thread-specific.exp: Ditto.
52 * gdb.threads/thread-unwindonsignal.exp: Ditto.
53 * gdb.threads/threadapply.exp: Ditto.
54 * gdb.threads/watchthreads.exp: Ditto.
55 * gdb.threads/watchthreads2.exp: Ditto.
56
57 * gdb.python/py-block.exp: Use gdb_test_no_output.
58 * gdb.python/py-prettyprint.exp: Ditto.
59 * gdb.python/py-template.exp: Ditto.
60 * gdb.python/py-value.exp: Ditto.
61
62 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
63 * gdb.reverse/watch-reverse.exp: Ditto.
64
65 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
66 * gdb.server/ext-run.exp: Ditto.
67
68 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
69 * gdb.dwarf2/dw2-compressed.exp: Ditto.
70 * gdb.dwarf2/dw2-intercu.exp: Ditto.
71 * gdb.dwarf2/dw2-intermix.exp: Ditto.
72 * gdb.dwarf2/dw2-producer.exp: Ditto.
73 * gdb.dwarf2/mac-fileno.exp: Ditto.
74
75 * gdb.gdb/observer.exp: Use gdb_test_no_output.
76 * gdb.gdb/selftest.exp: Ditto.
77
78 * gdb.multi/base.exp: Use gdb_test_no_output.
79
80 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
81
82 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
83
84 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
85
86 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
87
88 * gdb.cp/class2.exp: Use gdb_test_no_output.
89 * gdb.cp/classes.exp: Ditto.
90 * gdb.cp/extern-c.exp: Ditto.
91 * gdb.cp/inherit.exp: Ditto.
92 * gdb.cp/maint.exp: Ditto.
93 * gdb.cp/mb-inline.exp: Ditto.
94 * gdb.cp/mb-templates.exp: Ditto.
95 * gdb.cp/method2.exp: Ditto.
96 * gdb.cp/misc.exp: Ditto.
97 * gdb.cp/ovldbreak.exp: Ditto.
98 * gdb.cp/punctuator.exp: Ditto.
99 * gdb.cp/templates.exp: Ditto.
100 * gdb.cp/virtbase.exp: Ditto.
101
102 * gdb.threads/attach-stopped.exp:
103 Replace uses of send_gdb / gdb_expect.
104 * gdb.threads/attachstop-mt.exp:
105 Replace uses of send_gdb / gdb_expect.
106 * gdb.threads/gcore-thread.exp:
107 Replace uses of send_gdb / gdb_expect.
108 * gdb.threads/hand-call-in-threads.exp:
109 Replace uses of send_gdb / gdb_expect.
110 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
111 * gdb.threads/print-threads.exp:
112 Replace uses of send_gdb / gdb_expect.
113 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
114 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
115 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
116
117 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
118 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
119 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
120 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
121 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
122 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
123 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
124 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
125 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
126 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
127 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
128
129 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
132
133 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
134
135 * gdb.cp/koenig.exp: Added new test case.
136 * gdb.cp/koenig.cc: Ditto.
137
138 2010-06-01 Michael Snyder <msnyder@vmware.com>
139
140 * gdb.base/arithmet.exp: Use gdb_test_no_output.
141 * gdb.base/arrayidx.exp: Ditto.
142 * gdb.base/attach.exp: Ditto.
143 * gdb.base/auxv.exp: Ditto.
144 * gdb.base/bigcre.exp: Ditto.
145 * gdb.base/break-always.exp: Ditto.
146 * gdb.base/break-interp.exp: Ditto.
147 * gdb.base/break.exp: Ditto.
148 * gdb.base/breakpoint-shadow.exp: Ditto.
149 * gdb.base/call-ar-st.exp: Ditto.
150 * gdb.base/call-sc.exp: Ditto.
151 * gdb.base/call-signal-resume.exp: Ditto.
152 * gdb.base/callfuncs.exp: Ditto.
153 * gdb.base/catch-syscall.exp: Ditto.
154 * gdb.base/charset.exp: Ditto.
155 * gdb.base/code-expr.exp: Ditto.
156 * gdb.base/commands.exp: Ditto.
157 * gdb.base/cond-expr.exp: Ditto.
158 * gdb.base/condbreak.exp: Ditto.
159 * gdb.base/cursal.exp: Ditto.
160 * gdb.base/cvexpr.exp: Ditto.
161 * gdb.base/default.exp: Ditto.
162 * gdb.base/del.exp: Ditto.
163 * gdb.base/detach.exp: Ditto.
164 * gdb.base/display.exp: Ditto.
165 * gdb.base/ena-dis-br.exp: Ditto.
166 * gdb.base/eval-skip.exp: Ditto.
167 * gdb.base/foll-fork.exp: Ditto.
168 * gdb.base/foll-vfork.exp: Ditto.
169 * gdb.base/frame-args.exp: Ditto.
170 * gdb.base/funcargs.exp: Ditto.
171 * gdb.base/gcore-buffer-overflow.exp: Ditto.
172 * gdb.base/gdbvars.exp: Ditto.
173 * gdb.base/help.exp: Ditto.
174 * gdb.base/ifelse.exp: Ditto.
175 * gdb.base/included.exp: Ditto.
176 * gdb.base/list.exp: Ditto.
177 * gdb.base/macscp.exp: Ditto.
178 * gdb.base/maint.exp: Ditto.
179 * gdb.base/multi-fork.exp: Ditto.
180 * gdb.base/overlays.exp: Ditto.
181 * gdb.base/page.exp: Ditto.
182 * gdb.base/pending.exp: Ditto.
183 * gdb.base/pointers.exp: Ditto.
184 * gdb.base/pr11022.exp: Ditto.
185 * gdb.base/prelink.exp: Ditto.
186 * gdb.base/printcmds.exp: Ditto.
187 * gdb.base/psymtab.exp: Ditto.
188 * gdb.base/randomize.exp: Ditto.
189 * gdb.base/relational.exp: Ditto.
190 * gdb.base/relocate.exp: Ditto.
191 * gdb.base/remote.exp: Ditto.
192 * gdb.base/sepdebug.exp: Ditto.
193 * gdb.base/set-lang-auto.exp: Ditto.
194 * gdb.base/setshow.exp: Ditto.
195 * gdb.base/setvar.exp: Ditto.
196 * gdb.base/signals.exp: Ditto.
197 * gdb.base/signull.exp: Ditto.
198 * gdb.base/sigstep.exp: Ditto.
199 * gdb.base/sizeof.exp: Ditto.
200 * gdb.base/solib-disc.exp: Ditto.
201 * gdb.base/store.exp: Ditto.
202 * gdb.base/structs.exp: Ditto.
203 * gdb.base/structs2.exp: Ditto.
204 * gdb.base/subst.exp: Ditto.
205 * gdb.base/term.exp: Ditto.
206 * gdb.base/trace-commands.exp: Ditto.
207 * gdb.base/unwindonsignal.exp: Ditto.
208 * gdb.base/valgrind-db-attach.exp: Ditto.
209 * gdb.base/varargs.exp: Ditto.
210 * gdb.base/watch-cond.exp: Ditto.
211 * gdb.base/watch_thread_num.exp: Ditto.
212 * gdb.base/watchpoint-cond-gone.exp: Ditto.
213 * gdb.base/watchpoint.exp: Ditto.
214 * gdb.base/whatis-exp.exp: Ditto.
215
216 2010-06-01 Michael Snyder <msnyder@vmware.com>
217
218 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
219 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
220 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
221 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
222 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
223 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
224 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
225 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
226 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
227 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
228 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
229 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
230 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
231 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
232 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
233
234 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 * gdb.base/commands.exp (begin commands on watch): Remove excessive
237 trailing newline.
238 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
239 * gdb.java/jmisc.exp (p *args\n): Rename to ...
240 (p *args): ... here and remove excessive trailing newline.
241
242 2010-05-31 Joel Brobecker <brobecker@adacore.com>
243
244 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
245
246 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
247
248 Accept the new Linux kernel "t (tracing stop)" string.
249 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
250 Update comment.
251 (state_wait) <T (tracing stop)>: New.
252 (main): Update the state_wait expect string.
253
254 2010-05-28 Pedro Alves <pedro@codesourcery.com>
255
256 * limits.c, limits.exp: Delete files.
257 * Makefile.in (clean mostlyclean): Adjust.
258 * tracecmd.exp: Adjust.
259
260 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 * gdb.base/tui-layout.exp: New.
263
264 2010-05-28 Michael Snyder <msnyder@vmware.com>
265
266 * gdb.reverse/break-precsave.exp:
267 Replace uses of send_gdb / gdb_expect.
268 * gdb.reverse/break-reverse.exp:
269 Replace uses of send_gdb / gdb_expect.
270 * gdb.reverse/consecutive-precsave.exp:
271 Replace uses of send_gdb / gdb_expect.
272 * gdb.reverse/consecutive-reverse.exp:
273 Replace uses of send_gdb / gdb_expect.
274 * gdb.reverse/finish-precsave.exp:
275 Replace uses of send_gdb / gdb_expect.
276 * gdb.reverse/finish-reverse.exp:
277 Replace uses of send_gdb / gdb_expect.
278 * gdb.reverse/i386-precsave.exp:
279 Replace uses of send_gdb / gdb_expect.
280 * gdb.reverse/i386-reverse.exp:
281 Replace uses of send_gdb / gdb_expect.
282 * gdb.reverse/i386-sse-reverse.exp:
283 Replace uses of send_gdb / gdb_expect.
284 * gdb.reverse/i387-env-reverse.exp:
285 Replace uses of send_gdb / gdb_expect.
286 * gdb.reverse/i387-stack-reverse.exp:
287 Replace uses of send_gdb / gdb_expect.
288 * gdb.reverse/machinestate-precsave.exp:
289 Replace uses of send_gdb / gdb_expect.
290 * gdb.reverse/machinestate.exp:
291 Replace uses of send_gdb / gdb_expect.
292 * gdb.reverse/sigall-precsave.exp:
293 Replace uses of send_gdb / gdb_expect.
294 * gdb.reverse/sigall-reverse.exp:
295 Replace uses of send_gdb / gdb_expect.
296 * gdb.reverse/solib-precsave.exp:
297 Replace uses of send_gdb / gdb_expect.
298 * gdb.reverse/solib-reverse.exp:
299 Replace uses of send_gdb / gdb_expect.
300 * gdb.reverse/step-precsave.exp:
301 Replace uses of send_gdb / gdb_expect.
302 * gdb.reverse/step-reverse.exp:
303 Replace uses of send_gdb / gdb_expect.
304 * gdb.reverse/until-precsave.exp:
305 Replace uses of send_gdb / gdb_expect.
306 * gdb.reverse/until-reverse.exp:
307 Replace uses of send_gdb / gdb_expect.
308 * gdb.reverse/watch-precsave.exp:
309 Replace uses of send_gdb / gdb_expect.
310 * gdb.reverse/watch-reverse.exp:
311 Replace uses of send_gdb / gdb_expect.
312
313 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
316 excessive newline.
317
318 2010-05-27 Michael Snyder <msnyder@vmware.com>
319
320 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
321 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
322 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
323 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
324 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
325 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
326 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
327 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
328 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
329 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
330 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
331 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
332 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
333 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
334 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
335 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
336 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
337 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
338 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
339
340 2010-05-26 Michael Snyder <msnyder@vmware.com>
341
342 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
343 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
344
345 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
346 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
347 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
348
349 * gdb.reverse/consecutive-reverse.exp:
350 Replace uses of send_gdb / gdb_expect.
351 * gdb.reverse/consecutive-precsave.exp:
352 Replace uses of send_gdb / gdb_expect.
353
354 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
355 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
356 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
357 * gdb.mi/mi-ns-stale-regcache.exp:
358 Replace uses of send_gdb / gdb_expect.
359 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
360 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
361 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
362 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
363 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
364 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
365 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
366 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
367 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
368
369 2010-05-26 Michael Snyder <msnyder@vmware.com>
370
371 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
372
373 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
374
375 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
376 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
377 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
378 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
379 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
380 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
381 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
382 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
383 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
384
385 2010-05-25 Tom Tromey <tromey@redhat.com>
386
387 * gdb.base/macscp.exp: Add missing space after setup_kfail.
388
389 2010-05-25 Tom Tromey <tromey@redhat.com>
390
391 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
392 argument order.
393 * gdb.base/macscp.exp: Fix setup_kfail argument order.
394 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
395 order.
396 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
397 order.
398 * gdb.base/call-sc.exp (setup_kfails): Remove.
399 (setup_compiler_kfails): Remove.
400 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
401 argument order.
402 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
403 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
404 (advancei): Fix setup_kfail argument order.
405 * gdb.base/radix.exp: Fix setup_kfail argument order.
406 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
407 order.
408 * gdb.base/structs.exp (setup_kfails): Remove.
409 (setup_compiler_kfails): Fix setup_kfail argument order.
410 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
411 order.
412 * gdb.java/jmain.exp: Fix setup_kfail argument order.
413 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
414 setup_kfail argument order.
415 * gdb.cp/overload.exp: Fix setup_kfail argument order.
416
417 2010-05-25 Tom Tromey <tromey@redhat.com>
418
419 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
420
421 2010-05-25 Michael Snyder <msnyder@vmware.com>
422
423 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
424 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
425 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
426 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
427 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
428 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
429 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
430 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
431 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
432 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
433 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
434 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
435 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
436 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
437 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
438 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
439 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
440 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
441 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
442 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
443 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
444 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
445 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
446 * gdb.base/default.exp: Replace send_gdb with gdb_test.
447 * gdb.base/define.exp: Replace send_gdb with gdb_test.
448 * gdb.base/display.exp: Replace send_gdb with gdb_test.
449 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
450 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
451 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
452 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
453 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
454 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
455 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
456 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
457 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
458 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
459 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
460 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
461 * gdb.base/help.exp: Replace send_gdb with gdb_test.
462 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
463 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
464 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
465 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
466 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
467 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
468 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
469 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
470 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
471
472 2010-05-25 Doug Evans <dje@google.com>
473
474 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
475 gdb.string_to_argv.
476
477 2010-05-21 Tom Tromey <tromey@redhat.com>
478
479 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
480 Call it.
481 * gdb.dwarf2/pieces.S: Update.
482 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
483
484 2010-05-21 Tom Tromey <tromey@redhat.com>
485
486 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
487 Call it.
488 * gdb.dwarf2/pieces.c (struct C): New.
489 (f6): New function.
490 * gdb.dwarf2/pieces.S: Replace.
491
492 2010-05-21 Tom Tromey <tromey@redhat.com>
493
494 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
495 Call it.
496
497 2010-05-21 Tom Tromey <tromey@redhat.com>
498
499 * gdb.dwarf2.pieces.exp: New file.
500 * gdb.dwarf2.pieces.S: New file.
501 * gdb.dwarf2.pieces.c: New file.
502
503 2010-05-20 Pedro Alves <pedro@codesourcery.com>
504 Joel Brobecker <brobecker@adacore.com>
505
506 * lib/gdb.exp (gdb_test_no_output): New function.
507 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
508 when testing commands that should produce no output.
509
510 2010-05-17 Joel Brobecker <brobecker@adacore.com>
511
512 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
513 parameter that we want to watch being a constant.
514
515 2010-05-17 Joel Brobecker <brobecker@adacore.com>
516
517 * gdb.ada/cond_lang: New testcase.
518
519 2010-05-17 Joel Brobecker <brobecker@adacore.com>
520
521 * lib/gdb.exp (banned_variables): New variable/constant.
522 (gdb_init): Add write trace on variables listed in banned_variables.
523 (gdb_finish): Remove write traces on variables listed in
524 banned_variables.
525
526 2010-05-17 Joel Brobecker <brobecker@adacore.com>
527
528 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
529 * gdb.cp/koenig.exp: Likewise.
530
531 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
532
533 PR python/11482
534
535 * gdb.python/py-value.exp (test_value_hash): New function.
536
537 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
538
539 PR exp/11530.
540 * gdb.base/gdb11530.c: New file.
541 * gdb.base/gdb11530.exp: New file.
542
543 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
546 * gdb.dwarf2/dw2-modula2-self-type.S: New.
547
548 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
549
550 * gdb.cp/koenig.exp: New test.
551 * gdb.cp/koenig.cc: New test program.
552
553 2010-05-05 Joel Brobecker <brobecker@adacore.com>
554
555 Remove the use of prms_id and bug_id throughout the testsuite.
556
557 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
558
559 PR exp/11349.
560 * testsuite/gdb.cp/ref-types.exp: Add test to examine
561 use a reference local variable.
562
563 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
564
565 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
566 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
567 variable different_dir. Move debugfile into a full directory pathname
568 under DIFFERENT_DIR.
569 * lib/gdb.exp (separate_debug_filename): Remove.
570 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
571 variable debug_dir and mkdir of it. Update function comments.
572
573 2010-04-29 Pedro Alves <pedro@codesourcery.com>
574
575 PR gdb/11557
576
577 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
578 files.
579
580 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
581
582 * gdb.python/py-param.exp: New File.
583
584 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
585
586 * gdb.base/default.exp: Fix "set language" test.
587
588 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
589
590 PR breakpoints/11531.
591 * gdb.base/gdb11531.c: New file.
592 * gdb.base/gdb11531.exp: New file.
593
594 2010-04-26 Tom Tromey <tromey@redhat.com>
595
596 * gdb.base/completion.exp: Add tests for completion and deprecated
597 commands.
598
599 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
602 (print /x char_array): Escape curly brackets.
603
604 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 Fix deadlock on looped list of loaded shared objects.
607 * gdb.base/solib-corrupted.exp: New.
608
609 2010-04-23 Doug Evans <dje@google.com>
610
611 * gdb.python/py-section-script.c: New file.
612 * gdb.python/py-section-script.exp: New file.
613 * gdb.python/py-section-script.py: New file.
614
615 2010-04-20 Chris Moller <cmoller@redhat.com>
616
617 PR 10179
618
619 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
620 * gdb.base/pr10179-a.c:
621 * gdb.base/pr10179-b.c:
622 * gdb.base/pr10179.exp: New files.
623
624 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
625
626 Fix crashes on dangling display expressions.
627 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
628 is SEP.
629 (lib_flags): Remove the "debug" keyword.
630 (libsepdebug): New variable for iterating new loop.
631 (save_pf_prefix): New variable wrapping the loop.
632 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
633 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
634
635 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
636
637 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
638
639 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
640
641 PR stabs/11479.
642 * gdb.stabs/gdb11479.exp: New file.
643 * gdb.stabs/gdb11479.c: New file.
644
645 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
646
647 * gdb.base/charset.c (Strin16, String32): New variables.
648 * gdb.base/charset.exp (gdb_test): Test correct display
649 of 16 or 32 bit strings.
650
651 2010-04-21 Chris Moller <cmoller@redhat.com>
652
653 PR 9167
654 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
655 * gdb.cp/pr9167.cc: New file.
656 * gdb.cp/pr9167.exp: New file.
657
658
659 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
660
661 PR pascal/11492.
662 * gdb.pascal/gdb11492.pas: New file.
663 * gdb.pascal/gdb11492.exp: New file.
664
665 2010-04-20 Joel Brobecker <brobecker@adacore.com>
666
667 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
668
669 2010-04-20 Joel Brobecker <brobecker@adacore.com>
670
671 * gdb.ada/dyn_loc: New testcase.
672
673 2010-04-20 Chris Moller <cmoller@redhat.com>
674
675 PR 10867
676
677 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
678 * gdb.cp/pr10687.cc: New file.
679 * gdb.cp/pr10687.exp: New file.
680
681
682 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
683 Sergio Durigan Junior <sergiodj@redhat.com>
684
685 * gdb.fortran/logical.exp: New testcase.
686 * gdb.fortran/logical.f90: New file.
687
688 2010-04-19 Doug Evans <dje@google.com>
689
690 * gdb.base/help.exp (help source): Update expected output.
691
692 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
693
694 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
695 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
696 gdb_exit and return.
697 (executable): New variable.
698 (binfile): Use it.
699
700 2010-04-19 Pedro Alves <pedro@codesourcery.com>
701
702 PR breakpoints/8554.
703
704 * gdb.trace/save-trace.exp: Adjust.
705
706 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
707
708 PR corefiles/11511
709 * gdb.arch/system-gcore.exp: New.
710 * gdb.arch/gcore.c: Likewise.
711
712 2010-04-15 Doug Evans <dje@google.com>
713
714 * gdb.python/py-progspace.c: New file.
715 * gdb.python/py-progspace.exp: New file.
716
717 * gdb.base/source.exp: Add tests for "source -s".
718
719 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
720
721 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
722 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
723 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
724 * gdb.python/py-mi.exp: New test for to_string returning None.
725
726 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
727
728 * gdb.python/py-breakpoint.c: Make result global.
729
730 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
731
732 Fix non-GNU make compatibility.
733 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
734
735 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
736
737 * gdb.python/py-breakpoint.exp: New File.
738 * gdb.python/py-breakpoint.C: Ditto.
739
740 2010-04-08 Stan Shebs <stan@codesourcery.com>
741
742 * gdb.trace/actions.exp: Clear default-collect.
743 * gdb.trace/save-trace.exp: Clear default-collect.
744
745 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
746
747 * gdb.python/py-value: Add null string variable.
748 (test_lazy_string): Test zero length, NULL address lazy
749 strings.
750
751 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
752
753 * gdb.arch/i386-avx.c: New.
754 * gdb.arch/i386-avx.exp: Likewise.
755
756 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
757
758 2010-04-06 Doug Evans <dje@google.com>
759
760 * gdb.base/source-test.gdb: New file.
761 * gdb.base/source.exp: Test source -v.
762
763 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
764
765 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
766
767 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
768
769 * gdb.stabs/aout.sed: Convert all backslash to double backslash
770 within one line, unless it is followed by a double quote.
771 * gdb.stabs/hppa.sed: Idem.
772 * gdb.stabs/weird.def: Add char and String constants
773 * gdb.stabs/weird.exp: Check for correct parsing of
774 chhar and string constants.
775 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
776 in .stabs to .stabx substitution.
777
778 2010-04-05 Stan Shebs <stan@codesourcery.com>
779
780 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
781 constant global.
782 * gdb.trace/tfile.exp: Try to print them.
783
784 2010-04-04 Stan Shebs <stan@codesourcery.com>
785
786 * gdb.base/completion.exp: Update for new "info watchpoints".
787 * gdb.base/default.exp: Ditto.
788 * gdb.base/help.exp: Ditto.
789 * gdb.base/watchpoint.exp: Ditto.
790 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
791
792 2010-04-04 Stan Shebs <stan@codesourcery.com>
793
794 * gdb.trace/tfile.exp: Sharpen tfind test.
795
796 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * gdb.base/break-entry.exp: New.
799
800 2010-04-02 Hui Zhu <teawater@gmail.com>
801 Michael Snyder <msnyder@vmware.com>
802
803 * gdb.reverse/i386-sse-reverse.exp: New file.
804 * gdb.reverse/i386-sse-reverse.c: New file.
805
806 2010-04-02 Pedro Alves <pedro@codesourcery.com>
807
808 * gdb.trace/tfind.exp: Adjust expected disassembly output.
809
810 2010-04-01 Stan Shebs <stan@codesourcery.com>
811
812 * gdb.trace/actions.exp: Tweak expected output.
813 * gdb.trace/while-stepping.exp: Tweak expected output.
814
815 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
816
817 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
818
819 2010-04-01 Pedro Alves <pedro@codesourcery.com>
820
821 * gdb.base/commands.exp: Adjust.
822 * gdb.cp/extern-c.exp: Adjust.
823
824 2010-04-01 Pedro Alves <pedro@codesourcery.com>
825
826 * gdb.trace/collection.c (local_test_func): Define a local struct,
827 and instanciate it.
828
829 2010-04-01 Pedro Alves <pedro@codesourcery.com>
830
831 * gdb.trace/collection.exp (gdb_collect_args_test)
832 (gdb_collect_argarray_test): XFAIL the tests that assume the
833 argarray argument's elements are collected.
834
835 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 * gdb.dwarf2/dw2-bad-parameter-type.exp,
838 gdb.dwarf2/dw2-bad-parameter-type.S: New.
839
840 2010-03-31 Stan Shebs <stan@codesourcery.com>
841
842 * gdb.trace/save-trace.exp: Test save/restore of default-collect
843 and tracepoint conditionals.
844 (gdb_verify_tracepoints): Delete unused return.
845
846 2010-03-26 Keith Seitz <keiths@redhat.com>
847
848 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
849 appear in the output before main.
850 Remove KFAIL for gdb/2215 aka bz 9320.
851
852 2010-03-30 Doug Evans <dje@google.com>
853
854 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
855 by dejagnu.
856 * gdb.arch/amd64-dword.exp: Ditto.
857
858 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
859 match.
860 (break printf): Ditto.
861
862 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
863
864 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
865 gcc < 4.4.
866 * gdb.cp/shadow.exp: Ditto.
867
868 2010-03-29 Pedro Alves <pedro@codesourcery.com>
869
870 * gdb.trace/collection.exp (run_trace_experiment): Make sure
871 "tstart" is silent.
872
873 2010-03-29 Pedro Alves <pedro@codesourcery.com>
874
875 * gdb.trace/collection.exp (executable): New.
876 (binfile): Use it.
877 (fpreg, spreg, pcreg): New.
878 (test_register): Use gdb_test_multiple. Pass /x to print.
879 (prepare_for_trace_test): New.
880 (run_trace_experiment): Use "continue", not gdb_run_cmd.
881 (gdb_collect_args_test, gdb_collect_argstruct_test)
882 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
883 prepare_for_trace_test.
884 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
885 fpreg, spreg and pcreg.
886 (gdb_collect_expression_test, gdb_collect_globals_test): Use
887 prepare_for_trace_test.
888 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
889 try to detect tracing support here. Don't set breakpoints at
890 `begin' or `end' here.
891 <global scope>: Use clean_restart. Run to main before checking
892 for tracing support. Check for for tracing support here.
893
894 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
895
896 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
897 " as $displacement" to "seen displacement message".
898
899 2010-03-28 Pedro Alves <pedro@codesourcery.com>
900
901 * gdb.trace/while-dyn.exp (executable): New variable.
902 (binfile): Use it.
903 (test_while_stepping): New function. Move most tests here. Call
904 it once for each of the while-stepping, stepping and ws aliases.
905
906 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
907
908 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
909 that do not provide the tagless_struct type name at all.
910 (test_print_anon_union): Do not check value of uninitialized
911 union member. Do not use cp_test_ptype_class, so we can accept
912 "long" as well as "long int".
913
914 2010-03-26 Pedro Alves <pedro@codesourcery.com>
915
916 * gdb.trace/tfile.c (tohex, bin2hex): New.
917 (write_error_trace_file): Hexify error description.
918
919 2010-03-25 Stan Shebs <stan@codesourcery.com>
920
921 * gdb.trace/tfile.c: Generate an additional trace file, improve
922 portability.
923 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
924 files in a better way.
925
926 2010-03-25 Keith Seitz <keiths@redhat.com>
927
928 * gdb.java/jprint.exp: XFAIL printing of static class members
929 because of GCC debuginfo problem.
930
931 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
932
933 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
934
935 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
936
937 * gdb.base/completion.exp: Allow long instead of long int.
938 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
939 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
940 variable p.
941 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
942 * gdb.base/pointers.exp: Allow long instead of long int.
943 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
944 * gdb.base/step-line.exp: Allow a directory before the source file name.
945
946 2010-03-24 Tom Tromey <tromey@redhat.com>
947
948 PR breakpoints/9352:
949 * gdb.base/default.exp: Update.
950 * gdb.base/commands.exp: Update.
951 * gdb.cp/extern-c.exp: Test setting commands on multiple
952 breakpoints at once.
953
954 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
955
956 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
957 if gdb,nosignals.
958 * gdb.base/watchpoints.c: Do not include unnecessary headers.
959 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
960 exited".
961
962 2010-03-24 Stan Shebs <stan@codesourcery.com>
963
964 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
965
966 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
967
968 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
969 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
970 argument. Handle "short" and "long".
971 (Top level): Pass overprototyped output for old_fptr and xptr.
972
973 2010-03-23 Pedro Alves <pedro@codesourcery.com>
974
975 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
976 format strings and add casts to avoid compiler warnings.
977
978 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
979
980 * lib/trace-support.exp (gdb_trace_setactions):
981 Don't expect whitespace after ">" prompt.
982 * gdb.trace/actions.exp: Adjust for output changes.
983 * gdb.trace/while-stepping.exp: Likewise.
984
985 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
986
987 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
988 and r157645).
989
990 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
993 New.
994
995 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
996
997 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
998 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
999
1000 2010-03-19 Stan Shebs <stan@codesourcery.com>
1001
1002 * gdb.trace/ax.exp: New file.
1003
1004 2010-03-19 Doug Evans <dje@google.com>
1005
1006 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1007 output from gcc.
1008
1009 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1010 named /usr/sbin/prelink<foo>.
1011
1012 2010-03-18 Stan Shebs <stan@codesourcery.com>
1013
1014 * gdb.trace/circ.exp: Test circular-trace-buffer.
1015 * gdb.trace/tfile.exp: Update tstatus test.
1016
1017 2010-03-18 Joel Brobecker <brobecker@adacore.com>
1018
1019 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1020 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1021
1022 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1023
1024 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1025
1026 2010-03-18 Pedro Alves <pedro@codesourcery.com>
1027
1028 * gdb.base/default.exp: Adjust the expected output of the finish
1029 and until commands when the inferior is not being run.
1030
1031 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1032
1033 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1034 * gdb.cp/nsusing.exp: Ditto.
1035
1036 2010-03-15 Tom Tromey <tromey@redhat.com>
1037
1038 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1039 * gdb.cp/userdef.cc (operator==): New function.
1040 (main): New locals mem1, mem2.
1041
1042 2010-03-15 Jie Zhang <jie@codesourcery.com>
1043
1044 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1045 Declare and use new loadtimeout variable.
1046
1047 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1048
1049 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1050 Use gdb_load later.
1051
1052 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1053
1054 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1055 literal. Add missing endlines to prints to stderr.
1056
1057 2010-03-12 Tom Tromey <tromey@redhat.com>
1058
1059 PR c++/9708:
1060 * gdb.cp/m-static.exp: Add regression test.
1061 * gdb.cp/m-static.cc (method): New method.
1062 (main): Call it.
1063
1064 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1065
1066 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1067 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1068
1069 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1070
1071 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1072
1073 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1074
1075 * lib/gdb.exp (skip_stl_tests): New.
1076 (gdb_compile): Symbian needs -ldl.
1077 (shlib_target_file): New.
1078 (shlib_symbol_file): New.
1079 (gdb_load_shlibs): Use shlib_target_file.
1080 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1081 * gdb.cp/exception.exp: Use skip_stl_tests.
1082 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1083 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1084 * gdb.cp/mb-templates.exp: Ditto.
1085 * gdb.base/commands.exp: Relax regexes.
1086 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1087 shlib_target_file and shlib_symbol_file.
1088 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1089 sections.
1090 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1091 * gdb.base/solib-disc.exp: Use
1092 shlib_target_file and shlib_symbol_file.
1093 * gdb.base/unload.exp: Don't skip on symbian. Use
1094 shlib_target_file and shlib_symbol_file.
1095 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1096
1097 2010-03-12 Pedro Alves <pedro@codesourcery.com>
1098
1099 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1100 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1101 Issue a tfind end before looking for a tracepoint frame.
1102 * gdb.trace/tfind.exp: Adjust tstatus output.
1103 Adjust disassembly output.
1104 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1105
1106 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 * gdb.base/break-interp.exp: Create new displacement parameter value
1109 for the test_ld calls.
1110 (reach): New parameter displacement, verify its content. New push of
1111 pf_prefix "reach-$func:". Import global expect_out.
1112 (test_core): New parameter displacement, verify its content. New push
1113 of pf_prefix "core:". New command "set verbose on". Import global
1114 expect_out.
1115 (test_attach): New parameter displacement, verify its content. New
1116 push of pf_prefix "attach:". New command "set verbose on". Import
1117 global expect_out.
1118 (test_ld): New parameter displacement, pass it to the reach, test_core
1119 and test_attach calls and verify its content in the "ld.so exit" test.
1120 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1121 (prelink): Update expected text, use gdb_test.
1122
1123 2010-03-10 Doug Evans <dje@google.com>
1124
1125 * gdb.base/checkpoint.exp: Fix comment.
1126 Lengthen timeout while doing >600 checkpoints test.
1127 Rename duplicate "kill all one" test to keep test names unique.
1128
1129 2010-03-10 Pedro Alves <pedro@codesourcery.com>
1130
1131 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1132
1133 2010-03-08 Keith Seitz <keiths@redhat.com>
1134
1135 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1136 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1137 (dm_type_long): New function.
1138 (dm_type_unsigned_short): New function.
1139 (dm_type_unsigned_long): New function.
1140 (myint): New typedef.
1141 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1142 long, unsigned shor and long, operator char*, and typedef.
1143 (test_lookup_operator_functions): Add operator char* test.
1144 (test_paddr_operator_functions): Likewise.
1145 (test_paddr_overloaded_functions): Use probe values for
1146 short, long, and unsigned short and long.
1147 (test_paddr_hairy_functions): If the demangler probe detected
1148 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1149 demangler.
1150 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1151 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1152 and "print null_pmf".
1153 Add test "ptype a.*pmf".
1154 * gdb.cp/overload.exp: Allow optional "int" to appear with
1155 "short" and "long".
1156 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1157 long expect value for men_overload1arg.
1158 Allow "int" to appear with "short" and "long".
1159 When testing "info break", add argument for main (void).
1160 Also allow "int" to appear with "short" and "long".
1161 Ditto with "unsigned" and "long long".
1162 * gdb.java/jmain.exp: Do not enclose methods names in single
1163 quotes.
1164 * gdb.java/jmisc.exp: Likewise.
1165 * gdb.java/jprint.exp: Likewise.
1166 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1167
1168 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1169 * gdb.cp/exception.exp (backtrace after first throw)
1170 (backtrace after second throw): Allow a namespace before __cxa_throw.
1171 (backtrace after first catch, backtrace after second catch): Allow
1172 a namespace before __cxa_begin_catch.
1173
1174 * gdb.cp/cpexprs.exp: New file.
1175 * gdb.cp/cpexprs.cc: New file.
1176
1177 From Daniel Jacobowitz <dan@codesourcery.com>
1178 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1179 to use string_to_regexp.
1180 (ctor, dtor): New functions. Use them to match constructor
1181 and destructor function types.
1182 (Top level): Use runto_main.
1183
1184 2010-03-05 Tom Tromey <tromey@redhat.com>
1185
1186 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1187 gdb.target_charset.
1188 (pp_ns.to_string): Likewise.
1189
1190 2010-03-04 Keith Seitz <keiths@redhat.com>
1191
1192 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1193 can be quoted. Test that both the filename and function/line
1194 portions can be quoted at the same time.
1195
1196 2010-03-04 Pedro Alves <pedro@codesourcery.com>
1197
1198 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1199
1200 2010-03-03 Doug Evans <dje@google.com>
1201
1202 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1203 libc contains libpthread.
1204
1205 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1206 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1207 of gdb_compile. Add another pattern to match android backtrace.
1208
1209 2010-03-03 Tom Tromey <tromey@redhat.com>
1210
1211 PR gdb/11345:
1212 * gdb.base/printcmds.exp (test_printf): Add test.
1213
1214 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 * gdb.arch/amd64-byte.exp: New.
1217 * gdb.arch/amd64-dword.exp: Likewise.
1218 * gdb.arch/amd64-pseudo.c: Likewise.
1219 * gdb.arch/amd64-word.exp: Likewise.
1220 * gdb.arch/i386-byte.exp: Likewise.
1221 * gdb.arch/i386-pseudo.c: Likewise.
1222 * gdb.arch/i386-word.exp: Likewise.
1223
1224 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1225
1226 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1227 types. Add structreg, bitfields, and flags registers.
1228 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1229 registers.
1230
1231 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1232
1233 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1234 (load_description): Set architecture if defined.
1235
1236 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1237
1238 * gdb.python/py-frame.exp: Add read_var block tests.
1239 * gdb.python/py-frame.c (block): New function.
1240
1241 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1242 Daniel Jacobowitz <dan@codesourcery.com>
1243
1244 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1245
1246 2010-02-25 David S. Miller <davem@davemloft.net>
1247
1248 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1249 fix logic for setting all_syscalls_numbers.
1250
1251 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1252
1253 * Makefile.in: Add py-block and py-symbol.
1254 * gdb.python/py-symbol.exp: New File.
1255 * gdb.python/py-symtab.exp: New File.
1256 * gdb.python/py-block.exp: New File.
1257 * gdb.python/py-symbol.c: New File.
1258 * gdb.python/py-block.c: New File.
1259
1260 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1261
1262 PR python/11314
1263 * lib/gdb.exp (skip_python_tests): New function.
1264 * gdb.python/py-cmd.exp: Use skip_python_tests.
1265 * gdb.python/py-frame.exp: Likewise.
1266 * gdb.python/py-function.exp: Likewise.
1267 * gdb.python/py-prettyprint.exp: Likewise.
1268 * gdb.python/py-template.exp: Likewise.
1269 * gdb.python/py-type.exp: Likewise.
1270 * gdb.python/py-value.exp: Likewise.
1271
1272 2010-02-22 Pedro Alves <pedro@codesourcery.com>
1273
1274 PR9605
1275
1276 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1277
1278 2010-02-19 Tom Tromey <tromey@redhat.com>
1279
1280 PR c++/8693, PR c++/9496:
1281 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1282 regression tests.
1283
1284 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1285
1286 Fix compatibility with m68k as.
1287 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1288 Use only /* comments */.
1289
1290 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1291
1292 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1293 * configure: Regenerate.
1294
1295 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1296
1297 * gdb.python/py-type.exp: Check for Python support.
1298
1299 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1300
1301 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1302 `regsub' syntax available.
1303
1304 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1305
1306 * gdb.base/shmain.c (main): Remove printf call.
1307 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1308 * gdb.base/unload.c (main): Make format of fprintf a string
1309 literal. Add missing endlines to prints to stderr.
1310 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1311
1312 2010-02-17 Tom Tromey <tromey@redhat.com>
1313
1314 * gdb.java/jprint.java (jprint.props): New field.
1315 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1316
1317 2010-02-17 Pedro Alves <pedro@codesourcery.com>
1318
1319 * gdb.base/charset.exp: Don't assume new `regsub' syntax
1320 available.
1321
1322 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1323
1324 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1325 creation to support remote host testing.
1326
1327 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1328
1329 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1330 Recognize "command not found".
1331
1332 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1333
1334 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1335 single-stepping.
1336
1337 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1338
1339 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1340 if arguments are not supported.
1341
1342 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1343
1344 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1345 be const or non-const.
1346
1347 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1348
1349 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1350 mi_send_resuming_command to send -exec-continue.
1351
1352 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1353
1354 * gdb.base/list.exp (test_list_filename_and_function): Add test
1355 with single quotes.
1356 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1357 matching.
1358 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1359 Add KFAIL'd tests for PR gdb/11289.
1360
1361 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1362
1363 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1364
1365 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1366
1367 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1368 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1369 a temporary directory.
1370
1371 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1372
1373 * gdb.base/charset.exp: Use a single regular expression to match
1374 show host-charset and show target-charset output.
1375
1376 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1377
1378 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1379 "Illegal process-id" expect string more exact.
1380 (attach to digits-starting nonsense is prohibited): New.
1381
1382 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * gdb.base/prelink.exp (set verbose on): New.
1385
1386 2010-02-12 Tomas Holmberg <th@virtutech.com>
1387
1388 * mi-reverse.exp: New file. Test for reverse option to the
1389 following MI commands: exec-continue, exec-finish, exec-next,
1390 exec-step, exec-next-instruction, exec-step-instruction.
1391
1392 2010-02-09 Joel Brobecker <brobecker@adacore.com>
1393
1394 * gdb.ada/ptype_tagged_param: New testcase.
1395
1396 2010-02-08 Tom Tromey <tromey@redhat.com>
1397
1398 PR c++/8017:
1399 * gdb.cp/overload.exp: Add tests.
1400 * gdb.cp/overload.cc (struct K): New.
1401 (namespace N): New.
1402 (main): Call new functions.
1403 (K::staticoverload): Define.
1404
1405 Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1406
1407 PR gdb/10728
1408 * gdb.cp/pr10728-x.h: New file.
1409 * gdb.cp/pr10728-x.cc: New file.
1410 * gdb.cp/pr10728-y.cc: New file.
1411 * gdb.cp/pr10728.exp: New file.
1412 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1413
1414 Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1415
1416 PR gdb/9067
1417 * gdb.cp/pr9067.exp: New
1418 * gdb.cp/pr9067.cc: New
1419 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1420
1421 2010-02-08 Joel Brobecker <brobecker@adacore.com>
1422
1423 * lib/gdb.exp (gdb_test_timeout): New global variable.
1424 Set it to timeout if not already set.
1425 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1426
1427 2010-02-05 Doug Evans <dje@google.com>
1428
1429 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1430 user.
1431
1432 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1433
1434 PR c++/7935:
1435 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1436
1437 2010-02-04 Tom Tromey <tromey@redhat.com>
1438
1439 * gdb.cp/virtbase.exp: Make test case names unique.
1440
1441 2010-02-02 Tom Tromey <tromey@redhat.com>
1442
1443 * gdb.cp/virtbase.exp: Add regression tests.
1444 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1445 (main): Instantiate RHC.
1446
1447 2010-02-02 Tom Tromey <tromey@redhat.com>
1448
1449 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1450 type-printing change.
1451
1452 2010-02-02 Tom Tromey <tromey@redhat.com>
1453
1454 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1455 * gdb.cp/virtbase.cc: New file.
1456 * gdb.cp/virtbase.exp: New file.
1457 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1458
1459 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 PR libc/11214:
1462 * gdb.threads/current-lwp-dead.c: Include features.h.
1463 (HAS_NOMMU): New.
1464 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1465
1466 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 * gdb.base/symbol-without-target_section.exp,
1469 gdb.base/symbol-without-target_section.c: New.
1470
1471 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1472
1473 * gdb.base/bigcore.exp: Reset increased timeout.
1474 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
1475
1476 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1477
1478 * gdb.base/gcore.exp (capture_command_output): Use
1479 gdb_test_multiple.
1480
1481 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1482
1483 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
1484 * gdb.arch/thumb2-it.exp (test_it_break): New function.
1485 (Top level): Call it.
1486
1487 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1488
1489 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
1490
1491 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1492
1493 * gdb.base/call-strs.exp, gdb.base/default.exp,
1494 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
1495 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
1496 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
1497 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
1498 gdb.base/watchpoint-solib.exp: Save and restore timeout.
1499 * gdb.base/ending-run.exp: Correct restore of timeout.
1500 * gdb.base/page.exp: Remove unnecessary timeout setting.
1501
1502 2010-01-29 Joel Brobecker <brobecker@adacore.com>
1503
1504 * gdb.ada/rec_return: New testcase.
1505
1506 2010-01-29 Joel Brobecker <brobecker@adacore.com>
1507
1508 * gdb.ada/call_pn: New testcase.
1509
1510 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
1511
1512 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
1513 (Top level): Use it to resume.
1514 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
1515 the Thumb mode displaced stepping error as unsupported.
1516
1517 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
1518
1519 * gdb.cp/nsusing.exp: Added more tests.
1520 * gdb.cp/nsrecurs.exp: Ditto.
1521 * gdb.cp/nsusing.cc: Added test functions.
1522 * gdb.cp/nsrecurs.cc: Ditto.
1523
1524 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1525
1526 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
1527 absolute directory pathnames in gdb.sum file.
1528
1529 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
1530
1531 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
1532 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
1533
1534 2010-01-26 Tom Tromey <tromey@redhat.com>
1535
1536 PR exp/7643:
1537 * gdb.base/printcmds.exp (test_print_string_constants): Remove
1538 setup_kfail.
1539
1540 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
1541
1542 * gdb.cp/nsrecurs.exp: New test.
1543 * gdb.cp/nsrecurs.cc: New test program.
1544 * gdb.cp/nsstress.exp: New test.
1545 * gdb.cp/nsstress.cc: New test program.
1546 * gdb.cp/nsdecl.exp: New test.
1547 * gdb.cp/nsdecl.cc: New test program.
1548
1549 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
1550
1551 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
1552 imported into file scope.
1553 Marked test as xfail.
1554 * gdb.cp/namespace-using.cc (marker5): New function.
1555 * gdb.cp/shadow.exp: New test.
1556 * gdb.cp/shadow.cc: New test program.
1557 * gdb.cp/nsimport.exp: New test.
1558 * gdb.cp/nsimport.cc: New test program.
1559
1560 2010-01-25 Tom Tromey <tromey@redhat.com>
1561
1562 PR gdb/11049:
1563 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
1564 with "set print null-stop on".
1565
1566 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
1569 Adjust it for DISASSEMBLY_OMIT_FNAME.
1570
1571 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1572
1573 PR symtab/11199:
1574 * gdb.dwarf2/member-ptr-forwardref.exp,
1575 gdb.dwarf2/member-ptr-forwardref.S: New.
1576
1577 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1578
1579 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
1580 (thread1_func): Protect thread1_tid with thread1_tid_cond by
1581 thread1_tid_mutex. Remove gdbstop_mutex handling.
1582 (thread2_func): Protect thread2_tid with thread2_tid_cond by
1583 thread2_tid_mutex. Remove gdbstop_mutex handling.
1584 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
1585 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
1586 pthread_cond_wait conditionalizations by while loops.
1587
1588 2010-01-20 Tom Tromey <tromey@redhat.com>
1589
1590 PR backtrace/10770:
1591 * gdb.dwarf2/pr10770.exp: New file.
1592 * gdb.dwarf2/pr10770.c: New file.
1593 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
1594
1595 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
1596
1597 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
1598 that target was removed, and the test always runs native anyway.
1599
1600 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1601
1602 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
1603 gdb.base/watchpoint-cond-gone-stripped.c: New.
1604
1605 2010-01-19 Tom Tromey <tromey@redhat.com>
1606
1607 PR c++/8000:
1608 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
1609 existing tests.
1610 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
1611 (main): Use AAA::SomeEnum.
1612
1613 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
1616 (test_ignore_count): Declare line_callme_body global.
1617 (run to breakpoint with ignore count): Use line_callme_body.
1618 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
1619 (set line_main_hello, set line_main_return): Reindent.
1620 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
1621 New.
1622 (continue to callee4): Use line_callee4_body.
1623 (check *stopped from CLI command): Use line_callee4_next.
1624 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
1625 (set line_main_hello, set line_main_return): Reindent.
1626 (set line_callee4_head, set line_callee4_body): New.
1627 (continue to callee4): Use line_callee4_body.
1628
1629 2010-01-18 Tom Tromey <tromey@redhat.com>
1630
1631 PR c++/9680:
1632 * gdb.cp/casts.cc: Add new classes and variables.
1633 * gdb.cp/casts.exp: Test new operators.
1634
1635 2010-01-18 Tom Tromey <tromey@redhat.com>
1636 Thiago Jung Bauermann <bauerman@br.ibm.com>
1637
1638 * gdb.python/source2.py: New file.
1639 * gdb.python/source1: New file.
1640 * gdb.python/python.exp: Test "source" command.
1641
1642 2010-01-15 Stan Shebs <stan@codesourcery.com>
1643
1644 * gdb.trace/tfile.c: New file.
1645 * gdb.trace/tfile.exp: New file.
1646
1647 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1648
1649 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
1650
1651 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1652
1653 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
1654
1655 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1656
1657 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
1658 (libfunc): New parameter action. Implement also selectable "sleep".
1659 * gdb.base/break-interp-main.c: Include assert.h.
1660 (libfunc): New parameter action.
1661 (main): New parameters argc and argv. Assert argc. Pass argv.
1662 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
1663 (test_attach): New proc.
1664 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
1665 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
1666
1667 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1668
1669 * gdb.base/break-interp.exp (test_core): New proc.
1670 (test_ld): Call it.
1671
1672 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1673
1674 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
1675 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
1676 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
1677 and gdb_compile_shlib. Use new -Wl compiler options.
1678 (dl bt, main bt): New tests.
1679
1680 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 Support PIEs with no symfile_objfile.
1683 * gdb.base/break-interp.exp: New argument at the test_ld calls.
1684 (test_ld): New parameter trynosym.
1685 (test_ld <$trynosym>): New block.
1686
1687 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1688
1689 * gdb.base/break-interp.exp: New file.
1690
1691 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
1692
1693 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
1694 * gdb.python/py-prettyprint.py (pp_ls): New printer.
1695 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
1696 test.
1697 * gdb.python/py-prettyprint.c: Define lazystring test structure.
1698 * gdb.python/py-mi.exp: Add lazy string test.
1699
1700 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1701
1702 * lib/mi-support.exp (mi_check_thread_states): Handle
1703 core number in thread listing.
1704
1705 2010-01-12 Joel Brobecker <brobecker@adacore.com>
1706
1707 * gdb.base/maint.exp: Adjust the expected output for the
1708 "maint print type" test. Use gdb_test_multiple instead of
1709 gdb_sent/gdb_expect.
1710
1711 2010-01-11 Doug Evans <dje@google.com>
1712
1713 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
1714 from gdbserver_download. All callers updated.
1715
1716 * gdb.server/ext-run.exp: "info os processes" requires xml support.
1717
1718 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 Implement binary numbers parsing.
1721 * gdb.base/printcmds.exp (test_integer_literals_accepted)
1722 (test_integer_literals_rejected): New binary tests.
1723
1724 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1725
1726 * gdb.cell/configure: Regenerate.
1727
1728 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1729
1730 * gdb.base/corefile.exp: Move the core finding block out and call it as
1731 core_find, new variable $corefile, replace corefile by $corefile and
1732 [file tail $corefile] for usage vs. test names resp.
1733 * lib/gdb.exp (core_find): Move it as a new function here. New
1734 parameter binfile and deletefiles. New variable $destcore. Pre-delete
1735 $destcore. Return "" on error.
1736
1737 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 Workaround PR binutils/10802.
1740 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
1741 (twice).
1742
1743 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1744
1745 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
1746
1747 2010-01-08 Joel Brobecker <brobecker@adacore.com>
1748
1749 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
1750 call, to avoid interruption.
1751
1752 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1753
1754 * gdb.stabs/weird.def (args93): New.
1755
1756 2010-01-07 Doug Evans <dje@google.com>
1757
1758 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
1759
1760 2010-01-07 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.base/source.exp: Use correct line number.
1763
1764 2010-01-05 Stan Shebs <stan@codesourcery.com>
1765
1766 * gdb.trace/tracecmd.exp: Test ftrace.
1767
1768 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1769
1770 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
1771
1772 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1773
1774 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
1775 "uint_for_mi_testing".
1776
1777 2010-01-01 Joel Brobecker <brobecker@adacore.com>
1778
1779 Test indented comment in file being sourced.
1780 * gdb.base/commands.exp: Test indented comment in file being sourced.
1781
1782 2010-01-01 Joel Brobecker <brobecker@adacore.com>
1783
1784 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
1785 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
1786 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
1787 notice.
1788
1789 2010-01-01 Joel Brobecker <brobecker@adacore.com>
1790
1791 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
1792 notice.
1793
1794 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1795
1796 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
1797 missing $after_stopped and comma (,) expectation.
1798
1799 2009-12-31 Stan Shebs <stan@codesourcery.com>
1800
1801 * gdb.trace/actions.exp: Test teval action.
1802
1803 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
1804
1805 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
1806 (top level): Call test_watchpoint_in_big_blob.
1807 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
1808 watchpoints.
1809 (func3): Write to buf.
1810
1811 2009-12-29 Stan Shebs <stan@codesourcery.com>
1812
1813 * gdb.trace/actions.exp: Test default-collect.
1814
1815 2009-12-28 Stan Shebs <stan@codesourcery.com>
1816
1817 * gdb.trace/tsv.exp: New file.
1818 * gdb.base/completion.exp: Update ambiguous info output.
1819
1820 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
1821
1822 * gdb.base/find.c (main): Reference search buffers.
1823 * gdb.base/included.c (main): Reference integer.
1824 * gdb.base/ptype.c (charfoo): Declare.
1825 (intfoo): Call charfoo.
1826 * gdb.base/scope0.c (useitp): New function.
1827 (usestatics): Use useitp.
1828 (useit): Add a type for val.
1829 * gdb.base/scope1.c (useit1): Take a pointer argument.
1830 (usestatics1): Update calls to useit1.
1831 * gdb.cp/call-c.cc: Declare foo.
1832 (main): Call foo.
1833 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
1834 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
1835 (main): Call C::ensureRefs and ensureOtherRefs.
1836 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
1837 variables.
1838 (ensureOtherRefs): New function.
1839 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
1840 * gdb.cp/templates.cc (main): Call t5i.value.
1841
1842 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 Fix compatibility with G++-4.5.
1845 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
1846 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
1847 (uncaught return): Remove.
1848
1849 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1850 Phil Muldoon <pmuldoon@redhat.com>
1851
1852 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
1853 (bp_location13, bp_location14, bp_location17, bp_location18)
1854 (marker3_proto, marker4_proto): New variables.
1855 (breakpoint info): Update output.
1856 (run until breakpoint at marker3, run until breakpoint at marker4): New
1857 tests.
1858
1859 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1860
1861 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
1862 Replace the printf call of Y by provided "y-set-1" label. New block
1863 for the second shared library.
1864 * gdb.base/unload.exp: Compile also the second library, call
1865 gdb_load_shlibs also for it. Use now gdb_breakpoint.
1866 (single pending breakpoint info): Rename to ...
1867 (pending breakpoint info before run): ... this extended test.
1868 (libfile2, libname2, libsrcfile2, libsrc2)
1869 (lib_sl2): New variables.
1870 (exec_opts): Set also SHLIB_NAME2.
1871 (pending breakpoint info on first run at shrfunc1)
1872 (pending breakpoint info on second run at shrfunc1)
1873 (pending breakpoint info on second run at shrfunc2)
1874 (print y from libfile, print y from libfile2): New tests.
1875 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
1876 * gdb.base/unloadshr2.c: New.
1877
1878 2009-12-22 Hui Zhu <teawater@gmail.com>
1879
1880 * gdb.reverse/sigall-reverse.exp: Adjust.
1881
1882 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
1883
1884 PR gdb/10884
1885
1886 * gdb.mi/var-cmd.c (do_bitfield_tests): New
1887 (main): Call do_bitfield_tests.
1888 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
1889
1890 2009-12-20 Joel Brobecker <brobecker@adacore.com>
1891
1892 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
1893 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
1894 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
1895 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
1896 gdb.modula2/unbounded1.c: Update copyright header.
1897
1898 2009-12-10 Chris Moller <moller@mollerware.com>
1899
1900 PR gdb/9399
1901 * gdb.cp/virtfunc2.exp: New tests
1902 * gdb.cp/virtfunc2.cc: New tests
1903 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
1904
1905 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
1906
1907 * gdb.reverse/i387-env-reverse.c: New file.
1908 * gdb.reverse/i387-env-reverse.exp: New file.
1909 * gdb.reverse/i387-stack-reverse.c: New file.
1910 * gdb.reverse/i387-stack-reverse.exp: New file.
1911
1912 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
1913
1914 * gdb.python/py-type.exp (test_range): New test.
1915
1916 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
1917
1918 PR python/10805
1919
1920 * gdb.python/py-type.exp: New file.
1921 * gdb.python/py-type.c: New file.
1922 * Makefile.in: Add py-type.
1923
1924 2009-12-03 Tom Tromey <tromey@redhat.com>
1925
1926 * gdb.python/py-value.exp (test_parse_and_eval): New
1927 function.
1928
1929 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
1930
1931 PR gdb/11022
1932
1933 * gdb.base/pr11022.exp: New test.
1934 * gdb.base/pr11022.c: New test.
1935
1936 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 Fix spurious false FAILs.
1939 * gdb.base/structs.c (chartest): New.
1940 (main): Fill-in chartest.
1941 * gdb.base/structs.exp (anychar_re, first): New.
1942 (start_structs_test): Import global anychar_re and first.
1943 New gdb_test call "set print elements 300; ${testfile}"
1944 (start_structs_test <$first>): New block.
1945 (any): Import global anychar_re. New variable ac. Use ${ac}.
1946
1947 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
1950
1951 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1952
1953 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
1954 Force $srcfile file.
1955 * gdb.base/foll-fork.c (callee): Comment out the printf call.
1956
1957 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1958
1959 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
1960 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1961 * gdb.threads/watchthreads-reorder.exp: Likewise.
1962
1963 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
1964
1965 PR gdb/8704
1966
1967 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
1968 "if", and "thread". Correct matching in the previous test.
1969
1970 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
1971
1972 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
1973
1974 2009-11-23 Michael Snyder <msnyder@vmware.com>
1975
1976 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
1977 * gdb.reverse-watch-precsave.exp: Ditto.
1978
1979 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1980
1981 * gdb.asm/asm-source.exp: Adjust.
1982 * gdb.base/help.exp: Adjust.
1983
1984 2009-11-22 Pedro Alves <pedro@codesourcery.com>
1985
1986 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
1987 (do_syscall_tests_without_xml): Set data-directory to
1988 /the/path/to/nowhere.
1989
1990 2009-11-21 Pedro Alves <pedro@codesourcery.com>
1991
1992 * gdb.threads/local-watch-wrong-thread.c,
1993 gdb.threads/local-watch-wrong-thread.exp: New files.
1994
1995 2009-11-21 Pedro Alves <pedro@codesourcery.com>
1996
1997 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
1998 assume new `regsub' syntax available.
1999
2000 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 * gdb.base/watchpoint-hw-hit-once.exp,
2003 gdb.base/watchpoint-hw-hit-once.c: New.
2004
2005 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * gdb.threads/watchthreads-reorder.exp,
2008 gdb.threads/watchthreads-reorder.c: New.
2009
2010 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2011
2012 * gdb.xml/tdesc-regs.exp: Use for m68k.
2013
2014 2009-11-15 Pedro Alves <pedro@codesourcery.com>
2015
2016 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2017
2018 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2019
2020 * lib/gdb.exp (current_target_name): New procedure.
2021 (gdb_wrapper_target): New variable.
2022 (gdb_wrapper_init): Set gdb_wrapper_target.
2023 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2024 wrapper.
2025
2026 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2027
2028 * gdb.base/remote.exp: Delete the slowest load test.
2029 Do not load with fixed packet sizes.
2030
2031 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2032
2033 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2034
2035 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2036
2037 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2038 srcfile when setting a breakpoint.
2039
2040 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2041
2042 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2043 macros.
2044
2045 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2046
2047 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2048 to be in memory.
2049 * gdb.base/display.c (force_mem): New.
2050 (do_loops): Use it. Add breakpoint comments.
2051 (do_vars): Add a breakpoint comment.
2052 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2053 line numbers.
2054
2055 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2056
2057 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2058 instead of a bare "run".
2059
2060 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2061
2062 * gdb.python/py-prettyprint.exp: Adjust.
2063
2064 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2065
2066 * lib/cell.exp (skip_cell_tests): Clean up test files before
2067 returning.
2068
2069 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2070
2071 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2072 and the breakpoint menu. Do not call perror if a prompt is seen.
2073 Consume the following GDB prompt.
2074 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2075 * gdb.cp/namespace.exp: Use gdb_test.
2076 * gdb.cp/templates.exp: Use gdb_test.
2077 (test_template_breakpoints): Use gdb_test_multiple.
2078
2079 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2080
2081 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2082 (marker4): Reference values.
2083
2084 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2085
2086 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2087 is missing.
2088
2089 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2090
2091 * gdb.base/break.c (need_malloc): New.
2092 * gdb.base/constvars.c (main): Reference crass and crisp.
2093 * gdb.base/gdb1821.c (main): Reference bar.
2094 * gdb.cp/gdb1355.cc (main): Reference s1.
2095 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2096 (main): Call them.
2097 * gdb.cp/hang2.cc (dummy2): Define.
2098 * gdb.cp/hang3.cc (dummy3): Define.
2099 * gdb.cp/m-data.cc (main): Reference shadow.
2100
2101 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2102 Nathan Froyd <froydnj@codesourcery.com>
2103
2104 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2105 remote host.
2106
2107 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2108
2109 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2110 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2111 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2112 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2113 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2114 * gdb.dwarf2/dw2-producer.exp: Likewise.
2115 * gdb.dwarf2/mac-fileno.exp: Likewise.
2116 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2117 py-prettyprint.py to the remote host.
2118 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2119
2120 2009-11-11 Keith Seitz <keiths@redhat.com>
2121
2122 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2123 use it instead of "Foo".
2124 * gdb.cp/classes.exp (do_tests): Add a test to access
2125 a method through a typedef'd class name.
2126
2127 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2128
2129 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2130 exponents.
2131 * gdb.base/pointers.exp: Likewise.
2132 * gdb.cp/ref-types.exp: Likewise.
2133
2134 2009-11-11 Keith Seitz <keiths@redhat.com>
2135
2136 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2137 new[] and delete[].
2138 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2139 "void".
2140 (probe_demangler): Remove all single-quoting of
2141 method and variable names.
2142 (info_func_regexp): Remove the word "void" from any
2143 occurrence of "(void)".
2144 (print_addr_2): Remove all single-quoting of
2145 method names.
2146 (print_addr_2_kfail): Likewise.
2147 (print_addr): Single-quote C function names before
2148 passing to print_addr_2.
2149 (test_paddr_operator_functions): Remove single-quoting
2150 for method names.
2151 Add tests for operator new[] and operator delete[].
2152
2153 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2154
2155 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2156
2157 2009-11-09 Keith Seitz <keiths@redhat.com>
2158
2159 * gdb.cp/overload.exp: Add tests for resolving overloaded
2160 methods in expression parsing/evaluation.
2161
2162 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2163
2164 * lib/gdb.exp (default_gdb_version): Use --version instead of
2165 --command.
2166
2167 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2168
2169 * lib/gdb.exp (gdb_compile_test): New.
2170 (skip_ada_tests, skip_java_tests): New.
2171 (gdb_compile): Use gdb_compile_test for f77.
2172 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2173 * lib/java.exp (compile_java_from_source): Remove runtests check,
2174 use gdb_compile_test to record result.
2175 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2176 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2177 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2178 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2179 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2180 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2181 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2182 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2183 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2184 adjust gdb_compile invocations.
2185
2186 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2187
2188 * Makefile.in (abs_builddir): New.
2189 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2190 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2191 `$(abs_builddir)/site.exp'.
2192
2193 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2194
2195 * config/m68k-emc.exp, lib/emc-support.exp,
2196 gdb.trace/gdb_c_test.c: Delete.
2197 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2198 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2199 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2200 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2201 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2202 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2203 casing for m68k-*-elf.
2204
2205 2009-11-03 Pedro Alves <pedro@codesourcery.com>
2206
2207 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2208 * gdb.arch/i386-prologue.exp: Likewise.
2209 * gdb.arch/i386-unwind.exp: Likewise.
2210
2211 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2212
2213 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2214
2215 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2216
2217 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2218
2219 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2220
2221 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2222
2223 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2226
2227 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2228
2229 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2230 * gdb.base/sepdebug2.c: New file.
2231
2232 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2233
2234 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2235 the modified warnings for catch syscall. Verify if GDB was compiled
2236 with support for lib expat, and choose which tests to run depending
2237 on this.
2238
2239 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2240
2241 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2242 that composite commands are parsed OK. And also test
2243 that breakpoint commands do work.
2244
2245 2009-10-23 Michael Snyder <msnyder@vmware.com>
2246
2247 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2248 to allow for new disassembly style.
2249
2250 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2251
2252 * gdb.asm/asm-source.exp: Adjust.
2253
2254 2009-10-22 Michael Snyder <msnyder@vmware.com>
2255
2256 * gdb.reverse/break-precsave.exp: New test.
2257 * gdb.reverse/consecutive-precsave.exp: Ditto.
2258 * gdb.reverse/finish-precsave.exp: Ditto.
2259 * gdb.reverse/i386-precsave.exp: Ditto.
2260 * gdb.reverse/machinestate-precsave.exp: Ditto.
2261 * gdb.reverse/sigall-precsave.exp: Ditto.
2262 * gdb.reverse/solilb-precsave.exp: Ditto.
2263 * gdb.reverse/step-precsave.exp: Ditto.
2264 * gdb.reverse/until-precsave.exp: Ditto.
2265 * gdb.reverse/watch-precsave.exp: Ditto.
2266
2267 2009-10-22 Michael Snyder <msnyder@vmware.com>
2268
2269 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2270 for gdb_expect. Adjust one test's expect strings for the new
2271 format of disassemble.
2272 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2273 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2274 gdb_test_multiple.
2275 * gdb.reverse/step-reverse.exp: Delete 'return'.
2276 * gdb.reverse/until-reverse.exp: Delete blank lines.
2277 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2278
2279 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2280
2281 * gdb.base/consecutive.exp: Adjust.
2282 * gdb.base/display.exp: Likewise.
2283 * gdb.base/pc-fp.exp: Likewise.
2284 * gdb.base/sigbpt.exp: Likewise.
2285
2286 2009-10-19 Michael Snyder <msnyder@vmware.com>
2287
2288 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2289 * gdb.reverse/finish-reverse.c: Ditto.
2290 * gdb.reverse/sigall-reverse.c: Ditto.
2291 * gdb.reverse/solib-reverse.c: Ditto.
2292 * gdb.reverse/step-reverse.c: Ditto.
2293 * gdb.reverse/watch-reverse.c: Ditto.
2294
2295 2009-10-19 Pedro Alves <pedro@codesourcery.com>
2296 Stan Shebs <stan@codesourcery.com>
2297
2298 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2299 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2300 "Executing new program".
2301 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2302 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2303 left listed after having been killed.
2304 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2305 * gdb.base/maint.exp: Adjust test.
2306
2307 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2308 * gdb.multi/Makefile.in: New.
2309 * gdb.multi/base.exp: New.
2310 * gdb.multi/goodbye.c: New.
2311 * gdb.multi/hangout.c: New.
2312 * gdb.multi/hello.c: New.
2313 * gdb.multi/bkpt-multi-exec.c: New.
2314 * gdb.multi/bkpt-multi-exec.exp: New.
2315 * gdb.multi/crashme.c: New.
2316
2317 2009-10-13 Tristan Gingold <gingold@adacore.com>
2318
2319 * gdb.base/sepdebug.exp: Check debug info are found.
2320
2321 2009-10-08 Pedro Alves <pedro@codesourcery.com>
2322
2323 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2324 bits.
2325
2326 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2327
2328 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2329
2330 2009-10-07 Joel Brobecker <brobecker@adacore.com>
2331
2332 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2333 of the comments.
2334
2335 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2336
2337 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2338 * gdb.base/annota3.exp: Idem.
2339 * gdb.base/maint.exp: Idem.
2340
2341 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2342
2343 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2344 to default.
2345
2346 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2347
2348 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2349 mingw and cygwin targets.
2350
2351 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2352 Pedro Alves <pedro@codesourcery.com>
2353
2354 * lib/gdb.exp (gdb_compile): Avoid adding
2355 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2356
2357 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2358
2359 * gdb.base/shr1.c: Use %p in format string.
2360 * gdb.base/unload.c: Avoid warning in fprintf.
2361 * gdb.base/watchpoint-solib.c: Idem.
2362
2363 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2364
2365 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2366 long type.
2367 (test_unlink): Correct printf string.
2368 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2369 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2370
2371 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2374 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2375 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2376
2377 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2378
2379 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2380 * gdb.objc/nondebug.exp: Likewise.
2381
2382 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2383
2384 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2385 target_info setting.
2386
2387 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2388 that detect new threads during "info threads".
2389
2390 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2391
2392 * gdb.threads/manythreads.c (main): Increase thread stack size
2393 to 2*PTHREAD_STACK_MIN.
2394 * gdb.threads/multi-create.c (main): Likewise.
2395 (create_function): Likewise.
2396
2397 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2398
2399 * gdb.base/dump.exp: Pass difference of pointer types instead
2400 of integer types as offset to restore in intarr3.srec case.
2401
2402 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2403
2404 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2405
2406 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2407
2408 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2409
2410 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2411
2412 New test for two watchpoints, with disabling of
2413 the first inserted.
2414 * testsuite/gdb.base/watchpoints.c: New file.
2415 * testsuite/gdb.base/watchpoints.exp: New file.
2416
2417 2009-09-25 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb.base/charset.exp: Test utf-16 strings with Python.
2420
2421 2009-09-25 Tom Tromey <tromey@redhat.com>
2422
2423 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2424 UCS-4.
2425 * gdb.base/charset.c (utf_32_string): Rename.
2426 (init_utf32): Rename.
2427 (main): Update.
2428
2429 2009-09-22 Tom Tromey <tromey@redhat.com>
2430
2431 * gdb.python/py-function.exp: Add regression tests.
2432
2433 2009-09-21 Keith Seitz <keiths@redhat.com>
2434
2435 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2436 with invalid operator.
2437
2438 2009-09-21 Keith Seitz <keiths@redhat.com>
2439
2440 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2441 and destructor using typedef name of class.
2442 * gdb.cp/classes.cc (class Base1): Add a destructor.
2443 (base1): New typedef.
2444 (use_methods): Instanitate an object of type base1.
2445 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2446 (do_tests): Call test_template_typedef.
2447 * gdb.cp/templates.cc (Baz::~Baz): New method.
2448 (intBazOne): New typedef.
2449 (main): Instantiate intBazOne.
2450
2451 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2452
2453 PR python/10633
2454
2455 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2456 Function.
2457 (run_lang_tests): Add print elements test.
2458
2459 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2460
2461 * gdb.python/py-value.exp (test_subscript_regression): New
2462 function. Test for invalid subscripts.
2463 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2464 (ptr_ref): New function.
2465
2466 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2467
2468 * gdb.base/default.exp: Fix "show convenience".
2469
2470 2009-09-15 Tom Tromey <tromey@redhat.com>
2471
2472 * lib/mi-support.exp (mi_create_varobj): Update.
2473 (mi_create_floating_varobj): Likewise.
2474 (mi_create_dynamic_varobj): New proc.
2475 (mi_varobj_update): Update.
2476 (mi_varobj_update_with_type_change): Likewise.
2477 (mi_varobj_update_kv_helper): New proc.
2478 (mi_varobj_update_dynamic_helper): Rewrite.
2479 (mi_varobj_update_dynamic): New proc.
2480 (mi_list_varobj_children): Update.
2481 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
2482 * gdb.python/python-prettyprint.py (pp_outer): New class.
2483 (pp_nullstr): Likewise.
2484 (lookup_function): Register new printers.
2485 * gdb.python/python-prettyprint.c (struct substruct): New type.
2486 (struct outerstruct): Likewise.
2487 (substruct_test): New function.
2488 (struct nullstr): New type.
2489 (string_1, string_2): New globals.
2490 (main): Add new tests.
2491 * gdb.python/python-mi.exp: Added regression tests.
2492 * gdb.mi/mi2-var-display.exp: Update.
2493 * gdb.mi/mi2-var-cmd.exp: Update.
2494 * gdb.mi/mi2-var-child.exp: Update.
2495 * gdb.mi/mi2-var-block.exp: Update.
2496 * gdb.mi/mi-var-invalidate.exp: Update.
2497 * gdb.mi/mi-var-display.exp: Update.
2498 * gdb.mi/mi-var-cmd.exp: Update.
2499 * gdb.mi/mi-var-child.exp: Update.
2500 * gdb.mi/mi-var-block.exp: Update.
2501 * gdb.mi/mi-break.exp: Update.
2502 * gdb.mi/gdb701.exp: Update.
2503
2504 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
2505
2506 * Makefile.in: Inclusion of catch-syscall object.
2507 * gdb.base/catch-syscall.c: New file.
2508 * gdb.base/catch-syscall.exp: New file.
2509
2510 2009-09-12 Michael Snyder <msnyder@vmware.com>
2511
2512 * gdb.reverse/step-reverse.exp: Explicitly check for targets
2513 that can support reverse debuggnig.
2514
2515 2009-09-11 Tom Tromey <tromey@redhat.com>
2516
2517 * gdb.dwarf2/valop.S: New file.
2518 * gdb.dwarf2/valop.exp: New file.
2519
2520 2009-09-11 Mark Kettenis <kettenis@gnu.org>
2521
2522 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
2523
2524 2009-09-10 Doug Evans <dje@google.com>
2525
2526 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
2527 Add $gdb_prompt to second breakpoint regexp.
2528
2529 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
2530
2531 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
2532 names, add missing ones.
2533 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
2534 * gdb.python/py-frame.c: Rename from python-frame.c.
2535 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
2536 testfile name.
2537 * gdb.python/py-function.exp: Rename from python-function.exp.
2538 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
2539 testfile name.
2540 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
2541 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
2542 Adjust testfile name.
2543 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
2544 * gdb.python/py-template.cc: Rename from python-template.cc.
2545 * gdb.python/py-template.exp: Rename from python-template.exp.
2546 Adjust testfile name.
2547 * gdb.python/py-value.c: Rename from python-value.c.
2548 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
2549 testfile name.
2550
2551 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2552
2553 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
2554 $bpt2address.
2555 (Second breakpoint address is valid on ia64)
2556 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
2557
2558 2009-09-03 Joseph Myers <joseph@codesourcery.com>
2559
2560 * gdb.base/ending-run.exp: Restrict regular expression matching
2561 line number to require closing brace following.
2562
2563 2009-09-03 Doug Evans <dje@google.com>
2564
2565 * gdb.base/store.exp (check_set): Fix typo in expected value message.
2566
2567 2009-09-02 Tom Tromey <tromey@redhat.com>
2568
2569 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
2570
2571 2009-09-02 Tom Tromey <tromey@redhat.com>
2572
2573 * gdb.dwarf2/callframecfa.exp: New file.
2574 * gdb.dwarf2/callframecfa.S: New file.
2575
2576 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2577
2578 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
2579 gdb.base/solib-overlap-main.c: New.
2580
2581 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
2582
2583 PR gdb/10565
2584
2585 * gdb.base/bitfields.c (struct container, container): New.
2586 (main): Initialize it and call break5.
2587 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
2588
2589 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2590
2591 Support constant DW_AT_data_member_location by GCC PR debug/40659.
2592 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
2593
2594 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
2597
2598 2009-08-26 Michael Snyder <msnyder@vmware.com>
2599
2600 * gdb.base/i386-reverse.c: New file.
2601 * gdb.base/i386-reverse.exp: New file.
2602 * gdb.base/Makefile.in: Add new files to be removed.
2603
2604 2009-08-26 Joseph Myers <joseph@codesourcery.com>
2605
2606 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
2607 environment-pwd for remote host.
2608 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
2609
2610 2009-08-24 Keith Seitz <keiths@redhat.com>
2611
2612 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
2613 Add two new C++ completer tests which limit the output to a
2614 given class.
2615
2616 2009-08-24 Michael Snyder <msnyder@vmware.com>
2617
2618 * gdb.base/del.exp: Fix typo in comment.
2619 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
2620
2621 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2622
2623 * configure: Regenerate.
2624 * gdb.hp/configure: Likewise.
2625 * gdb.hp/gdb.aCC/configure: Likewise.
2626 * gdb.hp/gdb.base-hp/configure: Likewise.
2627 * gdb.hp/gdb.compat/configure: Likewise.
2628 * gdb.hp/gdb.defects/configure: Likewise.
2629 * gdb.hp/gdb.objdbg/configure: Likewise.
2630 * gdb.stabs/configure: Likewise.
2631
2632 2009-08-19 Doug Evans <dje@google.com>
2633
2634 * gdb.base/gdbvars.c: New file.
2635 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
2636
2637 2009-08-14 Pedro Alves <pedro@codesourcery.com>
2638
2639 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
2640 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
2641
2642 2009-08-13 Pedro Alves <pedro@codesourcery.com>
2643
2644 * gdb.base/default.exp: Adjust "set language test": it's now an
2645 enum command. Larger help string moved to "help set language".
2646 * gdb.base/help.exp: Adjust "help set language" expected output,
2647 now lists all known languages.
2648
2649 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
2650
2651 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
2652 all frame arguments.
2653 * gdb.arch/altivec-regs.exp: Likewise.
2654
2655 2009-08-07 Tom Tromey <tromey@redhat.com>
2656
2657 * gdb.base/setshow.exp: Add tests for changes to set language, set
2658 check range, and set check type.
2659
2660 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
2661
2662 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
2663 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
2664 Call it.
2665
2666 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2667
2668 * configure.ac: Run gdb.cell tests when appropriate.
2669 * configure: Regenerate.
2670 * lib/cell.exp: New file.
2671 * gdb.cell: New directory.
2672 * gdb.cell/configure.ac: New file.
2673 * gdb.cell/configure: New file.
2674 * gdb.cell/Makefile.in: New file.
2675 * gdb.cell/arch.exp: New file.
2676 * gdb.cell/break.c: New file.
2677 * gdb.cell/break.exp: New file.
2678 * gdb.cell/break-spu.c: New file.
2679 * gdb.cell/bt.c: New file.
2680 * gdb.cell/bt2-spu.c: New file.
2681 * gdb.cell/bt-spu.c: New file.
2682 * gdb.cell/bt.exp: New file.
2683 * gdb.cell/coremaker.c: New file.
2684 * gdb.cell/coremaker-spu.c: New file.
2685 * gdb.cell/core.exp: New file.
2686 * gdb.cell/gcore.exp: New file.
2687 * gdb.cell/data.c: New file.
2688 * gdb.cell/data.exp: New file.
2689 * gdb.cell/data-spu.c: New file.
2690 * gdb.cell/ea-cache.exp: New file.
2691 * gdb.cell/ea-cache.c: New file.
2692 * gdb.cell/ea-cache-spu.c: New file.
2693 * gdb.cell/ea-standalone.c: New file.
2694 * gdb.cell/ea-standalone.exp: New file.
2695 * gdb.cell/ea-test.c: New file.
2696 * gdb.cell/ea-test.exp: New file.
2697 * gdb.cell/f-regs.exp: New file.
2698 * gdb.cell/mem-access.c: New file.
2699 * gdb.cell/mem-access.exp: New file.
2700 * gdb.cell/mem-access-spu.c: New file.
2701 * gdb.cell/ptype.exp: New file.
2702 * gdb.cell/registers.exp: New file.
2703 * gdb.cell/size.c: New file.
2704 * gdb.cell/sizeof.exp: New file.
2705 * gdb.cell/size-spu.c: New file.
2706 * gdb.cell/solib.exp: New file.
2707 * gdb.cell/solib-symbol.exp: New file.
2708
2709 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2710
2711 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
2712
2713 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2714
2715 * gdb.base/float.exp: Handle VFP registers.
2716
2717 2009-07-14 Michael Snyder <msnyder@vmware.com>
2718
2719 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
2720 to bring gdb to the beginning of the calling line.
2721
2722 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
2723 confusing the i386 epilogue unwinder.
2724
2725 2009-07-14 Stan Shebs <stan@codesourcery.com>
2726
2727 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
2728
2729 2009-07-14 Michael Snyder <msnyder@vmware.com>
2730
2731 * gdb.reverse/step-reverse.exp (stepi into function call):
2732 Call instruction may not be first instruction in the line.
2733 (reverse stepi from a function call): Used wrong line number.
2734
2735 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2736
2737 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
2738
2739 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2740
2741 Fix gdb.base/macscp.exp when using custom inputrc.
2742 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
2743 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
2744 env(TERM) set.
2745 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
2746 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
2747
2748 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
2751 * gdb.base/annota1.exp (thread_test): Import global $testfile.
2752 Change the compilation target to match the testcase name.
2753 * gdb.base/sect-cmd.exp: Change the compilation target to match the
2754 testcase name.
2755 * a2-run.exp: Use for setup prepare_for_testing. Change the
2756 compilation target to match the testcase name.
2757 * gdb.base/commands.exp: Likewise.
2758 * gdb.base/finish.exp: Likewise.
2759 * gdb.base/float.exp: Likewise.
2760 * gdb.base/info-target.exp: Likewise.
2761 * gdb.base/relational.exp: Likewise.
2762 * gdb.base/term.exp: Likewise.
2763 * gdb.base/until.exp: Likewise.
2764 * gdb.base/volatile.exp: Likewise.
2765 * gdb.base/whatis-exp.exp: Likewise.
2766
2767 2009-07-11 Hui Zhu <teawater@gmail.com>
2768
2769 * gdb.base/help.exp (disassemble): Update expected help text.
2770
2771 2009-07-09 Tom Tromey <tromey@redhat.com>
2772
2773 * lib/gdb.exp: Handle TRANSCRIPT.
2774 (remote_spawn, remote_close, send_gdb): New procs.
2775
2776 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2777
2778 * gdb.python/python-prettyprint.c: Add counted null string
2779 structure.
2780 * gdb.python/python-prettyprint.exp: Print null string. Test for
2781 embedded nulls.
2782 * gdb.python/python-prettyprint.py (pp_ns): New Function.
2783 * gdb.python/python-value.exp (test_value_in_inferior): Add
2784 variable length string fetch tests.
2785 * gdb.python/python-value.c (main): Add strings for string fetch tests.
2786
2787 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2788
2789 * gdb.base/dump.exp (inaccessible memory is reported): New test.
2790
2791 2009-07-07 Tom Tromey <tromey@redhat.com>
2792
2793 * gdb.base/call-rt-st.exp: Update for change to escape output.
2794 * gdb.base/callfuncs.exp: Likewise.
2795 * gdb.base/charset.exp: Likewise.
2796 * gdb.base/constvars.exp: Likewise.
2797 * gdb.base/long_long.exp: Likewise.
2798 * gdb.base/pointers.exp: Likewise.
2799 * gdb.base/printcmds.exp: Likewise.
2800 * gdb.base/setvar.exp: Likewise.
2801 * gdb.base/store.exp: Likewise.
2802 * gdb.cp/ref-types.exp: Likewise.
2803 * gdb.mi/mi-var-child.exp: Likewise.
2804 * gdb.mi/mi-var-display.exp: Likewise.
2805 * gdb.mi/mi2-var-display.exp: Likewise.
2806 * gdb.base/charset.exp: Test octal escape sequence length.
2807 Update for change to escape output.
2808
2809 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
2812
2813 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
2814
2815 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
2816
2817 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
2820 gdbserver increasing $portnum if "Can't bind address" has been seen.
2821
2822 2009-07-05 Pedro Alves <pedro@codesourcery.com>
2823
2824 * gdb.base/ending-run.exp: Add "step out of main" pattern for
2825 mingw32ce.
2826
2827 2009-07-05 Pedro Alves <pedro@codesourcery.com>
2828
2829 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
2830 VFP format.
2831
2832 2009-07-02 Pedro Alves <pedro@codesourcery.com>
2833
2834 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
2835 linux. Adjust to use "inferior", "info inferiors", "detach
2836 inferior" and "kill inferior" instead of "restart", "info fork",
2837 "detach fork" and "delete fork".
2838 * gdb.base/ending-run.exp: Spell out "info".
2839 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
2840 the "kill" command.
2841
2842 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2843
2844 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
2845 change to prefix TLS offset in hex with 0x.
2846
2847 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2848
2849 * gdb.base/default.exp: Update test case for "x" changes.
2850
2851 2009-07-01 Tristan Gingold <gingold@adacore.com>
2852
2853 * gdb.base/bigcore.exp: Make darwin untested.
2854
2855 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 * gdb.base/completion.exp (directory completion): Create the directory.
2858 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
2859 escapeuniquesub.
2860 (directory completion 2): Expect now ${escapeuniquesub}.
2861 (Glob remaining of directory test): Remove one excessive newline.
2862 Expect the real output.
2863
2864 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2865
2866 Fix `make check//%' target after `make check' has been ran.
2867 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
2868 a mkdir call.
2869 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
2870 (%/.dir): Remove.
2871
2872 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2873
2874 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
2875 the expected result record.
2876
2877 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2878
2879 Remove racy FAILs relying just on the timeouts.
2880 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
2881 (annotation_level 2): Remove racy FAILs.
2882
2883 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
2884
2885 gdb/10275
2886 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
2887
2888 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
2889
2890 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
2891
2892 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
2893
2894 * gdb.mi/mi-stack.exp: Testing symbolic options
2895 to -stack-list-locals and -stack-list-arguments.
2896
2897 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2898
2899 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
2900
2901 2009-06-29 Tom Tromey <tromey@redhat.com>
2902
2903 * dg-extract-results.sh: New file.
2904 * Makefile.in (FORCE_PARALLEL): New variable.
2905 (CHECK_TARGET): New conditional variable.
2906 (check): Use CHECK_TARGET.
2907 (DO_RUNTEST): New variable.
2908 (check-single): New target.
2909 (TEST_DIRS): New variable.
2910 (TEST_TARGETS): Likewise.
2911 (check-parallel): New target.
2912 (check-gdb.%): New pattern.
2913 (BASE1_FILES): New variable.
2914 (BASE2_FILES): Likewise.
2915 (check-gdb.base%): New pattern.
2916 (%/.dir): New pattern.
2917 * configure: Rebuild.
2918 * aclocal.m4 (AM_CONDITIONAL): New defun.
2919 * configure.ac: Check whether user is using GNU make.
2920 (GMAKE): New conditional.
2921
2922 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
2923
2924 * gdb.cp/namespace-nested-import.cc: New test.
2925 * gdb.cp/namespace-nested-import.exp: New test.
2926
2927 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
2928
2929 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
2930 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
2931 * gdb.opt/Makefile.in (EXECUTABLES): Update.
2932 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
2933 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
2934 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
2935 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
2936 gdb.opt/inline-markers.c: New files.
2937 * lib/gdb.exp (skip_inline_frame_tests): New function.
2938 (skip_inline_var_tests): New function.
2939
2940 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
2941
2942 * gdb.cp/exception.exp: Don't require $hex before inner frame in
2943 backtrace.
2944
2945 2009-06-27 Michael Snyder <msnyder@vmware.com>
2946
2947 * gdb.reverse: New directory.
2948 * gdb.reverse/break-reverse.c: New test.
2949 * gdb.reverse/break-reverse.exp: New test.
2950 * gdb.reverse/consecutive-reverse.c: New test.
2951 * gdb.reverse/consecutive-reverse.exp: New test.
2952 * gdb.reverse/finish-reverse.c: New test.
2953 * gdb.reverse/finish-reverse.exp: New test.
2954 * gdb.reverse/machinestate.c: New test.
2955 * gdb.reverse/ms1.c: New test.
2956 * gdb.reverse/machinestate.exp: New test.
2957 * gdb.reverse/Makefile.in: New file.
2958 * gdb.reverse/shr2.c: New test.
2959 * gdb.reverse/solib-reverse.c: New test.
2960 * gdb.reverse/solib-reverse.exp: New test.
2961 * gdb.reverse/step-reverse.c: New test.
2962 * gdb.reverse/step-reverse.exp: New test.
2963 * gdb.reverse/until-reverse.c: New test.
2964 * gdb.reverse/ur1.c: New test.
2965 * gdb.reverse/until-reverse.exp: New test.
2966 * gdb.reverse/watch-reverse.c: New test.
2967 * gdb.reverse/watch-reverse.exp: New test.
2968 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
2969 * configure: Regenerate.
2970
2971 2009-06-26 Doug Evans <dje@google.com>
2972
2973 * gdb.base/psymtab.exp: Turn off pending breakpoints.
2974
2975 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
2976
2977 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
2978 windows problem for 'file delete $binfile'.
2979
2980 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
2981
2982 * gdb.cp/namespace-using.exp: New test.
2983 * gdb.cp/namespace-using.cc: New test.
2984
2985 2009-05-20 Joel Brobecker <brobecker@adacore.com>
2986
2987 * gdb.ada/variant_record_packed_array: New testcase.
2988
2989 2009-06-23 Tom Tromey <tromey@redhat.com>
2990
2991 * gdb.base/charset.exp (test_combination): Regression test.
2992 * gdb.base/charset.c (my_wchar_t): New typedef.
2993 (myvar): New global.
2994 (main): Set myvar.
2995
2996 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
2997
2998 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
2999 target.
3000
3001 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3002
3003 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3004
3005 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3006
3007 * gdb.mi/gdb680.exp: Update test for error message.
3008
3009 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3010
3011 * gdb.base/annota1.exp: Allow multiple occurrences of the
3012 frames-invalid annotation.
3013 * gdb.cp/annota2.exp: Likewise.
3014
3015 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3016
3017 * gdb.cp/gdb2495.cc: New file.
3018 * gdb.cp/gdb2495.exp: New file.
3019
3020 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3021
3022 Report error on GDB crash during runto.
3023 * lib/gdb.exp (runto <eof>): New.
3024
3025 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3026
3027 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3028 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3029 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3030 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3031 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3032 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3033 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3034 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3035 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3036 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3037 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3038 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3039 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3040 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3041 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3042 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3043 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3044 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3045 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3046 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3047 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3048 gdb.trace/passcount.exp, gdb.trace/report.exp,
3049 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3050 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3051 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3052 executable.
3053
3054 2009-06-07 Pedro Alves <pedro@codesourcery.com>
3055
3056 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3057 defined before referencing it.
3058
3059 2009-06-03 Doug Evans <dje@google.com>
3060
3061 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3062 * gdb.arch/i386-see.c: Ditto.
3063
3064 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3065
3066 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3067 (check_macro): Return 1 if undefined.
3068 If first test fails, check if macro debug information is available,
3069 and report unsupported test if no macro information is found.
3070
3071 2009-05-29 Doug Evans <dje@google.com>
3072
3073 * gdb.threads/hand-call-in-threads.exp: New.
3074 * gdb.threads/hand-call-in-threads.c: New.
3075
3076 2009-05-29 Michael Snyder <msnyder@vmware.com>
3077
3078 * gdb.base/break-always.exp: Change "1" to "on".
3079 Add confirmation check.
3080
3081 2009-05-28 Pedro Alves <pedro@codesourcery.com>
3082
3083 * gdb.threads/threxit-hop-specific.c: New.
3084 * gdb.threads/threxit-hop-specific.exp: New.
3085 * gdb.threads/thread-execl.c: New.
3086 * gdb.threads/thread-execl.exp: New.
3087
3088 2009-05-27 Tom Tromey <tromey@redhat.com>
3089 Thiago Jung Bauermann <bauerman@br.ibm.com>
3090
3091 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3092 (mi_child_regexp): Likewise.
3093 (mi_list_varobj_children_range): Likewise.
3094 (mi_get_features): Likewise.
3095 (mi_list_varobj_children): Rewrite.
3096 * gdb.python/python-mi.exp: New file.
3097
3098 2009-05-27 Tom Tromey <tromey@redhat.com>
3099 Thiago Jung Bauermann <bauerman@br.ibm.com>
3100 Phil Muldoon <pmuldoon@redhat.com>
3101 Paul Pluzhnikov <ppluzhnikov@google.com>
3102
3103 * gdb.python/python-prettyprint.exp: New file.
3104 * gdb.python/python-prettyprint.c: New file.
3105 * gdb.python/python-prettyprint.py: New file.
3106 * gdb.base/display.exp: print/r is now valid.
3107
3108 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3109 Tom Tromey <tromey@redhat.com>
3110 Pedro Alves <pedro@codesourcery.com>
3111 Paul Pluzhnikov <ppluzhnikov@google.com>
3112
3113 * gdb.python/python-template.exp: New file.
3114 * gdb.python/python-template.cc: New file.
3115 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3116 tests.
3117 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3118 Call it.
3119 (test_value_after_death): New proc.
3120 * gdb.python/python-value.c (PTR): New typedef.
3121 (main): New variable 'x'.
3122
3123 2009-05-27 Tom Tromey <tromey@redhat.com>
3124
3125 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3126 tests.
3127 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3128 Call it.
3129
3130 2009-05-27 Pedro Alves <pedro@codesourcery.com>
3131
3132 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3133
3134 2009-05-24 Pedro Alves <pedro@codesourcery.com>
3135
3136 * gdb.threads/fork-thread-pending.c: New.
3137 * gdb.threads/fork-thread-pending.exp: New.
3138
3139 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3140
3141 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3142 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3143
3144 2009-05-18 Jon Beniston <jon@beniston.com>
3145
3146 * gdb.asm/asm-source.exp: Add lm32 target.
3147
3148 2009-05-17 Pedro Alves <pedro@codesourcery.com>
3149
3150 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3151 `gdb_get_line_number'. Call `callee' in both parent and child.
3152 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3153 `gdb_get_line_number' instead of hardcoding line numbers.
3154 (catch_fork_unpatch_child): New procedure to test detaching
3155 breakpoints from child fork.
3156 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3157 hardcoding line numbers.
3158 (do_fork_tests): Run `catch_fork_unpatch_child'.
3159
3160 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3161
3162 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3163 of structure type enters or leaves the scope, it
3164 is reported by -var-update.
3165
3166 2009-05-11 Doug Evans <dje@sebabeach.org>
3167
3168 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3169 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3170 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3171
3172 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3175
3176 2009-04-30 Doug Evans <dje@google.com>
3177
3178 * gdb.threads/watchthreads2.exp: New testcase.
3179 * gdb.threads/watchthreads2.c: New testcase.
3180
3181 2009-04-29 Doug Evans <dje@google.com>
3182
3183 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3184 * gdb.cp/mb-ctor.cc: Ditto.
3185 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3186 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3187 * gdb.cp/mb-inline1.cc: Call it.
3188 * gdb.cp/mb-inline2.cc: Ditto.
3189 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3190 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3191
3192 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3195 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3196 Replace all uses of `decimal' by `nonzero'.
3197 (info macro FROM_COMMANDLINE): New test.
3198
3199 2009-04-27 Tom Tromey <tromey@redhat.com>
3200
3201 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3202
3203 2009-04-27 Doug Evans <dje@google.com>
3204
3205 * gdb.threads/watchthreads.c (main): Initialize args before starting
3206 the threads. Plus formatting cleanup.
3207 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3208 biased scheduling of one thread.
3209
3210 2009-04-27 Jerome Guitton <guitton@adacore.com>
3211
3212 * gdb.cp/templates.cc (GetMax): New template.
3213 (main): Declare two instances of GetMax.
3214 * gdb.cp/templates.exp: Add new test.
3215
3216 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3217
3218 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3219
3220 2009-04-22 Joseph Myers <joseph@codesourcery.com>
3221
3222 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3223
3224 2009-04-15 Tom Tromey <tromey@redhat.com>
3225
3226 * gdb.base/charset.exp: Add regression test.
3227
3228 2009-04-14 Joel Brobecker <brobecker@adacore.com>
3229
3230 * gdb.base/exe-lock.exp: New testcase.
3231
3232 2009-04-13 Tom Tromey <tromey@redhat.com>
3233
3234 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3235 operator on Frame.
3236
3237 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3238
3239 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3240 * gdb.server/ext-attach.exp: Likewise.
3241
3242 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3243
3244 Eliminate some sleep usage.
3245
3246 * gdb.mi/basics.c (do_nothing): New.
3247 (main): Use do_nothing instead of printf, so that
3248 not to introduce race condition between output of
3249 inferiour and output of gdb. Do not use sleep as it
3250 is not generally available on embedded targets.
3251
3252 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3253
3254 * gdb.server/ext-attach.exp: Expect an optional process id after
3255 "Detached from remote process".
3256
3257 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3258
3259 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3260 gdb.dwarf2/dw2-unresolved.exp: New.
3261
3262 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3263
3264 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3265 mi_run_to_main.
3266
3267 2009-04-02 Pedro Alves <pedro@codesourcery.com>
3268
3269 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3270 mi_run_to_main. Skip thread exit test on remote targets.
3271 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3272 mi_run_to_main.
3273 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3274 mi_run_to_main.
3275 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3276 when expecting ^connected. Detect when the target doesn't support
3277 non-stop mode.
3278 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3279 supported. Return -1 on error, 0 on success.
3280 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3281 (mi_runto): Return mi_runto_helper's result explicitly.
3282
3283 2009-04-01 Pedro Alves <pedro@codesourcery.com>
3284
3285 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3286
3287 2009-04-01 Tom Tromey <tromey@redhat.com>
3288
3289 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3290 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3291 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3292 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3293
3294 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3295 Jan Kratochvil <jan.kratochvil@redhat.com>
3296
3297 PR gdb/931
3298 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3299 output.
3300 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3301 for gdb/931.
3302 * dw2-strp.S (DW_AT_language): Change to C++.
3303 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3304
3305 2009-03-31 Joel Brobecker <brobecker@adacore.com>
3306
3307 * gdb.ada/tasks: New testcase.
3308
3309 2009-03-30 Stan Shebs <stan@codesourcery.com>
3310
3311 * gdb.trace/actions.exp: Update to match new info trace format.
3312 * gdb.trace/deltrace.exp: Ditto.
3313 * gdb.trace/infotrace.exp: Ditto.
3314 * gdb.trace/passcount.exp: Ditto.
3315 * gdb.trace/save-trace.exp: Ditto.
3316 * gdb.trace/while-stepping.exp: Ditto.
3317 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3318
3319 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3320
3321 * gdb.python/python-frame.c: New file.
3322 * gdb.python/python-frame.exp: New file.
3323
3324 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3325
3326 * gdb.python/python-value.exp: Add tests for the address
3327 attribute.
3328
3329 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3330
3331 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3332
3333 2009-03-26 Doug Evans <dje@google.com>
3334
3335 * gdb.mi/mi-nonstop-exit.exp: New file.
3336 * gdb.mi/non-stop-exit.c: New file.
3337
3338 2009-03-26 Tom Tromey <tromey@redhat.com>
3339
3340 Update for change to prologue skipping:
3341 * gdb.mi/mi2-simplerun.exp: Update.
3342 * gdb.mi/mi2-break.exp: Update.
3343 * gdb.mi/mi-simplerun.exp: Update.
3344 * gdb.mi/mi-break.exp: Update.
3345 * gdb.base/ending-run.exp: Update.
3346
3347 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3348
3349 * gdb.python/python-value.exp (test_value_in_inferior): Test
3350 gdb.Value.is_optimized_out attribute.
3351
3352 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 * gdb.dwarf2/dw2-noloc-main.c: New file.
3355 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3356 (.text): Remove.
3357 (.data): New.
3358 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3359 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3360 (DW_TAG_subprogram func_cu1, noloc): Remove.
3361 (main): New.
3362 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3363 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3364 (file_symbols): New procedure.
3365
3366 2009-03-25 Tom Tromey <tromey@redhat.com>
3367
3368 * gdb.base/charset.exp (valid_target_charset): New proc.
3369 Use it to skip tests on invalid charsets.
3370
3371 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3372
3373 * gdb.base/completion.exp: Add a test for directory completion.
3374
3375 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3376
3377 Fix a racy FAIL.
3378 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3379 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3380
3381 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3382
3383 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3384 * gdb.python/python-function.exp: Add test for function returning
3385 a GDB value.
3386
3387 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3388
3389 * gdb.python/python-function.exp: New file.
3390
3391 2009-03-20 Tom Tromey <tromey@redhat.com>
3392
3393 * gdb.base/store.exp: Update for change to escape output.
3394 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3395 to escape output.
3396 * gdb.base/pointers.exp: Update for change to escape output.
3397 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3398 to escape output.
3399 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3400 escape output.
3401 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3402 to escape output.
3403 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3404 escape output.
3405 * gdb.base/setvar.exp: Update for change to escape output.
3406 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3407 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3408 to escape output.
3409 (test_print_string_constants): Likewise.
3410 * gdb.base/charset.exp (valid_host_charset): Check size of
3411 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3412 cases. Handle "auto"-related output.
3413 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3414 (uvar, Uvar): New globals.
3415
3416 2009-03-19 Jerome Guitton <guitton@adacore.com>
3417
3418 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3419 deltas.
3420 * gdb.ada/fixed_points.exp: Ditto.
3421
3422 2009-03-18 Pedro Alves <pedro@codesourcery.com>
3423
3424 * return-nodebug.c: Don't include stdio.h.
3425 (init): Delete.
3426 (func): Delete definition and provide extern declaration.
3427 (t): New.
3428 (main): Don't call printf. Call func and store its result in t.
3429 * return-nodebug1.c: New.
3430 * return-nodebug.exp: Don't expect stdio output. Instead, print
3431 the global variable t. Drop printf formatters and cast types from
3432 foreach loop. Don't use prepare_for_testing. Compile
3433 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3434 define FORMAT or CAST.
3435
3436 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3437
3438 * gdb.base/solib-display.exp: Disable test for remote targers.
3439
3440 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3441
3442 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3443
3444 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3445
3446 Fix a racy FAIL.
3447 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3448 code from `follow parent, print pids'.
3449 (`follow child, print pids', `follow parent, print pids'): Call it.
3450 Replace `gdb_test "break..."' by gdb_breakpoint.
3451
3452 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3453
3454 * gdb.mi/mi-cli.exp: Adjust for output difference in
3455 sync and async modes.
3456
3457 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3458
3459 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3460 that was checked in by mistake. Remove loading of ada.exp, since
3461 this is not necessary in this case.
3462
3463 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3464
3465 * gdb.ada/ptype_arith_binop.exp: New testcase.
3466
3467 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdb.ada/mod_from_name: New testcase.
3470
3471 2009-03-12 Joel Brobecker <brobecker@adacore.com>
3472
3473 * gdb.ada/tick_last_segv: New testcase.
3474
3475 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3476
3477 * gdb.mi/mi-cli.exp: Remove debug print.
3478
3479 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
3480
3481 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
3482 include the token in ^running and frame info in *stopped.
3483
3484 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
3485
3486 * solib-display.exp: New file.
3487 * solib-display-main.c: New file.
3488 * solib-display-lib.c: New file.
3489
3490 2009-03-05 Pedro Alves <pedro@codesourcery.com>
3491
3492 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
3493
3494 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3495
3496 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
3497 (list_and_check_macro): Use more specific test name.
3498 (next to definition): Make the test names unique.
3499
3500 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
3501
3502 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3503
3504 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3505
3506 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
3507 notifications.
3508 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
3509 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
3510 * lib/mi-support.exp (library_loaded_re): New.
3511 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
3512
3513 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
3514
3515 * gdb.gdb/observer.exp: Use test_notification observer, not
3516 normal_stop, everywhere.
3517 (test_normal_stop_notifications): Rename to...
3518 (test_notifications): ...this.
3519 (test_observer_normal_stop): Rename to...
3520 (test_observer): ...this.
3521
3522 2009-02-16 Doug Evans <dje@google.com>
3523
3524 * gdb.arch/amd64-disp-step.S (test_int3): New test.
3525 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
3526 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
3527 (test_prefixed_syscall,test_int3): New tests.
3528 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
3529 (test_prefixed_syscall,test_int3): New tests.
3530
3531 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
3532
3533 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
3534 (mi_expect_interrupt): Likewise.
3535 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
3536 response.
3537
3538 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3539
3540 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
3541 * gdb.base/pc-fp.exp (get_valueofx): Remove.
3542 Replace calls to get_valueofx by get_hexadecimal_valueof.
3543
3544 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3545
3546 * lib/gdb.exp (get_valueof): Accept anything as a return value.
3547 (get_integer_valueof): New procedure.
3548 (get_sizeof): Use new get_integer_value_of.
3549 * gdb.base/sizeof.exp: Replace all uses of get_valueof
3550 by get_integer_valueof.
3551
3552 2009-02-13 Tom Tromey <tromey@redhat.com>
3553
3554 * gdb.base/remote.exp (get_sizeof): Remove.
3555 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
3556 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
3557 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
3558 * lib/gdb.exp (get_valueof): Move from long_long.exp.
3559 (get_sizeof): Likewise.
3560
3561 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 PR fortran/9806
3564 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
3565
3566 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3567
3568 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
3569
3570 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3571
3572 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
3573
3574 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
3575
3576 * gdb.python/python-cmd.exp: New file.
3577
3578 2009-02-06 Tristan Gingold <gingold@adacore.com>
3579
3580 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
3581
3582 2009-02-05 Tristan Gingold <gingold@adacore.com>
3583
3584 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
3585 pointer is dereferenced and use this signal name in regexp.
3586 * gdb.base/signull.exp: Ditto.
3587 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
3588 * gdb.base/signull.c (main): Ditto.
3589
3590 2009-02-04 Tom Tromey <tromey@redhat.com>
3591 Thiago Jung Bauermann <bauerman@br.ibm.com>
3592
3593 * gdb.python/python-value.exp: Use `gdb.history' instead of
3594 `gdb.value_from_history'.
3595 (test_value_numeric_ops): Add test for conversion of enum constant.
3596 * gdb.python/python-value.c (enum e): New type.
3597 (evalue): New global.
3598 (main): Use argv.
3599
3600 2009-02-04 Jerome Guitton <guitton@adacore.com>
3601
3602 * gdb.ada/uninitialized_vars: New test program.
3603 * gdb.ada/uninitialized_vars.exp: New testcase.
3604
3605 2009-02-02 Tom Tromey <tromey@redhat.com>
3606
3607 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
3608 * gdb.cp/pr2489.cc: Rename...
3609 * gdb.cp/pr9594.cc: ... to this.
3610
3611 2009-02-02 Tom Tromey <tromey@redhat.com>
3612
3613 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
3614 * gdb.cp/pr2489.cc: New file.
3615 * gdb.cp/cpcompletion.exp: New file.
3616
3617 2009-02-02 Tom Tromey <tromey@redhat.com>
3618
3619 PR exp/9059:
3620 * gdb.cp/call-c.exp: Add regression test.
3621 * gdb.cp/call-c.cc (FooHandle): New typedef.
3622 (main): New variable 'handle'.
3623
3624 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3625
3626 * lib/mi-support.exp (et_mi_thread_list)
3627 (check_mi_and_console_threads): Adjust for current thread in
3628 -thread-list-ids output.
3629
3630 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3631
3632 * gdb.mi/mi-break.exp (test_disabled_creation): New.
3633 Call it.
3634
3635 2009-01-28 Doug Evans <dje@google.com>
3636
3637 * gdb.arch/amd64-disp-step.S: New file.
3638 * gdb.arch/amd64-disp-step.exp: New file.
3639 * gdb.arch/i386-disp-step.S: New file.
3640 * gdb.arch/i386-disp-step.exp: New file.
3641
3642 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
3643
3644 * gdb.base/find.exp: Set newline variable
3645 using quotes instead of braces to fix cygwin failures.
3646
3647 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3648
3649 * gdb.base/radix.exp: Add tests to ensure that that set
3650 input-radix 0 and set output-radix 0 are really rejected.
3651
3652 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3653
3654 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
3655 copyright years.
3656
3657 2009-01-23 Pedro Alves <pedro@codesourcery.com>
3658
3659 PR gdb/9664:
3660 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
3661
3662 2009-01-22 Pedro Alves <pedro@codesourcery.com>
3663
3664 PR c++/9631:
3665 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
3666
3667 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
3668
3669 * gdb.server/file-transfer.exp: Use EXEEXT variable for
3670 binfile definition to fix Windows OS failure.
3671
3672 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3673
3674 PR gdb/9346
3675 * gdb.base/interrupt.c (sigint_handler): New.
3676 (main): Install a SIGINT handler if SIGNALS is defined. Exit
3677 on error.
3678 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
3679 Test "signal SIGINT".
3680
3681 2009-01-19 Doug Evans <dje@google.com>
3682
3683 * gdb.base/break.exp: Update expected gdb output.
3684 * gdb.base/sepdebug.exp: Ditto.
3685 * gdb.mi/mi-syn-frame.exp: Ditto.
3686 * gdb.mi/mi2-syn-frame.exp: Ditto.
3687 * gdb.base/call-signal-resume.exp: New file.
3688 * gdb.base/call-signals.c: New file.
3689 * gdb.base/unwindonsignal.exp: New file.
3690 * gdb.base/unwindonsignal.c: New file.
3691 * gdb.threads/interrupted-hand-call.exp: New file.
3692 * gdb.threads/interrupted-hand-call.c: New file.
3693 * gdb.threads/thread-unwindonsignal.exp: New file.
3694
3695 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3696
3697 * gdb.base/define.exp: Test defining and hooking prefix commands.
3698 * gdb.python/python.exp: Update test for "show user" output.
3699
3700 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
3703 now the output exactly, using less wildcards. Expect also the output
3704 of gfortran-4.3. Update for the f-valprint.c modification from
3705 2008-04-22.
3706 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
3707 Remove gdb_test test names where matching the command.
3708
3709 2009-01-01 Pedro Alves <pedro@codesourcery.com>
3710
3711 PR breakpoints/9681:
3712 * gdb.base/watchpoint.exp: Add regression test.
3713
3714 2008-12-31 Pedro Alves <pedro@codesourcery.com>
3715
3716 * gdb.threads/attach-into-signal.exp: Don't use
3717 gdb_suppress_entire_file.
3718 * gdb.threads/attach-stopped.exp: Ditto.
3719 * gdb.threads/attachstop-mt.exp: Ditto.
3720
3721 2008-12-31 Pedro Alves <pedro@codesourcery.com>
3722
3723 PR gdb/8812:
3724 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
3725
3726 2008-12-29 Pedro Alves <pedro@codesourcery.com>
3727
3728 PR gdb/7536:
3729 * gdb.base/radix.exp: Add tests to ensure invalid input radices
3730 and unsupported output radices are really rejected.
3731
3732 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3733
3734 * gdb.cp/punctuator.exp: Backslash the '$' signs.
3735
3736 2008-12-22 Tom Tromey <tromey@redhat.com>
3737
3738 * gdb.cp/punctuator.exp: New file.
3739
3740 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 * gdb.base/completion.exp (Completing non-existing component): New test.
3743
3744 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3745
3746 Fix for PR gdb/8648.
3747 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
3748 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
3749 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
3750 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
3751
3752 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
3755
3756 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
3757
3758 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
3759 compiler actually generate code at the expected line number.
3760
3761 2008-12-15 Jie Zhang <jie.zhang@analog.com>
3762
3763 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
3764
3765 2008-12-12 Tom Tromey <tromey@redhat.com>
3766
3767 * gdb.base/commands.exp (redefine_hook_test): New proc.
3768 Call it.
3769
3770 2008-12-11 Tom Tromey <tromey@redhat.com>
3771
3772 * gdb.base/macscp.exp: New regression test.
3773
3774 2008-12-11 Tom Tromey <tromey@redhat.com>
3775
3776 * gdb.base/macscp.exp: Print "address.addr".
3777 * gdb.base/macscp1.c (struct outer): New struct.
3778 (address): New global.
3779
3780 2008-12-09 Tom Tromey <tromey@redhat.com>
3781
3782 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
3783 Call it.
3784
3785 2008-12-04 Doug Evans <dje@google.com>
3786
3787 * gdb.server/ext-run.exp: Relax regexp for init program.
3788
3789 2008-12-03 Tristan Gingold <gingold@adacore.com>
3790
3791 * gdb.base/macscp.exp: Generate an object file during compilation
3792 to work around Darwin dsymutil limitations.
3793
3794 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3795
3796 Test resolving external references to TLS variables.
3797 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
3798 FILE2_THREAD_LOCAL.
3799 (testfile2, srcfile2): New variables.
3800 * gdb.threads/tls.c (file2_thread_local)
3801 (function_referencing_file2_thread_local): New.
3802 * gdb.threads/tls2.c: New file.
3803
3804 2008-11-28 Joel Brobecker <brobecker@adacore.com>
3805
3806 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
3807 rather than integer, as integer might not be big enough when
3808 on 64bit targets.
3809
3810 2008-11-27 Jerome Guitton <guitton@adacore.com>
3811
3812 * gdb.cp/formatted-ref.exp: Add equality test.
3813 * gdb.ada/formatted_ref.exp: Ditto.
3814
3815 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
3818 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
3819
3820 2008-11-20 Andreas Schwab <schwab@suse.de>
3821
3822 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
3823 matching syscall entry point.
3824 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
3825 (tcatch_vfork_then_child_follow): Likewise. Finish through
3826 vfork even if we stopped at the syscall trampoline.
3827
3828 2008-11-20 Doug Evans <dje@google.com>
3829
3830 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
3831
3832 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3833
3834 * gdb.arch/ppc-dfp.exp: New file.
3835 * gdb.arch/ppc-dfp.c: New file.
3836
3837 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3838
3839 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
3840
3841 2008-11-17 Doug Evans <dje@google.com>
3842
3843 * gdb.mi/mi-syn-frame.exp: Update expected output.
3844 * gdb.mi/mi2-syn-frame.exp: Update expected output.
3845
3846 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3847
3848 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
3849 "thread N" results in =thread-selected.
3850 * lib/mi-support (mi_run_cmd, mi_expect_stop)
3851 (mi_send_resuming_command_raw): Be prepared for
3852 =thread-selected.
3853
3854 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
3855
3856 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
3857 * lib/mi-support.exp: Likewise.
3858
3859 2008-11-16 Joel Brobecker <brobecker@adacore.com>
3860
3861 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
3862 commands from the expected output for "help catch".
3863
3864 2008-11-15 Joel Brobecker <brobecker@adacore.com>
3865
3866 * gdb.ada/int_deref.exp: New testcase.
3867
3868 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
3869
3870 * gdb.mi/gdb2549.exp: New file.
3871
3872 2008-11-11 Doug Evans <dje@google.com>
3873
3874 * gdb.base/callexit.exp: New file.
3875 * gdb.base/callexit.c: New file.
3876
3877 2008-11-10 Doug Evans <dje@google.com>
3878
3879 * lib/gdb.exp (GDBFLAGS): Move -nx ...
3880 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
3881 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
3882 (default_gdb_start,default_gdb_exit): Ditto.
3883 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
3884 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
3885 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
3886 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
3887 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
3888 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
3889
3890 2008-11-03 Andreas Schwab <schwab@suse.de>
3891
3892 * gdb.base/hashline2.exp: Fix typo.
3893 * gdb.base/hashline3.exp: Likewise.
3894
3895 2008-10-30 Tom Tromey <tromey@redhat.com>
3896
3897 * gdb.base/pointers.exp: Add test.
3898 * gdb.base/pointers.c (k, S): New typedefs.
3899 (instance): New global.
3900
3901 2008-10-30 Andreas Schwab <schwab@suse.de>
3902
3903 * gdb.base/args.exp: Add tests for newlines.
3904
3905 2008-10-30 Joel Brobecker <brobecker@adacore.com>
3906
3907 gdb.base/foll-exec.exp: Update the expected output of a couple
3908 of "info breakpoints" tests.
3909
3910 2008-10-28 Tom Tromey <tromey@redhat.com>
3911
3912 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
3913
3914 2008-10-24 Pedro Alves <pedro@codesourcery.com>
3915
3916 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
3917 gdb_start_cmd.
3918 Use runto_main before any test that requires execution.
3919
3920 2008-10-23 Pedro Alves <pedro@codesourcery.com>
3921
3922 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
3923 instead of SIGINT.
3924
3925 2008-10-22 Joel Brobecker <brobecker@adacore.com>
3926
3927 * gdb.base/completion.exp: Update expected output following
3928 the addition of the "info tasks" command.
3929
3930 2008-10-22 Tom Tromey <tromey@redhat.com>
3931
3932 * gdb.base/exprs.exp (test_expr): Add test for string
3933 concatenation.
3934
3935 2008-10-19 Pedro Alves <pedro@codesourcery.com>
3936
3937 * configure.ac: Output gdb.python/Makefile.
3938 * configure: Regenerate.
3939 * gdb.python/Makefile.in: New.
3940
3941 2008-10-16 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.base/foll-fork.exp: Adjust the expected output to match
3944 the new description for fork/vfork catchpoints in the "info
3945 breakpoints" output.
3946
3947 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3948
3949 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
3950
3951 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
3952
3953 * gdb.python/python-value.c: New file.
3954 * gdb.python/python-value.exp: New file.
3955
3956 2008-10-15 Pedro Alves <pedro@codesourcery.com>
3957
3958 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
3959
3960 2008-10-15 Denis Pilat <denis.pilat@st.com>
3961
3962 * gdb.cp/mb-ctor.exp: Fix a typo.
3963
3964 2008-10-09 Tom Tromey <tromey@redhat.com>
3965
3966 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
3967 'fprintf' and 'stderr'.
3968
3969 2008-10-07 Joel Brobecker <brobecker@adacore.com>
3970
3971 * gdb.ada/ref_tick_size.exp: New testcase.
3972
3973 2008-10-06 Doug Evans <dje@google.com>
3974
3975 * gdb.dwarf2/dw2-cu-size.exp: New file.
3976 * gdb.dwarf2/dw2-cu-size.S: New file.
3977
3978 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
3979 .Ltype_int for clarity.
3980
3981 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
3982
3983 PR gdb/2384:
3984 * gdb.cp/gdb2384.exp: Extended to test more cases.
3985 * gdb.cp/gdb2384.cc: Likewise.
3986 * gdb.cp/gdb2384-base.h: Likewise.
3987 * gdb.cp/gdb2384-base.cc: Likewise.
3988
3989 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3990
3991 * gdb.base/maint.exp (maint print type): Remove printing
3992 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
3993
3994 2008-09-30 Tom Tromey <tromey@redhat.com>
3995
3996 * gdb.base/macscp.exp: Add completion tests.
3997 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
3998 (TWENTY_THREE): Likewise.
3999 (FORTY_EIGHT): Likewise.
4000
4001 2008-09-30 Tom Tromey <tromey@redhat.com>
4002
4003 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4004 everywhere.
4005 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4006
4007 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4008
4009 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4010 testcase is derived from. Fix racy dependency on an expected PID
4011 number. No longer support the testcase on Linux kernel 2.4.x.
4012
4013 2008-09-27 Tom Tromey <tromey@redhat.com>
4014
4015 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4016 and varargs.
4017
4018 2008-09-22 Pedro Alves <pedro@codesourcery.com>
4019
4020 * lib/mi-support.exp (mi_expect_interrupt): New.
4021 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4022 from gdb.mi/mi-nonstop.exp.
4023 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4024 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4025 lib/mi-support.exp.
4026 Use mi_check_thread_states throughout. Avoid ".*" and do not
4027 require an anchor after -exec-run.
4028
4029 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4030
4031 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4032 stop is pending. Avoid ".*" when two stops are pending.
4033 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4034 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4035 newlines in fullnames.
4036 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4037 (mi_expect_stop): Update comments. Only anchor in sync mode.
4038 Do not match newlines.
4039 (mi_send_resuming_command_raw): Always return status.
4040 (mi_get_stop_line): Do not match more than one line by accident.
4041 Only anchor in sync mode.
4042 (mi_run_inline_test): If -exec-next fails, give up.
4043
4044 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4045
4046 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4047 on SPU.
4048
4049 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4050
4051 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4052
4053 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4054
4055 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4056 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4057 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4058 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4059 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4060 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4061 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4062 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4063 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4064 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4065 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4066 Include the "= " sequence in the expected output of print tests.
4067
4068 2008-09-10 Joel Brobecker <brobecker@adacore.com>
4069
4070 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4071 description for boolean types.
4072
4073 2008-09-09 Pedro Alves <pedro@codesourcery.com>
4074
4075 * gdb.base/hook-stop-continue.c: New.
4076 * gdb.base/hook-stop-continue.exp: New.
4077
4078 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4079
4080 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4081
4082 2008-09-08 Jerome Guitton <guitton@adacore.com>
4083
4084 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4085 (stack_check_probe_2, stack_check_probe_loop_1)
4086 (stack_check_probe_loop_2): New functions.
4087 (main): Add call to these new functions.
4088 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4089 functions, check that the breakpoint is inserted at the appropriate
4090 location.
4091 (insert_breakpoint): Slightly refine this procedure so that it can
4092 be called several times in the test.
4093
4094 2008-09-08 Jerome Guitton <guitton@adacore.com>
4095
4096 * gdb.base/stack-checking.c: New file.
4097 * gdb.base/stack-checking.exp: New file.
4098
4099 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4100
4101 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4102 * gdb.arch/altivec-regs.exp: Likewise.
4103 * gdb.arch/vsx-regs.exp: Likewise.
4104
4105 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4106
4107 * gdb.arch/ppc-fp.exp: New file.
4108 * gdb.arch/ppc-fp.c: New file.
4109
4110 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4111
4112 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4113 lest gcc-4.3.1 optimizes the whole thing away.
4114
4115 2008-09-04 Michael Snyder <msnyder@vmware.com>
4116
4117 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4118 as "at" (for non-debug functions such as _start).
4119
4120 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4121
4122 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4123 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4124 software watchpoints.
4125 * gdb.base/watch_thread_num.exp: Likewise.
4126
4127 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4128
4129 * gdb.arch/i386-bp_permanent.exp: New test.
4130
4131 2008-08-24 Tom Tromey <tromey@redhat.com>
4132
4133 * gdb.base/maint.exp: Update "maint print type".
4134
4135 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4136
4137 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4138 support. Adjust the order of "*running" notifications.
4139 * gdb.mi/non-stop.c: Don't cast from int to void* and
4140 back.
4141
4142 2008-08-20 Mark Kettenis <kettenis@gnu.org>
4143
4144 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4145 expect to find it in the "info frame" output.
4146
4147 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4148
4149 * gdb.base/interp.exp: Always consume both prompts.
4150
4151 2008-08-20 Pedro Alves <pedro@codesourcery.com>
4152
4153 * gdb.base/pending.exp: Test pending breakpoints without symbols
4154 loaded.
4155
4156 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4157
4158 * lib/mi-support.exp (mi_expect_stop): Produce
4159 more details on failures.
4160 * gdb.mi/mi-nonstop.exp: New.
4161 * gdb.mi/non-stop.c: New.
4162
4163 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4164
4165 * gdb.mi/mi-async.exp: Use 'set target-async'.
4166 * lib/mi-support.exp: Use 'set/show target-async'.
4167
4168 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4169
4170 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4171
4172 2008-08-17 Tom Tromey <tromey@redhat.com>
4173
4174 * gdb.base/help.exp (help catch): Rewrite.
4175
4176 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4177
4178 * gdb.base/define.exp: Test indented command documentation.
4179 * gdb.python/python.exp: Test indented multi-line command.
4180
4181 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
4182
4183 * testsuite/gdb.arch/vsx-regs.c: New source file.
4184 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4185 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4186
4187 2008-08-14 Tom Tromey <tromey@redhat.com>
4188
4189 * gdb.base/macscp.exp: Add regression test for "macro define" or
4190 "macro undef" with no arguments.
4191
4192 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4193
4194 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
4195
4196 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4197
4198 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4199
4200 2008-08-06 Tom Tromey <tromey@redhat.com>
4201
4202 * gdb.python/python.exp: New file.
4203
4204 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 Fix for PR gdb/1543.
4207 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4208 $LOCATION.
4209 (location): New variable.
4210 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4211 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4212 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4213 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4214 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4215 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4216 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4217 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4218 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4219 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4220 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4221 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4222 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4223 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4224 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4225 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4226 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4227 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4228 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4229 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4230 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4231 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4232 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4233 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4234 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4235 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4236 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4237 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4238 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4239 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4240 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4241 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4242 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4243 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4244 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4245 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4246 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4247 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4248 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4249 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4250 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4251 gdb.base/type-opaque.exp, gdb.base/until.exp,
4252 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4253 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4254 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4255 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4256 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4257 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4258 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4259 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4260 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4261 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4262 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4263 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4264 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4265 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4266 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4267 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4268 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4269 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4270 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4271 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4272 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4273 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4274 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4275 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4276 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4277 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4278 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4279 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4280 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4281 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4282 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4283 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4284 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4285 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4286 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4287 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4288 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4289 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4290 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4291 to bug-gdb@prep.ai.mit.edu .
4292
4293 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4294
4295 * lib/mi-support.exp (mi_load_shlibs): New.
4296 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4297
4298 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4299
4300 * lib/mi-support.exp (get_mi_thread_list)
4301 (check_mi_and_console_threads): New, moved from ...
4302 * gdb.mi/mi-pthread.exp: ...here.
4303 * gdb.mi/gdb669.exp (get_mi_thread_list)
4304 (check_mi_and_console_threads): Delete.
4305 * gdb.mi/mi2-pthread.exp: Likewise.
4306
4307 2008-07-28 Tom Tromey <tromey@redhat.com>
4308
4309 * Makefile.in (just-check): Remove. Move body to...
4310 (check): ... here.
4311
4312 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4313
4314 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4315 Add a test for duplicated SIGINTs.
4316
4317 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4318
4319 * gdb.threads/schedlock.exp (get_args): Update to work for any
4320 value of NUM.
4321 (Top level): Report the number of threads that did not resume.
4322
4323 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4324
4325 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4326
4327 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4328
4329 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4330 non-MI prompt.
4331
4332 2008-07-26 Tom Tromey <tromey@redhat.com>
4333
4334 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4335 (function_struct, function_struct_ptr): New globals.
4336 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4337 function pointer in a struct.
4338
4339 2008-07-26 Tom Tromey <tromey@redhat.com>
4340
4341 * gdb.base/macscp.exp: Add test for macro lexing bug.
4342
4343 2008-07-18 Tom Tromey <tromey@redhat.com>
4344
4345 * gdb.base/macscp.exp: Add macro tests.
4346
4347 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4348
4349 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4350
4351 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4352
4353 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4354
4355 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4356
4357 * gdb.cp/class2.exp: fix for failure on spu-elf
4358
4359 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4360
4361 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
4362
4363 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4364
4365 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4366
4367 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4368
4369 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4370
4371 2008-07-11 Kevin Buettner <kevinb@redhat.com>
4372
4373 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4374 of regexp to account for changes made to GDB in the printing of
4375 byte vectors.
4376
4377 2008-07-11 Tom Tromey <tromey@redhat.com>
4378
4379 * gdb.base/completion.exp: Add 'help' completion test.
4380
4381 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4384
4385 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4388
4389 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4390
4391 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4392
4393 2008-07-09 Pedro Alves <pedro@codesourcery.com>
4394
4395 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4396
4397 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4398
4399 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4400
4401 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4402
4403 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4404 previous commit. Add a comment.
4405
4406 2008-06-28 Pedro Alves <pedro@codesourcery.com>
4407
4408 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4409
4410 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4411
4412 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4413
4414 2008-06-27 Pedro Alves <pedro@codesourcery.com>
4415
4416 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4417 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4418 compiling an executable, link in an object that forces unbuffered
4419 output.
4420 * lib/set_unbuffered_mode.c: New file.
4421
4422 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4423
4424 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4425
4426 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4427
4428 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4429 mi_expect_stop.
4430 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4431 Demand that *running is output.
4432 (detect_async): Perform checking every time.
4433 (mi_send_resuming_command): Extract everything into...
4434 (mi_send_resuming_command_raw): ...this.
4435 (mi_expect_stop): Don't accept any output before *stopped.
4436
4437 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4438
4439 Robustify mi-simplerun.
4440 * gdb.mi/basics.c (main): Add a call to sleep.
4441 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4442 * gdb.mi/mi2-cli.exp: Likewise.
4443 * gdb.mi/mi-break.exp: Likewise.
4444
4445 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
4446
4447 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4448
4449 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4450
4451 * gdb.mi/mi-console.exp: Adjust.
4452 * gdb.mi/mi-syn-frame.exp: Adjust.
4453 * gdb.mi/mi2-console.exp: Adjust.
4454 * gdb.mi/mi2-syn-frame.exp: Adjust.
4455 * lib/mi-support.exp (mi_run_cmd): Adjust.
4456 (mi_send_resuming_command): Adjust.
4457
4458 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4459
4460 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
4461 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4462 testing of stopped.
4463 * gdb.mi/mi2-syn-frame.exp: Likewise.
4464 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4465 (async, detect_async): New.
4466 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4467 depending on if we're running in sync or async mode.
4468
4469 2008-06-09 Tom Tromey <tromey@redhat.com>
4470
4471 * gdb.base/completion.exp: New tests for field name completion
4472 with spaces, and field name completion with '->'.
4473
4474 2008-06-06 Tom Tromey <tromey@redhat.com>
4475
4476 * gdb.base/break1.c (struct some_struct): New struct.
4477 (values): New global.
4478 * gdb.base/completion.exp: Add field name completion test.
4479
4480 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4481
4482 * gdb.cp/call-c.exp: Test for incorrect handling of reference
4483 to pointer.
4484 * gdb.cp/call-c.cc: Likewise.
4485
4486 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
4487
4488 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
4489 annotation.
4490
4491 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4492 Pedro Alves <pedro@codesourcery.com>
4493
4494 * gdb.threads/execl.c, gdb.threads/execl1.c,
4495 gdb.threads/execl.exp: New tests.
4496
4497 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
4498 Daniel Jacobowitz <dan@codesourcery.com>
4499
4500 * gdb.cp/exception.exp: Activate test, make it work with pending
4501 catchpoints.
4502
4503 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
4506
4507 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
4508
4509 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
4510 now printed.
4511 * gdb.mi/mi2-var-cmd.exp: Likewise.
4512
4513 2008-05-27 Andreas Schwab <schwab@suse.de>
4514
4515 * gdb.base/frame-args.exp: Handle arguments that are optimized
4516 out.
4517
4518 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
4519
4520 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
4521 quiet for ppc32 and group options into a single variable.
4522
4523 2008-05-23 Joel Brobecker <brobecker@adacore.com>
4524
4525 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
4526 of zero-size elements.
4527 * gdb.ada/null_array.exp: Test printing this new array.
4528
4529 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4530
4531 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
4532
4533 2008-05-21 Joel Brobecker <brobecker@adacore.com>
4534
4535 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
4536 of the "finish" command.
4537
4538 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * gdb.base/annota1.exp: Test for new annotation.
4541
4542 2008-05-16 Pedro Alves <pedro@codesourcery.com>
4543
4544 * gdb.base/fixsection.exp: New file.
4545 * gdb.base/fixsection0.c: New file.
4546 * gdb.base/fixsection1.c: New file.
4547
4548 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4549
4550 * gdb.base/annota1.exp: Accept printf@... in place of printf.
4551 * gdb.base/annota3.exp: Likewise.
4552
4553 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
4554
4555 * gdb.base/watch_thread_num.exp: Don't run tests that require
4556 watchpoints if the target doesn't support them.
4557
4558 2008-05-12 Doug Evans <dje@google.com>
4559
4560 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
4561
4562 2008-05-09 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.ada/assign_1.exp: New testcase.
4565
4566 2008-05-09 Doug Evans <dje@google.com>
4567
4568 * gdb.base/find.exp: New file.
4569 * gdb.base/find.c: New file.
4570
4571 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * gdb.base/commands.exp (watchpoint_command_test): Handle
4574 gdb,no_hardware_watchpoints.
4575 * gdb.base/float.exp: Allow ARM targets without floating point.
4576 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
4577
4578 2008-05-06 Jerome Guitton <guitton@adacore.com>
4579 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.ada/lang_switch: New test program.
4582 * gdb.ada/lang_switch.exp: New testcase.
4583
4584 2008-05-05 Doug Evans <dje@google.com>
4585
4586 * gdb.base/help.exp (disassemble): Update expected help text.
4587
4588 2008-05-04 Pedro Alves <pedro@codesourcery.com>
4589
4590 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
4591
4592 2008-05-04 Pedro Alves <pedro@codesourcery.com>
4593
4594 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
4595 different times.
4596
4597 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4598
4599 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
4600 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
4601 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
4602 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
4603
4604 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
4605
4606 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
4607 notification to appear.
4608
4609 2008-05-04 Daniel Jacobowitz <dan@debian.org>
4610
4611 * gdb.base/fullname.c: New file.
4612 * gdb.base/fullname.exp: New file.
4613 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
4614
4615 2008-05-03 Pedro Alves <pedro@codesourcery.com>
4616
4617 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
4618 expressions with macros.
4619
4620 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4621
4622 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
4623
4624 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
4625
4626 * gdb.base/completion.exp: Handle lack of other symbols beginning
4627 with "a".
4628
4629 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
4630
4631 2008-05-02 Jim Blandy <jimb@codesourcery.com>
4632
4633 * gdb.asm/asmsrc1.s: Add scratch space.
4634
4635 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4636 Daniel Jacobowitz <dan@codesourcery.com>
4637
4638 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
4639 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
4640 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
4641
4642 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
4643
4644 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
4645
4646 2008-05-01 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.base/info-target.exp: New testcase.
4649
4650 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4651
4652 * gdb.cp/hang.exp: Use .cc instead of .C.
4653 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
4654 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
4655
4656 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
4657
4658 * gdb.base/gdb1250.exp: Remove perror.
4659 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
4660
4661 2008-04-30 Pedro Alves <pedro@codesourcery.com>
4662
4663 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
4664 .2byte.
4665
4666 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
4667
4668 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
4669 (maybe_kfail): New.
4670
4671 2008-04-25 Pedro Alves <pedro@codesourcery.com>
4672
4673 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
4674
4675 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4676
4677 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
4678 * gdb.mi/mi2-syn-frame.exp: Likewise.
4679 * lib/mi-support.exp: Likewise.
4680
4681 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4682
4683 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
4684 to specify regexp for the location to stop at.
4685 * gdb.base/break-always.c: New.
4686 * gdb.base/break-always.exp: New.
4687
4688 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
4689
4690 * lib/mi-support.exp (mi_runto_helper): Adjust
4691 for the original-location field.
4692 (mi_create_breakpoint, mi_list_breakpoints): New.
4693 * gdb.mi/mi-break.exp: Adjust.
4694 * gdb.mi/mi2-break.exp: Adjust.
4695 * gdb.mi/mi-pending.exp: Adjust.
4696 * gdb.mi/mi-simplerun.exp: Adjust.
4697 * gdb.mi/mi2-simplerun.exp: Adjust.
4698 * gdb.mi/mi-syn-frame.exp: Adjust.
4699 * gdb.mi/mi2-syn-frame.exp: Adjust.
4700 * gdb.mi/mi-until.exp: Adjust.
4701 * gdb.mi/mi2-until.exp: Adjust.
4702 * gdb.mi/mi-var-display.exp: Adjust.
4703 * gdb.mi/mi2-var-display.exp: Adjust.
4704 * gdb.mi/mi-watch.exp: Adjust.
4705 * gdb.mi/mi2-watch.exp: Adjust.
4706
4707 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
4708
4709 * aclocal.m4: Add override.m4.
4710 * configure: Regenerate.
4711
4712 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
4713
4714 * gdb.mi/var-cmd.c (do_at_tests): Verify that
4715 '-var-update --all-values' reports new value even the type
4716 of a variable object has changed.
4717
4718 2008-04-18 Craig Silverstein <csilvers@google.com>
4719
4720 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
4721 files.
4722
4723 2008-04-18 Joel Brobecker <brobecker@adacore.com>
4724
4725 * gdb.ada/atomic_enum: New test program.
4726 * gdb.ada/atomic_enum.exp: New testcase.
4727
4728 2008-04-17 Doug Evans <dje@google.com>
4729
4730 * gdb.opt/Makefile.in: Fix whitespace.
4731
4732 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4733
4734 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
4735
4736 2008-04-17 Doug Evans <dje@google.com>
4737
4738 * gdb.base/hashline1.exp: New testcase.
4739 * gdb.base/hashline2.exp: New testcase.
4740 * gdb.base/hashline2.exp: New testcase.
4741
4742 2008-04-17 Pedro Alves <pedro@codesourcery.com>
4743
4744 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
4745
4746 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
4747
4748 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
4749 temporary breakpoint to match "Temporary breakpoint".
4750 * gdb.base/break.exp (delete_breakpoints): Likewise.
4751 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
4752 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
4753 * gdb.base/display.exp: Likewise.
4754 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
4755 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
4756 * gdb.base/restore.exp (restore_tests): Likewise.
4757 * gdb.base/sepdebug.exp: Likewise.
4758 * gdb.base/watchpoint.exp: Likewise.
4759 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
4760 * gdb.mi/mi-pending.exp: Likewise.
4761 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
4762 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
4763 * gdb.mi/mi-var-cmd.exp: Likewise.
4764 * gdb.mi/mi-var-display.exp: Likewise.
4765 * gdb.mi/mi2-cli.exp: Likewise.
4766 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
4767 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
4768 * gdb.mi/mi2-var-display.exp: Likewise.
4769 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
4770 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
4771 new "disp" field.
4772 (mi_expect_stop): Move after_reason argument to be really after
4773 reason. This is to support fix for PR2424.
4774
4775 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
4778
4779 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
4780
4781 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
4782 field. Add more floating varobj tests.
4783 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
4784 field.
4785 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
4786 (main): Call do_at_tests.
4787 * lib/mi-support.exp (mi_create_floating_varobj)
4788 (mi_varobj_update_with_type_change): New.
4789
4790 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
4791
4792 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
4793 option of -var-evaluate-expression.
4794 * gdb.mi/mi2-var-display.exp: Likewise.
4795
4796 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
4797
4798 Introduce test setup helpers.
4799 * lib/gdb.exp (build_executable, clean_restart)
4800 (prepare_for_testing): New.
4801 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
4802 * gdb.base/return.exp: Likewise.
4803 * gdb.base/ending-run.exp: Likewise.
4804
4805 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * gdb.mi/mi-async.exp: New test for asynchronous Machine
4808 Interface (MI) responses.
4809
4810 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
4811
4812 * gdb.cp/breakpoint.cc: New code to test conditions involving
4813 member variables.
4814 * gdb.cp/breakpoint.exp: Test condition involving member
4815 variables.
4816
4817 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
4818
4819 * lib/mi-support.exp (mi_expect_stop): New.
4820 (mi_run_cmd): Change the
4821 token. Use mi_send_resuming_command, use
4822 mi_expect_stop.
4823 (mi_execute_to_helper): Rename to mi_execute_to.
4824 (mi_send_resuming_command): Add more error patterns.
4825 (mi_wait_for_stop): Renamed to...
4826 (mi_get_stop_line): ...this.
4827 (mi_run_inline_test): Adjust.
4828
4829 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
4830 * gdb.mi/mi-console.exp: Likewise.
4831 * gdb.mi/mi-pending.exp: Likewise.
4832 * gdb.mi/mi-simplerun.exp: Likewise.
4833 * gdb.mi/mi-stack.exp: Likewise.
4834 * gdb.mi/mi-stepi.exp: Likewise.
4835 * gdb.mi/mi-syn-frame.exp: Add comment.
4836 * gdb.mi/mi-until.exp: Likewise.
4837 * gdb.mi/mi-var-display.exp: Likewise.
4838 * gdb.mi/mi-watch.exp: Likewise.
4839 * gdb.mi/mi2-cli.exp: Likewise.
4840 * gdb.mi/mi2-console.exp: Likewise.
4841 * gdb.mi/mi2-simplerun.exp: Likewise.
4842 * gdb.mi/mi2-stack.exp: Likewise.
4843 * gdb.mi/mi2-stepi.exp: Likewise.
4844 * gdb.mi/mi2-until.exp: Likewise.
4845 * gdb.mi/mi2-var-display.exp: Likewise.
4846 * gdb.mi/mi2-watch.exp: Likewise.
4847
4848 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4849
4850 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
4851
4852 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
4853
4854 2008-04-04 Pedro Alves <pedro@codesourcery.com>
4855
4856 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
4857 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
4858 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
4859 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
4860 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
4861 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
4862 expect an mi error duplicated in stderr.
4863
4864 2008-04-03 Joel Brobecker <brobecker@adacore.com>
4865
4866 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
4867 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
4868 Add a couple of tests that verify the behavior when the new setting
4869 is set to "cancel" and "all".
4870 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
4871 "ask" before we start the testing.
4872
4873 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
4874
4875 * gdb.cp/casts.cc: Add class reference variables.
4876 * gdb.cp/casts.exp: New test cases for up/down casting references.
4877
4878 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
4879
4880 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
4881 instead of beginning to make an extra test pass.
4882 * gdb.mi/mi2-var-display.exp: Likewise.
4883
4884 2008-03-31 Maciej W. Rozycki <macro@mips.com>
4885
4886 * gdb.base/break.exp: Mark failures as such. Fix formatting.
4887
4888 2008-03-31 Markus Deuling <deuling@de.ibm.com>
4889 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4890
4891 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
4892 value. Add xfail for older kernels.
4893
4894 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
4895
4896 Bring mi-support in line with gdb.exp.
4897 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
4898 (mi_gdb_start): New function.
4899
4900 2008-03-28 Maciej W. Rozycki <macro@mips.com>
4901
4902 * gdb.mi/mi-var-cmd.exp: Fix a typo.
4903
4904 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
4905
4906 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
4907 * gdb.mi/mi2-var-display.exp: Likewise.
4908
4909 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
4910
4911 * lib/mi-support.exp (mi_create_varobj_checked): New.
4912 (mi_list_varobj_children): Allow to check for a
4913 value.
4914 (mi_list_array_varobj_children): New.
4915
4916 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
4917 and mi_list_varobj_children, as opposed to hardcoding
4918 expected strings.
4919 * gdb.mi/gdb701.exp: Likewise.
4920 * gdb.mi/gdb792.exp: Likewise.
4921 * gdb.mi/mi-var-block.exp: Likewise.
4922 * gdb.mi/mi-var-cmd.exp: Likewise.
4923 * gdb.mi/mi-var-invalidate.exp: Likewise.
4924 * gdb.mi/mi2-var-block.exp: Likewise.
4925 * gdb.mi/mi2-var-child.exp: Likewise.
4926 * gdb.mi/mi2-var-cmd.exp: Likewise.
4927 * gdb.mi/mi2-var-display.exp: Likewise.
4928
4929 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4930
4931 Fix random false FAILs on i386.
4932 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
4933
4934 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
4935
4936 PR gdb/544
4937 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
4938
4939 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
4940
4941 PR gdb/544
4942 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
4943
4944 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4945
4946 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
4947 fixed PR gdb/544.
4948
4949 2008-03-21 Pedro Alves <pedro@codesourcery.com>
4950
4951 * gdb.threads/fork-child-threads.exp: Test next over fork.
4952
4953 2008-03-21 Chris Demetriou <cgd@google.com>
4954
4955 * gdb.base/break.exp (rbreak junk): New test for rbreak
4956 "Junk at end of arguments" issue.
4957
4958 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
4961 *& to work on created array elements.
4962 (Top level): Test print $pc with a file. Test string operations
4963 without a target.
4964 * gdb.base/ptype.exp: Do not expect *& to work on created array
4965 elements.
4966
4967 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
4968
4969 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
4970 gdb.threads/staticthreads.exp: Update exit query.
4971
4972 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
4973
4974 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
4975
4976 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4977
4978 * gdb.base/watchpoint.c (global_ptr, func4): New.
4979 (main): Call func4.
4980 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
4981 (test_inaccessible_watchpoint): New.
4982
4983 2008-02-29 Maciej W. Rozycki <macro@mips.com>
4984
4985 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
4986 select the largest.
4987
4988 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4989
4990 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
4991 frames-invalid annotations.
4992
4993 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
4994
4995 * gdb.base/assign.exp: avoid same output for different tests.
4996
4997 2008-02-27 Doug Evans <dje@google.com>
4998
4999 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5000 for bug 1738.
5001 (breakpoint_to_handler_entry): Ditto.
5002
5003 2008-02-27 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdb.base/ending-run.exp: Use the first line of code inside
5006 function body to test breakpoints.
5007 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5008 location where the breakpoint is inserted when using the line
5009 where a function is declared. Fix typo in the description of
5010 one of the tests.
5011 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5012
5013 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5014
5015 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
5016 tests.
5017
5018 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5019
5020 * gdb.base/args.exp: avoid same output for tests
5021 with single quotes.
5022
5023 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5024
5025 * gdb.base/annota1.exp: Adjust for 'info break'
5026 format changes.
5027 * gdb.base/annota3.exp: Likewise.
5028 * gdb.base/break.exp: Likewise.
5029 * gdb.base/condbreak.exp: Likewise.
5030 * gdb.base/pending.exp: Likewise.
5031 * gdb.base/sepdebug.exp: Likewise.
5032 * gdb.base/unload.exp: Likewise.
5033 * gdb.cp/ovldbreak.exp: Likewise.
5034 * gdb.mi/mi-pending.exp: Likewise.
5035
5036 2008-02-07 Doug Evans <dje@google.com>
5037
5038 * gdb.cp/mb-inline.exp: New.
5039 * gdb.cp/mb-inline.h: New.
5040 * gdb.cp/mb-inline1.cc: New.
5041 * gdb.cp/mb-inline2.cc: New.
5042
5043 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5044
5045 * gdb.pascal/floats.pas: New test program.
5046 * gdb.pascal/floats.exp: New testcase.
5047
5048 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5049
5050 * gdb.base/callfuncs.c (t_float_many_args): New function.
5051 (t_double_many_args): New function.
5052 * gdb.base/callfuncs.exp: Add tests for exceeding float
5053 and double parameters passed through the stack.
5054
5055 2008-02-05 Joel Brobecker <brobecker@adacore.com>
5056
5057 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5058 gdb.ada/complete/foo.adb: New files.
5059 * gdb.ada/complete.exp: New testcase.
5060
5061 2008-02-03 Doug Evans <dje@google.com>
5062
5063 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5064
5065 * gdb.cp/gdb2384.exp: New file.
5066 * gdb.cp/gdb2384.cc: New file.
5067 * gdb.cp/gdb2384-base.h: New file.
5068 * gdb.cp/gdb2384-base.cc: New file.
5069
5070 2008-02-02 Doug Evans <dje@google.com>
5071
5072 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5073
5074 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.ada/sym_print_name: New test program.
5077 * gdb.ada/sym_print_name.exp: New testcase.
5078
5079 2007-02-01 Joel Brobecker <brobecker@adacore.com>
5080
5081 * gdb.ada/nested/hello.adb: New file.
5082 * gdb.ada/nested.exp: New testcase.
5083 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5084
5085 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5086
5087 * gdb.mi/basic.c (return_1): New function.
5088 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5089 don't cause future evaluations of function to report
5090 creation of internal breakpoints.
5091
5092 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5093
5094 * gdb.mi/mi-break.exp (test_error): New.
5095 Call it.
5096
5097 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
5098
5099 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5100 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5101
5102 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5103
5104 * gdb.pascal/integers.pas: New test program.
5105 * gdb.pascal/integers.exp: New testcase.
5106
5107 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5108
5109 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5110
5111 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
5112
5113 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5114 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5115
5116 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5117
5118 * gdb.ada/formatted_ref: New test program.
5119 * gdb.ada/formatted_ref.exp: New testcase.
5120
5121 * gdb.cp/formatted-ref.cc: New file.
5122 * gdb.cp/formatted-ref.exp: New testcase.
5123
5124 2008-01-30 Joel Brobecker <brobecker@adacore.com>
5125
5126 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5127
5128 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
5129
5130 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5131 (test_file_list_exec_source_file): Update to new macro-info field.
5132
5133 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5134
5135 * gdb.ada/exprs: New test program.
5136 * gdb.ada/exprs.exp: New testcase.
5137
5138 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5139
5140 * dfp-test.c (DELTA, DELTA_B): New definitions.
5141 (double_val1, double_val2, double_val3, double_val4, double_val5,
5142 double_val6, double_val7, double_val8, double_val9, double_val10,
5143 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5144 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5145 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5146 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5147 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5148 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5149 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5150 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5151 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5152 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5153 dec128_val16): New global variables.
5154 (decimal_dec128_align): New function.
5155 (decimal_mixed): Likewise.
5156 (decimal_many_args_dec32): Likewise.
5157 (decimal_many_args_dec64): Likewise.
5158 (decimal_many_args_dec128): Likewise.
5159 (decimal_many_args_mixed): Likewise.
5160 * dfp-test.exp: Add tests calling new inferior functions.
5161
5162 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5163
5164 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5165 gdb.server/ext-run.exp: New files.
5166 * lib/gdbserver-support.exp (gdbserver_download): New.
5167 (gdbserver_start): New. Update gdbserver expected
5168 output.
5169 (gdbserver_spawn): Use them.
5170 (gdbserver_start_extended): New.
5171
5172 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5173
5174 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5175 Run on GNU/Linux.
5176 (do_exec_tests): Check for systems which do not support catchpoints.
5177 Do not match START.
5178 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5179 Run on GNU/Linux. Enable verbose output.
5180 (check_fork_catchpoints): New.
5181 (explicit_fork_child_follow, catch_fork_child_follow)
5182 (tcatch_fork_parent_follow): Update expected messages.
5183 (do_fork_tests): Use check_fork_catchpoints.
5184 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5185 Run on GNU/Linux. Enable verbose output.
5186 (check_vfork_catchpoints): New.
5187 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5188 expected messages.
5189 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5190
5191 2008-01-29 Jim Blandy <jimb@red-bean.com>
5192
5193 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5194 host' errors.
5195 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5196
5197 2008-01-29 Jim Blandy <jimb@red-bean.com>
5198
5199 * gdb.threads/sigthread.c: Use barriers to ensure that
5200 child_thread and child_thread_two are always initialized before we
5201 start to use them.
5202
5203 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5204
5205 * gdb.base/watchpoint-solib.exp: New.
5206 * gdb.base/watchpoint-solib.c: New.
5207 * gdb.base/watchpoint-solib-shr.c: New.
5208
5209 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5210
5211 * gdb.base/gdb1056.exp: Add unsigned integer test.
5212
5213 2008-01-28 Doug Evans <dje@google.com>
5214
5215 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5216
5217 2008-01-27 Jim Blandy <jimb@codesourcery.com>
5218
5219 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5220
5221 * gdb.base/expand-psymtabs.exp: Doc fix.
5222
5223 2008-01-26 Mark Kettenis <kettenis@gnu.org>
5224
5225 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5226
5227 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
5228
5229 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5230 -var-set-format.
5231
5232 2008-01-23 Chris Demetriou <cgd@google.com>
5233
5234 * gdb.threads/thread_events.c: New testcase source file.
5235 * gdb.threads/thread_events.exp: New testcase expect file.
5236
5237 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
5238
5239 * lib/gdb.exp: Add the variable octal.
5240
5241 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
5242 -var-set-format.
5243
5244 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5245 Vladimir Prus <vladimir@codesourcery.com>
5246
5247 * gdb.base/float.exp: Allow missing floating point for m68k and
5248 PowerPC.
5249
5250 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5251
5252 * gdb.mi/basics.c: Setup for testing breakpoints
5253 ignore count.
5254 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5255 * gdb.mi/mi-cli.exp: Adjust.
5256 * gdb.mi/mi2-cli.exp: Adjust.
5257
5258 2008-01-17 Pedro Alves <pedro@codesourcery.com>
5259
5260 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5261 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5262 with dummy_ptr's address.
5263 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5264 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5265 all targets.
5266 * gdb.mi/mi2-var-child.exp: Likewise.
5267
5268 2008-01-09 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.ada/null_array: New test program.
5271 * gdb.ada/null_array.exp: New testcase.
5272
5273 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
5274
5275 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5276 with required float modifiers.
5277
5278 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5279
5280 * gdb.ada/funcall_param: New test program.
5281 * gdb.ada/funcall_param.exp: New testcase.
5282
5283 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5284
5285 * gdb.ada/arrayparam: New test program.
5286 * gdb.ada/arrayparam.exp: New testcase.
5287
5288 2008-01-08 Joel Brobecker <brobecker@adacore.com>
5289
5290 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5291 landed. Should also fix random failures in the test following it.
5292
5293 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5294
5295 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5296 for expressions with decimal float values.
5297 (test_dfp_conversions): New function to test casts to and from
5298 decimal float types.
5299 Call test_dfp_conversions.
5300 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5301 elements.
5302 (main): Initialize ds.float4 and ds.double8 elements.
5303 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5304 string to new error message.
5305 (d64_set_tests): Likewise.
5306 (d128_set_tests): Likewise.
5307 Add tests for expressions with decimal float variables. Add tests for
5308 conversions to and from decimal float types.
5309
5310 2008-01-05 Joel Brobecker <brobecker@adacore.com>
5311
5312 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5313 * gdb.ada/packed_tagged.exp: New testcase.
5314
5315 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5316
5317 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5318 gdb.ada/homonym/homonym_main.adb: New files.
5319 * gdb.ada/homonym.exp: New testcase.
5320
5321 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5322
5323 * gdb.ada/packed_array.exp: Add testing of references to
5324 a packed array.
5325
5326 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5327
5328 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5329 New files.
5330 * gdb.ada/type_coercion.exp: New testcase.
5331
5332 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5333
5334 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5335 gdb.ada/tagged/foo.adb: New file.
5336 * gdb.ada/tagged.exp: New testcase.
5337
5338 2008-01-04 Joel Brobecker <brobecker@adacore.com>
5339
5340 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5341 gdb.ada/ptype_field/foo.adb: New files.
5342 * gdb.ada/ptype_field.exp: New testcase.
5343
5344 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.ada/print_pc.exp: New testcase.
5347
5348 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5351 gdb.ada/taft_type/p.adb: New files.
5352 * gdb.ada/taft_type.exp: New testcase.
5353
5354 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5355
5356 * gdb.ada/array_bounds/bar.adb: New file.
5357 * gdb.ada/array_bounds.exp: New testcase.
5358
5359 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5360
5361 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5362 gdb.ada/arrayptr/foo.adb: New files.
5363 * gdb.ada/arrayptr.exp: New testcase.
5364
5365 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.base/set-lang-auto.exp: New testcase.
5368
5369 2008-01-03 Joel Brobecker <brobecker@adacore.com>
5370
5371 * gdb.ada/fun_addr/foo.adb: New file.
5372 * gdb.ada/fun_addr.exp: New testcase.
5373
5374 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5377 New files
5378
5379 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5380
5381 * array_subscript_addr/p.adb: New file.
5382 * array_subscript_addr.exp: New testcase.
5383
5384 2008-01-02 Joel Brobecker <brobecker@adacore.com>
5385
5386 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
5387 New files.
5388 * gdb.ada/str_cmp_ref.exp: New testcase.
5389
5390 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5391
5392 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5393 gdb.ada/fun_in_declare/foo.adb: New files.
5394 * gdb.ada/fun_in_declare.exp: New testcase.
5395
5396 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5397
5398 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5399 gdb.ada/ref_param/pck.ads: New files.
5400 * gdb.ada/ref_param.exp: New testcase.
5401
5402 2008-01-01 Joel Brobecker <brobecker@adacore.com>
5403
5404 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5405 gdb.ada/interface/foo.adb: New files.
5406 * gdb.ada/interface.exp: New testcase.
5407
5408 2007-12-31 Jim Blandy <jimb@codesourcery.com>
5409
5410 * gdb.base/multi-forks.exp: Consume all output from child
5411 processes before proceeding to next test.
5412
5413 2007-12-29 Jim Blandy <jimb@codesourcery.com>
5414
5415 * configure: Regenerated.
5416
5417 2007-12-27 Joel Brobecker <brobecker@adacore.com>
5418
5419 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5420 gdb.ada/fixed_cmp/fixed.adb: New files.
5421 * gdb.ada/fixed_cmp.exp: New testcase.
5422
5423 2007-12-27 Joel Brobecker <brobecker@adacore.com>
5424
5425 * gdb.ada/boolean_expr.exp: New testcase.
5426
5427 2007-12-26 Jim Blandy <jimb@codesourcery.com>
5428
5429 * gdb.base/multi-forks.exp: Doc fix.
5430
5431 2007-12-26 Joel Brobecker <brobecker@adacore.com>
5432
5433 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5434 * gdb.ada/char_param.exp: Do not compile our test program with
5435 -gnata, this is unnecessary.
5436 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5437
5438 2007-12-24 Joel Brobecker <brobecker@adacore.com>
5439
5440 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5441 gdb.ada/print_chars/foo.adb: New files.
5442 * gdb.ada/print_chars.exp: New testcase.
5443
5444 2007-12-24 Joel Brobecker <brobecker@adacore.com>
5445
5446 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5447 gdb.ada/char_param/foo.adb: New files.
5448 * gdb.ada/char_param.exp: New testcase.
5449
5450 2007-12-22 Jim Blandy <jimb@codesourcery.com>
5451
5452 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5453 hard-coding source line numbers into the test.
5454 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5455 gdb_get_line_number to find.
5456
5457 2007-12-22 Joel Brobecker <brobecker@adacore.com>
5458
5459 * gdb.base/ptype.c (highest): New struct type.
5460 (the_highest): New variable of that type.
5461 (main): Add dummy assignment to a field of variable the_highest.
5462 * gdb.base/ptype.exp: Test type printing of our new variable.
5463
5464 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5465
5466 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
5467 and record first explicitly generated thread number.
5468 Use that thread number for thread specific watchpoint test.
5469 Add iteration number to repetitive tests.
5470
5471 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
5472 Jim Blandy <jimb@codesourcery.com>
5473
5474 * gdb.base/expand-psymtabs.c: New testcase
5475 source file.
5476 * gdb.base/expand-psymtabs.exp: New testcase
5477 expect file.
5478
5479 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
5480
5481 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
5482 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
5483
5484 2007-12-17 Joel Brobecker <brobecker@adacore.com>
5485
5486 * gdb.ada/frame_args/foo.adb: New file.
5487 * gdb.ada/frame_args/pck.ads: New file.
5488 * gdb.ada/frame_args/pck.adb: New file.
5489 * gdb.ada/frame_args.exp: New testcase.
5490
5491 2007-12-17 Joel Brobecker <brobecker@adacore.com>
5492
5493 * gdb.base/frame-args.c: New file.
5494 * gdb.base/frame-args.exp: New testcase.
5495
5496 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5497 Joseph Myers <joseph@codesourcery.com>
5498
5499 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
5500
5501 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
5502
5503 * gdb.mi/mi-pending.exp: New.
5504 * gdb.mi/mi-pending.c: New.
5505 * gdb.mi/mi-pendshr.c: New.
5506
5507 2007-12-06 Jim Blandy <jimb@codesourcery.com>
5508
5509 * gdb.base/default.exp: Update expected output for 'info catch'.
5510
5511 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5512
5513 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
5514 must be set to binary.
5515
5516 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
5517
5518 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
5519
5520 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5521
5522 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
5523 gdb.mi/mi-file-transfer.exp: New.
5524
5525 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
5528
5529 2007-11-22 Maciej W. Rozycki <macro@mips.com>
5530
5531 * gdb.trace/backtrace.exp: Fix a typo.
5532 * gdb.trace/circ.exp: Likewise.
5533 * gdb.trace/collection.exp: Likewise.
5534 * gdb.trace/limits.exp: Likewise.
5535 * gdb.trace/report.exp: Likewise.
5536 * gdb.trace/tfind.exp: Likewise.
5537 * gdb.trace/while-dyn.exp: Likewise.
5538
5539 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
5540
5541 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
5542 objects of pointers that can't be dereferenced are now
5543 "noneditable".
5544
5545 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5546
5547 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
5548 (target_cpu): Remove.
5549
5550 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
5551
5552 * gdb.base/ending-run.exp: Expect the list of cleared
5553 breakpoint to come in natural order, not the reversed one.
5554
5555 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
5556
5557 * gdb.mi/mi-var-child.c (do_child_deletion): New.
5558 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
5559
5560 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
5561
5562 * gdb.base/printcmds.exp: New function
5563 test_printf_with_dfp.
5564
5565 2007-11-02 Doug Evans <dje@google.com>
5566
5567 * gdb.disasm/t01_mov.s: Remove carriage returns.
5568 * gdb.disasm/t02_mova.s: Ditto.
5569 * gdb.disasm/t03_add.s: Ditto.
5570 * gdb.disasm/t04_sub.s: Ditto.
5571 * gdb.disasm/t05_cmp.s: Ditto.
5572 * gdb.disasm/t06_ari2.s: Ditto.
5573 * gdb.disasm/t07_ari3.s: Ditto.
5574 * gdb.disasm/t08_or.s: Ditto.
5575 * gdb.disasm/t09_xor.s: Ditto.
5576 * gdb.disasm/t10_and.s: Ditto.
5577 * gdb.disasm/t11_logs.s: Ditto.
5578 * gdb.disasm/t12_bit.s: Ditto.
5579 * gdb.disasm/t13_otr.s: Ditto.
5580
5581 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5582
5583 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
5584
5585 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5586
5587 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
5588 provide DFP support.
5589
5590 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
5591
5592 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
5593 Test "set powerpc vector-abi". Skip auto-detection tests for old
5594 toolchains.
5595
5596 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5597
5598 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
5599 with [string compare].
5600
5601 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
5602
5603 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
5604 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
5605
5606 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
5607
5608 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
5609 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
5610 * gdb.opt/Makefile.in: New makefile.
5611 * Makefile.in: Create new directory "gdb.opt".
5612 * configure.ac: Add "gdb.opt" directory.
5613 * configure: Regenerated.
5614
5615 2007-10-25 Doug Evans <dje@google.com>
5616
5617 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
5618 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
5619
5620 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
5621 Thiago Jung Bauermann <bauerman@br.ibm.com>
5622
5623 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
5624 Floating Point expressions.
5625 * gdb.base/dfp-test.exp: new file adding tests for Decimal
5626 Floating Point variables.
5627 * gdb.base/dfp-test.c: new file containing program with Decimal
5628 Floating variables, used by gdb.base/dfp-test.exp.
5629
5630 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5631
5632 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
5633
5634 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5635
5636 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
5637 compiling test case with GCC.
5638 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
5639
5640 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5641
5642 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
5643 format changes.
5644
5645 2007-10-18 Michael Snyder <msnyder@specifix.com>
5646
5647 * gdb.base/dbx.exp: Add missing "-re " operator.
5648
5649 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
5650
5651 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
5652 * configure.ac: Removed trailing spaces after backslash.
5653 * gdb.modula2: New directory.
5654 * gdb.modula2/Makefile.in: New file.
5655 * gdb.modula2/unbounded-array.exp: New file.
5656 * gdb.modula2/unbounded1.c: New file.
5657
5658 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5659
5660 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
5661
5662 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
5663
5664 * gdb.base/sigstep.c (main): Add checks for
5665 return values for setitimer call.
5666 Call setitimer again with itimer = ITIMER_REAL
5667 if first call to setitimer fails.
5668
5669 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
5670
5671 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
5672 of $timeout.
5673
5674 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
5675
5676 * gdb.server/server-run.exp: Test for dynamic linker symbols.
5677
5678 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5679
5680 * lib/gdb.exp (gdb_run_cmd): Move comment outside
5681 of gdb_expect call, to avoid interruption.
5682
5683 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
5684
5685 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
5686 (v_unsigned_long_long, v_long_long_array)
5687 (v_signed_long_long_array, v_unsigned_long_long_array)
5688 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
5689 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
5690 [!NO_LONG_LONG]: New.
5691 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
5692 v_long_long_member.
5693
5694 (v_long_long_func, v_signed_long_long_func)
5695 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
5696 (main) [!NO_LONG_LONG]: Initialize long long variants.
5697
5698 * gdb.base/whatis.exp: If board file requests no_long_long, build
5699 test with NO_LONG_LONG defined. Test long long, signed long long,
5700 and unsigned long long variants but only if board file doesn't
5701 disable it.
5702
5703 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
5704 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
5707 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
5708 * configure: Regenerated.
5709 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
5710 gdb.pascal/types.exp, lib/pascal.exp: New files.
5711
5712 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
5713
5714 * gdb.cp/classes.exp (do_tests): Always step to the line after the
5715 call.
5716 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
5717 to return to the call.
5718 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
5719 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
5720 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
5721 * gdb.mi/mi-until.exp (test_until): Likewise.
5722 * gdb.mi/mi2-until.exp (test_until): Likewise.
5723
5724 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
5725
5726 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
5727 two-char array.
5728 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
5729
5730 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
5731
5732 * gdb.threads/watchthreads.c (thread_function): Sleep between
5733 iterations.
5734 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
5735 at once for S/390. Generate matching fails and passes.
5736
5737 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
5738
5739 * gdb.mi/var-cmd.c (do_children_tests): Initialize
5740 the 'struct_declarations' variable to zeros.
5741
5742 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
5743
5744 * gdb.cp/mb-ctor.cc: New.
5745 * gdb.cp/mb-ctor.exp: New.
5746 * gdb.cp/mb-templates.cc: New.
5747 * gdb.cp/mb-templates.exp: New.
5748
5749 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
5750
5751 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
5752
5753 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
5754
5755 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
5756 targets.
5757 * configure: Regenerate.
5758
5759 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
5760
5761 * gdb.base/annota1.exp: Adjust for 'info break'
5762 format changes.
5763 * gdb.base/annota3.exp: Likewise.
5764 * gdb.base/break.exp: Likewise.
5765 * gdb.base/condbreak.exp: Likewise.
5766 * gdb.base/pending.exp: Likewise.
5767 * gdb.base/sepdebug.exp: Likewise.
5768 * gdb.base/unload.exp: Likewise.
5769 * gdb.base/ovldbreak.exp: Likewise.
5770
5771 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
5772
5773 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
5774 messages.
5775 * gdb.base/chng-syms.exp: Likewise.
5776 * gdb.base/unload.exp: Likewise.
5777
5778 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
5779
5780 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
5781
5782 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5783
5784 * schedlock.c (NUM): Change to 1.
5785 (main): Use args[0] for the main thread.
5786 * schedlock.exp: Only expect two threads. Only issue one pass or fail
5787 regardless of the number of threads.
5788
5789 2007-09-14 Maciej W. Rozycki <macro@mips.com>
5790
5791 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
5792 type down.
5793 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
5794 test.
5795 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
5796 watchpoint type down.
5797 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
5798 test.
5799
5800 2007-09-14 Maciej W. Rozycki <macro@mips.com>
5801
5802 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
5803 Move all the tests here and run them twice, once using software
5804 watchpoints and once using hardware watchpoints.
5805 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
5806
5807 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
5808
5809 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
5810 test.
5811
5812 2007-09-10 Mark Kettenis <kettenis@gnu.org>
5813
5814 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
5815 build-id.
5816
5817 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
5818 know about $ORIGIN. Calculate output dir from $dest instead of
5819 using ${objdir}/{$subdir}.
5820
5821 2007-09-09 Mark Kettenis <kettenis@gnu.org>
5822
5823 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
5824 gcore, before continuing with the test.
5825
5826 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
5827
5828 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
5829 * gdb.mi/mi-watch.exp: Likewise.
5830
5831 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5832 Jim Blandy <jimb@codesourcery.com>
5833
5834 * gdb.arch/i386-sse.exp: Do not expect character constants.
5835 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
5836 * gdb.base/display.exp: Allow print/s.
5837 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
5838 and unsigned char array changes.
5839
5840 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5841
5842 * gdb.base/display.exp: Add tests for printf %p.
5843
5844 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
5845
5846 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
5847 the dll name to unicode.
5848
5849 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 * gdb.base/default.exp (show version): Update the version text.
5852 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
5853
5854 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5855
5856 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
5857 New files.
5858
5859 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5860
5861 * lib/gdb.exp (build_id_debug_filename_get): New function.
5862 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
5863 Remove the generate DEBUG file for the future testcase runs.
5864 New testcase for the NT_GNU_BUILD_ID retrieval.
5865 Move the final testing step to ...
5866 (test_different_dir): ... a new function.
5867 New parameter XFAIL to XFAIL all the tests performed.
5868 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
5869 New parameter TYPE to PF_PREFIX all the tests performed.
5870
5871 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
5872
5873 * gdb.mi/mi-var-cp.cc (path_expression): New
5874 function.
5875 * gdb.mi/mi-var-cp.exp: Run path exression tests.
5876
5877 2007-08-27 Markus Deuling <deuling@de.ibm.com>
5878
5879 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
5880 to fit into SPU Local Store memory.
5881
5882 2007-08-23 Joel Brobecker <brobecker@adacore.com>
5883
5884 * gdb.base/default.exp: Adjust the expected output of "info
5885 warranty" after the switch to GPLv3.
5886
5887 2007-08-23 Joel Brobecker <brobecker@adacore.com>
5888
5889 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
5890 to 30000 (from 20000).
5891
5892 2007-08-23 Joel Brobecker <brobecker@adacore.com>
5893
5894 Switch the license of all .exp files to GPLv3.
5895 Switch the license of all .f and .f90 files to GPLv3.
5896 Switch the license of all .s and .S files to GPLv3.
5897
5898 2007-08-23 Joel Brobecker <brobecker@adacore.com>
5899
5900 * configure.ac: Switch license to GPLv3.
5901
5902 2007-08-23 Joel Brobecker <brobecker@adacore.com>
5903
5904 Switch the licensing to GPLv3 for all .ads and .adb files.
5905
5906 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
5907
5908 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
5909 and t_int_double.
5910 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
5911
5912 2007-08-17 Joel Brobecker <brobecker@adacore.com>
5913
5914 * gdb.base/step-line.c: Switch license to GPL version 3, and
5915 update copyright year.
5916 * gdb.base/step-line.inp: Likewise.
5917
5918 2007-08-17 Joel Brobecker <brobecker@adacore.com>
5919
5920 * gdb.base/gdb1555.exp: Make expected output immune to formatting
5921 changes inside gdb1555.c.
5922 * gdb.base/pending.exp: Likewise.
5923
5924 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
5925
5926 * config/default.exp: New file.
5927
5928 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
5929
5930 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
5931 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
5932
5933 2007-07-30 Maciej W. Rozycki <macro@mips.com>
5934
5935 * gdb.base/dump.exp: Force the correct endianness for binary
5936 formats not carrying this information.
5937
5938 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * gdb.threads/staticthreads.exp: Match .*sem_post.
5941
5942 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5943
5944 * gdb.base/readline.exp (operate_and_get_next): Match the final
5945 prompt.
5946
5947 2007-07-23 Kevin Buettner <kevinb@redhat.com>
5948
5949 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
5950 to restarting SID.
5951
5952 2007-07-18 Kevin Buettner <kevinb@redhat.com>
5953
5954 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
5955 prior to `gdb_start'.
5956
5957 2007-07-18 Kevin Buettner <kevinb@redhat.com>
5958
5959 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
5960 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
5961 Remove call to gdb_unload.
5962
5963 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
5964 Daniel Jacobowitz <dan@codesourcery.com>
5965
5966 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
5967 for __WIN32__.
5968 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
5969 * gdb.base/unload.exp: Use shared library test routines.
5970
5971 2007-07-03 Markus Deuling <deuling@de.ibm.com>
5972
5973 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
5974 * gdb.base/solib-symbol-lib.c: Likewise.
5975 * gdb.base/solib-symbol-main.c: Likewise.
5976
5977 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5978
5979 * config/gdbserver.exp (gdb_reconnect): New.
5980 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
5981 gdb.base/solib-disc.exp: New files.
5982 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
5983 remote debugging".
5984 (gdb_compile): Add shlib_load flag.
5985 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
5986 port.
5987 (gdbserver_reconnect): New.
5988
5989 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
5990 Daniel Jacobowitz <dan@codesourcery.com>
5991
5992 * gdb.base/annota3.exp: Test for if construct.
5993
5994 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
5995
5996 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
5997
5998 2007-06-21 Chris Dearman <chris@mips.com>
5999 Maciej W. Rozycki <macro@mips.com>
6000
6001 * gdb.base/display.exp: Allow a newline after display/i.
6002 * gdb.base/pc-fp.exp: Likewise.
6003 * gdb.base/sigbpt.exp: Likewise.
6004
6005 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6006
6007 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6008 required features to be included.
6009
6010 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6011
6012 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6013 in info threads output.
6014
6015 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6016 Markus Deuling <deuling@de.ibm.com>
6017
6018 * gdb.arch/spu-info.exp: New testcase.
6019 * gdb.arch/spu-info.c: New file.
6020
6021 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6022
6023 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6024 tpcs_offset. Restore lr after the call.
6025 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6026
6027 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6028
6029 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6030 (gdbserver_run): Kill any running gdbserver.
6031 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6032
6033 2007-05-17 Maciej W. Rozycki <macro@mips.com>
6034
6035 * gdb.base/sigbpt.exp: Preset segv_addr.
6036
6037 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6038
6039 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6040 (gdb_compile_shlib): Likewise.
6041 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6042 (default_gdb_init): Clear cleanfiles.
6043 (gdb_finish): Delete recorded cleanfiles.
6044 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6045
6046 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6047 Do not use isnative.
6048 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6049 gdb.base/so-impl-ld.exp: Likewise.
6050 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6051 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6052 gdb_compile.
6053
6054 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6055
6056 * config/unknown.exp: Remove.
6057
6058 2007-05-15 Markus Deuling <deuling@de.ibm.com>
6059
6060 * gdb.base/info-proc.exp: Check is_remote.
6061
6062 2007-05-14 Markus Deuling <deuling@de.ibm.com>
6063
6064 * gdb.base/gcore.exp: Initialize variable core_supported.
6065
6066 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6067
6068 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6069
6070 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6071
6072 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6073 * gdb.threads/print-threads.exp (test_all_threads): Allow
6074 negative and hexadecimal thread IDs.
6075
6076 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6077
6078 * gdb.java/jprint.java (public): Avoid invalid call to static
6079 method.
6080
6081 2007-05-14 Denis Pilat <denis.pilat@st.com>
6082
6083 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6084 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6085 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6086 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6087 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6088
6089 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6090
6091 * gdb.base/overlays.exp: Add support for targets with only code
6092 overlay support, not data overlay. Support spu-*-* target in
6093 this mode.
6094 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6095 * gdb.base/spu.ld: New file.
6096
6097 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6098
6099 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6100
6101 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6102
6103 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6104
6105 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6106
6107 * gdb.java/jmain.exp: Handle demangled names with and without method
6108 signatures.
6109
6110 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6111
6112 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6113 (have_a_very_merry_interrupt): Remove calls to puts.
6114 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6115 inferior output.
6116 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6117 test names.
6118
6119 2007-04-29 Markus Deuling <deuling@de.ibm.com>
6120 Daniel Jacobowitz <dan@codesourcery.com>
6121
6122 * gdb.base/auxv.exp (core_works): Also check is_remote.
6123 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6124
6125 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
6126
6127 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6128 message, not the undefined 'module' variable.
6129 * gdb.base/siginfo.exp: Likewise.
6130 * gdb.base/sigstep.exp: Likewise.
6131 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6132 serialport.
6133 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6134
6135 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
6136
6137 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6138 target sim fails. Return 0 otherwise.
6139 (gdb_load): Return prematurely if gdb_target_sim fails.
6140
6141 2007-04-16 Denis Pilat <denis.pilat@st.com>
6142
6143 * gdb.base/setshow.exp: Reset height after having set it to 100.
6144
6145 2007-04-16 Denis Pilat <denis.pilat@st.com>
6146
6147 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6148
6149 2007-04-16 Denis Pilat <denis.pilat@st.com>
6150
6151 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6152
6153 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6154
6155 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6156 tests. Run the frozen varobjs test.
6157 * gdb.mi/var-cmd.c (do_frozen_tests): New.
6158 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
6159
6160 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6161
6162 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6163 gdb.base/type-opaque.exp: New files.
6164
6165 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
6166
6167 * gdb.mi/mi-var-child.c
6168 (do_children_tests): User char[2] instead of
6169 char so that automatic printing of pointers to char
6170 don't give unpredicable result.
6171 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6172 local variables.
6173 * gdb.mi/mi-var-child.exp: Step to right line
6174 of do_children_tests.
6175 * gdb.mi/mi2-var-child.exp: Likewise.
6176 * gdb.mi/mi-var-cmd.exp: Step to right line of
6177 do_locals_tests.
6178 (do_children_tests): User char[2] instead of
6179 char so that automatic printing of pointers to char
6180 don't give unpredicable result.
6181 * gdb.mi/mi2-var-cmd.exp: Likewise.
6182 * lib/mi-support.exp (mi_continue_to_line):
6183 Pass test name to mi_wait_for_stop.
6184
6185 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6186
6187 * gdb.asm/asm-source.exp: Remove d10v case.
6188 * lib/gdb.exp (skip_cplus_tests): Likewise.
6189 * gdb.asm/d10v.inc: Deleted.
6190
6191 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6192
6193 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6194
6195 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6196
6197 * config/netware.exp: Delete file.
6198
6199 2007-03-29 Joel Brobecker <brobecker@adacore.com>
6200
6201 * gdb.dwarf2/dw2-noloc.S: New file.
6202 * gdb.dwarf2/dw2-noloc.exp: New file.
6203
6204 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6205
6206 * gdb.cp/method2.cc: New test.
6207 * gdb.cp/method2.exp: New test.
6208 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6209
6210 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6211
6212 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6213
6214 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6215
6216 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6217
6218 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6219
6220 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6221 (gdb_load): Delete, replace with...
6222 (gdb_reload): ...this.
6223 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6224 * gdb.server/server-mon.exp: Likewise.
6225 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6226 (gdb_start_cmd): New.
6227 (gdb_file_cmd): Save the last loaded file.
6228 (gdb_reload): New.
6229 (gdb_gnu_strip_debug): Use transform.
6230 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6231 support here. Use new $last_loaded_file. Check mtime.
6232 (gdb_target_cmd): Handle ObjC failure case.
6233 (infer_host_exec): Delete.
6234 (gdbserver_load): Rename to...
6235 (gdbserver_run): ...this. Simplify.
6236 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6237 (mi_gdb_load): Move most contents to a new function...
6238 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6239 (mi_run_cmd): Use mi_gdb_target_load.
6240 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6241 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6242 Use gdb_run_cmd.
6243 * gdb.base/charsign.exp: Remove incorrect comment.
6244 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6245 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6246 gdb.base/start.exp: Use gdb_start_cmd.
6247
6248 2007-03-23 Nigel Stephens <nigel@mips.com>
6249 Maciej W. Rozycki <macro@mips.com>
6250
6251 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6252 * gdb.base/signull.exp: Similarly.
6253
6254 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6255
6256 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6257 messages available to test cases (like chng-sym.exp).
6258
6259 2007-03-14 Andreas Schwab <schwab@suse.de>
6260
6261 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6262 format changes.
6263
6264 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6265
6266 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6267 (optimized_1): New.
6268 (main): Call optimized_1.
6269 (gdb2029): Correct typos. Call gdb2029_marker.
6270 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6271 for gdb2029.
6272
6273 2007-03-12 Mark Kettenis <kettenis@gnu.org>
6274
6275 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6276 as tabs. Remove redundant test pattern.
6277
6278 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6279
6280 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6281 for /a format output.
6282
6283 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6284
6285 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6286 collect output incrementally.
6287
6288 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6289
6290 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6291 for -var-create lpcharacter test.
6292 * gdb.mi/mi2-var-cmd.exp: Likewise.
6293
6294 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6295
6296 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6297 pass on targets where address zero is readable.
6298
6299 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6300
6301 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6302 just a single architecture.
6303
6304 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6305
6306 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6307 (fetch_all_registers): New function, uses gdb_test_multiple and
6308 exp_continue to fetch inferior output line-by-line.
6309 Replace all uses of do_get_all_registers by fetch_all_registers.
6310
6311 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6312
6313 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6314 in target_info.
6315
6316 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6317
6318 * gdb.threads/manythreads.exp: Use $message string for
6319 consistancy; add a default (timeout) case.
6320
6321 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6322
6323 * gdb.base/watchpoint.exp: Fix truncated comment.
6324
6325 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6326
6327 * Makefile.in: Remove spurious single-quotes from sed command.
6328
6329 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6330
6331 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6332 func.
6333 * gdb.mi/mi2-var-cmd.exp: Likewise.
6334
6335 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6336
6337 * gdb.dwarf2/dw2-producer.S: New file.
6338 * gdb.dwarf2/dw2-producer.exp: New testcase.
6339
6340 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
6341
6342 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6343 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6344 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6345 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6346 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6347 Revert tests to use mi_gdb_test and include value field in output
6348 of -var-create.
6349
6350 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6351
6352 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6353
6354 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6355
6356 * gdb.base/maint.exp: Remove full paths from test names.
6357 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6358 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6359
6360 2007-02-27 Joel Brobecker <brobecker@adacore.com>
6361
6362 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6363
6364 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6365
6366 * gdb.server/server-mon.exp: New test.
6367
6368 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6369
6370 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6371
6372 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6373
6374 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6375 register capitalization.
6376
6377 2007-02-13 Denis Pilat <denis.pilat@st.com>
6378
6379 * gdb.mi/mi-var-invalidate.exp: New file.
6380
6381 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6382
6383 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6384
6385 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6386
6387 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6388
6389 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6390
6391 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6392 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6393
6394 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
6395
6396 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6397 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6398 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6399 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6400 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6401 * gdb.mi/gdb792.exp, lib/mi-support.exp:
6402 Update tests to include value field in output of -var-create.
6403
6404 2007-02-08 Andreas Schwab <schwab@suse.de>
6405
6406 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6407
6408 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6409
6410 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6411 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6412
6413 2007-02-02 Denis Pilat <denis.pilat@st.com>
6414
6415 * gdb.threads/threadapply.exp: check that frame is not changed by
6416 the thread apply all command.
6417
6418 2007-01-31 Andreas Schwab <schwab@suse.de>
6419
6420 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6421
6422 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6423 in the dwarf sections.
6424 * gdb.dwarf2/mac-fileno.S: Likewise.
6425
6426 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6427 bspstore register on ia64.
6428
6429 2007-01-29 Andreas Schwab <schwab@suse.de>
6430
6431 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6432 "frame-begin" annotation.
6433
6434 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6435 number of "frames-invalid" annotations.
6436
6437 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6438
6439 * gdb.base/commands.exp: Call if_commands_test.
6440 (gdb_test_no_prompt, if_commands_test): New.
6441
6442 2007-01-28 Mark Kettenis <kettenis@gnu.org>
6443
6444 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6445
6446 2007-01-27 Andreas Schwab <schwab@suse.de>
6447
6448 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6449 .short/.int/.quad in the dwarf sections.
6450 * gdb.dwarf2/dw2-intercu.S: Likewise.
6451 * gdb.dwarf2/dw2-intermix.S: Likewise.
6452
6453 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
6456 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6457 array.
6458 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6459 * gdb.base/setvar.exp: Likewise.
6460
6461 2007-01-26 Andreas Schwab <schwab@suse.de>
6462
6463 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6464 test.
6465
6466 * gdb.base/multi-forks.exp ("restart $i"): Also match
6467 __kernel_syscall_via_break.
6468
6469 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6470
6471 * lib/mi-support.exp (mi_delete_varobj): New.
6472 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
6473 testcase.
6474 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
6475 (main): Call the above.
6476 (reference_update_test, base_in_reference_test)
6477 (reference_to_pointer): Delete the created varobjs.
6478
6479 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
6480
6481 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
6482 * configure: Regenerated.
6483 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
6484 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
6485 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
6486 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
6487 * lib/gdb.exp (gdb_skip_xml_test): New function.
6488
6489 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
6490
6491 * gdb.base/sigrepeat.exp: Correct error message.
6492
6493 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6494 Daniel Jacobowitz <dan@codesourcery.com>
6495
6496 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
6497 gdb.arch/i386-gnu-cfi-asm.S: New files.
6498
6499 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 * lib/gdb.exp: Abort on missing `site.exp'.
6502
6503 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6504 Daniel Jacobowitz <dan@codesourcery.com>
6505
6506 * gdb.base/included.c, gdb.base/included.exp,
6507 gdb.base/included.h: New files.
6508
6509 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
6510
6511 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
6512 (maximize_rlimit): Reduce limits on 64-bit systems.
6513
6514 2007-01-19 Mark Kettenis <kettenis@gnu.org>
6515
6516 From Marcus Deuling <deuling@de.ibm.com>:
6517 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
6518 every case.
6519
6520 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
6521
6522 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
6523 (test_path_specification): Use objdir instead of srcdir to always
6524 get an absolute filename.
6525
6526 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
6527
6528 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
6529
6530 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
6531
6532 * gdb.mi/mi-var-cp.cc (reference_update_tests):
6533 Make sure the variable we're using is in scope.
6534 (reference_to_pointer): Likewise.
6535
6536 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6537
6538 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
6539 has no debug information.
6540
6541 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * gdb.base/annota1.exp: Remove extra send_gdb.
6544
6545 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
6548
6549 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
6552
6553 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
6554 Daniel Jacobowitz <dan@codesourcery.com>
6555
6556 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
6557 lcharacter or linteger change. Correct duplicated test name.
6558 * gdb.mi/mi2-var-cmd.exp: Likewise.
6559
6560 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6561
6562 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
6563
6564 2007-01-05 Joel Brobecker <brobecker@adacore.com>
6565
6566 * gdb.base/nofield.c: New file.
6567 * gdb.base/nofield.exp: New testcase.
6568
6569 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6570
6571 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
6572
6573 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
6574 test.
6575
6576 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6577
6578 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
6579
6580 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
6581
6582 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
6583 when continuing.
6584
6585 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6586
6587 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
6588 Expect ".exe" extension.
6589
6590 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6591
6592 * gdb.base/charset.exp: Add explicit filename to break.
6593 * gdb.base/dbx.exp: Add explicit filename to breaks.
6594
6595 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
6596
6597 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
6598 * gdb.mi/mi2-file.exp: Likewise.
6599
6600 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6601
6602 Implement specification of MI tests as comments
6603 in C and C++ sources.
6604 * lib/mi-support.exp (mi_autotest_data): New variable.
6605 (mi_autotest_source): New variable.
6606 (count_newlines, mi_prepare_inline_tests)
6607 (mi_get_inline_test, mi_continue_to_line)
6608 (mi_run_inline_test, mi_tbreak)
6609 (mi_send_resuming_command, mi_wait_for_stop): New functions.
6610 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
6611 Run inline tests.
6612 * gdb.mi/mi-var-cp.cc: Define tests here.
6613
6614 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
6615
6616 Simplify usage of mi_continue_to.
6617 * lib/mi-support.exp (mi_runto_helper): Renamed
6618 from mi_runto, added new parameter 'run_or_continue'.
6619 (mi_runto): Use mi_runto_helper.
6620 (mi_continue_to): Accept just function name as parameter.
6621 Use mi_runto_helper.
6622 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
6623 * gdb.mi/mi2-var-cmd.exp: Likewise.
6624
6625 2006-01-04 Joel Brobecker <brobecker@adacore.com>
6626
6627 Make this testcase a bit more realistic. The current code
6628 is too simplistic, and allows the compiler to optimize out
6629 some of the entities we need for this testcase.
6630 * gdb.ada/null_record/bar.ads (Void_Star): New type.
6631 (Do_Nothing): Add extra parameter.
6632 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
6633 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
6634 by using a variable of type Void_Star.
6635
6636 2006-01-04 Joel Brobecker <brobecker@adacore.com>
6637
6638 * gdb.ada/catch_ex/foo.adb: New file.
6639 * gdb.ada/catch_ex.exp: New testcase.
6640
6641 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
6642
6643 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
6644 pass --image-base to linker.
6645
6646 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6647 Daniel Jacobowitz <dan@codesourcery.com>
6648
6649 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
6650 secondary prompts.
6651
6652 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6653
6654 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
6655 output. Test the types of members and member pointers.
6656 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
6657 gdb/2092.
6658 * gdb.cp/member-ptr.exp: Search for a comment instead of a
6659 statement. Enable for GCC. Update expected output for some tests
6660 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
6661 layout.
6662 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
6663 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
6664 (Diamond::vget_base): New.
6665 (main): Add new tests.
6666 * gdb.cp/printmethod.exp: Update expected output for member functions.
6667 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
6668 print pEe->D::vg().
6669
6670 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6671
6672 * gdb.threads/tls.exp: Allow stops in sem_post.
6673
6674 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
6675
6676 * gdb.base/annota1.exp: Allow .*printf in backtraces.
6677 * gdb.base/annota3.exp: Likewise.
6678 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
6679 again (instead of timing out).
6680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
6681 GCC bug 26475.
6682 * gdb.java/jmisc.exp: Adjust to work with method signatures including
6683 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
6684 test from jmisc1.exp.
6685 * gdb.java/jmisc1.exp: Delete.
6686 * gdb.java/jprint.exp: Adjust to work with method signatures including
6687 return types.
6688 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
6689 * gdb.threads/linux-dp.exp: Don't be confused by program output.
6690 * lib/java.exp (compile_java_from_source): Pass the correct type
6691 to target_compile.
6692
6693 2006-12-31 Joel Brobecker <brobecker@adacore.com>
6694
6695 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
6696 (stack_align_edx): New function.
6697 (stack_align_eax): New function.
6698 (main): Add calls to stack_align_edx and stack_align_eax.
6699 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
6700 Add testing for the cases where the register used during a stack
6701 realignment is edx. Same for eax.
6702
6703 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
6704
6705 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
6706 and generic PE targets.
6707
6708 2006-12-29 Joel Brobecker <brobecker@adacore.com>
6709
6710 * gdb.ada/array_return.exp: Update copyright date list.
6711
6712 2006-12-27 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
6715 (Create_Small_Float_Vector): New function.
6716 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
6717 function body.
6718 * gdb.ada/array_return/p.adb: Use new type and function from
6719 package Pck.
6720 * gdb.ada/array_return.exp: Add a test verifying that GDB is
6721 able to print the value returned by a function returning an
6722 array of float.
6723
6724 2006-12-20 Joel Brobecker <brobecker@adacore.com>
6725
6726 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
6727 The associated tests should be PASSing.
6728
6729 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6730
6731 Test for base in references.
6732 * gdb.mi/mi-var-cp.cc: Add test code.
6733 * gdb.mi/mi-var-cp.exp: Test for bases in references.
6734 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
6735 * gdb.mi/mi2-watch.exp: Likewise.
6736 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
6737 (mi_list_varobj_children): New function.
6738
6739 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
6740
6741 * lib/mi-support.exp
6742 (mi_runto): Accept "()" after function name.
6743 (mi_create_varobj): New function.
6744 (mi_varobj_update): New function.
6745 (mi_Check_varobj_value): New function.
6746 * gdb.mi/mi-var-cp.exp: New file.
6747 * gdb.mi/mi-var-cp.cc: New file.
6748
6749 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
6750
6751 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
6752 gdb.base/weaklib2.c: New files.
6753
6754 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
6755
6756 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
6757 info. Adjust test names.
6758
6759 * gdb.base/break.c (main): Move position of malloc.
6760 * gdb.base/break.exp: Revert mistaken checkin.
6761
6762 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
6763
6764 * gdb.mi/mi-var-cmd.exp: Check -var-update after
6765 assignement of arrays and function pointers.
6766 * gdb.mi/var-cmd.c: Add declaration necessary for above
6767 tests.
6768
6769 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
6770
6771 * gdb.base/break.c (main): Call malloc.
6772
6773 * gdb.threads/linux-dp.exp: Read thread table before and after
6774 creating each philosopher and verify it.
6775
6776 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
6777 Paul Brook <paul@codesourcery.com>
6778 Daniel Jacobowitz <dan@codesourcery.com>
6779
6780 * gdb.base/ending-run.exp: Flatten expect script stepping out of
6781 main to remove duplication. Add start function of the form
6782 '_*start[1-9]*'. Add RVDS start function.
6783
6784 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
6785
6786 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
6787
6788 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6789
6790 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
6791 * gdb.asm/spu.inc: New file.
6792 * gdb.base/term.exp: Disable if [target_info exists noargs].
6793 * gdb.gdb/complaints.exp: Disable if ![isnative].
6794 * gdb.gdb/selftest.exp: Likewise.
6795 * gdb.gdb/observer.exp: Likewise.
6796 * gdb.gdb/xfullpath.exp: Likewise.
6797 * gdb.base/attach.exp: Disable on SPU target.
6798 * gdb.cp/bs145503.exp: Likewise.
6799 * gdb.cp/exception.exp: Likewise.
6800 * gdb.cp/userdef.exp: Likewise.
6801
6802 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
6803
6804 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
6805
6806 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
6807
6808 * gdb.base/completion.exp: Fix completion tests for
6809 'info' and 'info '.
6810 * gdb.base/help.exp (help_test_raw, test_class_help)
6811 (test_prefix_command_help): Move...
6812 * lib/gdb.exp: Here.
6813 * gdb.base/main.exp: Adjust.
6814 * gdb.cp/maint.exp: Adjust.
6815 * gdb.trace/tracecmd.exp: Use test_help_class.
6816
6817 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
6818
6819 * gdb.stabs/weird.exp (print_weird_var): Use
6820 gdb_test_multiple instead of gdb_expect.
6821
6822 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
6823
6824 * gdb.base/help.exp (help_test_raw): New.
6825 (test_class_help): New.
6826 (test_prefix_command_help): New.
6827 Adjust testcases.
6828
6829 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
6830
6831 * gdb.base/constvars.c (main): Write to crass and crips, so that
6832 they are allocated by the compiler.
6833
6834 2006-10-27 Andreas Schwab <schwab@suse.de>
6835
6836 * gdb.base/multi-forks.exp: Use "detach fork" instead of
6837 "detach-fork".
6838
6839 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
6840
6841 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
6842 of patterns.
6843
6844 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6845
6846 * gdb.base/sepdebug.exp: Remove debug format test.
6847 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
6848 Handle no-symtab.
6849 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
6850
6851 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6852
6853 * gdb.threads/manythreads.c (thread_function, main): Don't cast
6854 int to pointer or pointer to int.
6855 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
6856
6857 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
6858
6859 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
6860
6861 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
6864
6865 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6866
6867 PR c++/2116
6868 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
6869
6870 2006-10-06 Joel Brobecker <brobecker@adacore.com>
6871
6872 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
6873 the corresponding bug has been fixed in GDB (PR/2018).
6874
6875 2006-10-06 Joel Brobecker <brobecker@adacore.com>
6876
6877 * gdb.base/subst.exp: New testcase.
6878
6879 2006-10-06 Joel Brobecker <brobecker@adacore.com>
6880
6881 * gdb.ada/array_return/pck.ads: Add copyright notice.
6882 * gdb.ada/array_return/pck.adb: Likewise.
6883 * gdb.ada/array_return/p.adb: Likewise.
6884 * gdb.ada/exec_changed/first.adb: Likewise.
6885 * gdb.ada/exec_changed/second.adb: Likewise.
6886
6887 2006-10-06 Joel Brobecker <brobecker@adacore.com>
6888
6889 * gdb.ada/watch_arg/watch.adb: New file.
6890 * gdb.ada/watch_arg.exp: New testcase.
6891
6892 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
6893
6894 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
6895 via string_to_regexp.
6896 * gdb.mi/mi2-basics.exp: Likewise.
6897
6898 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
6899
6900 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
6901 Remove unused / obsolete files.
6902
6903 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
6904
6905 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
6906
6907 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
6908
6909 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
6910 HIGH_FRAME argument to -stack-list-arguments can be larger than
6911 the number of frames.
6912
6913 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
6914
6915 * gdb.base/args.c (main): Add breakpoint marker.
6916 * gdb.base/args.exp: Use args_test for tests. Add new tests which
6917 really test empty arguments.
6918 (args_load): Delete.
6919 (args_test): New.
6920
6921 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
6922
6923 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
6924 check for one file.
6925
6926 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
6927
6928 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
6929 HIGH_FRAME argument to -stack-list-locals can be larger than
6930 the number of frames.
6931
6932 2006-08-18 Fred Fish <fnf@specifix.com>
6933
6934 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
6935 '$' in front of skip_vmx_tests_saved when setting that.
6936
6937 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
6938
6939 * gdb.base/trace-commands.exp: New file.
6940
6941 2006-08-10 Joel Brobecker <brobecker@adacore.com>
6942 Daniel Jacobowitz <dan@codesourcery.com>
6943
6944 * gdb.base/step-bt.exp: Make hexadecimal address optional in
6945 expected output of the backtrace commands.
6946
6947 2006-08-09 Joel Brobecker <brobecker@adacore.com>
6948
6949 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
6950 untested followed by return combination.
6951 * gdb.arch/altivec-regs.exp: Likewise.
6952 * gdb.arch/e500-abi.exp: Likewise.
6953 * gdb.arch/e500-regs.exp: Likewise.
6954 * gdb.arch/gdb1291.exp: Likewise.
6955 * gdb.arch/gdb1431.exp: Likewise.
6956 * gdb.arch/gdb1558.exp: Likewise.
6957 * gdb.arch/i386-prologue.exp: Likewise.
6958 * gdb.arch/i386-unwind.exp: Likewise.
6959 * gdb.asm/asm-source.exp: Likewise.
6960 * gdb.base/a2-run.exp: Likewise.
6961 * gdb.base/advance.exp: Likewise.
6962 * gdb.base/all-bin.exp: Likewise.
6963 * gdb.base/annota1.exp: Likewise.
6964 * gdb.base/annota3.exp: Likewise.
6965 * gdb.base/args.exp: Likewise.
6966 * gdb.base/arithmet.exp: Likewise.
6967 * gdb.base/assign.exp: Likewise.
6968 * gdb.base/async.exp: Likewise.
6969 * gdb.base/attach.exp: Likewise.
6970 * gdb.base/bang.exp: Likewise.
6971 * gdb.base/bigcore.exp: Likewise.
6972 * gdb.base/bitfields.exp: Likewise.
6973 * gdb.base/bitfields2.exp: Likewise.
6974 * gdb.base/break.exp: Likewise.
6975 * gdb.base/call-sc.exp: Likewise.
6976 * gdb.base/call-strs.exp: Likewise.
6977 * gdb.base/callfuncs.exp: Likewise.
6978 * gdb.base/checkpoint.exp: Likewise.
6979 * gdb.base/chng-syms.exp: Likewise.
6980 * gdb.base/code-expr.exp: Likewise.
6981 * gdb.base/commands.exp: Likewise.
6982 * gdb.base/completion.exp: Likewise.
6983 * gdb.base/cond-expr.exp: Likewise.
6984 * gdb.base/condbreak.exp: Likewise.
6985 * gdb.base/consecutive.exp: Likewise.
6986 * gdb.base/constvars.exp: Likewise.
6987 * gdb.base/corefile.exp: Likewise.
6988 * gdb.base/cvexpr.exp: Likewise.
6989 * gdb.base/dbx.exp: Likewise.
6990 * gdb.base/define.exp: Likewise.
6991 * gdb.base/detach.exp: Likewise.
6992 * gdb.base/display.exp: Likewise.
6993 * gdb.base/dump.exp: Likewise.
6994 * gdb.base/ena-dis-br.exp: Likewise.
6995 * gdb.base/ending-run.exp: Likewise.
6996 * gdb.base/environ.exp: Likewise.
6997 * gdb.base/eval-skip.exp: Likewise.
6998 * gdb.base/exprs.exp: Likewise.
6999 * gdb.base/fileio.exp: Likewise.
7000 * gdb.base/finish.exp: Likewise.
7001 * gdb.base/float.exp: Likewise.
7002 * gdb.base/foll-exec.exp: Likewise.
7003 * gdb.base/foll-fork.exp: Likewise.
7004 * gdb.base/foll-vfork.exp: Likewise.
7005 * gdb.base/freebpcmd.exp: Likewise.
7006 * gdb.base/funcargs.exp: Likewise.
7007 * gdb.base/gcore.exp: Likewise.
7008 * gdb.base/gdb1090.exp: Likewise.
7009 * gdb.base/gdb1250.exp: Likewise.
7010 * gdb.base/huge.exp: Likewise.
7011 * gdb.base/info-proc.exp: Likewise.
7012 * gdb.base/interrupt.exp: Likewise.
7013 * gdb.base/jump.exp: Likewise.
7014 * gdb.base/langs.exp: Likewise.
7015 * gdb.base/lineinc.exp: Likewise.
7016 * gdb.base/list.exp: Likewise.
7017 * gdb.base/logical.exp: Likewise.
7018 * gdb.base/long_long.exp: Likewise.
7019 * gdb.base/macscp.exp: Likewise.
7020 * gdb.base/maint.exp: Likewise.
7021 * gdb.base/mips_pro.exp: Likewise.
7022 * gdb.base/miscexprs.exp: Likewise.
7023 * gdb.base/multi-forks.exp: Likewise.
7024 * gdb.base/opaque.exp: Likewise.
7025 * gdb.base/overlays.exp: Likewise.
7026 * gdb.base/pc-fp.exp: Likewise.
7027 * gdb.base/pointers.exp: Likewise.
7028 * gdb.base/printcmds.exp: Likewise.
7029 * gdb.base/psymtab.exp: Likewise.
7030 * gdb.base/ptype.exp: Likewise.
7031 * gdb.base/recurse.exp: Likewise.
7032 * gdb.base/relational.exp: Likewise.
7033 * gdb.base/relocate.exp: Likewise.
7034 * gdb.base/remote.exp: Likewise.
7035 * gdb.base/reread.exp: Likewise.
7036 * gdb.base/restore.exp: Likewise.
7037 * gdb.base/return.exp: Likewise.
7038 * gdb.base/return2.exp: Likewise.
7039 * gdb.base/scope.exp: Likewise.
7040 * gdb.base/sect-cmd.exp: Likewise.
7041 * gdb.base/sep.exp: Likewise.
7042 * gdb.base/sepdebug.exp: Likewise.
7043 * gdb.base/setshow.exp: Likewise.
7044 * gdb.base/setvar.exp: Likewise.
7045 * gdb.base/sigall.exp: Likewise.
7046 * gdb.base/sigbpt.exp: Likewise.
7047 * gdb.base/signals.exp: Likewise.
7048 * gdb.base/signull.exp: Likewise.
7049 * gdb.base/sizeof.exp: Likewise.
7050 * gdb.base/solib.exp: Likewise.
7051 * gdb.base/step-line.exp: Likewise.
7052 * gdb.base/step-test.exp: Likewise.
7053 * gdb.base/structs.exp: Likewise.
7054 * gdb.base/structs2.exp: Likewise.
7055 * gdb.base/term.exp: Likewise.
7056 * gdb.base/twice.exp: Likewise.
7057 * gdb.base/until.exp: Likewise.
7058 * gdb.base/varargs.exp: Likewise.
7059 * gdb.base/volatile.exp: Likewise.
7060 * gdb.base/watchpoint.exp: Likewise.
7061 * gdb.base/whatis-exp.exp: Likewise.
7062 * gdb.base/whatis.exp: Likewise.
7063 * gdb.cp/ambiguous.exp: Likewise.
7064 * gdb.cp/annota2.exp: Likewise.
7065 * gdb.cp/annota3.exp: Likewise.
7066 * gdb.cp/bool.exp: Likewise.
7067 * gdb.cp/breakpoint.exp: Likewise.
7068 * gdb.cp/casts.exp: Likewise.
7069 * gdb.cp/class2.exp: Likewise.
7070 * gdb.cp/classes.exp: Likewise.
7071 * gdb.cp/cplusfuncs.exp: Likewise.
7072 * gdb.cp/ctti.exp: Likewise.
7073 * gdb.cp/derivation.exp: Likewise.
7074 * gdb.cp/exception.exp: Likewise.
7075 * gdb.cp/gdb1355.exp: Likewise.
7076 * gdb.cp/hang.exp: Likewise.
7077 * gdb.cp/inherit.exp: Likewise.
7078 * gdb.cp/local.exp: Likewise.
7079 * gdb.cp/m-data.exp: Likewise.
7080 * gdb.cp/m-static.exp: Likewise.
7081 * gdb.cp/member-ptr.exp: Likewise.
7082 * gdb.cp/method.exp: Likewise.
7083 * gdb.cp/misc.exp: Likewise.
7084 * gdb.cp/namespace.exp: Likewise.
7085 * gdb.cp/overload.exp: Likewise.
7086 * gdb.cp/ovldbreak.exp: Likewise.
7087 * gdb.cp/pr-1023.exp: Likewise.
7088 * gdb.cp/pr-1210.exp: Likewise.
7089 * gdb.cp/pr-574.exp: Likewise.
7090 * gdb.cp/printmethod.exp: Likewise.
7091 * gdb.cp/psmang.exp: Likewise.
7092 * gdb.cp/ref-params.exp: Likewise.
7093 * gdb.cp/ref-types.exp: Likewise.
7094 * gdb.cp/rtti.exp: Likewise.
7095 * gdb.cp/templates.exp: Likewise.
7096 * gdb.cp/try_catch.exp: Likewise.
7097 * gdb.cp/userdef.exp: Likewise.
7098 * gdb.cp/virtfunc.exp: Likewise.
7099 * gdb.disasm/am33.exp: Likewise.
7100 * gdb.disasm/h8300s.exp: Likewise.
7101 * gdb.disasm/mn10300.exp: Likewise.
7102 * gdb.disasm/sh3.exp: Likewise.
7103 * gdb.disasm/t01_mov.exp: Likewise.
7104 * gdb.disasm/t02_mova.exp: Likewise.
7105 * gdb.disasm/t03_add.exp: Likewise.
7106 * gdb.disasm/t04_sub.exp: Likewise.
7107 * gdb.disasm/t05_cmp.exp: Likewise.
7108 * gdb.disasm/t06_ari2.exp: Likewise.
7109 * gdb.disasm/t07_ari3.exp: Likewise.
7110 * gdb.disasm/t08_or.exp: Likewise.
7111 * gdb.disasm/t09_xor.exp: Likewise.
7112 * gdb.disasm/t10_and.exp: Likewise.
7113 * gdb.disasm/t11_logs.exp: Likewise.
7114 * gdb.disasm/t12_bit.exp: Likewise.
7115 * gdb.disasm/t13_otr.exp: Likewise.
7116 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7117 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7118 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7119 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7120 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7121 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7122 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7123 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7124 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7125 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7126 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7127 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7128 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7129 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7130 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7131 * gdb.mi/gdb701.exp: Likewise.
7132 * gdb.mi/gdb792.exp: Likewise.
7133 * gdb.mi/mi-basics.exp: Likewise.
7134 * gdb.mi/mi-break.exp: Likewise.
7135 * gdb.mi/mi-cli.exp: Likewise.
7136 * gdb.mi/mi-console.exp: Likewise.
7137 * gdb.mi/mi-disassemble.exp: Likewise.
7138 * gdb.mi/mi-eval.exp: Likewise.
7139 * gdb.mi/mi-file.exp: Likewise.
7140 * gdb.mi/mi-read-memory.exp: Likewise.
7141 * gdb.mi/mi-regs.exp: Likewise.
7142 * gdb.mi/mi-return.exp: Likewise.
7143 * gdb.mi/mi-simplerun.exp: Likewise.
7144 * gdb.mi/mi-stack.exp: Likewise.
7145 * gdb.mi/mi-stepi.exp: Likewise.
7146 * gdb.mi/mi-syn-frame.exp: Likewise.
7147 * gdb.mi/mi-until.exp: Likewise.
7148 * gdb.mi/mi-var-block.exp: Likewise.
7149 * gdb.mi/mi-var-child.exp: Likewise.
7150 * gdb.mi/mi-var-cmd.exp: Likewise.
7151 * gdb.mi/mi-var-display.exp: Likewise.
7152 * gdb.mi/mi-watch.exp: Likewise.
7153 * gdb.mi/mi2-basics.exp: Likewise.
7154 * gdb.mi/mi2-break.exp: Likewise.
7155 * gdb.mi/mi2-cli.exp: Likewise.
7156 * gdb.mi/mi2-console.exp: Likewise.
7157 * gdb.mi/mi2-disassemble.exp: Likewise.
7158 * gdb.mi/mi2-eval.exp: Likewise.
7159 * gdb.mi/mi2-file.exp: Likewise.
7160 * gdb.mi/mi2-read-memory.exp: Likewise.
7161 * gdb.mi/mi2-regs.exp: Likewise.
7162 * gdb.mi/mi2-return.exp: Likewise.
7163 * gdb.mi/mi2-simplerun.exp: Likewise.
7164 * gdb.mi/mi2-stack.exp: Likewise.
7165 * gdb.mi/mi2-stepi.exp: Likewise.
7166 * gdb.mi/mi2-syn-frame.exp: Likewise.
7167 * gdb.mi/mi2-until.exp: Likewise.
7168 * gdb.mi/mi2-var-block.exp: Likewise.
7169 * gdb.mi/mi2-var-child.exp: Likewise.
7170 * gdb.mi/mi2-var-cmd.exp: Likewise.
7171 * gdb.mi/mi2-var-display.exp: Likewise.
7172 * gdb.mi/mi2-watch.exp: Likewise.
7173 * gdb.stabs/exclfwd.exp: Likewise.
7174 * gdb.stabs/weird.exp: Likewise.
7175 * gdb.threads/gcore-thread.exp: Likewise.
7176 * gdb.trace/actions.exp: Likewise.
7177 * gdb.trace/backtrace.exp: Likewise.
7178 * gdb.trace/circ.exp: Likewise.
7179 * gdb.trace/collection.exp: Likewise.
7180 * gdb.trace/deltrace.exp: Likewise.
7181 * gdb.trace/infotrace.exp: Likewise.
7182 * gdb.trace/limits.exp: Likewise.
7183 * gdb.trace/packetlen.exp: Likewise.
7184 * gdb.trace/passc-dyn.exp: Likewise.
7185 * gdb.trace/passcount.exp: Likewise.
7186 * gdb.trace/report.exp: Likewise.
7187 * gdb.trace/save-trace.exp: Likewise.
7188 * gdb.trace/tfind.exp: Likewise.
7189 * gdb.trace/tracecmd.exp: Likewise.
7190 * gdb.trace/while-dyn.exp: Likewise.
7191 * gdb.trace/while-stepping.exp: Likewise.
7192
7193 2006-08-08 Joel Brobecker <brobecker@adacore.com>
7194
7195 * gdb.base/step-bt.c: New file.
7196 * gdb.base/step-bt.exp: New testcase.
7197
7198 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7199
7200 * config/monitor.exp (gdb_load): Remove support for obsolete
7201 download-write-size.
7202 * gdb.base/remote.exp: Likewise. Update all callers of
7203 gdb_timed_load.
7204
7205 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7206
7207 * cursal.exp: Pass binfile to gdb_load.
7208
7209 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7210
7211 * gdb.base/cursal.exp: Add "" to gdb_load call.
7212
7213 2006-07-29 Mark Kettenis <kettenis@gnu.org>
7214
7215 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7216 NetBSD/ELF targets.
7217
7218 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7219
7220 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7221 operator*.
7222
7223 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7224
7225 * gdb.base/completion.exp: Update for change in "file" behavior.
7226 * gdb.stabs/weird.exp: Likewise.
7227 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7228 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7229
7230 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7231
7232 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7233 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7234
7235 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7236
7237 * gdb.base/default.exp: Update source command error message.
7238 * gdb.base/help.exp: Update 'help source' message.
7239
7240 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7241
7242 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7243 test.
7244
7245 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7246
7247 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7248
7249 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7250
7251 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7252
7253 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7254
7255 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7256
7257 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7258
7259 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7260 *-*-openbsd* from targets for wich we expect ARM FPA floating
7261 point format.
7262
7263 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
7264
7265 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7266
7267 2006-07-17 Mark Kettenis <kettenis@gnu.org>
7268
7269 * gdb.base/annota3.exp: Expect frame-begin annotation.
7270
7271 2006-07-14 Joel Brobecker <brobecker@adacore.com>
7272
7273 * gdb.base/help.exp: Adjust "help unset" test to accept
7274 any list of unset commands.
7275
7276 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7277 Daniel Jacobowitz <dan@codesourcery.com>
7278
7279 * gdb.cp/ref-params.exp: New test.
7280 * gdb.cp/ref-params.cc: New source file.
7281 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7282
7283 2006-07-08 Mark Kettenis <kettenis@gnu.org>
7284
7285 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7286 spaces/tabs in regular expressions since they might not be there.
7287
7288 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7289
7290 * gdb.base/ifelse.exp: New file.
7291
7292 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7293
7294 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7295 line.
7296 * gdb.base/huge.exp: Loop over compilation to find a size that
7297 is acceptable.
7298 * gdb.base/remote.exp: Correct expected strings.
7299 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7300
7301 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7302
7303 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7304
7305 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7306
7307 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7308 native.
7309
7310 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7311
7312 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7313 enable stabs testing.
7314
7315 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7316
7317 * gdb.base/auxv.exp: Intercept undefined command messages before
7318 gdb_test_multiple does.
7319
7320 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7321
7322 * Makefile.in (host_alias): Remove.
7323 (target_alias): Use @target_noncanonical@.
7324 (site.exp): Don't set host_alias.
7325 * aclocal.m4: Remove contents. Include acx.m4.
7326 * configure: Regenerated.
7327 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7328
7329 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7330
7331 * lib/gdb.exp (gdb_load_cmd): New.
7332
7333 * gdb.base/fileio.c: Add system(NULL) test.
7334 * gdb.base/fileio.exp: Check it.
7335
7336 * gdb.base/break.c: Add 10a breakpoint at }
7337 * gdb.base/break.exp: Add test for breakpoint at }
7338 * gdb.cp/anon-union.cc: Add code at end of function.
7339 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7340 * gdb.mi/var-cmd.c: Add code at end of function.
7341 * gdb.mi/mi-var-display.exp: Adjust end of next.
7342 * gdb.mi/mi2-var-display.exp: Likewise.
7343 * gdb.base/fileio.c: Add stop function and insert calls at
7344 stopping places.
7345 * gdb.base/fileio.exp: Breakpoint stop function and remove
7346 explicit line number references.
7347
7348 2006-05-19 Joel Brobecker <brobecker@adacore.com>
7349
7350 * gdb.base/del.exp (test_delete_alias): New function.
7351 Now check that both "del" and "d" work as aliases for "delete".
7352
7353 2006-05-18 Fred Fish <fnf@specifix.com>
7354
7355 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7356 required. Check for spurious output after program exits normally.
7357
7358 2006-05-17 Fred Fish <fnf@specifix.com>
7359
7360 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7361 gdb_load, so it works in the simulator.
7362
7363 2006-05-11 Fred Fish <fnf@specifix.com>
7364
7365 * gdb.base/bang.exp: Ignore unexpected output between the
7366 "program exited normally" and the gdb prompt, as many other
7367 tests do.
7368
7369 2006-05-07 Mark Kettenis <kettenis@gnu.org>
7370
7371 * gdb.base/help.exp: Make "delete checkpoint" part option for
7372 "help d" and "help delete" tests.
7373
7374 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7375
7376 * gdb.mi/mi-basics.exp: Add missing serial number to
7377 expected output in some mi_gdb_test statements.
7378 * gdb.mi/mi2-basics.exp: Likewise.
7379
7380 2006-05-05 Joel Brobecker <brobecker@adacore.com>
7381
7382 * gdb.base/del.c: New file.
7383 * gdb.base/del.exp: New testcase.
7384
7385 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
7386
7387 * gdb.base/break.exp: Do not assume a breakpoint on
7388 main will actually be in $srcfile when optimizing.
7389 * gdb.base/savedregs.exp: Do not require that the dummy
7390 frame location match up to a symbol and source file location.
7391 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7392 will get printed without a mi_cmd_data_list_register_values prefix.
7393 (*-data-list-register-*): Correct regular expressions to expect the new
7394 pseudo d? floating point registers.
7395 * gdb.mi/mi2-regs.exp: Likewise.
7396
7397 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
7398
7399 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7400 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7401 is allocated by the compiler.
7402 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7403 anons, e, anone to force their allocation by the compiler.
7404
7405 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
7406
7407 * gdb.base/help.exp: Update expected text for help d and
7408 help delete.
7409
7410 2006-05-02 Mark Kettenis <kettenis@gnu.org>
7411
7412 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7413 NetBSD/ELF targets.
7414
7415 2006-04-30 Mark Kettenis <kettenis@gnu.org>
7416
7417 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7418 single-step breakpoint fails; make this a KFAIL on
7419 sparc*-*-openbsd*.
7420 * gdb.base/siginfo.exp: Likewise.
7421 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7422
7423 2006-04-26 Michael Snyder <msnyder@redhat.com>
7424
7425 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7426 which may have to consume output from other forks.
7427 Add tests to make sure that "delete fork" succeeded.
7428
7429 2006-04-20 Michael Snyder <msnyder@redhat.com>
7430
7431 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7432 Add support for the Renesas M32C and M16C.
7433
7434 * gdb.asm/asm-source.exp: Add m32c target.
7435 * gdb.asm/m32c.inc: Support for m32c target.
7436
7437 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7438
7439 * gdb.base/commands.exp (recursive_source_test): New test.
7440
7441 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
7442
7443 * gdb.base/float.exp: Add pattern for sparc targets.
7444
7445 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7446
7447 * gdb.base/commands.exp (stray_arg0_test): New test.
7448
7449 2006-03-30 Paul Brook <paul@codesourcery.com>
7450
7451 * gdb.mi/mi-until.exp: kfail broken until command.
7452 * gdb.mi/mi2-until.exp: Ditto.
7453
7454 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7455
7456 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7457
7458 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
7459
7460 * gdb.base/prelink.exp: Anchor tested-for regular expression
7461 on gdb prompt.
7462
7463 2006-03-07 Paul Brook <paul@codesourcery.com>
7464
7465 * gdb.base/assign.exp: Correct fail message.
7466
7467 2006-03-07 Paul Brook <paul@codesourcery.com>
7468
7469 * lib/compiler.c: Extract armcc version number.
7470 * lib/compiler.cc: Ditto.
7471
7472 2006-03-07 Paul Brook <paul@codesourcery.com>
7473
7474 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
7475 additional_flags=-w.
7476 * gdb.arch/altivec-regs.exp: Ditto.
7477 * gdb.arch/e500-abi.exp: Ditto.
7478 * gdb.arch/e500-regs.exp: Ditto.
7479 * gdb.base/all-bin.exp: Ditto.
7480 * gdb.base/annota1.exp: Ditto.
7481 * gdb.base/annota3.exp: Ditto.
7482 * gdb.base/args.exp: Ditto.
7483 * gdb.base/arithmet.exp: Ditto.
7484 * gdb.base/assign.exp: Ditto.
7485 * gdb.base/async.exp: Ditto.
7486 * gdb.base/bang.exp: Ditto.
7487 * gdb.base/break.exp: Ditto.
7488 * gdb.base/call-rt-st.exp: Ditto.
7489 * gdb.base/completion.exp: Ditto.
7490 * gdb.base/cond-expr.exp: Ditto.
7491 * gdb.base/condbreak.exp: Ditto.
7492 * gdb.base/consecutive.exp: Ditto.
7493 * gdb.base/define.exp: Ditto.
7494 * gdb.base/display.exp: Ditto.
7495 * gdb.base/ena-dis-br.exp: Ditto.
7496 * gdb.base/environ.exp: Ditto.
7497 * gdb.base/eval-skip.exp: Ditto.
7498 * gdb.base/info-proc.exp: Ditto.
7499 * gdb.base/jump.exp: Ditto.
7500 * gdb.base/logical.exp: Ditto.
7501 * gdb.base/long_long.exp: Ditto.
7502 * gdb.base/maint.exp: Ditto.
7503 * gdb.base/miscexprs.exp: Ditto.
7504 * gdb.base/pc-fp.exp: Ditto.
7505 * gdb.base/pointers.exp: Ditto.
7506 * gdb.base/relational.exp: Ditto.
7507 * gdb.base/reread.exp: Ditto.
7508 * gdb.base/sect-cmd.exp: Ditto.
7509 * gdb.base/sep.exp: Ditto.
7510 * gdb.base/sepdebug.exp: Ditto.
7511 * gdb.base/until.exp: Ditto.
7512 * gdb.base/whatis-exp.exp: Ditto.
7513 * gdb.cp/annota2.exp: Ditto.
7514 * gdb.cp/annota3.exp: Ditto.
7515 * gdb.trace/actions.exp: Ditto.
7516 * gdb.trace/backtrace.exp: Ditto.
7517 * gdb.trace/circ.exp: Ditto.
7518 * gdb.trace/collection.exp: Ditto.
7519 * gdb.trace/deltrace.exp: Ditto.
7520 * gdb.trace/infotrace.exp: Ditto.
7521 * gdb.trace/limits.exp: Ditto.
7522 * gdb.trace/packetlen.exp: Ditto.
7523 * gdb.trace/passc-dyn.exp: Ditto.
7524 * gdb.trace/passcount.exp: Ditto.
7525 * gdb.trace/report.exp: Ditto.
7526 * gdb.trace/save-trace.exp: Ditto.
7527 * gdb.trace/tfind.exp: Ditto.
7528 * gdb.trace/tracecmd.exp: Ditto.
7529 * gdb.trace/while-dyn.exp: Ditto.
7530 * gdb.trace/while-stepping.exp: Ditto.
7531 * lib/gdb.exp: Ditto.
7532 (gdb_compile): Handle nowarning option.
7533
7534 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
7535
7536 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
7537 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
7538 Rename executable to prelinkt. Don't re-prelink if we didn't
7539 get a core file. Test prelink -u exit status to tell whether
7540 prelinking failed. Use gdb_test_multiple.
7541
7542 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7543
7544 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
7545 (do_tests): Call it.
7546
7547 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
7548
7549 * gdb.base/prelink.exp: New test.
7550 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
7551
7552 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
7553
7554 * gdb.fortran/derived-type.f90: New file.
7555 * gdb.fortran/derived-type.exp: New testcase.
7556
7557 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
7558
7559 * gdb.base/default.exp: Allow ';' as a directory separator.
7560
7561 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7562
7563 * gdb.base/help.exp (help add-symbol-file): Update.
7564
7565 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
7566
7567 * gdb.base/help.exp (help load): Update expected results.
7568
7569 2006-02-19 Fred Fish <fnf@specifix.com>
7570
7571 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
7572 specifix hex value as part of results.
7573 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
7574
7575 2006-02-16 Fred Fish <fnf@specifix.com>
7576
7577 * gdb.base/whatis.c: Define variables using typedefs char_addr,
7578 ushort_addr, and slong_addr, so the typedefs are not optimized
7579 away.
7580 * gdb.base/whatis.exp: Add tests using type name for struct type,
7581 union type, enum type, and typedef.
7582
7583 2006-02-13 Mark Kettenis <kettenis@gnu.org>
7584
7585 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
7586
7587 2006-02-13 Jim Blandy <jimb@redhat.com>
7588
7589 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
7590 case where it takes two "next" commands to skip past the init
7591 call.
7592
7593 2006-02-12 Fred Fish <fnf@specifix.com>
7594
7595 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
7596 to handle cases where it takes two "next" commands to skip
7597 past the init call.
7598
7599 2006-02-07 Joel Brobecker <brobecker@adacore.com>
7600
7601 * gdb.ada/array_return.exp: Mark the last test as expected to fail
7602 on hppa32 targets.
7603
7604 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
7605
7606 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
7607 field.
7608
7609 2006-01-29 Mark Kettenis <kettenis@gnu.org>
7610
7611 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
7612
7613 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
7614
7615 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
7616 files.
7617
7618 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7619
7620 * gdb.cp/maint.exp: Set complaints to a positive value.
7621
7622 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7623
7624 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
7625 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
7626 function name.
7627
7628 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
7629
7630 * gdb.base/checkpoint.c: Update copyright notice. Include
7631 <stdlib.h>.
7632
7633 2006-01-04 Jim Blandy <jimb@redhat.com>
7634
7635 * gdb.asm/asm-source.exp: Independently provide default values for
7636 asm-flags and debug-flags. Use 'string equal' to do the
7637 comparison, not the implicit expr's '==' operator. Remove
7638 now-unneeded assignments to asm-flags. In h8300 case, place
7639 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
7640
7641 2006-01-04 Michael Snyder <msnyder@redhat.com>
7642
7643 * gdb.base/checkpoint.c: New file.
7644 * gdb.base/checkpoint.exp: New file.
7645 * gdb.base/multi-fork.c: New file.
7646 * gdb.base/multi-fork.exp: New file.
7647 * gdb.base/pi.txt: New file (data for checkpoint.c test).
7648
7649 2006-01-04 Fred Fish <fnf@specifix.com>
7650
7651 * gdb.base/ptype.c (foo): Add typedef.
7652 (intfoo): Add function.
7653 * gdb.base/ptype1.c: New file.
7654 * gdb.base/ptype.exp: Handle compilation and linking with two
7655 source files. Test that proper type for "foo" is found based
7656 on source context rather than first match found in symtabs.
7657
7658 2005-12-28 Mark Kettenis <kettenis@gnu.org>
7659
7660 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
7661 * gdb.asm/openbsd.inc: Indent commands.
7662
7663 2005-12-26 Mark Kettenis <kettenis@gnu.org>
7664
7665 * gdb.base/freebpcmd.exp: Increase timeout.
7666
7667 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
7668
7669 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
7670
7671 * gdb.base/default.exp: Update check for "show version".
7672
7673 2005-12-09 Randolph Chung <tausq@debian.org>
7674
7675 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
7676 * gdb.asm/pa64.inc: New file.
7677
7678 2005-12-09 Randolph Chung <tausq@debian.org>
7679
7680 * gdb.asm/common.inc: Indent commands.
7681 * gdb.asm/asmsrc1.s: Likewise.
7682 * gdb.asm/asmsrc2.s: Likewise.
7683
7684 2005-12-09 Randolph Chung <tausq@debian.org>
7685
7686 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
7687 (get_addr_of_sym): Remove duplicate print.
7688 (gen_core): xfail hppa*-*-hpux*, update expected output.
7689 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
7690 * gdb.arch/pa64-nullify.s: New file.
7691
7692 2005-12-09 Randolph Chung <tausq@debian.org>
7693
7694 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
7695
7696 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
7697
7698 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
7699 code generation for these functions.
7700 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
7701 error message.
7702
7703 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
7704
7705 * gdb.base/help.exp (help b, help br, help bre, help brea)
7706 (help break): Update the expected message.
7707
7708 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
7709
7710 * gdb.asm/m68hc11.inc: Setup the data section.
7711 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
7712 script for this test.
7713 (m6812-*-*): Likewise.
7714
7715 2005-11-09 Randolph Chung <tausq@debian.org>
7716
7717 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
7718
7719 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
7720
7721 * gdb.base/break.exp: Fix a comment typo.
7722
7723 2005-11-03 Jim Blandy <jimb@redhat.com>
7724
7725 Checked in by Elena Zannoni <ezannoni@redhat.com>
7726
7727 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
7728
7729 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
7730
7731 * gdb.arch/gdb1558.c: Include stdio.h.
7732
7733 2005-10-31 Mark Kettenis <kettenis@gnu.org>
7734
7735 * gdb.asm/asm-source.exp: Use -e instead of --entry.
7736
7737 2005-10-31 Mark Kettenis <kettenis@gnu.org>
7738
7739 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
7740
7741 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
7742
7743 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
7744 vscr" tests to better match output.
7745
7746 2005-10-12 Jim Blandy <jimb@redhat.com>
7747
7748 * gdb.base/structs.exp (any): New function.
7749 (test_struct_returns): Don't make any assumptions at all about
7750 what value the function returns when GDB can't set the return
7751 value.
7752
7753 2005-10-09 Joel Brobecker <brobecker@adacore.com>
7754
7755 * gdb.ada/arrayidx/p.adb: New file.
7756 * gdb.ada/arrayidx.exp: New testcase
7757
7758 2005-10-09 Joel Brobecker <brobecker@adacore.com>
7759
7760 * gdb.ada/array_return/pck.ads: New file.
7761 * gdb.ada/array_return/pck.adb: New file.
7762 * gdb.ada/array_return/p.adb: New file.
7763 * gdb.ada/array_return.exp: New testcase.
7764
7765 2005-10-03 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.base/arrayidx.c: New file.
7768 * gdb.base/arrayidx.exp: New testcase.
7769
7770 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
7771
7772 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
7773 frames-invalid and breakpoints-invalid are no longer generated
7774 with level 3 so don't expect them in the output.
7775
7776 2005-09-27 Bob Rossi <bob@brasko.net>
7777
7778 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
7779 from test. Escape the | in mi_gdb_test call.
7780 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
7781 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
7782 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
7783 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
7784 expected regex's in mi_gdb_test calls.
7785 * lib/mi-support.exp: Remove arbitrary .* from tests.
7786 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
7787 Fully anchor GDB/MI expected results in mi_gdb_test.
7788 * lib/gdb.exp (string_to_regexp): Escape the ] character.
7789 * gdb.base/sizeof.exp: Remove escape character. Correct test.
7790
7791 2005-09-26 Paul Brook <paul@codesourcery.com>
7792
7793 * long_long.exp: Exclude eabi targets from arm FPA float format test.
7794
7795 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
7796
7797 * bfp-test.c: New file.
7798 * bfp-test.exp: New testcase.
7799
7800 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
7801
7802 * gdb.fortran/subarray.exp: New testcase to test the evaluation
7803 of subarray and substring variable.
7804 * gdb.fortran/subarray.f: New source file for the test of subarray
7805 and substring variable evaluation.
7806 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
7807 of string constant.
7808
7809 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
7810
7811 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
7812 copyright dates.
7813
7814 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
7815
7816 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
7817 powerpc altivec' test with an almost identical 'info vector' test.
7818
7819 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
7820
7821 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
7822 vscr" tests to match output.
7823
7824 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
7825
7826 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
7827 output.
7828
7829 2005-09-11 Bob Rossi <bob@brasko.net>
7830
7831 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
7832 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
7833 commands that return an MI output command and an asyncronous MI output
7834 command.
7835 * gdb.mi/mi-console.exp: Ditto.
7836
7837 2005-09-11 Bob Rossi <bob@brasko.net>
7838
7839 * gdb.mi/mi-var-child.c: Include <string.h>.
7840
7841 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
7842
7843 * killed.exp: Correct gdb_expect syntax.
7844
7845 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
7846
7847 * lib/mi-support.exp (mi_gdb_load): Fix typo.
7848
7849 2005-08-02 Bob Rossi <bob@brasko.net>
7850
7851 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
7852 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
7853 Change tests to inferior-tty-set/show.
7854 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
7855 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
7856 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
7857 inferior. Use mi_gdb_test to get GDB and Inferior output.
7858 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
7859 descriptor.
7860 (mi_inferior_tty_name): Add inferior PTY file name.
7861 (mi_gdb_start): Add INFERIOR_PTY parameter.
7862 (mi_gdb_test): Add IPATTERN parameter.
7863
7864 2005-08-02 Bob Rossi <bob@brasko.net>
7865
7866 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
7867 parameter to mi_gdb_test.
7868 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
7869
7870 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7871
7872 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
7873 struct_declarations.
7874 * gdb.mi/mi-var-child.exp: Step over the initialization of
7875 struct_declarations.
7876
7877 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7878
7879 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
7880 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
7881 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
7882 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
7883 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
7884 file.
7885
7886 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
7887
7888 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
7889 (do_children_tests): Assign values to the extra elements.
7890
7891 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
7892 them for tests for "-var-update --no-values" and
7893 "-var-update --all-values".
7894 Add test for "-var-list-children --simple-values".
7895
7896 * gdb.mi/basics.c (callee4): Add integer array D[3]...
7897
7898 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
7899 "-stack-list-locals --simple-values" Improve doc strings and
7900 comments.
7901
7902 2005-07-18 Mark Kettenis <kettenis@gnu.org>
7903
7904 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
7905 *-*-openbsd*.
7906 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
7907
7908 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
7909 sigaltsatck'.
7910
7911 2005-07-14 Bob Rossi <bob@brasko.net>
7912
7913 * gdb.base/default.exp (tty): Changed output of command.
7914 * gdb.base/help.exp (help tty): Ditto.
7915
7916 2005-07-12 Mark Kettenis <kettenis@gnu.org>
7917
7918 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
7919
7920 2005-07-10 Mark Kettenis <kettenis@gnu.org>
7921
7922 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
7923 -stack-select-frame without arguments.
7924 (test_stack_frame_listing): Add test for newly implemented command
7925 -stack-info-frame.
7926
7927 2005-07-06 Bob Rossi <bob@brasko.net>
7928
7929 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
7930 command.
7931 (Copyright): Update copyright.
7932
7933 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
7934
7935 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
7936 tests to evaluate exponentiation expression.
7937
7938 2005-06-29 Andreas Schwab <schwab@suse.de>
7939
7940 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
7941 main to avoid warnings.
7942
7943 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
7944
7945 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
7946
7947 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
7948 -stack-select-frame without arguments.
7949 (test_stack_frame_listing): Add test for newly implemented command
7950 -stack-info-frame.
7951
7952 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
7953
7954 * gdb.fortran/array-element.f: New file.
7955 * gdb.fortran/array-element.exp: New testcase.
7956
7957 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7958
7959 * gdb.base/bigcore.exp: Correct checks for systems which can
7960 not dump a large core file.
7961
7962 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7963
7964 * gdb.base/relocate.c: Add a copyright notice.
7965 (dummy): Remove.
7966 * gdb.base/relocate.exp: Test printing the values of variables
7967 from a relocatable file.
7968
7969 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
7970
7971 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
7972 excess MI output after an error.
7973
7974 2005-05-29 Joel Brobecker <brobecker@adacore.com>
7975
7976 * gdb.arch/alpha-step.c: New file.
7977 * gdb.arch/alpha-step.exp: New testcase.
7978
7979 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
7980 Dennis Brueni <dennis@slickedit.com>
7981
7982 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
7983 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
7984 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
7985 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
7986 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7987 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
7988 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
7989
7990 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
7991 Wu Zhou <woodzltc@cn.ibm.com>
7992
7993 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
7994 IBM's xlc compiler.
7995 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
7996 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
7997
7998 2005-05-13 Jim Blandy <jimb@redhat.com>
7999
8000 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8001 calling gdb_suppress_entire_file.
8002 * gdb.base/charset.exp: Same.
8003 * gdb.base/call-rt-st.exp: Same.
8004
8005 2005-05-05 Bob Rossi <bob_rossi@cox.net>
8006
8007 * lib/gdb.exp (fullname_syntax): Added global regex.
8008 (fullname_syntax_POSIX): Ditto.
8009 (fullname_syntax_UNC): Ditto.
8010 (fullname_syntax_DOS_CASE): Ditto.
8011 (fullname_syntax_DOS): Ditto.
8012 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8013 fullname_syntax variable to scope and use it.
8014 (test_file_list_exec_source_files): Ditto.
8015 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8016
8017 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8018
8019 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8020
8021 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8022
8023 * lib/gdb.exp (skip_altivec_tests): New function, based on
8024 check_vmx_hw_available from the GCC testsuite.
8025 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8026 * lib/gdb.arch/altivec-regs.exp: Likewise.
8027
8028 2005-05-02 Jim Blandy <jimb@redhat.com>
8029
8030 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8031 calling gdb_suppress_entire_file.
8032
8033 2005-04-30 Randolph Chung <tausq@debian.org>
8034
8035 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8036 Slightly relax "sem_post" name checking.
8037
8038 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8039
8040 * gdb.base/unload.exp: Use new shared library infrastructure.
8041
8042 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8043
8044 * gdb.base/so-impl-ld.exp: Use new shared library
8045 infrastructure.
8046
8047 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
8048
8049 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8050 * gdb.asm/h8300.inc: New file.
8051
8052 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8053
8054 * gdb.base/shlib-call.exp: Change to use new shared library
8055 infrastructure.
8056
8057 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8058
8059 * gdb.base/pending.exp: Change to use new shared library
8060 infrastructure.
8061
8062 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8063
8064 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8065 use test_compiler_info instead of gcc_compiled, and update copyright.
8066
8067 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8068
8069 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8070 shared objects being adjusted and update copyright years.
8071
8072 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8073
8074 * ChangeLog: Correct some 2003-01-13 dates.
8075 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8076 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8077 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8078 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8079 gdb.trace/tfind.exp: Update copyright years.
8080
8081 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8082 Daniel Jacobowitz <dan@codesourcery.com>
8083
8084 * lib/gdb.exp (gdb_compile): Handle shlib=.
8085 (gdb_compile_shlib): New function.
8086
8087 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8088
8089 * lib/gdb.exp (test_compiler_info): Give argument a default value.
8090
8091 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8092
8093 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8094 gdb.server.
8095 * configure.ac: Likewise.
8096 * configure: Regenerated.
8097 * gdb.gdbserver/Makefile.in: Moved to...
8098 * gdb.server/Makefile.in: ... here.
8099 * gdb.gdbserver/server.c: Moved to...
8100 * gdb.server/server.c: ... here.
8101 * gdb.gdbserver/server-run.exp: Moved to...
8102 * gdb.server/server-run.exp: ... here.
8103
8104 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8105
8106 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8107 * configure.ac: Create gdb.gdbserver/Makefile.
8108 * configure: Regenerated.
8109 * lib/gdbserver-support.exp: New file, derived from
8110 config/gdbserver.exp.
8111 * config/gdbserver.exp: Use gdbserver-support.exp.
8112 * gdb.gdbserver/Makefile.in: New file.
8113 * gdb.gdbserver/server.c: New file.
8114 * gdb.gdbserver/server-run.exp: New file.
8115
8116 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8117
8118 * lib/gdb.exp (test_compiler_info): Return compiler_info
8119 if no arguments are given.
8120
8121 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8122
8123 * gdb.arch/altivec-abi.exp: Check for compiler and set
8124 use altivec' flag accordingly.
8125 * gdb.arch/altivec-regs.exp: Likewise.
8126
8127 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8128
8129 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8130
8131 2005-03-27 Andreas Schwab <schwab@suse.de>
8132
8133 * gdb.base/bigcore.c (main): Add missing mode argument in open
8134 call.
8135
8136 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8137
8138 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8139 downloads.
8140 * config/gdbserver.exp (gdb_load): Likewise.
8141
8142 2005-03-14 Paul Brook <paul@codesourcery.com>
8143
8144 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8145 targets.
8146
8147 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8148
8149 * gdb.dwarf2/dup-psym.S: New file.
8150 * gdb.dwarf2/dup-psym.exp: New testcase.
8151
8152 2005-03-09 Joel Brobecker <brobecker@adacore.com>
8153
8154 * gdb.ada/exec_changed/first.adb: New file.
8155 * gdb.ada/exec_changed/second.adb: New file.
8156 * gdb.ada/exec_changed.exp: New testcase.
8157
8158 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8159
8160 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8161 (A2): New class.
8162 (main): Test operator+.
8163 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8164 breakpoint test.
8165
8166 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8167 * gdb.base/signull.exp: Disable if gdb,nosignals.
8168 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8169 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8170 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8171 * gdb.mi/mi2-console.exp: Likewise.
8172 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8173 continue output at start.
8174 (gdb_collect_locals_test): Robustify regexp.
8175 * gdb.trace/passc-dyn.exp: Fix comment typo.
8176 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8177
8178 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
8179
8180 * gdb.asm/asm-source.exp: Add iq2000 case.
8181 * gdb.asm/iq2000.inc: New file.
8182
8183 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
8184
8185 * gdb.base/command.exp: Change hardcoded value to regular expression.
8186 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8187
8188 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8189
8190 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8191 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8192 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8193 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8194 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8195
8196 2005-03-05 Mark Kettenis <kettenis@gnu.org>
8197
8198 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8199 changes.
8200
8201 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8202
8203 * lib/compiler.c: Add test for IBM's xlc compiler.
8204 * lib/compiler.cc: Likewise.
8205
8206 2004-02-24 Joel Brobecker <brobecker@adacore.com>
8207
8208 * gdb.ada/fixed_points.exp: Create compilation object directory
8209 before running the test.
8210 * gdb.ada/null_record.exp: Likewise.
8211 * gdb.ada/packed_array.exp: Likewise.
8212 * gdb.ada/start.exp: Likewise.
8213
8214 2005-02-15 Joel Brobecker <brobecker@adacore.com>
8215
8216 * gdb.ada/packed_array/pa.adb: New file.
8217 * gdb.ada/packed_array.exp: New testcase.
8218
8219 2005-02-10 Mark Kettenis <kettenis@gnu.org>
8220
8221 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8222 files.
8223
8224 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8225 on *-*-openbsd*. Correctly match whitespace in regukar
8226 expressions.
8227
8228 2005-02-10 Daniel Jacobowitz <dan@debian.org>
8229
8230 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8231 PR exp/1821
8232 * gdb.base/gdb1821.c: New test file.
8233 * gdb.base/gdb1821.exp: New test file.
8234
8235 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8236
8237 * gdb.base/start.c: New file.
8238 * gdb.base/start.exp: New testcase.
8239
8240 2005-02-09 Joel Brobecker <brobecker@adacore.com>
8241
8242 * gdb.ada/start/dummy.adb: New file.
8243 * gdb.ada/start.exp: New testcase.
8244
8245 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
8246
8247 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8248 for printing symbols and statistics.
8249 Add test for using relative pathnames in "maint print msymbols" test.
8250 Mark "maint info sections DATA" XFAIL on Cygwin.
8251 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8252 tests.
8253
8254 2005-02-09 Andreas Schwab <schwab@suse.de>
8255
8256 Committed by Andrew Cagney <cagney@gnu.org>
8257 * gdb.base/remotetimeout.exp: New file.
8258
8259 2005-02-07 Mark Kettenis <kettenis@gnu.org>
8260
8261 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8262
8263 2005-02-03 Joel Brobecker <brobecker@adacore.com>
8264
8265 * gdb.ada/gnat_ada.gpr: New file.
8266 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8267 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8268 * configure.ac: No longer generate gnat_ada.gpr.
8269 * configure: Regenerate.
8270 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8271 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8272 * gdb.ada/null_record/bar.ads: Likewise.
8273 * gdb.ada/null_record/bar.adb: Likewise.
8274 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8275 * gdb.ada/null_record.exp (testdir): New variable.
8276 (testfile): executable is now in testdir subdirectory.
8277 (srcfile): Use full path to the main compilation unit.
8278 * gdb.ada/fixed_points.exp: Same changes as above.
8279
8280 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
8281
8282 * gdb.base/interp.exp: New test.
8283
8284 2005-01-24 Andrew Cagney <cagney@gnu.org>
8285
8286 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8287
8288 2005-01-19 Andrew Cagney <cagney@gnu.org>
8289
8290 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8291 configure.ac not configure.in.
8292
8293 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8294 of powerpc*-*-*.
8295 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
8296 * gdb.base/list.exp (test_list_function)
8297 (test_list_filename_and_function): Ditto.
8298 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8299
8300 2005-01-16 Andrew Cagney <cagney@gnu.org>
8301
8302 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8303
8304 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8305
8306 2005-01-14 Andrew Cagney <cagney@gnu.org>
8307
8308 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8309 * gdb.mi/mi2-var-cmd.exp: Ditto.
8310
8311 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
8312
8313 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8314
8315 2005-01-07 Andrew Cagney <cagney@gnu.org>
8316
8317 * configure.ac: Rename configure.in, require autoconf 2.59.
8318 * configure: Re-generate.
8319 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8320 * gdb.stabs/configure: Re-generate.
8321 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8322 * gdb.hp/configure: Re-generate.
8323 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8324 autoconf 2.59.
8325 * gdb.hp/gdb.objdbg/configure: Re-generate.
8326 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8327 autoconf 2.59.
8328 * gdb.hp/gdb.defects/configure: Re-generate.
8329 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8330 autoconf 2.59.
8331 * gdb.hp/gdb.compat/configure: Re-generate.
8332 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8333 autoconf 2.59.
8334 * gdb.hp/gdb.base-hp/configure: Re-generate.
8335 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8336 autoconf 2.59.
8337 * gdb.hp/gdb.aCC/configure: Re-generate.
8338
8339 2004-12-15 Jim Blandy <jimb@redhat.com>
8340
8341 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8342 under NPTL when there is debugging info available for libpthread.
8343
8344 2004-12-13 Jerome Guitton <guitton@gnat.com>
8345
8346 * gdb.ada/fixed_points.c: New file.
8347 * gdb.ada/fixed_points.exp: New file.
8348
8349 2004-12-03 Randolph Chung <tausq@debian.org>
8350
8351 * gdb.arch/pa-nullify.exp: New file.
8352 * gdb.arch/pa-nullify.s: New file.
8353
8354 2004-11-30 Randolph Chung <tausq@debian.org>
8355
8356 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8357 instead of "tbug". Fix regexp to work properly with gdb_test.
8358
8359 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8360
8361 * gdb.base/bitfields2.exp: New test.
8362 * gdb.base/bitfields2.c: New file.
8363
8364 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
8365
8366 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8367
8368 2004-11-16 Randolph Chung <tausq@debian.org>
8369
8370 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8371
8372 2004-11-14 Daniel Jacobowitz <dan@debian.org>
8373
8374 * gdb.threads/threadapply.exp: Correct "macro details" test.
8375
8376 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8377
8378 * gdb.threads/threadapply.exp: New test.
8379 * gdb.threads/threadapply.c: New file.
8380
8381 2004-11-07 Mark Kettenis <kettenis@gnu.org>
8382
8383 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8384 frames.
8385
8386 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
8387
8388 * gdb.base/cursal.exp: New file.
8389 * gdb.base/cursal.c: New file.
8390
8391 2004-11-03 Andrew Cagney <cagney@gnu.org>
8392
8393 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8394
8395 2004-10-30 Mark Kettenis <kettenis@gnu.org>
8396
8397 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8398 NetBSD/ELF targets.
8399
8400 2004-10-29 Joel Brobecker <brobecker@gnat.com>
8401
8402 * gdb.threads/bp_in_thread.c: New file, copied from
8403 pthread_cond_wait.c.
8404 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8405 file, rather than reusing the .c file from another testcase.
8406
8407 2004-10-20 Joel Brobecker <brobecker@gnat.com>
8408
8409 * gdb.ada/null_record.exp: Check where we stopped after
8410 sending the start command, instead of where the associated
8411 temporary breakpoint was inserted.
8412
8413 2004-10-14 Andrew Cagney <cagney@gnu.org>
8414
8415 * gdb.mi/gdb701.c (main): Return 0.
8416
8417 2004-10-13 Daniel Jacobowitz <dan@debian.org>
8418
8419 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
8420
8421 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8422
8423 * gdb.threads/schedlock.c: Add comment markers to use to find
8424 line numbers.
8425 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8426 comments.
8427 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8428 breakpoint lines.
8429
8430 2004-10-12 Daniel Jacobowitz <dan@debian.org>
8431
8432 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8433
8434 2004-10-12 Daniel Jacobowitz <dan@debian.org>
8435
8436 * configure.in: Add gdb.dwarf2.
8437 * configure: Regenerated.
8438 * Makefile.in: Add gdb.dwarf2.
8439 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8440 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8441 gdb.dwarf2/file1.txt: New files.
8442
8443 2004-10-11 Orjan Friberg <orjanf@axis.com>
8444
8445 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
8446 of "run", since the latter doesn't work with remote targets. Adjust
8447 the breakpoint numbering accordingly.
8448 * gdb.threads/pthread_cond_wait.exp: Ditto.
8449
8450 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8451
8452 * gdb.base/overlays.exp: Update copyright years.
8453
8454 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8455
8456 * gdb.base/overlays.exp: Disable if target is Linux.
8457
8458 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
8459
8460 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8461
8462 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8463
8464 * gdb.asm/asm-source.exp: Add m32r-linux target.
8465 * gdb.asm/m32r-linux.inc: New file.
8466
8467 2004-09-24 Andrew Cagney <cagney@redhat.com>
8468 David Anderson <anderson@redhat.com>
8469
8470 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
8471 command fails, assume things will work.
8472 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
8473 (_GNU_SOURCE): Define.
8474 (print_unsigned, print_hex): Change parameter to "long long".
8475 (print_byte_count): New function, use to print byte counts.
8476 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
8477 O_LARGEFILE.
8478 (main): Compute an upper bound on a corefile in max_core_size.
8479 Limit memory chunk size to max_core_size. Limit total memory
8480 allocated to max_core_size.
8481
8482 2004-09-23 Andrew Cagney <cagney@gnu.org>
8483
8484 * gdb.base/bigcore.exp: Replace the code that creates a corefile
8485 from a separate process with code that creates a corefile by
8486 making the inferior dump core.
8487
8488 2004-09-23 Mark Kettenis <kettenis@gnu.org>
8489
8490 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
8491 block.
8492
8493 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
8494
8495 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
8496 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
8497 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
8498 Likewise.
8499
8500 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
8501
8502 * gdb.java/jprint.exp: New test case for java inferior call.
8503 * gdb.java/jprint.java: Ditto.
8504
8505 2004-09-15 Joel Brobecker <brobecker@gnat.com>
8506
8507 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
8508
8509 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8510
8511 * gdb.threads/killed.c: Include <stdlib.h>.
8512 * gdb.threads/pthreads.c: Likewise.
8513
8514 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
8515
8516 * gdb.threads/killed.c: Add copyright notice.
8517
8518 2004-09-10 Jason Molenda (jmolenda@apple.com)
8519
8520 * gdb.base/define.exp: Two new tests to verify zero space chars
8521 after 'if' and 'while' commands in a user-defined command is correctly
8522 parsed.
8523
8524 2004-09-08 Andrew Cagney <cagney@gnu.org>
8525
8526 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
8527 delivery test with duplicate at end of file.
8528
8529 2004-09-06 Mark Kettenis <kettenis@jive.nl>
8530
8531 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
8532
8533 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8534
8535 * config/hppro.exp: Removed.
8536
8537 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8538
8539 * config/sparclet.exp: Removed.
8540
8541 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
8542
8543 * config/udi.exp: Removed.
8544
8545 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
8546
8547 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
8548 of "exp_continue".
8549 (advancei): Likewise.
8550
8551 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8552
8553 * gdb.base/unload.exp: Fix so messages aren't duplicated.
8554
8555 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
8556
8557 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
8558 to check for nodebug in executable.
8559 * gdb.gdb/observer.exp (setup_test): Likewise.
8560 * gdb.gdb/selftest.exp (test_with_self): Likewise.
8561 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
8562
8563 2004-09-01 Andrew Cagney <cagney@gnu.org>
8564
8565 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8566 files.
8567
8568 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
8569
8570 * gdb.base/unload.exp: Fix expected warning message to match
8571 latest format.
8572
8573 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
8574
8575 * gdb.base/call-rt-st.exp: Fix typos.
8576
8577 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
8578
8579 * gdb.threads/thread_check.exp: New testcase.
8580 * gdb.threads/thread_check.c: New testcase.
8581
8582 2004-08-31 Andrew Cagney <cagney@gnu.org>
8583
8584 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
8585 (skip_to_handler_entry): New procedures. Test stepping into a
8586 handler when the breakpoint is at the handler's entry point.
8587
8588 2004-08-30 Andrew Cagney <cagney@gnu.org>
8589
8590 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
8591 gdb/1757.
8592
8593 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8594
8595 With code from Manoj Iyer <manjo@austin.ibm.com>:
8596 * lib/gdb.exp (gdb_file_cmd): Return more information in the
8597 return value. Add an arm for "no debugging symbols found".
8598 Change a stray "error" to "perror".
8599 (gdb_run_cmd): Adapt to new return value.
8600 * gdb.base/remote.exp: Adapt to new return value.
8601 * gdb.gdb/complaints.exp: Likewise.
8602 * gdb.gdb/observer.exp: Likewise.
8603 * gdb.gdb/selftest.exp: Likewise.
8604 * gdb.gdb/xfullpath.exp: Likewise.
8605
8606 2004-08-27 Joel Brobecker <brobecker@gnat.com>
8607
8608 * gdb.threads/bp_in_thread.exp: New testcase.
8609
8610 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
8611
8612 Fix PR testsuite/1735.
8613 * gdb.threads/schedlock.c (thread_function): Add a cast
8614 to suppress a gcc warning.
8615 * gdb.threads/thread-specific.c (thread_function): Likewise.
8616
8617 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8618
8619 * gdb.base/unload.c: Include <stdlib.h>.
8620
8621 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8622
8623 From Paul Gilliam <pgilliam@us.ibm.com>:
8624 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
8625 synchronized after the "return".
8626
8627 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8628
8629 * gdb.mi/basics.c: Include <stdio.h>.
8630 * gdb.mi/pthreads.c: Include <stdlib.h>.
8631 * gdb.mi/var-cmd.c: Include <stdlib.h>.
8632
8633 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
8634
8635 * gdb.threads/schedlock.c: Add copyright notice.
8636
8637 2004-08-25 Andrew Cagney <cagney@gnu.org>
8638
8639 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
8640 (skip_over_handler, breakpoint_over_hander): New test procedures.
8641 (advance, advancei): Add a proper prefix, do not use
8642 rerun_to_main.
8643 * gdb.base/sigstep.c (main): Change to use an infinite loop.
8644
8645 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
8646
8647 * gdb.mi/basics.c: Add copyright notice.
8648 * gdb.mi/var-cmd.c: Add copyright notice.
8649
8650 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8651
8652 * lib/gdb.exp: Remove signed_keyword_not_used.
8653 * lib/compiler.c: Likewise.
8654 * lib/compiler.cc: Likewise.
8655
8656 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8657
8658 * gdb.base/whatis.c: Remove conditional disabling of "signed".
8659 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
8660
8661 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
8662
8663 * gdb.base/whatis.c: Add copyright notice.
8664
8665 2004-08-20 Mark Kettenis <kettenis@gnu.org>
8666
8667 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
8668 it to skip the breakpoints encoded in the inline assembly.
8669
8670 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8671
8672 * Makefile.in: Add gdb.fortran.
8673
8674 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
8675
8676 * gdb.base/call-sc.exp (test_scalar_returns):
8677 Fix cut-and-paste glitch in "Make fun return now".
8678
8679 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8680
8681 * configure.in: Add gdb.fortran.
8682 * configure: Regenerate.
8683 * gdb.fortran/Makefile.in: New file.
8684 * lib/gdb.exp (skip_fortran_tests): New procedure.
8685
8686 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
8687
8688 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
8689 reference to bug-gnu@prep.ai.mit.edu.
8690 * gdb.mi/mi-var-child.exp: Likewise.
8691 * gdb.mi/mi-var-cmd.exp: Likewise.
8692 * gdb.mi/mi-var-display.exp: Likewise.
8693 * gdb.mi/mi2-var-block.exp: Likewise.
8694 * gdb.mi/mi2-var-child.exp: Likewise.
8695 * gdb.mi/mi2-var-cmd.exp: Likewise.
8696 * gdb.mi/mi2-var-display.exp: Likewise.
8697
8698 2004-08-15 Mark Kettenis <kettenis@gnu.org>
8699
8700 * gdb.base/unload.c (main): Make local variable msg const.
8701
8702 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8703
8704 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
8705 to bug-gnu@prep.ai.mit.edu.
8706 * gdb.mi/mi-disassemble.exp: Likewise.
8707 * gdb.mi/mi-eval.exp: Likewise.
8708 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
8709 default line number.
8710 * gdb.mi/mi-return.exp: Likewise.
8711 * gdb.mi/mi-simplerun.exp: Likewise.
8712 * gdb.mi/mi-stack.exp: Likewise.
8713 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
8714 number with explicit range test.
8715 * gdb.mi/mi-watch.exp: Likewise.
8716 * gdb.mi/mi2-break.exp: Likewise.
8717 * gdb.mi/mi2-cli.exp: Likewise.
8718 * gdb.mi/mi2-disassemble.exp: Likewise.
8719 * gdb.mi/mi2-eval.exp: Likewise.
8720 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
8721 default line number.
8722 * gdb.mi/mi2-return.exp: Likewise.
8723 * gdb.mi/mi2-simplerun.exp: Likewise.
8724 * gdb.mi/mi2-stack.exp: Likewise.
8725 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
8726 number with explicit range test.
8727 * gdb.mi/mi2-watch.exp: Likewise.
8728
8729 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
8730
8731 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
8732 * gdb.cp/m-static.exp: Likewise.
8733 * gdb.cp/rtti.exp: Likewise.
8734
8735 2004-08-14 Mark Kettenis <kettenis@gnu.org>
8736
8737 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
8738
8739 2004-08-14 Eli Zaretskii <eliz@gnu.org>
8740
8741 * ChangeLog: Prefix Local Variables with semi-colons and indent
8742 the reference to older ChangeLog files, to fix fontification in
8743 Emacs.
8744
8745 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8746
8747 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
8748 * gdb.mi/mi2-break.exp: Likewise.
8749
8750 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8751
8752 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
8753
8754 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8755
8756 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
8757
8758 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
8759
8760 * gdb.cp/classes.exp: Remove unused declarations. Just let
8761 test names default instead of providing special names. Remove
8762 extraneous demangler test.
8763
8764 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
8765
8766 * gdb.base/unload.exp: New test for breakpoints in dynamically
8767 loaded libraries.
8768 * gdb.base/unload.c: Ditto.
8769 * gdb.base/unloadshr.c: Ditto.
8770
8771 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
8772
8773 * gdb.cp/classes.exp (test_ptype_class_objects): Call
8774 cp_test_ptype_class.
8775 (test_enums): Likewise.
8776
8777 2004-08-10 Andrew Cagney <cagney@gnu.org>
8778
8779 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
8780 files.
8781
8782 2004-08-10 Andrew Cagney <cagney@gnu.org>
8783
8784 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
8785 init_malloc call.
8786
8787 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
8788
8789 * ChangeLog: Add copyright notice. The notice is copied
8790 from emacs 21.3 top level ChangeLog.
8791
8792 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8793
8794 * lib/cp-support.exp: New file.
8795 * lib/cp-support.exp (cp_test_type_class): New function.
8796 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
8797 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
8798 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
8799 cp_test_ptype_class.
8800
8801 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8802
8803 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
8804 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
8805 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
8806 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
8807 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8808 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
8809 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
8810 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
8811 gdb.mi/mi2-watch.exp: Update copyright years.
8812
8813 2004-08-09 Mark Kettenis <kettenis@gnu.org>
8814
8815 * gdb.base/sigaltstack.exp: Provide proper anchoring.
8816
8817 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
8818
8819 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
8820 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
8821 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
8822 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
8823 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
8824 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
8825 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
8826 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
8827 gdb.mi/mi-watch.exp: Update copyright years.
8828
8829 2004-08-08 Daniel Jacobowitz <dan@debian.org>
8830
8831 PR gdb/1738
8832 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
8833 from a breakpoint with a pending signal.
8834
8835 2004-08-08 Daniel Jacobowitz <dan@debian.org>
8836
8837 PR gdb/1736
8838 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
8839 * gdb.base/sigaltstack.exp (finish_test): Consume output until
8840 the prompt.
8841 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
8842
8843 2004-08-08 Daniel Jacobowitz <dan@debian.org>
8844
8845 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
8846
8847 2004-08-08 Daniel Jacobowitz <dan@debian.org>
8848
8849 PR gdb/1736
8850 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
8851 for i?86-*-linux*.
8852
8853 2004-08-08 Daniel Jacobowitz <dan@debian.org>
8854
8855 * gdb.arch/i386-prologue.exp: Compile without debug information.
8856
8857 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
8858
8859 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
8860 rather than asking gdb to search.
8861
8862 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
8863
8864 * gdb.base/gcore.c: Include <string.h>.
8865
8866 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
8867
8868 * gdb.base/gcore.c: Add copyright notice.
8869
8870 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
8871
8872 * gdb.base/freebpcmd.c: Include <stdio.h>.
8873 * gdb.base/long_long.c: Include <string.h>.
8874 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
8875 * gdb.base/siginfo.c: Include <string.h>.
8876 * gdb.base/sigstep.c: Include <string.h>.
8877
8878 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8879
8880 * gdb.base/complex.c: Include <stdlib.h>.
8881
8882 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8883
8884 * gdb.base/complex.c: Add copyright notice.
8885
8886 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8887
8888 * gdb.base/charset.c: Include <stdlib.h>.
8889
8890 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8891
8892 * gdb.base/auxv.c: Include <stdlib.h>.
8893
8894 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8895
8896 * gdb.base/auxv.c: Add copyright notice.
8897
8898 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
8899
8900 * gdb.base/coremaker.c: Add copyright notice.
8901 * gdb.base/coremaker2.c: Add copyright notice.
8902
8903 2004-08-04 Andrew Cagney <cagney@gnu.org>
8904
8905 * gdb.base/store.exp: Update copyright.
8906 (check_set, up_set, check_struct, up_struct): Add a prefix to test
8907 names, do not import gdb_prompt.
8908
8909 2004-08-01 Andrew Cagney <cagney@gnu.org>
8910
8911 Fix PR testsuite/1729.
8912 * gdb.base/dump.exp: Add test name to callers of capture_value, do
8913 not use capture_value with value 4.
8914 (capture_value): Add optional test name parameter.
8915 (test_reload_saved_value, test_restore_saved_value): Use $msg as
8916 the prefix, pass to capture_value.
8917
8918 2004-08-01 Mark Kettenis <kettenis@gnu.org>
8919
8920 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
8921 * gdb.arch/i386-prologue.c (standard): New prototype and function.
8922 (main): Call new function.
8923
8924 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
8925
8926 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
8927
8928 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
8929
8930 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
8931
8932 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
8933
8934 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
8935 Accept more values of vtbl pointer. Remove some messages
8936 about "obsolete gcc or gdb".
8937
8938 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
8939
8940 * gdb.cp/classes.exp: Accept more varieties of ptype output.
8941
8942 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
8943
8944 * gdb.base/asm-source.exp: Properly convert target board
8945 debug flags from gcc format to binutils format.
8946
8947 2004-07-28 Mark Kettenis <kettenis@gnu.org>
8948
8949 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
8950 gdb1718". PR backtrace/1718 partially fixed.
8951
8952 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
8953
8954 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
8955
8956 2004-07-26 Nick Clifton <nickc@redhat.com>
8957
8958 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
8959 good default value for a specific architecture is available then
8960 set it to that value. Otherwise default to the -gstabs switch.
8961 Remove the -g... switches from the asm-flags variable. Allow the
8962 target board info to override the value if it wants to. Pass the
8963 switch on the assembler command line.
8964
8965 2004-07-23 Mark Kettenis <kettenis@gnu.org>
8966
8967 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
8968 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
8969 (main): Call new function.
8970
8971 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
8972
8973 Test for PR exp/1715.
8974 * gdb.base/radix.exp: Refactor common procedures. Make all
8975 test names unique. Change XFAIL to KFAIL.
8976
8977 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
8978
8979 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
8980 * gdb.ada/gnat_ada.gin: ... to here.
8981 * configure.in: Use gnat_ada.gin.
8982 * configure: Regenerate.
8983
8984 2004-07-20 Andrew Cagney <cagney@gnu.org>
8985
8986 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
8987 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
8988 XFAILs. Clean up test messages and comments. Check backtraces.
8989 Delete re-sync code.
8990
8991 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
8992
8993 Fix PR cli/740.
8994 * gdb.base/annota1.exp: Honor gdb,nosignals.
8995 * gdb.base/annota3.exp: Likewise.
8996
8997 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
8998
8999 * lib/java.exp: Update copyright notice.
9000
9001 2004-07-19 Andrew Cagney <cagney@gnu.org>
9002
9003 * gdb.base/selftest.exp: Copy file from here ...
9004 * gdb.gdb/selftest.exp: ... to here.
9005
9006 2004-07-16 Andrew Cagney <cagney@redhat.com>
9007
9008 * lib/insight-support.exp: Delete file.
9009 * lib/java.exp (java_init): Fix copyright.
9010
9011 2004-07-16 Andrew Cagney <cagney@gnu.org>
9012
9013 * gdb.base/restore.c: Append "prologue" to comments marking the a
9014 function's prologue.
9015 * gdb.base/restore.exp: Update copyright, re-indent.
9016 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9017 callerN" prefix where needed. Update patterns that match a
9018 function's prologue.
9019
9020 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9021
9022 * gdb.base/restore.c: Add copyright notice.
9023
9024 2004-07-16 Andrew Cagney <cagney@gnu.org>
9025
9026 * gdb.base/logical.exp: Update copyright.
9027 (evaluate): New procedure. Use to re-implement tests using
9028 several tables.
9029
9030 2004-07-14 Martin Hunt <hunt@redhat.com>
9031
9032 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9033 which fixes some problems where init.tcl was not found.
9034
9035 2004-07-13 Andrew Cagney <cagney@gnu.org>
9036
9037 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9038 (check_sizeof, check_valueof): Do not include the output in the
9039 test name. Use gdb_test.
9040 (get_valueof): Use gdb_test_multiple.
9041
9042 * gdb.base/step-test.exp: Update copyright. Use
9043 gdb_test_multiple. Ensure that test names do not include
9044 architecture dependent output.
9045
9046 * gdb.gdb/observer.exp: Update copyright.
9047 (setup_test): Use gdb_test_multiple.
9048 (attach_first_observer, attach_second_observer)
9049 (attach_third_observer, detach_first_observer)
9050 (detach_second_observer, detach_third_observer)
9051 (reset_counters, check_counters): Make $message a prefix.
9052 (test_normal_stop_notifications): Add "args" parameter - a list of
9053 init functions to be called. Make $message a prefix,
9054 (test_observer_normal_stop): Change the message prefixes so that
9055 they are unique, pass the attach / detach procedures to
9056 test_normal_stop_notifications.
9057
9058 * gdb.base/signull.exp (test_segv): Prefix all tests with
9059 "${name}". Clean up test messages.
9060
9061 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9062
9063 * gdb.base/ena-dis-br.exp: Update copyright.
9064 (break_at): New function. Replace send_gdb with gdb_test,
9065 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9066 ignore count, not stopped at bpt", with KFAIL.
9067
9068 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
9069
9070 * gdb.base/attach.exp: Remove cleanupfile handling.
9071
9072 2004-07-12 Andrew Cagney <cagney@gnu.org>
9073
9074 * gdb.base/annota1.exp: Cleanup corefile test name.
9075 * gdb.base/annota3.exp: Ditto.
9076
9077 2004-07-12 Andrew Cagney <cagney@gnu.org>
9078
9079 * gdb.base/signals.exp: Clean up copyright, re-indent.
9080
9081 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9082 gdb_test and gdb_test_multiple.
9083
9084 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9085
9086 * gdb.java/jmain.exp: Fix expected line number for main to
9087 break at. Set XFAIL for break at main test since gcj does not
9088 provide line number info for first statement in main.
9089
9090 2004-07-08 Andrew Cagney <cagney@gnu.org>
9091
9092 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9093
9094 * gdb.base/sigbpt.exp: Make the common part of each test name a
9095 prefix instead of suffix.
9096
9097 2004-07-07 Bob Rossi <bob_rossi@cox.net>
9098
9099 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9100 test from test_tbreak_creation_and_listing to
9101 test_file_list_exec_source_file
9102 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9103 Changed name of test from test_tbreak_creation_and_listing to
9104 test_file_list_exec_source_file
9105
9106 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9107
9108 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9109 the jmisc() constructor instead of <init>.
9110 * gdb.java/jmisc1.exp: Ditto.
9111
9112 2004-07-07 Andrew Cagney <cagney@gnu.org>
9113
9114 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9115 corrupting the PC.
9116
9117 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9118
9119 * gdb.cp/templates.exp: Accept whitespace change in demangler
9120 output.
9121
9122 2004-07-06 Andrew Cagney <cagney@gnu.org>
9123
9124 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9125
9126 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9127
9128 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9129 * lib/compiler.cc: Likewise.
9130
9131 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9132
9133 * lib/compiler.cc: Work around string preprocessing problem
9134 with old hp c++ compiler.
9135 * lib/compiler.c: Likewise.
9136
9137 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9138
9139 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9140 directives to conditionalize symbol prefixing.
9141 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9142 additional_flags handling. Add underscore prefix for Cygwin.
9143 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9144 conditionalize symbol prefixing.
9145 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9146 additional_flags handling. Add underscore prefix for Cygwin.
9147
9148 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
9149
9150 * gdb.base/bigcore.exp: Skip test on Cygwin.
9151
9152 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9153
9154 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9155 formats for "info register". Use gdb_test_multiple. Fix
9156 the "invalid register" test.
9157
9158 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
9159
9160 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9161 PID for Cygwin. Add Cygwin specific strings to check for in some
9162 tests.
9163 (do_attach_tests): Add a test for user interaction when attaching
9164 to a process with no matching symbol table already loaded.
9165
9166 2004-06-26 Andrew Cagney <cagney@gnu.org>
9167
9168 Test PR java/1567 and PR java/1565.
9169 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9170 * gdb.java/jmisc2.exp: Delete file.
9171
9172 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9173
9174 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9175
9176 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
9177
9178 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9179 attach process.
9180
9181 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9182
9183 * gdb.cp/pr-1553.exp: Remove.
9184
9185 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9186
9187 * gdb.cp/pr-1553.cc: Remove.
9188 * gdb.cp/pr-1553.exp: Disable this test.
9189
9190 2004-06-20 Jim Blandy <jimb@redhat.com>
9191
9192 Fix PR testsuite/1680.
9193 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9194 regular expressions.
9195
9196 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9197
9198 Fix PR testsuite/1679.
9199 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9200 Issue an UNSUPPORTED result instead.
9201
9202 2004-06-18 Jim Blandy <jimb@redhat.com>
9203
9204 * gdb.base/charset.exp: Only send a control-C if we see a new
9205 prompt and incomplete command.
9206
9207 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9208
9209 * gdb.cp/pr-574.cc: Add copyright notice.
9210
9211 2004-06-17 Jim Blandy <jimb@redhat.com>
9212
9213 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9214 cases where the regexp has no groups; this grabs random text from
9215 the previous test suite, whatever that was.
9216
9217 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9218
9219 * gdb.cp/printmethod.cc: Add copyright notice.
9220
9221 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9222
9223 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9224
9225 2004-06-16 Andrew Cagney <cagney@gnu.org>
9226
9227 * gdb.base/signull.c: Update copyright. Include <string.h>.
9228 (bowler): Replace data_pointer with data_read
9229 and data_write cases. Add code_descriptor case.
9230 (zero, desc): New array and pointer.
9231 (data, code): Change to simple pointers.
9232 * gdb.base/signull.exp: Fix probe pattern matching a function
9233 descriptor SIGSEGV. Replace data_pointer with data_read and
9234 data_write tests.
9235
9236 2004-06-16 Andrew Cagney <cagney@gnu.org>
9237
9238 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9239
9240 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9241
9242 * gdb.base/long_long.c: Add copyright notice.
9243
9244 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9245
9246 * gdb.base/long_long.exp: Remove reference to
9247 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9248 to gdb_breakpoint and gdb_continue_to_breakpoint.
9249
9250 2004-06-14 Jim Blandy <jimb@redhat.com>
9251
9252 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9253 endian case.
9254
9255 2004-06-14 Andrew Cagney <cagney@gnu.org>
9256
9257 * gdb.base/gcore.exp (capture_command_output): Delete the always
9258 passing tests containing inferior values.
9259 * gdb.base/ending-run.exp: Do not include the breakpoint address
9260 in the test message. Update copyright.
9261 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9262 size in the test name, use gdb_test_multiple. Update copyright.
9263
9264 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9265
9266 * gdb.cp/ref-types.cc: Add copyright notice.
9267
9268 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9269
9270 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9271 hp_aCC_compiler.
9272 * lib/compiler.cc: Likewise.
9273 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9274 'set' commands. Log diagnostics for other lines. Set
9275 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9276
9277 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9278
9279 * gdb.cp/try_catch.cc: Add copyright notice.
9280
9281 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9282
9283 * gdb.cp/userdef.cc: Add copyright notice.
9284
9285 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9286
9287 * gdb.cp/virtfunc.cc: Add copyright notice.
9288
9289 2004-06-11 Randolph Chung <tausq@debian.org>
9290
9291 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9292 problem.
9293
9294 2004-06-10 Andrew Cagney <cagney@gnu.org>
9295
9296 * lib/compiler.cc, lib/compiler.c: Append either
9297 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9298 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9299 instead of gcc-3-3.
9300
9301 2004-06-09 Andrew Cagney <cagney@gnu.org>
9302
9303 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9304 gdb/1455, bug is specific to "long long" and "double".
9305
9306 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9307 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9308 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9309 fixed.
9310
9311 2004-06-09 Andrew Cagney <cagney@gnu.org>
9312
9313 * gdb.base/structs.exp (test_struct_returns): Replace
9314 "return_value_unknown" and "finish_value_unknown" by
9315 "return_value_known" and "finish_value_known". Instead of
9316 "return_value_unknown" iff "finish_value_unknown", check
9317 "return_value_known" implies "finish_value_known".
9318
9319 2004-06-08 Martin Hunt <hunt@redhat.com>
9320
9321 * gdb.base/float.exp: Add pattern for mips targets.
9322
9323 2004-06-08 Randolph Chung <tausq@debian.org>
9324
9325 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9326 message for unknown architectures more clear.
9327
9328 2004-06-08 Joel Brobecker <brobecker@gnat.com>
9329
9330 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9331 start the execution of the program.
9332
9333 2004-06-07 Jim Blandy <jimb@redhat.com>
9334
9335 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9336 * gdb.arch/i386-cpuid.h: New helper file.
9337
9338 2004-06-07 Randolph Chung <tausq@debian.org>
9339
9340 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9341 has started.
9342
9343 2004-06-04 Roland McGrath <roland@redhat.com>
9344
9345 Fix PR gdb/1647.
9346 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9347 differently to be robust to output buffering differences.
9348
9349 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9350
9351 * gdb.threads/pthreads.exp: Update copyright years.
9352 (check_control_c): Change asynchronous 'after' to synchronous.
9353
9354 2004-06-04 Roland McGrath <roland@redhat.com>
9355
9356 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9357 next gdb prompt.
9358
9359 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9360
9361 Fix PR gdb/1636.
9362 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9363 calls to synchronous.
9364
9365 2004-05-26 Jim Blandy <jimb@redhat.com>
9366
9367 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9368
9369 2004-05-24 Randolph Chung <tausq@debian.org>
9370
9371 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9372 * gdb.asm/pa.inc: New file.
9373
9374 2004-05-22 Mark Kettenis <kettenis@gnu.org>
9375
9376 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9377
9378 2004-05-21 Joel Brobecker <brobecker@gnat.com>
9379 Daniel Jacobowitz <drow@mvista.com>
9380
9381 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9382 GDB prompt.
9383
9384 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9385
9386 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
9387 setjmp/longjmp. Use sigaction instead of signal.
9388
9389 2004-05-19 J. Brobecker <brobecker@gnat.com>
9390 Michael Snyder <msnyder@redhat.com>
9391
9392 * gdb.threads/pthread_cond_wait.c: New file.
9393 * gdb.threads/pthread_cond_wait.exp: New testcase.
9394
9395 2004-05-13 Andrew Cagney <cagney@redhat.com>
9396
9397 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9398 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9399
9400 2004-05-11 Andrew Cagney <cagney@redhat.com>
9401
9402 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9403 fixed but revealed gdb/1639.
9404
9405 2004-05-10 Andrew Cagney <cagney@redhat.com>
9406
9407 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9408 func1" and "next to 2nd alarm", kernel bug avoided.
9409
9410 2004-05-10 Daniel Jacobowitz <dan@debian.org>
9411
9412 PR external/1568
9413 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9414 XFAIL if it is smaller than bytes_allocated.
9415 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9416 (main): Make chunks_allocated unsigned. Correct comment.
9417
9418 2004-05-07 Joel Brobecker <brobecker@gnat.com>
9419
9420 * gdb.arch/powerpc-aix-prologue.c: New file.
9421 * gdb.arch/powerpc-aix-prologue.exp: New file.
9422
9423 2004-05-07 Jim Blandy <jimb@redhat.com>
9424
9425 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9426 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9427
9428 2004-05-06 Joel Brobecker <brobecker@gnat.com>
9429
9430 * gdb.base/sep.exp: No longer setup_kfail when the program was
9431 built with dwarf2.
9432
9433 2004-05-05 Jim Ingham <jingham@apple.com>
9434
9435 * gdb.base/pending.exp: Make sure pending breakpoints
9436 preserve the ignore count.
9437
9438 2004-04-27 Jerome Guitton <guitton@gnat.com>
9439
9440 * i386-prologue.exp: Add testcase for jump instruction as first
9441 instruction of the real code.
9442 * i386-prologue.c (jump_at_beginning): New function.
9443
9444 2004-04-28 Mark Kettenis <kettenis@gnu.org>
9445
9446 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9447 x86_64-*-*.
9448
9449 2004-04-28 Mark Kettenis <kettenis@gnu.org>
9450
9451 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9452 i*86-*-*.
9453
9454 2004-04-25 Mark Kettenis <kettenis@gnu.org>
9455
9456 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9457 expression that checks the return type.
9458
9459 2004-04-23 Andrew Cagney <cagney@redhat.com>
9460
9461 * gdb.base/call-sc.exp: New test of scalar call/return values.
9462 * gdb.base/call-sc.c: Ditto.
9463
9464 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9465
9466 * gdb.threads/manythreads.c: Reduce thread stack size.
9467
9468 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
9469
9470 * gdb.threads/manythreads.c: Add copyright notice.
9471
9472 2004-04-23 Andrew Cagney <cagney@redhat.com>
9473
9474 * gdb.base/siginfo.exp: Better handle step out of signal.
9475 * gdb.base/sigstep.exp: Ditto.
9476
9477 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
9478 Daniel Jacobowitz <drow@mvista.com>
9479
9480 * gdb.threads/manythreads.c: New testcase.
9481 * gdb.threads/manythreads.exp: Ditto.
9482
9483 2004-04-22 Jim Blandy <jimb@redhat.com>
9484
9485 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
9486 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
9487
9488 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
9489
9490 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
9491
9492 2004-04-21 Andrew Cagney <cagney@redhat.com>
9493
9494 * gdb.base/sigstep.c: New file.
9495 * gdb.base/sigstep.exp: New file.
9496
9497 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9498
9499 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
9500 call to observer_notify_normal_stop.
9501
9502 2004-04-15 Andrew Cagney <cagney@redhat.com>
9503
9504 * gdb.base/siginfo.c: New file.
9505 * gdb.base/siginfo.exp: New file.
9506
9507 2004-04-12 J. Brobecker <brobecker@gnat.com>
9508
9509 * gdb.base/sep.exp: Fix typo in comment.
9510
9511 2004-04-12 J. Brobecker <brobecker@gnat.com>
9512
9513 * gdb.base/sep.c: New file.
9514 * gdb.base/sep-proc.c: New file.
9515 * gdb.base/sep.exp: New testcase.
9516
9517 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9518
9519 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
9520 support.
9521
9522 2004-04-05 Andrew Cagney <cagney@redhat.com>
9523
9524 * gdb.base/sigaltstack.c: New file.
9525 * gdb.base/sigaltstack.exp: New file.
9526
9527 2004-04-04 Joel Brobecker <brobecker@gnat.com>
9528
9529 * gdb.base/foll-fork.exp: Update the expected output for
9530 "help set follow-fork-mode", to match a change that was made
9531 to the help of this variable on 2004-01-13.
9532
9533 2004-04-01 Joel Brobecker <brobecker@gnat.com>
9534
9535 * lib/ada.exp: Add copyright notice.
9536 * bar.ads: Likewise.
9537 * bar.adb: Likewise.
9538 * null_record.adb: Likewise.
9539 * null_record.exp: Likewise.
9540 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
9541
9542 2004-04-01 Joel Brobecker <brobecker@gnat.com>
9543
9544 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
9545 * configure: Regenerate.
9546
9547 2004-04-01 Joel Brobecker <brobecker@gnat.com>
9548
9549 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
9550 to build the application. Remove the message printed when in
9551 verbose mode, redundant with the UNSUPPORTED message above.
9552
9553 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9554
9555 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
9556 * gdb.ada (null_record.exp): New testcase.
9557
9558 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9559
9560 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
9561
9562 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9563
9564 * gdb.ada: New subdirectory.
9565 * gdb.ada/Makefile.in: New file.
9566 * gdb.ada/gnat_ada.gpr.in: New file.
9567
9568 2004-03-31 Joel Brobecker <brobecker@gnat.com>
9569
9570 * lib/ada.exp: New file.
9571
9572 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9573
9574 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
9575 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
9576
9577 2004-03-22 Andrew Cagney <cagney@redhat.com>
9578
9579 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
9580 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
9581 Problem identified by Ulrich Weigand.
9582
9583 2004-03-17 David Carlton <carlton@kealia.com>
9584
9585 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
9586 PR c++/826.
9587
9588 2004-03-16 Roland McGrath <roland@redhat.com>
9589
9590 * gdb.base/auxv.exp: New file.
9591 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
9592
9593 2004-03-12 David Carlton <carlton@kealia.com>
9594
9595 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
9596 * gdb.cp/pr-1553.cc: Ditto.
9597 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
9598 pass branch.
9599
9600 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
9601
9602 * gdb.cp/templates.exp: Accept more template types.
9603
9604 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9605
9606 From Corinna Vinschen with modifications.
9607 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
9608 local variable obj_with_enum.
9609 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
9610 results with obj_with_enum.
9611
9612 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9613
9614 * gdb.cp/classes.cc: New file, copied from misc.cc.
9615 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
9616
9617 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
9618
9619 * gdb.cp/misc.cc: Add copyright notice.
9620
9621 2004-03-05 David Carlton <carlton@kealia.com>
9622
9623 * gdb.cp/rtti.exp: Add 'print *obj3' test.
9624 * gdb.cp/rtti.h: Update copyright.
9625 (namespace n2::n3): New.
9626 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
9627 (n2::n3::func3): New.
9628 (main): Call n2::n3::func3.
9629 * gdb.cp/rtti2.cc: Update copyright.
9630 (n2::create3): New.
9631
9632 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9633
9634 * gdb.asm/openbsd.inc: Fix typo.
9635
9636 2004-03-03 Fred Fish <fnf@redhat.com>
9637
9638 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
9639 "val" instead of unused "size". Update copyright year.
9640
9641 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9642
9643 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
9644 to use unsigned char.
9645 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
9646 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
9647
9648 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9649
9650 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
9651 line of output.
9652
9653 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9654
9655 * gdb.base/relocate.c (dummy): Initialize.
9656
9657 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9658
9659 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
9660 a breakpoint at exit.
9661
9662 2004-02-27 Fred Fish <fnf@redhat.com>
9663
9664 * gdb.base/chng-syms.exp: Add expect condition to match failing
9665 case that isn't a timeout.
9666
9667 2004-02-27 Andrew Cagney <cagney@redhat.com>
9668
9669 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
9670 support.
9671
9672 2004-02-26 Fred Fish <fnf@redhat.com>
9673
9674 * gdb.arch/gdb1431.c: Remove.
9675 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
9676 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
9677 of "until" incorrectly.
9678
9679 2004-02-26 J. Brobecker <brobecker@gnat.com>
9680
9681 * gdb.cp/class2.cc (empty): New class.
9682 (refer): New function.
9683 (main): Declare an object of type empty and use it.
9684 * gdb.cp/class2.exp: Print the value of an object of type empty.
9685
9686 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9687
9688 * gdb.base/langs.exp: Update query string to match the
9689 new nquery format used for pending breakpoints.
9690
9691 2004-02-26 Andrew Cagney <cagney@redhat.com>
9692
9693 Fix PR i18n/1570.
9694 * gdb.base/charset.c: Update copyright notice.
9695 (main, init_string): Remove the escape character '\e' tests.
9696 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
9697 * gdb.base/charset.exp (valid_host_charset): Ditto.
9698 * gdb.base/setvar.exp: Ditto.
9699
9700 2004-02-24 Andrew Cagney <cagney@redhat.com>
9701
9702 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
9703 mmapped data in core file" PASS and FAIL messages consistent.
9704
9705 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
9706 setting a breakpoint. Work around PR java/1565.
9707
9708 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9709
9710 * lib/gdb.exp (gdb_breakpoint): Update query string to match
9711 new nquery format.
9712 * gdb.base/pending.exp: Ditto.
9713
9714 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9715
9716 * configure.in: Run stabs tests on *BSD.
9717 * configure: Regenerated.
9718
9719 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9720
9721 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
9722
9723 2004-02-20 Fred Fish <fnf@redhat.com>
9724
9725 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
9726 blank in test for "returns short", for consistency with other
9727 "returns xxx" tests. Update copyright year.
9728
9729 2004-02-19 Fred Fish <fnf@redhat.com>
9730
9731 New testcase for PR breakpoint/1558.
9732 * gdb.arch/gdb1558.exp: New file.
9733 * gdb.arch/gdb1558.c: New file.
9734
9735 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9736
9737 * gdb.base/nodebug.exp: Fix typo.
9738
9739 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9740
9741 Committed by Jim Blandy <jimb@redhat.com>.
9742
9743 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
9744
9745 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
9746
9747 * gdb.base/float.exp: Support s390*-*-* targets.
9748
9749 2004-02-17 Adam Fedor <fedor@gnu.org>
9750
9751 * gdb.base/gdb1555.exp: New file.
9752 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
9753
9754 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9755
9756 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
9757
9758 2004-02-16 Fred Fish <fnf@redhat.com>
9759
9760 * gdb.arch/gdb1291.c: Remove
9761 * gdb.arch/gdb1291.s: New test input file.
9762 * gdb.arch/gdb1291.exp: Expand test to check case that should not
9763 fail. Test for correct result, known incorrect result, other
9764 failures and timeouts.
9765
9766 2004-02-16 Andrew Cagney <cagney@redhat.com>
9767
9768 * gdb.base/bigcore.exp: New file.
9769 * gdb.base/bigcore.c: New file.
9770
9771 2004-02-13 Andrew Cagney <cagney@redhat.com>
9772
9773 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
9774 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
9775 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
9776 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
9777 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
9778 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
9779 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
9780 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
9781 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
9782 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
9783
9784 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
9785
9786 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
9787 executed is an alloc instruction.
9788
9789 2004-02-11 David Carlton <carlton@kealia.com>
9790
9791 * gdb.cp/breakpoint.exp: New.
9792 * gdb.cp/breakpoint.cc: New.
9793
9794 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
9795
9796 Partial fix for PR gdb/1543.
9797 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
9798 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
9799 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
9800 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
9801 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
9802 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
9803 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
9804 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
9805 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
9806 to bug-gdb@prep.ai.mit.edu .
9807 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
9808 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
9809 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
9810 Likewise.
9811
9812 2004-02-10 Andrew Cagney <cagney@redhat.com>
9813
9814 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
9815 using gdb_internal_error_resync.
9816
9817 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9818
9819 * gdb.threads/thread-specific.exp: Stop early if no threads are
9820 found.
9821
9822 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
9823
9824 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
9825
9826 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
9827
9828 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
9829 breakpoints.
9830
9831 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
9832
9833 * config/sim.exp (gdb_load): Handle $arg == "".
9834 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
9835 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
9836
9837 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9838
9839 * gdb.base/maint.exp: Update test to reflect
9840 obstack changes.
9841
9842 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
9843
9844 * gdb.base/pendshr.c (pendfunc): New function that calls
9845 pendfunc1.
9846 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
9847
9848 2004-02-04 Fred Fish <fnf@redhat.com>
9849
9850 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
9851 function symbols and update copyright years.
9852 * gdb.arch/gdb1291.c: Ditto.
9853
9854 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
9855
9856 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
9857
9858 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
9859
9860 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
9861
9862 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
9863
9864 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
9865
9866 2004-02-02 Fred Fish <fnf@redhat.com>
9867
9868 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
9869 remote targets. Update copyright years.
9870
9871 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9872
9873 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
9874 support.
9875 * gdb.base/langs.exp: Fix test which attempts to create
9876 breakpoint on non-existent function to handle new pending
9877 support.
9878 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
9879 a breakpoint.
9880 * gdb.base/pending.exp: New test.
9881 * gdb.base/pending.c: New file.
9882 * gdb.base/pendshr.c: Ditto.
9883
9884 2004-02-02 David Carlton <carlton@kealia.com>
9885
9886 * gdb.cp/overload.exp: Add overloadNamespace tests.
9887 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
9888 (overloadNamespace, XXX): New.
9889 (main): Call XXX::marker2.
9890
9891 2004-02-01 Fred Fish <fnf@redhat.com>
9892
9893 * gdb.base/dump.exp: Use runto_main instead of "runto main".
9894 * gdb.base/finish.exp: Ditto.
9895 * gdb.base/gcore.exp: Ditto.
9896 * gdb.base/huge.exp: Ditto.
9897 * gdb.base/info-proc.exp: Ditto.
9898 * gdb.base/return2.exp: Ditto.
9899 * gdb.threads/gcore-thread.exp: Ditto.
9900
9901 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9902
9903 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
9904
9905 2004-02-01 Mark Kettenis <kettenis@gnu.org>
9906
9907 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
9908 that opening the file succeeds on OpenBSD.
9909
9910 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9911
9912 * gdb.threads/thread-specific.c: New file.
9913 * gdb.threads/threads-specific.exp: New test script.
9914 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
9915 to expect_out.
9916
9917 2004-02-01 Mark Kettenis <kettenis@gnu.org>
9918
9919 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
9920 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
9921 only on the "print_small_structs from print_long_arg_list" test.
9922
9923 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9924
9925 * gdb.base/completion.exp: Kill a stray backslash.
9926
9927 From Jim Ingham <jingham@apple.com>:
9928 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
9929 agrees with the result from sending a tab.
9930
9931 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9932
9933 * gdb.base/chng-syms.exp: Remove stray newline.
9934
9935 2004-01-31 Mark Kettenis <kettenis@gnu.org>
9936
9937 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
9938 *-*-openbsd*.
9939 * gdb.asm/openbsd.inc: New file.
9940
9941 2004-01-30 Mark Kettenis <kettenis@gnu.org>
9942
9943 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
9944 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
9945 *-*solaris2*. Remove commented out default settings for
9946 asm-flags. Replace gdb_compile with target_link.
9947
9948 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
9949
9950 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
9951 for all tests. Remove old hp-ux and cygnus xfail cases.
9952
9953 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
9954
9955 * gdb.base/chng-syms.exp: New file.
9956 * gdb.base/chng-syms.c: New file.
9957
9958 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
9959
9960 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
9961 Provide arms for current output in all my configurations.
9962
9963 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
9964
9965 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
9966 * lib/compiler.cc: Likewise.
9967 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
9968 get the right preprocessor. Eval the output directly. Remove
9969 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
9970 hp_f77_compiler and hp_f90_compiler completely.
9971 (gdb_preprocess): Delete.
9972 (get_compiler): Delete.
9973
9974 2004-01-24 Mark Kettenis <kettenis@gnu.org>
9975
9976 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
9977 <string.h>.
9978
9979 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
9980
9981 * gdb.mi/mi-stack.exp: Update copyright.
9982
9983 2004-01-23 David Carlton <carlton@kealia.com>
9984
9985 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
9986 test for cp_lookup_transparent_type.
9987 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
9988 call them.
9989
9990 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
9991
9992 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
9993 after -var-update.
9994
9995 2004-01-23 David Carlton <carlton@kealia.com>
9996
9997 * gdb.cp/namespace.cc (C::ensureRefs): New.
9998 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
9999
10000 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10001
10002 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10003 case "-stack-list-locals 2".
10004 * gdb.mi/mi-var-child.exp: Test for case
10005 "-var-list-children --all-values NAME".
10006
10007 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10008
10009 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10010
10011 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10012
10013 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10014 used with gdb_test_multiple.
10015
10016 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10017 read at address 0. This fixes PR testsuite/1504.
10018
10019 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
10020
10021 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10022 Remove downloading, guessing the host executable, the calls to
10023 gdb_file_cmd and gdb_target_cmd, and "load" support.
10024 (infer_host_exec): New function broken out from gdb_load.
10025 (gdb_load): New wrapper for gdbserver_gdb_load.
10026 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10027 gdb_target_cmd. Use -target-select.
10028 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10029 Download binaries to the host. Clear last_mi_remote_file when
10030 we load a new binary.
10031 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10032 call gdbserver_gdb_load and mi_gdb_target_cmd.
10033
10034 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10035
10036 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10037 type patterns.
10038
10039 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10040
10041 * gdb.cp/templates.exp: Fix typo in test name of
10042 "print Foo<volatile char*>::foo".
10043
10044 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10045
10046 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10047
10048 2004-01-16 Ben Elliston <bje@wasabisystems.com>
10049
10050 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10051 (clean mostlyclean): Remove empty rm.
10052
10053 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10054
10055 * gdb.base/setvar.exp: Add copyright years.
10056
10057 2004-01-14 David Carlton <carlton@bactrian.org>
10058
10059 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10060 PR c++/1511 and update coment.
10061 * gdb.cp/templates.exp: Update patterns to match current output.
10062 If changes involve something other than whitespace, KFAIL
10063 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10064
10065 2004-01-14 David Carlton <carlton@kealia.com>
10066
10067 * gdb.cp/namespace.exp: Add tests involving classes defined within
10068 namespaces.
10069 * gdb.cp/namespace.cc (C::CClass): New.
10070 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10071
10072 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10073
10074 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10075 what debug info we have. Print a better message if something goes
10076 wrong while producing the separate debug info file.
10077
10078 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10079
10080 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10081
10082 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10083
10084 * gdb.base/callfuncs.c: Add copyright notice.
10085
10086 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10087
10088 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10089 inheritance. PR gdb/1498, PR gcc/13539.
10090
10091 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
10092
10093 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10094 test specific name.
10095 * gdb.mi/gdb669.exp: Ditto.
10096 * gdb.mi/mi-pthreads.exp: Ditto.
10097 * gdb.mi/mi1-pthreads.exp: Ditto.
10098 * gdb.mi/mi2-pthreads.exp: Ditto.
10099
10100 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10101
10102 * gdb.cp/member-ptr.cc: Add copyright notice.
10103
10104 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10105
10106 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10107 some patterns for recent versions of gcc and hpacc. Delete
10108 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10109 Delete tests that access a NULL pointer-to-member-data. This
10110 script is still disabled for gcc.
10111
10112 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10113
10114 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
10115 escaped correctly.
10116
10117 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
10118
10119 * gdb.base/sepdebug.exp: New file.
10120 * gdb.base/sepdebug.c: New file.
10121 * lib/gdb.exp (separate_debug_filename): New procedure.
10122 (gdb_gnu_strip_debug): New procedure.
10123
10124 2004-01-12 Andrew Cagney <cagney@redhat.com>
10125
10126 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10127 * gdb.mi/ChangeLog-1999-2003: New file.
10128
10129 2004-01-12 Andrew Cagney <cagney@redhat.com>
10130
10131 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10132 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10133 or EEXIST", treat EBUSY as an XFAIL.
10134
10135 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10136
10137 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10138 hp_cc_compiler.
10139
10140 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10141
10142 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10143 decorations.
10144
10145 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10146
10147 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10148 and "(aCC)" decorations. Remove obsolete doco about old
10149 test results.
10150
10151 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10152
10153 * gdb.cp/exception.exp: Fix typo in doco.
10154
10155 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10156
10157 * gdb.base/gdb1476.exp: Fix typo.
10158
10159 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10160
10161 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10162 file.
10163
10164 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10165
10166 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10167 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10168 Use gdb_compile. Remove restriction on gcc. Add some patterns
10169 for recent version of gdb. Delete second half, which was a copy
10170 of the first half with different build flags. This test is
10171 still disabled because it is still not ready for production.
10172
10173 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10174
10175 * gdb.cp/exception.cc: Add copyright notice.
10176 * gdb.cp/exception.exp: Add a notice that this file is broken
10177 because of line number changes caused by addition of copyright
10178 notice.
10179
10180 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10181
10182 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10183 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10184
10185 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10186
10187 * gdb.cp/classes.exp: Accept gnu abi 2.
10188 * gdb.cp/derivation.exp: Likewise.
10189 * gdb.cp/overload.exp: Likewise.
10190 * gdb.cp/virtfunc.exp: Likewise.
10191
10192 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10193
10194 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10195 semicolon after end of function.
10196
10197 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10198
10199 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10200 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10201 boilerplate code for compiling and running the program under
10202 test. Add some string method tests.
10203
10204 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10205
10206 * gdb.cp/bs15503.cc: Add copyright notice.
10207 * gdb.cp/bs15503.exp: Adjust line number.
10208
10209 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10210
10211 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10212 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10213
10214 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10215
10216 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10217 hp_cc_compiler.
10218
10219 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10220
10221 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10222 * gdb.cp/ctti.exp: Use the marker instead of "next".
10223 With gcc, run further before bailing.
10224
10225 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10226
10227 * gdb.cp/cttiadd.cc: Add copyright notice.
10228 * gdb.cp/cttiadd1.cc: Likewise.
10229 * gdb.cp/cttiadd2.cc: Likewise.
10230 * gdb.cp/cttiadd3.cc: Likewise.
10231
10232 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10233
10234 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10235 Use gdb_test, gdb_test_multiple. Use floating-point values that
10236 have exact representations in IEEE-ish formats.
10237
10238 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10239
10240 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10241 compilers. Delete duplicate call to get_compiler_info.
10242 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10243 * gdb.base/volatile.exp: Likewise.
10244
10245 2004-01-07 Mark Kettenis <kettenis@gnu.org>
10246
10247 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10248 memory at address 0.
10249
10250 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10251
10252 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10253 to test for hp-ux assembler. Fix copyright years.
10254
10255 2004-01-07 Andrew Cagney <cagney@redhat.com>
10256
10257 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10258
10259 2004-01-07 Andrew Cagney <cagney@redhat.com>
10260
10261 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10262 when creating the read-only file. From analysis by Roland McGrath
10263 and Elena Zannoni.
10264
10265 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10266
10267 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10268
10269 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10270
10271 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10272 data pointers.
10273
10274 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10275
10276 * gdb.cp/m-static.exp: Compile one source file at a time.
10277 Delete unused call to get_compiler_info.
10278
10279 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10280
10281 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10282 * gdb.base/call-rt-st.exp: Likewise.
10283 * gdb.base/nodebug.exp: Likewise.
10284 * gdb.base/volatile.exp: Likewise.
10285 * gdb.cp/ref-types.exp: Likewise.
10286 * gdb.cp/templates.exp: Likewise.
10287
10288 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10289
10290 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10291
10292 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10293
10294 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10295 hppa*-hp-hpux*.
10296
10297 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10298
10299 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10300 x86_64-*-*.
10301
10302 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10303 sparc64-*-* and sparc*-solaris2*.
10304
10305 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10306
10307 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10308 return ${tests}" test. The ${tests} already mentions the
10309 filename.
10310
10311 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10312
10313 * gdb.cp/local.exp: Accept gcc abi 2.
10314
10315 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10316
10317 * gdb.cp/templates.exp: Accept gcc abi 2.
10318
10319 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10320
10321 * lib/compiler.cc: Remove supports_template_debugging.
10322 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10323
10324 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10325
10326 * gdb.cp/namespace.exp: Accept gcc abi 2.
10327
10328 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10329
10330 * gdb.cp/method.exp: Accept gcc abi 2.
10331
10332 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10333
10334 * gdb.cp/classes.exp: Generate identical results as old version.
10335 * gdb.cp/derivation.exp: Likewise.
10336 * gdb.cp/overload.exp: Likewise.
10337 * gdb.cp/virtfunc.exp: Likewise.
10338
10339 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10340
10341 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10342 mysterious bug with sourceware version of expect.
10343
10344 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10345
10346 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10347 current versions of gcc, including gcc abi 2. Remove gratuitous
10348 restart of test program. Use gdb_test_multiple and gdb_test for
10349 all tests. Add patterns to xfail missing "const" in "const char *"
10350 and kfail PR gdb/1155.
10351
10352 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10353
10354 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10355 current versions of gcc, including gcc abi 2. Remove gratuitous
10356 restart of test program. Use gdb_test_multiple and gdb_test for
10357 all tests. Add patterns to kfail PR gdb/1498.
10358
10359 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10360
10361 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10362 current versions of gcc, including gcc abi 2. Use "breakpoint"
10363 and "continue" instead of restarting the target program. Use
10364 gdb_test_multiple and gdb_test for all tests.
10365
10366 2004-01-01 Mark Kettenis <kettenis@gnu.org>
10367
10368 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10369 for *-*-solaris2*.
10370
10371 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10372
10373 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10374 current versions of gcc, including gcc abi 2. Use "breakpoint"
10375 and "continue" instead of restarting the target program several
10376 times. Use gdb_test_multiple and gdb_test for all tests.
10377
10378 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10379
10380 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10381 source files.
10382
10383 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10384
10385 * gdb.base/environ.exp: Handle compiling test case from multiple
10386 source files.
10387
10388 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10389
10390 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10391
10392 2003-12-17 Jim Blandy <jimb@redhat.com>
10393
10394 * gdb.base/freebpcmd.c: Add copyright notice.
10395
10396 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10397
10398 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10399
10400 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10401
10402 2003-12-13 Jim Blandy <jimb@redhat.com>
10403
10404 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10405
10406 2003-12-12 Kevin Buettner <kevinb@redhat.com>
10407
10408 * gdb.asm/frv.inc: New file.
10409 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10410
10411 2003-12-09 Fred Fish <fnf@redhat.com>
10412
10413 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10414 functions to break1.c and leave prototypes behind. Add more
10415 "set breakpoint NN here" comments.
10416 * gdb.base/break1.c: New file.
10417
10418 * gdb.base/break.exp: Handle compiling test case from multiple
10419 source files and change source file references as needed.
10420 * gdb.base/completion.exp: Ditto.
10421 * gdb.base/condbreak.exp: Ditto.
10422 * gdb.base/define.exp: Ditto.
10423 * gdb.base/ena-dis-br.exp: Ditto.
10424 * gdb.base/info-proc.exp: Ditto.
10425 * gdb.base/maint.exp: Ditto.
10426 * gdb.base/until.exp: Ditto.
10427
10428 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10429 hardcoded line numbers.
10430 * gdb.base/define.exp: Ditto.
10431 * gdb.base/ena-dis-br.exp: Ditto.
10432 * gdb.base/maint.exp: Ditto.
10433 * gdb.base/until.exp: Ditto.
10434
10435 * gdb.base/completion.exp: Use "break1" for completion tests since
10436 "break" is no longer a unique prefix.
10437
10438 2003-12-06 Andrew Cagney <cagney@redhat.com>
10439
10440 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10441 "return_value_unimplemented". When an unimplemented struct return
10442 architecture, report incorrect values as a KFAIL
10443
10444 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10445
10446 * gdb.cp/rtti.exp: Accept new wording of warning from
10447 cp_lookup_rtti_type.
10448
10449 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10450
10451 Partial fix for PR testsuite/1456.
10452 * gdb.base/scope.exp (test_at_main): Replace references to
10453 gcc_compiled with calls to test_compiler_info.
10454 (test_at_foo): Likewise.
10455 (test_at_bar): Likewise.
10456
10457 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10458
10459 Partial fix for PR testsuite/1456.
10460 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10461 to test_compiler_info.
10462
10463 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10464
10465 * gdb.base/so-impl-ld.exp: Update copyright notice.
10466
10467 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10468
10469 Partial fix for PR testsuite/1456.
10470 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
10471 to test_compiler_info.
10472
10473 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10474
10475 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
10476 from current versions of gdb. Clean up regular expressions.
10477 Delete redundant timeout case.
10478
10479 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10480
10481 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
10482 from current versions of gdb. Clean up regular expressions.
10483 Delete redundant timeout case.
10484
10485 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
10486
10487 Partial fix for PR testsuite/1456.
10488 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
10489 gcc_compiled with call to test_compiler_info.
10490
10491 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
10492
10493 Partial fix for PR testsuite/1456.
10494 * gdb.base/list.exp (test_list_function): Delete unused declaration
10495 of gcc_compiled.
10496
10497 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
10498
10499 Partial fix for PR testsuite/1456.
10500 * gdb.base/complex.exp: Replace reference to gcc_compiled with
10501 call to test_compiler_info.
10502
10503 2003-11-29 Mark Kettenis <kettenis@gnu.org>
10504
10505 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
10506 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
10507 it to create the appropriate note.inc.
10508 * gdb.asm/asmsrc1.s: Include "note.inc".
10509 * gdb.asm/netbsd.inc: New file.
10510 * gdb.asm/empty.inc: New file.
10511
10512 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10513
10514 Partial fix for PR testsuite/1456.
10515 * gdb.base/constvars.exp: Replace references to gcc_compiled with
10516 calls to test_compiler_info.
10517
10518 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
10519
10520 Partial fix for PR testsuite/1456.
10521 * gdb.base/volatile.exp: Replace references to gcc_compiled with
10522 calls to test_compiler_info.
10523
10524 2003-11-27 Mark Kettenis <kettenis@gnu.org>
10525
10526 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
10527 pattern for the KFAILs.
10528
10529 2003-11-25 Adam Fedor <fedor@gnu.org>
10530
10531 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
10532 * gdb.objc/objcdecode.m: New file.
10533
10534 2003-11-25 Adam Fedor <fedor@gnu.org>
10535
10536 * gdb.objc/nondebug.exp: Test for PR objc/1236.
10537 * gdb.objc/nondebug.m: New file.
10538
10539 2003-11-26 Ben Elliston <bje@wasabisystems.com>
10540
10541 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
10542 NetBSD as it does on FreeBSD. Modelled on a similar change by
10543 Mark Kettenis on 2003-05-30.
10544 (link-flags): Set to "--entry _start" regardless of target.
10545 Special linker flags are to be appended to $link-flags.
10546 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
10547
10548 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10549
10550 * gdb.cp/method.exp: Accept output of new demangler.
10551
10552 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10553
10554 * gdb/class2.exp: New file.
10555 * gdb/class2.cc: New file.
10556
10557 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
10558
10559 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
10560 of new demangler.
10561
10562 2003-11-23 Mark Kettenis <kettenis@gnu.org>
10563
10564 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
10565 of gdb_test "run".
10566
10567 2003-11-23 Mark Kettenis <kettenis@gnu.org>
10568
10569 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
10570 "continue" into "run".
10571
10572 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
10573
10574 Partial fix for PR testsuite/1456.
10575 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
10576 call to test_compiler_info.
10577 * gdb.cp/ctti.exp: Likewise.
10578 * gdb.cp/derivation.exp: Likewise.
10579 * gdb.cp/member-ptr.exp: Likewise.
10580 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
10581 reference to gcc_compiled.
10582
10583 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
10584
10585 Fix PR testsuite/1463.
10586 * gdb.base/structs.exp (start_structs_test): Call
10587 get_debug_format before using the debug format.
10588
10589 2003-11-22 Andrew Cagney <cagney@redhat.com>
10590
10591 * lib/gdb.exp (gdb_test_multiple): Add simple example.
10592 * gdb.base/structs.exp: Use gdb_test_multiple.
10593
10594 2003-11-20 Andrew Cagney <cagney@redhat.com>
10595
10596 * gdb.base/structs.exp: Handle and recover from internal errors.
10597 Replace "foo${n}" with "foo<n>" in test messages.
10598
10599 * gdb.base/structs.exp: Update copyright. Rewrite.
10600 * gdb.base/structs.c: Update copyright. Rewrite.
10601
10602 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
10603 resync count exceeded.
10604
10605 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
10606 from the internal error.
10607 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
10608 Original from Jim Blandy.
10609 (gdb_test_multiple): Use gdb_internal_error_resync.
10610
10611 2003-11-19 Andrew Cagney <cagney@redhat.com>
10612
10613 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
10614 KFAIL.
10615
10616 2003-11-17 Mark Kettenis <kettenis@gnu.org>
10617
10618 New testcase for PR backtrace/1435.
10619 * gdb.arch/i386-unwind.exp: New file.
10620 * gdb.arch/i386-unwind.c: New file.
10621
10622 2003-11-17 Andrew Cagney <cagney@redhat.com>
10623
10624 * lib/gdb.exp (compiler_info): New global.
10625 (test_compiler_info): New function.
10626 (get_compiler_info): Set compiler_info.
10627 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
10628 "compiler_info" to gcc-<major>-<minor>.
10629
10630 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
10631
10632 * gdb.trace/configure: Remove.
10633
10634 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
10635
10636 * gdb.base/break.c: Add comments to aid finding line numbers for
10637 breakpoints.
10638 * gdb.base/break.exp: Remove all references to explicit line
10639 numbers.
10640
10641 2003-11-11 Nick Clifton <nickc@redhat.com>
10642
10643 * gdb.base/shreloc.exp: Do not run for targets which do not
10644 support shared objects.
10645
10646 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
10647
10648 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
10649 Don't run tests if nofileio flag is given.
10650
10651 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
10652
10653 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
10654 as well as 'Watchpoint'.
10655
10656 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
10657
10658 Reported by Jim Ingham <jingham@apple.com>:
10659 * gdb.base/annota1.exp: Match at least one occurrence of the
10660 signal handler annotation.
10661
10662 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
10663
10664 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
10665 as well as 'Watchpoint'.
10666
10667 2003-11-05 Michael Chastain <mec@shout.net>
10668
10669 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
10670
10671 2003-11-03 Kris Warkentin <kewarken@qnx.com>
10672
10673 * gdb.arch/gdb1291.c: New test file.
10674 * gdb.arch/gdb1291.exp: New test script.
10675 * gdb.arch/gdb1431.c: New test file.
10676 * gdb.arch/gdb1431.exp: New test script.
10677
10678 2003-10-22 Michael Chastain <mec@shout.net>
10679
10680 * gdb.mi/pthreads.c: Add copyright notice.
10681
10682 2003-10-22 Michael Chastain <mec@shout.net>
10683
10684 * gdb.threads/pthreads.c: Add copyright notice.
10685
10686 2003-10-20 Michael Chastain <mec@shout.net>
10687
10688 * gdb.base/gdb1056.exp: New test script.
10689
10690 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10691
10692 * gdb.threads/killed.exp: Use gdb_run_cmd.
10693
10694 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10695
10696 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
10697 create a core file.
10698 * gdb.threads/gcore-thread.exp: Likewise.
10699
10700 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
10701
10702 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
10703 type, based on char type.
10704 (struct bit_flags_short_t): New bitfield type, based on short type.
10705 (init_bit_flags_char): New fuction.
10706 (init_bit_flags_short): Ditto.
10707 (print_bit_flags_char): Ditto.
10708 (print_bit_flags_short): Ditto.
10709 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
10710
10711 2003-10-11 Michael Chastain <mec@shout.net>
10712
10713 * gdb.base/call-rt-st.exp: Update copyright year.
10714
10715 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10716
10717 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
10718 * gdb.disasm/sh3.s: Ditto.
10719
10720 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
10721
10722 * gdb.threads/switch-threads.exp: New test.
10723 * gdb.threads/switch-threads.c: New source file.
10724
10725 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
10726
10727 * gdb.base/ending-run.exp: Add sh specific case.
10728
10729 2003-10-06 Andrew Cagney <cagney@redhat.com>
10730
10731 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
10732 * gdb.disasm/mn10200.exp: Delete obsolete file.
10733
10734 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
10735
10736 * ChangeLog: Correct an entry command.exp -> commands.exp.
10737 * gdb.base/commands.exp (bp_deleted_in_command_test)
10738 (temporary_breakpoint_commands): Check noargs.
10739
10740 2003-09-25 David Carlton <carlton@kealia.com>
10741
10742 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
10743 of some print tests, where appropriate. Add tests for C::D::cd,
10744 E::ce, F::cXfX, G::XgX.
10745 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
10746
10747 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
10748
10749 * lib/java.exp (java_init): Import target_alias before using it.
10750
10751 2003-09-25 David Carlton <carlton@kealia.com>
10752
10753 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
10754
10755 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
10756
10757 * gdb.base/selftest.exp: Accomodate more instruction reordering
10758 weirdness.
10759
10760 2003-09-17 Michael Chastain <mec@shout.net>
10761
10762 * gdb.cp/gdb1355.exp: New file.
10763 * gdb.cp/gdb1355.c: New file.
10764
10765 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
10766
10767 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
10768 * gdb.asm/sh.inc: New file.
10769
10770 2003-09-11 David Carlton <carlton@kealia.com>
10771
10772 * gdb.cp/namespace.exp: Add tests for namespace types.
10773 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
10774 (test_namespace): New.
10775
10776 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
10777
10778 * gdb.base/relocate.exp: Handle new gdb output at startup.
10779 * gdb.stabs/weird.exp: Ditto.
10780
10781 2003-09-08 Michael Chastain <mec@shout.net>
10782
10783 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
10784
10785 2003-09-07 Michael Chastain <mec@shout.net>
10786
10787 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
10788 'parse error'.
10789
10790 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
10791
10792 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
10793
10794 2003-08-30 Michael Chastain <mec@shout.net>
10795
10796 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
10797 * gdb.gdb/observer.exp: Ditto.
10798 * gdb.gdb/xfullpath.exp: Ditto.
10799
10800 2003-08-29 Mark Kettenis <kettenis@gnu.org>
10801
10802 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
10803 *-*-*bsd*.
10804
10805 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
10806
10807 * gdb.base/dump.exp: Skip for ia64.
10808
10809 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
10810
10811 * gdb.asm/asm-source.exp: Add ia64 support.
10812 * gdb.asm/ia64.inc: New file.
10813
10814 2003-08-22 Michael Chastain <mec@shout.net>
10815
10816 * gdb.cp: New directory.
10817 * gdb.cp/*: Copy from gdb.c++/*.
10818 * gdb.c++/*: Remove.
10819 * Makefile.in: Change gdb.c++ to gdb.cp.
10820 * configure.in: Ditto.
10821 * configure: Regnerate.
10822
10823 2003-08-18 Mark Kettenis <kettenis@gnu.org>
10824
10825 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
10826 * gdb.arch/i386-prologue.c (gdb1338): Add function.
10827
10828 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
10829
10830 * mi-var-display.exp (-var-list-children weird): Accept function
10831 pointers with argument types.
10832 * mi1-var-display.exp (-var-list-children weird): Likewise.
10833 * mi2-var-display.exp (-var-list-children weird): Likewise.
10834
10835 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
10836
10837 * gdb.base/annota3.exp: Add missing newline.
10838
10839 2003-08-06 Michael Chastain <mec@shout.net>
10840
10841 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
10842
10843 2003-08-12 Michael Snyder <msnyder@redhat.com>
10844
10845 * gdb.base/float.exp: Add test for SH.
10846
10847 2003-08-10 Mark Kettenis <kettenis@gnu.org>
10848
10849 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
10850
10851 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
10852
10853 * gdb.base/completion.exp: Remove reduntant completion test
10854 on filename.
10855
10856 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
10857
10858 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
10859 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
10860 gdb.trace/save-trace.exp: Make sure that full pathnames are
10861 escaped correctly.
10862
10863 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
10864
10865 * configure.in: Don't generate config.h from config.hin.
10866 * configure: Regenerate.
10867 * config.hin: Remove file.
10868 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
10869 * gdb.threads/pthreads.c: Ditto.
10870
10871 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
10872
10873 From Kei Sakamoto <sakamoto.kei@renesas.com>:
10874 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
10875 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
10876 Replace ld24 with seth/add3.
10877
10878 2003-08-02 Andrew Cagney <cagney@redhat.com>
10879
10880 * gdb.base/annota3.exp: New file.
10881 * gdb.base/annota3.c: New file.
10882 * gdb.c++/annota3.exp: New file.
10883 * gdb.c++/annota3.cc: New file.
10884
10885 2003-07-29 Michael Chastain <mec@shout.net>
10886
10887 * gdb.threads/tls.c (spin): Check errno only if sem_wait
10888 actually failed.
10889 (do_pass): Likewise.
10890 * gdb.threads/tls.exp: Always initialize no_of_threads.
10891
10892 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
10893
10894 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
10895 pattern.
10896 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
10897 * gdb.threads/tls.exp: Recognize one case of the host library not
10898 supporting TLS.
10899
10900 2003-07-27 Andrew Cagney <cagney@redhat.com>
10901
10902 * gdb.base/fileio.exp: Use SH when running commands using
10903 remote_exec.
10904
10905 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10906
10907 From Kei Sakamoto <sakamoto.kei@renesas.com>:
10908 * gdb.base/relocate.c (dummy): New padding array.
10909
10910 2003-07-22 Michael Snyder <msnyder@redhat.com>
10911
10912 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
10913
10914 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
10915 patterns to be more general, accepting old and new output.
10916 Some output chars (such as '+') also must be quoted.
10917 Some addresses are displayed numerically instead of
10918 symbolically.
10919
10920 2003-07-23 Michael Snyder <msnyder@redhat.com>
10921
10922 * gdb.base/return2.exp: Don't test long-long return.
10923
10924 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
10925 * gdb.disasm/t01_mov.exp: Ditto.
10926 * gdb.disasm/t02_mova.s: Ditto.
10927 * gdb.disasm/t02_mova.exp: Ditto.
10928 * gdb.disasm/t03_add.s: Ditto.
10929 * gdb.disasm/t03_add.exp: Ditto.
10930 * gdb.disasm/t04_sub.s: Ditto.
10931 * gdb.disasm/t04_sub.exp: Ditto.
10932 * gdb.disasm/t05_cmp.s: Ditto.
10933 * gdb.disasm/t05_cmp.exp: Ditto.
10934 * gdb.disasm/t06_ari2.s: Ditto.
10935 * gdb.disasm/t06_ari2.exp: Ditto.
10936 * gdb.disasm/t07_ari3.s: Ditto.
10937 * gdb.disasm/t07_ari3.exp: Ditto.
10938 * gdb.disasm/t08_or.s: Ditto.
10939 * gdb.disasm/t08_or.exp: Ditto.
10940 * gdb.disasm/t09_xor.s: Ditto.
10941 * gdb.disasm/t09_xor.exp: Ditto.
10942 * gdb.disasm/t10_and.s: Ditto.
10943 * gdb.disasm/t10_and.exp: Ditto.
10944 * gdb.disasm/t11_logs.s: Ditto.
10945 * gdb.disasm/t11_logs.exp: Ditto.
10946 * gdb.disasm/t12_bit.s: Ditto.
10947 * gdb.disasm/t12_bit.exp: Ditto.
10948 * gdb.disasm/t13_otr.s: Ditto.
10949 * gdb.disasm/t13_otr.exp: Ditto.
10950
10951 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
10952
10953 * gdb.threads/tls.exp :Add kfail for 'info address' case.
10954
10955 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
10956
10957 * gdb.threads/tls.c : New file.
10958 * gdb.threads/tls.exp : New file.
10959 * gdb.threads/tls-main.c : New file.
10960 * gdb.threads/tls-shared.c : New file.
10961 * gdb.threads/tls-shared.exp : New file.
10962
10963 2003-07-22 Andreas Schwab <schwab@suse.de>
10964
10965 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
10966
10967 2003-07-20 Andreas Schwab <schwab@suse.de>
10968
10969 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
10970 due to insn reordering.
10971
10972 2003-07-15 Andrew Cagney <cagney@redhat.com>
10973
10974 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
10975
10976 2003-07-15 Michael Chastain <mec@shout.net>
10977
10978 * gdb.base/gdb1250.exp: New file.
10979 * gdb.base/gdb1250.c: New file.
10980
10981 2003-07-09 Michal Ludvig <mludvig@suse.cz>
10982
10983 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
10984 expansion of size_t to 'unsigned long', not only to 'unsigned'.
10985
10986 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
10987
10988 * gdb.threads/tls.c: New file.
10989 * gdb.threads/tls.exp: New file.
10990 * gdb.threads/tls-main.c: New file.
10991 * gdb.threads/tls-shared.c: New file.
10992 * gdb.threads/tls-shared.exp: New file.
10993
10994 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
10995
10996 * gdb.base/annota1.exp: Make sure that we properly escape the
10997 full path of the source file. Xfail more permissive patterns,
10998 due to a compiler debug info problem.
10999
11000 2003-07-07 Andreas Schwab <schwab@suse.de>
11001
11002 * gdb.asm/m68k.inc: New file.
11003 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11004
11005 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11006 arguments"): Also match negative number.
11007
11008 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11009
11010 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
11011
11012 * gdb.base/store.c (charest): New typedef.
11013 (add_char): Rename to add_charest, update.
11014 (wack_char): Rename to wack_charest, update types. Return l + r
11015 to keep r live across the call.
11016 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11017 (wack_double, wack_doublest): Return l + r to keep r live across
11018 the call.
11019 * gdb.base/store.exp: Accomodate store.c changes.
11020
11021 2003-06-30 David Carlton <carlton@kealia.com>
11022
11023 * gdb.c++/maint.exp (test_invalid_name): New.
11024 (test_first_component): Add tests for invalid names.
11025
11026 2003-06-29 Michael Chastain <mec@shout.net>
11027
11028 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11029 output of '<VTT for class>' for virtual base classes.
11030
11031 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11032
11033 * gdb.base/completion.exp: Tab-complete "complet" instead of
11034 "compl".
11035 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11036
11037 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11038
11039 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11040 * gdb.base/volatile.exp: Likewise.
11041
11042 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
11043
11044 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11045 gdb/1265.
11046
11047 2003-06-28 Michael Chastain <mec@shout.net>
11048 Daniel Jacobowitz <drow@mvista.com>
11049
11050 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11051 initial line count of 'captured_main' from 26 to 32.
11052 (test_with_self): Allow xmalloc call to be interleaved with the
11053 preceding two lines.
11054
11055 2003-06-24 Joel Brobecker <brobecker@gnat.com>
11056
11057 * gdb.base/bang.exp: New testcase.
11058
11059 2003-06-23 Joel Brobecker <brobecker@gnat.com>
11060
11061 * gdb.base/langs.exp: Add some tests for the "minimal" language
11062 support.
11063
11064 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
11065
11066 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11067 the testcase.
11068
11069 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11070
11071 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11072 offset.
11073
11074 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
11075
11076 * gdb.c++/pr-1210.cc: New file.
11077 * gdb.c++/pr-1210.exp: New file.
11078
11079 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
11080
11081 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11082 000-exec-continue.
11083
11084 2003-06-15 Mark Kettenis <kettenis@gnu.org>
11085
11086 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11087 on *-*-*bsd* instead of *-*-freebsd*.
11088
11089 2003-06-14 Andrew Cagney <cagney@redhat.com>
11090
11091 * gdb.base/store.exp: Test longest and doublest. Test all
11092 parameters. Weaken return statement match.
11093 * gdb.base/store.c: Add longest and doublest - aka long long and
11094 long double functions. Put all parameters into local register
11095 variables. Use negative values.
11096
11097 2003-06-14 Andrew Cagney <cagney@redhat.com>
11098
11099 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11100 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11101 exit status.
11102 * gdb.base/fileio.exp: Disable target when nointerrupts and
11103 noinferiorio, instead of limiting it to remote. Use remote_exec
11104 instead of system.
11105
11106 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11107
11108 * gdb.base/float.exp: Add ia64 support.
11109
11110 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
11111
11112 * gdb.base/fileio.exp: Run only on remote targets.
11113
11114 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
11115
11116 * gdb.base/fileio.c: New file, testing File-I/O.
11117 * gdb.base/fileio.exp: Ditto.
11118
11119 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11120
11121 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11122 shared objects after relocation at load time (gdb PR/1132).
11123 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
11124 as above, part of the shared object relocation test.
11125
11126 2003-06-08 Mark Kettenis <kettenis@gnu.org>
11127
11128 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11129 fully filled history list.
11130 * gdb.base/gdb_history: New file.
11131
11132 * gdb.base/signals.exp: XFAIL "continue to func1" on
11133 i*86-*-freebsd*.
11134
11135 * gdb.base/attach.exp: When trying to attach to a nonexistent
11136 process, make it possible to specify the PID based on the target,
11137 and do so for *-*-freebsd*.
11138
11139 2003-06-02 Richard Henderson <rth@redhat.com>
11140
11141 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11142
11143 2003-06-02 Richard Henderson <rth@redhat.com>
11144
11145 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11146
11147 2003-06-02 Richard Henderson <rth@redhat.com>
11148
11149 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11150
11151 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
11152
11153 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11154 of globalvar.
11155
11156 2003-06-01 Mark Kettenis <kettenis@gnu.org>
11157
11158 * gdb.asm/asm-source.exp: Check for memory read errors in
11159 disassembler test on *BSD too.
11160
11161 2003-06-01 Richard Henderson <rth@redhat.com>
11162
11163 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11164 for .frame.
11165 (gdbasm_call): Lose ldgp.
11166 (gdbasm_startup): Add frame information.
11167 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11168
11169 2003-05-31 Mark Kettenis <kettenis@gnu.org>
11170
11171 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11172 i?86-*-*.
11173
11174 2003-05-30 Mark Kettenis <kettenis@gnu.org>
11175
11176 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11177 FreeBSD.
11178
11179 2003-05-29 Richard Henderson <rth@redhat.com>
11180
11181 * gdb.asm/alpha.inc: New file.
11182 * gdb.asm/asm-source.exp: Use it.
11183
11184 2003-05-29 Jim Blandy <jimb@redhat.com>
11185
11186 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11187 'core.PID'.
11188
11189 2003-05-22 Jim Blandy <jimb@redhat.com>
11190
11191 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11192 backtrace.
11193
11194 2003-05-20 David Carlton <carlton@math.stanford.edu>
11195
11196 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11197 this time.
11198
11199 2003-05-19 David Carlton <carlton@bactrian.org>
11200
11201 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11202 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11203
11204 2003-05-19 David Carlton <carlton@bactrian.org>
11205
11206 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11207 namespace tests.
11208 Bump copyright date.
11209 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11210 (main): Call C::D::marker2.
11211 * gdb.c++/namespace1.cc: New file.
11212
11213 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11214
11215 Roland McGrath <roland@redhat.com>
11216 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
11217 there is no manager thread.
11218
11219 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11220
11221 * gdb.threads/schedlock.exp: Remove assumption that all threads
11222 will run in a particular small time slice. Also ensure we break
11223 in one of the child threads rather than the main thread.
11224
11225 2003-05-07 Jim Blandy <jimb@redhat.com>
11226
11227 Add support for assembly source testing on the s390x.
11228 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11229 architecture.
11230 * gdb.asm/s390x.inc: New file.
11231
11232 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11233 succession of 'if' statements.
11234
11235 2003-05-05 Andrew Cagney <cagney@redhat.com>
11236
11237 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11238
11239 2003-05-05 Andrew Cagney <cagney@redhat.com>
11240
11241 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11242 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11243
11244 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
11245
11246 * gdb.base/charset.exp: Update based on new behavior of set/show
11247 charset commands.
11248
11249 2003-05-01 Andrew Cagney <cagney@redhat.com>
11250
11251 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11252 variable do not give memory errors.
11253
11254 2003-04-30 Adam Fedor <fedor@gnu.org>
11255
11256 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11257 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11258 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11259 gdb.objc/basicclass.m: : New files
11260
11261 * lib/gdb.exp (gdb_compile_objc): New procedure.
11262
11263 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11264
11265 * gdb.base/signals.exp: Make backtrace tests more specific.
11266
11267 2003-04-23 David Carlton <carlton@bactrian.org>
11268
11269 * gdb.c++/maint.exp (test_first_component): Add tests for
11270 'operator' in more locations.
11271
11272 2003-04-16 Kevin Buettner <kevinb@redhat.com>
11273
11274 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11275
11276 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
11277
11278 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
11279 func marke' instead. Update test name.
11280
11281 2003-04-15 David Carlton <carlton@math.stanford.edu>
11282
11283 * gdb.c++/maint.exp: New file.
11284
11285 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11286
11287 * gdb.threads/schedlock.c: Change type of thread function argument
11288 to long, to avoid warnings on 64-bit platforms.
11289
11290 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
11291
11292 * gdb.base/attach.exp: Add new message from ptrace in case of
11293 attaching to nonexistent process.
11294
11295 2003-04-11 Jim Blandy <jimb@redhat.com>
11296
11297 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11298 gdb.c++/userdef.cc: Place comments on the lines to which the
11299 marker function might return.
11300 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11301 gdb.c++/userdef.exp: Look for those comments to check that we've
11302 returned to the right place, instead of checking line numbers.
11303
11304 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
11305
11306 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11307 match on sourcefile name, instead of directory name.
11308
11309 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
11310
11311 * gdb.base/completion.exp: Use string_to_regexp to match the
11312 working directory name.
11313
11314 2003-04-09 Jim Blandy <jimb@redhat.com>
11315
11316 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11317 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11318 after an inferior function call, report the failure, but allow the
11319 test to continue.
11320
11321 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11322
11323 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11324 with -DPROTOTYPES.
11325
11326 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11327
11328 * gdb.base/break.exp: Revert last patch.
11329
11330 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11331
11332 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11333 with -DPROTOTYPES.
11334
11335 2003-04-02 Andrew Cagney <cagney@redhat.com>
11336
11337 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11338 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11339 matching directories by the name breakpoint.
11340 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11341 Make "continue to marker1" consistent.
11342 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11343 message consistent.
11344 * lib/gdb.exp: Put "the program is no longer running", and "the
11345 program exited" in parenthesis.
11346 * lib/mi-support.exp: Ditto.
11347
11348 2003-04-02 Bob Rossi <bob_rossi@cox.net>
11349
11350 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11351
11352 2003-03-29 Andrew Cagney <cagney@redhat.com>
11353
11354 * gdb.base/sizeof.c (main): Print the value of '\377'.
11355 * gdb.base/sizeof.exp: Check the sign of '\377'.
11356
11357 2003-03-27 Michael Chastain <mec@shout.net>
11358
11359 * gdb.base/gdb1090.exp: New file.
11360 * gdb.base/gdb1090.cc: New file.
11361
11362 2003-03-27 J. Brobecker <brobecker@gnat.com>
11363
11364 * gdb.gdb/observer.exp: New regression test.
11365
11366 2003-03-27 Michael Chastain <mec@shout.net>
11367
11368 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11369 * gdb.base/ptype.exp: Likewise.
11370
11371 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
11372
11373 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11374
11375 2003-03-26 Michael Chastain <mec@shout.net>
11376
11377 * gdb.base/ptype.exp: Actually use some typedef'd types.
11378
11379 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11380
11381 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11382 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11383
11384 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11385
11386 * gdb.base/default.exp: Fix regular expression.
11387
11388 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11389
11390 * gdb.base/args.exp: Fix regular expression.
11391
11392 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11393
11394 * gdb.base/help.exp: Allow Win32 child process.
11395
11396 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11397
11398 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11399 when stepping out of main().
11400
11401 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11402
11403 * gdb.base/default.exp: Check for win32 specific message when calling
11404 "run" without executable.
11405
11406 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11407
11408 * gdb.base/args.exp: Expect .exe in output.
11409
11410 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
11411
11412 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11413 Cygwin native.
11414
11415 2003-03-17 Andrew Cagney <cagney@redhat.com>
11416
11417 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11418 vector registes.
11419 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11420 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11421
11422 2003-03-17 David Carlton <carlton@math.stanford.edu>
11423
11424 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11425 test, for PR breakpoints/38.
11426 Call test_watchpoint_and_breakpoint.
11427 * gdb.base/watchpoint.c (func3): New function.
11428 (main): Call func3.
11429
11430 2003-03-04 David Carlton <carlton@math.stanford.edu>
11431
11432 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11433 Garply<Garply<char> >:: garply".
11434 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11435 with respect to PR c++/1111; note also PR c++/1113.
11436 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11437 respect to PR c++/1062.
11438 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11439
11440 2003-03-03 David Carlton <carlton@math.stanford.edu>
11441
11442 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11443 with respect to PR c++/57.
11444 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11445 c++/826.
11446 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11447 respect to PR c++/57.
11448
11449 2003-03-03 David Carlton <carlton@math.stanford.edu>
11450
11451 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11452 respect to PR c++/33 into FAILs.
11453
11454 2003-03-03 Michael Chastain <mec@shout.net>
11455
11456 * configure.in: Update copyright years.
11457
11458 2003-03-03 Michael Chastain <mec@shout.net>
11459
11460 * Makefile.in: Update copyright years.
11461
11462 2003-02-28 David Carlton <carlton@math.stanford.edu>
11463
11464 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11465 print class instead of struct and/or superfluous protection
11466 specifiers, as long as the resulting output is equivalent to the
11467 source code.
11468 Delete FIXME from end of messages on tests that don't need
11469 fixing.
11470
11471 2003-02-28 David Carlton <carlton@math.stanford.edu>
11472
11473 * gdb.c++/templates.exp (do_tests): Allow const in the two
11474 Foo<volatile char *>::foo tests.
11475
11476 2003-02-27 Michael Snyder <msnyder@redhat.com>
11477
11478 * gdb.base/restore.c (main): Return zero, so exit code
11479 will be consistant.
11480
11481 2003-02-26 David Carlton <carlton@math.stanford.edu>
11482
11483 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
11484 char *>::foo" test with respect to PR c++/33. Create a new test
11485 which is identical to that one except that it doesn't put the
11486 space between the "char" and the "*"; KFAIL it, too.
11487
11488 2003-02-26 David Carlton <carlton@math.stanford.edu>
11489
11490 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
11491 template types into either PASSes or KFAILs (corresponding to PR
11492 c++/57). Tweak indentation. Update copyright.
11493
11494 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11495
11496 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
11497
11498 2003-02-13 Michael Chastain <mec@shout.net>
11499
11500 * gdb.base/exprs.exp: Remove i960 remnants.
11501 * gdb.base/funcargs.exp: Likewise.
11502 * gdb.base/list.exp: Likewise.
11503 * gdb.base/ptype.exp: Likewise.
11504
11505 2003-02-14 David Carlton <carlton@math.stanford.edu>
11506
11507 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
11508 pEe->D::vg()" from XFAIL to KFAIL.
11509
11510 2003-02-13 Jason Molenda (jmolenda@apple.com)
11511
11512 * gdb.base/maint.exp: Update maint print statistics regexp to include
11513 new entries.
11514
11515 2003-02-13 Michael Chastain <mec@shout.net>
11516
11517 * gdb.c++/inherit.exp: Remove call to get_debug_format.
11518
11519 2003-02-12 Michael Chastain <mec@shout.net>
11520
11521 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
11522 * gdb.c++/inherit.exp: Likewise.
11523 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
11524 * gdb.c++/templates.exp: Likewise.
11525 * gdb.c++/virtfunc.exp: Likewise.
11526
11527 2003-02-06 Jason Molenda (jason-cl@molenda.com)
11528
11529 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
11530 why the code is written that way.
11531
11532 2003-02-05 Michael Chastain <mec@shout.net>
11533
11534 * gdb.base/dump.exp: Add missing copyright line.
11535
11536 2003-02-05 Jason Molenda (jason-cl@molenda.com)
11537
11538 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
11539 at the beginning so the breakpoint doesn't get set on the loop.
11540
11541 2003-02-05 Michael Chastain <mec@shout.net>
11542
11543 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
11544 output for configurations with gcc 2.95.3.
11545
11546 2003-02-05 Keith Seitz <keiths@redhat.com>
11547 Andrew Cagney <ac131313@redhat.com>
11548
11549 * gdb.mi/mi-cli.exp: New file.
11550
11551 2003-02-04 Michael Chastain <mec@shout.net>
11552
11553 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
11554 Call perror and then continue.
11555
11556 2003-02-03 Michael Chastain <mec@shout.net>
11557
11558 * gdb.c++/pr-1023.cc: New file.
11559 * gdb.c++/pr-1023.exp: New file.
11560
11561 2003-02-05 Jim Blandy <jimb@redhat.com>
11562
11563 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
11564 it's local to foobar. Check for it there, and check that it's not
11565 present in main.
11566 * gdb.c++/local.cc (marker2): New function.
11567 (foobar): Call marker1.
11568 (main): Call marker2 instead of marker1.
11569
11570 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11571
11572 * gdb.disasm/mn10200.exp: Obsolete file.
11573 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
11574 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
11575 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
11576
11577 2003-02-04 David Carlton <carlton@math.stanford.edu>
11578
11579 * gdb.c++/overload.exp: Test intToChar(1).
11580 * gdb.c++/overload.cc (intToChar): New.
11581 (main): Call intToChar.
11582
11583 2003-02-03 David Carlton <carlton@math.stanford.edu>
11584
11585 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
11586 'might_kfail' arg.
11587 KFAIL some of the continue_to_bp_overloaded calls, according to
11588 PR c++/1025.
11589
11590 2003-02-01 Michael Chastain <mec@shout.net>
11591
11592 * gdb.base/advance.c (marker1): New marker function.
11593 * gdb.base/advance.exp: When the 'advance' command lands on the
11594 return breakpoint, it can legitimately stop on either the
11595 current line or the next line. Accommodate both outcomes.
11596 * gdb.base/until.exp: Likewise.
11597
11598 2003-02-02 Andrew Cagney <ac131313@redhat.com>
11599
11600 2002-11-10 Jason Molenda (jason-cl@molenda.com):
11601 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
11602 now a list, not a tuple.
11603 * gdb.mi/mi-var-display.exp: Ditto.
11604 * gdb.mi/gdb792.exp: Ditto.
11605
11606 2003-02-01 Andrew Cagney <ac131313@redhat.com>
11607
11608 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
11609 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
11610 stack backtraces.
11611 * gdb.mi/mi-syn-frame.c: Part of same.
11612
11613 2003-02-01 Mark Kettenis <kettenis@gnu.org>
11614
11615 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
11616 gdb.mi/mi1-pthreads.exp: Return instead of calling
11617 gdb_suppress_entire_file.
11618
11619 2003-02-01 Mark Salter <msalter@redhat.com>
11620
11621 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
11622
11623 2003-01-31 Mark Salter <msalter@redhat.com>
11624
11625 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
11626 Support empty arg.
11627
11628 2003-01-30 Michael Chastain <mec@shout.net>
11629
11630 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
11631 This was a workaround for a UTF-8 bug in readline 4.3. The bug
11632 has been fixed in gdb/readline on 2003-01-09.
11633
11634 2003-01-29 Michael Snyder <msnyder@redhat.com>
11635
11636 * gdb.base/maint.exp: Allow for leading underscore in symbol.
11637 * gdb.base/display.exp: Allow for leading underscore in symbol.
11638 * gdb.base/args.exp: Skip if target does not support args passing.
11639
11640 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
11641
11642 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
11643 gdb_test. Accept a list of expect arguments as the third
11644 parameter.
11645 (gdb_test): Use it.
11646
11647 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
11648
11649 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
11650 allow for different test tree configurations. Update some
11651 tescases accordingly.
11652 * gdb.arch/altivec-regs.exp: Ditto.
11653 * gdb.asm/asm-source.exp: Ditto.
11654 * gdb.base/advance.exp: Ditto.
11655 * gdb.base/display.exp: Ditto.
11656 * gdb.base/long_long.exp: Ditto.
11657 * gdb.base/mips_pro.exp: Ditto.
11658 * gdb.base/overlays.exp: Ditto.
11659 * gdb.base/relocate.exp: Ditto.
11660 * gdb.base/setshow.exp: Ditto.
11661 * gdb.base/step-line.exp: Ditto.
11662 * gdb.base/step-test.exp: Ditto.
11663 * gdb.base/until.exp: Ditto.
11664 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
11665
11666 2003-01-17 David Carlton <carlton@math.stanford.edu>
11667
11668 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
11669 corresponding to PR c++/945.
11670 Update copyright.
11671
11672 2003-01-17 David Carlton <carlton@math.stanford.edu>
11673
11674 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
11675 corresponding to PR c++/68.
11676
11677 2003-01-17 David Carlton <carlton@math.stanford.edu>
11678
11679 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
11680 (test_paddr_hairy_functions): Call print_addr_2_kfail for
11681 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
11682
11683 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
11684
11685 * gdb.base/break.exp: Fix change of default location, because of
11686 removal of until tests.
11687 * gdb.base/help.exp: Update test for new 'until' help message.
11688 Add test for help on 'advance'.
11689 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
11690
11691 2003-01-15 Mark Kettenis <kettenis@gnu.org>
11692
11693 * gdb.base/default.exp: Adapt "info float" test for recent changes
11694 to that command. Add test for "info vector".
11695 * gdb.base/float.exp: New file. Add test for "info float" that
11696 resembles the old test in gdb.base/default.exp.
11697
11698 2003-01-15 David Carlton <carlton@math.stanford.edu>
11699
11700 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
11701
11702 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
11703
11704 * gdb.base/break.exp: Move the tests of until command from here...
11705 * gdb.base/until.exp: ... to here. New file. Add other tests.
11706 * gdb.base/advance.c: New file.
11707 * gdb.base/advance.exp: New file.
11708
11709 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
11710
11711 * gdb.base/args.c: New file.
11712 * gdb.base/args.exp: New file.
11713
11714 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
11715
11716 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
11717
11718 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
11719
11720 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
11721
11722 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
11723
11724 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
11725 dates.
11726
11727 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11728
11729 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
11730
11731 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11732
11733 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
11734 (ptype &*"foo").
11735 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
11736
11737 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11738
11739 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
11740 * gdb.mi/mi1-console.exp: Likewise.
11741
11742 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11743
11744 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
11745 * gdb.mi/mi1-console.exp: Likewise.
11746
11747 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
11748
11749 * gdb.c++/overload.exp: Remove some fixed XFAILs.
11750
11751 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
11752
11753 * gdb.base/detach.exp: New test.
11754
11755 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
11756
11757 * Makefile.in (ALL_SUBDIRS): New variable.
11758 (subdirs, clean, distclean): Use it.
11759 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
11760 regenerating Makefile, since it is generated from the top level.
11761 * gdb.asm/Makefile.in: Likewise.
11762 * gdb.base/Makefile.in: Likewise.
11763 * gdb.c++/Makefile.in: Likewise.
11764 * gdb.disasm/Makefile.in: Likewise.
11765 * gdb.java/Makefile.in: Likewise.
11766 * gdb.mi/Makefile.in: Likewise.
11767 * gdb.threads/Makefile.in: Likewise.
11768 * gdb.trace/Makefile.in: Likewise.
11769
11770 2003-01-09 David Carlton <carlton@math.stanford.edu>
11771
11772 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
11773 Add copyright year 2003.
11774
11775 2003-01-06 Michael Chastain <mec@shout.net>
11776
11777 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
11778 When selecting a thread, 'line' and 'file' are optional.
11779 * gdb.mi/mi1-pthreads.exp: Likewise.
11780
11781 2003-01-06 Andreas Schwab <schwab@suse.de>
11782
11783 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
11784 failures.
11785
11786 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
11787
11788 Fix PR gdb/844
11789 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
11790 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
11791
11792 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
11793 instead of calling gdb_suppress_entire_file.
11794 * gdb.threads/print-threads.exp: Likewise.
11795 * gdb.threads/schedlock.exp: Likewise.
11796
11797 * gdb.threads/killed.exp: Return instead of calling
11798 gdb_suppress_entire_file.
11799 * gdb.threads/linux-dp.exp: Likewise.
11800 * gdb.threads/pthreads.exp: Likewise.
11801
11802 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
11803
11804 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
11805 stabs.
11806 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
11807 * gdb.base/whatis.exp: Always allow (void) after function names.
11808
11809 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
11810
11811 * gdb.c++/casts.exp: Correct regexp.
11812
11813 2003-01-04 Mark Kettenis <kettenis@gnu.org>
11814
11815 * configure.in: Call AC_CONFIG_HEADER. Don't call
11816 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
11817 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
11818 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
11819 aforementioned directories in the AC_OUPUT call.
11820 * config.hin: New file.
11821 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
11822 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
11823 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
11824 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
11825 pass -I$objdir instead of -I$objdir/$subdir in compilation.
11826 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
11827 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
11828 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
11829 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
11830 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
11831 gdb.threads/configure.in, gdb.threads/configure,
11832 gdb.threads/config.in, gdb.trace/configure.in,
11833 gdb.trace/configure: Removed.
11834
11835 2003-01-03 Michael Chastain <mec@shout.net>
11836
11837 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
11838 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
11839
11840 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
11841
11842 * gdb.base/store.exp: Fix regular expressions.
11843
11844 2002-12-28 Mark Kettenis <kettenis@gnu.org>
11845
11846 * configure.in: Rewrite.
11847 * configure: Regenerated.
11848
11849 2003-01-03 David Carlton <carlton@math.stanford.edu>
11850
11851 * gdb.base/psymtab.exp: New file.
11852 * gdb.base/psymtab1.c: Ditto.
11853 * gdb.base/psymtab2.c: Ditto.
11854
11855 2002-12-23 Adam Fedor <fedor@gnu.org>
11856
11857 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
11858
11859 2002-12-23 David Carlton <carlton@math.stanford.edu>
11860
11861 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
11862 and current_directory initialization.
11863
11864 2002-12-22 Jim Blandy <jimb@redhat.com>
11865
11866 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
11867 rather than as part of the output file name.
11868
11869 * gdb.base/attach.exp: There's no need to copy the test program to
11870 /tmp; that was only ever necessary on HP/UX, and this test is
11871 entirely disabled there anyway.
11872
11873 2002-12-21 Jim Blandy <jimb@redhat.com>
11874
11875 * gdb.c++/psmang.exp: Doc fix.
11876
11877 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
11878 test.
11879
11880 2002-12-20 David Carlton <carlton@math.stanford.edu>
11881
11882 * gdb.c++/annota2.exp: KFAIL annotate-quit.
11883
11884 2002-12-18 Michael Chastain <mec@shout.net>
11885
11886 * gdb.c++/annota2.exp: Add copyright year 2002.
11887
11888 2002-12-17 David Carlton <carlton@math.stanford.edu>
11889
11890 * gdb.c++/try_catch.cc: Add marker comments.
11891 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
11892 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
11893 * gdb.c++/m-static.cc: Ditto.
11894 * gdb.c++/m-static1.cc: Ditto.
11895 * gdb.c++/try_catch.cc: Ditto.
11896
11897 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
11898
11899 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
11900 to see whether we are using the new -environment-directory
11901 command which resets via -r or the old version of the command
11902 which may prompt the user. Part of fix for gdb/741.
11903
11904 2002-12-13 Andrew Cagney <ac131313@redhat.com>
11905
11906 * gdb.fortran/types.exp: Update obsolete comment.
11907 * gdb.fortran/exprs.exp: Ditto.
11908 * lib/gdb.exp: Delete obsolete code.
11909 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
11910 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
11911 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
11912 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
11913 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
11914 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
11915 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
11916 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
11917 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
11918 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
11919 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
11920 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
11921 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
11922 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
11923 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
11924 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
11925 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
11926 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
11927 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
11928 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
11929 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
11930 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
11931 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
11932 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
11933 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
11934 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
11935 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
11936 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
11937 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
11938 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
11939 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
11940 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
11941 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
11942 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
11943 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
11944 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
11945 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
11946
11947 2002-12-11 David Carlton <carlton@math.stanford.edu>
11948
11949 * gdb.c++/m-data.exp: Add test for members that shadow global
11950 variables: see PR gdb/804.
11951 * gdb.c++/m-data.cc: Ditto.
11952
11953 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
11954
11955 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
11956
11957 2002-12-06 David Carlton <carlton@math.stanford.edu>
11958
11959 * gdb.base/store.c: Don't declare functions static.
11960
11961 2002-12-04 Andrew Cagney <ac131313@redhat.com>
11962
11963 * gdb.base/store.exp, gdb.base/store.c: New files.
11964
11965 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
11966
11967 * gdb.base/selftest.exp: Update for current gdb.
11968
11969 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
11970
11971 * gdb.base/maint.exp: Only dump symbols from one source file
11972 or objfile.
11973
11974 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
11975
11976 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
11977 function call.
11978
11979 2002-11-25 Jim Blandy <jimb@redhat.com>
11980
11981 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
11982 function appearing in error message.
11983
11984 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
11985
11986 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
11987
11988 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
11989
11990 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
11991 for mi1 and current mi is in correct format. New mi startup message
11992 should be in mi console format. This is part of fix for PR gdb/604.
11993
11994 2002-09-18 Fernando Nasser <fnasser@redhat.com>
11995
11996 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
11997 which explicitly prints the zero offset as "+0".
11998
11999 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
12000
12001 * gdb.threads/schedlock.c (args): Make unsigned.
12002
12003 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
12004
12005 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12006 numbers. Allow "foo2|selected stack frame".
12007 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12008 * gdb.asm/asmsrc2.s: Likewise.
12009 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12010 comments.
12011 * gdb.asm/mips.inc: New file.
12012
12013 2002-10-18 Adam Fedor <fedor@gnu.org>
12014
12015 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12016 * gdb.base/help.exp: Likewise.
12017
12018 2002-10-17 Kevin Buettner <kevinb@redhat.com>
12019
12020 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12021 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12022
12023 2002-10-02 Jim Blandy <jimb@redhat.com>
12024
12025 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12026
12027 2002-10-01 Andrew Cagney <ac131313@redhat.com>
12028
12029 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12030 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12031 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12032 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12033 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12034 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12035 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12036
12037 2002-09-29 Andrew Cagney <ac131313@redhat.com>
12038
12039 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12040 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12041 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12042 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12043 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12044 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12045 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
12046
12047 2002-09-27 Kevin Buettner <kevinb@redhat.com>
12048
12049 * gdb.base/annota1.exp (info break): Make directory components of
12050 path optional since not all compilers emit this debug information.
12051
12052 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12053 step ends up stepping out of the function instead of stopping on
12054 the epilogue.
12055
12056 2002-09-26 Keith Seitz <keiths@redhat.com>
12057
12058 * lib/insight-support.exp (gdbtk_start): Figure out where
12059 the insight executable is based on where gdb is. Use this
12060 executable to start insight instead of gdb.
12061
12062 2002-09-25 Andrew Cagney <cagney@redhat.com>
12063
12064 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12065
12066 2002-09-24 Andrew Cagney <ac131313@redhat.com>
12067
12068 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12069 test_isolated_complaints.
12070 (test_empty_complaint): New function.
12071 (test_empty_complaints): New function. Check no output when no
12072 complaints.
12073
12074 2002-09-19 Jim Blandy <jimb@redhat.com>
12075
12076 * gdb.base/charset.exp, gdb.base/charset.c: New files.
12077
12078 2002-09-19 Andrew Cagney <ac131313@redhat.com>
12079
12080 * gdb.gdb/complaints.exp: New file.
12081
12082 2002-09-18 Andrew Cagney <ac131313@redhat.com>
12083
12084 * gdb.base/maint.exp: Check `help maint internal-warning'.
12085
12086 2002-09-18 David Carlton <carlton@math.stanford.edu>
12087
12088 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12089 numbers, and replace them by a single breakpoint after the
12090 constructors are all finished.
12091 Add test 4.
12092 * gdb.c++/m-static.cc: Add test 4.
12093 * gdb.c++/m-static.h: New file.
12094 * gdb.c++/m-static1.cc: New file.
12095
12096 * gdb.c++/printmethod.exp: New file.
12097 * gdb.c++/printmethod.cc: New file.
12098
12099 * gdb.c++/pr-574.exp: New file.
12100 * gdb.c++/pr-574.cc: New file.
12101
12102 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12103
12104 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12105 embedded targets which never actually exit.
12106
12107 2002-09-18 Fernando Nasser <fnasser@redhat.com>
12108
12109 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12110 "don't step after run" as unresolved or unsupported, instead of xfail.
12111
12112 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12113
12114 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12115 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12116 Add newline to expected string in "step out of main (status wrapper)"
12117 case.
12118
12119 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
12120
12121 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12122 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12123
12124 2002-09-17 Tom Tromey <tromey@redhat.com>
12125
12126 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12127 \000, not \0, in double-quoted string.
12128
12129 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
12130
12131 * gdb.base/commands.exp: Don't expect a "Program exited normally"
12132 string after running the commands execution on breakpoint tests.
12133
12134 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
12135
12136 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12137
12138 2002-09-12 Joel Brobecker <brobecker@gnat.com>
12139
12140 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12141
12142 2002-09-10 Keith Seitz <keiths@redhat.com>
12143
12144 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12145 runto proc.
12146 (mi_run_to_main): Use mi_runto.
12147 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12148
12149 2002-09-10 Keith Seitz <keiths@redhat.com>
12150
12151 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12152 regexp for stopping at main. Could have multiple event notifications.
12153 Don't assume that main was declared with no parameters.
12154 (mi_next): Use mi_step_to.
12155 (mi_step): Use mi_next_to.
12156
12157 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
12158
12159 * gdb.base/default.exp: Fix expected string in `info float' test.
12160
12161 2002-09-09 Ben Elliston <bje@redhat.com>
12162
12163 * config/mips.exp: Update comments.
12164 * config/mips-idt.exp: Likewise.
12165 * config/nind.exp: Likewise.
12166 * config/slite.exp: Likewise.
12167 * config/sparclet.exp: Likewise.
12168 * config/udi.exp: Likewise.
12169 * config/vx.exp: Likewise.
12170 * config/vxworks29k.exp: Likewise.
12171
12172 2002-09-05 Jim Blandy <jimb@redhat.com>
12173
12174 * gdb.threads/killed.exp: Fix test failure message.
12175
12176 2002-09-04 Keith Seitz <keiths@redhat.com>
12177
12178 * lib/mi-support.exp: Update copyright.
12179 (mi_gdb_test): Increase the priority of the expected pattern
12180 so that it matches gdb_test.
12181
12182 2002-09-03 Keith Seitz <keiths@redhat.com>
12183
12184 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12185 Use integer comparison instead of string comparison for testing
12186 whether binary was built.
12187
12188 2002-09-03 Jim Blandy <jimb@redhat.com>
12189
12190 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12191
12192 2002-08-29 Jim Blandy <jimb@redhat.com>
12193
12194 * gdb.threads/pthreads.exp: Move the portable thread compilation
12195 code into a function in lib/gdb.exp, and call that from here.
12196 * lib/gdb.exp (gdb_compile_pthreads): New function.
12197
12198 2002-08-29 Keith Seitz <keiths@redhat.com>
12199
12200 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12201 expect_out so that callers can get at it.
12202
12203 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
12204
12205 * gdb.threads/print-threads.c: New file.
12206 * gdb.threads/print-threads.exp: New file.
12207 * gdb.threads/schedlock.c: New file.
12208 * gdb.threads/schedlock.exp: New file.
12209
12210 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
12211
12212 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12213 not altivec.c.
12214
12215 2002-08-17 Mark Kettenis <kettenis@gnu.org>
12216
12217 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12218 targets. The problem should be fixed now.
12219
12220 2002-08-15 Mark Kettenis <kettenis@gnu.org>
12221
12222 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12223 2002-07-24 change that removes final dots from error messages.
12224
12225 2002-08-13 Tom Tromey <tromey@redhat.com>
12226
12227 * gdb.base/readline.exp: New file.
12228
12229 2002-08-01 Andrew Cagney <ac131313@redhat.com>
12230
12231 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12232 supress message.
12233
12234 2002-08-01 Andrew Cagney <cagney@redhat.com>
12235
12236 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12237 CHILL_FOR_TARGET and CHILL_LIB.
12238 * configure.in (configdirs): Remove gdb.chill.
12239 * configure: Regenerate.
12240 * lib/gdb.exp: Obsolete references to chill.
12241 * gdb.fortran/types.exp: Ditto.
12242 * gdb.fortran/exprs.exp: Ditto.
12243
12244 2002-07-30 Kevin Buettner <kevinb@redhat.com>
12245
12246 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12247 set Irix-specific compile and link flags.
12248
12249 2002-07-29 Kevin Buettner <kevinb@redhat.com>
12250
12251 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12252 source files. The ``-o'' option doesn't work with the ``-E'' option
12253 when using the Irix compiler.
12254
12255 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
12256
12257 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12258 Improve support for reusing an exec file. Copy exec file
12259 to target, and run gdbserver on the target instead of on the host.
12260
12261 2002-07-18 Jim Blandy <jimb@redhat.com>
12262
12263 * gdb.base/ending-run.exp: Don't expect to see the program end in
12264 some orderly fashion when we're running on a real stand-alone
12265 board.
12266
12267 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12268 targets that don't support interrupts.
12269
12270 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12271
12272 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12273 systems.
12274 Move comments in expect statements to inside the actions, so that they
12275 don't get matched against.
12276
12277 2002-07-10 Mark Kettenis <kettenis@gnu.org>
12278
12279 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12280 function when asleep" test.
12281
12282 2002-07-10 Andrew Cagney <ac131313@redhat.com>
12283
12284 * gdb.base/page.exp: Rewrite to handle problems with very long
12285 `info set' output. Update copyright.
12286
12287 2002-06-26 Andrew Cagney <ac131313@redhat.com>
12288
12289 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12290 gdb.threads-hp.
12291 * gdb.hp/configure: Regenerate.
12292 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12293 * gdb.hp/gdb.threads-hp/configure: Delete file.
12294 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12295
12296 2002-06-22 Andrew Cagney <ac131313@redhat.com>
12297
12298 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12299 setlocale, bindtextdomain and textdomain.
12300
12301 2002-06-11 Jim Blandy <jimb@redhat.com>
12302
12303 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12304 preprocessor macro information is present.
12305
12306 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12307 tests.
12308
12309 2002-06-06 Michael Snyder <msnyder@redhat.com>
12310
12311 * gdb.base/overlays.exp: Record addresses of overlay
12312 functions in TCL variables rather than in GDB variables,
12313 to avoid having GDB convert them to pointers (with loss
12314 of information).
12315
12316 * gdb.base/d10v.ld: Merge in several years worth of
12317 default linker script changes.
12318 * gdb.base/long_long.exp: Add check for sizeof (long double).
12319
12320 2002-06-06 Michal Ludvig <mludvig@suse.cz>
12321
12322 * gdb.asm/asm-source.exp: Add x86-64 target.
12323 * gdb.asm/x86_64.inc: New.
12324
12325 2002-05-30 Michael Chastain <mec@shout.net>
12326
12327 From Benjamin Kosnik <bkoz@redhat.com>:
12328 * gdb.c++/m-static.cc: New file.
12329 * gdb.c++/m-static.exp: New file.
12330
12331 2002-05-28 Michael Snyder <msnyder@redhat.com>
12332
12333 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12334 precision.
12335
12336 2002-05-27 Michael Chastain <mec@shout.net>
12337
12338 From Benjamin Kosnik <bkoz@redhat.com>:
12339 * gdb.c++/m-data.cc: New file.
12340 * gdb.c++/m-data.exp: New file.
12341
12342 2002-05-27 Michael Chastain <mec@shout.net>
12343
12344 From Benjamin Kosnik <bkoz@redhat.com>:
12345 * gdb.c++/try_catch.cc: New file.
12346 * gdb.c++/try_catch.exp: New file.
12347
12348 2002-05-27 Michael Chastain <mec@shout.net>
12349
12350 * gdb.c++/local.exp: Accept more nested types in output.
12351
12352 2002-05-26 Michael Chastain <mec@shout.net>
12353
12354 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12355
12356 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12357
12358 * lib/gdb.exp (gdb_wrapper_init): Just because
12359 gdb_wrapper_file exists, this does not mean that the file
12360 should not be rebuilt. That is what gdb_wrapper_initialized
12361 is for.
12362 (default_gdb_init): Reset gdb_wrapper_initialized.
12363
12364 2002-05-23 Michael Snyder <msnyder@redhat.com>
12365
12366 * gdb.base/all-bin.exp: Revise previous patch by just reducing
12367 the precision of the floating point test results.
12368 * gdb.base/call-rt-st.exp: Ditto.
12369
12370 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12371 * gdb.base/call-rt-st.exp: Ditto.
12372
12373 2002-05-19 Michael Chastain <mec@shout.net>
12374
12375 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12376
12377 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
12378
12379 * configure.in (configdirs): Add gdb.arch.
12380 * configure: Regenerate.
12381
12382 2002-05-17 Jim Blandy <jimb@redhat.com>
12383
12384 * gdb.base/completion.exp: Recognize the more detailed error
12385 messages produced by the macro expander's lexical analyzer.
12386
12387 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12388
12389 * gdb.arch/altivec-abi.c: New file.
12390 * gdb.arch/altivec-abi.exp: New file.
12391 * gdb.arch/altivec-regs.c: New file.
12392 * gdb.arch/altivec-regs.exp: New file.
12393
12394 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
12395
12396 * gdb.base/maint.exp (maint print type): Update for new type
12397 structure.
12398
12399 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
12400
12401 * gdb.arch: New directory.
12402 * gdb.arch/configure.in: New file.
12403 * gdb.arch/configure: New file.
12404 * gdb.arch/Makefile.in: New file.
12405
12406 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
12407
12408 * gdb.asm/asm-source.exp: Add v850 as supported target.
12409 * gdb.asm/v850.inc: New file.
12410
12411 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
12412
12413 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12414
12415 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
12416
12417 * gdb.base/break.exp: Check 'break "marker2"'.
12418
12419 2002-05-10 Michael Snyder <msnyder@redhat.com>
12420
12421 * gdb.base/long_long.exp: Fix typo.
12422
12423 2002-05-10 Jim Blandy <jimb@redhat.com>
12424
12425 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12426 a bug.
12427
12428 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12429 Recognize more detailed error message produced by the macro
12430 expander's lexical analyzer.
12431 * lib/gdb.exp (test_print_reject): Same.
12432
12433 2002-05-09 Mark Kettenis <kettenis@gnu.org>
12434
12435 * gdb.c++/method.exp: Fix typo.
12436
12437 2002-05-08 Michael Snyder <msnyder@redhat.com>
12438
12439 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12440 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
12441 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
12442 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12443 Add iftarget clause for strongarm.
12444
12445 2002-05-06 Michael Snyder <msnyder@redhat.com>
12446
12447 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12448 (gdb_continue_to_end): Accept output from status wrapper.
12449 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12450 Clean up fail messages to match pass messages.
12451
12452 Enable the "needs_status_wrapper" testsuite feature.
12453 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12454 (gdb_compile): Conditionally call gdb_wrapper_init.
12455 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12456 * gdb.c++/method.exp: Recognize output from status wrapper.
12457
12458 2002-05-06 Ben Elliston <bje@redhat.com>
12459 From Graydon Hoare <graydon@redhat.com>
12460
12461 * config/sid.exp: Include support for "rawsid" protocol.
12462
12463 2002-05-03 Jim Blandy <jimb@redhat.com>
12464
12465 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12466 * gdb.c++/hang3.C: New file.
12467
12468 2002-05-04 Andrew Cagney <ac131313@redhat.com>
12469
12470 * gdb.base/default.exp: Remove obsolete code.
12471 * gdb.c++/misc.exp: Ditto. Update copyright.
12472 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
12473 * gdb.base/whatis.exp: Ditto. Update copyright.
12474 * gdb.base/scope.exp: Ditto. Update copyright.
12475 * gdb.base/ptype.exp: Ditto. Update copyright.
12476 * gdb.base/printcmds.exp: Ditto. Update copyright.
12477 * gdb.base/opaque.exp: Ditto. Update copyright.
12478 * gdb.base/list.exp: Ditto.
12479 * gdb.base/funcargs.exp: Ditto. Update copyright.
12480 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
12481 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
12482 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
12483 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
12484 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
12485 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
12486
12487 2002-05-02 Michael Snyder <msnyder@redhat.com>
12488
12489 * gdb.base/watchpoint.exp: Add xscale target.
12490 * gdb.base/long_long.exp: Add xscale target.
12491 * gdb.base/default.exp: Add xscale target.
12492
12493 2002-05-01 Jim Blandy <jimb@redhat.com>
12494
12495 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
12496 gdb.c++/hang.exp: New test.
12497
12498 2002-05-01 Fred Fish <fnf@redhat.com>
12499
12500 * gdb.base/completion.exp: Handle completions of "./Make" for
12501 more than one completion possibility, as is the case when we
12502 build and test in the source tree.
12503
12504 2002-04-29 Anthony Green <green@redhat.com>
12505
12506 * gdb.java/jmisc1.exp: New file.
12507 * gdb.java/jmisc2.exp: New file.
12508
12509 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
12510
12511 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
12512
12513 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
12514
12515 * gdb.base/help.exp: Change 'help status' to allow for target
12516 dependent output differences.
12517
12518 2002-04-22 Michael Chastain <mec@shout.net>
12519
12520 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
12521
12522 2002-04-22 Michael Chastain <mec@shout.net>
12523
12524 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
12525
12526 2002-04-17 David S. Miller <davem@redhat.com>
12527
12528 * gdb.asm/sparc64.inc: New file.
12529 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
12530
12531 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
12532
12533 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
12534 instruction file directly into the build tree. Clean up at end of
12535 test.
12536
12537 2002-04-18 David S. Miller <davem@redhat.com>
12538
12539 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
12540 handle 64-bit platforms correctly.
12541 * gdb.base/maint.exp: Likewise.
12542
12543 2002-04-18 Kevin Buettner <kevinb@redhat.com>
12544
12545 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
12546 ``-fpic'' when compiling files comprising a shared library, but
12547 it does need additional linker flags in order to find shared
12548 libraries at run time.
12549
12550 2002-04-18 Kevin Buettner <kevinb@redhat.com>
12551
12552 * gdb.base/cvexpr.c (use): New function.
12553 (main): Invoke use() on all global variables to prevent
12554 some linkers from deleting these otherwise unused symbols.
12555
12556 2002-04-17 Michael Chastain <mec@shout.net>
12557 From David S. Miller <davem@redhat.com>
12558
12559 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
12560 handle 64-bit platforms correctly.
12561
12562 2002-04-12 Michael Snyder <msnyder@redhat.com>
12563 From Jim Blandy <jimb@redhat.com>
12564 * gdb.base/foo.c (foox): Remove section attribute; the linker
12565 script can handle this instead.
12566 * gdb.base/bar.c (barx): Same.
12567 * gdb.base/baz.c (bazx): Same.
12568 * gdb.base/grbx.c (grbxx): Same.
12569
12570 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
12571 manager doesn't automatically unmap overlays unnecessarily.
12572
12573 2002-04-10 Martin M. Hunt <hunt@redhat.com>
12574
12575 * gdb.base/ending-run.exp: Fix pattern for Mips targets
12576 stepping out of main.
12577
12578 2002-04-09 Michael Chastain <mec@shout.net>
12579
12580 * gdb.c++/local.cc (main): Move call to marker1() inside nested
12581 scope so that the nested scope tests will make sense.
12582 * gdb.c++/local.exp: Write patterns that actually work with gcc
12583 (the HP patterns "were never known to work with gcc").
12584 Keep the old aCC patterns too.
12585
12586 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
12587
12588 * gdb.base/attach.exp: Correct target board test.
12589
12590 2002-04-08 Michael Chastain <mec@shout.net>
12591
12592 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
12593 in a const method. Add some xfail and fail cases for configurations
12594 that do not emit the "const ...".
12595
12596 2002-04-07 Michael Chastain <mec@shout.net>
12597
12598 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
12599 Accept "A * const" and "const A * const" as type of "this".
12600 Fix spelling of getFunky throughout. Make messages uniform.
12601
12602 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
12603
12604 Work around for PR gdb/285:
12605 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
12606
12607 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
12608
12609 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
12610 instructions file at run time instead of configure time.
12611 Sometimes we run the test in a directory that is not the one we
12612 configured in.
12613 * gdb.asm/configure.in: Delete creation of symlink.
12614 * gdb.asm/configure: Regenerate.
12615
12616 2002-04-05 J. Brobecker <brobecker@gnat.com>
12617
12618 * gdb.gdb/xfullpath.exp: New test, to exercise the new
12619 xfullpath () function.
12620
12621 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
12622
12623 * gdb.asm/Makefile.in: Correct dependencies.
12624
12625 * gdb.asm/powerpc.inc: New file.
12626 * gdb.asm/asm-source.exp: Add PowerPC.
12627 * gdb.asm/configure.in: Likewise.
12628 * gdb.asm/configure: Regenerated.
12629
12630 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
12631
12632 * gdb.base/relocate.exp: New file.
12633 * gdb.base/relocate.c: New file.
12634
12635 2002-04-04 Fred Fish <fnf@redhat.com>
12636
12637 * gdb.base/step-test.exp: Update comment regarding stopping in
12638 memcpy/bcopy calls inserted as part of the compiler runtime.
12639
12640 2002-04-04 Michael Snyder <msnyder@redhat.com>
12641
12642 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
12643
12644 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
12645
12646 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
12647 (gdb_expect): Remove $notransfer hack.
12648
12649 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
12650
12651 * gdb.c++/classes.exp ("calling method for small class"): Match
12652 updated register output.
12653
12654 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
12655
12656 Fix PR gdb/452
12657 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
12658 when finished. Make gdb_file_cmd send "exec-file" when
12659 appropriate.
12660
12661 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
12662
12663 * gdb.base/attach.exp: Remove extra setup_xfail.
12664
12665 2002-03-26 Michael Snyder <msnyder@redhat.com>
12666
12667 * gdb.base/default.exp: Add tests for dump, append, and restore.
12668 * gdb.base/help.exp: Add tests for dump, append, and restore.
12669 * gdb.base/dump.exp: New file, test dump, append and restore.
12670 * gdb.base/dump.c: New file.
12671
12672 2002-03-27 Michael Snyder <msnyder@redhat.com>
12673
12674 * gdb.base/help.exp: Modify expect strings to reflect
12675 clean-ups in help messages.
12676
12677 2002-03-26 Fred Fish <fnf@redhat.com>
12678
12679 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
12680 have debugging info for those functions and the compiler uses them
12681 internally to copy structs around.
12682
12683 2002-03-26 Fred Fish <fnf@redhat.com>
12684
12685 * gdb.base/list.exp: Revert the change made yesterday and add note
12686 about why we don't list the default lines for remote targets.
12687
12688 2002-03-25 Michael Snyder <msnyder@redhat.com>
12689
12690 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
12691
12692 2002-03-25 Fred Fish <fnf@redhat.com>
12693
12694 * gdb.base/list.exp: This test works on remote targets so remove
12695 the short circuit for remote targets. Update copyright.
12696
12697 2002-03-25 Fred Fish <fnf@redhat.com>
12698
12699 * gdb.base/attach.exp: Fix logic error that was suppressing this
12700 test for all non hppa*-*-hpux* targets, instead of the hp target.
12701 Move comments closer to the suppression point. Also now need to
12702 check that we are running natively.
12703
12704 2002-03-22 Michael Snyder <msnyder@redhat.com>
12705
12706 * gdb.base/default.exp: Add test for gcore. Update copyright.
12707 * gdb.base/help.exp: Add test for gcore. Update copyright.
12708
12709 2002-03-06 Fred Fish <fnf@redhat.com>
12710
12711 * gdb.base/funcargs.c: Remove extraneous ';' character.
12712 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
12713
12714 2002-03-04 Michael Chastain <mec@shout.net>
12715
12716 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
12717 accommodate gcc v3 function signature.
12718 * gdb.mi/mi0-var-cmd-exp: Ditto.
12719
12720 2002-02-24 Andrew Cagney <ac131313@redhat.com>
12721
12722 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
12723 ``GNU/Linux'' or ``Linux kernel''
12724 * testsuite/gdb.threads/pthreads.c: Ditto.
12725
12726 2002-02-24 Michael Chastain <mec@shout.net>
12727
12728 * gdb.threads/pthreads.c (thread1): Add a return statement.
12729 (thread2): Likewise.
12730 (foo): Likewise.
12731
12732 2002-02-23 Michael Chastain <mec@shout.net>
12733
12734 * gdb.threads/linux-dp.c (philosopher): Add a return statement
12735 to placate gcc.
12736
12737 2002-02-23 Michael Chastain <mec@shout.net>
12738
12739 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
12740 test "ptype bint". The test passes on all my stabs configurations.
12741
12742 2002-02-21 Jim Blandy <jimb@redhat.com>
12743
12744 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
12745 filename at a time, and watch for the ones we want to see.
12746
12747 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
12748 types of pointers to prototyped functions.
12749
12750 2002-02-20 Andrew Cagney <ac131313@redhat.com>
12751
12752 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
12753 signed, unsigned and straight char.
12754 (padding_char, padding_short, padding_int, padding_long,
12755 padding_long_long, padding_float, padding_double,
12756 padding_long_double): New global variables.
12757 (fill, fill_structs): New functions.
12758
12759 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
12760 for correctly sized writes. Update copyright.
12761 (get_valueof): New procedure.
12762 (get_sizeof): Call get_valueof.
12763 (check_valueof): New procedure.
12764 (check_padding): New procedure.
12765
12766 2002-02-20 Michael Chastain <mec@shout.net>
12767
12768 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
12769 to setup_xfail. Document some of the remaining calls.
12770
12771 2002-02-18 Michael Chastain <mec@shout.net>
12772
12773 * gdb.c++/userdef.exp: Update copyright year.
12774
12775 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
12776
12777 * gdb.c++/userdef.exp: Test overloaded operators properly.
12778 Remove xfails.
12779
12780 2002-02-14 Michael Snyder <msnyder@redhat.com>
12781
12782 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
12783
12784 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
12785
12786 * gdb.base/a2-run.exp: Check for a remote target properly.
12787 * gdb.base/annota1.exp: Likewise.
12788 * gdb.base/list.exp: Likewise.
12789 * gdb.base/reread.exp: Likewise.
12790 * gdb.base/scope.exp: Likewise.
12791 * gdb.base/shlib-call.exp: Likewise.
12792 * gdb.base/term.exp: Likewise.
12793 * gdb.c++/annota2.exp: Likewise.
12794
12795 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
12796
12797 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
12798
12799 2002-02-10 Michael Chastain <mec@shout.net>
12800
12801 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
12802 (call_after_alloca): Ditto.
12803
12804 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
12805
12806 * gdb.base/ending-run.exp: Guard "cont" test with
12807 gdb_skip_stdio_test.
12808
12809 2002-02-06 Jim Blandy <jimb@redhat.com>
12810
12811 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
12812 from here...
12813 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
12814 To here. Disable this test on non-HP platforms. Add big comment.
12815
12816 2002-02-04 Michael Snyder <msnyder@redhat.com>
12817
12818 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
12819 other than d10v and m32r.
12820
12821 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
12822
12823 * gdb.base/default.exp: Rewrite test patterns to reduce time
12824 taken to match them.
12825
12826 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12827
12828 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
12829 Allow a start function above main.
12830 * gdb.threads/linux-dp.exp: Fix copyright date.
12831
12832 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12833
12834 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
12835 (check_philosopher_stack): Check for manager thread before checking
12836 for a just-starting thread.
12837
12838 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12839
12840 From Neil Booth <neil@daikokuya.demon.co.uk>:
12841 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
12842 warnings.
12843
12844 2002-01-21 Fred Fish <fnf@redhat.com>
12845
12846 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
12847 not caller.
12848
12849 2002-01-21 Jim Blandy <jimb@redhat.com>
12850
12851 * gdb.base/reread.exp: Check that GDB properly re-reads the
12852 executable file when it changes while no inferior is running.
12853
12854 2002-01-21 Fred Fish <fnf@redhat.com>
12855
12856 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
12857 optionally accept the "shlib events" variation.
12858
12859 2002-01-21 Jim Blandy <jimb@redhat.com>
12860
12861 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
12862 call `fflush' after every `printf', so that the output is produced
12863 at predictable points, regardless of whatever buffering does (or
12864 doesn't) take place.
12865 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
12866 at different points.
12867
12868 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12869
12870 * gdb.c++/inherit.exp: Update copyright years.
12871 * gdb.c++/method.exp: Likewise.
12872
12873 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12874
12875 * gdb.c++/classes.exp: Update for improved v3 support and skipping
12876 artificial methods/arguments.
12877 * gdb.c++/derivation.exp: Likewise.
12878 * gdb.c++/inherit.exp: Likewise.
12879 * gdb.c++/method.exp: Likewise.
12880 * gdb.c++/virtfunc.exp: Likewise.
12881
12882 2002-01-18 Andrew Cagney <ac131313@redhat.com>
12883
12884 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
12885 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
12886 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
12887 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
12888 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
12889 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
12890
12891 2002-01-17 Jim Blandy <jimb@redhat.com>
12892
12893 * gdb.asm/asm-source.exp (info symbol): Take another shot at
12894 anchoring the pattern matching the entry point symbol's name.
12895
12896 2002-01-17 Andrew Cagney <ac131313@redhat.com>
12897
12898 * gdb.base/maint.exp: Update ``maint internal-error'' to match
12899 continue/quit query. Update copyright.
12900
12901 2002-01-14 Michael Snyder <msnyder@redhat.com>
12902
12903 * gdb.base/gcore.exp: Remove extra debugging output.
12904
12905 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
12906
12907 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
12908 for slightly dubious v2 mangled string.
12909
12910 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
12911
12912 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
12913
12914 2002-01-10 Jason Merrill <jason@redhat.com>
12915
12916 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
12917
12918 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
12919 constructors.
12920 * gdb.c++/derivation.exp: Likewise.
12921 * gdb.c++/templates.exp: Likewise.
12922 * gdb.c++/virtfunc.exp: Likewise.
12923
12924 2002-01-10 Michael Snyder <msnyder@redhat.com>
12925
12926 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
12927
12928 2002-01-08 Michael Snyder <msnyder@redhat.com>
12929
12930 * gdb.base/gcore.exp: New test for generate-core-file command.
12931 * gdb.base/gcore.c: Testcase for above.
12932 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
12933
12934 2002-01-08 Jason Merrill <jason@redhat.com>
12935
12936 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
12937
12938 2002-01-07 Fred Fish <fnf@redhat.com>
12939
12940 * gdb.c++/overload.exp: Remove unconditional xfails for:
12941 print foo_instance1.overloadargs(1)
12942 print foo_instance1.overloadargs(1, 2)
12943 print foo_instance1.overloadargs(1, 2, 3)
12944 print foo_instance1.overloadargs(1, 2, 3, 4)
12945 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
12946 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
12947 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
12948 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
12949 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
12950 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
12951 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
12952 print foo_instance1.overload1arg()
12953 print foo_instance1.overload1arg((char)arg2)
12954 print foo_instance1.overload1arg((signed char)arg3)
12955 print foo_instance1.overload1arg((unsigned char)arg4)
12956 print foo_instance1.overload1arg((int)arg7)
12957 print foo_instance1.overload1arg((unsigned int)arg8)
12958 print foo_instance1.overload1arg((float)arg11)
12959 print foo_instance1.overload1arg((double)arg12)
12960
12961 2002-01-07 Michael Snyder <msnyder@redhat.com>
12962
12963 * gdb.base/huge.exp: New test. Print a very large target data object.
12964 (skip_huge_test): New test variable. Define if you want to skip this
12965 test. The test reads an 8 megabyte data object from the target, so it
12966 might be very time consuming on remote targets with a slow connection.
12967 * gdb.base/huge.c: New file. Test case for above.
12968
12969 2002-01-07 Fred Fish <fnf@redhat.com>
12970
12971 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
12972 g_instance.bfoo, and g_instance.cfoo.
12973
12974 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
12975
12976 * gdb.base/break.c (multi_line_if_conditional): New function.
12977 (multi_ilne_while_conditional): Likewise.
12978 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
12979 IF or WHILE condition puts the breakpoint at the start of
12980 the condition.
12981
12982 * gdb.base/selftest.exp (backtrace through signal handler): Remove
12983 hppa*-*-hpux* expected failure.
12984 * gdb.base/structs.exp (do_function_calls): Similarly.
12985
12986 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
12987 watchpoints.
12988
12989 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12990
12991 Fix PR gdb/66.
12992 * gdb.base/structs.exp: Replace skip for a29k with skip for
12993 gdb,cannot_call_functions.
12994 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
12995 * gdb.base/callfuncs.exp: Ditto.
12996 * gdb.base/call-rt-st.exp: Ditto.
12997 * gdb.base/call-strs.exp: Ditto.
12998 * gdb.base/callfwmall.exp: Ditto.
12999 * gdb.base/scope.exp: Obsolete xfail a29k.
13000 * gdb.c++/misc.exp: Ditto.
13001 * gdb.c++/cplusfuncs.exp: Ditto.
13002 * gdb.base/ptype.exp: Ditto.
13003 * gdb.base/printcmds.exp: Ditto.
13004 * gdb.base/opaque.exp: Ditto.
13005 * gdb.base/list.exp: Ditto.
13006 * gdb.base/funcargs.exp: Ditto.
13007 * gdb.base/default.exp: Ditto.
13008
13009 2002-01-04 Michael Snyder <msnyder@redhat.com>
13010
13011 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
13012 * gdb.base/maint.exp: Add tests for maint info sections options.
13013
13014 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13015
13016 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13017
13018 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
13019
13020 * gdb.asm/arm.inc: New file.
13021 * gdb.asm/asm-source.exp: Add arm targets.
13022 * gdb.asm/configure.in: Ditto.
13023 * gdb.asm/configure: Recreated from configure.in.
13024
13025 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13026
13027 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13028 with HP's compiler.
13029 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13030 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13031 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13032 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13033
13034 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13035 either HP's compilers or GCC.
13036
13037 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13038 a SIGBUS or SIGSEGV.
13039
13040 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13041
13042 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13043 can be compiled with either HP's compiler or GCC.
13044
13045 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13046 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13047 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13048
13049 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13050 to match current gdb output. Update due to using auto-solib-limit
13051 for limiting instead of overloading auto-solib-add.
13052 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13053 test program.
13054
13055 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
13056 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13057 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13058 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13059 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13060 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13061 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13062 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13063 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13064 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13065 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13066 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13067 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
13068
13069 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13070 a SIGTRAP to the inferior.
13071
13072 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
13073
13074 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13075 Substitute call to target_link by call to gdb_compile.
13076
13077 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13078
13079 * gdb.base/break.exp: Fix HP specific search string when testing
13080 backtracing in a called function.
13081
13082 * gdb.base/constvars.exp: Only set lang to C++ if we're
13083 compiling the test with HP's compilers.
13084 * gdb.base/volatile.exp: Similarly.
13085
13086 2001-12-19 Jim Blandy <jimb@redhat.com>
13087
13088 * gdb.base/printcmds.exp: Expect the null character to be printed
13089 as '\0', and the '\013' to be printed as '\v'.
13090 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13091 * gdb.base/setvar.exp: Same.
13092
13093 2001-12-17 Jim Blandy <jimb@redhat.com>
13094
13095 * gdb.base/completion.exp: Rather than completing very long
13096 filenames, which can make the readline library produce output we
13097 don't recognize, cd to the directory first, and then complete
13098 using nice, short relative paths.
13099
13100 * gdb.base/completion.exp: On some systems, there is, in fact, a
13101 variable named `b' in scope, since GDB treats all static
13102 variables as being in scope. So use `no_var_named_this'
13103 instead of `b'.
13104
13105 * gdb.base/corefile.exp: Recognize the message saying that GDB
13106 can't find the core file's registers as a failure.
13107
13108 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13109
13110 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13111 test expect string more specific.
13112
13113 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
13114
13115 * gdb.asm/asm-source.exp: Add support for xstormy16.
13116 * gdb.asm/configure.in: Ditto.
13117 * gdb.asm/configure: Rebuild.
13118 * gdb.asm/xstormy16.inc: New file.
13119
13120 2001-12-10 Fred Fish <fnf@redhat.com>
13121
13122 * gdb.base/maint.exp: Update to match changes in type dumping code.
13123
13124 2001-12-10 Jim Blandy <jimb@redhat.com>
13125
13126 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13127 matching the entry point symbol's name at the beginning of the
13128 line.
13129
13130 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13131
13132 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13133 gdb.c++/inherit.exp, gdb.c++/method.exp,
13134 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13135 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13136 and class layout support.
13137
13138 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
13139
13140 * gdb.c++/classes.exp: Add test for static member function.
13141 * gdb.c++/misc.cc: Add class with static member function.
13142
13143 2001-12-07 Jim Blandy <jimb@redhat.com>
13144
13145 If GDB says it can't find the struct the function returned, report
13146 those tests as `unsupported'.
13147 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13148 Rewrite subsequent tests to use it.
13149
13150 If GDB says it can't find the struct the function returned, report
13151 those tests as `unsupported'.
13152 * gdb.base/structs.exp (call_struct_func): New function.
13153 (do_function_calls): Use call_struct_func to call the functions
13154 returning structs.
13155
13156 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13157 whether functions are prototyped or not, so we can't possibly pass
13158 arguments to t_float_values2 properly.
13159
13160 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13161 value of `timeout' for targets other than the mips*tx39-*.
13162
13163 2001-12-06 Michael Snyder <msnyder@redhat.com>
13164
13165 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
13166 and detect whether the start symbol has a leading underscore.
13167
13168 2001-12-04 Jim Blandy <jimb@redhat.com>
13169
13170 * gdb.base/completion.exp: Clarify indentation.
13171
13172 2001-12-03 Jim Blandy <jimb@redhat.com>
13173
13174 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13175 variables on the S/390, not `.word'.
13176
13177 2001-11-30 Jim Blandy <jimb@redhat.com>
13178
13179 Add assembly-source tests for s390-ibm-linux.
13180 * gdb.asm/s390.inc: New file.
13181 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13182 the S/390 architecture.
13183 * gdb.asm/configure: Regenerated.
13184
13185 2001-11-30 Michael Snyder <msnyder@redhat.com>
13186
13187 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13188 next, info source, info sources, info line, global and static
13189 variables, and static functions.
13190 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13191 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13192 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13193 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13194 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13195 (gdbasm_leave): Restore frame pointer.
13196 (gdbasm_startup): Copy stack set-up from crt0.S.
13197
13198 2001-11-26 Fernando Nasser <fnasser@redhat.com>
13199
13200 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13201 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13202 to a local (non-static) variable. Copy tstruct.a to a static buffer
13203 and return a pointer to that buffer.
13204 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13205
13206 2001-11-24 Mark Kettenis <kettenis@gnu.org>
13207
13208 * gdb.asm/configure.in: Fix recognition of ix86 target.
13209 * gdb.asm/configure: Regenerate.
13210
13211 2001-11-21 Michael Snyder <msnyder@redhat.com>
13212
13213 * gdb.asm/sparc.inc: New file.
13214 * gdb.asm/asm-source.exp: Recognize sparc target.
13215 * gdb.asm/configure.in: Recognize sparc target.
13216 * gdb.asm/configure: Regenerate.
13217
13218 2001-11-21 Michael Snyder <msnyder@redhat.com>
13219
13220 * gdb.asm/m32r.inc: New file.
13221 * gdb.asm/asm-source.exp: Recognize m32r target.
13222 * gdb.asm/configure.in: Recognize m32r target.
13223 * gdb.asm/configure: Regenerate.
13224
13225 2001-11-20 Michael Snyder <msnyder@redhat.com>
13226
13227 * gdb.asm/i386.inc: New file.
13228 * gdb.asm/asm-source.exp: Recognize ix86 target.
13229 * gdb.asm/configure.in: Recognize ix86 target.
13230 * gdb.asm/configure: Regenerate.
13231
13232 * gdb.c++/namespace.exp: Fix quotes in output messages.
13233
13234 2001-11-14 Michael Snyder <msnyder@redhat.com>
13235
13236 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
13237 qualifier in a type cast expression, to designate an address
13238 in the instruction space (Harvard architecture).
13239
13240 2001-11-13 Michael Snyder <msnyder@redhat.com>
13241
13242 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13243 Tests for expressions using 'const' and 'volatile'.
13244
13245 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
13246
13247 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13248
13249 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
13250
13251 * lib/mi-support.exp (mi_run_to_helper): Move comments
13252 outside of gdb_expect.
13253
13254 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
13255
13256 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13257 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13258 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13259 mi0_run_to): New functions.
13260 * gdb.mi/mi-simplerun.exp: Use them.
13261 * gdb.mi/mi0-simplerun.exp: Likewise.
13262 * gdb.mi/mi-var-cmd.exp: Likewise.
13263 * gdb.mi/mi0-var-cmd.exp: Likewise.
13264
13265 2001-11-10 Andrew Cagney <ac131313@redhat.com>
13266
13267 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13268 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13269
13270 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13271
13272 * gdb.base/restore.exp: Include $expected value in restored test
13273 message.
13274
13275 2001-11-09 Andrew Cagney <ac131313@redhat.com>
13276
13277 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13278 implemented.
13279
13280 2001-11-08 Michael Snyder <msnyder@redhat.com>
13281
13282 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13283 Add pass/fail message for stop at breakpoint in call dummy function.
13284
13285 2001-11-07 Michael Snyder <msnyder@redhat.com>
13286
13287 * gdb.c++/templates.exp (test_template_breakpoints):
13288 If we get an overload menu, but it does not match what
13289 we expect, we still need to issue the "cancel" command.
13290 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13291 making the whitespace optional. Argument for "new" may be
13292 "unsigned" as well as "unsigned int/long".
13293 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
13294 making the whitespace optional. Also replace "(void) with
13295 "((void|)), making the keyword "void" optional.
13296 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
13297 making the whitespace optional. Also replace "(void) with
13298 "((void|)), making the keyword "void" optional.
13299 * gdb.base/callfuncs.c (t_float_values): This function must
13300 _not_ be prototyped, and the following function (t_float_values2)
13301 must be prototyped (if the compiler supports it), so that GDB
13302 can be tested against both cases. Usually one case involves
13303 promotion of float to double, while the other does not.
13304 * gdb.base/callfwmall.c: Ditto.
13305 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13306 includes a stack frame for "start".
13307
13308 2001-11-05 Jim Blandy <jimb@redhat.com>
13309
13310 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13311 pointers are 32 bits long, and that offsets of relocs are always
13312 stored in the data (REL-style), and not in the reloc entry itself
13313 (RELA-style).
13314 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13315 stabs.
13316
13317 2001-11-01 Michael Snyder <msnyder@redhat.com>
13318
13319 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13320 and regular expression operators by using quoting.
13321
13322 2001-10-31 Michael Snyder <msnyder@redhat.com>
13323
13324 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13325 depending on what the symbol table contains.
13326 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13327 the output of the ptype command. Similarly, accept both "const &"
13328 and "const&".
13329
13330 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
13331
13332 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13333 symbol `STORAGE' to allow to choose the storage class of
13334 the local datastructures.
13335 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13336 compiler directive.
13337
13338 2001-10-30 Michael Snyder <msnyder@redhat.com>
13339
13340 * gdb.base/jump.exp: Allow it to run for all targets.
13341
13342 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13343
13344 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13345 with new double_array size.
13346 (main): Change storage class of all local variables to static.
13347 Reduce size of double_array to 9.
13348 * gdb.base/call-ar-st.exp: Increase timeout value.
13349 Change expected output for double array to match new size in
13350 call-ar-st.c.
13351
13352 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
13353
13354 * gdb.base/ending-run.exp: Create identical output when passing
13355 `step to end of run' case. Add regular expression branch satisfying
13356 Stormy16 target.
13357
13358 2001-10-28 Mark Kettenis <kettenis@gnu.org>
13359
13360 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13361 that we catch the expected failure under Linux/x86.
13362
13363 2001-10-29 Orjan Friberg <orjanf@axis.com>
13364
13365 * gdb.base/setvar.exp: Escape curly braces.
13366 * gdb.stabs/weird.exp: Ditto.
13367
13368 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
13369
13370 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13371 * gdm.mi/mi0-hack-cli.exp: Likewise.
13372
13373 2001-10-25 Andrew Cagney <ac131313@redhat.com>
13374
13375 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13376 messages.
13377
13378 2001-10-21 Andrew Cagney <ac131313@redhat.com>
13379
13380 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13381 checking MI enabled.
13382
13383 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
13384
13385 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13386
13387 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
13388
13389 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13390 if gdb child process crashes, just signal an error.
13391
13392 2001-10-02 Jim Blandy <jimb@redhat.com>
13393
13394 * lib/gdb.exp (test_xfail_format): Simplify.
13395
13396 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13397 front of the variable name `format'. Simplify `if'.
13398
13399 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13400
13401 * gdb.threads/pthreads.exp: Wait for output and delay
13402 before sending ^C.
13403
13404 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
13405
13406 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13407 some incorrect output instead of timing out.
13408 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13409
13410 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
13411
13412 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13413 check to allow additional `int'.
13414
13415 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
13416
13417 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13418 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13419
13420 2001-09-27 Michael Snyder <msnyder@redhat.com>
13421
13422 * lib/gdb.exp (test_debug_format): New proc.
13423 (setup_xfail_format): Use new proc test_debug_format.
13424 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13425 proc; use new service proc test_debug_format.
13426 Replace all other "gcc_compiled" tests with this test.
13427 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13428 proc; use new service proc test_debug_format.
13429 Replace all other "gcc_compiled" tests with this test.
13430
13431 2001-09-27 Michael Snyder <msnyder@redhat.com>
13432
13433 * gdb.base/cvexpr.exp: New file.
13434 * gdb.base/cvexpr.c: New file
13435 Test for expressions using const and volatile keywords.
13436
13437 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
13438
13439 * gdb.base/constvars.exp: Check for different orders of keywords
13440 and additional "int" strings in output.
13441
13442 2001-09-22 Andrew Cagney <ac131313@redhat.com>
13443
13444 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13445 responses from "help maint".
13446
13447 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
13448
13449 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13450 to localhost:NNN instead of :NNN, in case Xvfb is listening
13451 only on TCP.
13452
13453 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
13454
13455 * gdb.base/recurse.exp: When checking leaving the watchpoint
13456 scope, recognize when gdb is in function's epilogue and pass.
13457
13458 2001-09-18 Keith Seitz <keiths@redhat.com>
13459
13460 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13461 support for running tests against sid targets.
13462 (gdbtk_done): Ditto.
13463
13464 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
13465
13466 * gdb.base/ending-run.c (main): Set stdout buffersize
13467 to the same reasonable value for any target.
13468 * gdb.base/ending-run.exp: Add a regular expression
13469 to make testsuite happy on Sanyo Stormy16 target.
13470
13471 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
13472
13473 * gdb.base/display.c (do_loops): Add float variable `f'.
13474 Increment f in loop.
13475 * gdb.base/display.exp: Increment timeout by 60 seconds.
13476 Change float display test to use variable `f'.
13477
13478 2001-09-17 Jim Blandy <jimb@redhat.com>
13479
13480 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
13481 overflowing the limited breakpoint tables on some ROM monitors
13482 (like the ROM68K).
13483
13484 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
13485
13486 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
13487 the "-ac" (disable access control) flag.
13488
13489 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
13490
13491 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
13492 ints.
13493
13494 2001-08-30 Keith Seitz <keiths@redhat.com>
13495
13496 * lib/gdb.exp: Move all insight-related functionality into
13497 separate file.
13498 * lib/insight-support.exp: New file.
13499
13500 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
13501
13502 * config/sid.exp (sid_start): Never set sid verbosity; disable
13503 expect_background {} that consumed its stdout; tolerate </dev/null.
13504 Attempt to set endianness override in "sid" protocol mode. Cleanup.
13505
13506 2001-08-18 Andrew Cagney <ac131313@redhat.com>
13507
13508 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
13509 CLI jump command to start it.
13510 (mi_run_to_main): Fail immediatly when unexpected output.
13511
13512 2001-08-18 Andrew Cagney <ac131313@redhat.com>
13513
13514 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
13515 beginning of function. Fix PR gdb/191.
13516
13517 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
13518
13519 * config/sid.exp (sid_start): Don't warn if we cannot figure out
13520 what to force sid endianness to.
13521
13522 2001-08-15 Keith Seitz <keiths@redhat.com>
13523
13524 * lib/gdb.exp (gdbtk_start): Don't set environment
13525 variables for TCL_LIBRARY and friends. Insight will
13526 now figure these out for itself.
13527
13528 2001-08-02 Michael Snyder <msnyder@redhat.com>
13529
13530 * gdb.base/completion.exp: Remove the symbol "a64l" from
13531 the expect string; this is target-specific, and not related
13532 to what is being tested.
13533
13534 2001-08-02 Dave Brolley <brolley@redhat.com>
13535
13536 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
13537
13538 2001-07-25 Michael Snyder <msnyder@redhat.com>
13539
13540 * gdb.base/consecutive.exp: New file. Test stepping over
13541 breakpoints on consecutive instructions.
13542 * gdb.base/consecutive.c: New file.
13543
13544 * gdb.base/call-rt-st.exp: Use double-backslash to quote
13545 curly braces in regular expressions.
13546
13547 2001-07-25 Michael Snyder <msnyder@redhat.com>
13548
13549 * gdb.base/ending-run.exp: Accept "Program exited normally" as
13550 legitimate output from stepping out of main.
13551
13552 2001-07-22 Keith Seitz <keiths@redhat.com>
13553
13554 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
13555 the empty string, do not run the tests.
13556
13557 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13558
13559 * gdb.base/long_long.exp: Detect size of pointer. Take into
13560 account 2-byte pointers when testing for p/a results.
13561
13562 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13563
13564 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
13565 and defined to 1K for m68hc11.
13566 (random_data): Reduce table to 1K for embedded platforms (68hc11).
13567 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
13568 (sizeof_random_data): New variable to tell the size of the data table;
13569 don't test past this size; always run to main.
13570
13571 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13572
13573 * gdb.base/return2.exp: return of long long and double fails for
13574 68HC11; don't execute these tests on that platform.
13575 * gdb.base/return.exp: Return of a double fails for 68hc11.
13576
13577 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13578
13579 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
13580 tests that print a float.
13581 * call-rt-st.exp: Likewise.
13582
13583 2001-07-12 Mark Kettenis <kettenis@gnu.org>
13584
13585 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
13586 running this test on Linux.
13587
13588 2001-06-24 Michael Chastain <chastain@redhat.com>
13589
13590 * gdb.base/arithmet.exp: Remove some tests to make all test names
13591 unique.
13592
13593 2001-07-03 Michael Snyder <msnyder@redhat.com>
13594
13595 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
13596 the output of the ptype command.
13597
13598 2001-07-02 Michael Snyder <msnyder@redhat.com>
13599
13600 * gdb.base/completion.exp: Don't assume that break.c is the only
13601 source file that may contain functions named "marker".
13602 * gdb.base/corefile.exp: Quote the curly braces in regexp.
13603
13604 2001-06-28 Andrew Cagney <ac131313@redhat.com>
13605
13606 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
13607 of files to delete.
13608
13609 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
13610 * gdb.disasm/h8300s.exp: New file.
13611 gdb.disasm/h8300s.s: Likewise.
13612
13613 2001-06-27 Andrew Cagney <ac131313@redhat.com>
13614
13615 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
13616 empty breakpoint tables.
13617
13618 2001-06-25 Andrew Cagney <ac131313@redhat.com>
13619
13620 * lib/mi-support.exp: Update args=... part of stop-reason
13621 patterns. Accept either a list or a tuple.
13622
13623 2001-06-23 Andrew Cagney <ac131313@redhat.com>
13624
13625 * lib/mi-support.exp: Remove local emacs variable defining
13626 change-log-default-name.
13627
13628 2001-06-22 Michael Chastain <chastain@redhat.com>
13629
13630 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
13631 This is operationally compatible with the previous version.
13632
13633 2001-06-13 Jim Blandy <jimb@redhat.com>
13634
13635 * lib/gdb.exp (gdb_test): Doc fix.
13636
13637 2001-06-10 Michael Chastain <chastain@redhat.com>
13638
13639 * gdb.base/exprs.exp: Remove a duplicate test.
13640
13641 2001-06-06 Jim Blandy <jimb@redhat.com>
13642
13643 * gdb.base/return2.exp (main): Use values to test float and double
13644 returns that are not NaN's, to avoid being confused by IEEE
13645 comparison rules.
13646
13647 2001-06-04 Michael Snyder <msnyder@redhat.com>
13648
13649 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
13650 non-zero if control_c fails. Terminate the test on failure,
13651 rather than wait for 12 more tests to time out.
13652
13653 2001-06-06 Jim Blandy <jimb@redhat.com>
13654
13655 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
13656 Don't forget to match the GDB prompt.
13657
13658 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
13659
13660 2001-06-04 Jim Blandy <jimb@redhat.com>
13661
13662 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
13663 command.
13664
13665 2001-05-31 Kevin Buettner <kevinb@redhat.com>
13666
13667 * gdb.base/annota1.exp (info break): Match four or more spaces
13668 after "Address".
13669
13670 2001-05-31 Michael Chastain <chastain@redhat.com>
13671
13672 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
13673 (dm_type_int_star): Likewise.
13674 (dm_type_long_star): Likewise.
13675 (dm_type_void_star): Likewise.
13676
13677 2001-05-29 Kevin Buettner <kevinb@redhat.com>
13678
13679 * gdb.base/completion.exp (INPUTRC): Set this environment variable
13680 to a known value in order to get consistent results regardless
13681 of the setting of INPUTRC or the presence or contents of .inputrc.
13682
13683 2001-05-24 Michael Snyder <msnyder@redhat.com>
13684
13685 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
13686 Don't require that the main thread and the manager thread are the
13687 first in the list.
13688
13689 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
13690 debugging. If test fails, issue an "unsupported" not a "fail".
13691
13692 2001-05-24 Jim Blandy <jimb@redhat.com>
13693
13694 Don't assume that short is shorter than int.
13695 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
13696 assume that shorts are smaller than ints. On a 16-bit machine,
13697 this isn't true.
13698 ("print unsigned char == (~0)"): Add test that verifies that ~0,
13699 an int, is not equal to ~0 stored in an unsigned char. This tests
13700 the same thing that the previous test meant to, but works on
13701 16-bit machines, too.
13702 ("print unsigned char != (~0)"): Same test, complemented.
13703
13704 2001-05-24 Michael Snyder <msnyder@redhat.com>
13705
13706 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
13707 test for (full_coverage == 0). This makes the test run faster,
13708 and prevents dejagnu getting out of step.
13709
13710 2001-05-23 Kevin Buettner <kevinb@redhat.com>
13711
13712 * gdb.base/finish.exp (finish_void): Revise pattern for
13713 stopping on the call statement to not permit stopping at
13714 the start of the instructions comprising the call sequence.
13715
13716 2001-05-19 Michael Chastain <chastain@redhat.com>
13717
13718 * gdb.base/callfuncs.exp: Make all test names unique.
13719 * gdb.base/commands.exp: Make all test names unique.
13720 * gdb.base/condbreak.exp: Make all test names unique.
13721 * gdb.base/dbx.exp: Make all test names unique.
13722 * gdb.base/default.exp: Make all test names unique.
13723 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
13724 and TIMEOUT messages to their corresponding PASS message.
13725 * gdb.base/ending-run.exp: Make all test names unique.
13726 * gdb.base/long_long.exp: Remove duplicate test.
13727
13728 2001-05-21 Kevin Buettner <kevinb@redhat.com>
13729
13730 * gdb.base/finish.exp (finish_void): Allow "finish" command to
13731 stop on the call statement as well as the statement after the
13732 call.
13733
13734 2001-05-21 Michael Snyder <msnyder@redhat.com>
13735
13736 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
13737
13738 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
13739
13740 * gdb.base/completion.exp: Revamp test. Make it execute on all
13741 platforms.
13742
13743 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
13744
13745 * config/gdbserver.exp (gdb_load): Handle the case
13746 in which the arguments to gdbserver are given in the
13747 baseboard configuration file.
13748 Also handle the case in which the server needs to do a
13749 load.
13750
13751 2001-05-07 Keith Seitz <keiths@cygnus.com>
13752
13753 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
13754 set up the display for testing.
13755 (gdbtk_start): Convert all paths to paths that tcl will like.
13756 Export target information to environment.
13757 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
13758 necessary.
13759 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
13760 (to_tcl_path): New proc to convert a given pathname into
13761 a path acceptible as an argument to a tcl command.
13762 (_gdbtk_export_target_info): New proc to export target info
13763 into the environment for gdbtk testing.
13764 (gdbtk_done): New proc to signal end-of-test.
13765
13766 2001-05-06 Jim Blandy <jimb@redhat.com>
13767
13768 * restore.c: Make the code of caller0 correspond to its comment.
13769
13770 2001-05-03 Michael Snyder <msnyder@redhat.com>
13771
13772 * config/sid.exp (gdb_target_sid): Check for error messages.
13773 On error or timeout, don't make expect exit (which will terminate
13774 all subsequent tests); instead just make gdb exit.
13775 (gdb_load): Check for error messages. On error or timeout,
13776 return a negative value.
13777
13778 2001-04-24 Jim Blandy <jimb@redhat.com>
13779
13780 * gdb.c++/templates.exp: If we see the prompt for the overload
13781 list, but we haven't recognized any of the longer patterns,
13782 arrange for this test to fail, not hang.
13783
13784 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
13785 variations.
13786
13787 2001-04-22 Michael Chastain <chastain@redhat.com>
13788
13789 * gdb.c++/local.exp: Use the 'runto' library function.
13790 * gdb.c++/namespace.exp: Likewise.
13791 * gdb.c++/overload.exp: Likewise.
13792
13793 2001-03-26 Kevin Buettner <kevinb@redhat.com>
13794
13795 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
13796 * gdb.base/step-line.exp: New file. Test step/next in presence of
13797 #line directives.
13798 * gdb.base/step-line.c: New file. Test program for the above.
13799 * gdb.base/step-line.inp: New file. We pretend that this file has
13800 been transformed by some other tool into step-line.c.
13801
13802 2001-03-21 Jim Blandy <jimb@redhat.com>
13803
13804 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
13805 unmangled operator names.
13806
13807 2001-03-20 Jim Blandy <jimb@redhat.com>
13808
13809 * gdb.threads/linux-dp.exp: Recognize an additional message
13810 generated by GDB when it doesn't understand how to debug threads
13811 on the target system.
13812
13813 2001-03-19 Andrew Cagney <ac131313@redhat.com>
13814
13815 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
13816
13817 2001-03-12 Michael Chastain <chastain@redhat.com>
13818
13819 * gdb.c++/derivation.exp: Use the 'runto' library function.
13820
13821 2001-03-12 Michael Chastain <chastain@redhat.com>
13822
13823 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
13824
13825 2001-02-24 Michael Chastain <chastain@redhat.com>
13826
13827 * gdb.c++/ref-types.exp: Change handwritten code to library
13828 function 'runto'.
13829
13830 2001-03-16 Orjan Friberg <orjanf@axis.com>
13831
13832 * gdb.base/signals.exp: Set count to 0 explicitly.
13833
13834 2001-03-15 Mark Salter <msalter@redhat.com>
13835
13836 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
13837 (gdb_target_monitor): Add check of gdb_target_cmd return value.
13838 (gdb_load): Add support for additional target_info: gdb_download_size
13839 and gdb_load_timeout.
13840
13841 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
13842
13843 * gdb.base/annota1.exp: Move test of isnative to earlier in the
13844 file -- to prevent failing when the compile fails but we have no
13845 intention of running the tests anyway.
13846
13847 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
13848 tests if set.
13849
13850 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
13851 integers.
13852
13853 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
13854 * gdb.c++/namespace.exp: Ditto.
13855
13856 2001-03-07 Orjan Friberg <orjanf@axis.com>
13857
13858 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
13859 * gdb.base/pointers.exp: Relax pattern match of decimals.
13860
13861 2001-03-06 Kevin Buettner <kevinb@redhat.com>
13862
13863 * Makefile.in, config/abug.exp, config/cfdbug.exp,
13864 config/cpu32bug.exp, config/dve.exp, config/est.exp,
13865 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
13866 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
13867 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
13868 config/sh.exp, config/sid.exp, config/slite.exp,
13869 config/sparclet.exp, config/udi.exp, config/unknown.exp,
13870 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
13871 config/vxworks.exp, config/vxworks29k.exp,
13872 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
13873 gdb.base/all-bin.exp, gdb.base/annota1.exp,
13874 gdb.base/arithmet.exp, gdb.base/assign.exp,
13875 gdb.base/async.exp, gdb.base/attach.exp,
13876 gdb.base/bitfields.exp, gdb.base/bitops.exp,
13877 gdb.base/break.exp, gdb.base/call-ar-st.exp,
13878 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
13879 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
13880 gdb.base/commands.exp, gdb.base/completion.exp,
13881 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
13882 gdb.base/constvars.exp, gdb.base/corefile.exp,
13883 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
13884 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
13885 gdb.base/ending-run.exp, gdb.base/environ.exp,
13886 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
13887 gdb.base/finish.exp, gdb.base/foll-exec.exp,
13888 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
13889 gdb.base/funcargs.exp, gdb.base/help.exp,
13890 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
13891 gdb.base/logical.exp, gdb.base/long_long.exp,
13892 gdb.base/maint.exp, gdb.base/mips_pro.exp,
13893 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
13894 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
13895 gdb.base/pointers.exp, gdb.base/printcmds.exp,
13896 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
13897 gdb.base/regs.exp, gdb.base/relational.exp,
13898 gdb.base/remote.exp, gdb.base/reread.exp,
13899 gdb.base/restore.exp, gdb.base/return2.exp,
13900 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
13901 gdb.base/selftest.exp, gdb.base/setshow.exp,
13902 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
13903 gdb.base/sigall.exp, gdb.base/signals.exp,
13904 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
13905 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
13906 gdb.base/step-test.exp, gdb.base/structs.c,
13907 gdb.base/structs.exp, gdb.base/structs2.exp,
13908 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
13909 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
13910 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
13911 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
13912 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
13913 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
13914 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
13915 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
13916 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
13917 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
13918 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
13919 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
13920 gdb.fortran/types.exp, gdb.java/jmisc.exp,
13921 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
13922 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
13923 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
13924 gdb.trace/circ.exp, gdb.trace/collection.exp,
13925 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
13926 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13927 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
13928 gdb.trace/report.exp, gdb.trace/save-trace.exp,
13929 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13930 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
13931 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
13932 notices.
13933
13934 2001-02-27 Michael Snyder <msnyder@cygnus.com>
13935
13936 * gdb.base/varargs.c (find_max_double): Fix printf format string:
13937 first arg is int not float.
13938
13939 2001-02-22 Michael Snyder <msnyder@cygnus.com>
13940
13941 * gdb.base/reread.exp: Unsupported for non-native targets;
13942 doesn't work for remote debugging.
13943
13944 2001-02-19 Fernando Nasser <fnasser@redhat.com>
13945
13946 From Drew Moseley <dmoseley@redhat.com>
13947 * gdb.base/ending-run.exp: Properly handle the BSP state when
13948 stepping past the end of main.
13949
13950 2001-02-19 John Moore <jmoore@redhat.com>
13951
13952 * gdb.base/commands.exp (infrun_breakpoint_command_test):
13953 Converted HPUX fix for non-expected items following multiple
13954 step commands into general solution for all platforms.
13955
13956 2001-02-18 Michael Chastain <chastain@redhat.com>
13957
13958 * gdb.c++/classes.exp (do_tests): Change runto statements
13959 from "runto 'foo(void)'" to "runto 'foo'". This makes the
13960 statements demangler agnostic.
13961 * gdb.c++/virtfunc.exp (do_tests): Likewise.
13962 (gdb_virtfunc_restart): Likewise.
13963
13964 2001-02-14 Michael Chastain <chastain@redhat.com>
13965
13966 * gdb.c++/inherit.exp (do_tests): Change runto statements
13967 from "runto 'foo(void)'" to "runto 'foo'". This makes the
13968 statements demangler agnostic.
13969
13970 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
13971
13972 * gdb.threads/pthreads.exp: Unify pass/fail messages for
13973 ``continue to bkpt at common_routine in thread 2'' and ``stopped
13974 before calling common_routine 15 times'' tests.
13975
13976 2001-02-11 Michael Chastain <chastain@redhat.com>
13977
13978 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
13979 Helps the test script figure out which demangler is in use.
13980 (dm_type_foo_ref): Ditto.
13981 (dm_type_int_star): Ditto.
13982 (dm_type_long_star): Ditto.
13983 (dm_type_unsigned_int): Ditto.
13984 (dm_type_void): Ditto.
13985 (dm_type_void_star): Ditto.
13986 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
13987 Probe the gdb demangler and set variables to accommodate
13988 formatting differences.
13989 (info_func_regexp): New function. Same as info_func, but
13990 matches against a regexp.
13991 (info_func): Match against a literal string.
13992 (print_addr_2): New function. Match against a literal string,
13993 which can be different from the input to gdb.
13994 (print_addr): Simply call print_addr_2 with the same argument twice.
13995 (test_lookup_operator_functions): Use demangler formatting variables.
13996 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
13997 the tests in the same order as the C++ class declaration.
13998 (test_paddr_operator_functions): Ditto.
13999 (test_paddr_overloaded_functions): Ditto.
14000 (test_paddr_hairy_functions): Use demangler formatting variables.
14001 Add reference to gdb/19 for related tests.
14002 (do_tests): Call probe_demangler.
14003
14004 2001-01-30 Kevin Buettner <kevinb@redhat.com>
14005
14006 * gdb.c++/templates.cc (printf): Remove unused function definition.
14007
14008 2001-01-26 Felix Lee <flee@redhat.com>
14009
14010 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14011
14012 2001-01-25 matthew green <mrg@redhat.com>
14013
14014 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14015 up sid.
14016 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14017
14018 2001-01-25 matthew green <mrg@redhat.com>
14019
14020 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
14021 Deprecate $sid_spawn_id.
14022 (sid_exit): Remove code necessary only for `spawn.'
14023
14024 2001-01-25 matthew green <mrg@redhat.com>
14025
14026 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14027
14028 2001-01-28 Michael Chastain <chastain@redhat.com>
14029
14030 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14031 to call when tests fail. It takes gdb out of the overloaded
14032 function choice menu back to the main prompt, so that the test
14033 program stays synchronized.
14034 (set_bp_overloaded): New proc to collect all the common
14035 code for setting a breakpoint on an overloaded name. Calls
14036 take_gdb_out_of_choice_menu when needed.
14037 (menu_overload1arg): New variable to collect the repeated
14038 instances of the expected menu for an overloaded name. Change
14039 the regular expression to handle changes in g++ type encoding:
14040 "void" can be either "void" or "", and "unsigned int" can be
14041 either "unsigned int" or "unsigned".
14042 (continue_to_bp_overloaded): Change regular expressions to handle
14043 changes in g++ type encoding.
14044 (no proc): Call take_gdb_out_of_choice_menu when needed.
14045 Remove redundant calls to "info break". Accept either "canceled"
14046 or "cancelled". Change regular expressions in "info break"
14047 calls to handle changes in g++ type encoding. Give all tests
14048 unique strings.
14049
14050 2001-01-17 Ben Elliston <bje@redhat.com>
14051
14052 * config/sid.exp: New file.
14053
14054 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14055
14056 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14057
14058 2000-12-21 Michael Snyder <msnyder@cygnus.com>
14059
14060 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14061 Add a RE to accept a non-ascii char if one is ever presented.
14062
14063 2000-12-20 Fernando Nasser <fnasser@redhat.com>
14064
14065 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
14066
14067 2000-12-18 Michael Snyder <msnyder@cygnus.com>
14068
14069 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
14070 in regexp. One '\' does not suffice on Linux.
14071
14072 2000-12-09 Michael Chastain <chastain@redhat.com>
14073
14074 * gdb.base/break.exp (test_clear_command): Use a marker function
14075 rather than 'main' for the test function. Also move this
14076 test to an execution point where the marker function names are
14077 guaranteed to be bound to functions. (Executing tests after a
14078 'finish' from main runs into name conflicts with local names
14079 in __libc_start_main).
14080
14081 2000-12-07 Michael Snyder <msnyder@cygnus.com>
14082
14083 * gdb.base/finish.exp: New test for gdb's "finish" command.
14084 * gdb.base/return2.exp: New test for gdb's "return" command.
14085 * gdb.base/return2.c: New source file for above.
14086
14087 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14088
14089 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14090 * gdb.base/miscexprs.exp: Ditto.
14091 * gdb.base/pointers.exp: Ditto.
14092 * gdb.c++/derivation.exp: Ditto.
14093 * gdb.c++/local.exp: Ditto.
14094 * gdb.c++/namespace.exp: Ditto.
14095 * gdb.c++/overload.exp: Ditto.
14096 * gdb.c++/ref-types.exp: Ditto.
14097
14098 2000-12-05 Michael Snyder <msnyder@cygnus.com>
14099
14100 * gdb.base/constvars.exp: Test result of "up" command.
14101 * gdb.base/miscexprs.exp: Ditto.
14102 * gdb.base/pointers.exp: Ditto.
14103 * gdb.base/scope.exp: Ditto.
14104 * gdb.c++/derivation.exp: Ditto.
14105 * gdb.c++/local.exp: Ditto.
14106 * gdb.c++/namespace.exp: Ditto.
14107 * gdb.c++/overload.exp: Ditto.
14108 * gdb.c++/ref-types.exp: Ditto.
14109
14110 2000-11-22 Michael Chastain <chastain@redhat.com>
14111
14112 * mips_pro.exp: Accept either "middle -> top -> main" or
14113 "middle -> main" in the backtrace, because gcc can optimize
14114 tail calls to jumps. Remove setup_xfail for the hppa case.
14115 Add a comment with the original warning messages from PR 3016,
14116 which was filed in 1993, to preserve them for posterity.
14117
14118 2000-11-17 Nick Duffek <nsd@redhat.com>
14119
14120 * lib/gdb.exp (gdb_test): Override timeout with board info.
14121
14122 2000-11-17 Nick Duffek <nsd@redhat.com>
14123
14124 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14125 the second kill and detach messages.
14126
14127 2000-11-17 Nick Duffek <nsd@redhat.com>
14128
14129 * configure.in: Add AC_EXEEXT.
14130 * configure: Regenerate.
14131 * Makefile.in (just-check): Export EXEEXT.
14132 * lib/gdb.exp ($EXEEXT): Import from environment.
14133 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14134 expect "maint dump-me" on Cygwin.
14135 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14136 $EXEEXT.
14137
14138 2000-11-17 Nick Duffek <nsd@redhat.com>
14139
14140 * gdb.base/break.exp: Test backtrace and finish from called
14141 function on all platforms, not just HP-UX.
14142
14143 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14144
14145 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14146 code from gdb_target_monitor, so it can be used independantly
14147 for gdbserver. Also comment out an unnecessary PUTS.
14148
14149 2000-11-03 Michael Snyder <msnyder@cygnus.com>
14150
14151 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14152 * gdb.base/corefile.exp: Expect the message "Program is being
14153 debugged already" when we send the "corefile" command, since
14154 the preceeding gdb_load may have connected gdb to a remote target.
14155 * gdb.base/display.exp: Disable hardware watchpoints if new
14156 board info variable "no_hardware_watchpoints" is true.
14157 Replace single-letter commands with more readable ones.
14158 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14159 if new board info variable "no_hardware_watchpoints" is true.
14160 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14161 to see if stdio (printf) testing is possible.
14162 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14163 board info variable "no_hardware_watchpoints" is true. Use new
14164 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14165
14166 2000-11-13 Fernando Nasser <fnasser@redhat.com>
14167
14168 From Orjan Friberg <orjanf@axis.com>:
14169 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14170 in array print pattern match.
14171
14172 2000-11-09 Fernando Nasser <fnasser@redhat.com>
14173
14174 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14175 spelling "cancelled" to U.S. spelling "canceled" to match changes
14176 made to gdb.
14177 * gdb.c++/ovldbreak.exp: Ditto.
14178
14179 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14180
14181 * gdb.base/callfuncs.c (main): Moved to end of file, call
14182 t_double_values to initialize the FPU before inferior calls are made.
14183 * gdb.base/callfuncs.exp: Test for register preservation after calling
14184 inferior functions. Add tests for continuining, finishing and
14185 returning from a stop in a call dummy.
14186
14187 2000-10-24 Michael Snyder <msnyder@cygnus.com>
14188
14189 * gdb.base/commands.exp: Break up long lines, and re-indent.
14190
14191 2000-10-19 Michael Snyder <msnyder@cygnus.com>
14192
14193 * config/gdbserver.exp: Rewritten from the ground up, to make it
14194 compatible with the current dejagnu tree, and to make it work with
14195 the new "gdbserver" in libremote.
14196
14197 2000-10-16 Michael Snyder <msnyder@cygnus.com>
14198
14199 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14200 * gdb.base/varargs.exp: Skip entire test if no printf support.
14201 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14202 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14203
14204 2000-10-13 Michael Snyder <msnyder@cygnus.com>
14205
14206 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14207 no floating point support.
14208 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14209 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14210 * gdb.base/call-rt-st.exp: Ditto.
14211 * gdb.base/call-strs.exp: Ditto.
14212
14213 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14214
14215 * gdb.base/sizeof.c: include <stdio.h>.
14216
14217 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
14218 'finish', otherwise uncaptured gdb_prompt would potentially
14219 throw remaining test points out of sync.
14220
14221 2000-07-26 Scott Bambrough <scottb@netwinder.org>
14222
14223 * gdb.base/recurse.exp: Run tests for all targets.
14224 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14225 gnu-oldld case on ARM.
14226 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14227 for ARM targets.
14228
14229 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14230
14231 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14232 * gdb.java/configure: Rebuild.
14233
14234 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14235
14236 * gdb.java/jv-exp.exp: New file.
14237
14238 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14239
14240 * configure: Rebuilt.
14241 * configure.in (configdirs): Add gdb.java.
14242 * gdb.java/jmisc.java: New file.
14243 * gdb.java/jmisc.exp: New file.
14244 * gdb.java/Makefile.in: New file.
14245 * gdb.java/configure: Rebuilt.
14246 * gdb.java/configure.in: New file.
14247 * lib/java.exp: New file.
14248
14249 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14250
14251 * gdb.base/exprs.exp: Test casts to a pointer including over and
14252 underflow.
14253
14254 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14255
14256 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14257 and the compilers sizes.
14258
14259 2000-07-09 Nick Duffek <nsd@redhat.com>
14260
14261 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14262 (use_methods): New function.
14263 (main): Call use_methods().
14264 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14265 (do_tests): Call test_method_param_class.
14266
14267 2000-07-09 Nick Duffek <nsd@redhat.com>
14268
14269 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14270 spelling.
14271 (test_enums): New procedure. Move enum tests from end of script
14272 to here. Set breakpoint on function name instead of line number.
14273 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14274 (enums2): New marker function.
14275 (enums1): New function.
14276 (main): Call enums1(). Move enum tests to enums1().
14277
14278 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14279
14280 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14281 compile/link program. Update line numbers.
14282 * gdb.asm/d10v.inc: Define ``startup''.
14283 * gdb.asm/asmsrc1.s: Add definition of _start.
14284
14285 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14286
14287 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14288
14289 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14290
14291 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14292 of 'help maint print' command.
14293
14294 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14295
14296 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14297 they use gdb_expect_list.
14298
14299 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14300
14301 * gdb.base/commands.exp: Use ``set remote
14302 memory-read-packet-size'' instead of ``set endian big'' to test
14303 long commands.
14304
14305 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
14306
14307 * gdb.c++/templates.exp (do_tests): Make all of these work under
14308 g++, and stop skipping them.
14309
14310 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14311 work under g++.
14312
14313 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
14314 initialization.
14315
14316 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14317
14318 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14319 the regular expression: accept an (almost) arbitrary sequence of
14320 "frames-invalid" and "breakpoints-invalid" messages both before
14321 and after the "starting" message.
14322
14323 2000-06-02 Michael Snyder <msnyder@cygnus.com>
14324
14325 * gdb.c++/local.exp: This test has never been known to work with g++.
14326
14327 2000-05-18 Michael Snyder <msnyder@cygnus.com>
14328
14329 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14330 Relax the regular expression a little, make it pass on Solaris 8.
14331
14332 2000-05-12 Kevin Buettner <kevinb@redhat.com>
14333
14334 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
14335 a call, do not require that gdb stop on the line after the call.
14336 Instead, it is permissible for gdb to stop on the line of the
14337 call itself.
14338
14339 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
14340
14341 * gdb.base/break.exp (bp on small function, optimized file):
14342 Add a second pass pattern. The behavior differs here between stabs
14343 and dwarf for one-line functions. Stabs preserves two line symbols
14344 (one before the prologue and one after) with the same line number,
14345 but dwarf regards these as duplicates and discards one of them.
14346 Therefore the address after the prologue (where the breakpoint is)
14347 has no exactly matching line symbol, and GDB reports the breakpoint
14348 as if it were in the middle of a line rather than at the beginning.
14349
14350 2000-05-08 Michael Snyder <msnyder@cygnus.com>
14351
14352 * gdb.base/interrupt.exp: Make "pass" message say "send"
14353 rather than "send_gdb" (for consistancy).
14354
14355 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14356
14357 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14358 * gdb.c++/templates.cc: Properly check for GCC version number.
14359 * lib/compiler.cc: Likewise
14360
14361 2000-04-28 Michael Snyder <msnyder@cygnus.com>
14362
14363 * gdb.base/break.exp: When compiled with -O2 optimization,
14364 gdb may not stop at the first line of main, due to code motion.
14365
14366 2000-04-26 Michael Snyder <msnyder@cygnus.com>
14367
14368 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14369 This test depends on parsing the printf output from the target.
14370 Since the sparclet stub doesn't do stdio, this will never work.
14371 * gdb.base/call-rt-st.exp: ditto.
14372 * gdb.base/call-strs: ditto.
14373
14374 2000-04-24 Michael Snyder <msnyder@cygnus.com>
14375
14376 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14377
14378 * gdb.base/ending-run.exp: After connecting to a remote target,
14379 but before running, the target will appear to be in a random
14380 location. Specify both a file and a line for breakpoints.
14381 Also, the function that calls main may be called 'init'
14382 rather than 'start'.
14383
14384 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14385
14386 * gdb.base/help.exp: Update output for add-symbol-file command.
14387
14388 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
14389
14390 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14391 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14392
14393 2000-04-07 J.T. Conklin <jtc@redback.com>
14394
14395 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14396
14397 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14398
14399 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14400
14401 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14402 values that can be represented exactly.
14403 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14404 above change, and to not check against the directory part of the source
14405 file name.
14406 (step into print_long_arg_list): Likewise.
14407 (print print_small_structs from print_long_arg_list): Likewise.
14408 (print print_long_arg_list): Likewise.
14409
14410 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14411
14412 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
14413
14414 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14415
14416 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14417
14418 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
14419
14420 * gdb.base/commands.exp (deprecated_command_test): Add test for
14421 deprecate with no arguments.
14422
14423 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14424
14425 * gdb.base/break.exp: Add new test for setting breakpoints on
14426 optimized code so we can test breakpoints work even when function
14427 prologues may be optimized away
14428
14429 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14430
14431 From David Whedon <dwhedon@gordian.com>
14432 * gdb.base/commands.exp : Added command deprecator tests.
14433
14434 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
14435
14436 * gdb.base/help.exp: Added test for new apropos command.
14437
14438 2000-03-21 Kevin Buettner <kevinb@redhat.com>
14439
14440 * gdb.base/pointers.c (usevar): New function.
14441 (main): Make sure that global variables v_int_pointer2, rptr,
14442 and y are all referenced someplace in the program by calling
14443 usevar() on them. [Some linkers delete symbols which are
14444 never referenced. The space remains, but there's no way to
14445 get a (symbolic) handle on the variable from the debugger.]
14446
14447 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14448
14449 * gdb.base/printcmds.c: Add typedeffed arrays.
14450
14451 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14452 procedure to test arrays that are typedef'd.
14453
14454 2000-03-13 James Ingham <jingham@leda.cygnus.com>
14455
14456 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
14457 the library directories.
14458
14459 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14460
14461 * configure.in (configdirs): Add sub directory gdb.mi.
14462 * configure: Re-generate.
14463
14464 * gdb.mi: New directory.
14465
14466 2000-02-25 Scott Bambrough <scottb@netwinder.org>
14467
14468 * gdb.base/long_long.exp: Correct test suite failure when printing
14469 a long long value as a double on ARM platforms.
14470
14471 2000-02-16 Jim Blandy <jimb@redhat.com>
14472
14473 * gdb.base/break.exp ("breakpoint line number"): Make sure the
14474 default source file is set properly before running this test.
14475
14476 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14477
14478 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
14479 gdbtk/library directory, not in gdbtcl2.
14480
14481 2000-02-04 Jim Blandy <jimb@redhat.com>
14482
14483 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
14484 backslash from regexp pattern.
14485
14486 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
14487 procedure. Use it to run all the "continue to bp overloaded"
14488 tests. Note that this changes the names of the tests slightly.
14489 If the breakpoint hit message includes a hex PC value, because
14490 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
14491 from the real source code, still consider that a pass.
14492
14493 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
14494 XFAIL here if the breakpoint message contains a hex address. Note
14495 similar change on 1999-11-02.
14496
14497 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
14498
14499 * gdb.base/ptype.exp: Establish a default source file before
14500 calling get_debug_format.
14501
14502 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
14503
14504 * gdb.base/watchpoint.exp: Remove duplication of test messages.
14505
14506 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14507
14508 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
14509 of successive stepi commands -- while in the prologue we should see
14510 the function entry bracket.
14511
14512 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
14513
14514 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
14515 reach __change_mode() when stepping through the end of main().
14516
14517 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
14518
14519 * gdb.base/default.exp: Fix expected pattern.
14520 * gdb.base/help.exp: Same.
14521
14522 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14523
14524 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
14525 Don't use xfail's because that affects only the following test.
14526
14527 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
14528 solaris or linux.
14529
14530 * gdb.base/selftest.exp: Update to reflect changes to main.c.
14531
14532 2000-01-07 Michael Snyder <msnyder@cygnus.com>
14533
14534 * gdb.base/display.exp: Some yacc parsers like to say
14535 "A syntax error" rather than "A parse error". Accept both.
14536
14537 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
14538
14539 * gdb.base/default.exp: Remove OS dependent string from "target
14540 remote" test.
14541 * gdb.base/help.exp: Same for "help target remote" test.
14542
14543 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14544
14545 From Jim Kingdon <kingdon@redhat.com>:
14546
14547 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
14548 prompt (cleanup rather than necessity, but still might keep output
14549 from spilling to next test).
14550
14551 2000-01-02 Fred Fish <fnf@cygnus.com>
14552
14553 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
14554 AIX, which defines them in <sys/types.h>.
14555
14556 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
14557
14558 * gdb.base/default.exp: Match arm* etc instead of arm in "info
14559 float" test.
14560
14561 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
14562
14563 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
14564
14565 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
14566 outermost frame disallowed".
14567
14568 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
14569
14570 * gdb.base/setvar.exp: New tests for setting the value of a struct
14571 with a constant list.
14572
14573 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
14574
14575 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
14576 require the user to type a cast before setting the value of a struct.
14577
14578 1999-12-06 Jim Blandy <jimb@cygnus.com>
14579
14580 * gdb.base/default.exp: Expect the new 'info float' command on
14581 all i386 platforms.
14582
14583 * gdb.threads/linux-dp.exp: Expand our ability to recognize
14584 LinuxThreads libraries that don't support debugging.
14585
14586 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
14587
14588 * gdb.base/remote.c: Fill the buffer with truely random data.
14589 Change the buffer type to ``unsigned char'' to simplify size
14590 arithmetic.
14591
14592 * gdb.base/remote.exp: Reduce download numbers by one. Typical
14593 stub only handles 400-1 byte packets. Verify that the download
14594 worked.
14595
14596 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
14597
14598 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
14599 tests, using UNRESOLVED for the untested cases. Also, does not wait
14600 for a timeout if the prompt was received before a recognizable pattern.
14601
14602 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
14603
14604 * lib/gdb.exp (gdb_expect_list): Fix spelling.
14605
14606 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14607
14608 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
14609 watchpoints.
14610
14611 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
14612
14613 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
14614
14615 * gdb.c++/local.exp: Be more flexible in recognizing local class
14616 name mangling. Don't allow horribly truncated method names.
14617 * gdb.c++/derivation.exp: Expect protected inheritance.
14618 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
14619 * gdb.c++/virtfunc.exp: Likewise.
14620 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
14621 when printing a nested enum.
14622
14623 1999-11-22 Jim Blandy <jimb@cygnus.com>
14624
14625 * gdb.base/step-test.exp: Properly await GDB's response to setting
14626 a breakpoint on the call to large_struct_by_value.
14627
14628 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
14629 just because we have debug info for the `start' function.
14630
14631 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
14632
14633 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
14634 "Unknown signal" messages, which indicate (on LinuxThreads) that
14635 GDB doesn't know how to debug threads on this system. This is
14636 better than hanging while philosopher 0 dumps chatter into gdb.log.
14637
14638 1999-11-18 Tom Tromey <tromey@cygnus.com>
14639
14640 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
14641
14642 1999-11-18 Fred Fish <fnf@cygnus.com>
14643
14644 * gdb.base/coremaker2.c: Add sample program for generating
14645 cores that is more self contained than coremaker.c. Eventually
14646 I'll add more code to this and tie it into the testsuite.
14647
14648 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
14649
14650 * gdb.base/dollar.exp: Remove, now in gdb.hp.
14651
14652 1999-11-10 Jimmy Guo <guo@cup.hp.com>
14653
14654 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
14655 from $srcdir/lib/.
14656 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
14657 and gdb.c++/.
14658
14659 * gdb.c++/derivation.exp: remove redundant get compiler info code.
14660
14661 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
14662 'continue with watch' test point.
14663
14664 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
14665
14666 Merged from p2linux-990323-branch:
14667
14668 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
14669
14670 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
14671
14672 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
14673 {limit,fixed}''. Test ``set download-write-size''.
14674
14675 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
14676
14677 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
14678 gdb_expect_list.
14679
14680 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
14681
14682 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
14683
14684 1999-11-03 Mark Salter <msalter@cygnus.com>
14685
14686 * gdb.base/break.exp: Fix "stub continue" pattern.
14687
14688 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
14689
14690 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
14691
14692 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
14693
14694 * gdb.base/display.exp ("finish"): Add timeout clause.
14695
14696 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
14697 plain prompt clause, so this doesn't have to time out in order to
14698 fail.
14699
14700 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
14701 breakpoint hit messages include an address.
14702
14703 * gdb.base/display.exp: Don't forget to escape parens in regular
14704 expressions. Unix regexp notatation sucks.
14705
14706 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14707
14708 * gdb.base/annota1.exp: Test for annotate-signalled: change output
14709 order for 'signalled' message.
14710
14711 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
14712
14713 From Jimmy Guo <guo@cup.hp.com>:
14714 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
14715 * gdb.base/annota1.c: Add code for tests to work with.
14716
14717 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
14718
14719 * gdb.base/remote.exp: New test for remote downloading settings.
14720 * gdb.base/remote.c: New file with large .data.
14721
14722 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
14723
14724 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
14725 for LinuxThreads support, merged from the Code Fusion branch.
14726
14727 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
14728
14729 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
14730 containing exp_continue into a while within an expect. Don't
14731 attempt a start more than three times. Check return value from
14732 gdb_load.
14733
14734 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
14735
14736 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
14737 a pass case.
14738
14739 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
14740
14741 * gdb.base/break.c (main): Added a statement that we can step
14742 off of.
14743 * gdb.base/break.exp: Added tests for setting a breakpoint
14744 at an offset and stepping onto a breakpoint.
14745
14746 1999-10-01 Fred Fish <fnf@cygnus.com>
14747
14748 * gdb.base/help.exp (help add-symbol-file): Update to match current
14749 gdb output.
14750
14751 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
14752
14753 * gdb.base/break.exp: Code locations are in hex, don't forget!
14754 (For HP-UX.)
14755
14756 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
14757
14758 * condbreak.exp: Use break.c as test program.
14759 * condbreak.c: Remove, redundant with break.c.
14760
14761 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
14762
14763 * config/monitor.exp (gdb_target_monitor): Disable X- and
14764 Z-packets if the target needs it.
14765
14766 1999-09-13 James Ingham <jingham@leda.cygnus.com>
14767
14768 * gdb.c++/overload.exp: Added tests for listing overloaded
14769 functions with function pointers in the arg, explicitly calling
14770 out the version you want.
14771
14772 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
14773
14774 * long_long.exp: Add variations of test cases that work for
14775 targets with 16-bit ints and 32-bit doubles.
14776
14777 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
14778
14779 * break.c (main): Compare a possibly-uninitialized argc with an
14780 unlikely value that fits in 16 bits.
14781
14782 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
14783
14784 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
14785 0xfeeb, don't want negative numbers if ints are 16 bits.
14786
14787 * lib/gdb.exp (skip_cplus_tests): New proc.
14788 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14789 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
14790 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
14791 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
14792 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
14793 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
14794 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
14795 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
14796
14797 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
14798
14799 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
14800
14801 * gdb.base/corefile.exp (up): Allow a parameter to appear
14802 in the frame that we're going up to.
14803
14804 From Jim Blandy <jimb@cygnus.com>:
14805
14806 * gdb.base/default.exp (info float): Expect some output now.
14807
14808 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
14809 returning floating-point values to fail on the x86.
14810 * gdb.base/callfwmall.exp (do_function_calls): Same.
14811
14812 * gdb.base/list.exp (test_listsize): Correct expectations for
14813 listing line 1 with listsize 2. Also, listing a single line
14814 works now, as does listing three lines. [Kevin's note: There
14815 were a number of other cases fixed too where the expectations
14816 differed...]
14817
14818 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
14819
14820 * gdb.base/selftest.exp: Add case for when version prints as
14821 constant string instead of char pointer.
14822
14823 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
14824
14825 * gdb.base/ending-run.exp: Add Solaris case for what happens when
14826 stepping out of main.
14827
14828 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
14829 G++ used.
14830
14831 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
14832 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
14833
14834 * gdb.c++/ovldbreak.exp: Update match string in test that
14835 includes a warning of multiple breakpoints.
14836
14837 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
14838
14839 * gdb.base/display.exp: Improve precision of step-after-finish
14840 added yesterday.
14841
14842 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
14843 test.
14844
14845 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
14846 configs when using G++, not just hppa*.
14847
14848 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14849
14850 * gdb.base/async.c: New file.
14851 * gdb.base/async.exp: New file.
14852
14853 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
14854
14855 * gdb.base/break.exp: Tweak PA specific tests to properly handle
14856 PA64.
14857
14858 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
14859
14860 * gdb.base/display.exp: "finish" can leave us mid-line on many
14861 targets, deal with it. Add a small constant to main, instead of
14862 1000 since main+1000 may not be a valid address in the target.
14863
14864 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
14865 on hpux11.
14866
14867 * gdb.base/attach.exp: Handle another hpux11 error message variant
14868 when attaching to a process that does not exist.
14869
14870 1999-08-19 J.T. Conklin <jtc@redback.com>
14871
14872 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
14873 characters in 'continue to 1241' test.
14874
14875 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
14876
14877 * gdb.base/call-ar-st.exp: Add a shorter match case for the
14878 stop in print_long_arg_list, define and use a whitespace
14879 variable in print_small_structs test, add an XFAIL for Solaris.
14880 * gdb.base/dbx.exp: XFAIL func commands until somebody is
14881 interested enough to fix.
14882
14883 1999-08-13 Keith Seitz <keiths@cygnus.com>
14884
14885 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
14886 (dbx_gdb_load): Remove. Use gdb_load instead, since that
14887 proc knows about targets other than the natives.
14888 (test_assign): Use "gdb_run_cmd" to "run" the target.
14889 Check that we've actually hit the breakpoint at main.
14890 When we attempt to assign a value to a local variable, check
14891 that the variable is in the current scope, i.e., don't use
14892 a test with an empty result.
14893
14894 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
14895
14896 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
14897 command.
14898
14899 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
14900
14901 From Jimmy Guo <guo@cup.hp.com> and others at HP:
14902 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
14903 gdb.compat, gdb.threads-hp.
14904 gdb.hp/configure, gdb.hp/configure.in: New files.
14905 gdb.hp/Makefile.in: Recurse into new subdirs.
14906 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
14907 gdb.hp/gdb.objdbg: New directory, tests for debugging info
14908 in object files.
14909 gdb.hp/tools: New directory, aux tools for HP-specific tests.
14910
14911 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
14912
14913 * gdb.base/display.exp: Help expect by putting a newline in the
14914 funky printf, remove a bogus p/a test.
14915
14916 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14917
14918 * gdb.base/display.exp: Make sure that when we say 'run', we are
14919 connected to the target. This is necessary when running not
14920 natively.
14921
14922 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
14923
14924 * gdb.base/step-test.exp: Removed some extraneous messages.
14925
14926 * gdb.base/long_long.exp: Don't run memory examination tests
14927 on little-endian targets (they will need a different set of
14928 results to match).
14929
14930 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
14931
14932 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
14933 until somebody decides to fix GDB.
14934
14935 * gdb.base/long_long.c: Stop compiler complaint by specifying long
14936 constant as "ULL".
14937 * gdb.base/long_long.exp: Loosen x/c test, add partial result
14938 matches for a couple x/2 commands.
14939
14940 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
14941
14942 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
14943 by merging in ref-types2 tests.
14944 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
14945
14946 From Jimmy Guo <guo@cup.hp.com> and others at HP:
14947 * gdb.c++/Makefile.in: Add standard actions.
14948 (EXECUTABLES): Rename from PROGS, update list.
14949 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
14950 from gdb.hp.
14951 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
14952 foo and bar locals.
14953 * gdb.c++/anon-union.exp: Fix tests to match.
14954 * gdb.c++/classes.exp: Run if HP compiler used, add extra
14955 expect matches to handle output variations.
14956 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
14957 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
14958 output, add HP alternatives for new and delete prints.
14959 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
14960 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
14961 * gdb.c++/demangle.exp: Use $style when reporting failure.
14962 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
14963 * gdb.c++/inherit.exp: Run if HP compiler used, add some
14964 match alternatives.
14965 * gdb.c++/local.exp: Add match alternatives or xfails for HP
14966 compilers.
14967 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
14968 * gdb.c++/method.exp: Add match alternatives.
14969 * gdb.c++/misc.cc: Add bool types.
14970 * gdb.c++/misc.exp: Add tests for bool types.
14971 * gdb.c++/overload.exp: Add xfails.
14972 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
14973 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
14974 add some more template parameter tests (only for HP currently).
14975 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
14976 * gdb.c++/virtfunc.cc: Add return type and value for main.
14977 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
14978 match alternatives.
14979
14980 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14981
14982 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
14983
14984 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
14985
14986 * gdb.base/signals.exp: Don't expect getting a backtrace from
14987 within a signal handler to fail on Linux.
14988
14989 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
14990
14991 From Jimmy Guo <guo@cup.hp.com> and others at HP:
14992 * lib/gdb.exp: Remove some gratuitious semicolons.
14993 (delete_breakpoints): Increase timeout.
14994 (gdb_expect): Add -notransfer option.
14995 (gdb_test): Use -notransfer option.
14996 (get_compiler_info): Add f77 case.
14997 (get_compiler): New proc, split out from gdb_preprocess, add f77
14998 case.
14999 (gdb_preprocess): Call get_compiler.
15000
15001 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15002 * gdb.base/attach.exp, gdb.base/display.exp,
15003 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15004 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15005 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15006 third arg to gdb_test.
15007 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15008 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15009 HP-UX xfails, add others.
15010 * gdb.base/completion.exp: Reflect name change of self-test.
15011 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15012 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15013 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15014 HP failure number.
15015 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15016 useless HP-UX 10.30 references.
15017 * gdb.base/maint.exp: Loosen matches.
15018 * gdb.base/pointers.c (main): Declare more_code.
15019 * gdb.base/pointers.exp: Match on output of a `next'.
15020 * gdb.base/structs.c: Add prototypes.
15021 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15022 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15023
15024 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15025
15026 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15027 command.
15028
15029 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15030
15031 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15032 Fix run to main failures. Watchpoint can be hardware watchpoint.
15033
15034 * gdb.base/annota1.exp: Clean up some more, in case printf has
15035 debug info. Deal with lack of signal hanlder info in stack.
15036
15037 From Jim Kingdon <kingdon@redhat.com>:
15038 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15039
15040 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15041
15042 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15043 gdb.base/foll-vfork.exp: Don't run for crosses.
15044
15045 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15046
15047 * gdb.base/configure.in: Check for gdbvars.exp instead of
15048 a1-selftest.exp.
15049 * gdb.base/configure: Re-generate.
15050
15051 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15052
15053 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15054 in trying to run first and name is too long.
15055
15056 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15057 pointers2.c and pointers2.exp, respectively.
15058 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15059 doschk happier.
15060
15061 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15062
15063 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15064 callfuncs2.c and callfuncs2.exp.
15065
15066 * gdb.base/list.exp: Remove mistaken xfails.
15067 * gdb.base/list0.h: Add optional prototypes.
15068
15069 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15070
15071 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
15072 calling malloc.
15073 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15074 * ptype.exp: Move test for get_debug_format to before its first
15075 use.
15076
15077 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15078
15079 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15080 * gdb.base/annota2.cc, annota2.exp: Move from here.
15081 * gdb.c++/annota2.cc, annota2.exp: To here.
15082 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15083
15084 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15085
15086 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15087 a consistent format.
15088
15089 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15090
15091 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15092 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15093 HP compilers, also set the globals $true and $false.
15094
15095 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15096 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15097 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15098 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15099 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15100 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15101 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15102 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15103 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15104 whatis.c} Add C++ compatible function definitions and return
15105 types, add includes for library functions.
15106 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15107 * gdb.base/step-test.c (myglob): Rename from glob.
15108 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15109 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15110 files, move here from gdb.hp.
15111 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15112 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15113 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15114 Adjust line numbers in regexps.
15115
15116 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15117 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15118 instead of 0/1.
15119
15120 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15121 foll-vfork.exp: New files, move here from gdb.hp.
15122 * gdb.base/page.exp: New file, test of pagination command.
15123
15124 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15125 recursion test.
15126 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15127
15128 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15129 gdb.base/solib.exp: Fix compiler invocation process.
15130
15131 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15132 HP-UX 11, turn off overload resolution explicitly.
15133 * gdb.base/commands.exp: Set argument list explicitly, add
15134 watchpoint test.
15135 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15136 them work.
15137 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15138 expressions properly.
15139 * gdb.base/corefile.exp: Loosen the match slightly.
15140 * gdb.base/default.exp: Allow "Error accessing memory" message
15141 also.
15142 * gdb.base/display.exp: Skip over x/0 j if PA64.
15143 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15144 * gdb.base/interrupt.exp: Ditto.
15145 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15146 in use.
15147 * gdb.base/list.exp: Add xfails for HP-UX.
15148 * gdb.base/long_long.exp: Refine some of the numeric matches.
15149 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15150 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15151 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15152 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15153 * gdb.base/ptype.exp: Succeed on more varieties of output.
15154 * gdb.base/scope.exp: Add xfails for HP-UX.
15155 * gdb.base/sect-cmd.exp: Add more cases.
15156 * gdb.base/setvar.exp: Add xfails for HP-UX.
15157 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15158 * gdb.base/signals.exp: Match on void symbolically.
15159 * gdb.base/step-test.exp: Add case for PA64.
15160 * gdb.base/term.exp: Add exit and restart.
15161 * gdb.base/twice.exp: Clean up after self.
15162 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15163 * gdb.base/whatis.exp: Allow more ways to pass tests.
15164
15165 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15166 no longer useful.
15167
15168 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15169
15170 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15171 list of patterns.
15172 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15173 print_double_array(double_array)", "continuing to breakpoint
15174 1018", "print print_double_array(array_d)" and "continuing to
15175 1034" tests.
15176
15177 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15178
15179 * Makefile.in: Add empty html and install-html targets.
15180
15181 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15182
15183 * config/mt-*: Remove, these haven't been used since 1996.
15184
15185 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15186
15187 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15188 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15189 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15190
15191 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15192
15193 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15194 simpler match case for the ptype of the big class.
15195
15196 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15197
15198 * gdb.exp: Fix test for gdb_prompt existence.
15199
15200 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15201
15202 * gdb.exp (gdb_test): Add fail after calls to perror.
15203
15204 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15205
15206 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15207
15208 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15209
15210 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15211
15212 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15213
15214 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15215 malloc() is linked in.
15216
15217 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15218
15219 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15220 step at end.
15221
15222 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15223
15224 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15225
15226 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15227
15228 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15229
15230 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15231 * gdb.base/mips_pro.exp: Likewise.
15232
15233 1999-06-02 Keith Seitz <keiths@cygnus.com>
15234
15235 * gdb.c++/templates.cc: Change all "new" operators to throw
15236 an exception.
15237 * gdb.c++/cplusfuncs.cc: Likewise.
15238
15239 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15240
15241 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15242
15243 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
15244 * gdb.base/ending-run.exp: When stepping out of main, accept a
15245 step into an arbitrary assembler file.
15246
15247 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15248
15249 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
15250 "breakpoint-invalid" to be printed.
15251 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
15252 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15253 * gdb.base/annota2.cc: Initialize a.x to 0.
15254
15255 1999-05-17 Keith Seitz <keiths@cygnus.com>
15256
15257 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15258 when "skip_float_tests" set.
15259 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15260 "print print_ten_doubles", and "step into print_long_arg_list".
15261 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15262 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15263 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15264 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15265 "skip_float_tests" is set.
15266 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15267 when "skip_float_tests" set.
15268
15269 1999-05-06 Keith Seitz <keiths@cygnus.com>
15270
15271 * gdb.base/annota2.cc: Include stdio.h.
15272
15273 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15274
15275 * gdb.base/crossload.exp: Remove, this has been disabled ever
15276 since BFD stopped including all targets, and cross-GDB gets
15277 plenty of testing anyway.
15278 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15279 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15280 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15281 * gdb.base/README: Remove, was doc for this.
15282 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15283 needed.
15284
15285 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15286
15287 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15288 output.
15289
15290 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15291 * gdb.base/annota2.exp: New file. More annotation tests.
15292 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15293 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15294
15295 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
15296
15297 * config/cfdbug.exp: New file.
15298
15299 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15300
15301 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15302 Marcus Daniel's and Dale Hawkins's demangler crashes.
15303
15304 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15305 test_lucid_style_demangling, test_arm_style_demangling,
15306 test_hp_style_demangling): Try Tom Tromey's core-dumping
15307 identifier under each demangling style.
15308
15309 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15310
15311 * gdb.c++/demangle.exp: Include the current demangling style
15312 in all test names.
15313 (current_demangling_style): New global variable.
15314 (set_demangling_style, test_demangling_core, test_demangling,
15315 test_demangling_exact): New functions.
15316 (test_gnu_style_demangling, test_lucid_style_demangling,
15317 test_arm_style_demangling, test_hp_style_demangling): Use those,
15318 instead of calling gdb_test and gdb_test_exact directly.
15319 (catch_demangling_errors): New function, which reports errors
15320 signalled by the demangling test functions in an orderly way.
15321 (do_tests): Use catch_demangling_errors.
15322
15323 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15324
15325 * gdb.base/signals.exp (test_handle_all_print): Use () for
15326 grouping in expressions, not {}.
15327
15328 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15329 initialized yet.
15330
15331 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15332
15333 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15334 are listed.
15335
15336 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15337
15338 * gdb.stabs/weird.exp: Test for CC being defined before
15339 looking at its value.
15340
15341 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15342
15343 * gdb.base/call-ar-st.exp: Remove stray '#'.
15344 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15345 "short int" and "long int".
15346 * gdb.c++/overload.cc: Cast the string added in the previous
15347 change, to mollify finicky HP compiler.
15348 * gdb.hp/reg-test.exp (testfile): Fix file name.
15349 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
15350
15351 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15352 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15353 alternate form of enum ptype.
15354
15355 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15356
15357 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15358 * gdb.hp/*.exp: Change all to run compiler probe only after
15359 passing skip_hp_tests, so as not to waste time on guaranteed
15360 failure.
15361
15362 * gdb.c++/overload.cc: Pass string instead of char addr, always
15363 init ccpfoo.
15364 * gdb.c++/templates.cc: Fix syntax error.
15365
15366 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15367
15368 * gdb.base/commands.exp: Add test for correct position of '>'
15369 when issuing the 'commands' command after a 'while' or 'if'
15370 command.
15371
15372 1999-03-18 James Ingham <jingham@cygnus.com>
15373
15374 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15375
15376 * gdb.c++/method.exp: It was testing an uninitialized int on the
15377 stack and assuming it was positive.
15378
15379 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15380
15381 * gdb.base/step-test.exp: Catch a case where finish is broken and
15382 keep it from killing the rest of the tests.
15383 Use gdb_continue_to_end.
15384
15385 * gdb.base/sigall.exp: use gdb_continue_to_end.
15386
15387 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15388
15389 * gdb.base/display.exp: use runto_main, not run.
15390
15391 * gdb.base/default.exp: Check for the current error message in the
15392 r abbreviation test.
15393 Add strongarm to the targets that know info float.
15394
15395 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
15396 run which doesn't work with monitors.
15397
15398 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15399
15400 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15401
15402 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
15403 program. Traps the case (in Cygmon) when the program never really
15404 exits. Same as Mark's continue_to_exit, but I had put it in a lot
15405 more places, so I used my name. Sorry Mark...
15406
15407 * config/monitor.exp (gdb_target_monitor): added another
15408 target_info parameter: remotebinarydownload. This will set the
15409 remotebinarydownload flag if this is causing some boards trouble.
15410
15411 1999-03-18 Mark Salter <msalter@cygnus.com>
15412
15413 * lib/gdb.exp (continue_to_exit): New function.
15414
15415 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15416 * gdb.base/ending-run.exp: Ditto.
15417 * gdb.base/step-test.exp: Ditto.
15418
15419 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15420
15421 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15422 (suggested by Art Haas <ahaas@neosoft.com>).
15423
15424 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15425
15426 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15427
15428 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15429
15430 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15431 descriptions of types (short unsigned int vs unsigned short, etc).
15432
15433 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15434
15435 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15436 a call to strlen; sometimes we do have sources.
15437
15438 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15439
15440 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15441 character, so GDB won't print garbage after its end.
15442
15443 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15444 breakpoint there instead. Sometimes GCC emits memcpy to handle
15445 the large structures being passed by value, so we step into that
15446 instead of sum_array_print, which obscures what we're really testing.
15447 * gdb.base/step-test.exp: However, we do want a test that notices
15448 the bizarre steps into memcpy, so do that here. Add check for
15449 stepping into function calls that pass large structures by value.
15450 ("Is that a noun clause, or are you just happy to see me?")
15451 Remove all references to specific line numbers.
15452 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15453 New type and function.
15454 (main): Call large_struct_by_value, passing it a large struct by value.
15455 * lib/gdb.exp (gdb_get_line_number): New function.
15456
15457 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15458 more portable.
15459
15460 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15461
15462 * lib/gdb.exp: Doc fixes.
15463
15464 1999-03-05 Nick Clifton <nickc@cygnus.com>
15465
15466 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
15467
15468 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
15469
15470 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
15471 commands. They're not germane to this test, and they don't work
15472 that way on remote targets.
15473
15474 1999-03-01 James Ingham <jingham@cygnus.com>
15475
15476 * Changelog entries merged over from gdb development branch.
15477
15478 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
15479
15480 * lib/gdb.exp (gdbtk_analyze_results): Generic function
15481 for outputting results of test run.
15482
15483 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
15484
15485 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
15486
15487 1999-02-25 Felix Lee <flee@cygnus.com>
15488
15489 * lib/gdb.exp (debug_format): initialize
15490
15491 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
15492
15493 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
15494 * gdb.base/call-rt-st.c: Ditto.
15495
15496 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
15497
15498 * gdb.threads/pthreads.exp (horiz): New variable.
15499 (test_startup): Fix regexps that capture thread numbers.
15500
15501 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
15502
15503 * gdb.base/smoke.exp: Disambiguate two test case names (both
15504 called ``print'').
15505
15506 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15507
15508 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
15509 compilation.
15510
15511 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15512
15513 * gdb.base/miscexprs.exp: Change patterns to match GDB's
15514 actual output formatting.
15515 * gdb.base/smoke.exp: GDB removes leading 0's.
15516 * gdb.base/volatile.exp: Don't check type of remuneration;
15517 that variable is no longer defined in constvars.c.
15518 * gdb.base/step-test.c (main): Exit with explicit exit code.
15519 * gdb.base/step-test.exp: Remove two nexti checks--they are
15520 not portable.
15521
15522 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
15523
15524 * gdb.base/help.exp ("help delete display"): Fix test to match
15525 gdb's output.
15526
15527 * gdb.base/long_long.c (known_types): Initialize values to zero.
15528 * gdb.base/long_long.exp: Step one more line
15529 so 'dec' is initialized in "get to known place". GDB removes
15530 leading zeros. Explicitly ask for hex formatting. Use
15531 unique test case names.
15532
15533 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15534
15535 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
15536
15537 * gdb.c++/method.exp: Add missing close brace.
15538
15539 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
15540
15541 * gdb.base/maint.exp: Use 'set height 0' to disable page
15542 prompting, not 'set height 400'.
15543
15544 Fix a bunch of timeouts.
15545 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
15546 four separate tests, so expect doesn't take forever to match a ton
15547 of text against a regexp with lots of .* forms.
15548 ("maint print psymbols", "maint print symbols"): Make some of
15549 these greps more selective, so that expect doesn't try to wade
15550 through huge piles of output and time out.
15551
15552 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
15553
15554 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
15555 tests: one which doesn't expect shlib events to be reported, and
15556 another which does, but is XFAIL for all platforms other than
15557 HP/UX.
15558
15559 * gdb.base/break.exp: Teach the test suite that the `catch
15560 fork', `catch vfork', and `catch exec' commands produce error
15561 messages on platforms that don't provide these features.
15562
15563 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
15564
15565 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
15566 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
15567 (shortening names from solib_threshold.exp etc), won't run on
15568 anything but HP-UX for the foreseeable future.
15569 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
15570 reflect move.
15571
15572 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
15573
15574 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
15575 gdb.trace/Makefile.in (clean): Remove all test executables.
15576
15577 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
15578
15579 * gdb.base/shlib-call.exp: add test cases to verify that gdb
15580 successfully re-sets breakpoints in shared libraries.
15581 * gdb.base/shmain.c (main): return 0, don't fall off the end.
15582
15583 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15584
15585 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
15586 and compiled w/o GCC.
15587
15588 * gdb.hp/watch-cmd.exp: ditto.
15589
15590 * gdb.hp/watch-hp.exp: ditto.
15591
15592 * gdb.hp/xdb1.exp: ditto.
15593
15594 * gdb.hp/xdb2.exp: ditto.
15595
15596 * gdb.hp/dbx.exp: ditto.
15597
15598 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
15599
15600 * constvars.c: Remove C++-isms.
15601 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
15602 with GCC.
15603
15604 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
15605
15606 The following changes are part of the HP merge.
15607
15608 * gdb.base/break.exp: new tests to verify that catchpoints for
15609 fork, vfork, and exec don't trigger inappropriately.
15610
15611 * gdb.base/opaque.exp: compile one file at a time, then link.
15612
15613 * gdb.base/signals.exp: be more restrictive about which hppa
15614 systems receive a setup_xfail. new tests.
15615
15616 * gdb.base/solib_threshold.build: new file.
15617 * gdb.base/solib_threshold.exp: new file.
15618 * gdb.base/solib_threshold.link_opts: new file.
15619 * gdb.base/solib_threshold.mk: new file.
15620 * gdb.base/gen_solib_threshold.c: new file.
15621
15622 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
15623 tests. New tests for enums inside classes.
15624
15625 * gdb.c++/compiler.cc: indicate support of template debugging.
15626
15627 * gdb.c++/demangle.exp: run hp style demangling tests.
15628
15629 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
15630 tests.
15631
15632 * gdb.c++/misc.cc: changes to support new tests.
15633
15634 * gdb.c++/templates.cc: changes to support HP's compiler; changes
15635 to support new tests.
15636
15637 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
15638 gcc, then skip these tests.
15639
15640 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
15641
15642 The following files are part of the HP merge; some had longer
15643 names at HP, but have been renamed to be no more than 14
15644 characters in length.
15645
15646 * gdb.hp/ambiguous.cc: new file.
15647 * gdb.hp/ambiguous.exp: new file.
15648 * gdb.hp/attach.exp: new file.
15649 * gdb.hp/attach2.exp: new file.
15650 * gdb.hp/classes-hp.exp: new file.
15651 * gdb.hp/ctti.exp: new file.
15652 * gdb.hp/ctti-add.cc: new file.
15653 * gdb.hp/ctti-add1.cc: new file.
15654 * gdb.hp/ctti-add2.cc: new file.
15655 * gdb.hp/ctti-add3.cc: new file.
15656 * gdb.hp/dbx.exp: new file.
15657 * gdb.hp/exception.cc: new file.
15658 * gdb.hp/exception.exp: new file.
15659 * gdb.hp/foll-exec.c: new file.
15660 * gdb.hp/foll-exec.exp: new file.
15661 * gdb.hp/foll-fork.c: new file.
15662 * gdb.hp/foll-fork.exp: new file.
15663 * gdb.hp/foll-vfork.c: new file.
15664 * gdb.hp/foll-vfork.exp: new file.
15665 * gdb.hp/inherit-hp.exp: new file.
15666 * gdb.hp/more-steps.exp: new file.
15667 * gdb.hp/namespace.cc: new file.
15668 * gdb.hp/namespace.exp: new file.
15669 * gdb.hp/optimize.exp: new file.
15670 * gdb.hp/pxdb.c: new file.
15671 * gdb.hp/pxdb.exp: new file.
15672 * gdb.hp/quicksort.exp: new file.
15673 * gdb.hp/reg-test.exp: new file.
15674 * gdb.hp/reg-test.s: new file.
15675 * gdb.hp/sized-enum.c: new file.
15676 * gdb.hp/sized-enum.exp: new file.
15677 * gdb.hp/start-stop.exp: new file.
15678 * gdb.hp/templ-hp.cc: new file.
15679 * gdb.hp/templ-hp.exp: new file.
15680 * gdb.hp/thr-lib.c: new file.
15681 * gdb.hp/thr-lib.exp: new file.
15682 * gdb.hp/thr-lib.h: new file.
15683 * gdb.hp/thr-liblib.c: new file.
15684 * gdb.hp/virtfun-hp.c: new file.
15685 * gdb.hp/virtfun-hp.exp: new file.
15686 * gdb.hp/watch-cmd.exp: new file.
15687 * gdb.hp/watch-hp.exp: new file.
15688 * gdb.hp/xdb1.exp: new file.
15689 * gdb.hp/xdb2.exp: new file.
15690 * gdb.hp/xdb3.exp: new file.
15691
15692 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
15693
15694 The following files are part of the HP merge; some had longer
15695 names at HP, but have been renamed to be no more than 14
15696 characters in length.
15697
15698 * gdb.base/ss.h: new file.
15699 * gdb.base/call-ar-st.c: new file.
15700 * gdb.base/call-ar-st.exp: new file.
15701 * gdb.base/call-rt-st.c: new file.
15702 * gdb.base/call-rt-st-exp: new file.
15703 * gdb.base/call-strs.exp: new file.
15704 * gdb.base/ena-dis-br.exp: new file.
15705 * gdb.base/environ.exp: new file.
15706 * gdb.base/long_long.exp: new file.
15707 * gdb.base/sect-cmd.exp: new file.
15708 * gdb.base/shlib-cl2.exp: new file.
15709 * gdb.base/smoke.exp: new file.
15710 * gdb.base/so-impl-ld.c: new file.
15711 * gdb.base/so-impl-ld.exp: new file.
15712 * gdb.base/so-indr-cl.c: new file.
15713 * gdb.base/so-indr-cl.exp: new file.
15714 * gdb.base/varargs.exp: new file.
15715 * gdb.base/volatile.exp: new file.
15716 * gdb.base/whatis-exp.exp: new file.
15717 * gdb.base/display.exp: new file.
15718 * gdb.c++/derivation.exp: new file.
15719 * gdb.c++/local.exp: new file.
15720 * gdb.c++/member-ptr.exp: new file.
15721 * gdb.c++/overload.exp: new file.
15722 * gdb.c++/ovldbreak.exp: new file.
15723 * gdb.c++/ref-types.exp: new file.
15724 * gdb.c++/ref-types2.exp: new file.
15725 * gdb.c++/userdef.exp: new file.
15726
15727 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
15728
15729 * gdb.base/default.exp: Reflect wording change in remote.c.
15730
15731 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
15732
15733 * gdb.base/help.exp: Update to reflect current text.
15734
15735 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
15736
15737 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
15738 they're stack variables and contain garbage.
15739 * gdb.c++/anon-union.exp: new file.
15740
15741 The following changes were made by David Taylor
15742 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
15743 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
15744 in changes by HP.
15745
15746 * gdb.base/bitops.exp: new file.
15747 * gdb.base/default.exp: change expected messages for catch and
15748 info catch tests to reflect HP merge changes.
15749 * gdb.base/enable-disable-break.exp
15750 * gdb.base/ending-run.c: new file.
15751 * gdb.base/long_long.c: new file.
15752 * gdb.base/maint.exp: new file.
15753 * gdb.base/pointers2.exp: new file.
15754 * gdb.base/shlib-call2.exp: new file.
15755 * gdb.base/solib.exp: new file.
15756 * gdb.base/step-test.c: new file.
15757 * gdb.c++/anon-union.cc: new file.
15758 * gdb.c++/local.cc: new file.
15759 * gdb.c++/member-pointer.cc: new file.
15760 * gdb.c++/method.cc: new file.
15761 * gdb.c++/ref-types.cc: new file.
15762 * gdb.c++/ref-types2.cc: new file.
15763 * gdb.c++/userdef.cc: new file.
15764
15765 * gdb.base/scope.exp: compile one file at a time, then link.
15766 * gdb.base/langs.exp: ditto.
15767 * gdb.base/list.exp: ditto.
15768
15769 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
15770
15771 The following changes were made by David Taylor
15772 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
15773 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
15774 in changes by HP.
15775
15776 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
15777 skip tests. When compiling pass c++ flag to gdb_compile.
15778 * gdb.c++/
15779
15780 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
15781 test for on hppa*-*-hpux*; use args to see if c++ was specified.
15782 (skip_hp_tests): new function.
15783 (gdb_preprocess): new function.
15784
15785 * configure.in (hpdir): decide whether to configure gdb.hp.
15786 * configure: regenerated.
15787
15788 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
15789 to delete on clean.
15790 (EXECUTABLES): update to reflect new additions.
15791 * gdb.base/commands.exp: update message expected.
15792 * gdb.base/default.exp: add copyright notice.
15793 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
15794 * gdb.base/help.exp: update messages to reflect current text.
15795 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
15796 targets for recurse tests.
15797 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
15798 skip this file.
15799
15800 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
15801 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
15802 compilation.
15803 * gdb.c++/misc.exp: ditto.
15804 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
15805 run the tests. tell gdb_compile that it's a c++ compilation.
15806
15807 * gdb.threads/pthreads.exp: fix typo in message.
15808
15809 * gdb.base/all-bin.exp: new file.
15810 * gdb.base/arithmet.exp: new file.
15811 * gdb.base/assign.exp: new file.
15812 * gdb.base/completion.exp: new file.
15813 * gdb.base/cond-expr.exp: new file.
15814 * gdb.base/condbreak.exp: new file.
15815 * gdb.base/define.exp: new file.
15816 * gdb.base/dollar.exp: new file.
15817 * gdb.base/environment.exp: new file.
15818 * gdb.base/eval-skip.exp: new file.
15819 * gdb.base/jump.exp: new file.
15820 * gdb.base/logical.exp: new file.
15821 * gdb.base/pointers.exp: new file.
15822 * gdb.base/relational.exp: new file.
15823 * gdb.base/section_command.exp: new file.
15824 * gdb.base/whatis-expr.exp: new file.
15825
15826 * gdb.base/all-types.c: new file.
15827 * gdb.base/call-array-struct.c: new file.
15828 * gdb.base/call-return-struct.c: new file.
15829 * gdb.base/call-strings.c: new file.
15830 * gdb.base/callfuncs2.c: new file.
15831 * gdb.base/condbreak.c: new file.
15832 * gdb.base/constvars.c: new file.
15833 * gdb.base/display.c: new file.
15834 * gdb.base/int-type.c: new file.
15835 * gdb.base/jump.c: new file.
15836 * gdb.base/miscexprs.c: new file.
15837 * gdb.base/pointers.c: new file.
15838 * gdb.base/pointers2.c: new file.
15839 * gdb.base/shmain.c: new file.
15840 * gdb.base/shr1.c: new file.
15841 * gdb.base/shr2.c: new file.
15842 * gdb.base/solib.c: new file.
15843 * gdb.base/solib1.c: new file.
15844 * gdb.base/solib2.c: new file.
15845 * gdb.base/varargs.c: new file.
15846 * gdb.c++/derivation.cc: new file.
15847 * gdb.c++/overload.cc: new file.
15848 * gdb.c++/ovldbreak.cc: new file.
15849 * gdb.hp/attach.c: new file.
15850 * gdb.hp/attach2.c: new file.
15851 * gdb.hp/average.c: new file.
15852 * gdb.hp/compiler.c: new file.
15853 * gdb.hp/compiler.cc: new file.
15854 * gdb.hp/execd-program.c: new file.
15855 * gdb.hp/follow-exec.c: new file.
15856 * gdb.hp/follow-fork.c: new file.
15857 * gdb.hp/follow-vfork-and-exec.c: new file.
15858 * gdb.hp/misc-hp.cc: new file.
15859 * gdb.hp/more-steps.c: new file.
15860 * gdb.hp/optimize.c: new file.
15861 * gdb.hp/quicksort.c: new file.
15862 * gdb.hp/run-hp.c: new file.
15863 * gdb.hp/start-stop.c: new file.
15864 * gdb.hp/sum.c: new file.
15865 * gdb.hp/templates-hp.cc: new file.
15866 * gdb.hp/thread-local-in-lib.c: new file.
15867 * gdb.hp/thread-local-in-lib.h: new file.
15868 * gdb.hp/thread-local-in-lib.lib.c: new file.
15869 * gdb.hp/vforked-program.c: new file.
15870 * gdb.hp/virtfunc-hp.cc: new file.
15871 * gdb.hp/watchpoint-hp.c: new file.
15872 * gdb.hp/xdb.c: new file.
15873 * gdb.hp/xdb0.c: new file.
15874 * gdb.hp/xdb0.h: new file.
15875 * gdb.hp/xdb1.c: new file.
15876
15877 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
15878
15879 The following change was made by Edith Epstein
15880 <eepstein@cygnus.com> as part of a project to merge in changes
15881 originally made by HP; HP did not create ChangeLog entries.
15882
15883 * gdb.c++/demangle.exp: changed the expected output for some
15884 ARM-style mangling -- removed second reference to datatype.
15885 For example, maint demangle __dt__11T1__pt__2_cFv
15886 T1<char>::~T1<char>(void)
15887 becomes,
15888 maint demangle __dt__11T1__pt__2_cFv
15889 T1<char>::~T1(void)
15890
15891 (test_hp_style_demangling): new hp specific demangling test cases.
15892
15893 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
15894
15895 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
15896 * gdb.trace/backtrace.exp: Likewise.
15897 * gdb.trace/circ.exp: Likewise.
15898 * gdb.trace/collection.exp: Likewise.
15899 * gdb.trace/deltrace.exp: Likewise.
15900 * gdb.trace/infotrace.exp: Likewise.
15901 * gdb.trace/limits.exp: Likewise.
15902 * gdb.trace/packetlen.exp: Likewise.
15903 * gdb.trace/passc-dyn.exp: Likewise.
15904 * gdb.trace/passcount.exp: Likewise.
15905 * gdb.trace/report.exp: Likewise.
15906 * gdb.trace/save-trace.exp: Likewise.
15907 * gdb.trace/tfind.exp: Likewise.
15908 * gdb.trace/tracecmd.exp: Likewise.
15909 * gdb.trace/while-dyn.exp: Likewise.
15910 * gdb.trace/while-stepping.exp: Likewise.
15911
15912 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
15913
15914 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
15915
15916 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
15917
15918 From Brendan Kehoe:
15919 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
15920 int return types.
15921
15922 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
15923
15924 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
15925 remote dos host testing right.
15926
15927 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
15928
15929 * gdb.base/corefile.exp: remove some xfails.
15930
15931 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
15932
15933 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
15934 have different timestamps.
15935
15936 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
15937
15938 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
15939 gdb.base/default.exp: Replace "exec" with "executable".
15940
15941 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
15942
15943 * gdb.base/default.exp: Change else if to elseif from previous
15944 delta.
15945
15946 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
15947
15948 * gdb.base/default.exp: Add brace missing from previous delta.
15949
15950 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
15951
15952 * gdb.base/default.exp: Support test for info float for all
15953 varieties of arm toolchain.
15954
15955 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
15956
15957 * gdb.trace/*.exp: remove "remote_download" command.
15958
15959 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
15960
15961 * gdb.trace/*.exp: remove -gdwarf from compile.
15962
15963 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
15964
15965 * gdb.trace/configure.in(AC_INIT): typo
15966 * gdb.trace/configure: regenerated
15967
15968 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
15969
15970 * config/m68k-emc.exp: New file.
15971 * lib/<emc-support.exp trace-support.exp}: New files.
15972 * configure.in: add new test directory gdb.trace.
15973 * gdb.trace/{configure configure.in Makefile.in}: New files.
15974 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
15975 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
15976 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
15977 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
15978 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
15979 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
15980 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
15981
15982 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
15983
15984 * gdb.c++/classes.exp: Change all regular expressions to match
15985 arbitrary combinations of newline/carriage-return, so that they
15986 will work equally well on Unix and Windows.
15987 * gdb.c++/inherit.exp: ditto.
15988 * gdb.c++/virtfunc.exp: ditto.
15989
15990 1998-08-11 Dawn Perchik <dawn@cygnus.com>
15991
15992 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
15993
15994 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
15995
15996 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
15997 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
15998 to use a0-a3/d0-d3 as needed.
15999
16000 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16001
16002 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16003 * gdb.disasm/am33.exp: Corresponding changes.
16004
16005 1998-07-11 Felix Lee <flee@cygnus.com>
16006
16007 * gdb.base/callfuncs.exp: add cmp10 test.
16008 * gdb.base/callfuncs.c (cmp10): new function.
16009
16010 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16011
16012 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
16013 into two parts to get around a synchronization problem in expect.
16014
16015 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16016
16017 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16018
16019 * configure.in: Add options for gdbtk testsuite.
16020
16021 * configure: Regenerate.
16022
16023 * gdb.gdbtk: New directory to hold gdbtk tests.
16024
16025 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16026
16027 * gdb.fortran/types.exp: Escape brackets in expect patterns
16028 for test_float_literal_types_accepted tests.
16029 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16030 before run test.
16031
16032 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16033
16034 * am33.exp: Just compile, do not link the testcase.
16035 * am33.s: Add ".am33" pseudoop to force am33 mode.
16036
16037 1998-06-25 Felix Lee <flee@cygnus.com>
16038
16039 * gdb.base/setshow.exp: make sure $pc is sane.
16040
16041 * gdb.stabs/weird.exp: split expect patterns properly.
16042
16043 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16044
16045 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16046 * gdb.disasm/am33.exp: Run it.
16047
16048 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
16049
16050 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16051 match processing (and eliminate spurious timeouts when running).
16052
16053 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
16054
16055 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16056 exception test, but conditionalize it on target [mach | gnu].
16057
16058 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
16059
16060 * gdb.base/overlays.exp: fixup compile line for linker script.
16061
16062 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16063
16064 * gdb.fortran/types.exp: don't guess at float size.
16065
16066 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16067
16068 * gdb.base/exprs.exp: delete test that depends on int size.
16069
16070 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16071
16072 * config/sim.exp: Removed checks for target triplets.
16073 (gdb_target_sim): Use gdb,target_sim_options.
16074
16075 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16076
16077 * gdb.base/reread.exp: New file.
16078 * gdb.base/reread1.c: New file.
16079 * gdb.base/reread2.c: New file.
16080
16081 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16082
16083 * config/sim.exp: Use 'target sim -sparclite' when running
16084 SPARClite programs.
16085
16086 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16087
16088 * gdb.base/structs2.exp: New file.
16089 * gdb.base/structs2.c: New file.
16090
16091 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16092
16093 * gdb.asm/common.inc: New file.
16094 * gdb.asm/d10v.inc: New file.
16095 * asm-source.exp: Pass -I's to gas to find .inc files.
16096 Update line numbers in expected output.
16097 * asmsrc1.s: Rewrite.
16098 * asmsrc2.s: Rewrite.
16099 * configure.in: Create arch.inc symlink.
16100 * configure: Regenerate.
16101 * Makefile.in (distclean): Delete arch.inc.
16102
16103 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16104
16105 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16106 (t_enum_value2): ditto
16107 (t_enum_value3): ditto
16108 (main): ditto
16109 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16110
16111 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16112 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16113 change.
16114 Use gdb_test instead of send_gdb/gdb_expect sequences.
16115
16116 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16117
16118 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16119 not void.
16120
16121 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16122
16123 * gdb.base/branches.c: Code with lots of loops and
16124 subroutines. Used to test gdbs ability to single step through PC
16125 changes, especially to test mips-tdep.c:mips_next_pc
16126
16127 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16128
16129 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16130 more rigorous EGCS C++ error checking.
16131
16132 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16133
16134 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16135 tests.
16136 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16137 function when asleep.
16138 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16139 for i*86 Linux and SVR4 signal handling problems.
16140 Remove linux xfail for `next to handler in signals_tests_1', fixed
16141 by recent infrun.c change.
16142 Limit backtrace to 10 frames to avoid timeout problems with infinite
16143 stack backtraces.
16144 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16145 target.[ch] change.
16146
16147 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16148
16149 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16150 for a newline from gdb before continuing.
16151 (default_gdb_exit): Just look for y or n.
16152 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16153 it does, fail the rests of the tests in the file.
16154
16155 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16156
16157 * config/cygmon.exp: New file.
16158
16159 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16160
16161 * gdb.base/list.exp: Fix problem with "list default lines around
16162 main" test on remote targets.
16163
16164 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16165 run test on remote targets.
16166
16167 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16168
16169 * gdb.asm: New directory.
16170 * configure.in: Configure it.
16171 * configure: Regenerate.
16172 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16173 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16174
16175 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16176
16177 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16178
16179 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
16180
16181 * gdb.base/overlays (several files): Merge the two overlay
16182 managers into one. Change variables (foox, barx, bazx, grbxx)
16183 back into ints but force them to load in their proper sections.
16184
16185 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16186
16187 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16188 on-chip insn memory and IMAP1 to upper 128k.
16189 (D10VCopy): Handle memory regions crossing 16k boundaries.
16190 (D10VCopy): Transfer data in 32 bit chunks.
16191
16192 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16193
16194 * gdb.base/overlays.c (main): Exit normally when result is
16195 correct.
16196
16197 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16198 map. Include space for printf in .text segment.
16199
16200 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16201 updated d10v memory VMA/LMA map.
16202 (D10VCopy): Call D10VTranslate.
16203
16204 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16205
16206 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16207
16208 * gdb.base/bar.c (barx, bar): Change variable to small array so
16209 that it won't be put into the .sdata - small data -
16210 section. Update reference.
16211 * gdb.base/baz.c (bazx, baz): Ditto.
16212 * gdb.base/foo.c (foox, foo): Ditto.
16213 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16214
16215 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16216 to be arrays.
16217
16218 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
16219
16220 * gdb.base/overlays.exp: fix up and get working again.
16221 Add tests for backtraces from an overlay function.
16222
16223 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16224
16225 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16226 "calling function with watchpoint enabled".
16227
16228 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16229
16230 * gdb.base/break.exp (test_next_with_recursion): Remove
16231 gdb_suppress_tests for d10v-*-*.
16232 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16233 pending review of whether it is useful or not.
16234
16235 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16236
16237 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16238
16239 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16240
16241 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16242 * config/dve.exp: New file to support Densan boards.
16243
16244 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16245
16246 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16247 reads and BSD.
16248
16249 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16250
16251 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16252 response.
16253
16254 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16255
16256 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16257
16258 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16259 test.
16260
16261 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16262 target_sizeof_long and target_bigendian_p.
16263 (structs_by_value, structs_by_reference): Check values according
16264 to targets word size and endianess.
16265
16266 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16267
16268 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16269 output.
16270
16271 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16272
16273 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16274 Update test of set args help to match source change.
16275
16276 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16277
16278 * gdb.base/default.exp: Expect help system output to be in
16279 alphabetical order.
16280 * gdb.base/help.exp: Ditto.
16281
16282 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16283
16284 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16285 "i*86-pc-linux-gnu*".
16286 * gdb.base/interrupt.exp: Ditto.
16287 * gdb.base/corefile.exp: Ditto.
16288
16289 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16290 define vxworks when building the testcase.
16291
16292 * gdb.base/ptype.exp: Fix testnames to be unique.
16293 * gdb.base/radix.exp: Ditto.
16294 * gdb.base/term.exp: Ditto.
16295 * gdb.base/whatis.exp: Ditto.
16296 * gdb.c++/classes.exp: Ditto.
16297
16298 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16299
16300 * gdb.base/callfuncs.exp: Fix indentation.
16301
16302 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16303 suppress_flag has been set.
16304 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16305 target feature.
16306
16307 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16308
16309 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16310 the testcase.
16311
16312 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16313 set_debug_traps() and breakpoint().
16314 * gdb.c++/misc.cc (main): Ditto.
16315 * gdb.c++/templates.cc (main): Ditto.
16316 * gdb.c++/virtfunc.cc (main): Ditto.
16317
16318 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16319
16320 * lib/gdb.exp(gdb_step_for_stub): New function.
16321 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16322 exists, reload the executable and do a "continue" instead of
16323 doing a jump.
16324 (runto_main): Use gdb_step_for_stub.
16325
16326 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16327 tests to have unique names.
16328 * gdb.base/callfuncs.exp: Ditto.
16329 * gdb.base/commands.exp: Ditto.
16330 * gdb.base/default.exp: Ditto.
16331 * gdb.base/help.exp: Ditto.
16332 * gdb.base/list.exp: Ditto.
16333 * gdb.base/opaque.exp: Ditto.
16334 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16335 similar tests.
16336
16337 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16338 * gdb.c++/cplusfuncs.cc: Ditto.
16339 * gdb.c++/virtfunc.cc: Ditto.
16340
16341 * config/monitor.exp: Keep track of the last file we saw, rather
16342 than trying to get the info from gdb.
16343
16344 * gdb.fortran/types.exp: Move comment to previous line.
16345
16346 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16347
16348 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16349 target mode.
16350
16351 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16352
16353 From Bob Manson:
16354 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16355 string from GDB when it connects.
16356
16357 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16358
16359 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16360
16361 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16362 if we can't get a debug format from GDB (we may be testing an
16363 older GDB). Use a 10 second timeout when checking for the format.
16364
16365 * gdb.stabs/weird.exp: Fix quoting.
16366
16367 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16368
16369 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16370
16371 * config/arm-ice.exp: New file.
16372
16373 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16374
16375 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16376 until it has been modified to work with the new testsuite.
16377
16378 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
16379 testcase won't compile, cause all of the testcases in the file to
16380 fail instead.
16381
16382 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16383 (gdb_clear_suppressed): New procedure.
16384 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16385 it contains a positive value.
16386
16387 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16388
16389 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16390
16391 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16392
16393 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16394
16395 * lib/gdb.exp (setup_xfail_format): New function.
16396 (get_debug_format): New function to get debug format.
16397 (debug_format): New global variable to hold last value set
16398 by get_debug_format.
16399 * gdb.base/list.exp: Call get_debug_format and expect some
16400 tests to fail for DWARF 1 and COFF formats.
16401 * gdb.c++/ptype.exp: Ditto.
16402 * gdb.c++/classes.exp: Ditto.
16403 * gdb.c++/cplusfuncs.exp: Ditto.
16404 * gdb.c++/inherit.exp: Ditto.
16405 * gdb.c++/templates.exp: Ditto.
16406 * gdb.c++/virtfunc.exp: Ditto.
16407
16408 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16409
16410 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16411 host doesn't have a currently-open connection.
16412
16413 * config/sparclet.exp: Cleanups and fixes to make it generic for
16414 any gdb stub target. Handle cases where gdb doesn't respond when
16415 interrupted in a sane fashion.
16416
16417 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16418 same thing in a totally different way.
16419
16420 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16421 setting "timeout".
16422 (gdb_start): We set the global gdb_prompt variable in
16423 default_gdb_init now.
16424
16425 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16426
16427 * gdb.base/printcmds.exp: Fix "check for floating addition"
16428 regexp to accept results within approx +/- .01 of exact value.
16429 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16430
16431 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16432
16433 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16434 properly.
16435 (gdb_expect): Add optional timeout parameter, and add timeout
16436 value to various calls.
16437 (gdb_suppress_tests): Only give one warning message per group.
16438
16439 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16440
16441 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16442 global variables. Handle getting a value for $timeout more
16443 gracefully.
16444
16445 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16446
16447 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16448 initialize.
16449 (default_gdb_init): New procedure; allow gdb_init to be overridden
16450 by a target configuration file.
16451 (gdb_expect): Pass the timeout to remote_expect.
16452
16453 * config/monitor.exp(gdb_load): Fix typo in regexp.
16454
16455 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16456
16457 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16458
16459 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16460
16461 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16462 here. Call gdb_target_exec before rebooting the target, to make
16463 sure the connection to the target is closed.
16464 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16465 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16466 Also detect "Timeout reading from remote" error.
16467
16468 * config/gdbserver.exp: Pass the executable being loaded to
16469 gdb_target_monitor. Don't call gdb_file_cmd here; let
16470 gdb_target_monitor do it.
16471
16472 * gdb.disasm/hppa.exp: Don't use exec_output.
16473
16474 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
16475
16476 * gdb.base/list.exp: If we're debugging a non-native target,
16477 try to set the pc register to point to the start of the
16478 program before doing the first list command.
16479
16480 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
16481 test_calls after restarting.
16482
16483 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
16484 reloading.
16485
16486 * gdb.base/watchpoint.exp: Fix typo.
16487
16488 * gdb.base/setshow.exp: Check for use_gdb_stub.
16489
16490 * gdb.base/break.exp: Fix continue until exit test for the gdb
16491 stub case.
16492 * gdb.base/langs.exp: Ditto.
16493
16494 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
16495 gdb_load_offset. If we weren't given a file to load, figure out
16496 what the current file is and use it.
16497
16498 * config/i386-bozo.exp: New file.
16499
16500 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
16501
16502 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
16503 feature.
16504
16505 * config/proelf.exp: New entry.
16506
16507 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
16508
16509 * lib/gdb.exp: Remove spurious .* patterns at the beginning
16510 of regexps.
16511
16512 * gdb.base/watchpoint.exp: Don't run the test_stepping
16513 tests if gdb can't call functions on the target.
16514
16515 * gdb.base/setshow.exp: Don't run the set prompt tests if
16516 the board has gdb_prompt set.
16517
16518 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
16519
16520 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
16521 * gdb.base/commands.exp: Likewise.
16522 * gdb.base/setshow.exp: Likewise.
16523
16524 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
16525
16526 * config/monitor.exp(gdb_start): Look for gdb_prompt target
16527 feature.
16528
16529 * config/i960.exp: New file.
16530
16531 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
16532
16533 * gdb.base/funcargs.exp: Check for gdb,short_int target
16534 feature instead of looking for explicit target triplets.
16535
16536 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
16537
16538 * gdb.base/printcmds.exp: add a couple more tests a la
16539 "p 123DEADBEEF", to check parse_number.
16540 * top.c: change "to enable to enable" to "to enable" in a couple
16541 of help strings.
16542
16543 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
16544
16545 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
16546 on the mn10300.
16547
16548 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
16549
16550 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
16551 where the test executable is run with explicit args.
16552 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
16553
16554 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
16555
16556 * gdb.base/run.c: Use FAKEARGV to build test executable that
16557 does not require a command line arg, since most simulators
16558 don't currently support passing such an arg into the simulated
16559 program.
16560 * gdb.base/commands.exp: Change tests to insert the proper
16561 value as the arg to the first recursive factorial call. Change
16562 compilation line to define FAKEARGV at compile time.
16563
16564 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
16565
16566 * gdb.base/recurse.exp: Enable these tests for the mn10300.
16567 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
16568 function with watchpoint enabled" test.
16569
16570 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
16571
16572 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
16573 Don't call gdb_test when the command doesn't return to a gdb prompt.
16574
16575 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
16576 "Tests restarted" messages.
16577
16578 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
16579
16580 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
16581
16582 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
16583
16584 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
16585 for INFO SYMBOL; add help tests for OVERLAY commands.
16586 * gdb.base/default.exp: add tests for INFO SYMBOL command;
16587 add tests for OVERLAY commands
16588 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
16589 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
16590 * gdb.base/sigall.c: add usestubs code frag
16591 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
16592
16593 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
16594
16595 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
16596 failures.
16597 (gdb_stop_suppressing_tests): Note that tests have restarted.
16598
16599 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
16600
16601 * config/h8300.exp: New file.
16602
16603 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
16604
16605 * gdb.base/setshow.exp: Check for the existence of a
16606 feature, not its value.
16607
16608 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
16609
16610 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
16611
16612 * gdb.base/scope.exp: It's now init0(), not init().
16613
16614 * gdb.base/scope0.c: For now, change init() to be init0().
16615
16616 * config/monitor.exp: Use gdb_serial in preference to serial
16617 or netport.
16618
16619 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
16620 and it's not already set.
16621
16622 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
16623
16624 * gdb.base/setshow.exp: Only test the run command if the target
16625 isn't using a stub and if it supports argument passing.
16626
16627 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
16628
16629 * config/udi.exp(gdb_start): Make sure UDICONF is set
16630 properly before starting gdb.
16631
16632 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
16633
16634 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
16635 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
16636 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
16637
16638 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
16639
16640 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
16641 specialized code to reboot the board, use remote_reboot instead.
16642
16643 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
16644
16645 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
16646
16647 * config/monitor.exp: Make sure we disconnect from the target.
16648 Also, try a reboot/reload cycle instead of failing if the
16649 load fails.
16650
16651 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
16652
16653 * gdb.base/default.exp: Don't set match_max.
16654 * gdb.base/help.exp: Ditto.
16655 * gdb.base/list.exp: Ditto.
16656 * gdb.base/signals.exp: Ditto.
16657
16658 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
16659 set, use remote_ld to download the testcase instead of
16660 the GDB loader.
16661
16662 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
16663
16664 * config/vr5000.exp: New file.
16665
16666 * config/monitor.exp(gdb_target_monitor): Add pattern for
16667 "Ending remote" to detect errors in connecting.
16668
16669 * gdb.base/setshow.exp: Add .* within auto language test.
16670
16671 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
16672 target feature.
16673
16674 * config/monitor.exp(gdb_load): Check for a failure when loading,
16675 and reboot the board if necessary.
16676
16677 * gdb.base/setvar.exp(test_set): Handle multiple prints within
16678 a set of tests. Remove print.* from the patterns being checked.
16679
16680 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
16681
16682 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
16683 refer to gdb_spawn_id.
16684
16685 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
16686 longer used.
16687 * config/sparclet.exp: Ditto.
16688 * config/sparclet-old.exp: Ditto.
16689 * config/slite.exp: Ditto.
16690 * config/sim.exp: Ditto.
16691 * gdb.base/funcargs.exp: Ditto.
16692
16693 * lib/gdb.exp:Remove references to gdb_spawn_id.
16694 (gdb_expect): Move to remote.exp.
16695
16696 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
16697
16698 * config/monitor.exp: Detect the "Couldn't establish connection"
16699 message from GDB.
16700
16701 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
16702
16703 * gdb.base/bitfields.exp: Use runto instead of explicit
16704 gdb_run_cmd/gdb_expect sequences.
16705
16706 * gdb.base/break.exp(text_next_with_recursion): Add match for
16707 gdb_expect call.
16708
16709 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
16710 We also need to handle the "A program is being debugged already"
16711 prompt from gdb. Use gdb_test to set the baud rate.
16712
16713 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
16714 to 20000. Really. I mean it.
16715
16716 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16717
16718 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
16719 fails. If suppress_flag is set, skip perror message about not
16720 being able to send to GDB.
16721 (send_gdb): If suppress_flag is set, don't try to send commands to
16722 GDB.
16723 (gdb_expect): If suppress_flag is set, always fail immediately.
16724 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
16725 (gdb_init): Call gdb_stop_suppressing_tests.
16726 (default_gdb_exit): Ditto.
16727 (default_gdb_start): Ditto.
16728
16729 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
16730 gdb_stop_suppressing_tests as appropriate.
16731 * gdb.base/break.exp: Ditto.
16732 * gdb.base/callfuncs.exp: Ditto.
16733 * gdb.base/commands.exp: Ditto.
16734 * gdb.base/exprs.exp: Ditto.
16735 * gdb.base/funcargs.exp: Ditto.
16736 * gdb.base/list.exp: Ditto.
16737 * gdb.base/recurse.exp: Ditto.
16738 * gdb.base/scope.exp: Ditto.
16739 * gdb.base/structs.exp: Ditto.
16740 * gdb.c++/inherit.exp: Ditto.
16741
16742 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
16743
16744 * config/vr4300.exp: New file.
16745
16746 * gdb.*/*.exp: Call gdb_expect instead of expect.
16747
16748 * lib/gdb.exp(gdb_expect): New function.
16749
16750 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
16751
16752 * lib/gdb.exp(gdb_init): New function.
16753
16754 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
16755 for each individual variable set.
16756
16757 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
16758 name.
16759
16760 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
16761
16762 * gdb.base/scope.exp: Use gdb_test.
16763
16764 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
16765 aborting; the testsuite driver will do that for us (see
16766 gdb_finish). Also, use gdb_test in a few more places.
16767
16768 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16769
16770 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
16771
16772 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
16773
16774 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
16775 and "add_tests" are not at the same address.
16776
16777 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
16778
16779 * gdb.base/ptype.exp: Use gdb_test.
16780
16781 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
16782
16783 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
16784 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
16785 left in. No longer expect them to fail.
16786
16787 * gdb.stabs/*.mt; Deleted, no longer used.
16788 * gdb.stabs/configure.in: Remove references to target makefile
16789 frags.
16790 * gdb.stabs/configure: Rebuilt.
16791
16792 * gdb.disasm/*.mt: Deleted, no longer used.
16793 * gdb.disasm/configure.in: Remove references to target makefile
16794 frags. Use "sh3.s" as the unique filename for this directory.
16795 * gdb.disasm/configure: Rebuilt.
16796
16797 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
16798 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
16799 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
16800
16801 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
16802
16803 * config/udi.exp: Use mondfe,name instead of remote_host.
16804
16805 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
16806
16807 * gdb.base/watchpoint.exp: Don't expect a failure when calling
16808 a function with a watchpoint enabled on the mn10200.
16809
16810 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
16811 before trying to create it!
16812
16813 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
16814
16815 * config/vx.exp: Use hostname instead of netport.
16816
16817 * config/vxworks.exp: New file.
16818
16819 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
16820
16821 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
16822 gdb before assuming everything worked. Send a ^C if a timeout
16823 occurs.
16824
16825 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
16826 $gdb_spawn_id directly.
16827 (gdb_run_cmd): Try _start as well as start. Use the target feature
16828 gdb,start_symbol as the symbol to start from when jumping.
16829
16830 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
16831
16832 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
16833 redundant) test.
16834
16835 * gdb.base/recurse.exp: Relax final value test for 'b' so that
16836 it doesn't lose for 16bit integer systems.
16837
16838 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
16839
16840 * gdb.fortran/types.exp: If the target doesn't support "double"
16841 data types, then expect "real" types to only be 4 bytes.
16842
16843 * gdb.c++/virtfunc.exp: Expect failure for virtual function
16844 call tests if the target doesn't support inferior function calls.
16845
16846 * gdb.base/printcmds.exp: Allow minor deviation in FP values
16847 in printf tests.
16848
16849 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
16850
16851 * gdb.base/help.exp: Disable "help set", "help show", and
16852 "help support". Simplify regexp for "help stack".
16853
16854 * gdb.base/default.exp: Set match_max to 5000 and the timeout
16855 to 60 seconds. Temporarily set match_max to 15000 around the
16856 "info copying" test.
16857
16858 * gdb.base/nodebug.exp: Don't try to do an inferior function
16859 call if the target doesn't support them.
16860 * gdb.base/printcmds.exp: Likewise.
16861 * gdb.base/setvar.exp: Likewise.
16862 * gdb.base/structs.exp: Likewise.
16863 * gdb.c++/templates.exp: Likewise.
16864 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
16865
16866 * gdb.base/recurse.exp: Enable for the mn10200.
16867
16868 * configure.in: Do configure gdb.stabs directory for *-*-elf
16869 targets.
16870 * configure: Rebuilt.
16871
16872 * gdb.base/break.exp: Check for gdb,noresults before testing
16873 exit status and/or results from the target.
16874 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
16875 * lib/gdb.exp: Remove old (now bogus) initialization of
16876 noinferior, noargs, noresults and nosignals.
16877
16878 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
16879
16880 * config/sh.exp: New file.
16881
16882 * config/slite.exp: Try to connect multiple times to the board
16883 before rebooting. Only send a "monitor run" if need_monitor_run
16884 is set.
16885
16886 * gdb.base/break.exp: Don't do the "stub continue" test if
16887 the target has gdb_stub set.
16888
16889 * gdb.base/callfuncs.exp: Increase the timeout.
16890
16891 * gdb.base/interrupt.exp: Don't even try to compile the testcase
16892 if the target has gdb,noinferiorio set.
16893
16894 * gdb.base/list.exp: Increase match_max to 10000 characters.
16895
16896 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
16897
16898 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
16899 target.
16900
16901 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
16902
16903 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
16904
16905 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
16906 trying to delete the copy of gdb. Catch the file delete so we
16907 don't die if the delete fails; also, the file should be copied to
16908 the host, not to the build.
16909
16910 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
16911
16912 * lib/gdb.exp(gdb_test): Surround the result pattern with
16913 parenthesis in case it contains multiple regexps separated
16914 with |.
16915
16916 * gdb.base/watchpoint.exp: Use gdb_test.
16917 * gdb.base/default.exp: Ditto.
16918
16919 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
16920
16921 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
16922
16923 * gdb.base/scope.exp: Use gdb_test.
16924 * gdb.c++/classes.exp: Ditto.
16925 * gdb.c++/inherit.exp: Ditto.
16926
16927 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
16928
16929 * gdb.base/crossload.exp: Don't use execute_anywhere, use
16930 remote_exec instead.
16931 * gdb.base/corefile.exp: Don't be ridiculous.
16932 * gdb.base/*.c: Add missing stub invocations.
16933
16934 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
16935
16936 * config/slite.exp: Miscellaneous fixes.
16937
16938 * lib/gdb.exp: Fix runto.
16939
16940 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
16941 the target.
16942
16943 * gdb.base/watchpoint.exp: Fix regexp.
16944
16945 * lib/gdb.exp(default_gdb_exit): Add a catch to the
16946 close and wait commands, as the descriptor may now be
16947 invalid. Always call "remote_close host".
16948
16949 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
16950
16951 Major rewrite for testsuite revision.
16952
16953 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
16954 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
16955 instead of relying on spawn_id to always contain a valid
16956 spawn id.
16957 (get_compiler_info): New procedure to build the ${binfile}.ci
16958 file, instead of replicating this in N different places.
16959 (gdb_compile): New procedure.
16960
16961 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
16962 appropriate arguments) instead of compile. Use gdb_test in a lot
16963 more places. Use send_gdb instead of send. Always run gdb_start
16964 at the start of a testcase, as this is no longer done magically.
16965
16966 config/*-gdb.exp: Rename without the -gdb suffix.
16967
16968 config/mips.exp: Use remote_close instead of exit_remote_shell.
16969 config/monitor.exp: Use target_info instead of looking at
16970 baud, timeout, etc.
16971 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
16972
16973 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16974
16975 * gdb.c++/templates.exp (test_ptype_of_templates),
16976 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
16977 Update expect patterns for destructors and assignment operators
16978 to match corresponding c-typeprint.c changes.
16979 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
16980 to destructor breakpoint test, GDB should be able to set the
16981 destructor breakpoint without specifying arguments.
16982
16983 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
16984
16985 * gdb.threads/pthreads.exp: Change result for failure to compile due
16986 to lack of pthreads runtime support from an error to simply an
16987 unsupported test, per dejagnu standards.
16988
16989 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16990
16991 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
16992 where GDB exits to reduce pattern match time.
16993 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
16994
16995 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
16996
16997 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
16998
16999 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17000 * gdb.base/default.exp: ditto.
17001 * gdb.base/nodebug.exp: ditto.
17002 * gdb.base/printcmds.exp: ditto.
17003 * gdb.base/ptype.exp: ditto.
17004 * gdb.base/setvar.exp: ditto.
17005 * gdb.base/structs.exp: ditto.
17006 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17007
17008 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17009
17010 * configure, */configure: Rebuild with autoconf 2.12.
17011
17012 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17013
17014 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17015 use new i*86-pc-linux*-gnu quads.
17016 * gdb.base/corefile.exp: Ditto.
17017 * gdb.base/signals.exp: Ditto.
17018 * gdb.base/sigall.exp: Ditto.
17019 * gdb.base/interrupt.exp: Ditto.
17020
17021 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17022 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17023 RedHat 4.0.
17024
17025 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17026 linux. This allows the test case to at least compile on latest
17027 linux, but still not run due to missing the threads runtime library.
17028
17029 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17030
17031 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17032 directory to search gdb directory. Accept and step over conditional
17033 stack alignment code. Consume $prompt in failure cases.
17034 Reset timeout to $oldtimeout instead of some arbitrary value.
17035 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17036 timeout problems with infinite stack backtraces.
17037 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17038 Accept function parameters for linkfunc member.
17039
17040 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17041
17042 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17043 (CXXFLAGS): Remove, unreferenced.
17044 (B_OPTIONS): Add for -B options and add code to initialize with
17045 previous -B options and also add -B option to pick up cross compiled
17046 runtime.
17047 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17048 doing cross compiles.
17049 (target_alias): Declare global.
17050 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17051 to verify that gcc exists in build tree, and if so set CC to that
17052 gcc and to use B_OPTIONS and TARGET_INCLUDES.
17053
17054 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17055
17056 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17057 ptype test for anonymous union. Fixup testcase to match
17058 current gcc debug output.
17059
17060 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17061
17062 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17063 force argument to an unsigned long type.
17064
17065 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17066
17067 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17068 tests and anonymous union print/ptype tests.
17069 * gdb.base/list.exp (test_forward-search): Increase timeout by
17070 5 minutes for the "search extremely long line" case.
17071 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17072 completely optional and that the pass/fail messages use the command as
17073 the message if that third arg is a null string.
17074 (gdb_test_exact): Arrange that a null string pattern means match a
17075 null string output rather than any output, which might include random
17076 errors.
17077 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17078 backtrace test.
17079 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17080 always failing and failure is now exposed by gdb.exp changes.
17081
17082 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17083
17084 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17085 weren't being noted.
17086
17087 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17088
17089 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17090 * gdb.stabs/weird.exp: Remove v_comb xfails.
17091
17092 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
17093
17094 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
17095 list.exp scope.exp watchpoint.exp]
17096 Make all timeout error msgs explicitly say "(timeout)".
17097
17098 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
17099
17100 * config/monitor.exp: Increase download timeout to 1000 seconds.
17101
17102 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
17103
17104 * config/m32r.exp: Increase timeout to 120 seconds.
17105
17106 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17107
17108 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17109 and accept older ordering as obsolescent gcc or gdb.
17110 * gdb.c++/templates.exp: Ditto.
17111 * gdb.c++/virtfunc.exp: Ditto.
17112
17113 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17114
17115 * gdb.base/coremaker.c: Add code to mmap some data so we
17116 can check that it ends up in the core file.
17117 * gdb.base/corefile.exp: Add test to read mmapped data
17118 from core file.
17119
17120 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
17121
17122 * config/m32r.exp: New file.
17123
17124 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17125
17126 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17127 that cflags can contains -gstabs, and work correctly for other tests.
17128
17129 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
17130
17131 * gdb.base/setshow.exp: New file, tests show and set.
17132 * gdb.base/setshow.c: New file, tests show and set.
17133 * gdb.base/help.exp: Add test for help set|show annotate.
17134 * gdb.base/default.exp: Add test for set|show annotate.
17135
17136 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17137
17138 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17139 errors unique.
17140 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17141 explicitly.
17142
17143 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17144
17145 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17146 and width commands. This is done elsewhere.
17147 * (gdb_start): Don't call gdb_start_sim here. That's already
17148 done in gdb_load. This fixes lots of failures in default.exp.
17149
17150 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17151
17152 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17153 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17154 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17155 in the same we we treat other failures (since it may be an expected
17156 condition), rather than as an error.
17157 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17158 old test format.
17159
17160 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17161
17162 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17163 (distclean maintainer-clean realclean): No need to remove files
17164 twice. Nuke the duplicates.
17165 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
17166 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
17167 Remove config.h along with other config files.
17168
17169 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17170
17171 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17172 "p func1 ()" and note that rests of tests are skipped.
17173 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17174 setup_xfails for "print func2::coremaker_local".
17175 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17176 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17177 affected by the previous run test.
17178 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17179 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17180 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17181 "pass int powerset tuple" and "pass modeless int powerset tuple".
17182 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17183 "real write 4" and "real write 8".
17184 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17185 setup_xfails for "print vs1 after tuple assign 2",
17186 "print \$i after tuple assign 2", and
17187 "print vs2 after tuple assign 2".
17188 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17189 meaningful error message and return -1 so the caller can
17190 suppress further tests and avoid a cascade of errors.
17191
17192 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17193
17194 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17195 format for printing version.
17196 * gdb.base/default.exp: Ditto.
17197 * gdb.base/interrupt.exp: Fix problem with cascade of
17198 errors if child process dies while calling a function.
17199
17200 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17201
17202 * Makefile.in (VPATH): Add
17203 * Makefile.in (Makefile, config.status): Fix rules so things get
17204 remade when necessary.
17205
17206 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17207
17208 * Makefile.in (just-check): Add path to sibling expect dir
17209 to environment variable specified by RPATH_ENVVAR.
17210
17211 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17212
17213 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17214 (just-check): Add shared library paths for libstdc++, tk,
17215 tcl, bfd, and opcodes to the environment variable specified
17216 in RPATH_ENVVAR.
17217 * configure.in: Add support to recognize --enable-shared flag
17218 and generate correct value for RPATH_ENVVAR.
17219 * configure: Regenerated with autoconf.
17220
17221 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17222
17223 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17224 include all osf versions.
17225 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17226 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17227 when target is linux. When failing to build pthreads test
17228 executable, give more meaningful message.
17229 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17230 arg for pthread_create.
17231
17232 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17233
17234 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17235 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17236 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17237 and -lpthreads (everybody else).
17238 (test_startup): Fail gracefully if threads are not supported.
17239 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17240 "p/c array_index("abcdef",2)" when not gcc compiled.
17241 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17242 "print func2::coremaker_local" when not gcc compiled.
17243 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17244 "ptype on opaque struct tagname (statically)",
17245 "ptype on opaque struct tagname (dynamically) 1", and
17246 "ptype on opaque struct tagname (dynamically) 2"
17247 for not compiled with gcc.
17248 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17249 backtrace when compiled with gcc.
17250 * lib/gdb.exp (runto_main): Return result of "runto main" rather
17251 than always return success.
17252
17253 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17254
17255 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17256
17257 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17258
17259 * gdb.base/structs.exp: Undo last change.
17260
17261 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17262
17263 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17264 encapsulate all the steps/nexts done during self test, starting
17265 at main, and makes them less sensitive to optimization issues.
17266 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17267 signal handler" test.
17268 * gdb.threads/pthreads.exp: Only run this for native configs.
17269 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17270 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17271 tests.
17272 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17273 for "runto test_calls(void)" test.
17274
17275 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17276
17277 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17278 and don't expect address info in breakpoint confirmations.
17279
17280 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17281
17282 * gdb.base/list.exp (test_forward_search): Increase timeout
17283 temporarily by 60 seconds for searching extremely long line,
17284 and then reset to old value when done. Increase expect input
17285 buffer to 10000.
17286
17287 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17288
17289 * gdb.base/list.exp (test_forward_search): Fix to handle very
17290 long source line without overflowing expect's input buffer.
17291
17292 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17293
17294 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17295 "buffer_full".
17296
17297 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17298 "buffer_full".
17299
17300 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17301 "buffer_full".
17302
17303 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17304 "buffer_full".
17305
17306 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17307
17308 * configure.in (configdirs): Add gdb.threads.
17309 * configure: Regenerated with autoconf.
17310 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17311 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17312 * gdb.threads/configure: New, generated with autoconf.
17313
17314 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17315
17316 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17317
17318 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17319
17320 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17321 each signal's status in the output of "handle all print".
17322 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17323 the \r\n sequence that immediately precedes the gdb prompt.
17324 * gdb.base/a1-selftest.exp: Save original timeout and restore
17325 after test.
17326
17327 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17328
17329 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17330 symbol.
17331
17332 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17333
17334 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17335
17336 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17337
17338 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17339 timeout by 60 seconds.
17340
17341 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17342
17343 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17344 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17345 error return.
17346
17347 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17348
17349 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17350 gdb initialization, also report how long dejagnu waited. Restore
17351 old timeout before doing error return. Temporarily increase timeout
17352 by 3 minutes to allow for slow startups over heavy NFS use.
17353
17354 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17355
17356 * lib/gdb.exp: Report timeout value for verbosity level 2.
17357 * config/gdbserver.exp: Ditto.
17358 * config/hppro.exp: Ditto.
17359 * config/mips-gdb.exp: Ditto.
17360 * config/monitor.exp: Ditto.
17361 * config/netware.exp: Ditto.
17362 * config/sim-gdb.exp: Ditto.
17363 * config/slite-gdb.exp: Ditto.
17364 * config/udi-gdb.exp: Ditto.
17365 * config/unix-gdb.exp: Ditto.
17366 * config/vx-gdb.exp: Ditto.
17367 * gdb.base/a1-selftest.exp: Ditto.
17368 * gdb.base/a2-run.exp: Ditto.
17369 * gdb.base/break.exp: Ditto.
17370 * gdb.base/corefile.exp: Ditto.
17371 * gdb.base/list.exp: Ditto.
17372 * gdb.base/recurse.exp: Ditto.
17373 * gdb.base/scope.exp: Ditto.
17374 * gdb.base/signals.exp: Ditto.
17375
17376 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17377
17378 * gdb.threads/Makefile.in (docdir): Removed.
17379
17380 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17381
17382 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
17383 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
17384 @srcdir@.
17385 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
17386 autoconf 2.5 or higher.
17387 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17388
17389 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17390
17391 * configure: Regenerated.
17392 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17393 avoid name clashes with SunOS headers.
17394
17395 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17396
17397 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17398
17399 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17400
17401 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17402 prototype information ends up in the compiler info file.
17403
17404 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17405
17406 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17407 attempting to regenerate it. Eliminate use of a temporary file
17408 and just generate the info file directly. Source it immediately,
17409 for consistency of use.
17410 * gdb.base/corefile.exp: Ditto
17411 * gdb.base/exprs.exp: Ditto.
17412 * gdb.base/funcargs.exp: Ditto.
17413 * gdb.base/langs.exp: Ditto.
17414 * gdb.base/list.exp: Ditto.
17415 * gdb.base/mips_pro.exp: Ditto.
17416 * gdb.base/nodebug.exp: Ditto.
17417 * gdb.base/opaque.exp: Ditto.
17418 * gdb.base/ptype.exp: Ditto.
17419 * gdb.base/scope.exp: Ditto.
17420 * gdb.base/setvar.exp: Ditto.
17421 * gdb.base/signals.exp: Ditto.
17422 * gdb.base/whatis.exp: Ditto.
17423 * gdb.c++/templates.exp: Ditto.
17424 * gdb.c++/virtfunc.exp: Ditto.
17425 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17426 whether or not to add -lstdc++ to the compile command line args.
17427
17428 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17429
17430 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17431 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17432 Increase timeout, a lot of single stepping might be needed if the
17433 target has no hardware watchpoints.
17434
17435 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17436
17437 * gdb.base/break.exp: Ignore compiler warnings when compiling
17438 break.c.
17439 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17440 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17441 from remote-sim.
17442 * gdb.base/exprs.exp: Add h8300 xfails.
17443 * gdb.base/funcargs.exp: Likewise.
17444 * gdb.base/nodebug.exp: Likewise.
17445 * gdb.base/printcmds.exp: Likewise.
17446 * gdb.base/ptype.exp: Likewise.
17447 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17448 h8300 xfails.
17449 * gdb.base/return.exp: Handle float/double precision problems
17450 on the h8300.
17451 * gdb.base/funcargs.c: Explicitly make last constant argument to
17452 call_after_alloca_subr an unsigned long type.
17453 * gdb.base/return.c: Include stdio.h.
17454
17455 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17456
17457 * config/abug.exp: New file for the older Motorola Bug monitor
17458 that runs on the mvme13x series VME boards.
17459 * config/monitor.exp: Use the new config array for target settings
17460 if they exist.
17461
17462 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17463
17464 * sim-gdb.exp: Make the SH simulator allocate less space when
17465 it is targeted.
17466
17467 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17468
17469 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
17470 test.
17471
17472 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
17473
17474 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
17475 "rs6000-*-*" for "list function in include file" when gcc compiled.
17476 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
17477 for "p ctable1[120]".
17478 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
17479 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
17480 Remove setup_xfail for "rs6000-*-*" for
17481 "print 'scope0.c'::filelocal before run".
17482 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
17483 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
17484 since some compilers don't allow both options to be given
17485 on the same command line. Create object file and move it.
17486
17487 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
17488
17489 * gdb.base/corefile.exp: Always regenerate the core file, since
17490 we always regenerate the coremaker program. Detect special case
17491 where registers cannot be read from core file.
17492
17493 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
17494
17495 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
17496 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
17497 * gdb.c++/templates.exp: Only match on basename of file since
17498 some formats like xcoff don't encode directory information.
17499 * gdb.stabs/weird.exp: Use the right sed script for powerpc
17500 and rs6000 AIX xcoff targets.
17501 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
17502 * configure: Regenerate.
17503 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
17504 here, rather than in distclean.
17505
17506 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
17507
17508 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
17509 defined, and use it to compile the test case with -O2. The
17510 native compilation still uses no optimization.
17511 * gdb.base/mips_pro.c: Remove inline assembly code since
17512 it is compiled PIC by default, which results in assembler
17513 warnings that make the testsuite think the compilation
17514 was unsuccessful.
17515
17516 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
17517
17518 * gdb.c++/misc.exp: Add note to message for
17519 "print s.a for foo struct" that this is a known gcc 2.7.2
17520 and earlier bug.
17521
17522 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
17523
17524 * gdb.base/break.exp: Fix pattern for matching "Delete all
17525 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
17526 setup_xfail for deleting all breakpoints test. Fix various
17527 timeout messages to include "(timeout)".
17528 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
17529 for "p t_float_values2(3.14159,float_val2)".
17530 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
17531 for "continue to call2g" when gcc compiled.
17532 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
17533 "up to foo in langs.exp", "show language at foo in langs.exp",
17534 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
17535 and "show language at fsub in langs.exp".
17536 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
17537 "list line 1 in include file", "list message for lines past EOF",
17538 "list function in include file", "list list0.h:foo", and
17539 "list filename:function; nonexistant function".
17540 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
17541 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
17542 and "ptype t_char_array" to be for native cc only.
17543
17544 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
17545
17546 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
17547 setup_xfail for "print coremaker_bss", "print coremaker_ro",
17548 "print func2::coremaker_local", and "backtrace in corefile.exp".
17549
17550 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
17551
17552 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
17553 "bt in signals.exp". This problem only appears when running
17554 the testsuite, and then only intermittently.
17555
17556 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17557
17558 * gdb.base/return.exp (return_tests): Differentiate between
17559 two tests of continuing.
17560
17561 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17562
17563 * */Makefile.in (maintainer-clean): Remove config.log.
17564 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
17565 * gdb.c++/Makefile.in (PROGS): Add inherit.
17566 (clean): Remove *.ci.
17567
17568 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
17569
17570 * gdb.c++/misc.cc: Add test code from Mike Stump.
17571 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
17572
17573 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
17574
17575 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
17576 to "alpha-*-osf2*" and add comment.
17577 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
17578 setup_xfail for "step over execarg initialization" and
17579 "step over corearg initialization".
17580 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
17581 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
17582 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
17583 gcc compiled for "print coremaker_bss", "print coremaker_ro",
17584 "print func2::coremaker_local", and "backtrace in corefile.exp".
17585 * gdb.base/signals.exp: Build and source signals.ci.
17586 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
17587 to be for gcc only.
17588 * lib/gdb.exp: Move verbose statements outside conditionals.
17589
17590 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17591
17592 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
17593 Feb 3 procfs.c change.
17594
17595 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
17596
17597 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
17598
17599 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
17600
17601 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
17602 from dejagnu's apparent default of 10 seconds, which gives random
17603 results when running the tests over NFS on moderately loaded systems.
17604 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
17605
17606 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
17607
17608 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
17609 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
17610 result reports.
17611
17612 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
17613
17614 * configure.in (CY_AC_PATH_TCLH): Remove.
17615 * configure: Regenerate.
17616
17617 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
17618
17619 * gdb.c++/Makefile.in (clean): Add missing '{'.
17620
17621 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
17622
17623 * lib/gdb.exp: Provide a default value for noinferior.
17624
17625 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
17626 Load libgloss.exp.
17627
17628 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
17629
17630 * gdb.disasm/hppa.exp: Compile directly into an executable, use
17631 the executable, not the .o to run the tests from.
17632
17633 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
17634
17635 * gdb.base/break.exp: Don't test for program exit or exit status
17636 if $noresults if nonzero.
17637 * gdb.base/langs.exp: Likewise.
17638 * gdb.base/watchpoint.exp: Likewise.
17639
17640 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
17641 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
17642 trying to compile the testcase.
17643
17644 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
17645
17646 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
17647 * gdb.base/signals.exp (continue to handler): Likewise.
17648
17649 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
17650
17651 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
17652
17653 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
17654
17655 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
17656
17657 * gdb.base/corefile.exp: Recognize "not found" as failure
17658 when trying to determine if a core file was generated.
17659 If no core file was generate the first time, try again without
17660 the ulimit -c to work around braindamaged shells.
17661
17662 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
17663
17664 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
17665 [] tests with "test" and enclose string in quotes.
17666 * gdb.stabs/configure: Rebuild
17667
17668 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
17669
17670 Changes in sync with expect:
17671 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
17672 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
17673 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
17674 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
17675 argument to AC_REQUIRE.
17676 * configure: Regenerated.
17677
17678 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
17679
17680 * gdb.base/corefile.exp: When generating a core, discard any
17681 error messages about ulimit not found and the "core dumped"
17682 message from the shell that runs the coredumper.
17683
17684 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
17685
17686 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
17687
17688 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
17689 which sed script to run. Expect failure for v_comb test
17690 on PA targets too.
17691
17692 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
17693
17694 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
17695 "print func2::coremaker_local" and for "backtrace in corefile.exp"
17696
17697 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
17698
17699 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
17700 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
17701 "sparc-sun-solaris*" xfails for "p v_comb".
17702 * lib/gdb.exp (default_gdb_start): Fix typo.
17703 * gdb.base/corefile.exp: Allow "Core was generated by ..."
17704 messages to not include the full program name that caused
17705 the core dump since some systems (such as solaris) apparently
17706 truncate this path to about 80 characters.
17707 When generating a core file first try increasing the core file
17708 size limit to unlimited since some systems may default it to
17709 zero, and it is harmless to try it. Move the test for failing
17710 to generate a core file to where it will actually get executed.
17711 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
17712 new gdb result from g++ debug info improvements and make old
17713 pattern obsolescent. Also account for size_t differences
17714 (may be int or long).
17715 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
17716 initialization before function call is placed in the delay slot
17717 and thus appears to be skipped over by commands such as "next".
17718
17719 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17720
17721 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
17722
17723 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
17724
17725 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
17726 input source file; fix code to compile test to deal with this
17727 convention.
17728 * gdb.c++/*.exp: Likewise.
17729
17730 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
17731
17732 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
17733 "bt in signals.exp".
17734
17735 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
17736
17737 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
17738 "step over execarg initialization" and
17739 "step over corearg initialization".
17740
17741 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
17742
17743 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
17744 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
17745
17746 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
17747
17748 From Rob Savoye (rob@poseidon.cygnus.com)
17749 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
17750 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
17751 configure.in}, gdb.disasm/{Makefile.in, configure.in},
17752 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
17753 configure.in}: Major reworking for autoconfig.
17754 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
17755 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
17756 New files.
17757 * config/unix-gdb.exp: Make GDB global.
17758 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
17759 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
17760 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
17761 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
17762 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
17763 term.exp, twice.exp, watchpoint.exp, whatis.exp},
17764 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
17765 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
17766 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
17767 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
17768 pr-8136.exp, result.exp, string.exp, tuples.exp},
17769 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
17770 to returns as necessary, arrange for test to compile own testcase
17771 executable.
17772 * lib/gdb.exp: Changes for testsuite to compile own test cases.
17773
17774 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
17775
17776 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
17777 clear_xfail at end of test which might not call either pass or fail.
17778 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
17779 "backtrace through signal handler".
17780
17781 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17782
17783 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
17784 continuing from a job control stop signal.
17785 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
17786
17787 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
17788
17789 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
17790 * gdb.base/corefile.exp: Likewise.
17791 * gdb.base/funcargs.exp: Likewise.
17792
17793 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
17794
17795 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
17796 * config/monitor.exp: Add support for setting baud rate.
17797
17798 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
17799
17800 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
17801 i*86-*-linux* xfails for "backtrace through signal handler".
17802 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
17803 "print func2::coremaker_local".
17804 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
17805 alpha-dec-osf2* xfail for
17806 "delete all breakpoints when none".
17807
17808 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
17809
17810 * gdb.base/break.exp: Change test that deletes all breakpoints
17811 when no user breakpoints are installed. A post 4.15 change
17812 causes gdb to no longer prompt in this case.
17813
17814 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
17815
17816 * gdb.base/return.exp (return_tests): Change xfail for test
17817 "correct value returned double test" to stop xfailing at
17818 Solaris 2.5. Apparently the bug has been fixed.
17819
17820 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
17821
17822 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
17823 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
17824
17825 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
17826
17827 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
17828 * gdb.disasm/hppa.s: Corresponding changes.
17829
17830 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
17831
17832 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
17833 makefile fragment.
17834 * config/mt-hpux: Deleted.
17835
17836 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
17837
17838 * Many files: When warning about suppressed tests due to a
17839 nonexistant test binary, avoid incrementing the warning count.
17840
17841 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
17842
17843 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
17844
17845 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17846
17847 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
17848 "sparc-*-solaris2*".
17849
17850 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17851
17852 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
17853 Add global and local variables and initialize them.
17854 * gdb.base/corefile.exp: Test correct mapping of corefile sections
17855 by printing variables. Remove rs6000 and powerpc xfails, BFD now
17856 extracts the file name and terminating signal from the core file.
17857 * TODO: Remove note about tests for correct mapping of corefile.
17858 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
17859 from optimizing it away.
17860 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
17861 handles common blocks.
17862
17863 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
17864
17865 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
17866 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
17867
17868 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
17869
17870 * Makefile.in (maintainer-clean): New target, synonym for
17871 realclean.
17872 * gdb.base/Makefile.in (maintainer-clean): Likewise.
17873 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
17874 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
17875 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
17876 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
17877 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
17878
17879 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
17880
17881 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
17882 xfails when not gcc compiled for "print foo::funclocal".
17883 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
17884 "print foo::funclocal at foo",
17885 "print 'scope1.c'::foo::funclocal at foo",
17886 "print foo::funclocal_bss at foo",
17887 "print 'scope1.c'::foo::funclocal_bss at foo",
17888 "print foo::funclocal_ro at foo",
17889 "print 'scope1.c'::foo::funclocal_ro at foo",
17890 "print bar::funclocal at foo" and
17891 "print 'scope1.c'::bar::funclocal at foo".
17892 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
17893 gcc compiled for "print foo::funclocal at bar".
17894 Expand all messages to ensure that they identify that
17895 the test is at bar().
17896 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
17897 gcc compiled for:
17898 "ptype on opaque struct pointer (statically)",
17899 "ptype on opaque struct tagname (statically)",
17900 "ptype on opaque struct pointer (dynamically) 1",
17901 "ptype on opaque struct tagname (dynamically) 1",
17902 "ptype on opaque struct pointer (dynamically) 2" and
17903 "ptype on opaque struct tagname (dynamically) 2
17904 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
17905 gcc compiled for:
17906 "p datalocal"
17907 "whatis datalocal",
17908 "ptype datalocal",
17909 "p bsslocal",
17910 "whatis bsslocal", and
17911 "ptype bsslocal".
17912 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
17913 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
17914 when not gcc compiled.
17915 * gdb.base/funcargs.exp (float_and_integral_args): Add
17916 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
17917 compiled.
17918 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
17919 "backtrace from call6a" when not gcc compiled.
17920 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
17921 "backtrace from call7a" when not gcc compiled.
17922 * gdb.base/callfuncs.exp (do_function_calls):
17923 Add "hppa*-*-hpux*" xfail when not gcc compiled for
17924 "p t_char_array_values(char_array_val2,char_array_val1)",
17925 "p t_char_array_values(char_array_val1,char_array_val2)",
17926 "p t_char_array_values("carray 1","carray 2")",
17927 "p t_char_array_values("carray 1",char_array_val2)",
17928 "p t_char_array_values(char_array_val1,"carray 2")",
17929 "p sum_args(1,{2})",
17930 "p sum_args(2,{2,3})",
17931 "p sum_args(3,{2,3,4})",
17932 "p sum_args(4,{2,3,4,5})"
17933 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
17934 "backtrace in corefile.exp" when not gcc compiled.
17935
17936 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17937
17938 * gdb.base/signals.exp: Rewrite `handle all print' test as
17939 a procedure. Accept blanks or TABs as whitespace, increase
17940 timeout and expect input buffer size for the large output
17941 from the command. Remove "i*86-*-bsdi2.0" xfail.
17942
17943 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17944
17945 * gdb.base/setvar.exp: Add new testcases for truncation when
17946 assigning invalid values to bitfields.
17947
17948 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
17949
17950 * gdb.base/callfuncs.exp (do_function_calls): Remove
17951 mips-sgi-irix* xfail for
17952 "call inferior func with struct - returns char *"
17953 and fix test so that an optional (unsigned char *) cast is
17954 accepted in the result.
17955
17956 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
17957
17958 * gdb.base/funcargs.exp (float_and_integral_args): Remove
17959 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
17960 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
17961 * gdb.base/signals.exp: Remove duplicate "handle all print" test
17962 that accidentally got checked in.
17963
17964 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
17965
17966 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
17967 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
17968 compiled test.
17969 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
17970 Add mips-sgi-irix5* xfail for not gcc compiled.
17971 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
17972 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
17973 "p top", "whatis top", "p middle", and "whatis middle".
17974 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
17975 "whatis signed char" for not gcc compiled.
17976 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
17977 "set variable signed char=-1 (-1)" and
17978 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
17979 * gdb.base/funcargs.exp (float_and_integral_args):
17980 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
17981 Add mips-sgi-irix* xfail when not gcc compiled for
17982 "continue to call2b".
17983 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
17984 "continue to call2g".
17985 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
17986 "backtrace from call6a"
17987 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
17988 "backtrace from call7k".
17989 Add mips-sgi-irix5* xfail when not gcc compiled for
17990 "backtrace from call7a".
17991 (localvars_after_alloca): Fix gdb_test cmds for
17992 "print * after runto ...".
17993 Remove rs6000-*-* xfails for
17994 "print i after runto localvars_after_alloca" and
17995 "print l after runto localvars_after_alloca"
17996 for all compilers.
17997 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
17998 when not compiled with gcc, for:
17999 "print signed char == (minus)",
18000 "print signed char != (minus)",
18001 "print signed char < (minus)",
18002 "print signed char > (minus)".
18003 * gdb.base/callfuncs.exp (do_function_calls):
18004 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18005 "call inferior func with struct - returns char *".
18006 * gdb.base/return.exp (return_tests): Change xfail for
18007 "correct value returned double test" to include Solaris 2.4.
18008 * gdb.base/funcargs.exp (float_and_integral_args):
18009 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18010
18011 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18012
18013 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18014 enumeration bitfields if compiling with GNU C.
18015 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18016 to empty' prompt.
18017
18018 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18019
18020 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18021 test for PRO targets.
18022
18023 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18024 breakpoints in the inferior at any given time by making
18025 two groups of breakpoints for call2*, call6* and call7*
18026 tests.
18027
18028 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18029
18030 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18031 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18032 from optimizing it away.
18033 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18034 "call inferior func with struct".
18035
18036 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18037
18038 * configure.in: Only configure gdb.chill for particular targets.
18039
18040 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18041
18042 * gdb.base/Makefile.in: Add action to .c.o transformation
18043 rule that generates a .ci file for each .o file and remove
18044 explicit .c.o rules except for callfuncs.o.
18045 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18046 generates a .ci file for each .o file and remove explicit
18047 .cc.o rules.
18048 (clean): Remove *.tmp *.ci files.
18049 (EXECUTABLES): Remove templ-info.exp.
18050 * gdb.base/compiler.c: New file.
18051 * gdb.c++/compiler.cc: New file
18052 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18053 Change rs6000-*-* xfail for
18054 "print 'scope0.c'::filelocal_ro" and
18055 "print 'scope1.c'::filelocal" and
18056 "print 'scope1.c'::filelocal_bss" and
18057 "print 'scope1.c'::filelocal_ro" and
18058 "print 'scope1.c'::foo::funclocal" and
18059 "print 'scope1.c'::foo::funclocal_ro" and
18060 "print 'scope1.c'::bar::funclocal" and
18061 "print 'scope0.c'::filelocal_ro" and
18062 "print 'scope1.c'::filelocal at foo" and
18063 "print 'scope1.c'::filelocal_bss at foo" and
18064 "print 'scope1.c'::filelocal_ro at foo" and
18065 "print 'scope1.c'::foo::funclocal at foo" and
18066 "print 'scope1.c'::foo::funclocal_bss at foo" and
18067 "print 'scope1.c'::foo::funclocal_ro at foo" and
18068 "print 'scope1.c'::bar::funclocal at foo" and
18069 "print 'scope0.c'::filelocal_ro" and
18070 "print 'scope1.c'::filelocal" and
18071 "print 'scope1.c'::filelocal_bss" and
18072 "print 'scope1.c'::filelocal_ro" and
18073 "print 'scope1.c'::foo::funclocal" and
18074 "print 'scope1.c'::foo::funclocal_bss" and
18075 "print 'scope1.c'::foo::funclocal_ro" and
18076 "print 'scope1.c'::bar::funclocal" and
18077 "print 'scope1.c'::bar::funclocal_bss"
18078 to only be xfail'd when not compiled with gcc.
18079 Add rs6000-*-* xfail for
18080 "print 'scope0.c'::filelocal_bss before run"
18081 when compiled with gcc.
18082 (test_at_main): Add rs6000-*-* xfail for
18083 "print filelocal_ro in test_at_main"
18084 when compiled with gcc.
18085 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
18086 Add rs6000-*-aix* xfail for
18087 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18088 "ptype t_char_array", not compiled with gcc.
18089 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18090 xfail for "list foo (in include file)" when gcc compiled.
18091 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18092 (integral_args): Add rs6000-*-* xfail for
18093 "run to call0a" if not compiled with gcc.
18094 (unsigned_integral_args): Add rs6000-*-* xfail for
18095 "run to call1a" if not compiled with gcc.
18096 (float_and_integral_args): Add rs6000-*-* xfail for
18097 "run to call2a" if not compiled with gcc and for
18098 "continue to call2b" for any compiler.
18099 Add rs6000-*-* xfail to
18100 "print f1 after run to call2a" for gcc compiled.
18101 (discard_and_shuffle): Add rs6000-*-* xfail for
18102 "run to call6a".
18103 (shuffle_round_robin): Add rs6000-*-* xfail for
18104 "backtrace from call7a" if not compiled with gcc.
18105 Add rs6000-*-* xfail for
18106 "backtrace from call7b" if compiled with gcc.
18107 (call_after_alloca): Add rs6000-*-* xfail for
18108 "print c in call_after_alloca" and
18109 "print s in call_after_alloca" and
18110 "backtrace from call_after_alloca_subr"
18111 if not compiled with gcc.
18112 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18113 "print c in localvars_in_indirect_call" and
18114 "print c in localvars_in_indirect_call" and
18115 "backtrace in indirectly called function" and
18116 "stepping into indirectly called function"
18117 if not compiled with gcc.
18118 (localvars_after_alloca): Add rs6000-*-* xfail for
18119 "print c after runto localvars_after_alloca" and
18120 "print s after runto localvars_after_alloca" and
18121 "print i after runto localvars_after_alloca" and
18122 "print l after runto localvars_after_alloca"
18123 for all compilers.
18124 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18125 than whatis-info.exp.
18126 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18127 than opaque-info.exp.
18128 Setup rs6000-*-* xfail for
18129 "ptype on opaque struct pointer (statically)" and
18130 "ptype on opaque struct pointer (dynamically)" when
18131 not compiled with gcc.
18132 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18133 rather than callf-info.exp.
18134 (do_function_calls): Add clear_xfail for rs6000-*-* for
18135 "p t_float_values2(3.14159,float_val2)". Seems to work
18136 fine there, both with xlc and gcc. Need to find out what
18137 it is doing right and fix other platforms.
18138 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18139 "call inferior func with struct - returns int",
18140 "call inferior func with struct - returns long",
18141 "call inferior func with struct - returns float",
18142 "call inferior func with struct - returns double",
18143 "call inferior func with struct - returns char *",
18144 but only if not gcc compiled (presumes xlc compiled).
18145 Change rs6000-*-* xfails for
18146 "call inferior func with struct - returns char" and
18147 " call inferior func with struct - returns short" to only
18148 xfail if not using gcc.
18149 (clean mostlyclean): Remove *.ci and *.tmp files.
18150 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18151 than templ-info.exp.
18152 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18153 Add rs6000-*-* xfail for "up to foo in langs.exp"
18154 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18155 when not gcc compiled.
18156
18157 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18158
18159 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18160 * gdb.base/corefile.exp: Likewise.
18161 * gdb.base/list.exp: Likewise.
18162 * gdb.base/scope.exp: Likewise.
18163 * gdb.base/siganls.exp: Likewise.
18164
18165 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18166 compiler output.
18167 * gdb.base/whatis.exp: Likewise.
18168
18169 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18170
18171 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18172 failure (opcode table has been fixed to match reality).
18173
18174 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18175
18176 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18177 "call inferior func with struct - returns char",
18178 "call inferior func with struct - returns short"
18179
18180 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18181 "print 'scope0.c'::filelocal at main",
18182 "print 'scope0.c'::filelocal_bss in test_at_main",
18183 "print 'scope0.c'::filelocal at foo",
18184 "print 'scope0.c'::filelocal_bss in test_at_foo",
18185 "print 'scope0.c'::filelocal at bar",
18186 "print 'scope0.c'::filelocal_bss in test_at_bar"
18187
18188 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18189 in source file 1". This bug seems to have been fixed with both
18190 gcc and native cc (was native assembler bug?).
18191
18192 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18193
18194 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18195 "backtrace through signal handler" to "i*86-*-sysv4*".
18196 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18197 continue" case. Add "known SVR4 bug" to fail message.
18198 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18199 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18200 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18201 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18202 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18203 "up to foo in langs.exp", "show language at foo in
18204 langs.exp", "up to cppsub_ in langs.exp", "show
18205 language at cppsub_ in langs.exp", "up to fsub in
18206 langs.exp", and "show language at fsub in langs.exp".
18207 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18208 "bactrace in corefile.exp".
18209 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18210 "call inferior function with struct - returns float" and
18211 "call inferior function with struct - returns double".
18212
18213 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18214
18215 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18216 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18217 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18218 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18219
18220 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18221
18222 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18223 (or overriden) "CHILL" macro rather then bare "gcc".
18224 Also look for ../../gcc/xgcc since that is what we will
18225 actually need, not "Makefile". Remove following assignment
18226 of CHILL to CHILL_FOR_TARGET because that results in
18227 recursive definition.
18228
18229 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18230
18231 * gdb.base/corefile.exp: Change xfail for backtrace in
18232 corefile.exp from linuxaout to all linux.
18233 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18234 cases where we miss the breakpoint at the signal handler
18235 for some reason. Setup xfail for linuxoldld/linuxaout and
18236 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18237 hitting SIGURG breakpoint.
18238 * gdb.base/signals.exp: Setup xfail for "next" acting like
18239 continue to add linuxoldld. Setup xfail for all linux for
18240 "next to handler in signals_tests_1", "backtrace in
18241 signals_tests_1", "continue to func1", "pass SIGUSR1",
18242 and continue to handler".
18243
18244 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18245
18246 * Update all FSF addresses except those in COPYING* files.
18247
18248 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18249
18250 * gdb.base/a2-run.exp: Change messages to be more explicit about
18251 the status of args, and quote binfile in results.
18252
18253 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18254
18255 * gdb.base/callfuncs.exp: Add tests for passing structs to
18256 inferior functions and return various types.
18257 * gdb.base/callfuncs.c: Add functions to receive a struct
18258 and return a member of the struct, in various types.
18259
18260 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18261
18262 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18263
18264 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18265
18266 * config/vxworks29k.exp: New file, sources vxworks.exp.
18267
18268 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18269
18270 * config/gdbremote.exp: New file. Testing framework using
18271 gdbserver.
18272
18273 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18274
18275 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18276 "call function when asleep" and "send end of file".
18277 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18278 for "backtrace in corefile.exp".
18279 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18280 for "backtrace through signal handler".
18281 * gdb.base/corefile.exp: Make sure we actually generate a core file
18282 before trying the core tests. Some systems allow the user to suppress
18283 generation of core files and default to that (linux for example).
18284 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18285 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18286
18287 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18288
18289 * gdb.threads: New directory with some crude multi-threaded
18290 gdb tests (step.exp and step2.exp).
18291 * config/mt-lynx (STEP_EXECUTABLE): Define.
18292 (THREADFLAGS): Define.
18293
18294 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18295
18296 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18297
18298 * gdb.base/signals.exp: Disable whole file for lynx until
18299 further notice.
18300
18301 * gdb.base/signals.exp: xfail test where "next" acts like
18302 "continue" for lynx.
18303
18304 * gdb.base/interrupt.exp: xfail test for calling function while
18305 inferior is asleep for lynx.
18306
18307 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18308 than one cr-lf after each command.
18309
18310 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18311
18312 * configure.in: Reinstate setting of stabsdirs variable, fix
18313 typo in setting up configdirs for native builds.
18314
18315 * gdb.base/return.exp: Fix typo in return double test.
18316 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18317 compiler from optimizing them away.
18318
18319 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18320
18321 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18322 sequences to be echo'd by gdb when using gdb_test.
18323 * gdb.chill/chexp.exp: Likewise.
18324 * gdb.fortran/exprs.exp: Likewise
18325
18326 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18327
18328 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18329 after the inferior gdb has started.
18330
18331 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18332 after each command.
18333 * gdb.base/funcargs.exp: Likewise.
18334 * gdb.base/gdbvars.exp: Likewise.
18335 * gdb.base/interrupt.exp: Likewise.
18336 * gdb.base/list.exp: Likewise.
18337 * gdb.base/watchpoint.exp: Likewise.
18338 * gdb.c++/demangle.exp: Likewise.
18339 * gdb.c++/inherit.exp: Likewise.
18340 * gdb.chill/chexp.exp: Likewise.
18341 * gdb.fortran/exprs.exp: Likewise.
18342
18343 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18344 test if we can't handle IO to/from the inferior.
18345
18346 * gdb.c++/misc.exp: Always check for a program already being
18347 started after sending a "run" command to gdb.
18348
18349 * gdb.base/twice.exp: Start with a fresh gdb.
18350
18351 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18352 only depend on gdb's expression code, not the chill runtime.
18353
18354 * gdb.base/return.c: Put return values into variables so we
18355 can have gdb print them rather than depending on the program
18356 to print them.
18357 * gdb.base/return.exp: Corresponding changes.
18358
18359 * lib/gdb.exp: Provide default value for noinferiorio.
18360 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18361 the inferior.
18362
18363 * gdb.base/break.exp: Always check for a program already being
18364 started after sending a "run" command to gdb.
18365 (text_next_with_recursion): Don't check the output from the
18366 program's printf statement. Instead just make sure the program
18367 exited.
18368
18369 * gdb.base/commands.exp: Protect tests which need arguments with
18370 $noargs conditionals.
18371
18372 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18373
18374 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18375 of structure member arrays to match gdb/valops.c:value_addr change.
18376
18377 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18378
18379 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18380 cases.
18381
18382 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18383
18384 * configure.in (configdirs): Remove gdb.chill from default list
18385 of subdirs and then add it back in only if doing a native build.
18386 The current chill compiler does not yet work in any cross build.
18387 * Revert all signal changes from Jul 6.
18388 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18389 for sh-hms targets, allowing these tests to link, with no other
18390 changes. Testing is suppressed by setting "nosignals" in site.exp.
18391
18392 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18393
18394 * configure.in (signaldirs): Define and add to configdirs for all
18395 targets except some specific ones that are known to not support signals.
18396 Also clean up formatting.
18397 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18398 (signals, sigall): Remove rules to build.
18399 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18400 Moved to new gdb.signals directory.
18401 * gdb.signals: New test directory.
18402 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18403 signals.c signals.exp}: New or moved files.
18404
18405 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18406
18407 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18408
18409 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18410
18411 * gdb.base/return.exp: Xfail `return double' test failure
18412 on at least Solaris 2.3 and handle future/past versions on
18413 a case by case basis as appropriate. Also update message
18414 to include i*86 failures.
18415
18416 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18417
18418 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18419
18420 * lib/gdb.exp: Fix comment which erroneously identified
18421 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18422 gdb_file_cmd not gdb_load).
18423 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18424
18425 * gdb.base/setvar.exp: Make test names consistent between pass and
18426 fail cases. Use gdb_test more.
18427
18428 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18429
18430 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18431
18432 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18433
18434 * gdb.base/help.exp: Fix expected help string for `show commands'.
18435
18436 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18437
18438 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18439
18440 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18441 of a text section.
18442
18443 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18444
18445 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18446 that loop eventually terminates. Fix Connection refused logic so
18447 that testsuite will expire nicely.
18448
18449 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18450
18451 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18452 config/rom68k.exp: New tcl glue for the appropriate monitors.
18453 These all just end up calling monitor.exp.
18454 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18455 refused' by retrying. Cleanup some timeout issues.
18456 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18457 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18458 callers don't have to set/restore global timeout variable.
18459
18460 * The following set of changes centralizes management of the global
18461 timeout variable. This way, it can be set in one target dependent
18462 place instead of dozens of places scattered throughout the test suite.
18463 If you need to lengthen a timeout, then you should either set timeout
18464 in one of the config/{target}.exp files, or multiply it by a factor.
18465 Setting it to an absolute value is always going to lose for some
18466 targets.
18467 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18468 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
18469 * gdb.base/funcargs.exp: Don't set timeout.
18470 * gdb.base/list.exp (test_forward_search): Only use local timeout.
18471 * gdb.base/printcmds.exp (test_print_string_constants
18472 test_print_array_constants): Don't set timeout.
18473 * gdb.base/ptype.exp: Don't set timeout.
18474 * gdb.base/recurse.exp: Don't set timeout.
18475 * gdb.base/return.exp: Don't set timeout.
18476 * gdb.base/watchpoint.exp: Don't set timeout.
18477 * gdb.c++/classes.exp (do_tests): Don't set timeout.
18478 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
18479
18480 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
18481
18482 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
18483
18484 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18485
18486 * lib/gdb.exp: Disable chill tests for irix5.
18487
18488 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18489
18490 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
18491 each test pass or fail.
18492
18493 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18494
18495 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
18496 xlc not gcc.
18497
18498 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
18499
18500 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
18501
18502 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
18503
18504 * config/est.exp: Fix copyright and comments. Remove dead code.
18505 Use targetname, serialport and baud variables instead of fixed
18506 constants.
18507 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
18508 * config/cpu32bug.exp: New file to support cpu32bug monitors.
18509
18510 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18511
18512 * gdb.base/watchpoint.exp: Don't run
18513 test_watchpoint_triggered_in_syscall for sunos.
18514
18515 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18516
18517 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
18518 they don't seem to exist. Do include stdio.h.
18519
18520 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18521
18522 * gdb.base/a1-selftest.exp: Add alpha xfail.
18523
18524 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18525
18526 * gdb.base/watchpoint.c (main): Prompt before calling read().
18527 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
18528 Revise accordingly. Remove cruft about sending "123" several
18529 times, until it gets noticed. Clean up the "print buf[0]" stuff
18530 so that it passes or fails, and waits for prompts in the usual way.
18531
18532 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18533
18534 * gdb.base/recurse.exp: Fix comment.
18535
18536 * TODO: Remove item about printing variables in nodebug.exp. Add
18537 item about enabling tests which are only run on some targets.
18538
18539 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
18540 fail, make test names unique, use new gdb_test convention
18541 regarding pattern, use gdb_test more, etc.).
18542
18543 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
18544 fail, make test names unique, etc.).
18545
18546 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18547
18548 * gdb.base/nodebug.c: Change return type of top and middle to
18549 short.
18550 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
18551 are fixed by the recent mdebugread.c changes. Allow `short ()'
18552 as type for top and middle.
18553
18554 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18555
18556 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
18557 nearly as I can tell, the whole thing was an accident in Stu's
18558 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
18559 to replace a send/expect pair with gdb_test, but ended up only
18560 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
18561 of 30 Mar 1995 took care of it, but left this vestigial comment
18562 which I am now nuking.
18563
18564 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18565
18566 * gdb.base/break.exp: Look for different line number for
18567 breakpoint at main depending on usestubs.
18568
18569 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18570
18571 * gdb.base/list.exp: Adjust some alternate expect patterns to
18572 match recent list0.c change. Add alternate expect pattern for
18573 output from `list default lines around main' for optimizing
18574 compilers.
18575
18576 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18577
18578 * lib/gdb.exp: If nosignals is not set, set it to 0.
18579
18580 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
18581
18582 * config/slite-gdb.exp: Responds to load symbol table prompt.
18583 * gdb.base/break.exp: Adjust line number, fix rerun.
18584 * gdb.base/langs0.c: Add #ifdef usestubs.
18585
18586 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
18587
18588 * gdb.base/list.exp: Adjust line contents after adding new lines in
18589 list0.c. Also fix a syntax error.
18590
18591 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
18592 * gdb.base/break.exp: ditto.
18593 * gdb.base/list.exp: ditto.
18594 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
18595 * gdb.base/run.c: ditto.
18596 * gdb.base/list0.c: ditto.
18597 * gdb.base/funcargs.c: ditto.
18598
18599 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
18600
18601 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
18602 $targetname, $serialport and $baud instead of hardwired variables.
18603 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
18604 target doesn't support signals.
18605
18606 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
18607
18608 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
18609
18610 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18611
18612 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
18613 Don't rely on the value of an auto variable before it has been
18614 initialized. Use gdb_test more.
18615
18616 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18617
18618 * lib/gdb.exp (default_gdb_version): A version number must start
18619 with a digit, but other than that contains all characters up to
18620 the first whitespace character.
18621
18622 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18623
18624 * gdb.base/commands.exp (breakpoint_command_test): New tests.
18625
18626 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18627
18628 * gdb.c++/*.exp: Warn if executable does not exist. The original
18629 reason for skipping the warning was that configure.in sometimes
18630 intentionally skipped building the executables but the tcl code
18631 had no way of knowing. That (a) was always bogus with respect to
18632 error handling, (b) is no longer true (right now there is no way
18633 to skip C++ tests).
18634
18635 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
18636
18637 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18638
18639 * gdb.base/list.exp: Add expect patterns for output from
18640 SunPRO compiled executables.
18641 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
18642 types.
18643
18644 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18645
18646 * gdb.base/break.exp (test_next_with_recursion): Accept any line
18647 number (we are already testing that the correct source line text
18648 gets printed).
18649
18650 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
18651 that is what is intended, but something needed to be done to get
18652 sunos4 native working again.
18653
18654 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
18655
18656 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
18657 apparently went with a (very) old xfail.
18658
18659 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
18660
18661 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
18662 runto_main is a proc in gdb.exp that will do 'step' for target use
18663 stubs.
18664 * gdb.base/exprs.exp: ditto.
18665 * gdb.base/interrupt.exp: ditto.
18666 * gdb.base/opaque.exp: ditto.
18667 * gdb.base/printcmds.exp: ditto.
18668 * gdb.base/ptype.exp: ditto.
18669 * gdb.base/scope.exp: ditto.
18670 * gdb.base/setvar.exp: ditto.
18671 * gdb.base/signals.exp: ditto.
18672 * gdb.base/twice.exp: ditto.
18673 * gdb.c++/classes.exp: ditto.
18674 * gdb.c++/inherit.exp: ditto.
18675 * gdb.c++/templates.exp: ditto.
18676 * gdb.base/break.exp: no run and hit main for stubs. Change line
18677 numbers for breakpoints and info breakpoint.
18678 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
18679 breakpoint().
18680 * gdb.base/callfuncs.c: ditto.
18681 * gdb.base/exprs: ditto.
18682 * gdb.base/interrupt.c: ditto.
18683 * gdb.base/opaque0.c: ditto.
18684 * gdb.base/printcmds.c: ditto.
18685 * gdb.base/ptype.c: ditto.
18686 * gdb.base/scope0.c: ditto.
18687 * gdb.base/setvar.c: ditto.
18688 * gdb.base/signals.c: ditto.
18689 * gdb.base/twice.c: ditto.
18690 * gdb.c++/misc.cc: ditto.
18691 * gdb.c++/templates.cc: ditto.
18692
18693 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18694
18695 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
18696
18697 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
18698 somewhere between `read' and `main.c'. I'm pretty sure the
18699 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
18700 and it isn't particularly useful.
18701
18702 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
18703
18704 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18705
18706 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
18707
18708 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
18709
18710 * config/mt-slite: add LIBS and -nostdlib.
18711 * config/slite-gdb.exp: add this new file to support sparclite target.
18712
18713 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
18714
18715 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
18716
18717 * gdb.base/a2-run.exp: Change argument to istarget from
18718 "*-*-vxworks" to "*-*-vxworks*".
18719 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
18720
18721 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
18722
18723 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
18724 will not runto main but do a 'step' to step out of breakpoint().
18725 * config/mt-slite: add -Dusestubs.
18726
18727 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18728
18729 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
18730 instead of just @.
18731
18732 * gdb.base/signals.exp: Add test for "handle all print".
18733 * TODO: Remove "handle all print". Also remove item about
18734 checking copyright date (I don't like the idea of a spurious FAIL
18735 based on when we run the tests).
18736
18737 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
18738 for SunOS4 (reason for failure not investigated). Remove
18739 redundant test for $binfile.
18740
18741 * gdb.base/nodebug.c (array_index): Call malloc.
18742
18743 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
18744
18745 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
18746
18747 * gdb.base/recurse.exp: Update gdb_test invocation to use new
18748 conventions and slightly simplify the matching regexp.
18749
18750 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18751
18752 * gdb.base/break.exp: Update gdb_test invocation to use new
18753 convention.
18754
18755 * lib/gdb.exp: If noargs is not set, set it to 0.
18756
18757 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
18758 tests unique.
18759
18760 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
18761
18762 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18763
18764 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
18765 one argument of type "<non-float parameter>".
18766
18767 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
18768
18769 * config/rom68k.exp: New file to support Motorola IDP board.
18770 * gdb.base/a2-run.exp: Skip this file if noargs is set.
18771 * gdb.base/break.c: Change things around so that this program
18772 doesn't depend upon args. This is necessary to make remote
18773 targets work (in general, they can't take args).
18774 * gdb.base/break.exp: Don't try to send args to program. Don't
18775 expect output. Also, replace lots of code with gdb_test.
18776
18777 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18778
18779 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
18780 printing of '\'' (which is what the comment says we are testing,
18781 even though we were not), not '''.
18782 (test_integer_literals_rejected): Test that printing ''' is an error.
18783
18784 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
18785 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
18786 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
18787 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
18788 Use gdb_test not test_print_accept.
18789 * lib/gdb.exp: Remove test_print_accept.
18790
18791 * gdb.base/signals.exp (signal_tests_1): Make pass message
18792 consistent with fail message.
18793
18794 * gdb.base/whatis.exp: Remove xfails for printing char vs.
18795 unsigned char; the bug (PR 1821) is fixed.
18796
18797 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
18798
18799 * gdb.base/scope.exp (test_at_localscopes): Call pass for
18800 successful tests--makes xfailing them work right.
18801
18802 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18803
18804 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
18805 only \r\n, not .*. The test can pass .* as the last thing in
18806 $pattern if that is what it wants. In addition to providing this
18807 flexibility, this change should speed up pattern matching in cases
18808 where the pattern already ended with .* (there were a number of
18809 them). This change also helps catch bad patterns--in the old
18810 scheme the typo "char \*" instead of "char \\*" would pass. Now
18811 it is caught.
18812 * Many .exp files: Update callers.
18813
18814 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
18815 clearer and does not spuriously match multiple ('s. Likewise for
18816 ) and *.
18817
18818 * gdb.base/nodebug.exp: Test ability to call a function and pass
18819 it a string (even with no debugging info).
18820
18821 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
18822 "p '\'", which is the same as "p ''" once tcl gets done with
18823 quoting, to "p '\\'", which I suspect is what is intended (one
18824 backslash gets sent to GDB).
18825
18826 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
18827
18828 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18829
18830 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
18831 1817) was fixed literally years ago.
18832
18833 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18834
18835 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
18836 test, it causes stepping out of call_after_alloca_subr with
18837 optimizing compilers.
18838 (localvars_in_indirect_call): Consume GDB prompt if `finish'
18839 fails.
18840
18841 * gdb.c++/templates.exp: Source templ-info.exp only if
18842 the templates executable exists.
18843
18844 * gdb.c++/misc.cc (class Contains_static_instance,
18845 class Contains_nested_static_instance),
18846 gdb.c++/classes.exp (test_static_members): Test printing of
18847 a class that contains a static instance of the class.
18848
18849 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18850
18851 * gdb.base/langs2.c (cppsub_): Don't prototype.
18852 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
18853 only, I believe).
18854
18855 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18856
18857 * lib/gdb.exp (skip_chill_tests): New procedure.
18858
18859 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
18860
18861 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
18862
18863 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
18864 each expect pattern. Cuts runtime from 12 to about 4 seconds.
18865
18866 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18867
18868 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
18869
18870 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
18871 disassemble 8, not 16, instructions for part 4.
18872
18873 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
18874 support the latter anymore.
18875
18876 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
18877 -DNO_PROTOTYPES.
18878 * gdb.base/callfuncs.c: Control use of prototypes based on
18879 NO_PROTOTYPES, not __STDC__.
18880 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
18881 t_float_values2 tests if prototypes in use.
18882
18883 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
18884 t_double_values): When checking differences against DELTA, check
18885 that difference is within the range (-DELTA,DELTA), not just
18886 (-infinity,DELTA).
18887
18888 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
18889
18890 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
18891 'file' command firts, then 'target', then 'load', this is due to gdb
18892 target set up.
18893 * config/mips-gdb.exp: Fix a couple regular exp bugs.
18894
18895 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
18896
18897 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
18898 FP load/store variants.
18899 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
18900
18901 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
18902
18903 * gdb.base/term.exp: Do not give a warning if not native, it is
18904 not an abnormal condition.
18905
18906 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
18907
18908 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
18909 t_char_array".
18910
18911 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
18912
18913 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
18914 are getting the version number.
18915
18916 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
18917 if not native, it is not an abnormal condition.
18918
18919 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18920
18921 * lib/gdb.exp: Just use "file exists", rather than undocumented
18922 dejagnu procedure "findfile".
18923
18924 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18925
18926 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
18927 (LDFLAGS): Set to -Xlinker -Ur.
18928
18929 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
18930 Removed, these values are set by lib/gdb.exp.
18931
18932 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
18933
18934 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18935
18936 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
18937 of replicating gdb startup code.
18938
18939 * config/mt-vxworks (LDFLAGS): Set to -r.
18940 (CFLAGS_FOR_TARGET): Removed.
18941
18942 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
18943 (gdb) and gdb for vxworks uses (vxgdb).
18944
18945 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
18946 executable is not in the tree and host != target, use sed and
18947 program_transform_name to determine the gdb name used by the
18948 target.
18949
18950 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
18951 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
18952
18953 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18954
18955 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
18956 floats, chars, and shorts where there are ANSI-style function
18957 definitions.
18958
18959 * gdb.base/langs.exp, gdb.base/langs*: New test.
18960 * gdb.base/Makefile.in: Build it.
18961 * TODO: Remove item about checking that C names don't get C++
18962 demangling applied; this test tests it.
18963
18964 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18965
18966 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
18967 went with the const70 xfail. The xfail went away a year ago.
18968
18969 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
18970
18971 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
18972 for hp300.
18973
18974 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
18975
18976 * gdb.base/a1-selftest.exp: Don't run on hp300.
18977
18978 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18979
18980 * Makefile.in (site.exp): Set host_alias and target_alias as well
18981 as host_triplet and target_triplet.
18982
18983 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18984
18985 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
18986
18987 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
18988 places as other ecoff systems).
18989
18990 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
18991 ultrix.
18992
18993 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18994
18995 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
18996 remove them.
18997 * gdb.base/nodebug.exp: Accept "function" in addition to "text
18998 variable and "variable" in addition to "data variable".
18999 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19000
19001 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19002 2.
19003 * gdb.base/list1.c (long_line): Add additional statement at start
19004 of function.
19005 * gdb.base/list.exp (test_forward_search): Update line number to
19006 reflect new statement.
19007
19008 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19009
19010 * gdb.base/signals.exp: Reinitialize searched source directories
19011 after gdb_start call.
19012
19013 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19014
19015 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19016 * gdb.stabs/Makefile.in: Likewise.
19017
19018 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19019 change. Instead split the tests into smaller pieces.
19020 * gdb.disasm/hppa.s: Corresponding changes.
19021
19022 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19023
19024 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19025 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19026
19027 * gdb.base/funcargs.exp: Modify many tests so that every test
19028 either passes or fails. Make some test names unique.
19029
19030 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19031
19032 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19033 Call stty to set interrupt character.
19034
19035 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19036 for HP assembler versus GNU assembler based on actual behavior of
19037 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19038
19039 * TODO: Suggest a few more stepping tests.
19040
19041 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19042
19043 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19044 restart GDB for h8300 after a continue.
19045 (return): Add pattern to match a29k-udi behavior.
19046 * gdb.base/nodebug.exp: Remove obsolete comment.
19047 * gdb.base/regs.exp: New file, testing of register displays.
19048 * gdb.base/return.exp: Fix typo in reference to $objdir.
19049 * gdb.base/whatis.exp: Always start with a fresh GDB.
19050
19051 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19052
19053 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19054 higher, these tests generate a lot of output.
19055
19056 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19057
19058 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19059 code following the catch silently ignored some errors; without the
19060 catch they should be thrown like any other tcl error. Also, the
19061 catch used "" instead of {} which meant all the callers who wanted
19062 to include one of the characters "[]$ had to quote it an extra time.
19063 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19064 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19065 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19066 Remove extra quoting.
19067
19068 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19069
19070 * gdb.base/commands.exp: Make test names unique; every test either
19071 passes or fails. Update some comments.
19072
19073 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19074
19075 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19076
19077 The following fixes a FAIL caused by the fact that the alpha stabs
19078 configuration didn't use the ".if alpha" code in weird.def.
19079 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19080 bit pointer, so the 32 bit version works even on the alpha.
19081 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19082 Remove the stuff which allowed us to have separate versions for
19083 alpha and everything else.
19084
19085 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19086 regexp which "info func operator\[\](" is supposed to match. Fix
19087 string to send to GDB. Note that GDB still doesn't work right. Add a
19088 new test for "info func .perator\[\](" which GDB does handle correctly.
19089
19090 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19091
19092 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19093
19094 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19095 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19096 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19097 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19098 it makes the tests harder to understand and confuses test-o-matic.
19099 The preferred style is that each test provides a PASS or a FAIL,
19100 and has a unique message (e.g. "continue #54" not just "continue")
19101 which is the same for the pass and the fail.
19102 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19103 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19104 to lib/gdb.exp.
19105 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19106 prt_accept which was basically the same thing. Likewise for
19107 test_print_reject and prt_reject.
19108 * lib/gdb.exp (test_print_reject): Add some more error message
19109 patterns to match from the former printcmds.exp (prt_reject).
19110 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19111 One defect of the passcount stuff is that some of it failed to
19112 report XPASS where appropriate.
19113 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19114 stuff before and after arg in expected pattern.
19115 (test_paddr_operator_functions): Re-do test without print_addr_of;
19116 this is the only test which seems to want extra stuff there.
19117
19118 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19119
19120 * gdb.base/nodebug.exp: Update new tests to reflect improved
19121 wording of gdb output.
19122
19123 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19124 and "ptype" work on variables in files compiled without -g.
19125 Replaces commented out "maint print msymbol" tests.
19126
19127 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19128
19129 * gdb.base/setvar.c (dummy): Call malloc.
19130
19131 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19132 losing with the irix4 sed.
19133
19134 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19135 ALRM" on irix4.
19136
19137 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19138
19139 * TODO: Remove items about corefile.exp testing new exec-file and
19140 backtrace; both are now done. Add items about printing enums.
19141
19142 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19143
19144 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19145 "get signal $thissig" test fails.
19146
19147 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19148
19149 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19150
19151 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19152 compiler warning with dec alpha compiler.
19153
19154 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19155 extra \n from gdb_test call (this explains why the prompt test
19156 that I removed yesterday was there).
19157 (user_defined_command_test): Remove extra \n and prompt test.
19158
19159 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19160 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19161 doesn't exist.
19162 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19163 Also remove alpha workaround, which turns out to be because
19164 SIGABRT == SIGLOST.
19165
19166 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19167
19168 * gdb.base/help.exp: Don't test "help show".
19169
19170 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19171
19172 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19173 "set print address" is on.
19174 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19175 pass prompt to gdb_test; gdb_test already looks for the prompt.
19176
19177 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19178
19179 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19180 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19181 was to make sure that gdb can read a core file. But (a) the "read
19182 the corefile" part didn't make it to a1-selftest.exp, we just
19183 delete the corefile after creating it, and (b) we test reading
19184 corefiles in corefile.exp anyway. Also, this test left around a
19185 xgdb process on Solaris.
19186
19187 * gdb.base/corefile.exp: Also test backtrace.
19188
19189 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19190
19191 * gdb.base/commands.exp: Test a simple user defined command with
19192 arguments and if/while statements; verify the full user command is
19193 printed by "show user".
19194
19195 * gdb.base/commands.exp: Test if/while commands as part of a
19196 breakpoint command list; verify they appear in breakpoint
19197 information.
19198
19199 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19200
19201 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19202 than by dividing by zero.
19203
19204 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19205
19206 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19207 performing an inferior call with watchpoints enabled.
19208 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19209 call.
19210
19211 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19212
19213 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19214 of "file" command.
19215
19216 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19217 Add additional pattern for when "int operator int(void);" appears
19218 in a different order.
19219
19220 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19221
19222 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19223
19224 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19225 and "signal" with ".*".
19226
19227 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19228
19229 * TODO: Add note about "handle all nostop".
19230
19231 * gdb.base/{sigall.c, sigall.exp}: New test.
19232 * gdb.base/Makefile.in: Add it.
19233
19234 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19235
19236 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19237 when invoking GDB, suppresses any windowing interface.
19238
19239 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19240
19241 * config/sim-gdb: New file, simulator testing support.
19242
19243 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19244
19245 * gdb.base/interrupt.exp: Test calling func1 twice.
19246
19247 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19248
19249 * gdb.base/list.exp (test_forward_search): Set timeout higher
19250 when we'll be getting lots of output from gdb.
19251
19252 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19253 "init_malloc" to after the expect statement. Run it if that
19254 regexp is taken, but also for two others which happen if source
19255 cannot be found.
19256
19257 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19258
19259 * gdb.base/printcmds.exp: New test, for printing register before
19260 program is running.
19261
19262 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19263
19264 * gdb.base/list.exp: Correct some alternate expect patterns
19265 to reflect changes in list1.c.
19266
19267 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19268
19269 * TODO: Add item regarding large frames.
19270
19271 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19272
19273 * TODO: Remove item about enabling return.exp; it
19274 is enabled. Suggest a few more "return" tests.
19275
19276 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19277
19278 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19279 anonymous unions.
19280
19281 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19282
19283 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19284 and pr-5646.o, so "make" is the same as "make all", not "make
19285 pr-4975.o".
19286
19287 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19288
19289 * gdb.base/list.exp: Adjust expectations to reflect changes in
19290 list1.c.
19291 (test_forward_search): New test proc.
19292 * gdb.base/list1.c (long_line): New function, has long source line.
19293
19294 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19295
19296 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19297 additional line of code that was added.
19298
19299 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19300
19301 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19302 tests so as not to overflow expect's input buffers.
19303 * gdb.disasm/hppa.exp: Corresponding changes.
19304
19305 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19306
19307 Beginnings of template debugging tests.
19308 * gdb.c++/templ-info.cc: New file to test for template
19309 debugging capability of the compiler.
19310 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19311 templ-info.cc.
19312 * gdb.c++/templates.cc: Add explicit template instantiations
19313 to enable compiling with -fno-implicit-templates. Add destructor
19314 and 'value' method to T5 class for template tests.
19315 * gdb.c++/templates.exp: Add testcases for printing of template
19316 types, setting breakpoints on template methods and calling a
19317 template method.
19318
19319 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19320
19321 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19322 branch target since some assemblers (gas-2.5) may emit a
19323 relocation for the branch instead of resolving it in the
19324 assembler.
19325
19326 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19327
19328 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19329 through signal handler.
19330
19331 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19332
19333 * configure.in (*-*-netware): Use config/mt-netware.
19334
19335 * config/mt-netware: New file.
19336 * config/mt-i386-netware: Removed, separate configs for different
19337 netware architectures are no longer needed now that we have
19338 --with-headers.
19339
19340 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19341
19342 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19343 by the recent changes to use ANSI C arithmetic conversions.
19344
19345 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19346
19347 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19348 bug involving using inferior_pid to figure out whether to select a
19349 frame.
19350
19351 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19352
19353 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19354 match the current disassembler output.
19355
19356 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19357
19358 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19359 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19360 types, expect "int" as type of integer values (for now).
19361
19362 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19363
19364 * gdb.base/commands.exp: New tests for if/while commands.
19365
19366 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19367
19368 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19369 by .*, since hex values have different syntax in Chill mode.
19370
19371 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19372
19373 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19374 linefeed from expect pattern for repeated types with indices > 9.
19375
19376 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19377
19378 First part of Fortran test suite.
19379 * gdb.fortran: New directory.
19380 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19381
19382 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19383
19384 * gdb.base/default.exp: Update expect pattern for load command
19385 without arguments.
19386
19387 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19388
19389 * configure.in: Change i386 to i[345]86.
19390 * gdb.base/configure.in: Likewise.
19391 * gdb.c++/configure.in: Likewise.
19392 * gdb.chill/configure.in: Likewise.
19393
19394 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19395
19396 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19397 patterns, since that is not a valid context for comments.
19398
19399 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19400
19401 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19402 repeated types and repeated types with indices > 9.
19403
19404 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19405
19406 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19407 2417; old bug has been fixed.
19408
19409 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19410
19411 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19412 send the newline ourselves instead of assuming gdb_test will do
19413 so when passed an empty input string.
19414
19415 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19416 stabs testcode.
19417
19418 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19419
19420 * lib/gdb.exp (gdb_test): Don't send anything if the first
19421 argument is an empty string. This makes cases where we want to
19422 match output that is already in expect's buffers (for example,
19423 matching a breakpoint after gdb_run_cmd has been called) work
19424 reliably.
19425
19426 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19427
19428 * config/netware.exp: New file.
19429
19430 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19431
19432 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19433 the -B and -L prefixes so we can find the debugging stub.
19434
19435 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19436 there and we are using the gcc from the tree.
19437
19438 * gdb.base/types.c: Removed.
19439
19440 * gdb.base/configure.in: Look for makefile fragments in ../config.
19441 Recognize i386-*-netware.
19442 * gdb.c++/configure.in: Likewise.
19443
19444 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19445
19446 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19447 the correct TCL syntax.
19448
19449 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19450
19451 * gdb.base/opaque.exp: use runto instead of messing around with
19452 breakpoints. Simplify by using gdb_test.
19453
19454 * gdb.base/bitfields.exp: restart between tests on netware targets
19455 because breakpoints aren't relocated after target death. Run
19456 processes to completion.
19457
19458 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19459
19460 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19461
19462 * Makefile.in: Remove extra tabs that confuse some versions
19463 of "make". Use the newly built gdb to test with by default,
19464 rather than the first one in the tester's search path.
19465
19466 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19467
19468 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
19469
19470 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
19471 condition help.
19472
19473 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19474
19475 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
19476
19477 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
19478 running.
19479 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
19480 * gdb.base/funcargs.exp: Likewise.
19481
19482 * gdb.base/bitfields.exp: Simplify by using gdb_test.
19483 * gdb.base/funcargs.exp: Likewise.
19484
19485 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
19486 message is "".
19487
19488 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19489
19490 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
19491 return,signals,twice}.exp: Handle non-existant binaries
19492 consistantly.
19493
19494 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
19495 * gdb.base/Makefile.in: Don't try to generate a core dump, we
19496 might testing a cross development system.
19497
19498 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19499
19500 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
19501 runtest script is relative to ${srcdir}, not ${rootdir}.
19502
19503 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
19504
19505 * gdb.base/signals.exp: Allow for optionality of breakpoint
19506 address.
19507
19508 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19509
19510 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
19511
19512 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19513
19514 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
19515 for size_t definition.
19516 * gdb.c++/templates.cc: Likewise
19517
19518 * config/mt-i386-netware: New file.
19519
19520 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
19521 defined.
19522
19523 * gdb.base/Makefile.in: Added support for systems that name core
19524 files by appending "core" to the program name.
19525 * gdb.base/a1-selftest.exp: Likewise.
19526
19527 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19528
19529 * gdb.base/return.exp: Add comment and message for `return double'
19530 test failure on Sparc Solaris.
19531
19532 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
19533
19534 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
19535
19536 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19537
19538 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
19539 from optimizing them away.
19540 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
19541 patterns to include default constructors and assignment operators,
19542 to match gcc versions beyond 2.5.8. Accept any cplus demangling
19543 character in the output of the virtual base pointer.
19544
19545 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19546
19547 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
19548 expression match in print_addr_of to avoid unintented matches.
19549 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
19550 versions up to 2.5.8.
19551
19552 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19553
19554 * gdb.base/list.exp: Tweak alternate pattern for listing of an
19555 included file to run under newer versions of expect.
19556 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
19557 consecutive >'s in templates to accomodate recent cplus-dem.c change.
19558 Remove xfail for the virtual table of BDDHookV.
19559
19560 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19561
19562 * lib/gdb.exp (string_to_regexp): Set a default result.
19563 (default_gdb_start): Fix misleading message.
19564
19565 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
19566
19567 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
19568 Remove all CC, etc definitions.
19569 * config/mt-hpux: New file.
19570 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
19571 (CFLAGS, LDFLAGS): Define.
19572 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
19573
19574 * Makefile.in (site.exp): Don't insert host_os, etc.
19575 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
19576 (distclean): Check existence of subdir.
19577 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
19578 * gdb.base/Makefile.in: General cleanup and simplification.
19579 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19580 to build executables. Use default rule to build .o files.
19581 (EXPECT, RUNTEST, CC): Fix relative pathname.
19582 (site.exp): Don't insert host_os, etc.
19583 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
19584 and/or SIGUSR1 defined.
19585 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
19586 * gdb.c++/Makefile.in: General cleanup and simplification.
19587 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
19588 (CFLAGS): Remove.
19589 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
19590
19591 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
19592
19593 * gdb.base/recurse.exp: Misc changes to get tests running again
19594 after Kung's changes to the watchpoint code.
19595 * gdb.base/watchpoint.exp: Likewise.
19596
19597 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
19598
19599 * lib/gdb.exp (string_to_regexp): Convert {\} also.
19600
19601 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19602
19603 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
19604 * lib/gdb.exp (default_gdb_start): Define.
19605 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
19606 gdb.base/funcargs.exp, gdb.base/opaque.exp,
19607 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
19608 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
19609 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
19610 Don't call gdb_target_udi in between tests.
19611
19612 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19613
19614 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
19615 (which was basically just a local version of the same thing). In
19616 addition to avoiding duplication, gdb_test_exact is faster.
19617 * lib/gdb.exp (gdb_test_exact): Fix typo.
19618
19619 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
19620 don't give an error.
19621
19622 * gdb.base/term.exp: Call delete_breakpoints before starting.
19623
19624 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
19625 (t10): Add comment.
19626
19627 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19628
19629 Reorganization of the GDB Test Suite.
19630
19631 * gdb.base: New directory, contains all the basic tests.
19632 * gdb.c++: New directory, tests specific to C++.
19633 * gdb.chill: New directory, tests specific to Chill.
19634 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
19635 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
19636 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
19637 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
19638 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
19639 t30-31 to chill).
19640 * */gdbme.*: Rename to match appropriate expect scripts.
19641 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
19642 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
19643 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
19644 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
19645 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
19646 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
19647 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
19648 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
19649 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
19650 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
19651 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
19652 gdb.c++/virtfunc.cc: New names of C++ files.
19653 * gdb.chill/chillvars.ch: New name of Chill file.
19654 * gdb.base/configure.in, gdb.c++/configure.in,
19655 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
19656 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
19657 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
19658 * configure.in (configdirs): Update to reflect directory changes.
19659 (target_abbrev): No longer define for any configuration.
19660 * Makefile.in: Cosmetic improvements to header comments.
19661
19662 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19663
19664 Various changes to gdb.t31:
19665
19666 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
19667 * gdbme.ch: Make all key-words and predefineds be upper-case.
19668 * chillvars.exp: Expect key-words and predefinds in upper-case.
19669
19670 * chillvars.exp: Use gdb_test_exact many places.
19671 Change expected output for arrays (which now includes index labels).
19672
19673 * pr-5020.exp, gdme.ch (module PR_5020):
19674 New test, for PR-5020.
19675
19676 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
19677
19678 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
19679 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
19680
19681 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
19682
19683 * Makefile.in: Fix bit-rot in definitions of CHILL,
19684 CHILL_FOR_TARGET and Chill_LIB.
19685 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
19686 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
19687 CHILL, and CHILL_LIB.
19688
19689 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
19690
19691 * Revert the previous changes. Please see Rob's directory
19692 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
19693
19694 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
19695
19696 * Makefile.in, configure.in, config/mips-gdb.exp,
19697 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
19698 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
19699 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
19700 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
19701 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
19702 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
19703 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
19704 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
19705 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
19706 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
19707 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
19708 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
19709 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
19710 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
19711 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
19712 changes from 94Q1.
19713
19714 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
19715
19716 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
19717 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
19718 Rob's new testing fragments.
19719
19720 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
19721
19722 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
19723 lib/gdb.exp: Replace error proc calls with perror.
19724
19725 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
19726
19727 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
19728 version also, match on casted version strings, and match on
19729 gdb startup case where the line numbers might be messed up.
19730
19731 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
19732
19733 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
19734 (CFLAGS): Delete it from here.
19735
19736 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
19737
19738 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
19739
19740 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
19741
19742 * Makefile.in (RUNTEST): Default to just "runtest".
19743
19744 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19745
19746 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
19747 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
19748 the code has been restructured.
19749
19750 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19751
19752 * gdb.t00/default.exp (set write): Allow any number of \r and/or
19753 \n, not just one of each.
19754
19755 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
19756 /bin/cc gives a warning if you do.
19757
19758 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
19759
19760 * gdb.t24/demangle.exp: change expect pattern of
19761 __t10ListS_link1ZUiRCUiPT0
19762
19763 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19764
19765 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
19766 on local variables in recursive functions.
19767
19768 * gdb.t07/Makefile.in: Build the new test.
19769
19770 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19771
19772 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
19773 directly. Instead compare the return values from actual calls.
19774
19775 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
19776
19777 * Makefile.in (check): Set TCL_LIBRARY for runtest.
19778
19779 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19780
19781 * From Peter Schauer with minor modifications.
19782 * gdb.t15/return.exp (return_tests): Handle targets where "return"
19783 stops in mid-line in the caller. Add xfail for returning a float
19784 value on X86 targets.
19785
19786 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19787
19788 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
19789 to avoid expect lossage.
19790 (fmem_LRbug_tests): Likewise.
19791 * gdb.disasm/hppa.s: Corresponding changes.
19792
19793 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
19794 conditions to work with latest dejagnu/expect.
19795
19796 * gdb.t15/funcargs.exp (finish from indirect call): No longer
19797 expected to fail on the PA.
19798 (backtrace in call with trampolines): Explicitly require main
19799 to be frame #1 (no trampolines should show up in backtrace).
19800
19801 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
19802 "continue -expect".
19803 * gdb.t06/break.exp: Likewise.
19804 * gdb.t07/watchpoint.exp: Likewise.
19805 * gdb.t13/bitfields.exp: Likewise.
19806 * gdb.t15/{funcargs,return}.exp: Likewise.
19807 * gdb.stabs/weird.exp: Likewise.
19808 * config/{mips,udi}-gdb.exp: Likewise.
19809
19810 * hppa.sed: Enclose comments within a sed command to avoid
19811 losing with the old OSF1 sed.
19812
19813 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19814
19815 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
19816 sequent dynix.
19817 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
19818 * gdb.t15/funcargs.exp: Conditionally step again to really
19819 finish from marker_call_with_trampolines. Handle the case where
19820 the first step from within call_with_trampolines already steps
19821 us back to main.
19822 * gdb.t15/gdbme.c: Add comment to closing brace of
19823 call_with_trampolines for funcargs.exp.
19824
19825 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19826
19827 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19828 Fix typo(s).
19829
19830 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19831
19832 * gdb.t07/gdbme.c: More code for watchpoint testing.
19833
19834 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
19835 "Hardware watchpoint" throughout file.
19836 (test_watchpoint_triggered_in_syscall): New test.
19837 (test_complex_watchpoint): New test.
19838
19839 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19840
19841 * gdbme.c (call_with_trampolines): New function to try and step
19842 into. Tests trampoline problems on the PA.
19843
19844 * funcargs.exp (localvars_in_indirect_call): No longer expect
19845 stepping into indirect call to fail on PAs.
19846 (test_stepping_over_trampolines): New test.
19847
19848 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19849
19850 * TODO: Add suggestions for static member function tests, and
19851 completion tests.
19852
19853 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19854
19855 * TODO: Add suggestions for "p/a" tests.
19856
19857 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
19858 (default_gdb_exit): Replace all the hair with sending "quit" to
19859 the process with a simple close.
19860
19861 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19862
19863 * TODO: Add suggestions for shared library tests.
19864
19865 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19866
19867 * TODO: Add suggestions for x/s tests.
19868
19869 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19870
19871 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
19872 "enable once", and "enable breakpoints once" with ".*".
19873
19874 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19875
19876 * TODO: Add suggestions about structure passing tests.
19877
19878 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19879
19880 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
19881 the primary1 test, use work around if __GNUC__ < 2.
19882 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
19883 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
19884 Test for bad output rather than waiting for timeout. Issue
19885 second continue only if first continue failed.
19886
19887 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19888
19889 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
19890 operator[] test with gdb_test because the old code didn't seem to
19891 be getting the quoting right with the new dejagnu.
19892
19893 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
19894
19895 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
19896 one from the path.
19897 * Makefile.in: Use a fresh expect if there is one, use runtest
19898 from the src tree if there is one.
19899
19900 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19901
19902 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
19903 next over recursive call. Revise the tests from that point on
19904 (which had been skipped) to match GDB's actual (correct) output.
19905
19906 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
19907 with next over a breakpoint whose condition is false.
19908
19909 * gdb.t00/help.exp: Comment out "help set print" tests just like
19910 (and for same reason as) "help set" test.
19911
19912 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19913
19914 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
19915 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
19916
19917 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19918
19919 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
19920 necessary gdb_target_udi.
19921
19922 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
19923
19924 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
19925 1838 and 2417; they are fixed.
19926
19927 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
19928 gdb.t03/ptype.exp (ptype structure, ptype union):
19929 Remove xfails; the test is looser than when the xfails were added.
19930
19931 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
19932 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
19933
19934 * gdb.t01/run.exp: Only run shell test if isnative.
19935
19936 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
19937 since "run" automatically loads if necessary. Call gdb_target_udi
19938 after the "file" since "file" kills any execution target.
19939
19940 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
19941 GDB. GDB doesn't work that way (not anymore at least) on UDI.
19942 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
19943 argument for UDI.
19944
19945 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19946
19947 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
19948
19949 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
19950
19951 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19952
19953 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
19954 properly quoting regexps. This makes the second argument to
19955 demangle a fixed string, which matches the callers, instead of a
19956 shell-style pattern which is what the previous implementation
19957 used. Update some of the callers.
19958
19959 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19960
19961 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
19962 (comib_nullified_tests): Fix typo.
19963 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
19964 strings. No longer expected to fail.
19965
19966 * gdb.disasm/hppa.s (addib_tests): Fix typo.
19967 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
19968 strings. No longer expected to fail.
19969
19970 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
19971 string. No longer expected to fail.
19972
19973 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19974
19975 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
19976 No longer expected to fail.
19977
19978 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
19979 string. No longer expected to fail.
19980
19981 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19982
19983 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
19984 only in the names (I probably got most of them). I was even
19985 generous with some which differed in underscores in names, and
19986 probably missed a few, and I *still* was able to remove almost a
19987 third of the file with almost no impact on testsuite coverage.
19988
19989 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19990
19991 * gdb.t00/default.exp: Match udi_attach error message as well as
19992 the one from child_attach.
19993
19994 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
19995
19996 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
19997
19998 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
19999 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20000
20001 * Move test with enums and partial symbols back to
20002 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20003 Reverts the change of 26 May 93. Per today's change to
20004 stabs.texinfo, the behavior that weird.exp was expecting was
20005 unreasonable; what is important is that the compiler+gdb get
20006 things right, which happens with a recent gcc. Also fix the test
20007 to deal with native compilers which put out the stab gdb can't
20008 deal with.
20009
20010 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20011
20012 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20013 in the names. The main thing these accomplish is to slow things down.
20014 Many more such duplicates surely remain.
20015
20016 * gdb.t00/help.exp: Comment out "help support" test just like
20017 (and for same reason as) "help set" test.
20018
20019 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20020
20021 * gdb.t06/break.exp: Remove setup_xfails for
20022 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20023 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20024 about known bug in gcc to include up through 2.5.8.
20025 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20026 well as "_vb$".
20027 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20028 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20029 with latest gcc and gdb.
20030 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20031 well as "_vb$".
20032
20033 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20034
20035 * configure.in (hppa*-*-*): Also configure and build stabs-only
20036 tests.
20037
20038 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20039
20040 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20041 * gdb.t10/configure.in (hppa*-*-*): Use it.
20042
20043 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20044
20045 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20046
20047 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20048
20049 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20050 versions prior to 1.13.5.
20051
20052 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20053
20054 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20055 the prompt is at the start of a line.
20056
20057 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20058
20059 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20060 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20061 in the copr tests now.
20062 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20063 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20064 expected to fail.
20065
20066 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20067
20068 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20069 gdb.t31/chillvars.exp, lib/gdb.exp:
20070 Tweak to run under either version of expect.
20071 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20072 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20073 * gdb.t11/list.exp: Remove extraneous whitespace.
20074
20075 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20076
20077 * gdb.t16/printcmds.exp (test_print_strings): Accept
20078 "(unsigned char *) " before the string.
20079
20080 * TODO: Add notes about printing of fancy types and GDB expressions.
20081
20082 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20083
20084 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20085 * gdb.t06/configure.in: Don't try to compile signals test program
20086 if doing mips-idt-ecoff.
20087
20088 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20089
20090 * Most .exp files: Tweak to run under either version of expect.
20091
20092 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20093
20094 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20095 xfails; I'm not sure why they are failing, but not because of PR 1806.
20096
20097 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20098
20099 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20100 defined in lib/gdb.exp.
20101
20102 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20103
20104 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20105 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20106 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20107 have to be typeless.
20108
20109 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20110
20111 * TODO: Add suggestion for copyright year test.
20112
20113 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20114
20115 * configure.in (*-*-lynxos*): Add stabs tests.
20116
20117 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20118
20119 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20120 so insert a tab before any assembler directive in column zero.
20121
20122 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20123 stores.
20124 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20125 stores.
20126 (fpu_short_memory_tests): Likewise.
20127
20128 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20129
20130 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20131 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20132 .stabs directives in comments.
20133
20134 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20135
20136 * TODO: New file, describing tests we could write.
20137 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20138
20139 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20140
20141 * gdb.t06/signals.exp: Add kludge to force re-sync.
20142
20143 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20144 to xgdb instead of gdb, get out of gdb.
20145
20146 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20147
20148 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20149 for info.
20150
20151 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20152
20153 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20154 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20155 * gdb.stabs/hppa.sed: New sed script for the PA.
20156
20157 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20158
20159 * gdb.stabs: Re-write weird.def and configuration to use sed
20160 instead of cpp. sed is portable and POSIX; cpp is neither.
20161
20162 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20163
20164 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20165
20166 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20167
20168 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20169
20170 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20171
20172 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20173 "_vb$".
20174 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20175 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20176
20177 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20178
20179 * lib/gdb.exp: Comment out code which depends on non-existent
20180 `transform' procedure.
20181
20182 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20183
20184 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20185 * lib/gdb.exp: Transform tool name.
20186 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20187 1.1's new error handling system.
20188
20189 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20190
20191 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20192
20193 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20194
20195 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20196 They made pattern matching so slow that timeouts happened on
20197 heavily loaded systems. Now any output from "show print" which
20198 gets us back to the GDB prompt is a PASS.
20199
20200 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20201
20202 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20203
20204 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20205
20206 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20207
20208 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20209 It is not from PR 3220.
20210
20211 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20212
20213 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20214 just started failing because they depended on the order the
20215 subcommands are presented, or exact docstring text. This kind of
20216 test is a pain and has minimal benefit.
20217
20218 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20219
20220 * gdb.t09/corefile.exp: At end of test, use "core" command with
20221 no arguments.
20222
20223 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20224
20225 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20226 17}/Makefile.in: Make it possible to run the testsuite with Sun
20227 make and CC = cross gcc by adding explicit build rules for .o
20228 files.
20229
20230 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20231
20232 * gdb.t15/funcargs.exp: Don't put comments on same line as
20233 setup_xfail (@#$*%& tcl braindamage!).
20234
20235 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20236
20237 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20238
20239 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20240
20241 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20242 * gdb.t20/inherit.exp: remove three dumplicate entries.
20243
20244 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20245
20246 * gdb.t06/break.exp: For "next over recursive call", fail on any
20247 incorrect output, not just on "factorial (value=2)".
20248
20249 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20250
20251 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20252 working now. Add an xfail if accesing a bss variable causes
20253 a memory error if the target is not yet run.
20254
20255 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20256
20257 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20258 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20259 name of __st* demangling (2 strings). Did Kung really get the
20260 more than 95 others right without testing them?
20261
20262 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20263
20264 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20265
20266 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20267
20268 * configure.in (configdirs): Add gdb.disasm
20269 * gdb.disasm: New directory for GDB disassembler tests.
20270 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20271
20272 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20273
20274 * gdb.t00/help.exp: Don't test "help set".
20275
20276 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20277 from within expect statements. None of these happen anymore and
20278 they cause regressions to be silently unnoticed.
20279
20280 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20281 messages) about known failures with gcc cygnus-2.4.5-930417.
20282
20283 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20284 comp-info.exp so it gets built if it doesn't exist.
20285
20286 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20287 it is no longer used.
20288 * gdb.t13/comp-info.c: Removed.
20289
20290 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20291
20292 * gdb.t06/signals.exp: Add xfail for sun3.
20293
20294 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20295
20296 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20297 relevant because ^C doesn't get sent but failure can be reproduced
20298 interactively).
20299
20300 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20301
20302 * gdb.stabs/alpha.mt: New configuration file for alpha.
20303 * gdb.stabs/configure.in: Use it.
20304 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20305 sharing with alpha.mt, redefine long to word via preprocessor.
20306 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20307 for alpha.
20308 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20309 native cc.
20310 * gdb.t00/teststrategy.exp: Change expect string so that we
20311 consume the `(xgdb)' from the command echo and from the gdb prompt.
20312 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20313 gdb currently compares all values as long, so this failure probably
20314 applies to any configuration where LONGEST is bigger than a target int.
20315 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20316 with gcc.
20317 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20318 to handle opaque pointers, gcc is.
20319 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20320 as first argument. Include <sys/types.h> and change all operator
20321 new definitions to use size_t.
20322 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20323 now that we use size_t.
20324
20325 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20326
20327 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
20328 a long or float array cast all array members to the same type.
20329 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
20330 with 64 bit longs.
20331 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
20332 on alpha.
20333 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
20334
20335 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20336
20337 * gdb.t24 (demangle.exp): Constructors of templates have names like
20338 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20339 section 14.6 of the ARM.
20340
20341 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20342 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20343 accomplish little and slow down the testsuite.
20344
20345 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20346 Accept spaces various places.
20347
20348 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20349
20350 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20351 with watchpoint enabled.
20352
20353 * Makefile.in: Remove definition of CC and remove the second
20354 definition of CXX (the "CXX = gcc" one remains). These definitions
20355 were causing backquotes to be expanded within backquotes, which
20356 doesn't work.
20357
20358 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20359
20360 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20361
20362 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20363
20364 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20365 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
20366 by mips cc and contains no stabs entries.
20367
20368 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20369
20370 * config/vx-gdb.exp: Use fake device to load files rather than
20371 NFS.
20372 * lib/gdb.exp: New proc to do "file" command.
20373 * config/unix-gdb.exp: Use new "file" proc.
20374
20375 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20376
20377 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20378 Rework board rebooting slightly.
20379 (gdb_exit): Don't exit from the remote shell; there isn't one.
20380 * gdb.stabs/weird.exp: If a program is being debugged already,
20381 kill it.
20382 * gdb.t04/setvar.exp: Stop and restart gdb.
20383 * gdb.t05/expr.exp: Likewise.
20384 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20385 restart gdb and reload the program.
20386 * gdb.t08/opaque.exp: Likewise.
20387 * gdb.t12/scope.exp: Likewise.
20388 * gdb.t13/bitfields.exp: Likewise.
20389 * gdb.t15/funcargs.exp: Likewise.
20390 * gdb.t20/classes.exp: Likewise.
20391 * gdb.t03/ptype.exp: Increase timeout.
20392 * gdb.t16/printcmds.exp (test_print_string_constants,
20393 test_print_array_constants): Likewise.
20394 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20395 * gdb.t20/classes.exp (do_tests): Likewise.
20396 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20397
20398 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20399
20400 * gdb.stabs: Renamed *wierd* to *weird*.
20401
20402 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20403
20404 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20405 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20406
20407 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20408
20409 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20410 (do_tests): Remove xfail for whatis on one_var and two_var.
20411
20412 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20413
20414 * Makefile.in: Made cross building work better by adding
20415 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20416
20417 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20418
20419 * gdb.t15/{return.c,return.exp,Makefile.in}:
20420 New test, currently commented out.
20421
20422 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20423
20424 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20425 still running and removes the leftover named socket so GDb can do
20426 clean restarts.
20427
20428 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20429
20430 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20431 console, not GDB.
20432 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20433 cross testing works better with "make check"
20434 * config/unix-gdb: Use default procedures for exit and version.
20435 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20436 with the newest VxWorks.
20437
20438 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20439
20440 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20441 old form.
20442
20443 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20444 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20445
20446 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20447
20448 * config/unix-gdb.exp: Remove this version of gdb_exit
20449 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20450 Rob says he'll look at it when he gets back to testing boards.
20451
20452 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20453
20454 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20455 an expected fail for certain ptype commands.
20456
20457 * gdb.t20/classes.exp: Update expected results of "ptype class
20458 Base1" to account for the constructor that now appears in the type.
20459
20460 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20461
20462 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20463 disappeared from list.
20464 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20465 "alldone" proc with call to cleanup and exit.
20466 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20467 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20468 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
20469 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
20470 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
20471 "alldone" proc with simple returns that suppress remaining
20472 tests. The alldone proc went away many months ago.
20473
20474 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20475
20476 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
20477
20478 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
20479
20480 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20481
20482 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
20483 as vax gdb will display them.
20484
20485 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20486
20487 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
20488 optimizers.
20489
20490 * scope.exp: Change "bad value for localval" messages so each one
20491 is unique.
20492
20493 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
20494 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
20495
20496 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
20497
20498 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20499
20500 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
20501 doesn't exist (due to optimization).
20502
20503 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20504
20505 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
20506 contains \r because the filename is long.
20507
20508 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
20509 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
20510
20511 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20512
20513 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
20514 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
20515 Ultrix.
20516 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
20517 int tests.
20518 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
20519
20520 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
20521
20522 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
20523
20524 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
20525 to match does not match the passing case but still matches the
20526 failing case.
20527
20528 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20529
20530 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
20531
20532 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
20533
20534 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
20535 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
20536 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
20537 Remove various versions of gdb_exit.
20538 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
20539 gdb_exit.
20540 * config/unix-gdb.exp: gdb_exit remains here, and should override
20541 the generic version, since it's doing a lot of wierd stuff that
20542 the other versions aren't. FIXME, fold it in, or abandon this
20543 version.
20544
20545 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20546
20547 * gdb.t24/demangle.exp: Add tests for PR 3220.
20548
20549 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20550
20551 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
20552
20553 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
20554
20555 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
20556 "i386-*-*". Works for i486 as well.
20557
20558 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
20559 bug, and expand domain of xfail to all SVR4 systems, since the
20560 actual problem is likely to be in generic SVR4 /proc support.
20561
20562 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20563
20564 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
20565
20566 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
20567
20568 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
20569 xfails for other systems. Match a missing 'Continuing.' as an
20570 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
20571
20572 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
20573 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
20574 Only issue warning for missing executables if -all option is used.
20575
20576 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
20577 file if -all option is used. It's like an unpredictable XFAIL.
20578
20579 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20580
20581 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
20582 for dynamically linked binaries.
20583
20584 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
20585
20586 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20587
20588 * gdb.t20/inherit.exp: Change message for "print tagless struct"
20589 to state that this is a known bug in old versions of g++.
20590
20591 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20592
20593 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
20594 while waiting for `Continuing'.
20595
20596 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
20597
20598 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
20599 in text, data, and bss.
20600 * gdb.t10/nodebug.c: Add local and global test variables for
20601 initialized and uninitialized data.
20602
20603 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20604
20605 * config/unix-gdb.exp (gdb_exit): Add "wait".
20606
20607 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20608
20609 * gdb.t06/signals.exp: xfail the continue from the handler for all
20610 targets.
20611
20612 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
20613 function with watchpoints enabled, the i386 call dummy starts with
20614 a call.
20615
20616 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
20617 386 bsd names its corefiles.
20618
20619 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
20620
20621 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
20622 compilers don't grok it.
20623 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
20624 with small octal ints rather than character constants, which
20625 are signed and might not fit if first promoted to int.
20626
20627 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
20628
20629 * gdb.t09/Makefile.in (clean): Remove corefile.
20630
20631 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20632
20633 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
20634
20635 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20636 and Jim Kingdon (kingdon@cygnus.com)
20637
20638 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
20639 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
20640 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
20641
20642 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20643
20644 * gdb.t17/interrupt.exp: Add xfail for hppa.
20645
20646 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20647
20648 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
20649 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
20650 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
20651 to determine signed-ness of bitfields and use the result to setup
20652 the xfail.
20653 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
20654 * gdb.t15/funcargs.exp: Use them to step until the second indirect
20655 call line is reached if necessary.
20656
20657 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20658
20659 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
20660
20661 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20662
20663 * gdb.t06/break.exp: Also test `clear' command.
20664
20665 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20666
20667 * gdb.t00/teststrategy.exp: Remove extra quote.
20668
20669 * gdb.t07/watchpoint.exp: Change xfail for calling function with
20670 watchpoint enabled to be for all non-68k machines.
20671
20672 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
20673
20674 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20675
20676 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
20677 targets use aout.mt instead of ecoff.mt as gas understands
20678 standard aout format.
20679
20680 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20681
20682 * lib/gdb.exp (runto): Don't insist that function we are running to
20683 was compiled with -g.
20684
20685 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
20686
20687 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
20688 to get back into the read system call.
20689 Accept leading newline in case where we woke it up.
20690
20691 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20692
20693 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
20694 to make the stabs test work on ecoff systems using gcc and -with-stabs.
20695 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
20696 enable ecoff configuration.
20697
20698 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20699
20700 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
20701
20702 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20703
20704 * gdb.t16/printcmds.exp: Add another printf test.
20705
20706 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
20707
20708 * configure.in: If configured -with-stabs on any target, add
20709 stabsdirs to configdirs.
20710
20711 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20712
20713 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
20714 fun" so pattern does not match the command itself.
20715
20716 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20717
20718 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
20719
20720 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20721
20722 * gdb.t17/interrupt.exp: Test for more things.
20723
20724 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20725
20726 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
20727 compiler arranges the code and line numbers.
20728
20729 * gdb.t17/interrupt.exp: Don't send \n after ^C.
20730
20731 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20732
20733 * gdb.t00/help.exp: Increase expect input buffer size.
20734
20735 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20736
20737 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
20738
20739 * gdb.t07/watchpoint.exp: Add xfail for hppa.
20740
20741 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
20742
20743 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
20744 [0-9]*, not just [0-9].
20745
20746 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20747
20748 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
20749
20750 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
20751
20752 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20753
20754 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
20755
20756 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20757
20758 * gdb.t06/signals.c: Add xfails for sun3.
20759
20760 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
20761
20762 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
20763 test_stepping tests.
20764
20765 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20766
20767 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
20768
20769 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
20770
20771 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
20772 rather than actually putting it through cpp twice.
20773
20774 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
20775
20776 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
20777
20778 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
20779 no longer needed.
20780
20781 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20782
20783 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
20784
20785 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
20786 C++ features prints as "struct", make it a pass, not an xfail.
20787
20788 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20789
20790 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
20791 Don't require VA to print as "class" rather than "struct".
20792
20793 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
20794
20795 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
20796
20797 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20798
20799 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
20800
20801 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20802
20803 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
20804 order.
20805
20806 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20807
20808 * gdb.t16/printcmds.exp: Add printf tests.
20809
20810 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
20811
20812 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
20813
20814 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
20815
20816 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
20817 pass counts, to counteract any existing or future setup_xfails.
20818
20819 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20820
20821 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
20822 {BEGIN,END}_COMMON for common block instead of STAB.
20823 * gdb.stabs/wierd.exp: Add xfail for rs6000.
20824
20825 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
20826 intp_var should be N_GSYM not N_LSYM.
20827 wierd-aout.S: Use a label for the value of the N_SO.
20828 wierd.def: Remove all backslashes.
20829 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
20830
20831 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20832
20833 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
20834 get the expected next to inheritance3.
20835
20836 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20837
20838 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
20839 now that gcc-2.4 gets it right.
20840
20841 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20842
20843 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
20844
20845 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
20846 generating comp-info.exp which works for cross-compilation.
20847
20848 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
20849
20850 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
20851 "*-*-sysv4.*".
20852
20853 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
20854
20855 * gdb.t01/run.exp: Start with a fresh gdb.
20856 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
20857 SVR4.x.
20858
20859 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
20860
20861 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
20862 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
20863 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
20864 Makefile.in (distclean, realclean): Remove gdbme.c from list of
20865 things to remove.
20866
20867 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
20868
20869 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
20870 test cases from bug reports.
20871
20872 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
20873
20874 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
20875 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
20876 avoid spurious xfails.
20877 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
20878 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
20879 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
20880
20881 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
20882
20883 * gdb.t00/teststrategy.exp: Rework to provide more useful
20884 description of each test, fix problem with systems that define
20885 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
20886 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
20887 results for "next over recursive call" so timeouts aren't taken
20888 by error.
20889
20890 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
20891
20892 * gdb.t12/scope.exp: Test printing of variables before run.
20893
20894 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
20895 printed in wrong order due to sorting.
20896
20897 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
20898
20899 * gdb.t00/teststrategy.exp: Fix expected results for printing
20900 user entered string constant. Is array of char, prints with no
20901 address.
20902
20903 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
20904 commands.
20905 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
20906 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
20907 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
20908 of struct of char arrays.
20909 * gdb.t00/radix.exp: New tests for radix commands.
20910
20911 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
20912
20913 * gdb.t16/printcmd.exp: Print a variable before running program
20914 (with xfail for AIX).
20915
20916 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
20917
20918 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
20919
20920 * gdb.t16/printcmd.exp: Don't print variables before running program.
20921
20922 * gdb.t06/break.exp: Don't require envp argument to main.
20923
20924 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
20925
20926 * gdb.t02/whatis.exp, gdb.t11/list.exp:
20927 Add xfails for rs6000.
20928
20929 * gdb.t02/whatis.exp: Change other tests not to re-test something
20930 we already tested.
20931
20932 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
20933 each type used has a variable of that type.
20934
20935 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
20936
20937 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
20938
20939 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20940
20941 * configure.in: change srctrigger to be a file, not a directory
20942
20943 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
20944
20945 * configure.in (mips-idt-ecoff*): Added trailing '*'.
20946
20947 * gdb.t11/list.exp: Fixed a couple of typos.
20948
20949 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
20950
20951 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
20952 is fixed and PR is closed.
20953 * gdb.t16 (gdbme.c): Add simple test string variable.
20954 * gdb.t16 (printcmds.exp): Add tests with simple test string
20955 variable, primarily for boundaries on "set print elements".
20956
20957 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
20958
20959 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
20960 Make leading 0's optional and don't expect a tab in the middle
20961 of the number.
20962
20963 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
20964
20965 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
20966 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
20967 don't end command passed to gdb_test with newline.
20968
20969 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
20970 signed keyword away, don't expect signed bitfields to be signed.
20971
20972 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
20973 printing with only as many 1's as are in the field as well as printing
20974 with 32 1's (see comment).
20975
20976 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
20977
20978 * gdb.t00/default.exp: Start with a fresh gdb.
20979 * configure.in (configdirs): Remove gdb.t31 until the chill
20980 compiler works again. It no longer is able to find chillrt0
20981 since it isn't in libchill.a anymore.
20982 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
20983 wierd.o, make more modular.
20984 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
20985 spurious newlines that caused problems.
20986
20987 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20988
20989 * Move test with enums and partial symbols from gdb.t03/ptype.exp
20990 to gdb.stabs/wierd.exp since GCC has worked around the bug.
20991 gdb.stabs/wierd.{exp,def}: Many new tests.
20992
20993 * gdb.t00/default.exp: update info line for new message.
20994
20995 * gdb.t02/{whatis.exp,gdbme.c}:
20996 Test that "char *" doesn't print as "caddr_t".
20997
20998 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20999
21000 * gdb.t00/help.exp: Use .* in place of some help messages which
21001 just changed.
21002 gdb.t00/default.exp: Update "info frame" test for new message.
21003 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21004 Remove some xfails
21005
21006 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21007
21008 * gdb.t03/{gdbme.c,ptype.exp}:
21009 Add tests for typedef'd struct and union without tags.
21010 Also check "whatis" on a variable of a typedef'd enum without a tag.
21011
21012 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21013 PRMS 1823; the bug still exists but isn't reproduced by this test
21014 anymore), and remove rs6000 XFAIL (the bug is fixed).
21015
21016 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21017 duplicated from whatis.exp. For those that are left, accept
21018 "long", "long int", or "int" for long variables (whatis.exp already
21019 has an XFAIL for "int", so no need to fail it here).
21020
21021 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21022 Deal with GCC's names for types now that GDB uses the compiler's names.
21023
21024 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21025 setup_xfail's for sunos4. If we #defined the signed keyword away,
21026 don't expect GDB to know that char it is signed.
21027
21028 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21029
21030 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21031
21032 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21033 should work on any system, regardless of debugging format.
21034 * gdb.t21/demangle.exp: Move to gdb.t24.
21035 * gdb.t24/demangle.exp: Move from gdb.t21.
21036 * gdb.t24/{Makefile.in, configure.in}: New files.
21037
21038 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21039
21040 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21041 * gdb.stabs: New directory.
21042
21043 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21044
21045 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21046 not just "Quit anyway?".
21047
21048 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21049
21050 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21051 that all setup_xfails are immediately followed by clear_xfails.
21052
21053 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21054
21055 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21056 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21057 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21058 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21059 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21060 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21061 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21062 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21063 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21064 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21065 gdb.t31/chillvars.exp, lib/gdb.exp:
21066 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21067 bug-gdb@prep.ai.mit.edu.
21068
21069 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21070
21071 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21072 with 0.0, not integer 0.
21073
21074 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21075
21076 * gdb.t06/break.exp: Update for "Kill the program" message change.
21077
21078 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21079
21080 * Makefile.in (GDBFLAGS): Set to -nx.
21081 * Makefile.in (site.exp): Use GDBFLAGS.
21082
21083 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21084
21085 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21086 Makefiles.
21087 (check): depend on just-check.
21088 (just-check): added so that tests can be run without a noop
21089 build pass.
21090
21091 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21092
21093 Switch to using configure's configdirs.
21094 * Makefile.in (Makefile): add configure.in dependency.
21095 (SUBDIRS): removed redundant assignment.
21096 * configure.in: switch subdirs assignment to configdirs.
21097 * gdb.t*/configure.in: new files.
21098
21099 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21100
21101 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21102 works.
21103
21104 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21105
21106 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21107 in explicit rules. Apparently this is not supported by some makes.
21108
21109 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21110
21111 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21112
21113 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21114
21115 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21116 disappeared.
21117
21118 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21119
21120 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21121
21122 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21123
21124 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21125 watchpoint problem that is now fixed.
21126 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21127 uninitialized convenience variables.
21128 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21129 structures.
21130
21131 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21132
21133 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21134 which causes expect to get out of sync with gdb on long output
21135 from help set.
21136 * gdb.t09/corefile.exp: Make expected pattern for core file
21137 failing signal and frame output format less sun specific.
21138
21139 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21140
21141 * gdb.t31/chillvars.exp: Add and remove initial dummy
21142 breakpoint, so that symbol table is forced in.
21143 (Needed at least on Sunos4, though it seems not SVR4.)
21144 * gdb.t31/chillvars.exp: Update for changed output format.
21145
21146 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21147
21148 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
21149
21150 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21151
21152 * Makefile.in: Added --srcdir when invoking runtest, removed the
21153 need for a local config file. (optional now)
21154
21155 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21156
21157 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21158 failure count used to force early termination. Add some more
21159 expected failures for gnu style demangling.
21160
21161 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21162
21163 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21164 pmi variable from gdb.t20/gdbme to get optimized away.
21165 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21166 Check for written corefile upon timeout _and_ eof.
21167
21168 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21169
21170 * config/unix-gdb.exp: Add missing return 0.
21171
21172 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21173
21174 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21175 test termination.
21176
21177 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21178
21179 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21180 disappeared.
21181
21182 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21183
21184 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21185 time as i860 support works.
21186
21187 * gdb.t15/funcargs.exp: Fix expected outputs to include
21188 "backtrace 100\r" rather than just "backtrace\r", to match last
21189 change.
21190
21191 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21192
21193 * config/udi-gdb.exp (gdb_exit): Remove close command.
21194 (gdb_target_udi): New procedure to set the UDI target.
21195 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21196 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21197 Added waits for prompts after several question responses. Added
21198 some more responses used by a29k-amd-udi-gdb.
21199 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21200 pass different arguments, restart UDI connection after program
21201 completion.
21202 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21203 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21204 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21205 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21206 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21207 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21208 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21209 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21210 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21211 after program completion.
21212 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21213 compiled with a SELECT_VECS setting.
21214 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21215 infinite recursion.
21216
21217 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21218 Added checks for COFF results, and made them expected failures for
21219 all targets. It would be better to make them expected failures
21220 for COFF targets only.
21221
21222 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21223
21224 * Makefile.in: add null dvi target, don't bother to recurse
21225 through test directories for info and install-info; rename
21226 $(datadir) to be dejagnu instead of deja-gnu
21227
21228 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21229
21230 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21231 compiler to coredump.
21232 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21233 code.
21234
21235 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21236
21237 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21238 coredump.
21239 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21240 code.
21241
21242 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21243
21244 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21245 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21246 which in a shell. Deletes xgdb when done.
21247 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21248 Tests the return from the "set height" or "set width" commands.
21249 Added a few return codes where needed.
21250
21251 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21252
21253 * Makefile.in (SUBDIRS): Add gdb.t17.
21254 * configure.in (subdirs): Add gdb.t17.
21255 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21256 files to test gdb's calling of functions in the inferior with
21257 the correct arguments and gdb's ability to retrieve any
21258 result returned.
21259
21260 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21261
21262 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21263 may be called after gdb goes away. Previous versions of expect
21264 needed these to avoid file descriptor leaks, but they cause
21265 errors with the current revision of expect.
21266 * gdb.t00/gdbvars.exp: Use -re on expected output after
21267 setting sevenbit-strings.
21268 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21269 to set sevenbit-strings consistent across tests.
21270 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21271 set sevenbit-strings consistent across tests.
21272
21273 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21274
21275 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21276 expected output to match current "expect" expectations.
21277
21278 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21279
21280 * gdb.t00/default.exp: Change expected output for default "source"
21281 command, to match new gdb behavior which requires a filename to
21282 source.
21283
21284 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21285
21286 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21287 expected fail for i486-*-* that misses the marker2 function.
21288 * gdb.t10/crossload.exp (bfddefault): Allow successful
21289 recognition of a format to pass even if no symbols are found.
21290 Explicitly catch failures where the format is not recognized
21291 or is ambiguous, and add the reason to the fail message.
21292 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21293 the cause is and invalid target and add reason to failure message.
21294 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21295 elf32-i386, elf32-sparc, and elf32-i860.
21296 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21297 Set up expected failure for 'filename'::variable scope resolution,
21298 which is now apparently broken on all targets.
21299 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21300 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21301 gdb.t23/templates.exp: Change failure for missing binfile into
21302 just a warning.
21303 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21304 references.
21305
21306 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21307
21308 * gdb.t00/default.exp: Add expected output for default "source"
21309 command, to match new gdb behavior.
21310 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21311
21312 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21313
21314 * config/*-gdb.exp: returns an error, rather than exiting on
21315 internal errors.
21316
21317 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21318
21319 * gdb.t03/gdbme.c: Add pointer to struct variable.
21320 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21321 referencing struct members.
21322
21323 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21324
21325 * configure.in (mips-idt-ecoff): New target.
21326 * config/mips-gdb.exp: New file for remote board using MIPS remote
21327 debugging protocol.
21328
21329 * Redid configuration scheme. Removed gdb.t*/configure.in.
21330 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21331 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21332 distclean targets. Built executables via .o files. Adjusted
21333 tests to account for source files in $(srcdir) rather than
21334 $(objdir).
21335 * lib/gdb.exp (runto): Don't expect () after the function name,
21336 because it may have arguments.
21337
21338 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21339
21340 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21341 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21342 expected failures for mips-idt-* and mips-sgi-*.
21343 * gdb.t00/default.exp (attach): Kill process if requested.
21344 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21345 that does not read core files.
21346 * gdb.t01/run.exp: Removed checks for exit status code.
21347 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21348 it is linked in.
21349 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21350 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21351 appropriate, rather than doing it by hand.
21352 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21353 execution.
21354 * gdb.t10/crossload.exp: Kill existing program if needed.
21355 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21356 appropriate, rather than doing it by hand. Always increase
21357 timeout for this test, not just for VxWorks.
21358
21359 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21360
21361 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21362 of Chill STRUCT types and STRUCT values.
21363 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21364 than "char".
21365 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
21366 struct2): New struct definitions and initializations to test
21367 simple Chill STRUCT types.
21368
21369 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21370
21371 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21372 the null byte at the end of strings.
21373 * gdb.t00/default.exp: Make show version insensitive to copyright
21374 date.
21375 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21376 to avoid dependencies on target char signedness.
21377 * gdb.t16/printcmds.exp: Update expected results for explicitly
21378 unsigned char.
21379 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21380 now work.
21381 * gdb.t21/demangle.exp: Add many more patterns for template
21382 demangling, most of them being expected failures.
21383 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21384 string we are matching for, to match on the whole string.
21385 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21386 and fix a whole bunch that had incorrect expected output but were
21387 passing anyway because of the bug in "proc demangle".
21388 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21389 type.
21390 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21391
21392 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21393
21394 * gdb/testsuite: made modifications to testcases, etc., to allow
21395 them to work properly given the reorganization of deja-gnu and the
21396 relocation of the testcases from deja-gnu to a "tool" subdirectory.
21397
21398 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21399
21400 * gdb/testsuite: Initial creation of gdb/testsuite.
21401 Migrated dejagnu testcases and support files for testing nm to
21402 gdb/testsuite from deja-gnu. These files were moved "as is"
21403 with no modifications. This migration is part of a major overhaul
21404 of dejagnu. The modifications to these testcases, etc., which
21405 will allow them to work with the new version of dejagnu will be
21406 made in a future update.
21407
21408 For additional changes see gdb.mi/ChangeLog-1999-2003.
21409 \f
21410 ;; Local Variables:
21411 ;; mode: change-log
21412 ;; left-margin: 8
21413 ;; fill-column: 74
21414 ;; version-control: never
21415 ;; End:
21416
21417 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
21418 2003, 2004, 2005 Free Software Foundation, Inc.
21419 Copying and distribution of this file, with or without modification,
21420 are permitted provided the copyright notice and this notice are preserved.
This page took 0.54984 seconds and 5 git commands to generate.