* NEWS: Create a new section for the next release branch.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4e5799b6
JK
12010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2 Joel Brobecker <brobecker@adacore.com>
3
4 Fix re-run of PIE executable, PR shlibs/11776.
5 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
6 Remove $displacement_main to match the solib-svr4.c change. New "kill"
7 and re-"run" of the inferior.
8
1a219cc7
JK
92010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10 Joel Brobecker <brobecker@adacore.com>
11
12 Cope with missing /usr/sbin/prelink.
13 * lib/prelink-support.exp (prelink_no):
14 <result == 1 && $output is "no such file or directory">: New.
15 (prelink_yes): Likewise. Return on failed prelink_no.
16
5e3b36f8
JK
172010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
18 Joel Brobecker <brobecker@adacore.com>
19
20 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
21 build_executable by build_executable_own_libs. Replace "prelink -R"
22 execution by a call of prelink_yes. Comment why "prelink -r" needs no
23 change.
24 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
25 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
26 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
27 Replace build_executable by build_executable_own_libs's function
28 build_executable_own_libs.
29 (prelinkNO): Create new stub to call prelink_no.
30 (prelinkYES): Create new stub to call prelink_yes.
31 (test_attach): Rename calls of copy to file_copy.
32 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
33 (copy): Move to ...
34 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
35 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
36 * gdb.base/prelink.exp: Disable testcase also for is_remote and
37 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
38 special flags by gdb_compile_shlib. Replace second gdb_compile by
39 build_executable_own_libs. Replace "prelink -R" execution by a call of
40 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
41 a second call of prelink_yes. Replace restart commands by
42 clean_restart.
43 (prelink): Rename to ...
44 (seen displacement message): ... this test. Extend its expectation
45 strictness.
46
86e4bafc
JK
472010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
48
49 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
50 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
51 displacement message exactly once.
52
3cd07d20
JK
532010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
54 Joel Brobecker <brobecker@adacore.com>
55
56 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
57 its restore after the <$relink_args != ""> loop. new comment.
58
0a1e94c7
JK
592010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
60 Joel Brobecker <brobecker@adacore.com>
61
62 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
63 code for it. New variable relink_args.
64 (prelinkYES): Call prelinkNO.
65 (test_attach): Accept new parameter relink_args. Re-prelink the binary
66 in such case. Move the core code to ...
67 (test_attach_gdb): ... a new function. Send GDB command "file".
68 Extend expected "Attaching to " string.
69
2f70bcfb
TT
702010-07-02 Tom Tromey <tromey@redhat.com>
71
72 * gdb.base/bitops.exp: Remove extraneous "pass".
73
a17ac5b0
TT
742010-07-02 Ken Werner <ken.werner@de.ibm.com>
75
76 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
77
dc10affe
PA
782010-07-01 Pedro Alves <pedro@codesourcery.com>
79
d41c0fc8
PA
80 * gdb.base/help.exp: Adjust expected output.
81
822010-07-01 Pedro Alves <pedro@codesourcery.com>
83
84 * gdb.base/help.exp: Adjust expected output.
dc10affe 85
0a600c36
JK
862010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
87
88 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
89 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
90 c++/11702.
91
37cc8bfe
JK
922010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
93 Doug Evans <dje@google.com>
94
95 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
96 add .dynamic entry'.
97
254e6b9e
DE
982010-06-29 Doug Evans <dje@google.com>
99
100 Test PR c++/11702.
101 * gdb.cp/m-static.exp: Add testcase.
102 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
103
595939de
PM
1042010-06-28 Phil Muldoon <pmuldoon@redhat.com>
105 Tom Tromey <tromey@redhat.com>
106 Thiago Jung Bauermann <bauerman@br.ibm.com>
107
108 * gdb.python/py-inferior.c: New File.
109 * gdb.python/py-infthread.c: New File.
110 * gdb.python/py-inferior.exp: New File.
111 * gdb.python/py-infthread.exp: New File.
112
98751a41
JK
1132010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
116 (ptype ::C::OtherFileClass typedefs): New.
117 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
118 (C::OtherFileClass::cOtherFileClassVar2): New.
119 (C::OtherFileClass::cOtherFileClassVar_use): Use also
120 cOtherFileClassVar2.
121 (C::cOtherFileType2, C::cOtherFileVar2): New.
122 (C::cOtherFileVar_use): use also cOtherFileVar2.
123 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
124
41f62f39
JK
1252010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
126
127 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
128 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
129 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
130 (print ::C::cOtherFileVar)
131 (whatis C::OtherFileClass::cOtherFileClassType)
132 (whatis ::C::OtherFileClass::cOtherFileClassType)
133 (print C::OtherFileClass::cOtherFileClassVar)
134 (print ::cOtherFileClassVar)
135 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
136 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
137 trailing content.
138 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
139 (C::OtherFileClass::cOtherFileClassVar)
140 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
141 (C::cOtherFileVar, C::cOtherFileVar_use): New.
142
af53d231
JK
1432010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
144
145 Test PR c++/11703 and PR gdb/1448.
146 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
147 gdb/1448.
148
9655fd1a
JK
1492010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
152 (main) <rtti_data>: New.
153 * gdb.cp/virtbase.exp (print rtti_data): New.
154
824cc8dd
JK
1552010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
156 Joel Brobecker <brobecker@adacore.com>
157
158 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
159
6036c742
JK
1602010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
163
de6a0421
DE
1642010-06-28 Doug Evans <dje@google.com>
165
166 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
167
b2dae948
DE
1682010-06-27 Doug Evans <dje@google.com>
169
170 * gdb.cp/m-static.exp: Update expected test output.
171
0f3bb72e
PH
1722010-06-25 Paul Hilfinger <hilfinger@adacore.com>
173
174 * gdb.gdb/selftest.exp: Adjust expected message for
175 capturing start-up runtime.
176
bc9f0842
TT
1772010-06-25 Tom Tromey <tromey@redhat.com>
178
179 PR python/10808:
180 * gdb.python/python.exp: Add new tests.
181
099ef718
SW
1822010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
183
184 * gdb.cp/operator.cc: Created an import loop.
185 * gdb.cp/operator.exp: Added testcase for import loop.
186
5868a632
JK
1872010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
188
189 Test PR python/11407.
190 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
191 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
192 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
193 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
194 executable_nofb and executable_fb. New variables srcsfile, objsfile,
195 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
196 binfile. Call gdb_compile with clean_restart twice.
197 (func_nofb print, func_nofb backtrace, func_loopfb print)
198 (func_loopfb backtrace): New.
199
af76db58
JK
2002010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
203 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
204 by a hand made one.
205 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
206 i?86 requirement. Remove variables srcfile and binfile. New variable
207 sources, executable_nofb and executable_fb. Call prepare_for_testing.
208
f2c7657e
UW
2092010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
210
211 * gdb.cell/dwarfaddr.exp: New file.
212 * gdb.cell/dwarfaddr.S: New file.
213
628fe4e4
JK
2142010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
215
216 Test PR 9436.
217 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
218
f1421989
HZ
2192010-06-24 Hui Zhu <teawater@gmail.com>
220
221 * gdb.base/eval.exp: New file.
222
d03285ec
UW
2232010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
224
225 * gdb.cell/fork.exp: New file.
226 * gdb.cell/fork.c: Likewise.
227 * gdb.cell/fork-spu.c: Likewise.
228
41b2c92d
PM
2292010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
230
231 * lib/gdb.exp (banned_variables_traced): New global variable.
232 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
233 (gdb_init): Use `trace add variable' instead of obsolete
234 `trace variable'.
235
d5bc977f
DE
2362010-06-21 Doug Evans <dje@google.com>
237
238 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
239
d2ed6730
UW
2402010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
241
242 * gdb.arch/spu-ls.exp: New file.
243 * gdb.arch/spu-ls.c: Likewise.
244
6aed2dbc
SS
2452010-06-18 Stan Shebs <stan@codesourcery.com>
246
247 * gdb.threads/thread-specific.exp: Add tests of $_thread.
248
e0756905
UW
2492010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
250
251 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
252 * gdb.base/watch-cond.exp: Likewise.
253 * gdb.python/py-breakpoint.exp: Likewise.
254
d8053d4d
PA
2552010-06-18 Pedro Alves <pedro@codesourcery.com>
256
257 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
258 clean_restart, make sure every test has a distinct message, and
259 that messages don't include the executable' full path.
260
81ce510c
DE
2612010-06-17 Doug Evans <dje@google.com>
262
263 * gdb.arch/i386-size.exp: Updated expected output for
264 DISASSEMBLY_OMIT_FNAME.
265
65d79d4b
SDJ
2662010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
267 Sergio Durigan Junior <sergiodj@redhat.com>
268
269 * gdb.base/watch-notconst.c: New file.
270 * gdb.base/watch-notconst.S: New file.
271 * gdb.base/watch-notconst2.c: New file.
272 * gdb.base/watch-notconst2.S: New file.
273 * gdb.base/watch-notconst.exp: New file.
274 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
275 (func4): Add operations on `global_ptr_ptr'.
276 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
277 routine to test watchpoints created with a constant expression.
278 (test_inaccessible_watchpoint): Include tests for watchpoints
279 created with a constant expression.
280
df0f4836
KB
2812010-06-14 Kevin Buettner <kevinb@redhat.com>
282
283 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
284 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
285 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
286 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
287 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
288 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
289 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
290 of `_start'.
291
b769def5
UW
2922010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
293
294 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
295 not supported on the target.
296 * gdb.mi/mi-nonstop-exit.exp: Likewise.
297 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
298 * gdb.mi/mi-nsintrall.exp: Likewise.
299 * gdb.mi/mi-nsmoribund.exp: Likewise.
300 * gdb.mi/mi-nsthrexec.exp: Likewise.
301
d914c394
SS
3022010-06-11 Stan Shebs <stan@codesourcery.com>
303
304 * gdb.base/permissions.exp: New file.
305
3062010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
307
308 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
309 does not support ELF executable class.
310
f3ce5b9c
UW
3112010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
312
313 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
314
8e46892c
JK
3152010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
316
317 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
318 (runto): Catch "The target does not support running in non-stop mode.".
319
6cc55c64
MS
3202010-06-11 Michael Snyder <msnyder@vmware.com>
321
322 * gdb.base/setshow.exp (set language asm): Don't use
323 gdb_test_no_output, fails on some targets.
324
caddefa4
UW
3252010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
326
327 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
328 * gdb.cp/pr9167.exp: Likewise.
329
468b1aa7
UW
3302010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
331
332 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
333
5c3552dc
UW
3342010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
335
336 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
337
02e6fe6a
UW
3382010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
339
340 * gdb.base/charset.c (main): Make sure malloc gets linked in.
341
0e03807e
TT
3422010-06-11 Tom Tromey <tromey@redhat.com>
343
344 PR gdb/9977, PR exp/11636::
345 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
346 (pieces_test_f6): Update expected output.
347
2bdf28a0
JK
3482010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdb.base/moribund-step.exp: New.
351
f6978de9
MS
3522010-06-08 Michael Snyder <msnyder@vmware.com>
353
354 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
355 * gdb.ada/boolean_expr.exp:
356 * gdb.ada/frame_args.exp: Ditto.
357 * gdb.ada/lang_switch.exp: Ditto.
358 * gdb.ada/ptype_arith_binop.exp: Ditto.
359 * gdb.ada/ref_param.exp: Ditto.
360 * gdb.ada/type_coercion.exp:Ditto.
361
362 * gdb.asm/asm-source.exp: Ditto.
363
364 * gdb.base/attach.exp: Ditto.
365 * gdb.base/bitfields2.exp: Ditto.
366 * gdb.base/call-signal-resume.exp: Ditto.
367 * gdb.base/callfuncs.exp: Ditto.
368 * gdb.base/commands.exp: Ditto.
369 * gdb.base/dbx.exp: Ditto.
370 * gdb.base/default.exp: Ditto.
371 * gdb.base/dump.exp: Ditto.
372 * gdb.base/exprs.exp: Ditto.
373 * gdb.base/freebpcmd.exp: Ditto.
374 * gdb.base/interrupt.exp: Ditto.
375 * gdb.base/list.exp: Ditto.
376 * gdb.base/long_long.exp: Ditto.
377 * gdb.base/maint.exp: Ditto.
378 * gdb.base/ptype.exp: Ditto.
379 * gdb.base/return.exp: Ditto.
380 * gdb.base/setshow.exp: Ditto.
381 * gdb.base/sigbpt.exp: Ditto.
382 * gdb.base/sigrepeat.exp: Ditto.
383
384 * gdb.cp/classes.exp: Ditto.
385
386 * gdb.dwarf2/dw2-restore.exp: Ditto.
387
388 * gdb.gdb/selftest.exp: Ditto.
389
390 * gdb.multi/base.exp: Ditto.
391 * gdb.multi/bkpt-multi-exec.exp: Ditto.
392
393 * gdb.python/py-block.exp: Ditto.
394 * gdb.python/py-prettyprint.exp: Ditto.
395 * gdb.python/py-template.exp: Ditto.
396
397 * gdb.server/ext-attach.exp: Ditto.
398 * gdb.server/ext-run.exp: Ditto.
399 * gdb.server/server-mon.exp: Ditto.
400
401 * gdb.threads/fork-thread-pending.exp: Ditto.
402 * gdb.threads/hand-call-in-threads.exp: Ditto.
403 * gdb.threads/interrupted-hand-call.exp: Ditto.
404 * gdb.threads/linux-dp.exp: Ditto.
405 * gdb.threads/manythreads.exp: Ditto.
406 * gdb.threads/print-threads.exp: Ditto.
407 * gdb.threads/pthreads.exp: Ditto.
408 * gdb.threads/schedlock.exp: Ditto.
409 * gdb.threads/thread-unwindonsignal.exp: Ditto.
410 * gdb.threads/threadapply.exp: Ditto.
411
de7ff789
MS
4122010-06-08 Michael Snyder <msnyder@vmware.com>
413
414 * gdb.ada/exec_changed.exp:
415 Use ".*" instead of "" as wildcard regexp.
416
417 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
418 * gdb.base/call-ar-st.exp: Ditto.
419 * gdb.base/checkpoint.exp: Ditto.
420 * gdb.base/default.exp: Ditto.
421 * gdb.base/dump.exp: Ditto.
422 * gdb.base/ending-run.exp: Ditto.
423 * gdb.base/fileio.exp: Ditto.
424 * gdb.base/miscexprs.exp: Ditto.
425 * gdb.base/pointers.exp: Ditto.
426 * gdb.base/readline.exp: Ditto.
427 * gdb.base/reread.exp: Ditto.
428 * gdb.base/restore.exp: Ditto.
429 * gdb.base/shlib-call.exp: Ditto.
430 * gdb.base/valgrind-db-attach.exp: Ditto.
431 * gdb.base/volatile.exp: Ditto.
432 * gdb.base/watchpoints.exp: Ditto.
433
434 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
435
436 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
437 * gdb.python/py-value.exp: Ditto.
438
439 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
440 * gdb.trace/circ.exp: Ditto.
441 * gdb.trace/collection.exp: Ditto.
442 * gdb.trace/packetlen.exp: Ditto.
443 * gdb.trace/passc-dyn.exp: Ditto.
444 * gdb.trace/report.exp: Ditto.
445 * gdb.trace/tfile.exp: Ditto.
446 * gdb.trace/tfind.exp: Ditto.
447 * gdb.trace/while-dyn.exp: Ditto.
448
3bebe2f2
JK
4492010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
450
451 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
452
5c631832
JK
4532010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
454
455 Test PR 10640.
456 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
457
4c3376c8
SW
4582010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
459
460 * gdb.cp/koenig.exp: Test for ADL operators.
461 * gdb.cp/koenig.cc: Added ADL operators.
462 * gdb.cp/operator.exp: New test.
463 * gdb.cp/operator.cc: New test.
464
dc226d5a
MS
4652010-06-04 Michael Snyder <msnyder@vmware.com>
466
dfb88a23
MS
467 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
468 * gdb.base/pending.exp: Ditto.
f7ae76b3 469
dc226d5a
MS
470 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
471
967cf477
DE
4722010-06-04 Doug Evans <dje@google.com>
473
474 * gdb.python/py-prettyprint.exp: Add new test for enabled and
475 disabled printers.
476 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
477 (enable_lookup_function): New function.
478
eb801841
TT
4792010-06-04 Tom Tromey <tromey@redhat.com>
480
481 * gdb.python/py-value.exp (test_value_hash): Don't test equality
482 of hash and id.
483
38979823
JK
4842010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
485
486 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
487 newline.
488 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
489 (empty verbose non-noisy clear, empty verbose noisy clear)
490 (empty non-verbose noisy clear): Likewise.
491
35ec993f
MS
4922010-06-03 Michael Snyder <msnyder@vmware.com>
493
494 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
495 * gdb.base/display.exp: Ditto.
496 * gdb.base/find.exp: Ditto.
497 * gdb.base/ifelse.exp: Ditto.
498 * gdb.base/multi-forks.exp: Ditto.
499 * gdb.base/recurse.exp: Ditto.
500 * gdb.base/setshow.exp: Ditto.
501 * gdb.base/value-double-free.exp: Ditto.
502 * gdb.base/watch-vfork.exp: Ditto.
503 * gdb.base/watch_thread_num.exp: Ditto.
504 * gdb.base/watchpoint-solib.exp: Ditto.
505 * gdb.base/watchpoint.exp: Ditto.
506 * gdb.base/watchpoints.exp: Ditto.
507
508 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
509 * gdb.cp/overload.exp: Ditto.
510 * gdb.cp/virtfunc.exp: Ditto.
511
512 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
513
514 * gdb.reverse/watch-precsave.exp:
515 Replace gdb_test with gdb_test_no_output.
516
517 * gdb.threads/attach-into-signal.exp:
518 Replace gdb_test with gdb_test_no_output.
519 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
520 * gdb.threads/watchthreads.exp: Ditto.
521 * gdb.threads/watchthreads2.exp: Ditto.
522
523 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
524 * gdb.trace/tfind.exp: Ditto.
525
c22decce
JB
5262010-06-03 Joel Brobecker <brobecker@adacore.com>
527
528 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
529 successful test if message is the empty string.
530
fd5700c7
JK
5312010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
532
533 * gdb.fortran/module.exp (stopped language detection): New test.
534
f55ee35c
JK
5352010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 Support DW_TAG_module as separate namespaces.
538 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
539 gdb.fortran/library-module-lib.f90: New.
540 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
541 (print i): Remove.
542 (continue to breakpoint: i-is-1, print var_i value 1)
543 (continue to breakpoint: i-is-2, print var_i value 2)
544 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
545 (print var_d, print var_i value 14, ptype modmany, complete `modm)
546 (complete `modmany, complete `modmany`, complete `modmany`var)
547 (show language, setting breakpoint at module): New tests.
548 * gdb.fortran/module.f90 (module mod): Remove.
549 (module mod1, module mod2, module modmany, subroutine sub1)
550 (subroutine sub2, program module): New.
551
b8e8282f
JK
5522010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
553
554 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
555 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
556 * gdb.cp/anon-union.exp (pass): Rename to ...
557 (print z 2): ... here.
b8e8282f 558
019ebafc
MS
5592010-06-02 Michael Snyder <msnyder@vmware.com>
560
e68d8fd4
MS
561 * gdb.trace/actions.exp: Use gdb_test_no_output.
562 * gdb.trace/circ.exp: Ditto.
563 * gdb.trace/packetlen.exp: Ditto.
564 * gdb.trace/save-trace.exp: Ditto.
565 * gdb.trace/tracecmd.exp: Ditto.
566 * gdb.trace/tsv.exp: Ditto.
567
12b5d08a
MS
568 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
569 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
570 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
571 * gdb.threads/manythreads.exp: Ditto.
572 * gdb.threads/print-threads.exp: Ditto.
573 * gdb.threads/pthreads.exp: Ditto.
574 * gdb.threads/schedlock.exp: Ditto.
575 * gdb.threads/staticthreads.exp: Ditto.
576 * gdb.threads/thread-specific.exp: Ditto.
577 * gdb.threads/thread-unwindonsignal.exp: Ditto.
578 * gdb.threads/threadapply.exp: Ditto.
579 * gdb.threads/watchthreads.exp: Ditto.
580 * gdb.threads/watchthreads2.exp: Ditto.
581
89493308
MS
582 * gdb.python/py-block.exp: Use gdb_test_no_output.
583 * gdb.python/py-prettyprint.exp: Ditto.
584 * gdb.python/py-template.exp: Ditto.
585 * gdb.python/py-value.exp: Ditto.
586
587 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
588 * gdb.reverse/watch-reverse.exp: Ditto.
589
590 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
591 * gdb.server/ext-run.exp: Ditto.
592
019ebafc
MS
593 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
594 * gdb.dwarf2/dw2-compressed.exp: Ditto.
595 * gdb.dwarf2/dw2-intercu.exp: Ditto.
596 * gdb.dwarf2/dw2-intermix.exp: Ditto.
597 * gdb.dwarf2/dw2-producer.exp: Ditto.
598 * gdb.dwarf2/mac-fileno.exp: Ditto.
599
600 * gdb.gdb/observer.exp: Use gdb_test_no_output.
601 * gdb.gdb/selftest.exp: Ditto.
602
603 * gdb.multi/base.exp: Use gdb_test_no_output.
604
605 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
606
3e0ca3a5
JK
6072010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
610
9db70545
MS
6112010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
612
a8d52276
MS
613 * gdb.cp/class2.exp: Use gdb_test_no_output.
614 * gdb.cp/classes.exp: Ditto.
615 * gdb.cp/extern-c.exp: Ditto.
616 * gdb.cp/inherit.exp: Ditto.
617 * gdb.cp/maint.exp: Ditto.
618 * gdb.cp/mb-inline.exp: Ditto.
619 * gdb.cp/mb-templates.exp: Ditto.
620 * gdb.cp/method2.exp: Ditto.
621 * gdb.cp/misc.exp: Ditto.
622 * gdb.cp/ovldbreak.exp: Ditto.
623 * gdb.cp/punctuator.exp: Ditto.
624 * gdb.cp/templates.exp: Ditto.
625 * gdb.cp/virtbase.exp: Ditto.
626
9db70545
MS
627 * gdb.threads/attach-stopped.exp:
628 Replace uses of send_gdb / gdb_expect.
629 * gdb.threads/attachstop-mt.exp:
630 Replace uses of send_gdb / gdb_expect.
631 * gdb.threads/gcore-thread.exp:
632 Replace uses of send_gdb / gdb_expect.
633 * gdb.threads/hand-call-in-threads.exp:
634 Replace uses of send_gdb / gdb_expect.
635 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
636 * gdb.threads/print-threads.exp:
637 Replace uses of send_gdb / gdb_expect.
638 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
639 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
640 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
641
642 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
643 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
644 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
645 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
646 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
647 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
648 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
649 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
650 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
651 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
652 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
653
359cc68c
JK
6542010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
655
656 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
657
7d3fe98e
SW
6582010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
659
660 * gdb.cp/koenig.exp: Added new test case.
661 * gdb.cp/koenig.cc: Ditto.
662
27d3a1a2
MS
6632010-06-01 Michael Snyder <msnyder@vmware.com>
664
665 * gdb.base/arithmet.exp: Use gdb_test_no_output.
666 * gdb.base/arrayidx.exp: Ditto.
667 * gdb.base/attach.exp: Ditto.
668 * gdb.base/auxv.exp: Ditto.
669 * gdb.base/bigcre.exp: Ditto.
670 * gdb.base/break-always.exp: Ditto.
671 * gdb.base/break-interp.exp: Ditto.
672 * gdb.base/break.exp: Ditto.
673 * gdb.base/breakpoint-shadow.exp: Ditto.
674 * gdb.base/call-ar-st.exp: Ditto.
675 * gdb.base/call-sc.exp: Ditto.
676 * gdb.base/call-signal-resume.exp: Ditto.
677 * gdb.base/callfuncs.exp: Ditto.
678 * gdb.base/catch-syscall.exp: Ditto.
679 * gdb.base/charset.exp: Ditto.
680 * gdb.base/code-expr.exp: Ditto.
681 * gdb.base/commands.exp: Ditto.
682 * gdb.base/cond-expr.exp: Ditto.
683 * gdb.base/condbreak.exp: Ditto.
684 * gdb.base/cursal.exp: Ditto.
685 * gdb.base/cvexpr.exp: Ditto.
686 * gdb.base/default.exp: Ditto.
687 * gdb.base/del.exp: Ditto.
688 * gdb.base/detach.exp: Ditto.
689 * gdb.base/display.exp: Ditto.
690 * gdb.base/ena-dis-br.exp: Ditto.
691 * gdb.base/eval-skip.exp: Ditto.
692 * gdb.base/foll-fork.exp: Ditto.
693 * gdb.base/foll-vfork.exp: Ditto.
694 * gdb.base/frame-args.exp: Ditto.
695 * gdb.base/funcargs.exp: Ditto.
696 * gdb.base/gcore-buffer-overflow.exp: Ditto.
697 * gdb.base/gdbvars.exp: Ditto.
698 * gdb.base/help.exp: Ditto.
699 * gdb.base/ifelse.exp: Ditto.
700 * gdb.base/included.exp: Ditto.
701 * gdb.base/list.exp: Ditto.
702 * gdb.base/macscp.exp: Ditto.
703 * gdb.base/maint.exp: Ditto.
704 * gdb.base/multi-fork.exp: Ditto.
705 * gdb.base/overlays.exp: Ditto.
706 * gdb.base/page.exp: Ditto.
707 * gdb.base/pending.exp: Ditto.
708 * gdb.base/pointers.exp: Ditto.
709 * gdb.base/pr11022.exp: Ditto.
710 * gdb.base/prelink.exp: Ditto.
711 * gdb.base/printcmds.exp: Ditto.
712 * gdb.base/psymtab.exp: Ditto.
713 * gdb.base/randomize.exp: Ditto.
714 * gdb.base/relational.exp: Ditto.
715 * gdb.base/relocate.exp: Ditto.
716 * gdb.base/remote.exp: Ditto.
717 * gdb.base/sepdebug.exp: Ditto.
718 * gdb.base/set-lang-auto.exp: Ditto.
719 * gdb.base/setshow.exp: Ditto.
720 * gdb.base/setvar.exp: Ditto.
721 * gdb.base/signals.exp: Ditto.
722 * gdb.base/signull.exp: Ditto.
723 * gdb.base/sigstep.exp: Ditto.
724 * gdb.base/sizeof.exp: Ditto.
725 * gdb.base/solib-disc.exp: Ditto.
726 * gdb.base/store.exp: Ditto.
727 * gdb.base/structs.exp: Ditto.
728 * gdb.base/structs2.exp: Ditto.
729 * gdb.base/subst.exp: Ditto.
730 * gdb.base/term.exp: Ditto.
731 * gdb.base/trace-commands.exp: Ditto.
732 * gdb.base/unwindonsignal.exp: Ditto.
733 * gdb.base/valgrind-db-attach.exp: Ditto.
734 * gdb.base/varargs.exp: Ditto.
735 * gdb.base/watch-cond.exp: Ditto.
736 * gdb.base/watch_thread_num.exp: Ditto.
737 * gdb.base/watchpoint-cond-gone.exp: Ditto.
738 * gdb.base/watchpoint.exp: Ditto.
739 * gdb.base/whatis-exp.exp: Ditto.
740
f8d3bf8f
MS
7412010-06-01 Michael Snyder <msnyder@vmware.com>
742
743 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
744 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
745 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
746 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
747 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
748 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
749 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
750 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
751 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
752 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
753 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
754 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
755 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
756 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
757 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
758
3f9e0d32
JK
7592010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
760
761 * gdb.base/commands.exp (begin commands on watch): Remove excessive
762 trailing newline.
763 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
764 * gdb.java/jmisc.exp (p *args\n): Rename to ...
765 (p *args): ... here and remove excessive trailing newline.
766
f629457d
JB
7672010-05-31 Joel Brobecker <brobecker@adacore.com>
768
769 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
770
09eef106
JK
7712010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 Accept the new Linux kernel "t (tracing stop)" string.
774 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
775 Update comment.
776 (state_wait) <T (tracing stop)>: New.
777 (main): Update the state_wait expect string.
778
94f31136
PA
7792010-05-28 Pedro Alves <pedro@codesourcery.com>
780
781 * limits.c, limits.exp: Delete files.
782 * Makefile.in (clean mostlyclean): Adjust.
783 * tracecmd.exp: Adjust.
784
096554ab
JK
7852010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
786
787 * gdb.base/tui-layout.exp: New.
788
27d3a1a2 7892010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
790
791 * gdb.reverse/break-precsave.exp:
792 Replace uses of send_gdb / gdb_expect.
793 * gdb.reverse/break-reverse.exp:
794 Replace uses of send_gdb / gdb_expect.
795 * gdb.reverse/consecutive-precsave.exp:
796 Replace uses of send_gdb / gdb_expect.
797 * gdb.reverse/consecutive-reverse.exp:
798 Replace uses of send_gdb / gdb_expect.
799 * gdb.reverse/finish-precsave.exp:
800 Replace uses of send_gdb / gdb_expect.
801 * gdb.reverse/finish-reverse.exp:
802 Replace uses of send_gdb / gdb_expect.
803 * gdb.reverse/i386-precsave.exp:
804 Replace uses of send_gdb / gdb_expect.
805 * gdb.reverse/i386-reverse.exp:
806 Replace uses of send_gdb / gdb_expect.
807 * gdb.reverse/i386-sse-reverse.exp:
808 Replace uses of send_gdb / gdb_expect.
809 * gdb.reverse/i387-env-reverse.exp:
810 Replace uses of send_gdb / gdb_expect.
811 * gdb.reverse/i387-stack-reverse.exp:
812 Replace uses of send_gdb / gdb_expect.
813 * gdb.reverse/machinestate-precsave.exp:
814 Replace uses of send_gdb / gdb_expect.
815 * gdb.reverse/machinestate.exp:
816 Replace uses of send_gdb / gdb_expect.
817 * gdb.reverse/sigall-precsave.exp:
818 Replace uses of send_gdb / gdb_expect.
819 * gdb.reverse/sigall-reverse.exp:
820 Replace uses of send_gdb / gdb_expect.
821 * gdb.reverse/solib-precsave.exp:
822 Replace uses of send_gdb / gdb_expect.
823 * gdb.reverse/solib-reverse.exp:
824 Replace uses of send_gdb / gdb_expect.
825 * gdb.reverse/step-precsave.exp:
826 Replace uses of send_gdb / gdb_expect.
827 * gdb.reverse/step-reverse.exp:
828 Replace uses of send_gdb / gdb_expect.
829 * gdb.reverse/until-precsave.exp:
830 Replace uses of send_gdb / gdb_expect.
831 * gdb.reverse/until-reverse.exp:
832 Replace uses of send_gdb / gdb_expect.
833 * gdb.reverse/watch-precsave.exp:
834 Replace uses of send_gdb / gdb_expect.
835 * gdb.reverse/watch-reverse.exp:
836 Replace uses of send_gdb / gdb_expect.
837
3def43e0
JK
8382010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
841 excessive newline.
842
27d3a1a2 8432010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
844
845 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
846 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
847 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
848 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
849 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
850 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
851 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
852 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
853 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
854 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
855 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
856 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
857 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
858 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
859 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
860 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
861 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
862 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
863 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 864
27d3a1a2 8652010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 866
22454424
MS
867 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
868 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
869
870 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
871 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
872 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
873
874 * gdb.reverse/consecutive-reverse.exp:
875 Replace uses of send_gdb / gdb_expect.
876 * gdb.reverse/consecutive-precsave.exp:
877 Replace uses of send_gdb / gdb_expect.
878
879 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
880 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
881 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
882 * gdb.mi/mi-ns-stale-regcache.exp:
883 Replace uses of send_gdb / gdb_expect.
884 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
885 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
886 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
887 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
888 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
889 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
890 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
891 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
892 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
893
8942010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 895
22454424 896 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 897
22454424 898 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 899
22454424
MS
900 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
901 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
902 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
903 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
904 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
905 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
906 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
907 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
908 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 909
6e5f2c59
TT
9102010-05-25 Tom Tromey <tromey@redhat.com>
911
912 * gdb.base/macscp.exp: Add missing space after setup_kfail.
913
bbc8b958
TT
9142010-05-25 Tom Tromey <tromey@redhat.com>
915
916 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
917 argument order.
918 * gdb.base/macscp.exp: Fix setup_kfail argument order.
919 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
920 order.
921 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
922 order.
923 * gdb.base/call-sc.exp (setup_kfails): Remove.
924 (setup_compiler_kfails): Remove.
925 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
926 argument order.
927 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
928 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
929 (advancei): Fix setup_kfail argument order.
930 * gdb.base/radix.exp: Fix setup_kfail argument order.
931 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
932 order.
933 * gdb.base/structs.exp (setup_kfails): Remove.
934 (setup_compiler_kfails): Fix setup_kfail argument order.
935 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
936 order.
937 * gdb.java/jmain.exp: Fix setup_kfail argument order.
938 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
939 setup_kfail argument order.
940 * gdb.cp/overload.exp: Fix setup_kfail argument order.
941
83d1babf
TT
9422010-05-25 Tom Tromey <tromey@redhat.com>
943
944 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
945
6acb16a2
MS
9462010-05-25 Michael Snyder <msnyder@vmware.com>
947
948 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
949 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
950 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
951 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
952 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
953 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
954 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
955 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
956 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
957 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
958 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
959 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
960 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
961 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
962 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
963 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
964 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
965 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
966 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
967 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
968 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
969 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
970 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
971 * gdb.base/default.exp: Replace send_gdb with gdb_test.
972 * gdb.base/define.exp: Replace send_gdb with gdb_test.
973 * gdb.base/display.exp: Replace send_gdb with gdb_test.
974 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
975 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
976 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
977 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
978 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
979 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
980 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
981 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
982 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
983 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
984 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
985 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
986 * gdb.base/help.exp: Replace send_gdb with gdb_test.
987 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
988 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
989 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
990 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
991 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
992 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
993 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
994 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 995 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
996
9972010-05-25 Doug Evans <dje@google.com>
998
999 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1000 gdb.string_to_argv.
ad3986f0 1001
d3b1e874
TT
10022010-05-21 Tom Tromey <tromey@redhat.com>
1003
1004 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1005 Call it.
1006 * gdb.dwarf2/pieces.S: Update.
1007 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1008
cb826367
TT
10092010-05-21 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1012 Call it.
1013 * gdb.dwarf2/pieces.c (struct C): New.
1014 (f6): New function.
1015 * gdb.dwarf2/pieces.S: Replace.
1016
74de6778
TT
10172010-05-21 Tom Tromey <tromey@redhat.com>
1018
1019 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1020 Call it.
1021
afd74c5f
TT
10222010-05-21 Tom Tromey <tromey@redhat.com>
1023
1024 * gdb.dwarf2.pieces.exp: New file.
1025 * gdb.dwarf2.pieces.S: New file.
1026 * gdb.dwarf2.pieces.c: New file.
1027
a7b75dfd
JB
10282010-05-20 Pedro Alves <pedro@codesourcery.com>
1029 Joel Brobecker <brobecker@adacore.com>
1030
1031 * lib/gdb.exp (gdb_test_no_output): New function.
1032 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1033 when testing commands that should produce no output.
1034
c81c812a
JB
10352010-05-17 Joel Brobecker <brobecker@adacore.com>
1036
1037 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1038 parameter that we want to watch being a constant.
1039
0cce5bd9
JB
10402010-05-17 Joel Brobecker <brobecker@adacore.com>
1041
1042 * gdb.ada/cond_lang: New testcase.
1043
47050449
JB
10442010-05-17 Joel Brobecker <brobecker@adacore.com>
1045
1046 * lib/gdb.exp (banned_variables): New variable/constant.
1047 (gdb_init): Add write trace on variables listed in banned_variables.
1048 (gdb_finish): Remove write traces on variables listed in
1049 banned_variables.
1050
77c01586
JB
10512010-05-17 Joel Brobecker <brobecker@adacore.com>
1052
1053 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1054 * gdb.cp/koenig.exp: Likewise.
1055
88d4aea7
PM
10562010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1057
1058 PR python/11482
1059
1060 * gdb.python/py-value.exp (test_value_hash): New function.
1061
f5a010c0
PM
10622010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1063
1064 PR exp/11530.
1065 * gdb.base/gdb11530.c: New file.
1066 * gdb.base/gdb11530.exp: New file.
1067
8ef4892f
JK
10682010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1069
1070 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1071 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1072
7322dca9
SW
10732010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1074
1075 * gdb.cp/koenig.exp: New test.
1076 * gdb.cp/koenig.cc: New test program.
1077
02e7ea18
JB
10782010-05-05 Joel Brobecker <brobecker@adacore.com>
1079
1080 Remove the use of prms_id and bug_id throughout the testsuite.
1081
e1c34c5d
PM
10822010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1083
1084 PR exp/11349.
1085 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1086 use a reference local variable.
1087
8e1d0c49
JK
10882010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1089
1090 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1091 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1092 variable different_dir. Move debugfile into a full directory pathname
1093 under DIFFERENT_DIR.
1094 * lib/gdb.exp (separate_debug_filename): Remove.
1095 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1096 variable debug_dir and mkdir of it. Update function comments.
1097
e66408ed
PA
10982010-04-29 Pedro Alves <pedro@codesourcery.com>
1099
1100 PR gdb/11557
1101
1102 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1103 files.
1104
d7b32ed3
PM
11052010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1106
1107 * gdb.python/py-param.exp: New File.
1108
6aecb9c2
JB
11092010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1110
1111 * gdb.base/default.exp: Fix "set language" test.
1112
bdf92a1c
PM
11132010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1114
1115 PR breakpoints/11531.
1116 * gdb.base/gdb11531.c: New file.
1117 * gdb.base/gdb11531.exp: New file.
1118
3f172e24
TT
11192010-04-26 Tom Tromey <tromey@redhat.com>
1120
1121 * gdb.base/completion.exp: Add tests for completion and deprecated
1122 commands.
1123
64af4c92
JK
11242010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1127 (print /x char_array): Escape curly brackets.
1128
492928e4
JK
11292010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 Fix deadlock on looped list of loaded shared objects.
1132 * gdb.base/solib-corrupted.exp: New.
1133
66d09542
DE
11342010-04-23 Doug Evans <dje@google.com>
1135
1136 * gdb.python/py-section-script.c: New file.
1137 * gdb.python/py-section-script.exp: New file.
1138 * gdb.python/py-section-script.py: New file.
1139
8bd10a10
CM
11402010-04-20 Chris Moller <cmoller@redhat.com>
1141
1142 PR 10179
1143
1144 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1145 * gdb.base/pr10179-a.c:
1146 * gdb.base/pr10179-b.c:
1147 * gdb.base/pr10179.exp: New files.
1148
c0201579
JK
11492010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1150
1151 Fix crashes on dangling display expressions.
1152 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1153 is SEP.
1154 (lib_flags): Remove the "debug" keyword.
1155 (libsepdebug): New variable for iterating new loop.
1156 (save_pf_prefix): New variable wrapping the loop.
1157 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1158 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1159
793b0ff8
PM
11602010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1161
1162 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1163
097f51f7
PM
11642010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1165
1166 PR stabs/11479.
1167 * gdb.stabs/gdb11479.exp: New file.
1168 * gdb.stabs/gdb11479.c: New file.
1169
9a22f0d0
PM
11702010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1171
1172 * gdb.base/charset.c (Strin16, String32): New variables.
1173 * gdb.base/charset.exp (gdb_test): Test correct display
1174 of 16 or 32 bit strings.
1175
11762010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
1177
1178 PR 9167
1179 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1180 * gdb.cp/pr9167.cc: New file.
1181 * gdb.cp/pr9167.exp: New file.
1182
1183
6e354e5e
PM
11842010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1185
1186 PR pascal/11492.
1187 * gdb.pascal/gdb11492.pas: New file.
1188 * gdb.pascal/gdb11492.exp: New file.
1189
be942545
JB
11902010-04-20 Joel Brobecker <brobecker@adacore.com>
1191
1667e6e3 1192 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 1193
0c3acc09
JB
11942010-04-20 Joel Brobecker <brobecker@adacore.com>
1195
1196 * gdb.ada/dyn_loc: New testcase.
1197
ec31cde5
CM
11982010-04-20 Chris Moller <cmoller@redhat.com>
1199
1200 PR 10867
1201
1202 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1203 * gdb.cp/pr10687.cc: New file.
1204 * gdb.cp/pr10687.exp: New file.
1205
1206
ce4b0682
SDJ
12072010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1208 Sergio Durigan Junior <sergiodj@redhat.com>
1209
1210 * gdb.fortran/logical.exp: New testcase.
1211 * gdb.fortran/logical.f90: New file.
1212
3436961f
DE
12132010-04-19 Doug Evans <dje@google.com>
1214
1215 * gdb.base/help.exp (help source): Update expected output.
1216
4d836c09
JK
12172010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1220 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1221 gdb_exit and return.
1222 (executable): New variable.
1223 (binfile): Use it.
1224
6149aea9
PA
12252010-04-19 Pedro Alves <pedro@codesourcery.com>
1226
1227 PR breakpoints/8554.
1228
1229 * gdb.trace/save-trace.exp: Adjust.
1230
ed41462c
L
12312010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1232
1233 PR corefiles/11511
1234 * gdb.arch/system-gcore.exp: New.
1235 * gdb.arch/gcore.c: Likewise.
1236
3f7b2faa
DE
12372010-04-15 Doug Evans <dje@google.com>
1238
fa33c3cd
DE
1239 * gdb.python/py-progspace.c: New file.
1240 * gdb.python/py-progspace.exp: New file.
1241
3f7b2faa
DE
1242 * gdb.base/source.exp: Add tests for "source -s".
1243
79f283fe
PM
12442010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1245
1246 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1247 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1248 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1249 * gdb.python/py-mi.exp: New test for to_string returning None.
1250
fc8eb08a
PM
12512010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1252
1253 * gdb.python/py-breakpoint.c: Make result global.
1254
26e197f6
JK
12552010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 Fix non-GNU make compatibility.
1258 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1259
adc36818
PM
12602010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1261
1262 * gdb.python/py-breakpoint.exp: New File.
1263 * gdb.python/py-breakpoint.C: Ditto.
1264
64e17368
SS
12652010-04-08 Stan Shebs <stan@codesourcery.com>
1266
1267 * gdb.trace/actions.exp: Clear default-collect.
1268 * gdb.trace/save-trace.exp: Clear default-collect.
1269
fff5cc64
PM
12702010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1271
1272 * gdb.python/py-value: Add null string variable.
1273 (test_lazy_string): Test zero length, NULL address lazy
1274 strings.
1275
a055a187
L
12762010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1277
1278 * gdb.arch/i386-avx.c: New.
1279 * gdb.arch/i386-avx.exp: Likewise.
1280
1281 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1282
96e39866
DE
12832010-04-06 Doug Evans <dje@google.com>
1284
1285 * gdb.base/source-test.gdb: New file.
1286 * gdb.base/source.exp: Test source -v.
1287
5984a431
UW
12882010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1289
1290 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1291
ec8a089a
PM
12922010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1293
1294 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1295 within one line, unless it is followed by a double quote.
1296 * gdb.stabs/hppa.sed: Idem.
1297 * gdb.stabs/weird.def: Add char and String constants
1298 * gdb.stabs/weird.exp: Check for correct parsing of
1299 chhar and string constants.
1300 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1301 in .stabs to .stabx substitution.
1302
fce3c1f0
SS
13032010-04-05 Stan Shebs <stan@codesourcery.com>
1304
1305 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1306 constant global.
1307 * gdb.trace/tfile.exp: Try to print them.
1308
d77f58be
SS
13092010-04-04 Stan Shebs <stan@codesourcery.com>
1310
1311 * gdb.base/completion.exp: Update for new "info watchpoints".
1312 * gdb.base/default.exp: Ditto.
1313 * gdb.base/help.exp: Ditto.
1314 * gdb.base/watchpoint.exp: Ditto.
1315 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1316
af54718e
SS
13172010-04-04 Stan Shebs <stan@codesourcery.com>
1318
1319 * gdb.trace/tfile.exp: Sharpen tfind test.
1320
74d1f91e
JK
13212010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 * gdb.base/break-entry.exp: New.
1324
eb8e76db
HZ
13252010-04-02 Hui Zhu <teawater@gmail.com>
1326 Michael Snyder <msnyder@vmware.com>
1327
1328 * gdb.reverse/i386-sse-reverse.exp: New file.
1329 * gdb.reverse/i386-sse-reverse.c: New file.
1330
bf65cad8
PA
13312010-04-02 Pedro Alves <pedro@codesourcery.com>
1332
1333 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1334
fff87407
SS
13352010-04-01 Stan Shebs <stan@codesourcery.com>
1336
1337 * gdb.trace/actions.exp: Tweak expected output.
1338 * gdb.trace/while-stepping.exp: Tweak expected output.
1339
fe01d668
L
13402010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1341
1342 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1343
86b17b60
PA
13442010-04-01 Pedro Alves <pedro@codesourcery.com>
1345
1346 * gdb.base/commands.exp: Adjust.
1347 * gdb.cp/extern-c.exp: Adjust.
1348
2c58c0a9
PA
13492010-04-01 Pedro Alves <pedro@codesourcery.com>
1350
1351 * gdb.trace/collection.c (local_test_func): Define a local struct,
1352 and instanciate it.
1353
0db9b91c
PA
13542010-04-01 Pedro Alves <pedro@codesourcery.com>
1355
1356 * gdb.trace/collection.exp (gdb_collect_args_test)
1357 (gdb_collect_argarray_test): XFAIL the tests that assume the
1358 argarray argument's elements are collected.
1359
8072405b
JK
13602010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1363 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1364
8bf6485c
SS
13652010-03-31 Stan Shebs <stan@codesourcery.com>
1366
1367 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1368 and tracepoint conditionals.
1369 (gdb_verify_tracepoints): Delete unused return.
1370
fd7f724a
KS
13712010-03-26 Keith Seitz <keiths@redhat.com>
1372
1373 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1374 appear in the output before main.
1375 Remove KFAIL for gdb/2215 aka bz 9320.
1376
8d9e7719
DE
13772010-03-30 Doug Evans <dje@google.com>
1378
0906dd0b
DE
1379 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1380 by dejagnu.
1381 * gdb.arch/amd64-dword.exp: Ditto.
1382
8d9e7719
DE
1383 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1384 match.
1385 (break printf): Ditto.
1386
1da644f0
SW
13872010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1388
1389 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1390 gcc < 4.4.
1391 * gdb.cp/shadow.exp: Ditto.
1392
a8121990
PA
13932010-03-29 Pedro Alves <pedro@codesourcery.com>
1394
1395 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1396 "tstart" is silent.
1397
6e79d367
PA
13982010-03-29 Pedro Alves <pedro@codesourcery.com>
1399
1400 * gdb.trace/collection.exp (executable): New.
1401 (binfile): Use it.
1402 (fpreg, spreg, pcreg): New.
1403 (test_register): Use gdb_test_multiple. Pass /x to print.
1404 (prepare_for_trace_test): New.
1405 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1406 (gdb_collect_args_test, gdb_collect_argstruct_test)
1407 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1408 prepare_for_trace_test.
1409 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1410 fpreg, spreg and pcreg.
1411 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1412 prepare_for_trace_test.
1413 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1414 try to detect tracing support here. Don't set breakpoints at
1415 `begin' or `end' here.
1416 <global scope>: Use clean_restart. Run to main before checking
1417 for tracing support. Check for for tracing support here.
1418
09248348
JK
14192010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1420
1421 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1422 " as $displacement" to "seen displacement message".
1423
d350db38
PA
14242010-03-28 Pedro Alves <pedro@codesourcery.com>
1425
1426 * gdb.trace/while-dyn.exp (executable): New variable.
1427 (binfile): Use it.
1428 (test_while_stepping): New function. Move most tests here. Call
1429 it once for each of the while-stepping, stepping and ws aliases.
1430
907af001
UW
14312010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1432
1433 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1434 that do not provide the tagless_struct type name at all.
1435 (test_print_anon_union): Do not check value of uninitialized
1436 union member. Do not use cp_test_ptype_class, so we can accept
1437 "long" as well as "long int".
1438
610197fd
PA
14392010-03-26 Pedro Alves <pedro@codesourcery.com>
1440
1441 * gdb.trace/tfile.c (tohex, bin2hex): New.
1442 (write_error_trace_file): Hexify error description.
1443
6c28cbf2
SS
14442010-03-25 Stan Shebs <stan@codesourcery.com>
1445
1446 * gdb.trace/tfile.c: Generate an additional trace file, improve
1447 portability.
1448 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1449 files in a better way.
1450
e62b8c7e
KS
14512010-03-25 Keith Seitz <keiths@redhat.com>
1452
1453 * gdb.java/jprint.exp: XFAIL printing of static class members
1454 because of GCC debuginfo problem.
1455
82ccf5a5
JK
14562010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1457
1458 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1459
293e2f9e
DJ
14602010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1461
1462 * gdb.base/completion.exp: Allow long instead of long int.
1463 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1464 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1465 variable p.
1466 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1467 * gdb.base/pointers.exp: Allow long instead of long int.
1468 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1469 * gdb.base/step-line.exp: Allow a directory before the source file name.
1470
95a42b64
TT
14712010-03-24 Tom Tromey <tromey@redhat.com>
1472
1473 PR breakpoints/9352:
1474 * gdb.base/default.exp: Update.
1475 * gdb.base/commands.exp: Update.
1476 * gdb.cp/extern-c.exp: Test setting commands on multiple
1477 breakpoints at once.
1478
2390201f
DJ
14792010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1480
1481 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1482 if gdb,nosignals.
1483 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1484 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1485 exited".
1486
8c9a6790
SS
14872010-03-24 Stan Shebs <stan@codesourcery.com>
1488
1489 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1490
a6c727b2
DJ
14912010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1492
1493 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1494 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1495 argument. Handle "short" and "long".
1496 (Top level): Pass overprototyped output for old_fptr and xptr.
1497
4dfd5423
PA
14982010-03-23 Pedro Alves <pedro@codesourcery.com>
1499
1500 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1501 format strings and add casts to avoid compiler warnings.
1502
15032010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1504
1505 * lib/trace-support.exp (gdb_trace_setactions):
1506 Don't expect whitespace after ">" prompt.
1507 * gdb.trace/actions.exp: Adjust for output changes.
1508 * gdb.trace/while-stepping.exp: Likewise.
1509
c847d045
JK
15102010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1511
1512 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1513 and r157645).
1514
5f717f1d
JK
15152010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1518 New.
1519
7d6d51d5
DJ
15202010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1521
1522 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1523 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1524
3b11a015
SS
15252010-03-19 Stan Shebs <stan@codesourcery.com>
1526
1527 * gdb.trace/ax.exp: New file.
1528
d7d158ed
DE
15292010-03-19 Doug Evans <dje@google.com>
1530
6bb85cd1
DE
1531 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1532 output from gcc.
1533
d7d158ed
DE
1534 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1535 named /usr/sbin/prelink<foo>.
1536
4daf5ac0
SS
15372010-03-18 Stan Shebs <stan@codesourcery.com>
1538
1539 * gdb.trace/circ.exp: Test circular-trace-buffer.
1540 * gdb.trace/tfile.exp: Update tstatus test.
1541
e8d05480
JB
15422010-03-18 Joel Brobecker <brobecker@adacore.com>
1543
1544 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1545 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1546
441b986a
UW
15472010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1548
1549 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1550
4247603b
PA
15512010-03-18 Pedro Alves <pedro@codesourcery.com>
1552
1553 * gdb.base/default.exp: Adjust the expected output of the finish
1554 and until commands when the inferior is not being run.
1555
13387711
SW
15562010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1557
1558 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1559 * gdb.cp/nsusing.exp: Ditto.
1560
6e31430b
TT
15612010-03-15 Tom Tromey <tromey@redhat.com>
1562
1563 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1564 * gdb.cp/userdef.cc (operator==): New function.
1565 (main): New locals mem1, mem2.
1566
e2d69cb5
JZ
15672010-03-15 Jie Zhang <jie@codesourcery.com>
1568
1569 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1570 Declare and use new loadtimeout variable.
1571
f572f0a9
DJ
15722010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1573
1574 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1575 Use gdb_load later.
1576
51f4c0b0
PA
15772010-03-14 Pedro Alves <pedro@codesourcery.com>
1578
1579 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1580 literal. Add missing endlines to prints to stderr.
1581
1c809c68
TT
15822010-03-12 Tom Tromey <tromey@redhat.com>
1583
1584 PR c++/9708:
1585 * gdb.cp/m-static.exp: Add regression test.
1586 * gdb.cp/m-static.cc (method): New method.
1587 (main): Call it.
1588
00ae8fef
SW
15892010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1590
1591 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1592 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1593
759f0f0b
PA
15942010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1595
21e24d21
PA
1596 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1597
15982010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1599
759f0f0b
PA
1600 * lib/gdb.exp (skip_stl_tests): New.
1601 (gdb_compile): Symbian needs -ldl.
1602 (shlib_target_file): New.
1603 (shlib_symbol_file): New.
1604 (gdb_load_shlibs): Use shlib_target_file.
1605 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1606 * gdb.cp/exception.exp: Use skip_stl_tests.
1607 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1608 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1609 * gdb.cp/mb-templates.exp: Ditto.
1610 * gdb.base/commands.exp: Relax regexes.
1611 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1612 shlib_target_file and shlib_symbol_file.
1613 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1614 sections.
1615 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1616 * gdb.base/solib-disc.exp: Use
1617 shlib_target_file and shlib_symbol_file.
1618 * gdb.base/unload.exp: Don't skip on symbian. Use
1619 shlib_target_file and shlib_symbol_file.
1620 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1621
6a8f2671
PA
16222010-03-12 Pedro Alves <pedro@codesourcery.com>
1623
1624 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1625 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1626 Issue a tfind end before looking for a tracepoint frame.
1627 * gdb.trace/tfind.exp: Adjust tstatus output.
1628 Adjust disassembly output.
1629 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1630
ccf26247
JK
16312010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1632
1633 * gdb.base/break-interp.exp: Create new displacement parameter value
1634 for the test_ld calls.
1635 (reach): New parameter displacement, verify its content. New push of
1636 pf_prefix "reach-$func:". Import global expect_out.
1637 (test_core): New parameter displacement, verify its content. New push
1638 of pf_prefix "core:". New command "set verbose on". Import global
1639 expect_out.
1640 (test_attach): New parameter displacement, verify its content. New
1641 push of pf_prefix "attach:". New command "set verbose on". Import
1642 global expect_out.
1643 (test_ld): New parameter displacement, pass it to the reach, test_core
1644 and test_attach calls and verify its content in the "ld.so exit" test.
1645 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1646 (prelink): Update expected text, use gdb_test.
1647
e469c7fb
DE
16482010-03-10 Doug Evans <dje@google.com>
1649
1650 * gdb.base/checkpoint.exp: Fix comment.
1651 Lengthen timeout while doing >600 checkpoints test.
1652 Rename duplicate "kill all one" test to keep test names unique.
1653
60e1c644
PA
16542010-03-10 Pedro Alves <pedro@codesourcery.com>
1655
1656 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1657
cec808ec
KS
16582010-03-08 Keith Seitz <keiths@redhat.com>
1659
1660 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1661 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1662 (dm_type_long): New function.
1663 (dm_type_unsigned_short): New function.
1664 (dm_type_unsigned_long): New function.
1665 (myint): New typedef.
1666 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1667 long, unsigned shor and long, operator char*, and typedef.
1668 (test_lookup_operator_functions): Add operator char* test.
1669 (test_paddr_operator_functions): Likewise.
1670 (test_paddr_overloaded_functions): Use probe values for
1671 short, long, and unsigned short and long.
1672 (test_paddr_hairy_functions): If the demangler probe detected
1673 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1674 demangler.
1675 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1676 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1677 and "print null_pmf".
1678 Add test "ptype a.*pmf".
1679 * gdb.cp/overload.exp: Allow optional "int" to appear with
1680 "short" and "long".
1681 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1682 long expect value for men_overload1arg.
1683 Allow "int" to appear with "short" and "long".
1684 When testing "info break", add argument for main (void).
1685 Also allow "int" to appear with "short" and "long".
1686 Ditto with "unsigned" and "long long".
1687 * gdb.java/jmain.exp: Do not enclose methods names in single
1688 quotes.
1689 * gdb.java/jmisc.exp: Likewise.
1690 * gdb.java/jprint.exp: Likewise.
1691 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1692
1693 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1694 * gdb.cp/exception.exp (backtrace after first throw)
1695 (backtrace after second throw): Allow a namespace before __cxa_throw.
1696 (backtrace after first catch, backtrace after second catch): Allow
1697 a namespace before __cxa_begin_catch.
1698
1699 * gdb.cp/cpexprs.exp: New file.
1700 * gdb.cp/cpexprs.cc: New file.
1701
1702 From Daniel Jacobowitz <dan@codesourcery.com>
1703 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1704 to use string_to_regexp.
1705 (ctor, dtor): New functions. Use them to match constructor
1706 and destructor function types.
1707 (Top level): Use runto_main.
1708
f870a310
TT
17092010-03-05 Tom Tromey <tromey@redhat.com>
1710
1711 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1712 gdb.target_charset.
1713 (pp_ns.to_string): Likewise.
1714
0c199f28
KS
17152010-03-04 Keith Seitz <keiths@redhat.com>
1716
1717 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1718 can be quoted. Test that both the filename and function/line
1719 portions can be quoted at the same time.
1720
c7437ca6
PA
17212010-03-04 Pedro Alves <pedro@codesourcery.com>
1722
1723 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1724
b111b805
DE
17252010-03-03 Doug Evans <dje@google.com>
1726
24486cb7
DE
1727 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1728 libc contains libpthread.
1729
b111b805
DE
1730 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1731 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1732 of gdb_compile. Add another pattern to match android backtrace.
1733
a0e0ef55
TT
17342010-03-03 Tom Tromey <tromey@redhat.com>
1735
1736 PR gdb/11345:
1737 * gdb.base/printcmds.exp (test_printf): Add test.
1738
1ba53b71
L
17392010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1740
1741 * gdb.arch/amd64-byte.exp: New.
1742 * gdb.arch/amd64-dword.exp: Likewise.
1743 * gdb.arch/amd64-pseudo.c: Likewise.
1744 * gdb.arch/amd64-word.exp: Likewise.
1745 * gdb.arch/i386-byte.exp: Likewise.
1746 * gdb.arch/i386-pseudo.c: Likewise.
1747 * gdb.arch/i386-word.exp: Likewise.
1748
f5dff777
DJ
17492010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1750
1751 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1752 types. Add structreg, bitfields, and flags registers.
1753 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1754 registers.
1755
90884b2b
L
17562010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1757
1758 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1759 (load_description): Set architecture if defined.
1760
dc00d89f
PM
17612010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1762
1763 * gdb.python/py-frame.exp: Add read_var block tests.
1764 * gdb.python/py-frame.c (block): New function.
1765
0e095b7e
JK
17662010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1767 Daniel Jacobowitz <dan@codesourcery.com>
1768
1769 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1770
624f1a65
DM
17712010-02-25 David S. Miller <davem@davemloft.net>
1772
1773 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1774 fix logic for setting all_syscalls_numbers.
1775
f3e9a817
PM
17762010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1777
1778 * Makefile.in: Add py-block and py-symbol.
1779 * gdb.python/py-symbol.exp: New File.
1780 * gdb.python/py-symtab.exp: New File.
1781 * gdb.python/py-block.exp: New File.
1782 * gdb.python/py-symbol.c: New File.
1783 * gdb.python/py-block.c: New File.
1784
f6bbabf0
PM
17852010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1786
1787 PR python/11314
1788 * lib/gdb.exp (skip_python_tests): New function.
1789 * gdb.python/py-cmd.exp: Use skip_python_tests.
1790 * gdb.python/py-frame.exp: Likewise.
1791 * gdb.python/py-function.exp: Likewise.
1792 * gdb.python/py-prettyprint.exp: Likewise.
1793 * gdb.python/py-template.exp: Likewise.
1794 * gdb.python/py-type.exp: Likewise.
1795 * gdb.python/py-value.exp: Likewise.
1796
85d721b8
PA
17972010-02-22 Pedro Alves <pedro@codesourcery.com>
1798
1799 PR9605
1800
1801 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1802
48e32051
TT
18032010-02-19 Tom Tromey <tromey@redhat.com>
1804
1805 PR c++/8693, PR c++/9496:
1806 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1807 regression tests.
1808
ac9c0048
JK
18092010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1810
1811 Fix compatibility with m68k as.
1812 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1813 Use only /* comments */.
1814
57bb97a4
UW
18152010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1816
1817 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1818 * configure: Regenerate.
1819
7d1bf85c
DJ
18202010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1821
1822 * gdb.python/py-type.exp: Check for Python support.
1823
061b5285
PA
18242010-02-17 Pedro Alves <pedro@codesourcery.com>
1825
1826 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1827 `regsub' syntax available.
1828
f8a8bc2c
PA
18292010-02-17 Pedro Alves <pedro@codesourcery.com>
1830
1831 * gdb.base/shmain.c (main): Remove printf call.
1832 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1833 * gdb.base/unload.c (main): Make format of fprintf a string
1834 literal. Add missing endlines to prints to stderr.
1835 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1836
6f451e5e
TT
18372010-02-17 Tom Tromey <tromey@redhat.com>
1838
1839 * gdb.java/jprint.java (jprint.props): New field.
1840 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1841
12d79008
PA
18422010-02-17 Pedro Alves <pedro@codesourcery.com>
1843
ef801a0e 1844 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
1845 available.
1846
d252f7e5
DJ
18472010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1848
1849 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1850 creation to support remote host testing.
1851
67bdab6c
DJ
18522010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1853
1854 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1855 Recognize "command not found".
1856
bb391223
DJ
18572010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1858
1859 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1860 single-stepping.
1861
70362913
DJ
18622010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1863
1864 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1865 if arguments are not supported.
1866
493f3c00
DJ
18672010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1868
1869 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1870 be const or non-const.
1871
8034c749
DJ
18722010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1873
1874 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1875 mi_send_resuming_command to send -exec-continue.
1876
791dfb64
DJ
18772010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1878
1879 * gdb.base/list.exp (test_list_filename_and_function): Add test
1880 with single quotes.
1881 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1882 matching.
1883 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1884 Add KFAIL'd tests for PR gdb/11289.
1885
7c5fe868
DJ
18862010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1887
1888 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1889
fdc498b8
DJ
18902010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1891
1892 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1893 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1894 a temporary directory.
1895
b519e2a6
DJ
18962010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1897
1898 * gdb.base/charset.exp: Use a single regular expression to match
1899 show host-charset and show target-charset output.
1900
74164c56
JK
19012010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1902
1903 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1904 "Illegal process-id" expect string more exact.
1905 (attach to digits-starting nonsense is prohibited): New.
1906
701ed6dc
JK
19072010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * gdb.base/prelink.exp (set verbose on): New.
1910
fa19b4e5
MS
19112010-02-12 Tomas Holmberg <th@virtutech.com>
1912
1913 * mi-reverse.exp: New file. Test for reverse option to the
1914 following MI commands: exec-continue, exec-finish, exec-next,
1915 exec-step, exec-next-instruction, exec-step-instruction.
1916
dadf0e9c
JB
19172010-02-09 Joel Brobecker <brobecker@adacore.com>
1918
1919 * gdb.ada/ptype_tagged_param: New testcase.
1920
714f19d5
TT
19212010-02-08 Tom Tromey <tromey@redhat.com>
1922
1923 PR c++/8017:
1924 * gdb.cp/overload.exp: Add tests.
1925 * gdb.cp/overload.cc (struct K): New.
1926 (namespace N): New.
1927 (main): Call new functions.
1928 (K::staticoverload): Define.
1929
83b10087
CM
1930Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1931
1932 PR gdb/10728
1933 * gdb.cp/pr10728-x.h: New file.
1934 * gdb.cp/pr10728-x.cc: New file.
1935 * gdb.cp/pr10728-y.cc: New file.
1936 * gdb.cp/pr10728.exp: New file.
1937 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1938
99903ae3
CM
1939Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1940
1941 PR gdb/9067
1942 * gdb.cp/pr9067.exp: New
1943 * gdb.cp/pr9067.cc: New
1944 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1945
7b356089
JB
19462010-02-08 Joel Brobecker <brobecker@adacore.com>
1947
1948 * lib/gdb.exp (gdb_test_timeout): New global variable.
1949 Set it to timeout if not already set.
1950 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1951
1be00882
DE
19522010-02-05 Doug Evans <dje@google.com>
1953
1954 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1955 user.
1956
82856980
SW
19572010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1958
1959 PR c++/7935:
1960 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1961
1a334831
TT
19622010-02-04 Tom Tromey <tromey@redhat.com>
1963
1964 * gdb.cp/virtbase.exp: Make test case names unique.
1965
9c3c02fd
TT
19662010-02-02 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.cp/virtbase.exp: Add regression tests.
1969 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1970 (main): Instantiate RHC.
1971
0cc2414c
TT
19722010-02-02 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1975 type-printing change.
1976
edf3d5f3
TT
19772010-02-02 Tom Tromey <tromey@redhat.com>
1978
1979 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1980 * gdb.cp/virtbase.cc: New file.
1981 * gdb.cp/virtbase.exp: New file.
1982 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1983
e4b7f41c
JK
19842010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1985
1986 PR libc/11214:
1987 * gdb.threads/current-lwp-dead.c: Include features.h.
1988 (HAS_NOMMU): New.
1989 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1990
b381ea14
JK
19912010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1992
1993 * gdb.base/symbol-without-target_section.exp,
1994 gdb.base/symbol-without-target_section.c: New.
1995
c593ac0e
DJ
19962010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1997
1998 * gdb.base/bigcore.exp: Reset increased timeout.
1999 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2000
db25f29d
DJ
20012010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2002
2003 * gdb.base/gcore.exp (capture_command_output): Use
2004 gdb_test_multiple.
2005
f9d67f43
DJ
20062010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2007
2008 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2009 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2010 (Top level): Call it.
2011
177321bd
DJ
20122010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2013
2014 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2015
97f2ed50
DJ
20162010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2017
2018 * gdb.base/call-strs.exp, gdb.base/default.exp,
2019 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2020 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2021 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2022 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2023 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2024 * gdb.base/ending-run.exp: Correct restore of timeout.
2025 * gdb.base/page.exp: Remove unnecessary timeout setting.
2026
e4e2711a
JB
20272010-01-29 Joel Brobecker <brobecker@adacore.com>
2028
2029 * gdb.ada/rec_return: New testcase.
2030
ba581dc1
JB
20312010-01-29 Joel Brobecker <brobecker@adacore.com>
2032
2033 * gdb.ada/call_pn: New testcase.
2034
4ea95be9
DJ
20352010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2036
2037 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2038 (Top level): Use it to resume.
2039 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2040 the Thumb mode displaced stepping error as unsupported.
2041
df83a9bf
SW
20422010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2043
2044 * gdb.cp/nsusing.exp: Added more tests.
2045 * gdb.cp/nsrecurs.exp: Ditto.
2046 * gdb.cp/nsusing.cc: Added test functions.
2047 * gdb.cp/nsrecurs.cc: Ditto.
2048
40b27cdc
JK
20492010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2050
2051 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2052 absolute directory pathnames in gdb.sum file.
2053
de958931
SW
20542010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2055
2056 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2057 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2058
708ead4e
TT
20592010-01-26 Tom Tromey <tromey@redhat.com>
2060
2061 PR exp/7643:
2062 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2063 setup_kfail.
2064
b14e635e
SW
20652010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2066
2067 * gdb.cp/nsrecurs.exp: New test.
2068 * gdb.cp/nsrecurs.cc: New test program.
2069 * gdb.cp/nsstress.exp: New test.
2070 * gdb.cp/nsstress.cc: New test program.
2071 * gdb.cp/nsdecl.exp: New test.
2072 * gdb.cp/nsdecl.cc: New test program.
2073
8540c487
SW
20742010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2075
2076 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2077 imported into file scope.
2078 Marked test as xfail.
2079 * gdb.cp/namespace-using.cc (marker5): New function.
2080 * gdb.cp/shadow.exp: New test.
2081 * gdb.cp/shadow.cc: New test program.
2082 * gdb.cp/nsimport.exp: New test.
2083 * gdb.cp/nsimport.cc: New test program.
2084
421d5d99
TT
20852010-01-25 Tom Tromey <tromey@redhat.com>
2086
2087 PR gdb/11049:
2088 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2089 with "set print null-stop on".
2090
691f8dc1
JK
20912010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2092
2093 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2094 Adjust it for DISASSEMBLY_OMIT_FNAME.
2095
0b92b5bb
TT
20962010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 PR symtab/11199:
2099 * gdb.dwarf2/member-ptr-forwardref.exp,
2100 gdb.dwarf2/member-ptr-forwardref.S: New.
2101
23787403
JK
21022010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2105 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2106 thread1_tid_mutex. Remove gdbstop_mutex handling.
2107 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2108 thread2_tid_mutex. Remove gdbstop_mutex handling.
2109 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2110 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2111 pthread_cond_wait conditionalizations by while loops.
2112
b966cb8a
TT
21132010-01-20 Tom Tromey <tromey@redhat.com>
2114
2115 PR backtrace/10770:
2116 * gdb.dwarf2/pr10770.exp: New file.
2117 * gdb.dwarf2/pr10770.c: New file.
2118 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2119
fcae584b
VP
21202010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2121
2122 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2123 that target was removed, and the test always runs native anyway.
2124
a0f49112
JK
21252010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2126
2127 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2128 gdb.base/watchpoint-cond-gone-stripped.c: New.
2129
ceeb3d5a
TT
21302010-01-19 Tom Tromey <tromey@redhat.com>
2131
2132 PR c++/8000:
2133 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2134 existing tests.
2135 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2136 (main): Use AAA::SomeEnum.
2137
dd322c54
JK
21382010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2141 (test_ignore_count): Declare line_callme_body global.
2142 (run to breakpoint with ignore count): Use line_callme_body.
2143 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2144 (set line_main_hello, set line_main_return): Reindent.
2145 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2146 New.
2147 (continue to callee4): Use line_callee4_body.
2148 (check *stopped from CLI command): Use line_callee4_next.
2149 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2150 (set line_main_hello, set line_main_return): Reindent.
2151 (set line_callee4_head, set line_callee4_body): New.
2152 (continue to callee4): Use line_callee4_body.
2153
4e8f195d
TT
21542010-01-18 Tom Tromey <tromey@redhat.com>
2155
2156 PR c++/9680:
2157 * gdb.cp/casts.cc: Add new classes and variables.
2158 * gdb.cp/casts.exp: Test new operators.
2159
9e14a9ba
JB
21602010-01-18 Tom Tromey <tromey@redhat.com>
2161 Thiago Jung Bauermann <bauerman@br.ibm.com>
2162
2163 * gdb.python/source2.py: New file.
2164 * gdb.python/source1: New file.
2165 * gdb.python/python.exp: Test "source" command.
2166
00bf0b85
SS
21672010-01-15 Stan Shebs <stan@codesourcery.com>
2168
2169 * gdb.trace/tfile.c: New file.
2170 * gdb.trace/tfile.exp: New file.
2171
55235ad7
JK
21722010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2175
9f2982ff
JK
21762010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2179
bbfba9ed
JK
21802010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2183 (libfunc): New parameter action. Implement also selectable "sleep".
2184 * gdb.base/break-interp-main.c: Include assert.h.
2185 (libfunc): New parameter action.
2186 (main): New parameters argc and argv. Assert argc. Pass argv.
2187 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2188 (test_attach): New proc.
2189 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2190 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2191
61f0d762
JK
21922010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2193
2194 * gdb.base/break-interp.exp (test_core): New proc.
2195 (test_ld): Call it.
2196
06a6f270
JK
21972010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2198
2199 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2200 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2201 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2202 and gdb_compile_shlib. Use new -Wl compiler options.
2203 (dl bt, main bt): New tests.
2204
51bee8e9
JK
22052010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 Support PIEs with no symfile_objfile.
2208 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2209 (test_ld): New parameter trynosym.
2210 (test_ld <$trynosym>): New block.
2211
b8040f19
JK
22122010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2213
2214 * gdb.base/break-interp.exp: New file.
2215
be759fcf
PM
22162010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2217
2218 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2219 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2220 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2221 test.
2222 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2223 * gdb.python/py-mi.exp: Add lazy string test.
2224
dc146f7c
VP
22252010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2226
2227 * lib/mi-support.exp (mi_check_thread_states): Handle
2228 core number in thread listing.
2229
b4ba55a1
JB
22302010-01-12 Joel Brobecker <brobecker@adacore.com>
2231
2232 * gdb.base/maint.exp: Adjust the expected output for the
2233 "maint print type" test. Use gdb_test_multiple instead of
2234 gdb_sent/gdb_expect.
2235
08e24bd4
DE
22362010-01-11 Doug Evans <dje@google.com>
2237
6496a609
DE
2238 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2239 from gdbserver_download. All callers updated.
2240
08e24bd4
DE
2241 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2242
b5cfddf5
JK
22432010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2244
2245 Implement binary numbers parsing.
2246 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2247 (test_integer_literals_rejected): New binary tests.
2248
3725885a
RW
22492010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2250
2251 * gdb.cell/configure: Regenerate.
2252
37aeb5df
JK
22532010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 * gdb.base/corefile.exp: Move the core finding block out and call it as
2256 core_find, new variable $corefile, replace corefile by $corefile and
2257 [file tail $corefile] for usage vs. test names resp.
2258 * lib/gdb.exp (core_find): Move it as a new function here. New
2259 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2260 $destcore. Return "" on error.
2261
d521f563
JK
22622010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 Workaround PR binutils/10802.
2265 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2266 (twice).
2267
28f24826
DJ
22682010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2269
2270 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2271
2de75e71
JB
22722010-01-08 Joel Brobecker <brobecker@adacore.com>
2273
2274 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2275 call, to avoid interruption.
2276
fe00719b 22772010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
2278
2279 * gdb.stabs/weird.def (args93): New.
2280
d0ef5df8
DE
22812010-01-07 Doug Evans <dje@google.com>
2282
2283 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2284
3a08d52f
TT
22852010-01-07 Tom Tromey <tromey@redhat.com>
2286
2287 * gdb.base/source.exp: Use correct line number.
2288
7a697b8d
SS
22892010-01-05 Stan Shebs <stan@codesourcery.com>
2290
2291 * gdb.trace/tracecmd.exp: Test ftrace.
2292
7803799a
UW
22932010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2294
2295 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2296
c54eabfa
JK
22972010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2298
2299 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2300 "uint_for_mi_testing".
2301
02e7ef19
JB
23022010-01-01 Joel Brobecker <brobecker@adacore.com>
2303
2304 Test indented comment in file being sourced.
2305 * gdb.base/commands.exp: Test indented comment in file being sourced.
2306
abd775ce
JB
23072010-01-01 Joel Brobecker <brobecker@adacore.com>
2308
2309 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2310 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2311 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2312 notice.
2313
79b55b82
JB
23142010-01-01 Joel Brobecker <brobecker@adacore.com>
2315
2316 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2317 notice.
2318
8997583e
JK
23192010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2320
2321 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2322 missing $after_stopped and comma (,) expectation.
2323
6da95a67
SS
23242009-12-31 Stan Shebs <stan@codesourcery.com>
2325
2326 * gdb.trace/actions.exp: Test teval action.
2327
218d2fc6
TJB
23282009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2329
2330 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2331 (top level): Call test_watchpoint_in_big_blob.
2332 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2333 watchpoints.
2334 (func3): Write to buf.
2335
236f1d4d
SS
23362009-12-29 Stan Shebs <stan@codesourcery.com>
2337
2338 * gdb.trace/actions.exp: Test default-collect.
2339
f61e138d
SS
23402009-12-28 Stan Shebs <stan@codesourcery.com>
2341
2342 * gdb.trace/tsv.exp: New file.
2343 * gdb.base/completion.exp: Update ambiguous info output.
2344
0219b378
DJ
23452009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2346
2347 * gdb.base/find.c (main): Reference search buffers.
2348 * gdb.base/included.c (main): Reference integer.
2349 * gdb.base/ptype.c (charfoo): Declare.
2350 (intfoo): Call charfoo.
2351 * gdb.base/scope0.c (useitp): New function.
2352 (usestatics): Use useitp.
2353 (useit): Add a type for val.
2354 * gdb.base/scope1.c (useit1): Take a pointer argument.
2355 (usestatics1): Update calls to useit1.
2356 * gdb.cp/call-c.cc: Declare foo.
2357 (main): Call foo.
2358 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2359 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2360 (main): Call C::ensureRefs and ensureOtherRefs.
2361 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2362 variables.
2363 (ensureOtherRefs): New function.
2364 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2365 * gdb.cp/templates.cc (main): Call t5i.value.
2366
3f78692f
JK
23672009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2368
2369 Fix compatibility with G++-4.5.
2370 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2371 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2372 (uncaught return): Remove.
2373
429374b8
JK
23742009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2375 Phil Muldoon <pmuldoon@redhat.com>
2376
2377 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2378 (bp_location13, bp_location14, bp_location17, bp_location18)
2379 (marker3_proto, marker4_proto): New variables.
2380 (breakpoint info): Update output.
2381 (run until breakpoint at marker3, run until breakpoint at marker4): New
2382 tests.
2383
859825b8
JK
23842009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2385
2386 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2387 Replace the printf call of Y by provided "y-set-1" label. New block
2388 for the second shared library.
2389 * gdb.base/unload.exp: Compile also the second library, call
2390 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2391 (single pending breakpoint info): Rename to ...
2392 (pending breakpoint info before run): ... this extended test.
2393 (libfile2, libname2, libsrcfile2, libsrc2)
2394 (lib_sl2): New variables.
2395 (exec_opts): Set also SHLIB_NAME2.
2396 (pending breakpoint info on first run at shrfunc1)
2397 (pending breakpoint info on second run at shrfunc1)
2398 (pending breakpoint info on second run at shrfunc2)
2399 (print y from libfile, print y from libfile2): New tests.
2400 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2401 * gdb.base/unloadshr2.c: New.
2402
e6a386cd
HZ
24032009-12-22 Hui Zhu <teawater@gmail.com>
2404
2405 * gdb.reverse/sigall-reverse.exp: Adjust.
2406
9e19b45e
VP
24072009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2408
2409 PR gdb/10884
2410
2411 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2412 (main): Call do_bitfield_tests.
aacf5b1e 2413 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2414
d53a7b30
JB
24152009-12-20 Joel Brobecker <brobecker@adacore.com>
2416
2417 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2418 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2419 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2420 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2421 gdb.modula2/unbounded1.c: Update copyright header.
2422
191ca0a1
CM
24232009-12-10 Chris Moller <moller@mollerware.com>
2424
2425 PR gdb/9399
2426 * gdb.cp/virtfunc2.exp: New tests
2427 * gdb.cp/virtfunc2.cc: New tests
2428 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2429
0fa6cf1b
MS
24302009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2431
2432 * gdb.reverse/i387-env-reverse.c: New file.
2433 * gdb.reverse/i387-env-reverse.exp: New file.
2434 * gdb.reverse/i387-stack-reverse.c: New file.
2435 * gdb.reverse/i387-stack-reverse.exp: New file.
2436
361ae042
PM
24372009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2438
2439 * gdb.python/py-type.exp (test_range): New test.
2440
bfd31e71
PM
24412009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2442
2443 PR python/10805
2444
2445 * gdb.python/py-type.exp: New file.
2446 * gdb.python/py-type.c: New file.
2447 * Makefile.in: Add py-type.
2448
57a1d736
TT
24492009-12-03 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.python/py-value.exp (test_parse_and_eval): New
2452 function.
2453
1f3b5d1b
PP
24542009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2455
2456 PR gdb/11022
2457
2458 * gdb.base/pr11022.exp: New test.
2459 * gdb.base/pr11022.c: New test.
2460
8b7dbdc9
JK
24612009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 Fix spurious false FAILs.
2464 * gdb.base/structs.c (chartest): New.
2465 (main): Fill-in chartest.
2466 * gdb.base/structs.exp (anychar_re, first): New.
2467 (start_structs_test): Import global anychar_re and first.
2468 New gdb_test call "set print elements 300; ${testfile}"
2469 (start_structs_test <$first>): New block.
2470 (any): Import global anychar_re. New variable ac. Use ${ac}.
2471
6a53b2ec
JK
24722009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2475
d7167b4c
JK
24762009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2477
2478 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2479 Force $srcfile file.
2480 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2481
b1798462
UW
24822009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2483
2484 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2485 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2486 * gdb.threads/watchthreads-reorder.exp: Likewise.
2487
b6199126
DJ
24882009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2489
2490 PR gdb/8704
2491
2492 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2493 "if", and "thread". Correct matching in the previous test.
2494
b22a0510
DJ
24952009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2496
2497 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2498
930636d2
MS
24992009-11-23 Michael Snyder <msnyder@vmware.com>
2500
2501 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2502 * gdb.reverse-watch-precsave.exp: Ditto.
2503
21a0512e
PP
25042009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2505
2506 * gdb.asm/asm-source.exp: Adjust.
2507 * gdb.base/help.exp: Adjust.
2508
fc30d5e0
PA
25092009-11-22 Pedro Alves <pedro@codesourcery.com>
2510
2511 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2512 (do_syscall_tests_without_xml): Set data-directory to
2513 /the/path/to/nowhere.
2514
f6bc2008
PA
25152009-11-21 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.threads/local-watch-wrong-thread.c,
2518 gdb.threads/local-watch-wrong-thread.exp: New files.
2519
8c2fb5de
PA
25202009-11-21 Pedro Alves <pedro@codesourcery.com>
2521
2522 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2523 assume new `regsub' syntax available.
2524
ebec9a0f
PA
25252009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
a79d3c27
JK
2527 * gdb.base/watchpoint-hw-hit-once.exp,
2528 gdb.base/watchpoint-hw-hit-once.c: New.
2529
25302009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 * gdb.threads/watchthreads-reorder.exp,
2533 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2534
276a961b
MK
25352009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2536
2537 * gdb.xml/tdesc-regs.exp: Use for m68k.
2538
4867c1fb
PA
25392009-11-15 Pedro Alves <pedro@codesourcery.com>
2540
2541 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2542
f6838f81
DJ
25432009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2544
2545 * lib/gdb.exp (current_target_name): New procedure.
2546 (gdb_wrapper_target): New variable.
2547 (gdb_wrapper_init): Set gdb_wrapper_target.
2548 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2549 wrapper.
2550
4ac4dd3f
DJ
25512009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2552
2553 * gdb.base/remote.exp: Delete the slowest load test.
2554 Do not load with fixed packet sizes.
2555
a7881759
DJ
25562009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2557
2558 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2559
97a5b505
DJ
25602009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2561
2562 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2563 srcfile when setting a breakpoint.
2564
d3e1fc54
DJ
25652009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2566
2567 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2568 macros.
2569
7cbcbded
DJ
25702009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2571
2572 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2573 to be in memory.
2574 * gdb.base/display.c (force_mem): New.
2575 (do_loops): Use it. Add breakpoint comments.
2576 (do_vars): Add a breakpoint comment.
2577 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2578 line numbers.
2579
bdea3a92
NF
25802009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2581
2582 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2583 instead of a bare "run".
2584
269f82e5
PP
25852009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2586
2587 * gdb.python/py-prettyprint.exp: Adjust.
2588
a69b7d9d
DJ
25892009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2590
2591 * lib/cell.exp (skip_cell_tests): Clean up test files before
2592 returning.
2593
b598bfda
DJ
25942009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2595
2596 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2597 and the breakpoint menu. Do not call perror if a prompt is seen.
2598 Consume the following GDB prompt.
2599 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2600 * gdb.cp/namespace.exp: Use gdb_test.
2601 * gdb.cp/templates.exp: Use gdb_test.
2602 (test_template_breakpoints): Use gdb_test_multiple.
2603
87728fa0
DJ
26042009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2605
2606 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2607 (marker4): Reference values.
2608
b67c692f
DJ
26092009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2610
2611 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2612 is missing.
2613
f0df251a
DJ
26142009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2615
2616 * gdb.base/break.c (need_malloc): New.
2617 * gdb.base/constvars.c (main): Reference crass and crisp.
2618 * gdb.base/gdb1821.c (main): Reference bar.
2619 * gdb.cp/gdb1355.cc (main): Reference s1.
2620 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2621 (main): Call them.
2622 * gdb.cp/hang2.cc (dummy2): Define.
2623 * gdb.cp/hang3.cc (dummy3): Define.
2624 * gdb.cp/m-data.cc (main): Reference shadow.
2625
bdf7534a
NF
26262009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2627 Nathan Froyd <froydnj@codesourcery.com>
2628
2629 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2630 remote host.
2631
f24fce77
NF
26322009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2633
2634 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2635 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2636 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2637 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2638 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2639 * gdb.dwarf2/dw2-producer.exp: Likewise.
2640 * gdb.dwarf2/mac-fileno.exp: Likewise.
2641 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2642 py-prettyprint.py to the remote host.
2643 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2644
40f0318e
KS
26452009-11-11 Keith Seitz <keiths@redhat.com>
2646
2647 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2648 use it instead of "Foo".
2649 * gdb.cp/classes.exp (do_tests): Add a test to access
2650 a method through a typedef'd class name.
2651
f3d9f7fb
NF
26522009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2653
2654 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2655 exponents.
2656 * gdb.base/pointers.exp: Likewise.
2657 * gdb.cp/ref-types.exp: Likewise.
2658
a4216f37
KS
26592009-11-11 Keith Seitz <keiths@redhat.com>
2660
2661 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2662 new[] and delete[].
2663 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2664 "void".
2665 (probe_demangler): Remove all single-quoting of
2666 method and variable names.
2667 (info_func_regexp): Remove the word "void" from any
2668 occurrence of "(void)".
2669 (print_addr_2): Remove all single-quoting of
2670 method names.
2671 (print_addr_2_kfail): Likewise.
2672 (print_addr): Single-quote C function names before
2673 passing to print_addr_2.
2674 (test_paddr_operator_functions): Remove single-quoting
2675 for method names.
2676 Add tests for operator new[] and operator delete[].
2677
9b14d7aa
JK
26782009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2679
2680 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2681
85feb311
KS
26822009-11-09 Keith Seitz <keiths@redhat.com>
2683
2684 * gdb.cp/overload.exp: Add tests for resolving overloaded
2685 methods in expression parsing/evaluation.
2686
fa335448
DJ
26872009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2688
2689 * lib/gdb.exp (default_gdb_version): Use --version instead of
2690 --command.
2691
ec3c07fc
NS
26922009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2693
2694 * lib/gdb.exp (gdb_compile_test): New.
2695 (skip_ada_tests, skip_java_tests): New.
2696 (gdb_compile): Use gdb_compile_test for f77.
2697 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2698 * lib/java.exp (compile_java_from_source): Remove runtests check,
2699 use gdb_compile_test to record result.
2700 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2701 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2702 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2703 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2704 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2705 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2706 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2707 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2708 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2709 adjust gdb_compile invocations.
2710
b8b4e42b
JK
27112009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * Makefile.in (abs_builddir): New.
2714 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2715 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2716 `$(abs_builddir)/site.exp'.
2717
f8b7eaf3
DJ
27182009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2719
2720 * config/m68k-emc.exp, lib/emc-support.exp,
2721 gdb.trace/gdb_c_test.c: Delete.
2722 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2723 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2724 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2725 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2726 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2727 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2728 casing for m68k-*-elf.
2729
c4187697
NS
27302009-11-03 Pedro Alves <pedro@codesourcery.com>
2731
2732 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2733 * gdb.arch/i386-prologue.exp: Likewise.
2734 * gdb.arch/i386-unwind.exp: Likewise.
2735
db16b772
DJ
27362009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2737
2738 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2739
bcf71277
DJ
27402009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2741
2742 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2743
0105cee2
DJ
27442009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2745
2746 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2747
24ddea62
JK
27482009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2749
2750 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2751
287ccc17
JK
27522009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2753
2754 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2755 * gdb.base/sepdebug2.c: New file.
2756
08bca259 27572009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
2758
2759 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2760 the modified warnings for catch syscall. Verify if GDB was compiled
2761 with support for lib expat, and choose which tests to run depending
2762 on this.
2763
5d4e2b76
VP
27642009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2765
2766 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2767 that composite commands are parsed OK. And also test
2768 that breakpoint commands do work.
2769
240e538a
MS
27702009-10-23 Michael Snyder <msnyder@vmware.com>
2771
2772 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2773 to allow for new disassembly style.
2774
9c419145
PP
27752009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2776
2777 * gdb.asm/asm-source.exp: Adjust.
2778
02506ff1
MS
27792009-10-22 Michael Snyder <msnyder@vmware.com>
2780
2781 * gdb.reverse/break-precsave.exp: New test.
2782 * gdb.reverse/consecutive-precsave.exp: Ditto.
2783 * gdb.reverse/finish-precsave.exp: Ditto.
2784 * gdb.reverse/i386-precsave.exp: Ditto.
2785 * gdb.reverse/machinestate-precsave.exp: Ditto.
2786 * gdb.reverse/sigall-precsave.exp: Ditto.
2787 * gdb.reverse/solilb-precsave.exp: Ditto.
2788 * gdb.reverse/step-precsave.exp: Ditto.
2789 * gdb.reverse/until-precsave.exp: Ditto.
2790 * gdb.reverse/watch-precsave.exp: Ditto.
2791
4cf866a3
MS
27922009-10-22 Michael Snyder <msnyder@vmware.com>
2793
2794 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2795 for gdb_expect. Adjust one test's expect strings for the new
2796 format of disassemble.
2797 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2798 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2799 gdb_test_multiple.
2800 * gdb.reverse/step-reverse.exp: Delete 'return'.
2801 * gdb.reverse/until-reverse.exp: Delete blank lines.
2802 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2803
2b28d209
PP
28042009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2805
2806 * gdb.base/consecutive.exp: Adjust.
2807 * gdb.base/display.exp: Likewise.
2808 * gdb.base/pc-fp.exp: Likewise.
2809 * gdb.base/sigbpt.exp: Likewise.
2810
33b9c32b
MS
28112009-10-19 Michael Snyder <msnyder@vmware.com>
2812
2813 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2814 * gdb.reverse/finish-reverse.c: Ditto.
2815 * gdb.reverse/sigall-reverse.c: Ditto.
2816 * gdb.reverse/solib-reverse.c: Ditto.
2817 * gdb.reverse/step-reverse.c: Ditto.
2818 * gdb.reverse/watch-reverse.c: Ditto.
2819
6c95b8df
PA
28202009-10-19 Pedro Alves <pedro@codesourcery.com>
2821 Stan Shebs <stan@codesourcery.com>
2822
2823 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2824 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2825 "Executing new program".
2826 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2827 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2828 left listed after having been killed.
2829 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2830 * gdb.base/maint.exp: Adjust test.
2831
2832 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2833 * gdb.multi/Makefile.in: New.
2834 * gdb.multi/base.exp: New.
2835 * gdb.multi/goodbye.c: New.
2836 * gdb.multi/hangout.c: New.
2837 * gdb.multi/hello.c: New.
2838 * gdb.multi/bkpt-multi-exec.c: New.
2839 * gdb.multi/bkpt-multi-exec.exp: New.
2840 * gdb.multi/crashme.c: New.
2841
279017b7
TG
28422009-10-13 Tristan Gingold <gingold@adacore.com>
2843
2844 * gdb.base/sepdebug.exp: Check debug info are found.
2845
0413d738
PA
28462009-10-08 Pedro Alves <pedro@codesourcery.com>
2847
2848 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2849 bits.
2850
c628eecc
JK
28512009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2854
38af1bfe
JB
28552009-10-07 Joel Brobecker <brobecker@adacore.com>
2856
2857 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2858 of the comments.
2859
2b0adecd
PM
28602009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2861
2862 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2863 * gdb.base/annota3.exp: Idem.
2864 * gdb.base/maint.exp: Idem.
2865
8d417781
PM
28662009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2867
2868 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2869 to default.
2870
bb61102d
PM
28712009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2872
2873 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2874 mingw and cygwin targets.
2875
ace5c364
PM
28762009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2877 Pedro Alves <pedro@codesourcery.com>
2878
2879 * lib/gdb.exp (gdb_compile): Avoid adding
2880 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2881
c2d494a0
PM
28822009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2883
e1b52ce2
PM
2884 * gdb.base/shr1.c: Use %p in format string.
2885 * gdb.base/unload.c: Avoid warning in fprintf.
2886 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 2887
209f53f5
PM
28882009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2889
2890 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2891 long type.
2892 (test_unlink): Correct printf string.
2893 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2894 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2895
8172766a
JK
28962009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2897
2898 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2899 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2900 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2901
0f73703c
UW
29022009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2903
2904 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2905 * gdb.objc/nondebug.exp: Likewise.
2906
b32306ca
UW
29072009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2908
2909 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2910 target_info setting.
2911
2912 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2913 that detect new threads during "info threads".
2914
0057022f
UW
29152009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2916
2917 * gdb.threads/manythreads.c (main): Increase thread stack size
2918 to 2*PTHREAD_STACK_MIN.
2919 * gdb.threads/multi-create.c (main): Likewise.
2920 (create_function): Likewise.
2921
f29c0325
UW
29222009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2923
2924 * gdb.base/dump.exp: Pass difference of pointer types instead
2925 of integer types as offset to restore in intarr3.srec case.
2926
fcb34849
UW
29272009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2928
2929 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2930
d5142e3b
UW
29312009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2932
2933 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2934
087b74b2
PM
29352009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2936
2937 New test for two watchpoints, with disabling of
2938 the first inserted.
2939 * testsuite/gdb.base/watchpoints.c: New file.
2940 * testsuite/gdb.base/watchpoints.exp: New file.
2941
96c07c5b
TT
29422009-09-25 Tom Tromey <tromey@redhat.com>
2943
2944 * gdb.base/charset.exp: Test utf-16 strings with Python.
2945
b8899f2b
TT
29462009-09-25 Tom Tromey <tromey@redhat.com>
2947
2948 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2949 UCS-4.
2950 * gdb.base/charset.c (utf_32_string): Rename.
2951 (init_utf32): Rename.
2952 (main): Update.
2953
329719ec
TT
29542009-09-22 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.python/py-function.exp: Add regression tests.
2957
11ef0d76
KS
29582009-09-21 Keith Seitz <keiths@redhat.com>
2959
2960 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2961 with invalid operator.
2962
3fe8f3b3
KS
29632009-09-21 Keith Seitz <keiths@redhat.com>
2964
2965 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2966 and destructor using typedef name of class.
2967 * gdb.cp/classes.cc (class Base1): Add a destructor.
2968 (base1): New typedef.
2969 (use_methods): Instanitate an object of type base1.
2970 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2971 (do_tests): Call test_template_typedef.
2972 * gdb.cp/templates.cc (Baz::~Baz): New method.
2973 (intBazOne): New typedef.
2974 (main): Instantiate intBazOne.
2975
7a9fe101
PM
29762009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2977
2978 PR python/10633
2979
2980 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2981 Function.
2982 (run_lang_tests): Add print elements test.
2983
2e4d963f
PM
29842009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2985
2986 * gdb.python/py-value.exp (test_subscript_regression): New
2987 function. Test for invalid subscripts.
2988 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2989 (ptr_ref): New function.
2990
ec7e75e7
PP
29912009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2992
2993 * gdb.base/default.exp: Fix "show convenience".
2994
0cc7d26f
TT
29952009-09-15 Tom Tromey <tromey@redhat.com>
2996
2997 * lib/mi-support.exp (mi_create_varobj): Update.
2998 (mi_create_floating_varobj): Likewise.
2999 (mi_create_dynamic_varobj): New proc.
3000 (mi_varobj_update): Update.
3001 (mi_varobj_update_with_type_change): Likewise.
3002 (mi_varobj_update_kv_helper): New proc.
3003 (mi_varobj_update_dynamic_helper): Rewrite.
3004 (mi_varobj_update_dynamic): New proc.
3005 (mi_list_varobj_children): Update.
3006 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3007 * gdb.python/python-prettyprint.py (pp_outer): New class.
3008 (pp_nullstr): Likewise.
3009 (lookup_function): Register new printers.
3010 * gdb.python/python-prettyprint.c (struct substruct): New type.
3011 (struct outerstruct): Likewise.
3012 (substruct_test): New function.
3013 (struct nullstr): New type.
3014 (string_1, string_2): New globals.
3015 (main): Add new tests.
3016 * gdb.python/python-mi.exp: Added regression tests.
3017 * gdb.mi/mi2-var-display.exp: Update.
3018 * gdb.mi/mi2-var-cmd.exp: Update.
3019 * gdb.mi/mi2-var-child.exp: Update.
3020 * gdb.mi/mi2-var-block.exp: Update.
3021 * gdb.mi/mi-var-invalidate.exp: Update.
3022 * gdb.mi/mi-var-display.exp: Update.
3023 * gdb.mi/mi-var-cmd.exp: Update.
3024 * gdb.mi/mi-var-child.exp: Update.
3025 * gdb.mi/mi-var-block.exp: Update.
3026 * gdb.mi/mi-break.exp: Update.
3027 * gdb.mi/gdb701.exp: Update.
3028
a96d9b2e
SDJ
30292009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3030
3031 * Makefile.in: Inclusion of catch-syscall object.
3032 * gdb.base/catch-syscall.c: New file.
3033 * gdb.base/catch-syscall.exp: New file.
3034
b43b923a
MS
30352009-09-12 Michael Snyder <msnyder@vmware.com>
3036
3037 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3038 that can support reverse debuggnig.
3039
cec03d70
TT
30402009-09-11 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.dwarf2/valop.S: New file.
3043 * gdb.dwarf2/valop.exp: New file.
3044
e23bb3fc
MK
30452009-09-11 Mark Kettenis <kettenis@gnu.org>
3046
3047 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3048
37c3696d
DE
30492009-09-10 Doug Evans <dje@google.com>
3050
3051 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3052 Add $gdb_prompt to second breakpoint regexp.
3053
5172aecb
JB
30542009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3055
3056 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3057 names, add missing ones.
3058 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3059 * gdb.python/py-frame.c: Rename from python-frame.c.
3060 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3061 testfile name.
3062 * gdb.python/py-function.exp: Rename from python-function.exp.
3063 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3064 testfile name.
3065 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3066 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3067 Adjust testfile name.
3068 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3069 * gdb.python/py-template.cc: Rename from python-template.cc.
3070 * gdb.python/py-template.exp: Rename from python-template.exp.
3071 Adjust testfile name.
3072 * gdb.python/py-value.c: Rename from python-value.c.
3073 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3074 testfile name.
3075
b554e4bd
JK
30762009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3079 $bpt2address.
3080 (Second breakpoint address is valid on ia64)
3081 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3082
9a68ae16
JM
30832009-09-03 Joseph Myers <joseph@codesourcery.com>
3084
3085 * gdb.base/ending-run.exp: Restrict regular expression matching
3086 line number to require closing brace following.
3087
146b9145
DE
30882009-09-03 Doug Evans <dje@google.com>
3089
3090 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3091
787d21e1
TT
30922009-09-02 Tom Tromey <tromey@redhat.com>
3093
3094 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3095
e7802207
TT
30962009-09-02 Tom Tromey <tromey@redhat.com>
3097
3098 * gdb.dwarf2/callframecfa.exp: New file.
3099 * gdb.dwarf2/callframecfa.S: New file.
3100
817aadd2
JK
31012009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3104 gdb.base/solib-overlap-main.c: New.
3105
4a76eae5
DJ
31062009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 PR gdb/10565
3109
3110 * gdb.base/bitfields.c (struct container, container): New.
3111 (main): Initialize it and call break5.
3112 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3113
d4b96c9a
JK
31142009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3115
3116 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3117 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3118
4e22772d
JK
31192009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3122
2efab443
MS
31232009-08-26 Michael Snyder <msnyder@vmware.com>
3124
3125 * gdb.base/i386-reverse.c: New file.
3126 * gdb.base/i386-reverse.exp: New file.
3127 * gdb.base/Makefile.in: Add new files to be removed.
3128
07ab73a0
JM
31292009-08-26 Joseph Myers <joseph@codesourcery.com>
3130
3131 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3132 environment-pwd for remote host.
3133 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3134
676accff
KS
31352009-08-24 Keith Seitz <keiths@redhat.com>
3136
3137 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3138 Add two new C++ completer tests which limit the output to a
3139 given class.
3140
f9f7ad22
MS
31412009-08-24 Michael Snyder <msnyder@vmware.com>
3142
3143 * gdb.base/del.exp: Fix typo in comment.
3144 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3145
81ecdfbb
RW
31462009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3147
3148 * configure: Regenerate.
3149 * gdb.hp/configure: Likewise.
3150 * gdb.hp/gdb.aCC/configure: Likewise.
3151 * gdb.hp/gdb.base-hp/configure: Likewise.
3152 * gdb.hp/gdb.compat/configure: Likewise.
3153 * gdb.hp/gdb.defects/configure: Likewise.
3154 * gdb.hp/gdb.objdbg/configure: Likewise.
3155 * gdb.stabs/configure: Likewise.
3156
cab0c772
UW
31572009-08-19 Doug Evans <dje@google.com>
3158
3159 * gdb.base/gdbvars.c: New file.
3160 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3161
b8fa0bfa
PA
31622009-08-14 Pedro Alves <pedro@codesourcery.com>
3163
3164 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3165 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3166
b84aa90a
PA
31672009-08-13 Pedro Alves <pedro@codesourcery.com>
3168
3169 * gdb.base/default.exp: Adjust "set language test": it's now an
3170 enum command. Larger help string moved to "help set language".
3171 * gdb.base/help.exp: Adjust "help set language" expected output,
3172 now lists all known languages.
3173
0d8f9b2c
NF
31742009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3175
3176 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3177 all frame arguments.
3178 * gdb.arch/altivec-regs.exp: Likewise.
3179
bda180e0
TT
31802009-08-07 Tom Tromey <tromey@redhat.com>
3181
3182 * gdb.base/setshow.exp: Add tests for changes to set language, set
3183 check range, and set check type.
3184
48cb2d85
VP
31852009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3186
3187 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3188 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3189 Call it.
3190
1ea34204
UW
31912009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3192
3193 * configure.ac: Run gdb.cell tests when appropriate.
3194 * configure: Regenerate.
3195 * lib/cell.exp: New file.
3196 * gdb.cell: New directory.
3197 * gdb.cell/configure.ac: New file.
3198 * gdb.cell/configure: New file.
3199 * gdb.cell/Makefile.in: New file.
3200 * gdb.cell/arch.exp: New file.
3201 * gdb.cell/break.c: New file.
3202 * gdb.cell/break.exp: New file.
3203 * gdb.cell/break-spu.c: New file.
3204 * gdb.cell/bt.c: New file.
3205 * gdb.cell/bt2-spu.c: New file.
3206 * gdb.cell/bt-spu.c: New file.
3207 * gdb.cell/bt.exp: New file.
3208 * gdb.cell/coremaker.c: New file.
3209 * gdb.cell/coremaker-spu.c: New file.
3210 * gdb.cell/core.exp: New file.
3211 * gdb.cell/gcore.exp: New file.
3212 * gdb.cell/data.c: New file.
3213 * gdb.cell/data.exp: New file.
3214 * gdb.cell/data-spu.c: New file.
3215 * gdb.cell/ea-cache.exp: New file.
3216 * gdb.cell/ea-cache.c: New file.
3217 * gdb.cell/ea-cache-spu.c: New file.
3218 * gdb.cell/ea-standalone.c: New file.
3219 * gdb.cell/ea-standalone.exp: New file.
3220 * gdb.cell/ea-test.c: New file.
3221 * gdb.cell/ea-test.exp: New file.
3222 * gdb.cell/f-regs.exp: New file.
3223 * gdb.cell/mem-access.c: New file.
3224 * gdb.cell/mem-access.exp: New file.
3225 * gdb.cell/mem-access-spu.c: New file.
3226 * gdb.cell/ptype.exp: New file.
3227 * gdb.cell/registers.exp: New file.
3228 * gdb.cell/size.c: New file.
3229 * gdb.cell/sizeof.exp: New file.
3230 * gdb.cell/size-spu.c: New file.
3231 * gdb.cell/solib.exp: New file.
3232 * gdb.cell/solib-symbol.exp: New file.
3233
85e747d2
UW
32342009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3235
3236 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3237
58d6951d
DJ
32382009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3239
3240 * gdb.base/float.exp: Handle VFP registers.
3241
6e0a4f15
MS
32422009-07-14 Michael Snyder <msnyder@vmware.com>
3243
dcd5da87
MS
3244 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3245 to bring gdb to the beginning of the calling line.
3246
6e0a4f15
MS
3247 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3248 confusing the i386 epilogue unwinder.
3249
782b2b07
SS
32502009-07-14 Stan Shebs <stan@codesourcery.com>
3251
3252 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3253
f662c3bc
MS
32542009-07-14 Michael Snyder <msnyder@vmware.com>
3255
3256 * gdb.reverse/step-reverse.exp (stepi into function call):
3257 Call instruction may not be first instruction in the line.
3258 (reverse stepi from a function call): Used wrong line number.
3259
8f313923
JK
32602009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3263
4662c76e
JK
32642009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 Fix gdb.base/macscp.exp when using custom inputrc.
3267 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3268 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3269 env(TERM) set.
3270 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3271 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3272
aa81e255
JK
32732009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3276 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3277 Change the compilation target to match the testcase name.
3278 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3279 testcase name.
3280 * a2-run.exp: Use for setup prepare_for_testing. Change the
3281 compilation target to match the testcase name.
3282 * gdb.base/commands.exp: Likewise.
3283 * gdb.base/finish.exp: Likewise.
3284 * gdb.base/float.exp: Likewise.
3285 * gdb.base/info-target.exp: Likewise.
3286 * gdb.base/relational.exp: Likewise.
3287 * gdb.base/term.exp: Likewise.
3288 * gdb.base/until.exp: Likewise.
3289 * gdb.base/volatile.exp: Likewise.
3290 * gdb.base/whatis-exp.exp: Likewise.
3291
4c93b1d7
HZ
32922009-07-11 Hui Zhu <teawater@gmail.com>
3293
3294 * gdb.base/help.exp (disassemble): Update expected help text.
3295
812f7342
TT
32962009-07-09 Tom Tromey <tromey@redhat.com>
3297
3298 * lib/gdb.exp: Handle TRANSCRIPT.
3299 (remote_spawn, remote_close, send_gdb): New procs.
3300
fbb8f299
PM
33012009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3302
3303 * gdb.python/python-prettyprint.c: Add counted null string
3304 structure.
3305 * gdb.python/python-prettyprint.exp: Print null string. Test for
3306 embedded nulls.
3307 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3308 * gdb.python/python-value.exp (test_value_in_inferior): Add
3309 variable length string fetch tests.
3310 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3311
c0ac0ec7
JK
33122009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3313
3314 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3315
30b66ecc
TT
33162009-07-07 Tom Tromey <tromey@redhat.com>
3317
3318 * gdb.base/call-rt-st.exp: Update for change to escape output.
3319 * gdb.base/callfuncs.exp: Likewise.
3320 * gdb.base/charset.exp: Likewise.
3321 * gdb.base/constvars.exp: Likewise.
3322 * gdb.base/long_long.exp: Likewise.
3323 * gdb.base/pointers.exp: Likewise.
3324 * gdb.base/printcmds.exp: Likewise.
3325 * gdb.base/setvar.exp: Likewise.
3326 * gdb.base/store.exp: Likewise.
3327 * gdb.cp/ref-types.exp: Likewise.
3328 * gdb.mi/mi-var-child.exp: Likewise.
3329 * gdb.mi/mi-var-display.exp: Likewise.
3330 * gdb.mi/mi2-var-display.exp: Likewise.
3331 * gdb.base/charset.exp: Test octal escape sequence length.
3332 Update for change to escape output.
3333
187c4a2b
JK
33342009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3337
d80a43f9
DJ
33382009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3339
3340 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3341
047427a8
JK
33422009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3345 gdbserver increasing $portnum if "Can't bind address" has been seen.
3346
8b5a0f4f
PA
33472009-07-05 Pedro Alves <pedro@codesourcery.com>
3348
3349 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3350 mingw32ce.
3351
7d93ba58
PA
33522009-07-05 Pedro Alves <pedro@codesourcery.com>
3353
3354 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3355 VFP format.
3356
2277426b
PA
33572009-07-02 Pedro Alves <pedro@codesourcery.com>
3358
3359 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3360 linux. Adjust to use "inferior", "info inferiors", "detach
3361 inferior" and "kill inferior" instead of "restart", "info fork",
3362 "detach fork" and "delete fork".
3363 * gdb.base/ending-run.exp: Spell out "info".
3364 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3365 the "kill" command.
3366
5af949e3
UW
33672009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3368
3369 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3370 change to prefix TLS offset in hex with 0x.
3371
5d3729b5
UW
33722009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3373
3374 * gdb.base/default.exp: Update test case for "x" changes.
3375
af589bd0
TG
33762009-07-01 Tristan Gingold <gingold@adacore.com>
3377
3378 * gdb.base/bigcore.exp: Make darwin untested.
3379
40974f91
JK
33802009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3381
3382 * gdb.base/completion.exp (directory completion): Create the directory.
3383 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3384 escapeuniquesub.
3385 (directory completion 2): Expect now ${escapeuniquesub}.
3386 (Glob remaining of directory test): Remove one excessive newline.
3387 Expect the real output.
3388
59dd3af6
JK
33892009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3390
3391 Fix `make check//%' target after `make check' has been ran.
3392 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3393 a mkdir call.
3394 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3395 (%/.dir): Remove.
3396
f4e164aa
JK
33972009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3398
3399 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3400 the expected result record.
3401
69af2122
JK
34022009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 Remove racy FAILs relying just on the timeouts.
3405 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3406 (annotation_level 2): Remove racy FAILs.
3407
2fd481e1
PP
34082009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3409
3410 gdb/10275
3411 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3412
c38f313d
DJ
34132009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3414
3415 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3416
8b777f02
VP
34172009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3418
3419 * gdb.mi/mi-stack.exp: Testing symbolic options
3420 to -stack-list-locals and -stack-list-arguments.
3421
00c7eacf
JK
34222009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3423
3424 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3425
6bc80edc
TT
34262009-06-29 Tom Tromey <tromey@redhat.com>
3427
3428 * dg-extract-results.sh: New file.
3429 * Makefile.in (FORCE_PARALLEL): New variable.
3430 (CHECK_TARGET): New conditional variable.
3431 (check): Use CHECK_TARGET.
3432 (DO_RUNTEST): New variable.
3433 (check-single): New target.
3434 (TEST_DIRS): New variable.
3435 (TEST_TARGETS): Likewise.
3436 (check-parallel): New target.
3437 (check-gdb.%): New pattern.
3438 (BASE1_FILES): New variable.
3439 (BASE2_FILES): Likewise.
3440 (check-gdb.base%): New pattern.
3441 (%/.dir): New pattern.
3442 * configure: Rebuild.
3443 * aclocal.m4 (AM_CONDITIONAL): New defun.
3444 * configure.ac: Check whether user is using GNU make.
3445 (GMAKE): New conditional.
3446
794684b6
SW
34472009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3448
3449 * gdb.cp/namespace-nested-import.cc: New test.
3450 * gdb.cp/namespace-nested-import.exp: New test.
3451
edb3359d
DJ
34522009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3453
3454 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3455 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3456 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3457 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3458 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3459 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3460 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3461 gdb.opt/inline-markers.c: New files.
3462 * lib/gdb.exp (skip_inline_frame_tests): New function.
3463 (skip_inline_var_tests): New function.
3464
cf657a0c
AS
34652009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3466
3467 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3468 backtrace.
3469
28d41a99
MS
34702009-06-27 Michael Snyder <msnyder@vmware.com>
3471
3472 * gdb.reverse: New directory.
3473 * gdb.reverse/break-reverse.c: New test.
3474 * gdb.reverse/break-reverse.exp: New test.
3475 * gdb.reverse/consecutive-reverse.c: New test.
3476 * gdb.reverse/consecutive-reverse.exp: New test.
3477 * gdb.reverse/finish-reverse.c: New test.
3478 * gdb.reverse/finish-reverse.exp: New test.
3479 * gdb.reverse/machinestate.c: New test.
3480 * gdb.reverse/ms1.c: New test.
3481 * gdb.reverse/machinestate.exp: New test.
3482 * gdb.reverse/Makefile.in: New file.
3483 * gdb.reverse/shr2.c: New test.
3484 * gdb.reverse/solib-reverse.c: New test.
3485 * gdb.reverse/solib-reverse.exp: New test.
3486 * gdb.reverse/step-reverse.c: New test.
3487 * gdb.reverse/step-reverse.exp: New test.
3488 * gdb.reverse/until-reverse.c: New test.
3489 * gdb.reverse/ur1.c: New test.
3490 * gdb.reverse/until-reverse.exp: New test.
3491 * gdb.reverse/watch-reverse.c: New test.
3492 * gdb.reverse/watch-reverse.exp: New test.
3493 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3494 * configure: Regenerate.
3495
fe3c8b0d
DE
34962009-06-26 Doug Evans <dje@google.com>
3497
3498 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3499
3a72a602
PM
35002009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3501
3502 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3503 windows problem for 'file delete $binfile'.
3504
27aa8d6a
SW
35052009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3506
3507 * gdb.cp/namespace-using.exp: New test.
3508 * gdb.cp/namespace-using.cc: New test.
3509
8ac055f8
JB
35102009-05-20 Joel Brobecker <brobecker@adacore.com>
3511
3512 * gdb.ada/variant_record_packed_array: New testcase.
3513
85e306ed
TT
35142009-06-23 Tom Tromey <tromey@redhat.com>
3515
3516 * gdb.base/charset.exp (test_combination): Regression test.
3517 * gdb.base/charset.c (my_wchar_t): New typedef.
3518 (myvar): New global.
3519 (main): Set myvar.
3520
56643c5e
PM
35212009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3522
3523 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3524 target.
3525
1fac167a
UW
35262009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3527
3528 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3529
7ccb0be9
UW
35302009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3531
3532 * gdb.mi/gdb680.exp: Update test for error message.
3533
568d6575
UW
35342009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3535
3536 * gdb.base/annota1.exp: Allow multiple occurrences of the
3537 frames-invalid annotation.
3538 * gdb.cp/annota2.exp: Likewise.
3539
7cd1089b
PM
35402009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3541
3542 * gdb.cp/gdb2495.cc: New file.
3543 * gdb.cp/gdb2495.exp: New file.
3544
72c63395
JK
35452009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3546
3547 Report error on GDB crash during runto.
3548 * lib/gdb.exp (runto <eof>): New.
3549
3788363d
DJ
35502009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3551
3552 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3553 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3554 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3555 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3556 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3557 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3558 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3559 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3560 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3561 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3562 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3563 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3564 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3565 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3566 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3567 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3568 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3569 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3570 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3571 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3572 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3573 gdb.trace/passcount.exp, gdb.trace/report.exp,
3574 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3575 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3576 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3577 executable.
3578
17592de3
PA
35792009-06-07 Pedro Alves <pedro@codesourcery.com>
3580
3581 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3582 defined before referencing it.
3583
701e355d
DE
35842009-06-03 Doug Evans <dje@google.com>
3585
3586 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3587 * gdb.arch/i386-see.c: Ditto.
3588
f2292c65
PM
35892009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3590
3591 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3592 (check_macro): Return 1 if undefined.
3593 If first test fails, check if macro debug information is available,
3594 and report unsupported test if no macro information is found.
3595
5a437975
DE
35962009-05-29 Doug Evans <dje@google.com>
3597
3598 * gdb.threads/hand-call-in-threads.exp: New.
3599 * gdb.threads/hand-call-in-threads.c: New.
3600
c141c696
MS
36012009-05-29 Michael Snyder <msnyder@vmware.com>
3602
3603 * gdb.base/break-always.exp: Change "1" to "on".
3604 Add confirmation check.
3605
b3444185
PA
36062009-05-28 Pedro Alves <pedro@codesourcery.com>
3607
3608 * gdb.threads/threxit-hop-specific.c: New.
3609 * gdb.threads/threxit-hop-specific.exp: New.
3610 * gdb.threads/thread-execl.c: New.
3611 * gdb.threads/thread-execl.exp: New.
3612
b6313243
TT
36132009-05-27 Tom Tromey <tromey@redhat.com>
3614 Thiago Jung Bauermann <bauerman@br.ibm.com>
3615
3616 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3617 (mi_child_regexp): Likewise.
3618 (mi_list_varobj_children_range): Likewise.
3619 (mi_get_features): Likewise.
3620 (mi_list_varobj_children): Rewrite.
3621 * gdb.python/python-mi.exp: New file.
3622
a6bac58e
TT
36232009-05-27 Tom Tromey <tromey@redhat.com>
3624 Thiago Jung Bauermann <bauerman@br.ibm.com>
3625 Phil Muldoon <pmuldoon@redhat.com>
3626 Paul Pluzhnikov <ppluzhnikov@google.com>
3627
3628 * gdb.python/python-prettyprint.exp: New file.
3629 * gdb.python/python-prettyprint.c: New file.
3630 * gdb.python/python-prettyprint.py: New file.
3631 * gdb.base/display.exp: print/r is now valid.
3632
2c74e833
TT
36332009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3634 Tom Tromey <tromey@redhat.com>
3635 Pedro Alves <pedro@codesourcery.com>
3636 Paul Pluzhnikov <ppluzhnikov@google.com>
3637
3638 * gdb.python/python-template.exp: New file.
3639 * gdb.python/python-template.cc: New file.
3640 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3641 tests.
3642 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3643 Call it.
3644 (test_value_after_death): New proc.
3645 * gdb.python/python-value.c (PTR): New typedef.
3646 (main): New variable 'x'.
3647
89c73ade
TT
36482009-05-27 Tom Tromey <tromey@redhat.com>
3649
3650 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3651 tests.
3652 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3653 Call it.
3654
a75724bc
PA
36552009-05-27 Pedro Alves <pedro@codesourcery.com>
3656
3657 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3658
e58b0e63
PA
36592009-05-24 Pedro Alves <pedro@codesourcery.com>
3660
3661 * gdb.threads/fork-thread-pending.c: New.
3662 * gdb.threads/fork-thread-pending.exp: New.
3663
4ac36638
JK
36642009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3665
3666 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3667 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3668
c28c63d8
JB
36692009-05-18 Jon Beniston <jon@beniston.com>
3670
3671 * gdb.asm/asm-source.exp: Add lm32 target.
3672
b242c3c2
PA
36732009-05-17 Pedro Alves <pedro@codesourcery.com>
3674
3675 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3676 `gdb_get_line_number'. Call `callee' in both parent and child.
3677 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3678 `gdb_get_line_number' instead of hardcoding line numbers.
3679 (catch_fork_unpatch_child): New procedure to test detaching
3680 breakpoints from child fork.
3681 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3682 hardcoding line numbers.
3683 (do_fork_tests): Run `catch_fork_unpatch_child'.
3684
ee342b23
VP
36852009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3686
3687 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3688 of structure type enters or leaves the scope, it
3689 is reported by -var-update.
3690
e2009e98
DE
36912009-05-11 Doug Evans <dje@sebabeach.org>
3692
3693 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3694 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3695 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3696
00903456
JK
36972009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3698
3699 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3700
dc621c35
DE
37012009-04-30 Doug Evans <dje@google.com>
3702
3703 * gdb.threads/watchthreads2.exp: New testcase.
3704 * gdb.threads/watchthreads2.c: New testcase.
3705
9ab4e744
DE
37062009-04-29 Doug Evans <dje@google.com>
3707
3708 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3709 * gdb.cp/mb-ctor.cc: Ditto.
3710 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3711 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3712 * gdb.cp/mb-inline1.cc: Call it.
3713 * gdb.cp/mb-inline2.cc: Ditto.
3714 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3715 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3716
484086b7
JK
37172009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3718
3719 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3720 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3721 Replace all uses of `decimal' by `nonzero'.
3722 (info macro FROM_COMMANDLINE): New test.
3723
379a77b5
TT
37242009-04-27 Tom Tromey <tromey@redhat.com>
3725
3726 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3727
b92b73c2
DE
37282009-04-27 Doug Evans <dje@google.com>
3729
3730 * gdb.threads/watchthreads.c (main): Initialize args before starting
3731 the threads. Plus formatting cleanup.
3732 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3733 biased scheduling of one thread.
3734
945a118d
JG
37352009-04-27 Jerome Guitton <guitton@adacore.com>
3736
3737 * gdb.cp/templates.cc (GetMax): New template.
3738 (main): Declare two instances of GetMax.
3739 * gdb.cp/templates.exp: Add new test.
3740
d389af10
JK
37412009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3742
3743 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3744
e7f86de9
JM
37452009-04-22 Joseph Myers <joseph@codesourcery.com>
3746
3747 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3748
334cc82d
TT
37492009-04-15 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.base/charset.exp: Add regression test.
3752
d12672cc
JB
37532009-04-14 Joel Brobecker <brobecker@adacore.com>
3754
3755 * gdb.base/exe-lock.exp: New testcase.
3756
18e8c3bc
TT
37572009-04-13 Tom Tromey <tromey@redhat.com>
3758
3759 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3760 operator on Frame.
3761
5ecd5cbe
UW
37622009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3763
3764 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3765 * gdb.server/ext-attach.exp: Likewise.
3766
7309f756
VP
37672009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3768
3769 Eliminate some sleep usage.
3770
3771 * gdb.mi/basics.c (do_nothing): New.
3772 (main): Use do_nothing instead of printf, so that
3773 not to introduce race condition between output of
3774 inferiour and output of gdb. Do not use sleep as it
3775 is not generally available on embedded targets.
3776
f4b95f6f
PA
37772009-04-02 Pedro Alves <pedro@codesourcery.com>
3778
3779 * gdb.server/ext-attach.exp: Expect an optional process id after
3780 "Detached from remote process".
3781
de40b933
JK
37822009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3785 gdb.dwarf2/dw2-unresolved.exp: New.
3786
2ae101a4
PA
37872009-04-02 Pedro Alves <pedro@codesourcery.com>
3788
3789 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3790 mi_run_to_main.
3791
56a8e183
PA
37922009-04-02 Pedro Alves <pedro@codesourcery.com>
3793
3794 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3795 mi_run_to_main. Skip thread exit test on remote targets.
3796 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3797 mi_run_to_main.
3798 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3799 mi_run_to_main.
3800 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3801 when expecting ^connected. Detect when the target doesn't support
3802 non-stop mode.
3803 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3804 supported. Return -1 on error, 0 on success.
3805 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3806 (mi_runto): Return mi_runto_helper's result explicitly.
3807
c35fafde
PA
38082009-04-01 Pedro Alves <pedro@codesourcery.com>
3809
3810 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3811
f8a8dce6
JB
38122009-04-01 Tom Tromey <tromey@redhat.com>
3813
3814 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3815 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3816 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3817 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3818
71c25dea
TT
38192009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3820 Jan Kratochvil <jan.kratochvil@redhat.com>
3821
3822 PR gdb/931
3823 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3824 output.
3825 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3826 for gdb/931.
3827 * dw2-strp.S (DW_AT_language): Change to C++.
3828 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3829
02d9a9ce
JB
38302009-03-31 Joel Brobecker <brobecker@adacore.com>
3831
3832 * gdb.ada/tasks: New testcase.
3833
1042e4c0
SS
38342009-03-30 Stan Shebs <stan@codesourcery.com>
3835
3836 * gdb.trace/actions.exp: Update to match new info trace format.
3837 * gdb.trace/deltrace.exp: Ditto.
3838 * gdb.trace/infotrace.exp: Ditto.
3839 * gdb.trace/passcount.exp: Ditto.
3840 * gdb.trace/save-trace.exp: Ditto.
3841 * gdb.trace/while-stepping.exp: Ditto.
3842 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3843
f8f6f20b
TJB
38442009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3845
3846 * gdb.python/python-frame.c: New file.
3847 * gdb.python/python-frame.exp: New file.
3848
c0c6f777
TJB
38492009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3850
3851 * gdb.python/python-value.exp: Add tests for the address
3852 attribute.
3853
3cb51905
AS
38542009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3855
3856 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3857
88fc996f
DE
38582009-03-26 Doug Evans <dje@google.com>
3859
3860 * gdb.mi/mi-nonstop-exit.exp: New file.
3861 * gdb.mi/non-stop-exit.c: New file.
3862
56ef84b1
TT
38632009-03-26 Tom Tromey <tromey@redhat.com>
3864
3865 Update for change to prologue skipping:
3866 * gdb.mi/mi2-simplerun.exp: Update.
3867 * gdb.mi/mi2-break.exp: Update.
3868 * gdb.mi/mi-simplerun.exp: Update.
3869 * gdb.mi/mi-break.exp: Update.
3870 * gdb.base/ending-run.exp: Update.
3871
def2b000
TJB
38722009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3873
3874 * gdb.python/python-value.exp (test_value_in_inferior): Test
3875 gdb.Value.is_optimized_out attribute.
3876
442ddf59
JK
38772009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 * gdb.dwarf2/dw2-noloc-main.c: New file.
3880 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3881 (.text): Remove.
3882 (.data): New.
3883 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3884 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3885 (DW_TAG_subprogram func_cu1, noloc): Remove.
3886 (main): New.
3887 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3888 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3889 (file_symbols): New procedure.
3890
a8df5de4
TT
38912009-03-25 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.base/charset.exp (valid_target_charset): New proc.
3894 Use it to skip tests on invalid charsets.
3895
cc1d7add
PM
38962009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3897
3898 * gdb.base/completion.exp: Add a test for directory completion.
3899
bcd5727b
JK
39002009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 Fix a racy FAIL.
3903 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3904 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3905
cc924cad
TJB
39062009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3907
3908 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3909 * gdb.python/python-function.exp: Add test for function returning
3910 a GDB value.
3911
bc3b79fd
TJB
39122009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3913
3914 * gdb.python/python-function.exp: New file.
3915
6c7a06a3
TT
39162009-03-20 Tom Tromey <tromey@redhat.com>
3917
3918 * gdb.base/store.exp: Update for change to escape output.
3919 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3920 to escape output.
3921 * gdb.base/pointers.exp: Update for change to escape output.
3922 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3923 to escape output.
3924 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3925 escape output.
3926 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3927 to escape output.
3928 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3929 escape output.
3930 * gdb.base/setvar.exp: Update for change to escape output.
3931 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3932 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3933 to escape output.
3934 (test_print_string_constants): Likewise.
3935 * gdb.base/charset.exp (valid_host_charset): Check size of
3936 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3937 cases. Handle "auto"-related output.
3938 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3939 (uvar, Uvar): New globals.
3940
c31af87b
JG
39412009-03-19 Jerome Guitton <guitton@adacore.com>
3942
3943 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3944 deltas.
3945 * gdb.ada/fixed_points.exp: Ditto.
3946
51272cf2
PA
39472009-03-18 Pedro Alves <pedro@codesourcery.com>
3948
3949 * return-nodebug.c: Don't include stdio.h.
3950 (init): Delete.
3951 (func): Delete definition and provide extern declaration.
3952 (t): New.
3953 (main): Don't call printf. Call func and store its result in t.
3954 * return-nodebug1.c: New.
3955 * return-nodebug.exp: Don't expect stdio output. Instead, print
3956 the global variable t. Drop printf formatters and cast types from
3957 foreach loop. Don't use prepare_for_testing. Compile
3958 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3959 define FORMAT or CAST.
3960
d24948ac
PP
39612009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3962
3963 * gdb.base/solib-display.exp: Disable test for remote targers.
3964
61ff14c6
JK
39652009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3968
cb4dce93
JK
39692009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3970
3971 Fix a racy FAIL.
3972 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3973 code from `follow parent, print pids'.
3974 (`follow child, print pids', `follow parent, print pids'): Call it.
3975 Replace `gdb_test "break..."' by gdb_breakpoint.
3976
f7c60c5e
VP
39772009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3978
3979 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 3980 sync and async modes.
f7c60c5e 3981
383ace49
JB
39822009-03-12 Joel Brobecker <brobecker@adacore.com>
3983
3984 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3985 that was checked in by mistake. Remove loading of ada.exp, since
3986 this is not necessary in this case.
3987
4ce102af
JB
39882009-03-12 Joel Brobecker <brobecker@adacore.com>
3989
3990 * gdb.ada/ptype_arith_binop.exp: New testcase.
3991
529a2aef
JB
39922009-03-12 Joel Brobecker <brobecker@adacore.com>
3993
3994 * gdb.ada/mod_from_name: New testcase.
3995
8a38181c
JB
39962009-03-12 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdb.ada/tick_last_segv: New testcase.
3999
11436dee
VP
40002009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4001
61ff14c6 4002 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 4003
1f31650a
VP
40042009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4005
61ff14c6
JK
4006 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4007 include the token in ^running and frame info in *stopped.
1f31650a 4008
a3247a22
PP
40092009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4010
4011 * solib-display.exp: New file.
4012 * solib-display-main.c: New file.
4013 * solib-display-lib.c: New file.
61ff14c6 4014
aae64587
PA
40152009-03-05 Pedro Alves <pedro@codesourcery.com>
4016
4017 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4018
44aabfbc
JK
40192009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4020
4021 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4022 (list_and_check_macro): Use more specific test name.
4023 (next to definition): Make the test names unique.
4024
c087fcd3
PM
40252009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4026
4027 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 4028
c86cf029
VP
40292009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4030
4031 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4032 notifications.
4033 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4034 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4035 * lib/mi-support.exp (library_loaded_re): New.
4036 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4037
3ea85240
VP
40382009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4039
4040 * gdb.gdb/observer.exp: Use test_notification observer, not
4041 normal_stop, everywhere.
4042 (test_normal_stop_notifications): Rename to...
4043 (test_notifications): ...this.
4044 (test_observer_normal_stop): Rename to...
4045 (test_observer): ...this.
4046
1903f0e6
DE
40472009-02-16 Doug Evans <dje@google.com>
4048
4049 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4050 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4051 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4052 (test_prefixed_syscall,test_int3): New tests.
4053 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4054 (test_prefixed_syscall,test_int3): New tests.
4055
1d33d6ba
VP
40562009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4057
3cb51905
AS
4058 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4059 (mi_expect_interrupt): Likewise.
4060 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4061 response.
1d33d6ba 4062
faafb047
PM
40632009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4064
4065 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4066 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4067 Replace calls to get_valueofx by get_hexadecimal_valueof.
4068
417e16e2
PM
40692009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4070
4071 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4072 (get_integer_valueof): New procedure.
4073 (get_sizeof): Use new get_integer_value_of.
4074 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4075 by get_integer_valueof.
4076
7065b901
TT
40772009-02-13 Tom Tromey <tromey@redhat.com>
4078
4079 * gdb.base/remote.exp (get_sizeof): Remove.
4080 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4081 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4082 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4083 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4084 (get_sizeof): Likewise.
4085
5d7cb8df
JK
40862009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4087
4088 PR fortran/9806
4089 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4090
b2febfff
PP
40912009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4092
4093 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4094
4aa995e1
PA
40952009-02-06 Pedro Alves <pedro@codesourcery.com>
4096
4097 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4098
d8906c6f
TJB
40992009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4100
4101 * gdb.python/python-cmd.exp: New file.
4102
ff4ab08d
TG
41032009-02-06 Tristan Gingold <gingold@adacore.com>
4104
4105 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4106
aacd552b
TG
41072009-02-05 Tristan Gingold <gingold@adacore.com>
4108
4109 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4110 pointer is dereferenced and use this signal name in regexp.
4111 * gdb.base/signull.exp: Ditto.
4112 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4113 * gdb.base/signull.c (main): Ditto.
4114
08c637de
TJB
41152009-02-04 Tom Tromey <tromey@redhat.com>
4116 Thiago Jung Bauermann <bauerman@br.ibm.com>
4117
4118 * gdb.python/python-value.exp: Use `gdb.history' instead of
4119 `gdb.value_from_history'.
4120 (test_value_numeric_ops): Add test for conversion of enum constant.
4121 * gdb.python/python-value.c (enum e): New type.
4122 (evalue): New global.
4123 (main): Use argv.
4124
20261af8
JG
41252009-02-04 Jerome Guitton <guitton@adacore.com>
4126
4127 * gdb.ada/uninitialized_vars: New test program.
4128 * gdb.ada/uninitialized_vars.exp: New testcase.
4129
52e44b43
TT
41302009-02-02 Tom Tromey <tromey@redhat.com>
4131
4132 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4133 * gdb.cp/pr2489.cc: Rename...
4134 * gdb.cp/pr9594.cc: ... to this.
4135
1c71341a
TT
41362009-02-02 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4139 * gdb.cp/pr2489.cc: New file.
4140 * gdb.cp/cpcompletion.exp: New file.
4141
a4295225
TT
41422009-02-02 Tom Tromey <tromey@redhat.com>
4143
4144 PR exp/9059:
4145 * gdb.cp/call-c.exp: Add regression test.
4146 * gdb.cp/call-c.cc (FooHandle): New typedef.
4147 (main): New variable 'handle'.
4148
592375cd
VP
41492009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4150
4151 * lib/mi-support.exp (et_mi_thread_list)
4152 (check_mi_and_console_threads): Adjust for current thread in
4153 -thread-list-ids output.
4154
41447f92
VP
41552009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4156
4157 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4158 Call it.
4159
35669430
DE
41602009-01-28 Doug Evans <dje@google.com>
4161
4162 * gdb.arch/amd64-disp-step.S: New file.
4163 * gdb.arch/amd64-disp-step.exp: New file.
4164 * gdb.arch/i386-disp-step.S: New file.
4165 * gdb.arch/i386-disp-step.exp: New file.
4166
09f00d9a
PM
41672009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4168
4169 * gdb.base/find.exp: Set newline variable
4170 using quotes instead of braces to fix cygwin failures.
4171
1e8fb976
PA
41722009-01-23 Pedro Alves <pedro@codesourcery.com>
4173
4174 * gdb.base/radix.exp: Add tests to ensure that that set
4175 input-radix 0 and set output-radix 0 are really rejected.
4176
da061712
PA
41772009-01-23 Pedro Alves <pedro@codesourcery.com>
4178
4179 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4180 copyright years.
4181
dd7e2d2b
PA
41822009-01-23 Pedro Alves <pedro@codesourcery.com>
4183
4184 PR gdb/9664:
4185 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4186
392452f6
PA
41872009-01-22 Pedro Alves <pedro@codesourcery.com>
4188
4189 PR c++/9631:
4190 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4191
8653e71c
PM
41922009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4193
4194 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4195 binfile definition to fix Windows OS failure.
4196
a12cc160
DJ
41972009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4198
4199 PR gdb/9346
4200 * gdb.base/interrupt.c (sigint_handler): New.
4201 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4202 on error.
4203 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4204 Test "signal SIGINT".
4205
b89667eb
DE
42062009-01-19 Doug Evans <dje@google.com>
4207
4208 * gdb.base/break.exp: Update expected gdb output.
4209 * gdb.base/sepdebug.exp: Ditto.
4210 * gdb.mi/mi-syn-frame.exp: Ditto.
4211 * gdb.mi/mi2-syn-frame.exp: Ditto.
4212 * gdb.base/call-signal-resume.exp: New file.
4213 * gdb.base/call-signals.c: New file.
4214 * gdb.base/unwindonsignal.exp: New file.
4215 * gdb.base/unwindonsignal.c: New file.
4216 * gdb.threads/interrupted-hand-call.exp: New file.
4217 * gdb.threads/interrupted-hand-call.c: New file.
4218 * gdb.threads/thread-unwindonsignal.exp: New file.
4219
adb483fe
DJ
42202009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * gdb.base/define.exp: Test defining and hooking prefix commands.
4223 * gdb.python/python.exp: Update test for "show user" output.
4224
60023297
JK
42252009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4226
4227 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4228 now the output exactly, using less wildcards. Expect also the output
4229 of gfortran-4.3. Update for the f-valprint.c modification from
4230 2008-04-22.
4231 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4232 Remove gdb_test test names where matching the command.
4233
ccc57cf9
PA
42342009-01-01 Pedro Alves <pedro@codesourcery.com>
4235
4236 PR breakpoints/9681:
4237 * gdb.base/watchpoint.exp: Add regression test.
4238
c7a6ca08
PA
42392008-12-31 Pedro Alves <pedro@codesourcery.com>
4240
4241 * gdb.threads/attach-into-signal.exp: Don't use
4242 gdb_suppress_entire_file.
4243 * gdb.threads/attach-stopped.exp: Ditto.
4244 * gdb.threads/attachstop-mt.exp: Ditto.
4245
3a031f65
PA
42462008-12-31 Pedro Alves <pedro@codesourcery.com>
4247
4248 PR gdb/8812:
4249 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4250
09e6485f
PA
42512008-12-29 Pedro Alves <pedro@codesourcery.com>
4252
4253 PR gdb/7536:
4254 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4255 and unsupported output radices are really rejected.
4256
0cd53049
JK
42572008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4260
ba163c7e
TT
42612008-12-22 Tom Tromey <tromey@redhat.com>
4262
4263 * gdb.cp/punctuator.exp: New file.
4264
6f4de6c9
JK
42652008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4266
4267 * gdb.base/completion.exp (Completing non-existing component): New test.
4268
0f34d0b4
JK
42692008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4270
4271 Fix for PR gdb/8648.
4272 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4273 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4274 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4275 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4276
db2ad4c3
JK
42772008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4280
bb5ef15e
DP
42812008-12-16 Christophe Lyon <christophe.lyon@st.com>
4282
4283 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4284 compiler actually generate code at the expected line number.
4285
90142adc
JZ
42862008-12-15 Jie Zhang <jie.zhang@analog.com>
4287
4288 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4289
fad6eecd
TT
42902008-12-12 Tom Tromey <tromey@redhat.com>
4291
4292 * gdb.base/commands.exp (redefine_hook_test): New proc.
4293 Call it.
4294
17c8aaf5
TT
42952008-12-11 Tom Tromey <tromey@redhat.com>
4296
4297 * gdb.base/macscp.exp: New regression test.
4298
7c8adf68
TT
42992008-12-11 Tom Tromey <tromey@redhat.com>
4300
4301 * gdb.base/macscp.exp: Print "address.addr".
4302 * gdb.base/macscp1.c (struct outer): New struct.
4303 (address): New global.
4304
b05dcbb7
TT
43052008-12-09 Tom Tromey <tromey@redhat.com>
4306
4307 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4308 Call it.
4309
2d476de1
DE
43102008-12-04 Doug Evans <dje@google.com>
4311
4312 * gdb.server/ext-run.exp: Relax regexp for init program.
4313
87bdc959
TG
43142008-12-03 Tristan Gingold <gingold@adacore.com>
4315
4316 * gdb.base/macscp.exp: Generate an object file during compilation
4317 to work around Darwin dsymutil limitations.
4318
e0740f77
JK
43192008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4320
4321 Test resolving external references to TLS variables.
4322 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4323 FILE2_THREAD_LOCAL.
4324 (testfile2, srcfile2): New variables.
4325 * gdb.threads/tls.c (file2_thread_local)
4326 (function_referencing_file2_thread_local): New.
4327 * gdb.threads/tls2.c: New file.
4328
67f0aac5
JB
43292008-11-28 Joel Brobecker <brobecker@adacore.com>
4330
4331 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
4332 rather than integer, as integer might not be big enough when
4333 on 64bit targets.
67f0aac5 4334
c332165e
JG
43352008-11-27 Jerome Guitton <guitton@adacore.com>
4336
4337 * gdb.cp/formatted-ref.exp: Add equality test.
4338 * gdb.ada/formatted_ref.exp: Ditto.
4339
fc9b693c
JK
43402008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4343 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4344
a9c64011
AS
43452008-11-20 Andreas Schwab <schwab@suse.de>
4346
4347 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4348 matching syscall entry point.
4349 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4350 (tcatch_vfork_then_child_follow): Likewise. Finish through
4351 vfork even if we stopped at the syscall trampoline.
4352
e2fd701e
DE
43532008-11-20 Doug Evans <dje@google.com>
4354
4355 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4356
69abc51c
TJB
43572008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4358
4359 * gdb.arch/ppc-dfp.exp: New file.
4360 * gdb.arch/ppc-dfp.c: New file.
4361
c14c28ba
PP
43622008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4363
4364 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 4365
2e74121d
DE
43662008-11-17 Doug Evans <dje@google.com>
4367
4368 * gdb.mi/mi-syn-frame.exp: Update expected output.
4369 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4370
66bb093b
VP
43712008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4372
4373 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
4374 "thread N" results in =thread-selected.
4375 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4376 (mi_send_resuming_command_raw): Be prepared for
4377 =thread-selected.
4378
3d043ef6
VP
43792008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4380
a9c64011
AS
4381 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4382 * lib/mi-support.exp: Likewise.
3d043ef6 4383
808104c8
JB
43842008-11-16 Joel Brobecker <brobecker@adacore.com>
4385
4386 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4387 commands from the expected output for "help catch".
4388
00b22944
JB
43892008-11-15 Joel Brobecker <brobecker@adacore.com>
4390
4391 * gdb.ada/int_deref.exp: New testcase.
4392
59669435
TT
43932008-11-14 Nick Roberts <nickrob@snap.net.nz>
4394
4395 * gdb.mi/gdb2549.exp: New file.
4396
de04a248
DE
43972008-11-11 Doug Evans <dje@google.com>
4398
4399 * gdb.base/callexit.exp: New file.
4400 * gdb.base/callexit.c: New file.
4401
6b8ce727
DE
44022008-11-10 Doug Evans <dje@google.com>
4403
4404 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4405 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4406 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4407 (default_gdb_start,default_gdb_exit): Ditto.
4408 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4409 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4410 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4411 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4412 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4413 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4414
1b14b8aa
AS
44152008-11-03 Andreas Schwab <schwab@suse.de>
4416
4417 * gdb.base/hashline2.exp: Fix typo.
4418 * gdb.base/hashline3.exp: Likewise.
4419
f3134b88
TT
44202008-10-30 Tom Tromey <tromey@redhat.com>
4421
4422 * gdb.base/pointers.exp: Add test.
4423 * gdb.base/pointers.c (k, S): New typedefs.
4424 (instance): New global.
4425
c2226152
AS
44262008-10-30 Andreas Schwab <schwab@suse.de>
4427
4428 * gdb.base/args.exp: Add tests for newlines.
4429
462f405c
JB
44302008-10-30 Joel Brobecker <brobecker@adacore.com>
4431
4432 gdb.base/foll-exec.exp: Update the expected output of a couple
4433 of "info breakpoints" tests.
4434
79a45b7d
TT
44352008-10-28 Tom Tromey <tromey@redhat.com>
4436
4437 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4438
adc13a14
PA
44392008-10-24 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4442 gdb_start_cmd.
4443 Use runto_main before any test that requires execution.
4444
252fbfc8
PA
44452008-10-23 Pedro Alves <pedro@codesourcery.com>
4446
4447 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4448 instead of SIGINT.
4449
28148e3d
JB
44502008-10-22 Joel Brobecker <brobecker@adacore.com>
4451
4452 * gdb.base/completion.exp: Update expected output following
4453 the addition of the "info tasks" command.
4454
c209f847
TT
44552008-10-22 Tom Tromey <tromey@redhat.com>
4456
4457 * gdb.base/exprs.exp (test_expr): Add test for string
4458 concatenation.
4459
f177e350
PA
44602008-10-19 Pedro Alves <pedro@codesourcery.com>
4461
4462 * configure.ac: Output gdb.python/Makefile.
4463 * configure: Regenerate.
4464 * gdb.python/Makefile.in: New.
4465
cce89356
JB
44662008-10-16 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.base/foll-fork.exp: Adjust the expected output to match
4469 the new description for fork/vfork catchpoints in the "info
4470 breakpoints" output.
4471
176d289d
TJB
44722008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4473
4474 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4475
a08702d6
TJB
44762008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4477
4478 * gdb.python/python-value.c: New file.
4479 * gdb.python/python-value.exp: New file.
4480
1c5cfe86
PA
44812008-10-15 Pedro Alves <pedro@codesourcery.com>
4482
4483 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4484
5a98ad69
DP
44852008-10-15 Denis Pilat <denis.pilat@st.com>
4486
41702f1b 4487 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4488
dcb1a1e2
TT
44892008-10-09 Tom Tromey <tromey@redhat.com>
4490
4491 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4492 'fprintf' and 'stderr'.
4493
9124fe48
JB
44942008-10-07 Joel Brobecker <brobecker@adacore.com>
4495
4496 * gdb.ada/ref_tick_size.exp: New testcase.
4497
45452591
DE
44982008-10-06 Doug Evans <dje@google.com>
4499
4500 * gdb.dwarf2/dw2-cu-size.exp: New file.
4501 * gdb.dwarf2/dw2-cu-size.S: New file.
4502
4503 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4504 .Ltype_int for clarity.
4505
4fc5b208
PP
45062008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4507
4508 PR gdb/2384:
4509 * gdb.cp/gdb2384.exp: Extended to test more cases.
4510 * gdb.cp/gdb2384.cc: Likewise.
4511 * gdb.cp/gdb2384-base.h: Likewise.
4512 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4513
d78df370
JK
45142008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4515
4516 * gdb.base/maint.exp (maint print type): Remove printing
4517 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4518
9a044a89
TT
45192008-09-30 Tom Tromey <tromey@redhat.com>
4520
4521 * gdb.base/macscp.exp: Add completion tests.
4522 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4523 (TWENTY_THREE): Likewise.
4524 (FORTY_EIGHT): Likewise.
4525
506800a9
TT
45262008-09-30 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4529 everywhere.
4530 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4531
1a6f01b5
JK
45322008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4535 testcase is derived from. Fix racy dependency on an expected PID
4536 number. No longer support the testcase on Linux kernel 2.4.x.
4537
2fae03e8
TT
45382008-09-27 Tom Tromey <tromey@redhat.com>
4539
4540 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4541 and varargs.
4542
1ad15515
PA
45432008-09-22 Pedro Alves <pedro@codesourcery.com>
4544
4545 * lib/mi-support.exp (mi_expect_interrupt): New.
4546 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4547 from gdb.mi/mi-nonstop.exp.
4548 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4549 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4550 lib/mi-support.exp.
4551 Use mi_check_thread_states throughout. Avoid ".*" and do not
4552 require an anchor after -exec-run.
4553
d0b76dc6
DJ
45542008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4555
4556 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4557 stop is pending. Avoid ".*" when two stops are pending.
4558 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4559 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4560 newlines in fullnames.
4561 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4562 (mi_expect_stop): Update comments. Only anchor in sync mode.
4563 Do not match newlines.
4564 (mi_send_resuming_command_raw): Always return status.
4565 (mi_get_stop_line): Do not match more than one line by accident.
4566 Only anchor in sync mode.
4567 (mi_run_inline_test): If -exec-next fails, give up.
4568
9990c830
UW
45692008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4570
4571 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4572 on SPU.
4573
ebcf6f00
JB
45742008-09-10 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4577
b6db24e5
JB
45782008-09-10 Joel Brobecker <brobecker@adacore.com>
4579
4580 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4581 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4582 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4583 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4584 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4585 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4586 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4587 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4588 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4589 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4590 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4591 Include the "= " sequence in the expected output of print tests.
4592
2bf448e0
JB
45932008-09-10 Joel Brobecker <brobecker@adacore.com>
4594
4595 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4596 description for boolean types.
4597
d51fd4c8
PA
45982008-09-09 Pedro Alves <pedro@codesourcery.com>
4599
4600 * gdb.base/hook-stop-continue.c: New.
4601 * gdb.base/hook-stop-continue.exp: New.
4602
694182d2
DJ
46032008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4604
4605 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4606
3b8a7fc0
JG
46072008-09-08 Jerome Guitton <guitton@adacore.com>
4608
4609 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4610 (stack_check_probe_2, stack_check_probe_loop_1)
4611 (stack_check_probe_loop_2): New functions.
4612 (main): Add call to these new functions.
4613 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4614 functions, check that the breakpoint is inserted at the appropriate
4615 location.
4616 (insert_breakpoint): Slightly refine this procedure so that it can
4617 be called several times in the test.
4618
96cc0ae8
JG
46192008-09-08 Jerome Guitton <guitton@adacore.com>
4620
4621 * gdb.base/stack-checking.c: New file.
4622 * gdb.base/stack-checking.exp: New file.
4623
1f08b409
TJB
46242008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4625
4626 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4627 * gdb.arch/altivec-regs.exp: Likewise.
4628 * gdb.arch/vsx-regs.exp: Likewise.
4629
3099e1c4
TJB
46302008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4631
4632 * gdb.arch/ppc-fp.exp: New file.
4633 * gdb.arch/ppc-fp.c: New file.
4634
cc69bfc1
PP
46352008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4636
4637 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4638 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4639
b02a33db
MS
46402008-09-04 Michael Snyder <msnyder@vmware.com>
4641
4642 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4643 as "at" (for non-debug functions such as _start).
4644
2992cbe0
UW
46452008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4646
4647 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4648 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4649 software watchpoints.
4650 * gdb.base/watch_thread_num.exp: Likewise.
4651
514f746b
AR
46522008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4653
4654 * gdb.arch/i386-bp_permanent.exp: New test.
4655
876cecd0
TT
46562008-08-24 Tom Tromey <tromey@redhat.com>
4657
4658 * gdb.base/maint.exp: Update "maint print type".
4659
80f73d71
VP
46602008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4661
4662 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4663 support. Adjust the order of "*running" notifications.
4664 * gdb.mi/non-stop.c: Don't cast from int to void* and
4665 back.
4666
d9c78d7d
MK
46672008-08-20 Mark Kettenis <kettenis@gnu.org>
4668
4669 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4670 expect to find it in the "info frame" output.
4671
97a2d1d3
DJ
46722008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4673
4674 * gdb.base/interp.exp: Always consume both prompts.
4675
b96e2927
PA
46762008-08-20 Pedro Alves <pedro@codesourcery.com>
4677
4678 * gdb.base/pending.exp: Test pending breakpoints without symbols
4679 loaded.
4680
8cf6e61a
VP
46812008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4682
4683 * lib/mi-support.exp (mi_expect_stop): Produce
4684 more details on failures.
4685 * gdb.mi/mi-nonstop.exp: New.
4686 * gdb.mi/non-stop.c: New.
4687
c6ebd6cf
VP
46882008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4689
a9c64011
AS
4690 * gdb.mi/mi-async.exp: Use 'set target-async'.
4691 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 4692
46a9b8ed
DJ
46932008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4694
4695 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4696
44feb3ce
TT
46972008-08-17 Tom Tromey <tromey@redhat.com>
4698
4699 * gdb.base/help.exp (help catch): Rewrite.
4700
311a4e6b
TJB
47012008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4702
4703 * gdb.base/define.exp: Test indented command documentation.
4704 * gdb.python/python.exp: Test indented multi-line command.
4705
604c2f83
LM
47062008-08-15 Luis Machado <luisgpm@br.ibm.com>
4707
4708 * testsuite/gdb.arch/vsx-regs.c: New source file.
4709 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4710 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4711
886a217c
TT
47122008-08-14 Tom Tromey <tromey@redhat.com>
4713
4714 * gdb.base/macscp.exp: Add regression test for "macro define" or
4715 "macro undef" with no arguments.
4716
c814a4f3
PP
47172008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4718
4719 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 4720
12ab8a60
UW
47212008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4722
4723 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4724
d57a3c85
TJB
47252008-08-06 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.python/python.exp: New file.
4728
c7b778ff
JK
47292008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4730
4731 Fix for PR gdb/1543.
4732 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4733 $LOCATION.
4734 (location): New variable.
4735 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4736 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4737 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4738 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4739 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4740 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4741 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4742 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4743 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4744 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4745 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4746 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4747 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4748 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4749 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4750 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4751 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4752 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4753 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4754 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4755 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4756 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4757 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4758 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4759 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4760 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4761 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4762 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4763 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4764 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4765 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4766 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4767 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4768 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4769 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4770 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4771 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4772 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4773 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4774 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4775 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4776 gdb.base/type-opaque.exp, gdb.base/until.exp,
4777 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4778 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4779 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4780 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4781 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4782 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4783 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4784 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4785 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4786 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4787 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4788 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4789 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4790 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4791 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4792 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4793 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4794 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4795 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4796 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4797 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4798 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4799 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4800 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4801 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4802 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4803 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4804 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4805 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4806 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4807 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4808 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4809 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4810 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4811 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4812 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4813 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4814 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4815 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4816 to bug-gdb@prep.ai.mit.edu .
4817
5e06a3d1
VP
48182008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4819
4820 * lib/mi-support.exp (mi_load_shlibs): New.
4821 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4822
9d81d21b
VP
48232008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4824
4825 * lib/mi-support.exp (get_mi_thread_list)
4826 (check_mi_and_console_threads): New, moved from ...
4827 * gdb.mi/mi-pthread.exp: ...here.
4828 * gdb.mi/gdb669.exp (get_mi_thread_list)
4829 (check_mi_and_console_threads): Delete.
4830 * gdb.mi/mi2-pthread.exp: Likewise.
4831
bae98fe0
TT
48322008-07-28 Tom Tromey <tromey@redhat.com>
4833
4834 * Makefile.in (just-check): Remove. Move body to...
4835 (check): ... here.
4836
57380f4e
DJ
48372008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4838
4839 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4840 Add a test for duplicated SIGINTs.
4841
e09490f1
DJ
48422008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4843
4844 * gdb.threads/schedlock.exp (get_args): Update to work for any
4845 value of NUM.
4846 (Top level): Report the number of threads that did not resume.
4847
6387b45f
DJ
48482008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4849
4850 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4851
62f64ff2
DJ
48522008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4855 non-MI prompt.
4856
fa8de41e
TT
48572008-07-26 Tom Tromey <tromey@redhat.com>
4858
4859 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4860 (function_struct, function_struct_ptr): New globals.
4861 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4862 function pointer in a struct.
4863
ccb3ac8a
TT
48642008-07-26 Tom Tromey <tromey@redhat.com>
4865
4866 * gdb.base/macscp.exp: Add test for macro lexing bug.
4867
d7d9f01e
TT
48682008-07-18 Tom Tromey <tromey@redhat.com>
4869
4870 * gdb.base/macscp.exp: Add macro tests.
4871
9bf07184
PP
48722008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4873
4874 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4875
becf6477
PP
48762008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4877
4878 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4879
0709f7d3
PP
48802008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4881
4882 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 4883
7093c834
PP
48842008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4885
4886 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 4887
b432ffe3
JK
48882008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4889
4890 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4891
b1a268e5
VP
48922008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4893
4894 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4895
e2995f8e
KB
48962008-07-11 Kevin Buettner <kevinb@redhat.com>
4897
4898 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4899 of regexp to account for changes made to GDB in the printing of
4900 byte vectors.
4901
14032a66
TT
49022008-07-11 Tom Tromey <tromey@redhat.com>
4903
4904 * gdb.base/completion.exp: Add 'help' completion test.
4905
981505ef
JK
49062008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4909
10568435
JK
49102008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4911
4912 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4913
4487aabf
PA
49142008-07-09 Pedro Alves <pedro@codesourcery.com>
4915
4916 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4917
a4a9b1c4
PA
49182008-07-09 Pedro Alves <pedro@codesourcery.com>
4919
4920 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4921
3c3185ac
JK
49222008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4923
4924 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4925
7ebd49dc
VP
49262008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4927
4928 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4929 previous commit. Add a comment.
4930
84e46146
PA
49312008-06-28 Pedro Alves <pedro@codesourcery.com>
4932
4933 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4934
0f8d4a2f
VP
49352008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4936
4937 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4938
f747e0ce
PA
49392008-06-27 Pedro Alves <pedro@codesourcery.com>
4940
4941 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4942 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4943 compiling an executable, link in an object that forces unbuffered
4944 output.
4945 * lib/set_unbuffered_mode.c: New file.
4946
734a5c36
JK
49472008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4948
4949 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4950
a2840c35
VP
49512008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4952
a9c64011
AS
4953 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4954 mi_expect_stop.
4955 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4956 Demand that *running is output.
4957 (detect_async): Perform checking every time.
4958 (mi_send_resuming_command): Extract everything into...
4959 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
4960 (mi_expect_stop): Don't accept any output before *stopped.
4961
6ae37fef
VP
49622008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4963
4964 Robustify mi-simplerun.
a9c64011
AS
4965 * gdb.mi/basics.c (main): Add a call to sleep.
4966 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4967 * gdb.mi/mi2-cli.exp: Likewise.
4968 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 4969
b4aa76f0 49702008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
4971
4972 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4973
e1ac3328
VP
49742008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4975
a9c64011
AS
4976 * gdb.mi/mi-console.exp: Adjust.
4977 * gdb.mi/mi-syn-frame.exp: Adjust.
4978 * gdb.mi/mi2-console.exp: Adjust.
4979 * gdb.mi/mi2-syn-frame.exp: Adjust.
4980 * lib/mi-support.exp (mi_run_cmd): Adjust.
4981 (mi_send_resuming_command): Adjust.
e1ac3328 4982
f7f9a841
VP
49832008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4984
4985 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
4986 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4987 testing of stopped.
4988 * gdb.mi/mi2-syn-frame.exp: Likewise.
4989 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4990 (async, detect_async): New.
4991 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4992 depending on if we're running in sync or async mode.
f7f9a841 4993
37cd5d19
TT
49942008-06-09 Tom Tromey <tromey@redhat.com>
4995
4996 * gdb.base/completion.exp: New tests for field name completion
4997 with spaces, and field name completion with '->'.
4998
65d12d83
TT
49992008-06-06 Tom Tromey <tromey@redhat.com>
5000
5001 * gdb.base/break1.c (struct some_struct): New struct.
5002 (values): New global.
5003 * gdb.base/completion.exp: Add field name completion test.
5004
ebfe2e3f
PP
50052008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5006
5007 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5008 to pointer.
5009 * gdb.cp/call-c.cc: Likewise.
5010
bcf6fc3a
NR
50112008-06-06 Nick Roberts <nickrob@snap.net.nz>
5012
5013 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5014 annotation.
5015
49fd4a42 50162008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 5017 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
5018
5019 * gdb.threads/execl.c, gdb.threads/execl1.c,
5020 gdb.threads/execl.exp: New tests.
a9c64011 5021
8a34ac3f
AR
50222008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5023 Daniel Jacobowitz <dan@codesourcery.com>
5024
5025 * gdb.cp/exception.exp: Activate test, make it work with pending
5026 catchpoints.
5027
86ae69ef
JK
50282008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5031
f7f9ae2c
VP
50322008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5033
a9c64011
AS
5034 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5035 now printed.
5036 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 5037
2a2d4dc3
AS
50382008-05-27 Andreas Schwab <schwab@suse.de>
5039
5040 * gdb.base/frame-args.exp: Handle arguments that are optimized
5041 out.
5042
5099e4d9
LM
50432008-05-26 Luis Machado <luisgpm@br.ibm.com>
5044
5045 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5046 quiet for ppc32 and group options into a single variable.
5047
d9c36a91
JB
50482008-05-23 Joel Brobecker <brobecker@adacore.com>
5049
5050 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5051 of zero-size elements.
5052 * gdb.ada/null_array.exp: Test printing this new array.
5053
103a8671
JK
50542008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5057
07a4cc1a 50582008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
5059
5060 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5061 of the "finish" command.
5062
55f996a7
NR
50632008-05-21 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * gdb.base/annota1.exp: Test for new annotation.
5066
907fc202
UW
50672008-05-16 Pedro Alves <pedro@codesourcery.com>
5068
5069 * gdb.base/fixsection.exp: New file.
5070 * gdb.base/fixsection0.c: New file.
5071 * gdb.base/fixsection1.c: New file.
5072
e8f97270
UW
50732008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5074
5075 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5076 * gdb.base/annota3.exp: Likewise.
5077
ac0bb574
NF
50782008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5079
5080 * gdb.base/watch_thread_num.exp: Don't run tests that require
5081 watchpoints if the target doesn't support them.
5082
6fadd07a
DE
50832008-05-12 Doug Evans <dje@google.com>
5084
5085 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5086
6e9a4a30
JB
50872008-05-09 Joel Brobecker <brobecker@adacore.com>
5088
5089 * gdb.ada/assign_1.exp: New testcase.
5090
08388c79
DE
50912008-05-09 Doug Evans <dje@google.com>
5092
a3c83fae
DE
5093 * gdb.base/find.exp: New file.
5094 * gdb.base/find.c: New file.
08388c79 5095
bd5ddfe8
DJ
50962008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5097
5098 * gdb.base/commands.exp (watchpoint_command_test): Handle
5099 gdb,no_hardware_watchpoints.
5100 * gdb.base/float.exp: Allow ARM targets without floating point.
5101 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5102
b5dd68e2 51032008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 5104 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
5105
5106 * gdb.ada/lang_switch: New test program.
5107 * gdb.ada/lang_switch.exp: New testcase.
5108
382d13d1
DE
51092008-05-05 Doug Evans <dje@google.com>
5110
5111 * gdb.base/help.exp (disassemble): Update expected help text.
5112
9dd789d0
PA
51132008-05-04 Pedro Alves <pedro@codesourcery.com>
5114
5115 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5116
611c83ae
PA
51172008-05-04 Pedro Alves <pedro@codesourcery.com>
5118
5119 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5120 different times.
5121
ff013f42
JK
51222008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5125 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5126 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5127 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5128
96dff6a2
VP
51292008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5130
5131 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5132 notification to appear.
5133
55cd6f92
DJ
51342008-05-04 Daniel Jacobowitz <dan@debian.org>
5135
5136 * gdb.base/fullname.c: New file.
5137 * gdb.base/fullname.exp: New file.
5138 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5139
d705c43c
PA
51402008-05-03 Pedro Alves <pedro@codesourcery.com>
5141
5142 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5143 expressions with macros.
5144
333222e1
JK
51452008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5146
5147 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5148
5ac01682
DJ
51492008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5150
5151 * gdb.base/completion.exp: Handle lack of other symbols beginning
5152 with "a".
5153
5154 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5155
237fc4c9
PA
51562008-05-02 Jim Blandy <jimb@codesourcery.com>
5157
5158 * gdb.asm/asmsrc1.s: Add scratch space.
5159
ed5e9466
DJ
51602008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5161 Daniel Jacobowitz <dan@codesourcery.com>
5162
5163 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5164 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5165 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5166
b39cc962
DJ
51672007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5170
36d520f5
JB
51712008-05-01 Joel Brobecker <brobecker@adacore.com>
5172
5173 * gdb.base/info-target.exp: New testcase.
5174
8d4e3071
DJ
51752008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5176
5177 * gdb.cp/hang.exp: Use .cc instead of .C.
5178 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5179 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5180
6f3f3097
DJ
51812008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5182
5183 * gdb.base/gdb1250.exp: Remove perror.
5184 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5185
5550a914
PA
51862008-04-30 Pedro Alves <pedro@codesourcery.com>
5187
5188 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5189 .2byte.
5190
d848e687
DJ
51912008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5192
5193 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5194 (maybe_kfail): New.
5195
93b5768b
PA
51962008-04-25 Pedro Alves <pedro@codesourcery.com>
5197
5198 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5199
721c02de
VP
52002008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5201
a9c64011
AS
5202 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5203 * gdb.mi/mi2-syn-frame.exp: Likewise.
5204 * lib/mi-support.exp: Likewise.
721c02de 5205
74960c60
VP
52062008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5207
5208 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5209 to specify regexp for the location to stop at.
5210 * gdb.base/break-always.c: New.
5211 * gdb.base/break-always.exp: New.
5212
d24317b4
VP
52132008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5214
5215 * lib/mi-support.exp (mi_runto_helper): Adjust
5216 for the original-location field.
5217 (mi_create_breakpoint, mi_list_breakpoints): New.
5218 * gdb.mi/mi-break.exp: Adjust.
5219 * gdb.mi/mi2-break.exp: Adjust.
5220 * gdb.mi/mi-pending.exp: Adjust.
5221 * gdb.mi/mi-simplerun.exp: Adjust.
5222 * gdb.mi/mi2-simplerun.exp: Adjust.
5223 * gdb.mi/mi-syn-frame.exp: Adjust.
5224 * gdb.mi/mi2-syn-frame.exp: Adjust.
5225 * gdb.mi/mi-until.exp: Adjust.
5226 * gdb.mi/mi2-until.exp: Adjust.
5227 * gdb.mi/mi-var-display.exp: Adjust.
5228 * gdb.mi/mi2-var-display.exp: Adjust.
5229 * gdb.mi/mi-watch.exp: Adjust.
5230 * gdb.mi/mi2-watch.exp: Adjust.
5231
fdc59709 52322008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 5233
a9c64011
AS
5234 * aclocal.m4: Add override.m4.
5235 * configure: Regenerate.
fdc59709 5236
8e91f023
VP
52372008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5238
5239 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5240 '-var-update --all-values' reports new value even the type
5241 of a variable object has changed.
5242
233a11ab
CS
52432008-04-18 Craig Silverstein <csilvers@google.com>
5244
5245 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5246 files.
d24317b4 5247
9c1137ad
JB
52482008-04-18 Joel Brobecker <brobecker@adacore.com>
5249
5250 * gdb.ada/atomic_enum: New test program.
5251 * gdb.ada/atomic_enum.exp: New testcase.
5252
66d0bbc7
DE
52532008-04-17 Doug Evans <dje@google.com>
5254
5255 * gdb.opt/Makefile.in: Fix whitespace.
5256
100906b0
UW
52572008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5258
5259 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5260
4584e32e
DE
52612008-04-17 Doug Evans <dje@google.com>
5262
5263 * gdb.base/hashline1.exp: New testcase.
5264 * gdb.base/hashline2.exp: New testcase.
5265 * gdb.base/hashline2.exp: New testcase.
5266
0a320680
PA
52672008-04-17 Pedro Alves <pedro@codesourcery.com>
5268
5269 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5270
18ac113b
AR
52712008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5272
5273 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5274 temporary breakpoint to match "Temporary breakpoint".
5275 * gdb.base/break.exp (delete_breakpoints): Likewise.
5276 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5277 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5278 * gdb.base/display.exp: Likewise.
5279 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5280 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5281 * gdb.base/restore.exp (restore_tests): Likewise.
5282 * gdb.base/sepdebug.exp: Likewise.
5283 * gdb.base/watchpoint.exp: Likewise.
5284 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5285 * gdb.mi/mi-pending.exp: Likewise.
5286 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5287 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5288 * gdb.mi/mi-var-cmd.exp: Likewise.
5289 * gdb.mi/mi-var-display.exp: Likewise.
5290 * gdb.mi/mi2-cli.exp: Likewise.
5291 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5292 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5293 * gdb.mi/mi2-var-display.exp: Likewise.
5294 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5295 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5296 new "disp" field.
a9c64011 5297 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
5298 reason. This is to support fix for PR2424.
5299
add38693
JK
53002008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5301
5302 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5303
fcacd99f
VP
53042008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5305
5306 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 5307 field. Add more floating varobj tests.
fcacd99f 5308 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
5309 field.
5310 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5311 (main): Call do_at_tests.
5312 * lib/mi-support.exp (mi_create_floating_varobj)
5313 (mi_varobj_update_with_type_change): New.
fcacd99f 5314
de051565
MK
53152008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5316
5317 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5318 option of -var-evaluate-expression.
5319 * gdb.mi/mi2-var-display.exp: Likewise.
5320
dbc52822
VP
53212008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5322
5323 Introduce test setup helpers.
a9c64011
AS
5324 * lib/gdb.exp (build_executable, clean_restart)
5325 (prepare_for_testing): New.
5326 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5327 * gdb.base/return.exp: Likewise.
5328 * gdb.base/ending-run.exp: Likewise.
dbc52822 5329
473591da
NR
53302008-04-07 Nick Roberts <nickrob@snap.net.nz>
5331
5332 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5333 Interface (MI) responses.
5334
2b2d9e11
VP
53352008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5336
a9c64011
AS
5337 * gdb.cp/breakpoint.cc: New code to test conditions involving
5338 member variables.
5339 * gdb.cp/breakpoint.exp: Test condition involving member
5340 variables.
2b2d9e11 5341
bb378428
VP
53422008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5343
5344 * lib/mi-support.exp (mi_expect_stop): New.
5345 (mi_run_cmd): Change the
5346 token. Use mi_send_resuming_command, use
5347 mi_expect_stop.
5348 (mi_execute_to_helper): Rename to mi_execute_to.
5349 (mi_send_resuming_command): Add more error patterns.
5350 (mi_wait_for_stop): Renamed to...
5351 (mi_get_stop_line): ...this.
5352 (mi_run_inline_test): Adjust.
5353
5354 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5355 * gdb.mi/mi-console.exp: Likewise.
5356 * gdb.mi/mi-pending.exp: Likewise.
5357 * gdb.mi/mi-simplerun.exp: Likewise.
5358 * gdb.mi/mi-stack.exp: Likewise.
5359 * gdb.mi/mi-stepi.exp: Likewise.
5360 * gdb.mi/mi-syn-frame.exp: Add comment.
5361 * gdb.mi/mi-until.exp: Likewise.
5362 * gdb.mi/mi-var-display.exp: Likewise.
5363 * gdb.mi/mi-watch.exp: Likewise.
5364 * gdb.mi/mi2-cli.exp: Likewise.
5365 * gdb.mi/mi2-console.exp: Likewise.
5366 * gdb.mi/mi2-simplerun.exp: Likewise.
5367 * gdb.mi/mi2-stack.exp: Likewise.
5368 * gdb.mi/mi2-stepi.exp: Likewise.
5369 * gdb.mi/mi2-until.exp: Likewise.
5370 * gdb.mi/mi2-var-display.exp: Likewise.
5371 * gdb.mi/mi2-watch.exp: Likewise.
5372
62172bb9
UW
53732008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5374
5375 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5376
5377 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5378
a13e061a
PA
53792008-04-04 Pedro Alves <pedro@codesourcery.com>
5380
5381 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5382 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5383 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5384 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5385 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5386 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5387 expect an mi error duplicated in stderr.
5388
eae06beb
JB
53892008-04-03 Joel Brobecker <brobecker@adacore.com>
5390
5391 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5392 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5393 Add a couple of tests that verify the behavior when the new setting
5394 is set to "cancel" and "all".
5395 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5396 "ask" before we start the testing.
5397
79c6ced6
AR
53982008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5399
5400 * gdb.cp/casts.cc: Add class reference variables.
5401 * gdb.cp/casts.exp: New test cases for up/down casting references.
5402
6c2d1a6b
MK
54032008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5404
5405 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5406 instead of beginning to make an extra test pass.
5407 * gdb.mi/mi2-var-display.exp: Likewise.
5408
55b411d9
MR
54092008-03-31 Maciej W. Rozycki <macro@mips.com>
5410
5411 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5412
c6140da2
MD
54132008-03-31 Markus Deuling <deuling@de.ibm.com>
5414 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5415
5416 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5417 value. Add xfail for older kernels.
5418
79732189
AR
54192008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5420
5421 Bring mi-support in line with gdb.exp.
5422 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5423 (mi_gdb_start): New function.
5424
33c3676e
MR
54252008-03-28 Maciej W. Rozycki <macro@mips.com>
5426
5427 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5428
92e28119
VP
54292008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5430
5431 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5432 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5433
9e8e3afe
VP
54342008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5435
5436 * lib/mi-support.exp (mi_create_varobj_checked): New.
5437 (mi_list_varobj_children): Allow to check for a
5438 value.
5439 (mi_list_array_varobj_children): New.
5440
5441 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5442 and mi_list_varobj_children, as opposed to hardcoding
5443 expected strings.
5444 * gdb.mi/gdb701.exp: Likewise.
5445 * gdb.mi/gdb792.exp: Likewise.
5446 * gdb.mi/mi-var-block.exp: Likewise.
5447 * gdb.mi/mi-var-cmd.exp: Likewise.
5448 * gdb.mi/mi-var-invalidate.exp: Likewise.
5449 * gdb.mi/mi2-var-block.exp: Likewise.
5450 * gdb.mi/mi2-var-child.exp: Likewise.
5451 * gdb.mi/mi2-var-cmd.exp: Likewise.
5452 * gdb.mi/mi2-var-display.exp: Likewise.
5453
9df50351
JK
54542008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 Fix random false FAILs on i386.
5457 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5458
31e5d73a
DJ
54592008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5460
5461 PR gdb/544
5462 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5463
12f4afab
DJ
54642008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5465
5466 PR gdb/544
5467 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5468
b562a0cb
DJ
54692008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5470
5471 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5472 fixed PR gdb/544.
5473
17faa917
DJ
54742008-03-21 Pedro Alves <pedro@codesourcery.com>
5475
5476 * gdb.threads/fork-child-threads.exp: Test next over fork.
5477
6214f497
DJ
54782008-03-21 Chris Demetriou <cgd@google.com>
5479
5480 * gdb.base/break.exp (rbreak junk): New test for rbreak
5481 "Junk at end of arguments" issue.
5482
63092375
DJ
54832008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5484
5485 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5486 *& to work on created array elements.
5487 (Top level): Test print $pc with a file. Test string operations
5488 without a target.
5489 * gdb.base/ptype.exp: Do not expect *& to work on created array
5490 elements.
5491
b21991b0
DJ
54922008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5493
5494 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5495 gdb.threads/staticthreads.exp: Update exit query.
5496
c4b347c7
SL
54972008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5498
5499 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5500
fa4727a6
DJ
55012008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5502
5503 * gdb.base/watchpoint.c (global_ptr, func4): New.
5504 (main): Call func4.
5505 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5506 (test_inaccessible_watchpoint): New.
5507
2f34202f
MR
55082008-02-29 Maciej W. Rozycki <macro@mips.com>
5509
5510 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5511 select the largest.
5512
0d6ba1b1
DJ
55132008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5514
5515 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5516 frames-invalid annotations.
5517
e691325a
PM
55182008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5519
a9c64011 5520 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5521
f85b5ecc
DE
55222008-02-27 Doug Evans <dje@google.com>
5523
5524 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5525 for bug 1738.
5526 (breakpoint_to_handler_entry): Ditto.
5527
b40e7bf3
JB
55282008-02-27 Joel Brobecker <brobecker@adacore.com>
5529
5530 * gdb.base/ending-run.exp: Use the first line of code inside
5531 function body to test breakpoints.
5532 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5533 location where the breakpoint is inserted when using the line
5534 where a function is declared. Fix typo in the description of
5535 one of the tests.
5536 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5537
2faca73a
PM
55382008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5539
5540 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5541 tests.
2faca73a 5542
6f439c36
PM
55432008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5544
5545 * gdb.base/args.exp: avoid same output for tests
5546 with single quotes.
5547
54e52265
VP
55482008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5549
a9c64011
AS
5550 * gdb.base/annota1.exp: Adjust for 'info break'
5551 format changes.
5552 * gdb.base/annota3.exp: Likewise.
5553 * gdb.base/break.exp: Likewise.
5554 * gdb.base/condbreak.exp: Likewise.
5555 * gdb.base/pending.exp: Likewise.
5556 * gdb.base/sepdebug.exp: Likewise.
5557 * gdb.base/unload.exp: Likewise.
5558 * gdb.cp/ovldbreak.exp: Likewise.
5559 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5560
897b09ca
DE
55612008-02-07 Doug Evans <dje@google.com>
5562
5563 * gdb.cp/mb-inline.exp: New.
5564 * gdb.cp/mb-inline.h: New.
5565 * gdb.cp/mb-inline1.cc: New.
5566 * gdb.cp/mb-inline2.cc: New.
5567
b1c32d35
PM
55682008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5569
5570 * gdb.pascal/floats.pas: New test program.
5571 * gdb.pascal/floats.exp: New testcase.
5572
1a4ca44a
TJB
55732008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5574
5575 * gdb.base/callfuncs.c (t_float_many_args): New function.
5576 (t_double_many_args): New function.
5577 * gdb.base/callfuncs.exp: Add tests for exceeding float
5578 and double parameters passed through the stack.
5579
439048e8
JB
55802008-02-05 Joel Brobecker <brobecker@adacore.com>
5581
5582 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5583 gdb.ada/complete/foo.adb: New files.
5584 * gdb.ada/complete.exp: New testcase.
5585
81fe8080
DE
55862008-02-03 Doug Evans <dje@google.com>
5587
301f0ecf
DE
5588 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5589
81fe8080
DE
5590 * gdb.cp/gdb2384.exp: New file.
5591 * gdb.cp/gdb2384.cc: New file.
5592 * gdb.cp/gdb2384-base.h: New file.
5593 * gdb.cp/gdb2384-base.cc: New file.
5594
4b071aec
DE
55952008-02-02 Doug Evans <dje@google.com>
5596
5597 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5598
61137ba6
JB
55992007-02-01 Joel Brobecker <brobecker@adacore.com>
5600
5601 * gdb.ada/sym_print_name: New test program.
5602 * gdb.ada/sym_print_name.exp: New testcase.
5603
56042007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5605
5606 * gdb.ada/nested/hello.adb: New file.
5607 * gdb.ada/nested.exp: New testcase.
5608 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5609
98deb0da
VP
56102008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5611
5612 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5613 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5614 don't cause future evaluations of function to report
5615 creation of internal breakpoints.
98deb0da 5616
723a2275
VP
56172008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5618
5619 * gdb.mi/mi-break.exp (test_error): New.
5620 Call it.
5621
fb546a2f
LM
56222008-01-31 Luis Machado <luisgpm@br.ibm.com>
5623
5624 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5625 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5626
2d8fd90a
PM
56272008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5628
5629 * gdb.pascal/integers.pas: New test program.
5630 * gdb.pascal/integers.exp: New testcase.
5631
a7fa0ded
PM
56322008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5633
5634 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5635
5e1a1926
TJB
56362008-01-30 Luis Machado <luisgpm@br.ibm.com>
5637
5638 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5639 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5640
8d04f9f0
JB
56412008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5642
5643 * gdb.ada/formatted_ref: New test program.
5644 * gdb.ada/formatted_ref.exp: New testcase.
5645
5646 * gdb.cp/formatted-ref.cc: New file.
5647 * gdb.cp/formatted-ref.exp: New testcase.
5648
ce75a98f
JB
56492008-01-30 Joel Brobecker <brobecker@adacore.com>
5650
5651 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5652
e835f6bf
NR
56532008-01-30 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5656 (test_file_list_exec_source_file): Update to new macro-info field.
5657
d118ef87
PH
56582008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5659
5660 * gdb.ada/exprs: New test program.
5661 * gdb.ada/exprs.exp: New testcase.
5662
7d35ab09
TJB
56632008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5664
5665 * dfp-test.c (DELTA, DELTA_B): New definitions.
5666 (double_val1, double_val2, double_val3, double_val4, double_val5,
5667 double_val6, double_val7, double_val8, double_val9, double_val10,
5668 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5669 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5670 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5671 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5672 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5673 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5674 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5675 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5676 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5677 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5678 dec128_val16): New global variables.
5679 (decimal_dec128_align): New function.
5680 (decimal_mixed): Likewise.
5681 (decimal_many_args_dec32): Likewise.
5682 (decimal_many_args_dec64): Likewise.
5683 (decimal_many_args_dec128): Likewise.
5684 (decimal_many_args_mixed): Likewise.
5685 * dfp-test.exp: Add tests calling new inferior functions.
5686
2d717e4f
DJ
56872008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5688
5689 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5690 gdb.server/ext-run.exp: New files.
5691 * lib/gdbserver-support.exp (gdbserver_download): New.
5692 (gdbserver_start): New. Update gdbserver expected
5693 output.
5694 (gdbserver_spawn): Use them.
5695 (gdbserver_start_extended): New.
5696
e85a822c
DJ
56972008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5698
5699 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5700 Run on GNU/Linux.
5701 (do_exec_tests): Check for systems which do not support catchpoints.
5702 Do not match START.
5703 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5704 Run on GNU/Linux. Enable verbose output.
5705 (check_fork_catchpoints): New.
5706 (explicit_fork_child_follow, catch_fork_child_follow)
5707 (tcatch_fork_parent_follow): Update expected messages.
5708 (do_fork_tests): Use check_fork_catchpoints.
5709 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5710 Run on GNU/Linux. Enable verbose output.
5711 (check_vfork_catchpoints): New.
5712 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5713 expected messages.
5714 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5715
401ea829
JB
57162008-01-29 Jim Blandy <jimb@red-bean.com>
5717
5718 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5719 host' errors.
5720 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5721
aceaf3ad
JB
57222008-01-29 Jim Blandy <jimb@red-bean.com>
5723
5724 * gdb.threads/sigthread.c: Use barriers to ensure that
5725 child_thread and child_thread_two are always initialized before we
5726 start to use them.
5727
a5606eee
VP
57282008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5729
5730 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
5731 * gdb.base/watchpoint-solib.c: New.
5732 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 5733
c55a82bb
PM
57342008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5735
5736 * gdb.base/gdb1056.exp: Add unsigned integer test.
5737
0993fe05
DE
57382008-01-28 Doug Evans <dje@google.com>
5739
5740 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5741
4fe42e7f
JB
57422008-01-27 Jim Blandy <jimb@codesourcery.com>
5743
c7a69933
JB
5744 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5745
4fe42e7f
JB
5746 * gdb.base/expand-psymtabs.exp: Doc fix.
5747
5def8285
MK
57482008-01-26 Mark Kettenis <kettenis@gnu.org>
5749
5750 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5751
5313c911
NR
57522008-01-24 Nick Roberts <nickrob@snap.net.nz>
5753
a9c64011 5754 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
5755 -var-set-format.
5756
93815fbf
VP
57572008-01-23 Chris Demetriou <cgd@google.com>
5758
5759 * gdb.threads/thread_events.c: New testcase source file.
5760 * gdb.threads/thread_events.exp: New testcase expect file.
5761
467a88ee
NR
57622008-01-23 Nick Roberts <nickrob@snap.net.nz>
5763
5764 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
5765
5766 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
5767 -var-set-format.
5768
d8f82aba
DJ
57692008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5770 Vladimir Prus <vladimir@codesourcery.com>
5771
5772 * gdb.base/float.exp: Allow missing floating point for m68k and
5773 PowerPC.
5774
60c46647
VP
57752008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5776
5777 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
5778 ignore count.
5779 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5780 * gdb.mi/mi-cli.exp: Adjust.
5781 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 5782
c7dd36a1
PA
57832008-01-17 Pedro Alves <pedro@codesourcery.com>
5784
5785 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5786 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5787 with dummy_ptr's address.
5788 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5789 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5790 all targets.
5791 * gdb.mi/mi2-var-child.exp: Likewise.
5792
39d5313e
JB
57932008-01-09 Joel Brobecker <brobecker@adacore.com>
5794
5795 * gdb.ada/null_array: New test program.
5796 * gdb.ada/null_array.exp: New testcase.
5797
0aea4bf3
LM
57982008-01-09 Luis Machado <luisgpm@br.ibm.com>
5799
5800 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5801 with required float modifiers.
5802
0b354900
JB
58032008-01-08 Joel Brobecker <brobecker@adacore.com>
5804
5805 * gdb.ada/funcall_param: New test program.
5806 * gdb.ada/funcall_param.exp: New testcase.
5807
cdb7f5d4
JB
58082008-01-08 Joel Brobecker <brobecker@adacore.com>
5809
5810 * gdb.ada/arrayparam: New test program.
5811 * gdb.ada/arrayparam.exp: New testcase.
5812
88e2547f
JB
58132008-01-08 Joel Brobecker <brobecker@adacore.com>
5814
5815 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5816 landed. Should also fix random failures in the test following it.
5817
f6867ce0
TJB
58182008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5819
5820 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5821 for expressions with decimal float values.
5822 (test_dfp_conversions): New function to test casts to and from
5823 decimal float types.
5824 Call test_dfp_conversions.
5825 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5826 elements.
5827 (main): Initialize ds.float4 and ds.double8 elements.
5828 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5829 string to new error message.
5830 (d64_set_tests): Likewise.
5831 (d128_set_tests): Likewise.
5832 Add tests for expressions with decimal float variables. Add tests for
5833 conversions to and from decimal float types.
5834
f9c11282
JB
58352008-01-05 Joel Brobecker <brobecker@adacore.com>
5836
5837 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5838 * gdb.ada/packed_tagged.exp: New testcase.
5839
0ecbca72
JB
58402008-01-04 Joel Brobecker <brobecker@adacore.com>
5841
5842 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5843 gdb.ada/homonym/homonym_main.adb: New files.
5844 * gdb.ada/homonym.exp: New testcase.
5845
c18d3d89
JB
58462008-01-04 Joel Brobecker <brobecker@adacore.com>
5847
5848 * gdb.ada/packed_array.exp: Add testing of references to
5849 a packed array.
5850
ecc7085b
JB
58512008-01-04 Joel Brobecker <brobecker@adacore.com>
5852
5853 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5854 New files.
5855 * gdb.ada/type_coercion.exp: New testcase.
5856
c474c922
JB
58572008-01-04 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5860 gdb.ada/tagged/foo.adb: New file.
5861 * gdb.ada/tagged.exp: New testcase.
5862
9005b927
JB
58632008-01-04 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5866 gdb.ada/ptype_field/foo.adb: New files.
5867 * gdb.ada/ptype_field.exp: New testcase.
5868
1a6aaad8
JB
58692008-01-03 Joel Brobecker <brobecker@adacore.com>
5870
5871 * gdb.ada/print_pc.exp: New testcase.
5872
0ef22f53
JB
58732008-01-03 Joel Brobecker <brobecker@adacore.com>
5874
5875 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5876 gdb.ada/taft_type/p.adb: New files.
5877 * gdb.ada/taft_type.exp: New testcase.
5878
1689ecf8
JB
58792008-01-03 Joel Brobecker <brobecker@adacore.com>
5880
5881 * gdb.ada/array_bounds/bar.adb: New file.
5882 * gdb.ada/array_bounds.exp: New testcase.
5883
a4d0b9c3
JB
58842008-01-03 Joel Brobecker <brobecker@adacore.com>
5885
5886 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5887 gdb.ada/arrayptr/foo.adb: New files.
5888 * gdb.ada/arrayptr.exp: New testcase.
5889
a31ace00
JB
58902008-01-03 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.base/set-lang-auto.exp: New testcase.
5893
a97fced3
JB
58942008-01-03 Joel Brobecker <brobecker@adacore.com>
5895
5896 * gdb.ada/fun_addr/foo.adb: New file.
5897 * gdb.ada/fun_addr.exp: New testcase.
5898
ef29ce1a
JK
58992008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5902 New files
5903
0fafefe3
JB
59042008-01-02 Joel Brobecker <brobecker@adacore.com>
5905
5906 * array_subscript_addr/p.adb: New file.
a9c64011 5907 * array_subscript_addr.exp: New testcase.
0fafefe3 5908
c4359f8d
JB
59092008-01-02 Joel Brobecker <brobecker@adacore.com>
5910
a9c64011 5911 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
5912 New files.
5913 * gdb.ada/str_cmp_ref.exp: New testcase.
5914
1aa1b15b
JB
59152008-01-01 Joel Brobecker <brobecker@adacore.com>
5916
5917 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5918 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 5919 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 5920
81c9b2cf
JB
59212008-01-01 Joel Brobecker <brobecker@adacore.com>
5922
5923 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5924 gdb.ada/ref_param/pck.ads: New files.
5925 * gdb.ada/ref_param.exp: New testcase.
5926
319e4674
JB
59272008-01-01 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5930 gdb.ada/interface/foo.adb: New files.
5931 * gdb.ada/interface.exp: New testcase.
5932
ef682c56
JB
59332007-12-31 Jim Blandy <jimb@codesourcery.com>
5934
5935 * gdb.base/multi-forks.exp: Consume all output from child
5936 processes before proceeding to next test.
5937
f6f3eb6c
JB
59382007-12-29 Jim Blandy <jimb@codesourcery.com>
5939
5940 * configure: Regenerated.
5941
f652e42f
JB
59422007-12-27 Joel Brobecker <brobecker@adacore.com>
5943
5944 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5945 gdb.ada/fixed_cmp/fixed.adb: New files.
5946 * gdb.ada/fixed_cmp.exp: New testcase.
5947
6943e596
JB
59482007-12-27 Joel Brobecker <brobecker@adacore.com>
5949
5950 * gdb.ada/boolean_expr.exp: New testcase.
5951
aad9a193
JB
59522007-12-26 Jim Blandy <jimb@codesourcery.com>
5953
5954 * gdb.base/multi-forks.exp: Doc fix.
5955
fb5f3683
JB
59562007-12-26 Joel Brobecker <brobecker@adacore.com>
5957
5958 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5959 * gdb.ada/char_param.exp: Do not compile our test program with
5960 -gnata, this is unnecessary.
5961 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5962
384e4a9c
JB
59632007-12-24 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5966 gdb.ada/print_chars/foo.adb: New files.
5967 * gdb.ada/print_chars.exp: New testcase.
5968
01e044f7
JB
59692007-12-24 Joel Brobecker <brobecker@adacore.com>
5970
5971 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5972 gdb.ada/char_param/foo.adb: New files.
5973 * gdb.ada/char_param.exp: New testcase.
5974
0ce17860
JB
59752007-12-22 Jim Blandy <jimb@codesourcery.com>
5976
5977 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5978 hard-coding source line numbers into the test.
5979 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5980 gdb_get_line_number to find.
5981
919809b9
JB
59822007-12-22 Joel Brobecker <brobecker@adacore.com>
5983
5984 * gdb.base/ptype.c (highest): New struct type.
5985 (the_highest): New variable of that type.
5986 (main): Add dummy assignment to a field of variable the_highest.
5987 * gdb.base/ptype.exp: Test type printing of our new variable.
5988
abc8a88d
PM
59892007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5990
5991 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 5992 and record first explicitly generated thread number.
abc8a88d
PM
5993 Use that thread number for thread specific watchpoint test.
5994 Add iteration number to repetitive tests.
5995
5158f3e3
CES
59962007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
5997 Jim Blandy <jimb@codesourcery.com>
5998
5999 * gdb.base/expand-psymtabs.c: New testcase
6000 source file.
6001 * gdb.base/expand-psymtabs.exp: New testcase
6002 expect file.
6003
37e4754d
LM
60042007-12-17 Luis Machado <luisgpm@br.ibm.com>
6005
6006 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6007 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6008
551e5d04
JB
60092007-12-17 Joel Brobecker <brobecker@adacore.com>
6010
6011 * gdb.ada/frame_args/foo.adb: New file.
6012 * gdb.ada/frame_args/pck.ads: New file.
6013 * gdb.ada/frame_args/pck.adb: New file.
6014 * gdb.ada/frame_args.exp: New testcase.
6015
a05ee097
JB
60162007-12-17 Joel Brobecker <brobecker@adacore.com>
6017
6018 * gdb.base/frame-args.c: New file.
6019 * gdb.base/frame-args.exp: New testcase.
6020
c162e8c9 60212007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 6022 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
6023
6024 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6025
afe8ab22 60262007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6027
afe8ab22
VP
6028 * gdb.mi/mi-pending.exp: New.
6029 * gdb.mi/mi-pending.c: New.
6030 * gdb.mi/mi-pendshr.c: New.
6031
dfdfb3ca
JB
60322007-12-06 Jim Blandy <jimb@codesourcery.com>
6033
6034 * gdb.base/default.exp: Update expected output for 'info catch'.
6035
b7fca990
JK
60362007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6037
6038 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6039 must be set to binary.
6040
6a1afc1e
PA
60412007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6042
6043 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6044
a6b151f1
DJ
60452007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6046
6047 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6048 gdb.mi/mi-file-transfer.exp: New.
6049
43039443
JK
60502007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6051
6052 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6053
0ef2251b
MR
60542007-11-22 Maciej W. Rozycki <macro@mips.com>
6055
6056 * gdb.trace/backtrace.exp: Fix a typo.
6057 * gdb.trace/circ.exp: Likewise.
6058 * gdb.trace/collection.exp: Likewise.
6059 * gdb.trace/limits.exp: Likewise.
6060 * gdb.trace/report.exp: Likewise.
6061 * gdb.trace/tfind.exp: Likewise.
6062 * gdb.trace/while-dyn.exp: Likewise.
6063
5443631e
NR
60642007-11-21 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6067 objects of pointers that can't be dereferenced are now
6068 "noneditable".
6069
a4ce5b0d
UW
60702007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6071
6072 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6073 (target_cpu): Remove.
6074
d6e956e5
VP
60752007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6076
6077 * gdb.base/ending-run.exp: Expect the list of cleared
6078 breakpoint to come in natural order, not the reversed one.
a9c64011 6079
214270ab
VP
60802007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6081
6082 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6083 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 6084
1a619819
LM
60852007-11-05 Luis Machado <luisgpm@br.ibm.com>
6086
6087 * gdb.base/printcmds.exp: New function
6088 test_printf_with_dfp.
6089
5b01a6fa
DE
60902007-11-02 Doug Evans <dje@google.com>
6091
6092 * gdb.disasm/t01_mov.s: Remove carriage returns.
6093 * gdb.disasm/t02_mova.s: Ditto.
6094 * gdb.disasm/t03_add.s: Ditto.
6095 * gdb.disasm/t04_sub.s: Ditto.
6096 * gdb.disasm/t05_cmp.s: Ditto.
6097 * gdb.disasm/t06_ari2.s: Ditto.
6098 * gdb.disasm/t07_ari3.s: Ditto.
6099 * gdb.disasm/t08_or.s: Ditto.
6100 * gdb.disasm/t09_xor.s: Ditto.
6101 * gdb.disasm/t10_and.s: Ditto.
6102 * gdb.disasm/t11_logs.s: Ditto.
6103 * gdb.disasm/t12_bit.s: Ditto.
6104 * gdb.disasm/t13_otr.s: Ditto.
6105
ec33ab7f
JK
61062007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6107
6108 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6109
ae0d01ff
UW
61102007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6111
6112 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6113 provide DFP support.
6114
55eddb0f
DJ
61152007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6116
6117 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6118 Test "set powerpc vector-abi". Skip auto-detection tests for old
6119 toolchains.
6120
7020f05c
PA
61212007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6122
6123 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6124 with [string compare].
6125
84bc3db9
PA
61262007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6127
6128 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6129 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6130
5876dc88
LM
61312007-10-25 Luis Machado <luisgpm@br.ibm.com>
6132
6133 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6134 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6135 * gdb.opt/Makefile.in: New makefile.
6136 * Makefile.in: Create new directory "gdb.opt".
6137 * configure.ac: Add "gdb.opt" directory.
6138 * configure: Regenerated.
a9c64011 6139
c3ea9a14
DE
61402007-10-25 Doug Evans <dje@google.com>
6141
6142 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6143 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6144
a9c64011 61452007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
6146 Thiago Jung Bauermann <bauerman@br.ibm.com>
6147
6148 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6149 Floating Point expressions.
6150 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6151 Floating Point variables.
6152 * gdb.base/dfp-test.c: new file containing program with Decimal
6153 Floating variables, used by gdb.base/dfp-test.exp.
6154
62a24a2b
DJ
61552007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6156
6157 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6158
e7b1eae6
UW
61592007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6160
6161 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6162 compiling test case with GCC.
6163 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6164
c641edcc
UW
61652007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6166
6167 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6168 format changes.
6169
5e5ebfe6
MS
61702007-10-18 Michael Snyder <msnyder@specifix.com>
6171
6172 * gdb.base/dbx.exp: Add missing "-re " operator.
6173
e831e7b6
GM
61742007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6175
6176 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6177 * configure.ac: Removed trailing spaces after backslash.
6178 * gdb.modula2: New directory.
6179 * gdb.modula2/Makefile.in: New file.
6180 * gdb.modula2/unbounded-array.exp: New file.
6181 * gdb.modula2/unbounded1.c: New file.
6182
7cc46491
DJ
61832007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6184
6185 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6186
61872007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
6188
6189 * gdb.base/sigstep.c (main): Add checks for
6190 return values for setitimer call.
6191 Call setitimer again with itimer = ITIMER_REAL
6192 if first call to setitimer fails.
6193
e91528f0
KH
61942007-10-11 Kazu Hirata <kazu@codesourcery.com>
6195
6196 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6197 of $timeout.
6198
2ec9a4f8
DJ
61992007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6200
6201 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6202
62032007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
6204
6205 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6206 of gdb_expect call, to avoid interruption.
6207
64b2fa04
PA
62082007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6209
6210 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6211 (v_unsigned_long_long, v_long_long_array)
6212 (v_signed_long_long_array, v_unsigned_long_long_array)
6213 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6214 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6215 [!NO_LONG_LONG]: New.
6216 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6217 v_long_long_member.
6218
6219 (v_long_long_func, v_signed_long_long_func)
6220 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6221 (main) [!NO_LONG_LONG]: Initialize long long variants.
6222
6223 * gdb.base/whatis.exp: If board file requests no_long_long, build
6224 test with NO_LONG_LONG defined. Test long long, signed long long,
6225 and unsigned long long variants but only if board file doesn't
6226 disable it.
6227
a912286e 62282007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 6229 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
6230
6231 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6232 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6233 * configure: Regenerated.
6234 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6235 gdb.pascal/types.exp, lib/pascal.exp: New files.
6236
471ba8c9
DJ
62372007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6238
6239 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6240 call.
6241 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6242 to return to the call.
6243 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6244 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6245 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6246 * gdb.mi/mi-until.exp (test_until): Likewise.
6247 * gdb.mi/mi2-until.exp (test_until): Likewise.
6248
fef8a650
DJ
62492007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6250
6251 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6252 two-char array.
6253 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6254
d983da9c
DJ
62552007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6256
6257 * gdb.threads/watchthreads.c (thread_function): Sleep between
6258 iterations.
6259 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6260 at once for S/390. Generate matching fails and passes.
6261
17f62551
VP
62622007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6263
6264 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6265 the 'struct_declarations' variable to zeros.
a9c64011 6266
ed0616c6
VP
62672007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6268
6269 * gdb.cp/mb-ctor.cc: New.
6270 * gdb.cp/mb-ctor.exp: New.
6271 * gdb.cp/mb-templates.cc: New.
6272 * gdb.cp/mb-templates.exp: New.
6273
41f1b697
DJ
62742007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6275
6276 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6277
3f213f78
PA
62782007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6279
6280 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6281 targets.
6282 * configure: Regenerate.
6283
0d381245 62842007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6285
0d381245
VP
6286 * gdb.base/annota1.exp: Adjust for 'info break'
6287 format changes.
6288 * gdb.base/annota3.exp: Likewise.
6289 * gdb.base/break.exp: Likewise.
6290 * gdb.base/condbreak.exp: Likewise.
6291 * gdb.base/pending.exp: Likewise.
6292 * gdb.base/sepdebug.exp: Likewise.
6293 * gdb.base/unload.exp: Likewise.
6294 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 6295
fe3f5fa8
VP
62962007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6297
6298 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6299 messages.
6300 * gdb.base/chng-syms.exp: Likewise.
6301 * gdb.base/unload.exp: Likewise.
a9c64011 6302
a75cf6c0
DJ
63032007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6304
6305 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6306
18ecae38
DJ
63072007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6308
6309 * schedlock.c (NUM): Change to 1.
6310 (main): Use args[0] for the main thread.
6311 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6312 regardless of the number of threads.
6313
5509918f
MR
63142007-09-14 Maciej W. Rozycki <macro@mips.com>
6315
4a543daf
MR
6316 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6317 type down.
6318 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6319 test.
6320 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6321 watchpoint type down.
6322 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6323 test.
6324
63252007-09-14 Maciej W. Rozycki <macro@mips.com>
6326
5509918f
MR
6327 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6328 Move all the tests here and run them twice, once using software
6329 watchpoints and once using hardware watchpoints.
6330 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6331
40b53987
DJ
63322007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6333
6334 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6335 test.
6336
695e2681
MK
63372007-09-10 Mark Kettenis <kettenis@gnu.org>
6338
8b3fc8d8
MK
6339 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6340 build-id.
6341
695e2681
MK
6342 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6343 know about $ORIGIN. Calculate output dir from $dest instead of
6344 using ${objdir}/{$subdir}.
6345
58d69f29
MK
63462007-09-09 Mark Kettenis <kettenis@gnu.org>
6347
6348 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6349 gcore, before continuing with the test.
6350
3e347599
DJ
63512007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6352
6353 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6354 * gdb.mi/mi-watch.exp: Likewise.
6355
ea37ba09
DJ
63562007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6357 Jim Blandy <jimb@codesourcery.com>
6358
6359 * gdb.arch/i386-sse.exp: Do not expect character constants.
6360 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6361 * gdb.base/display.exp: Allow print/s.
6362 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6363 and unsigned char array changes.
6364
2025a643
DJ
63652007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * gdb.base/display.exp: Add tests for printf %p.
6368
26669a27
PA
63692007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6370
6371 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6372 the dll name to unicode.
6373
c8f021f8
JK
63742007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6375
6376 * gdb.base/default.exp (show version): Update the version text.
6377 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6378
4cf31eea
JK
63792007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6380
6381 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6382 New files.
6383
4935890f
JK
63842007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6385
6386 * lib/gdb.exp (build_id_debug_filename_get): New function.
6387 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6388 Remove the generate DEBUG file for the future testcase runs.
6389 New testcase for the NT_GNU_BUILD_ID retrieval.
6390 Move the final testing step to ...
6391 (test_different_dir): ... a new function.
6392 New parameter XFAIL to XFAIL all the tests performed.
6393 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6394 New parameter TYPE to PF_PREFIX all the tests performed.
6395
02142340
VP
63962007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6397
6398 * gdb.mi/mi-var-cp.cc (path_expression): New
6399 function.
6400 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6401
36acd84e
UW
64022007-08-27 Markus Deuling <deuling@de.ibm.com>
6403
6404 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6405 to fit into SPU Local Store memory.
6406
a896d121
JB
64072007-08-23 Joel Brobecker <brobecker@adacore.com>
6408
6409 * gdb.base/default.exp: Adjust the expected output of "info
6410 warranty" after the switch to GPLv3.
6411
7b433602
JB
64122007-08-23 Joel Brobecker <brobecker@adacore.com>
6413
6414 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6415 to 30000 (from 20000).
6416
e22f8b7c
JB
64172007-08-23 Joel Brobecker <brobecker@adacore.com>
6418
6419 Switch the license of all .exp files to GPLv3.
6420 Switch the license of all .f and .f90 files to GPLv3.
6421 Switch the license of all .s and .S files to GPLv3.
6422
5a0e3bd0
JB
64232007-08-23 Joel Brobecker <brobecker@adacore.com>
6424
6425 * configure.ac: Switch license to GPLv3.
6426
cc00619d
JB
64272007-08-23 Joel Brobecker <brobecker@adacore.com>
6428
6429 Switch the licensing to GPLv3 for all .ads and .adb files.
6430
8d26208a
DJ
64312007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6432
6433 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6434 and t_int_double.
6435 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6436
4fcb9948
JB
64372007-08-17 Joel Brobecker <brobecker@adacore.com>
6438
6439 * gdb.base/step-line.c: Switch license to GPL version 3, and
6440 update copyright year.
6441 * gdb.base/step-line.inp: Likewise.
6442
b9c34f67
JB
64432007-08-17 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6446 changes inside gdb1555.c.
6447 * gdb.base/pending.exp: Likewise.
6448
2cc17678
DJ
64492007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6450
6451 * config/default.exp: New file.
6452
e48883f7
DJ
64532007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6456 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6457
1ab80e5b
MR
64582007-07-30 Maciej W. Rozycki <macro@mips.com>
6459
6460 * gdb.base/dump.exp: Force the correct endianness for binary
6461 formats not carrying this information.
6462
aba471f5
DJ
64632007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6464
6465 * gdb.threads/staticthreads.exp: Match .*sem_post.
6466
d4e07204
DJ
64672007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 * gdb.base/readline.exp (operate_and_get_next): Match the final
6470 prompt.
6471
2b97317d
KB
64722007-07-23 Kevin Buettner <kevinb@redhat.com>
6473
6474 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6475 to restarting SID.
6476
44efa07a
KB
64772007-07-18 Kevin Buettner <kevinb@redhat.com>
6478
6479 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6480 prior to `gdb_start'.
6481
7b5ebade
KB
64822007-07-18 Kevin Buettner <kevinb@redhat.com>
6483
6484 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6485 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6486 Remove call to gdb_unload.
6487
255e7678
DJ
64882007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6489 Daniel Jacobowitz <dan@codesourcery.com>
6490
6491 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6492 for __WIN32__.
6493 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6494 * gdb.base/unload.exp: Use shared library test routines.
6495
3a40aaa0
UW
64962007-07-03 Markus Deuling <deuling@de.ibm.com>
6497
6498 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6499 * gdb.base/solib-symbol-lib.c: Likewise.
6500 * gdb.base/solib-symbol-main.c: Likewise.
6501
b0f4b84b
DJ
65022007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6503
6504 * config/gdbserver.exp (gdb_reconnect): New.
6505 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6506 gdb.base/solib-disc.exp: New files.
6507 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6508 remote debugging".
6509 (gdb_compile): Add shlib_load flag.
6510 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6511 port.
6512 (gdbserver_reconnect): New.
6513
1b05479a
DJ
65142007-07-01 Nick Roberts <nickrob@snap.net.nz>
6515 Daniel Jacobowitz <dan@codesourcery.com>
6516
6517 * gdb.base/annota3.exp: Test for if construct.
6518
86f78eb2
DJ
65192007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6520
6521 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6522
6a2eb474 65232007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6524 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6525
6526 * gdb.base/display.exp: Allow a newline after display/i.
6527 * gdb.base/pc-fp.exp: Likewise.
6528 * gdb.base/sigbpt.exp: Likewise.
6529
f8b73d13
DJ
65302007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6531
6532 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6533 required features to be included.
6534
4339e69e
DJ
65352007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6536
6537 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6538 in info threads output.
6539
23d964e7
UW
65402007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6541 Markus Deuling <deuling@de.ibm.com>
6542
6543 * gdb.arch/spu-info.exp: New testcase.
6544 * gdb.arch/spu-info.c: New file.
6545
fd20f75b
DJ
65462007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6547
6548 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6549 tpcs_offset. Restore lr after the call.
6550 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6551
2226f861
DJ
65522007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6553
6554 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6555 (gdbserver_run): Kill any running gdbserver.
6556 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6557
d12371a9
MR
65582007-05-17 Maciej W. Rozycki <macro@mips.com>
6559
6560 * gdb.base/sigbpt.exp: Preset segv_addr.
6561
93f02886
DJ
65622007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6563
6564 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6565 (gdb_compile_shlib): Likewise.
6566 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6567 (default_gdb_init): Clear cleanfiles.
6568 (gdb_finish): Delete recorded cleanfiles.
6569 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6570
6571 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6572 Do not use isnative.
6573 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6574 gdb.base/so-impl-ld.exp: Likewise.
6575 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6576 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6577 gdb_compile.
6578
b04e06d7
VP
65792007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6580
6581 * config/unknown.exp: Remove.
6582
069ed931
UW
65832007-05-15 Markus Deuling <deuling@de.ibm.com>
6584
6585 * gdb.base/info-proc.exp: Check is_remote.
6586
09db0d03
UW
65872007-05-14 Markus Deuling <deuling@de.ibm.com>
6588
6589 * gdb.base/gcore.exp: Initialize variable core_supported.
6590
af2cbe8c
DJ
65912007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6592
6593 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6594
027c0295
DJ
65952007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6596
6597 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6598 * gdb.threads/print-threads.exp (test_all_threads): Allow
6599 negative and hexadecimal thread IDs.
6600
dc5000e7
DJ
66012007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.java/jprint.java (public): Avoid invalid call to static
6604 method.
6605
2e74ed18
DP
66062007-05-14 Denis Pilat <denis.pilat@st.com>
6607
6608 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6609 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6610 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6611 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6612 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6613
83547f02
UW
66142007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6615
6616 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6617 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6618 this mode.
6619 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6620 * gdb.base/spu.ld: New file.
6621
b18be20d
DJ
66222007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6623
6624 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6625
be444858
DJ
66262007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6627
6628 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6629
b1d53152
DJ
66302007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6631
6632 * gdb.java/jmain.exp: Handle demangled names with and without method
6633 signatures.
6634
d084b331
DJ
66352007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6636
6637 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6638 (have_a_very_merry_interrupt): Remove calls to puts.
6639 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6640 inferior output.
6641 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6642 test names.
6643
db9d7fc5
DJ
66442007-04-29 Markus Deuling <deuling@de.ibm.com>
6645 Daniel Jacobowitz <dan@codesourcery.com>
6646
6647 * gdb.base/auxv.exp (core_works): Also check is_remote.
6648 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6649
ef783a7d 66502007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6651
ef783a7d
VP
6652 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6653 message, not the undefined 'module' variable.
6654 * gdb.base/siginfo.exp: Likewise.
6655 * gdb.base/sigstep.exp: Likewise.
6656 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6657 serialport.
6658 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6659
b7b73cae
CV
66602007-04-25 Corinna Vinschen <vinschen@redhat.com>
6661
6662 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6663 target sim fails. Return 0 otherwise.
6664 (gdb_load): Return prematurely if gdb_target_sim fails.
6665
7d90fdfa
DP
66662007-04-16 Denis Pilat <denis.pilat@st.com>
6667
6668 * gdb.base/setshow.exp: Reset height after having set it to 100.
6669
5d3e9c85
DP
66702007-04-16 Denis Pilat <denis.pilat@st.com>
6671
6672 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6673
18e75969
DP
66742007-04-16 Denis Pilat <denis.pilat@st.com>
6675
6676 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6677
25d5ea92
VP
66782007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6679
6680 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6681 tests. Run the frozen varobjs test.
6682 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 6683 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 6684
0b49cb80
JK
66852007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6686
6687 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6688 gdb.base/type-opaque.exp: New files.
6689
a73bafbc 66902007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
6691
6692 * gdb.mi/mi-var-child.c
a73bafbc
VP
6693 (do_children_tests): User char[2] instead of
6694 char so that automatic printing of pointers to char
6695 don't give unpredicable result.
6696 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6697 local variables.
6698 * gdb.mi/mi-var-child.exp: Step to right line
6699 of do_children_tests.
6700 * gdb.mi/mi2-var-child.exp: Likewise.
6701 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 6702 do_locals_tests.
a73bafbc
VP
6703 (do_children_tests): User char[2] instead of
6704 char so that automatic printing of pointers to char
a9c64011 6705 don't give unpredicable result.
a73bafbc 6706 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6707 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
6708 Pass test name to mi_wait_for_stop.
6709
7ce59000
DJ
67102007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6711
6712 * gdb.asm/asm-source.exp: Remove d10v case.
6713 * lib/gdb.exp (skip_cplus_tests): Likewise.
6714 * gdb.asm/d10v.inc: Deleted.
6715
20389057
DJ
67162007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6719
8807d78b
DJ
67202007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6721
6722 * config/netware.exp: Delete file.
6723
aa3edb8e
JB
67242007-03-29 Joel Brobecker <brobecker@adacore.com>
6725
6726 * gdb.dwarf2/dw2-noloc.S: New file.
6727 * gdb.dwarf2/dw2-noloc.exp: New file.
6728
297561ac
PA
67292007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6730
6731 * gdb.cp/method2.cc: New test.
6732 * gdb.cp/method2.exp: New test.
6733 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6734
1f81bd39
DJ
67352007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6736
6737 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6738
9453113a
DJ
67392007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6740
6741 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6742
b741e217
DJ
67432007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6744
6745 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6746 (gdb_load): Delete, replace with...
6747 (gdb_reload): ...this.
6748 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6749 * gdb.server/server-mon.exp: Likewise.
6750 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6751 (gdb_start_cmd): New.
6752 (gdb_file_cmd): Save the last loaded file.
6753 (gdb_reload): New.
6754 (gdb_gnu_strip_debug): Use transform.
6755 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6756 support here. Use new $last_loaded_file. Check mtime.
6757 (gdb_target_cmd): Handle ObjC failure case.
6758 (infer_host_exec): Delete.
6759 (gdbserver_load): Rename to...
6760 (gdbserver_run): ...this. Simplify.
6761 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6762 (mi_gdb_load): Move most contents to a new function...
6763 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6764 (mi_run_cmd): Use mi_gdb_target_load.
6765 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6766 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6767 Use gdb_run_cmd.
6768 * gdb.base/charsign.exp: Remove incorrect comment.
6769 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6770 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6771 gdb.base/start.exp: Use gdb_start_cmd.
6772
446ab585 67732007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 6774 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
6775
6776 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6777 * gdb.base/signull.exp: Similarly.
6778
bbb88ebf
UW
67792007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6780
6781 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6782 messages available to test cases (like chng-sym.exp).
6783
cb8c4a99
AS
67842007-03-14 Andreas Schwab <schwab@suse.de>
6785
6786 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6787 format changes.
6788
4e463ff5
DJ
67892007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6790
6791 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6792 (optimized_1): New.
6793 (main): Call optimized_1.
6794 (gdb2029): Correct typos. Call gdb2029_marker.
6795 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6796 for gdb2029.
6797
b6db2c47
MK
67982007-03-12 Mark Kettenis <kettenis@gnu.org>
6799
6800 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6801 as tabs. Remove redundant test pattern.
6802
70ed3737
UW
68032007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6804
6805 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6806 for /a format output.
6807
47b67b60
DJ
68082007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6809
6810 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6811 collect output incrementally.
6812
b8953b0e
UW
68132007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6814
6815 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6816 for -var-create lpcharacter test.
6817 * gdb.mi/mi2-var-cmd.exp: Likewise.
6818
7acd5c40
UW
68192007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6820
6821 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6822 pass on targets where address zero is readable.
6823
9c6759c1
UW
68242007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6825
6826 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6827 just a single architecture.
6828
a2f1aeb4
UW
68292007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6830
6831 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6832 (fetch_all_registers): New function, uses gdb_test_multiple and
6833 exp_continue to fetch inferior output line-by-line.
6834 Replace all uses of do_get_all_registers by fetch_all_registers.
6835
46579ac2
UW
68362007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6837
6838 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6839 in target_info.
6840
fc133f24
MS
68412007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6842
a9c64011 6843 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
6844 consistancy; add a default (timeout) case.
6845
7646a51d
MS
68462007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6847
6848 * gdb.base/watchpoint.exp: Fix truncated comment.
6849
dcfff61f
MS
68502007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6851
6852 * Makefile.in: Remove spurious single-quotes from sed command.
6853
664e3ee9
DJ
68542007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6855
6856 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6857 func.
6858 * gdb.mi/mi2-var-cmd.exp: Likewise.
6859
d7cc6f2f
JB
68602007-02-27 Joel Brobecker <brobecker@adacore.com>
6861
a9c64011
AS
6862 * gdb.dwarf2/dw2-producer.S: New file.
6863 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
6864
68652007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
6866
6867 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6868 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6869 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6870 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6871 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6872 Revert tests to use mi_gdb_test and include value field in output
6873 of -var-create.
6874
93d42b30
DJ
68752007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6876
6877 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6878
c499ed39
DJ
68792007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6880
6881 * gdb.base/maint.exp: Remove full paths from test names.
6882 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6883 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6884
9836f81b
JB
68852007-02-27 Joel Brobecker <brobecker@adacore.com>
6886
6887 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6888
c74d0ad8
DJ
68892007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6890
6891 * gdb.server/server-mon.exp: New test.
6892
2711e456
DJ
68932007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6894
6895 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6896
ff6f572f
DJ
68972007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6898
6899 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6900 register capitalization.
6901
fada3feb
DP
69022007-02-13 Denis Pilat <denis.pilat@st.com>
6903
6904 * gdb.mi/mi-var-invalidate.exp: New file.
6905
fb1e4ffc
DJ
69062007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6907
6908 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6909
3da939d7
DJ
69102007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6911
6912 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6913
123dc839
DJ
69142007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6915
6916 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6917 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6918
877e3645 69192007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
6920
6921 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6922 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6923 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6924 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6925 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 6926 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 6927 Update tests to include value field in output of -var-create.
a9c64011 6928
3c0a2960
AS
69292007-02-08 Andreas Schwab <schwab@suse.de>
6930
6931 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6932
108546a0
DJ
69332007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6934
6935 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6936 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6937
d701dcab
DP
69382007-02-02 Denis Pilat <denis.pilat@st.com>
6939
6940 * gdb.threads/threadapply.exp: check that frame is not changed by
6941 the thread apply all command.
6942
783e3e2f
AS
69432007-01-31 Andreas Schwab <schwab@suse.de>
6944
6d9c3a87
AS
6945 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6946
3c50d7b9
AS
6947 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6948 in the dwarf sections.
6949 * gdb.dwarf2/mac-fileno.S: Likewise.
6950
783e3e2f
AS
6951 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6952 bspstore register on ia64.
6953
78ff580e
AS
69542007-01-29 Andreas Schwab <schwab@suse.de>
6955
cc8e9b12
AS
6956 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6957 "frame-begin" annotation.
6958
78ff580e
AS
6959 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6960 number of "frames-invalid" annotations.
6961
704a4f78
DJ
69622007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6963
6964 * gdb.base/commands.exp: Call if_commands_test.
6965 (gdb_test_no_prompt, if_commands_test): New.
6966
e741bf94
MK
69672007-01-28 Mark Kettenis <kettenis@gnu.org>
6968
6969 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6970
474d0ad3
AS
69712007-01-27 Andreas Schwab <schwab@suse.de>
6972
6973 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6974 .short/.int/.quad in the dwarf sections.
6975 * gdb.dwarf2/dw2-intercu.S: Likewise.
6976 * gdb.dwarf2/dw2-intermix.S: Likewise.
6977
e784b426
JK
69782007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6979
6980 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
6981 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6982 array.
e784b426
JK
6983 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6984 * gdb.base/setvar.exp: Likewise.
6985
37f08e04
AS
69862007-01-26 Andreas Schwab <schwab@suse.de>
6987
9a01813a
AS
6988 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6989 test.
6990
37f08e04
AS
6991 * gdb.base/multi-forks.exp ("restart $i"): Also match
6992 __kernel_syscall_via_break.
6993
6e2a9270
VP
69942007-01-24 Vladimir Prus <vladimir@codesourcery.com>
6995
6996 * lib/mi-support.exp (mi_delete_varobj): New.
6997 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
6998 testcase.
6999 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7000 (main): Call the above.
7001 (reference_update_test, base_in_reference_test)
7002 (reference_to_pointer): Delete the created varobjs.
a9c64011 7003
e515b470
DJ
70042007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7007 * configure: Regenerated.
7008 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7009 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7010 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7011 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7012 * lib/gdb.exp (gdb_skip_xml_test): New function.
7013
08d8bcd7
DJ
70142007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7015
7016 * gdb.base/sigrepeat.exp: Correct error message.
7017
70182007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
7019 Daniel Jacobowitz <dan@codesourcery.com>
7020
7021 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7022 gdb.arch/i386-gnu-cfi-asm.S: New files.
7023
97c3f1f3
JK
70242007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7025
7026 * lib/gdb.exp: Abort on missing `site.exp'.
7027
cb1df416
DJ
70282007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7029 Daniel Jacobowitz <dan@codesourcery.com>
7030
7031 * gdb.base/included.c, gdb.base/included.exp,
7032 gdb.base/included.h: New files.
7033
35990120
DJ
70342007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7035
7036 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7037 (maximize_rlimit): Reduce limits on 64-bit systems.
7038
6e81a116 70392007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
7040
7041 From Marcus Deuling <deuling@de.ibm.com>:
7042 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7043 every case.
7044
6c3c41f3
NR
70452007-01-13 Nick Roberts <nickrob@snap.net.nz>
7046
7047 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7048 (test_path_specification): Use objdir instead of srcdir to always
7049 get an absolute filename.
7050
2f12c312
DJ
70512007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7052
7053 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7054
81121995
VP
70552007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7056
7057 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7058 Make sure the variable we're using is in scope.
7059 (reference_to_pointer): Likewise.
7060
4741b737
DJ
70612007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7062
7063 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7064 has no debug information.
7065
054410c3
DJ
70662007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7067
7068 * gdb.base/annota1.exp: Remove extra send_gdb.
7069
818f79f6
DJ
70702007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7073
f7a6bb70
DJ
70742007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7075
7076 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7077
57e66780
DJ
70782007-01-08 Nick Roberts <nickrob@snap.net.nz>
7079 Daniel Jacobowitz <dan@codesourcery.com>
7080
7081 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7082 lcharacter or linteger change. Correct duplicated test name.
7083 * gdb.mi/mi2-var-cmd.exp: Likewise.
7084
3d799a95
DJ
70852007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7088
70892007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 7090
a9c64011
AS
7091 * gdb.base/nofield.c: New file.
7092 * gdb.base/nofield.exp: New testcase.
51679ba9 7093
eafb94e8
NR
70942007-01-05 Nick Roberts <nickrob@snap.net.nz>
7095
7096 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7097
7098 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7099 test.
7100
5e572bb4
DJ
71012007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7102
7103 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7104
74a44383
DJ
71052007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7106
7107 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7108 when continuing.
7109
1b572db9
DJ
71102007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7111
7112 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7113 Expect ".exe" extension.
7114
381bc39b
DJ
71152007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7116
7117 * gdb.base/charset.exp: Add explicit filename to break.
7118 * gdb.base/dbx.exp: Add explicit filename to breaks.
7119
2b70e4c6
DJ
71202007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7121
7122 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7123 * gdb.mi/mi2-file.exp: Likewise.
7124
303b6f5d
DJ
71252007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7126
7127 Implement specification of MI tests as comments
7128 in C and C++ sources.
7129 * lib/mi-support.exp (mi_autotest_data): New variable.
7130 (mi_autotest_source): New variable.
7131 (count_newlines, mi_prepare_inline_tests)
7132 (mi_get_inline_test, mi_continue_to_line)
7133 (mi_run_inline_test, mi_tbreak)
7134 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7135 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7136 Run inline tests.
7137 * gdb.mi/mi-var-cp.cc: Define tests here.
7138
23da0d94
VP
71392007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7140
7141 Simplify usage of mi_continue_to.
7142 * lib/mi-support.exp (mi_runto_helper): Renamed
7143 from mi_runto, added new parameter 'run_or_continue'.
7144 (mi_runto): Use mi_runto_helper.
7145 (mi_continue_to): Accept just function name as parameter.
7146 Use mi_runto_helper.
7147 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7148 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 7149
f9e18282
JB
71502006-01-04 Joel Brobecker <brobecker@adacore.com>
7151
7152 Make this testcase a bit more realistic. The current code
7153 is too simplistic, and allows the compiler to optimize out
7154 some of the entities we need for this testcase.
7155 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7156 (Do_Nothing): Add extra parameter.
7157 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7158 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7159 by using a variable of type Void_Star.
7160
fd678c65
JB
71612006-01-04 Joel Brobecker <brobecker@adacore.com>
7162
7163 * gdb.ada/catch_ex/foo.adb: New file.
7164 * gdb.ada/catch_ex.exp: New testcase.
7165
05cfdb42
DJ
71662007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7167
7168 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7169 pass --image-base to linker.
7170
2e03ee74
DJ
71712007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7172 Daniel Jacobowitz <dan@codesourcery.com>
7173
7174 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7175 secondary prompts.
7176
0d5de010
DJ
71772007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7178
7179 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7180 output. Test the types of members and member pointers.
7181 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7182 gdb/2092.
7183 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7184 statement. Enable for GCC. Update expected output for some tests
7185 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7186 layout.
7187 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7188 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7189 (Diamond::vget_base): New.
7190 (main): Add new tests.
7191 * gdb.cp/printmethod.exp: Update expected output for member functions.
7192 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7193 print pEe->D::vg().
7194
61a771aa
DJ
71952007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7196
7197 * gdb.threads/tls.exp: Allow stops in sem_post.
7198
2fa63963
DJ
71992006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7200
7201 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7202 * gdb.base/annota3.exp: Likewise.
7203 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7204 again (instead of timing out).
7205 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7206 GCC bug 26475.
7207 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7208 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7209 test from jmisc1.exp.
7210 * gdb.java/jmisc1.exp: Delete.
7211 * gdb.java/jprint.exp: Adjust to work with method signatures including
7212 return types.
7213 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7214 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7215 * lib/java.exp (compile_java_from_source): Pass the correct type
7216 to target_compile.
7217
5eefc2b7
JB
72182006-12-31 Joel Brobecker <brobecker@adacore.com>
7219
7220 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7221 (stack_align_edx): New function.
7222 (stack_align_eax): New function.
7223 (main): Add calls to stack_align_edx and stack_align_eax.
7224 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7225 Add testing for the cases where the register used during a stack
7226 realignment is edx. Same for eax.
7227
227c54da
DJ
72282006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7229
7230 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7231 and generic PE targets.
7232
cab8ac94
JB
72332006-12-29 Joel Brobecker <brobecker@adacore.com>
7234
7235 * gdb.ada/array_return.exp: Update copyright date list.
7236
ba54f318
JB
72372006-12-27 Joel Brobecker <brobecker@adacore.com>
7238
7239 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7240 (Create_Small_Float_Vector): New function.
7241 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7242 function body.
7243 * gdb.ada/array_return/p.adb: Use new type and function from
7244 package Pck.
7245 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7246 able to print the value returned by a function returning an
7247 array of float.
7248
6b7a35dd
JB
72492006-12-20 Joel Brobecker <brobecker@adacore.com>
7250
7251 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7252 The associated tests should be PASSing.
7253
038224f6
VP
72542006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7255
7256 Test for base in references.
7257 * gdb.mi/mi-var-cp.cc: Add test code.
7258 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7259 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7260 * gdb.mi/mi2-watch.exp: Likewise.
7261 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7262 (mi_list_varobj_children): New function.
7263
b26ed50d
VP
72642006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7265
7266 * lib/mi-support.exp
7267 (mi_runto): Accept "()" after function name.
7268 (mi_create_varobj): New function.
7269 (mi_varobj_update): New function.
7270 (mi_Check_varobj_value): New function.
7271 * gdb.mi/mi-var-cp.exp: New file.
7272 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 7273
08232497
DJ
72742006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7275
7276 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7277 gdb.base/weaklib2.c: New files.
7278
d394c993 72792006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 7280
ac6c2fba
NS
7281 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7282 info. Adjust test names.
7283
8ec659a0 7284 * gdb.base/break.c (main): Move position of malloc.
d394c993 7285 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 7286
acd65feb
VP
72872006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7288
7289 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7290 assignement of arrays and function pointers.
7291 * gdb.mi/var-cmd.c: Add declaration necessary for above
7292 tests.
7293
f556d5e5
NS
72942006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7295
7296 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
7297
7298 * gdb.threads/linux-dp.exp: Read thread table before and after
7299 creating each philosopher and verify it.
7300
697bc68d
NS
73012006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7302 Paul Brook <paul@codesourcery.com>
7303 Daniel Jacobowitz <dan@codesourcery.com>
7304
7305 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 7306 main to remove duplication. Add start function of the form
697bc68d
NS
7307 '_*start[1-9]*'. Add RVDS start function.
7308
29d73ae4
DJ
73092006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7310
7311 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7312
c1d88655
UW
73132006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7314
7315 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7316 * gdb.asm/spu.inc: New file.
7317 * gdb.base/term.exp: Disable if [target_info exists noargs].
7318 * gdb.gdb/complaints.exp: Disable if ![isnative].
7319 * gdb.gdb/selftest.exp: Likewise.
7320 * gdb.gdb/observer.exp: Likewise.
7321 * gdb.gdb/xfullpath.exp: Likewise.
7322 * gdb.base/attach.exp: Disable on SPU target.
7323 * gdb.cp/bs145503.exp: Likewise.
7324 * gdb.cp/exception.exp: Likewise.
7325 * gdb.cp/userdef.exp: Likewise.
7326
32a13b1a
DJ
73272006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7328
7329 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7330
d8295fe9
VP
73312006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7332
7333 * gdb.base/completion.exp: Fix completion tests for
7334 'info' and 'info '.
7335 * gdb.base/help.exp (help_test_raw, test_class_help)
7336 (test_prefix_command_help): Move...
7337 * lib/gdb.exp: Here.
7338 * gdb.base/main.exp: Adjust.
7339 * gdb.cp/maint.exp: Adjust.
7340 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 7341
8c394015
VP
73422006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7343
7344 * gdb.stabs/weird.exp (print_weird_var): Use
7345 gdb_test_multiple instead of gdb_expect.
7346
027fc1bc
VP
73472006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7348
7349 * gdb.base/help.exp (help_test_raw): New.
7350 (test_class_help): New.
7351 (test_prefix_command_help): New.
7352 Adjust testcases.
7353
67609209
FR
73542006-11-09 Christophe Lyon <christophe.lyon@st.com>
7355
7356 * gdb.base/constvars.c (main): Write to crass and crips, so that
7357 they are allocated by the compiler.
7358
f73adfeb
AS
73592006-10-27 Andreas Schwab <schwab@suse.de>
7360
7361 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7362 "detach-fork".
7363
2f83a18e
DJ
73642006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7365
7366 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7367 of patterns.
7368
94277a38
DJ
73692006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7370
7371 * gdb.base/sepdebug.exp: Remove debug format test.
7372 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7373 Handle no-symtab.
7374 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7375
5bd2f6e2
DJ
73762006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7377
7378 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7379 int to pointer or pointer to int.
7380 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7381
8c008720
DJ
73822006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7383
7384 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7385
9e35dae4
DJ
73862006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7387
7388 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7389
d9639e13
DJ
73902006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7391
7392 PR c++/2116
7393 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7394
390a1bd0
JB
73952006-10-06 Joel Brobecker <brobecker@adacore.com>
7396
7397 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7398 the corresponding bug has been fixed in GDB (PR/2018).
7399
dd920c33
JB
74002006-10-06 Joel Brobecker <brobecker@adacore.com>
7401
7402 * gdb.base/subst.exp: New testcase.
7403
53bbefe9
JB
74042006-10-06 Joel Brobecker <brobecker@adacore.com>
7405
7406 * gdb.ada/array_return/pck.ads: Add copyright notice.
7407 * gdb.ada/array_return/pck.adb: Likewise.
7408 * gdb.ada/array_return/p.adb: Likewise.
7409 * gdb.ada/exec_changed/first.adb: Likewise.
7410 * gdb.ada/exec_changed/second.adb: Likewise.
7411
09851417
JB
74122006-10-06 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.ada/watch_arg/watch.adb: New file.
7415 * gdb.ada/watch_arg.exp: New testcase.
7416
041bf30d
VP
74172006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7418
7419 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7420 via string_to_regexp.
041bf30d 7421 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7422
f286fbdd 74232006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7424
7425 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7426 Remove unused / obsolete files.
7427
7c07f349
NR
74282006-09-19 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7431
cd5ff84a
VP
74322006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7433
7434 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7435 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7436 the number of frames.
cd5ff84a 7437
ae018d1a
DJ
74382006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7439
7440 * gdb.base/args.c (main): Add breakpoint marker.
7441 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7442 really test empty arguments.
7443 (args_load): Delete.
7444 (args_test): New.
7445
b399c549
NR
74462006-09-13 Nick Roberts <nickrob@snap.net.nz>
7447
7448 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7449 check for one file.
7450
2ab1eb7a
VP
74512006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7452
7453 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7454 HIGH_FRAME argument to -stack-list-locals can be larger than
7455 the number of frames.
a9c64011 7456
476308bf
FF
74572006-08-18 Fred Fish <fnf@specifix.com>
7458
7459 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7460 '$' in front of skip_vmx_tests_saved when setting that.
7461
8625200f
AS
74622006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7463
7464 * gdb.base/trace-commands.exp: New file.
7465
089ec8f1
DJ
74662006-08-10 Joel Brobecker <brobecker@adacore.com>
7467 Daniel Jacobowitz <dan@codesourcery.com>
7468
7469 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7470 expected output of the backtrace commands.
7471
b60f0898
JB
74722006-08-09 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7475 untested followed by return combination.
7476 * gdb.arch/altivec-regs.exp: Likewise.
7477 * gdb.arch/e500-abi.exp: Likewise.
7478 * gdb.arch/e500-regs.exp: Likewise.
7479 * gdb.arch/gdb1291.exp: Likewise.
7480 * gdb.arch/gdb1431.exp: Likewise.
7481 * gdb.arch/gdb1558.exp: Likewise.
7482 * gdb.arch/i386-prologue.exp: Likewise.
7483 * gdb.arch/i386-unwind.exp: Likewise.
7484 * gdb.asm/asm-source.exp: Likewise.
7485 * gdb.base/a2-run.exp: Likewise.
7486 * gdb.base/advance.exp: Likewise.
7487 * gdb.base/all-bin.exp: Likewise.
7488 * gdb.base/annota1.exp: Likewise.
7489 * gdb.base/annota3.exp: Likewise.
7490 * gdb.base/args.exp: Likewise.
7491 * gdb.base/arithmet.exp: Likewise.
7492 * gdb.base/assign.exp: Likewise.
7493 * gdb.base/async.exp: Likewise.
7494 * gdb.base/attach.exp: Likewise.
7495 * gdb.base/bang.exp: Likewise.
7496 * gdb.base/bigcore.exp: Likewise.
7497 * gdb.base/bitfields.exp: Likewise.
7498 * gdb.base/bitfields2.exp: Likewise.
7499 * gdb.base/break.exp: Likewise.
7500 * gdb.base/call-sc.exp: Likewise.
7501 * gdb.base/call-strs.exp: Likewise.
7502 * gdb.base/callfuncs.exp: Likewise.
7503 * gdb.base/checkpoint.exp: Likewise.
7504 * gdb.base/chng-syms.exp: Likewise.
7505 * gdb.base/code-expr.exp: Likewise.
7506 * gdb.base/commands.exp: Likewise.
7507 * gdb.base/completion.exp: Likewise.
7508 * gdb.base/cond-expr.exp: Likewise.
7509 * gdb.base/condbreak.exp: Likewise.
7510 * gdb.base/consecutive.exp: Likewise.
7511 * gdb.base/constvars.exp: Likewise.
7512 * gdb.base/corefile.exp: Likewise.
7513 * gdb.base/cvexpr.exp: Likewise.
7514 * gdb.base/dbx.exp: Likewise.
7515 * gdb.base/define.exp: Likewise.
7516 * gdb.base/detach.exp: Likewise.
7517 * gdb.base/display.exp: Likewise.
7518 * gdb.base/dump.exp: Likewise.
7519 * gdb.base/ena-dis-br.exp: Likewise.
7520 * gdb.base/ending-run.exp: Likewise.
7521 * gdb.base/environ.exp: Likewise.
7522 * gdb.base/eval-skip.exp: Likewise.
7523 * gdb.base/exprs.exp: Likewise.
7524 * gdb.base/fileio.exp: Likewise.
7525 * gdb.base/finish.exp: Likewise.
7526 * gdb.base/float.exp: Likewise.
7527 * gdb.base/foll-exec.exp: Likewise.
7528 * gdb.base/foll-fork.exp: Likewise.
7529 * gdb.base/foll-vfork.exp: Likewise.
7530 * gdb.base/freebpcmd.exp: Likewise.
7531 * gdb.base/funcargs.exp: Likewise.
7532 * gdb.base/gcore.exp: Likewise.
7533 * gdb.base/gdb1090.exp: Likewise.
7534 * gdb.base/gdb1250.exp: Likewise.
7535 * gdb.base/huge.exp: Likewise.
7536 * gdb.base/info-proc.exp: Likewise.
7537 * gdb.base/interrupt.exp: Likewise.
7538 * gdb.base/jump.exp: Likewise.
7539 * gdb.base/langs.exp: Likewise.
7540 * gdb.base/lineinc.exp: Likewise.
7541 * gdb.base/list.exp: Likewise.
7542 * gdb.base/logical.exp: Likewise.
7543 * gdb.base/long_long.exp: Likewise.
7544 * gdb.base/macscp.exp: Likewise.
7545 * gdb.base/maint.exp: Likewise.
7546 * gdb.base/mips_pro.exp: Likewise.
7547 * gdb.base/miscexprs.exp: Likewise.
7548 * gdb.base/multi-forks.exp: Likewise.
7549 * gdb.base/opaque.exp: Likewise.
7550 * gdb.base/overlays.exp: Likewise.
7551 * gdb.base/pc-fp.exp: Likewise.
7552 * gdb.base/pointers.exp: Likewise.
7553 * gdb.base/printcmds.exp: Likewise.
7554 * gdb.base/psymtab.exp: Likewise.
7555 * gdb.base/ptype.exp: Likewise.
7556 * gdb.base/recurse.exp: Likewise.
7557 * gdb.base/relational.exp: Likewise.
7558 * gdb.base/relocate.exp: Likewise.
7559 * gdb.base/remote.exp: Likewise.
7560 * gdb.base/reread.exp: Likewise.
7561 * gdb.base/restore.exp: Likewise.
7562 * gdb.base/return.exp: Likewise.
7563 * gdb.base/return2.exp: Likewise.
7564 * gdb.base/scope.exp: Likewise.
7565 * gdb.base/sect-cmd.exp: Likewise.
7566 * gdb.base/sep.exp: Likewise.
7567 * gdb.base/sepdebug.exp: Likewise.
7568 * gdb.base/setshow.exp: Likewise.
7569 * gdb.base/setvar.exp: Likewise.
7570 * gdb.base/sigall.exp: Likewise.
7571 * gdb.base/sigbpt.exp: Likewise.
7572 * gdb.base/signals.exp: Likewise.
7573 * gdb.base/signull.exp: Likewise.
7574 * gdb.base/sizeof.exp: Likewise.
7575 * gdb.base/solib.exp: Likewise.
7576 * gdb.base/step-line.exp: Likewise.
7577 * gdb.base/step-test.exp: Likewise.
7578 * gdb.base/structs.exp: Likewise.
7579 * gdb.base/structs2.exp: Likewise.
7580 * gdb.base/term.exp: Likewise.
7581 * gdb.base/twice.exp: Likewise.
7582 * gdb.base/until.exp: Likewise.
7583 * gdb.base/varargs.exp: Likewise.
7584 * gdb.base/volatile.exp: Likewise.
7585 * gdb.base/watchpoint.exp: Likewise.
7586 * gdb.base/whatis-exp.exp: Likewise.
7587 * gdb.base/whatis.exp: Likewise.
7588 * gdb.cp/ambiguous.exp: Likewise.
7589 * gdb.cp/annota2.exp: Likewise.
7590 * gdb.cp/annota3.exp: Likewise.
7591 * gdb.cp/bool.exp: Likewise.
7592 * gdb.cp/breakpoint.exp: Likewise.
7593 * gdb.cp/casts.exp: Likewise.
7594 * gdb.cp/class2.exp: Likewise.
7595 * gdb.cp/classes.exp: Likewise.
7596 * gdb.cp/cplusfuncs.exp: Likewise.
7597 * gdb.cp/ctti.exp: Likewise.
7598 * gdb.cp/derivation.exp: Likewise.
7599 * gdb.cp/exception.exp: Likewise.
7600 * gdb.cp/gdb1355.exp: Likewise.
7601 * gdb.cp/hang.exp: Likewise.
7602 * gdb.cp/inherit.exp: Likewise.
7603 * gdb.cp/local.exp: Likewise.
7604 * gdb.cp/m-data.exp: Likewise.
7605 * gdb.cp/m-static.exp: Likewise.
7606 * gdb.cp/member-ptr.exp: Likewise.
7607 * gdb.cp/method.exp: Likewise.
7608 * gdb.cp/misc.exp: Likewise.
7609 * gdb.cp/namespace.exp: Likewise.
7610 * gdb.cp/overload.exp: Likewise.
7611 * gdb.cp/ovldbreak.exp: Likewise.
7612 * gdb.cp/pr-1023.exp: Likewise.
7613 * gdb.cp/pr-1210.exp: Likewise.
7614 * gdb.cp/pr-574.exp: Likewise.
7615 * gdb.cp/printmethod.exp: Likewise.
7616 * gdb.cp/psmang.exp: Likewise.
7617 * gdb.cp/ref-params.exp: Likewise.
7618 * gdb.cp/ref-types.exp: Likewise.
7619 * gdb.cp/rtti.exp: Likewise.
7620 * gdb.cp/templates.exp: Likewise.
7621 * gdb.cp/try_catch.exp: Likewise.
7622 * gdb.cp/userdef.exp: Likewise.
7623 * gdb.cp/virtfunc.exp: Likewise.
7624 * gdb.disasm/am33.exp: Likewise.
7625 * gdb.disasm/h8300s.exp: Likewise.
7626 * gdb.disasm/mn10300.exp: Likewise.
7627 * gdb.disasm/sh3.exp: Likewise.
7628 * gdb.disasm/t01_mov.exp: Likewise.
7629 * gdb.disasm/t02_mova.exp: Likewise.
7630 * gdb.disasm/t03_add.exp: Likewise.
7631 * gdb.disasm/t04_sub.exp: Likewise.
7632 * gdb.disasm/t05_cmp.exp: Likewise.
7633 * gdb.disasm/t06_ari2.exp: Likewise.
7634 * gdb.disasm/t07_ari3.exp: Likewise.
7635 * gdb.disasm/t08_or.exp: Likewise.
7636 * gdb.disasm/t09_xor.exp: Likewise.
7637 * gdb.disasm/t10_and.exp: Likewise.
7638 * gdb.disasm/t11_logs.exp: Likewise.
7639 * gdb.disasm/t12_bit.exp: Likewise.
7640 * gdb.disasm/t13_otr.exp: Likewise.
7641 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7642 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7643 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7644 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7645 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7646 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7647 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7648 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7649 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7650 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7651 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7652 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7653 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7654 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7655 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7656 * gdb.mi/gdb701.exp: Likewise.
7657 * gdb.mi/gdb792.exp: Likewise.
7658 * gdb.mi/mi-basics.exp: Likewise.
7659 * gdb.mi/mi-break.exp: Likewise.
7660 * gdb.mi/mi-cli.exp: Likewise.
7661 * gdb.mi/mi-console.exp: Likewise.
7662 * gdb.mi/mi-disassemble.exp: Likewise.
7663 * gdb.mi/mi-eval.exp: Likewise.
7664 * gdb.mi/mi-file.exp: Likewise.
7665 * gdb.mi/mi-read-memory.exp: Likewise.
7666 * gdb.mi/mi-regs.exp: Likewise.
7667 * gdb.mi/mi-return.exp: Likewise.
7668 * gdb.mi/mi-simplerun.exp: Likewise.
7669 * gdb.mi/mi-stack.exp: Likewise.
7670 * gdb.mi/mi-stepi.exp: Likewise.
7671 * gdb.mi/mi-syn-frame.exp: Likewise.
7672 * gdb.mi/mi-until.exp: Likewise.
7673 * gdb.mi/mi-var-block.exp: Likewise.
7674 * gdb.mi/mi-var-child.exp: Likewise.
7675 * gdb.mi/mi-var-cmd.exp: Likewise.
7676 * gdb.mi/mi-var-display.exp: Likewise.
7677 * gdb.mi/mi-watch.exp: Likewise.
7678 * gdb.mi/mi2-basics.exp: Likewise.
7679 * gdb.mi/mi2-break.exp: Likewise.
7680 * gdb.mi/mi2-cli.exp: Likewise.
7681 * gdb.mi/mi2-console.exp: Likewise.
7682 * gdb.mi/mi2-disassemble.exp: Likewise.
7683 * gdb.mi/mi2-eval.exp: Likewise.
7684 * gdb.mi/mi2-file.exp: Likewise.
7685 * gdb.mi/mi2-read-memory.exp: Likewise.
7686 * gdb.mi/mi2-regs.exp: Likewise.
7687 * gdb.mi/mi2-return.exp: Likewise.
7688 * gdb.mi/mi2-simplerun.exp: Likewise.
7689 * gdb.mi/mi2-stack.exp: Likewise.
7690 * gdb.mi/mi2-stepi.exp: Likewise.
7691 * gdb.mi/mi2-syn-frame.exp: Likewise.
7692 * gdb.mi/mi2-until.exp: Likewise.
7693 * gdb.mi/mi2-var-block.exp: Likewise.
7694 * gdb.mi/mi2-var-child.exp: Likewise.
7695 * gdb.mi/mi2-var-cmd.exp: Likewise.
7696 * gdb.mi/mi2-var-display.exp: Likewise.
7697 * gdb.mi/mi2-watch.exp: Likewise.
7698 * gdb.stabs/exclfwd.exp: Likewise.
7699 * gdb.stabs/weird.exp: Likewise.
7700 * gdb.threads/gcore-thread.exp: Likewise.
7701 * gdb.trace/actions.exp: Likewise.
7702 * gdb.trace/backtrace.exp: Likewise.
7703 * gdb.trace/circ.exp: Likewise.
7704 * gdb.trace/collection.exp: Likewise.
7705 * gdb.trace/deltrace.exp: Likewise.
7706 * gdb.trace/infotrace.exp: Likewise.
7707 * gdb.trace/limits.exp: Likewise.
7708 * gdb.trace/packetlen.exp: Likewise.
7709 * gdb.trace/passc-dyn.exp: Likewise.
7710 * gdb.trace/passcount.exp: Likewise.
7711 * gdb.trace/report.exp: Likewise.
7712 * gdb.trace/save-trace.exp: Likewise.
7713 * gdb.trace/tfind.exp: Likewise.
7714 * gdb.trace/tracecmd.exp: Likewise.
7715 * gdb.trace/while-dyn.exp: Likewise.
7716 * gdb.trace/while-stepping.exp: Likewise.
7717
f4b618d1
JB
77182006-08-08 Joel Brobecker <brobecker@adacore.com>
7719
7720 * gdb.base/step-bt.c: New file.
7721 * gdb.base/step-bt.exp: New testcase.
7722
3d00d119
DJ
77232006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7724
7725 * config/monitor.exp (gdb_load): Remove support for obsolete
7726 download-write-size.
7727 * gdb.base/remote.exp: Likewise. Update all callers of
7728 gdb_timed_load.
7729
017b5bd4
DJ
77302006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7731
7732 * cursal.exp: Pass binfile to gdb_load.
7733
837c599d
DJ
77342006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7735
7736 * gdb.base/cursal.exp: Add "" to gdb_load call.
7737
8dd4540b
MK
77382006-07-29 Mark Kettenis <kettenis@gnu.org>
7739
7740 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7741 NetBSD/ELF targets.
7742
ab5c9f60
DJ
77432006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7744
7745 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7746 operator*.
7747
4c42eaff
DJ
77482006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7749
7750 * gdb.base/completion.exp: Update for change in "file" behavior.
7751 * gdb.stabs/weird.exp: Likewise.
7752 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7753 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7754
0155cc76
NS
77552006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7756
7757 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7758 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7759
16026cd7
AS
77602006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7761
7762 * gdb.base/default.exp: Update source command error message.
7763 * gdb.base/help.exp: Update 'help source' message.
7764
16963cb6
DJ
77652006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7766
7767 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7768 test.
7769
6d7fd486
AS
77702006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7771
7772 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7773
29e8a844
DJ
77742006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7775
7776 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7777
6afcfa39
DJ
77782006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7779
7780 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7781
267a692b
MK
77822006-07-17 Mark Kettenis <kettenis@gnu.org>
7783
7784 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7785 *-*-openbsd* from targets for wich we expect ARM FPA floating
7786 point format.
7787
85d2fec4
NR
77882006-07-17 Nick Roberts <nickrob@snap.net.nz>
7789
7790 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7791
77922006-07-17 Mark Kettenis <kettenis@gnu.org>
7793
7794 * gdb.base/annota3.exp: Expect frame-begin annotation.
7795
85b4c6e8
JB
77962006-07-14 Joel Brobecker <brobecker@adacore.com>
7797
7798 * gdb.base/help.exp: Adjust "help unset" test to accept
7799 any list of unset commands.
7800
fb933624
DJ
78012006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7802 Daniel Jacobowitz <dan@codesourcery.com>
7803
7804 * gdb.cp/ref-params.exp: New test.
7805 * gdb.cp/ref-params.cc: New source file.
7806 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7807
1dff4b64
MK
78082006-07-08 Mark Kettenis <kettenis@gnu.org>
7809
7810 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7811 spaces/tabs in regular expressions since they might not be there.
7812
40d2e0e3
AS
78132006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7814
7815 * gdb.base/ifelse.exp: New file.
7816
f6c957d2
NS
78172006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7818
7819 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7820 line.
7821 * gdb.base/huge.exp: Loop over compilation to find a size that
7822 is acceptable.
7823 * gdb.base/remote.exp: Correct expected strings.
7824 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7825
b9c5a23d
DJ
78262006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7827
7828 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7829
9af2e58d
DJ
78302006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7831
7832 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7833 native.
7834
30930ca5
DJ
78352006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7836
7837 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7838 enable stabs testing.
7839
aa32fa1d
DJ
78402006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7841
bd4a4c80 7842 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
7843 gdb_test_multiple does.
7844
321fef15
DJ
78452006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7846
7847 * Makefile.in (host_alias): Remove.
7848 (target_alias): Use @target_noncanonical@.
7849 (site.exp): Don't set host_alias.
7850 * aclocal.m4: Remove contents. Include acx.m4.
7851 * configure: Regenerated.
7852 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7853
e1c2defa
NS
78542006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7855
e63b55d1
NS
7856 * lib/gdb.exp (gdb_load_cmd): New.
7857
5600ea19
NS
7858 * gdb.base/fileio.c: Add system(NULL) test.
7859 * gdb.base/fileio.exp: Check it.
7860
e1c2defa
NS
7861 * gdb.base/break.c: Add 10a breakpoint at }
7862 * gdb.base/break.exp: Add test for breakpoint at }
7863 * gdb.cp/anon-union.cc: Add code at end of function.
7864 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7865 * gdb.mi/var-cmd.c: Add code at end of function.
7866 * gdb.mi/mi-var-display.exp: Adjust end of next.
7867 * gdb.mi/mi2-var-display.exp: Likewise.
7868 * gdb.base/fileio.c: Add stop function and insert calls at
7869 stopping places.
7870 * gdb.base/fileio.exp: Breakpoint stop function and remove
7871 explicit line number references.
7872
6c0112ec
JB
78732006-05-19 Joel Brobecker <brobecker@adacore.com>
7874
a9c64011
AS
7875 * gdb.base/del.exp (test_delete_alias): New function.
7876 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 7877
154189a4
FF
78782006-05-18 Fred Fish <fnf@specifix.com>
7879
7880 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7881 required. Check for spurious output after program exits normally.
7882
582e64c2
FF
78832006-05-17 Fred Fish <fnf@specifix.com>
7884
7885 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7886 gdb_load, so it works in the simulator.
7887
8ef6493a
FF
78882006-05-11 Fred Fish <fnf@specifix.com>
7889
7890 * gdb.base/bang.exp: Ignore unexpected output between the
7891 "program exited normally" and the gdb prompt, as many other
7892 tests do.
7893
692b141c
MK
78942006-05-07 Mark Kettenis <kettenis@gnu.org>
7895
7896 * gdb.base/help.exp: Make "delete checkpoint" part option for
7897 "help d" and "help delete" tests.
7898
540b8a30
UW
78992006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7900
a9c64011 7901 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
7902 expected output in some mi_gdb_test statements.
7903 * gdb.mi/mi2-basics.exp: Likewise.
7904
9b6462d9
JB
79052006-05-05 Joel Brobecker <brobecker@adacore.com>
7906
7907 * gdb.base/del.c: New file.
7908 * gdb.base/del.exp: New testcase.
7909
954de43b
DM
79102006-05-05 David S. Miller <davem@sunset.davemloft.net>
7911
7912 * gdb.base/break.exp: Do not assume a breakpoint on
7913 main will actually be in $srcfile when optimizing.
1303f75e
DM
7914 * gdb.base/savedregs.exp: Do not require that the dummy
7915 frame location match up to a symbol and source file location.
c3242428
DM
7916 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7917 will get printed without a mi_cmd_data_list_register_values prefix.
7918 (*-data-list-register-*): Correct regular expressions to expect the new
7919 pseudo d? floating point registers.
7920 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 7921
c7e64c9a
DJ
79222006-05-05 Christophe Lyon <christophe.lyon@st.com>
7923
7924 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7925 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7926 is allocated by the compiler.
7927 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7928 anons, e, anone to force their allocation by the compiler.
7929
79302006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
7931
7932 * gdb.base/help.exp: Update expected text for help d and
7933 help delete.
7934
27ce9a6d
MK
79352006-05-02 Mark Kettenis <kettenis@gnu.org>
7936
7937 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7938 NetBSD/ELF targets.
7939
8608915f
MK
79402006-04-30 Mark Kettenis <kettenis@gnu.org>
7941
7942 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7943 single-step breakpoint fails; make this a KFAIL on
7944 sparc*-*-openbsd*.
7945 * gdb.base/siginfo.exp: Likewise.
7946 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7947
b8db102d
MS
79482006-04-26 Michael Snyder <msnyder@redhat.com>
7949
7950 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7951 which may have to consume output from other forks.
7952 Add tests to make sure that "delete fork" succeeded.
7953
c702009a
MS
79542006-04-20 Michael Snyder <msnyder@redhat.com>
7955
7956 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7957 Add support for the Renesas M32C and M16C.
7958
7959 * gdb.asm/asm-source.exp: Add m32c target.
7960 * gdb.asm/m32c.inc: Support for m32c target.
7961
e28493f2
AS
79622006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7963
7964 * gdb.base/commands.exp (recursive_source_test): New test.
7965
880da185
DM
79662006-04-04 David S. Miller <davem@sunset.davemloft.net>
7967
7968 * gdb.base/float.exp: Add pattern for sparc targets.
7969
61d9b92f
DJ
79702006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * gdb.base/commands.exp (stray_arg0_test): New test.
7973
bd717df8
PB
79742006-03-30 Paul Brook <paul@codesourcery.com>
7975
7976 * gdb.mi/mi-until.exp: kfail broken until command.
7977 * gdb.mi/mi2-until.exp: Ditto.
7978
ec793d3c
NR
79792006-03-27 Nick Roberts <nickrob@snap.net.nz>
7980
7981 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7982
831004b7
AO
79832006-03-08 Alexandre Oliva <aoliva@redhat.com>
7984
7985 * gdb.base/prelink.exp: Anchor tested-for regular expression
7986 on gdb prompt.
7987
effe49a0
PB
79882006-03-07 Paul Brook <paul@codesourcery.com>
7989
7990 * gdb.base/assign.exp: Correct fail message.
7991
e5461016
PB
79922006-03-07 Paul Brook <paul@codesourcery.com>
7993
7994 * lib/compiler.c: Extract armcc version number.
7995 * lib/compiler.cc: Ditto.
7996
fc91c6c2
PB
79972006-03-07 Paul Brook <paul@codesourcery.com>
7998
7999 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8000 additional_flags=-w.
8001 * gdb.arch/altivec-regs.exp: Ditto.
8002 * gdb.arch/e500-abi.exp: Ditto.
8003 * gdb.arch/e500-regs.exp: Ditto.
8004 * gdb.base/all-bin.exp: Ditto.
8005 * gdb.base/annota1.exp: Ditto.
8006 * gdb.base/annota3.exp: Ditto.
8007 * gdb.base/args.exp: Ditto.
8008 * gdb.base/arithmet.exp: Ditto.
8009 * gdb.base/assign.exp: Ditto.
8010 * gdb.base/async.exp: Ditto.
8011 * gdb.base/bang.exp: Ditto.
8012 * gdb.base/break.exp: Ditto.
8013 * gdb.base/call-rt-st.exp: Ditto.
8014 * gdb.base/completion.exp: Ditto.
8015 * gdb.base/cond-expr.exp: Ditto.
8016 * gdb.base/condbreak.exp: Ditto.
8017 * gdb.base/consecutive.exp: Ditto.
8018 * gdb.base/define.exp: Ditto.
8019 * gdb.base/display.exp: Ditto.
8020 * gdb.base/ena-dis-br.exp: Ditto.
8021 * gdb.base/environ.exp: Ditto.
8022 * gdb.base/eval-skip.exp: Ditto.
8023 * gdb.base/info-proc.exp: Ditto.
8024 * gdb.base/jump.exp: Ditto.
8025 * gdb.base/logical.exp: Ditto.
8026 * gdb.base/long_long.exp: Ditto.
8027 * gdb.base/maint.exp: Ditto.
8028 * gdb.base/miscexprs.exp: Ditto.
8029 * gdb.base/pc-fp.exp: Ditto.
8030 * gdb.base/pointers.exp: Ditto.
8031 * gdb.base/relational.exp: Ditto.
8032 * gdb.base/reread.exp: Ditto.
8033 * gdb.base/sect-cmd.exp: Ditto.
8034 * gdb.base/sep.exp: Ditto.
8035 * gdb.base/sepdebug.exp: Ditto.
8036 * gdb.base/until.exp: Ditto.
8037 * gdb.base/whatis-exp.exp: Ditto.
8038 * gdb.cp/annota2.exp: Ditto.
8039 * gdb.cp/annota3.exp: Ditto.
8040 * gdb.trace/actions.exp: Ditto.
8041 * gdb.trace/backtrace.exp: Ditto.
8042 * gdb.trace/circ.exp: Ditto.
8043 * gdb.trace/collection.exp: Ditto.
8044 * gdb.trace/deltrace.exp: Ditto.
8045 * gdb.trace/infotrace.exp: Ditto.
8046 * gdb.trace/limits.exp: Ditto.
8047 * gdb.trace/packetlen.exp: Ditto.
8048 * gdb.trace/passc-dyn.exp: Ditto.
8049 * gdb.trace/passcount.exp: Ditto.
8050 * gdb.trace/report.exp: Ditto.
8051 * gdb.trace/save-trace.exp: Ditto.
8052 * gdb.trace/tfind.exp: Ditto.
8053 * gdb.trace/tracecmd.exp: Ditto.
8054 * gdb.trace/while-dyn.exp: Ditto.
8055 * gdb.trace/while-stepping.exp: Ditto.
8056 * lib/gdb.exp: Ditto.
8057 (gdb_compile): Handle nowarning option.
8058
5f4a23d9
AO
80592006-03-07 Alexandre Oliva <aoliva@redhat.com>
8060
8061 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8062 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8063 Rename executable to prelinkt. Don't re-prelink if we didn't
8064 get a core file. Test prelink -u exit status to tell whether
8065 prelinking failed. Use gdb_test_multiple.
8066
9733fc94
DJ
80672006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8068
8069 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8070 (do_tests): Call it.
8071
cc10cae3
AO
80722006-02-28 Alexandre Oliva <aoliva@redhat.com>
8073
8074 * gdb.base/prelink.exp: New test.
8075 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8076
15c46491
WZ
80772006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8078
8079 * gdb.fortran/derived-type.f90: New file.
8080 * gdb.fortran/derived-type.exp: New testcase.
8081
5c9f7ded
DJ
80822006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8083
8084 * gdb.base/default.exp: Allow ';' as a directory separator.
8085
5b96932b
AS
80862006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8087
8088 * gdb.base/help.exp (help add-symbol-file): Update.
8089
1986bccd
AS
80902006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8091
8092 * gdb.base/help.exp (help load): Update expected results.
8093
a8b7528f
FF
80942006-02-19 Fred Fish <fnf@specifix.com>
8095
8096 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8097 specifix hex value as part of results.
8098 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 8099
f8261448
FF
81002006-02-16 Fred Fish <fnf@specifix.com>
8101
8102 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8103 ushort_addr, and slong_addr, so the typedefs are not optimized
8104 away.
8105 * gdb.base/whatis.exp: Add tests using type name for struct type,
8106 union type, enum type, and typedef.
a9c64011 8107
31d8bdd2
MK
81082006-02-13 Mark Kettenis <kettenis@gnu.org>
8109
8110 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8111
34e41e63
JB
81122006-02-13 Jim Blandy <jimb@redhat.com>
8113
8114 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8115 case where it takes two "next" commands to skip past the init
8116 call.
8117
ac6e4f31
FF
81182006-02-12 Fred Fish <fnf@specifix.com>
8119
8120 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8121 to handle cases where it takes two "next" commands to skip
8122 past the init call.
8123
2db2d571
JB
81242006-02-07 Joel Brobecker <brobecker@adacore.com>
8125
8126 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8127 on hppa32 targets.
8128
38fcd64c
DJ
81292006-02-06 Vladimir Prus <ghost@cs.msu.su>
8130
8131 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8132 field.
8133
1315ad46
MK
81342006-01-29 Mark Kettenis <kettenis@gnu.org>
8135
8136 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8137
5625b943
DJ
81382006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8139
8140 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8141 files.
8142
80df1bbe
DJ
81432006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8144
8145 * gdb.cp/maint.exp: Set complaints to a positive value.
8146
9078e690
DJ
81472006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8148
8149 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8150 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8151 function name.
8152
9c903399
DJ
81532006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8154
8155 * gdb.base/checkpoint.c: Update copyright notice. Include
8156 <stdlib.h>.
8157
761ae4d6
JB
81582006-01-04 Jim Blandy <jimb@redhat.com>
8159
8160 * gdb.asm/asm-source.exp: Independently provide default values for
8161 asm-flags and debug-flags. Use 'string equal' to do the
8162 comparison, not the implicit expr's '==' operator. Remove
8163 now-unneeded assignments to asm-flags. In h8300 case, place
8164 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8165
099ac3dd
MS
81662006-01-04 Michael Snyder <msnyder@redhat.com>
8167
8168 * gdb.base/checkpoint.c: New file.
8169 * gdb.base/checkpoint.exp: New file.
8170 * gdb.base/multi-fork.c: New file.
8171 * gdb.base/multi-fork.exp: New file.
8172 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8173
f4d85314
FF
81742006-01-04 Fred Fish <fnf@specifix.com>
8175
8176 * gdb.base/ptype.c (foo): Add typedef.
8177 (intfoo): Add function.
8178 * gdb.base/ptype1.c: New file.
8179 * gdb.base/ptype.exp: Handle compilation and linking with two
8180 source files. Test that proper type for "foo" is found based
8181 on source context rather than first match found in symtabs.
8182
a1b06f35
MK
81832005-12-28 Mark Kettenis <kettenis@gnu.org>
8184
8185 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8186 * gdb.asm/openbsd.inc: Indent commands.
8187
d082a1e2
MK
81882005-12-26 Mark Kettenis <kettenis@gnu.org>
8189
c65016bd
MK
8190 * gdb.base/freebpcmd.exp: Increase timeout.
8191
d082a1e2
MK
8192 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8193
d3c32a0e
DJ
81942005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8195
8196 * gdb.base/default.exp: Update check for "show version".
8197
9fdb1f50
RC
81982005-12-09 Randolph Chung <tausq@debian.org>
8199
8200 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8201 * gdb.asm/pa64.inc: New file.
8202
5f2c56f7
RC
82032005-12-09 Randolph Chung <tausq@debian.org>
8204
8205 * gdb.asm/common.inc: Indent commands.
8206 * gdb.asm/asmsrc1.s: Likewise.
8207 * gdb.asm/asmsrc2.s: Likewise.
8208
8117349c
RC
82092005-12-09 Randolph Chung <tausq@debian.org>
8210
8211 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8212 (get_addr_of_sym): Remove duplicate print.
8213 (gen_core): xfail hppa*-*-hpux*, update expected output.
8214 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8215 * gdb.arch/pa64-nullify.s: New file.
8216
8f07f25a
RC
82172005-12-09 Randolph Chung <tausq@debian.org>
8218
8219 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8220
55b39184
DJ
82212005-12-07 Christophe Lyon <christophe.lyon@st.com>
8222
8223 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8224 code generation for these functions.
8225 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8226 error message.
8227
31e2b00f
AS
82282005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8229
8230 * gdb.base/help.exp (help b, help br, help bre, help brea)
8231 (help break): Update the expected message.
8232
c3d0b56e
SC
82332005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8234
8235 * gdb.asm/m68hc11.inc: Setup the data section.
8236 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8237 script for this test.
8238 (m6812-*-*): Likewise.
8239
36ae0ea9
RC
82402005-11-09 Randolph Chung <tausq@debian.org>
8241
8242 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8243
9d6f42e9
WZ
82442005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8245
8246 * gdb.base/break.exp: Fix a comment typo.
8247
e2126a14
EZ
82482005-11-03 Jim Blandy <jimb@redhat.com>
8249
a9c64011
AS
8250 Checked in by Elena Zannoni <ezannoni@redhat.com>
8251
e2126a14
EZ
8252 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8253
e0ac7199
CV
82542005-11-02 Corinna Vinschen <vinschen@redhat.com>
8255
8256 * gdb.arch/gdb1558.c: Include stdio.h.
8257
31d3fb18
MK
82582005-10-31 Mark Kettenis <kettenis@gnu.org>
8259
8260 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8261
e52b687c
MK
82622005-10-31 Mark Kettenis <kettenis@gnu.org>
8263
8264 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8265
f4711d79
PG
82662005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8267
a9c64011
AS
8268 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8269 vscr" tests to better match output.
f4711d79 8270
987a9106
JB
82712005-10-12 Jim Blandy <jimb@redhat.com>
8272
8273 * gdb.base/structs.exp (any): New function.
8274 (test_struct_returns): Don't make any assumptions at all about
8275 what value the function returns when GDB can't set the return
8276 value.
8277
2336bb58
JB
82782005-10-09 Joel Brobecker <brobecker@adacore.com>
8279
8280 * gdb.ada/arrayidx/p.adb: New file.
8281 * gdb.ada/arrayidx.exp: New testcase
8282
82832005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
8284
8285 * gdb.ada/array_return/pck.ads: New file.
8286 * gdb.ada/array_return/pck.adb: New file.
8287 * gdb.ada/array_return/p.adb: New file.
8288 * gdb.ada/array_return.exp: New testcase.
8289
705335ea
JB
82902005-10-03 Joel Brobecker <brobecker@adacore.com>
8291
a9c64011
AS
8292 * gdb.base/arrayidx.c: New file.
8293 * gdb.base/arrayidx.exp: New testcase.
705335ea 8294
11ee9940
NR
82952005-09-29 Nick Roberts <nickrob@snap.net.nz>
8296
8297 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8298 frames-invalid and breakpoints-invalid are no longer generated
8299 with level 3 so don't expect them in the output.
8300
39fb8e9e
BR
83012005-09-27 Bob Rossi <bob@brasko.net>
8302
a9c64011 8303 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
8304 from test. Escape the | in mi_gdb_test call.
8305 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8306 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8307 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8308 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8309 expected regex's in mi_gdb_test calls.
8310 * lib/mi-support.exp: Remove arbitrary .* from tests.
8311 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8312 Fully anchor GDB/MI expected results in mi_gdb_test.
8313 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8314 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8315
2af48f68
PB
83162005-09-26 Paul Brook <paul@codesourcery.com>
8317
8318 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8319
f34502bc
WZ
83202005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8321
8322 * bfp-test.c: New file.
8323 * bfp-test.exp: New testcase.
8324
ca929517
WZ
83252005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8326
8327 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8328 of subarray and substring variable.
8329 * gdb.fortran/subarray.f: New source file for the test of subarray
8330 and substring variable evaluation.
8331 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8332 of string constant.
8333
c761af65
DJ
83342005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8335
8336 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8337 copyright dates.
8338
561d7a1d
PG
83392005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8340
8341 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8342 powerpc altivec' test with an almost identical 'info vector' test.
8343
b2b64cc9
PG
83442005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8345
a9c64011
AS
8346 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8347 vscr" tests to match output.
b2b64cc9 8348
6ac4d15a
PG
83492005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8350
a9c64011
AS
8351 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8352 output.
6ac4d15a 8353
40e55bef
BR
83542005-09-11 Bob Rossi <bob@brasko.net>
8355
8356 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 8357 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
8358 commands that return an MI output command and an asyncronous MI output
8359 command.
8360 * gdb.mi/mi-console.exp: Ditto.
8361
3c7385ec
BR
83622005-09-11 Bob Rossi <bob@brasko.net>
8363
8364 * gdb.mi/mi-var-child.c: Include <string.h>.
8365
a6cd0eb3
DJ
83662005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8367
8368 * killed.exp: Correct gdb_expect syntax.
8369
2f168eed
CV
83702005-08-09 Corinna Vinschen <vinschen@redhat.com>
8371
8372 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8373
ecd3fd0f
BR
83742005-08-02 Bob Rossi <bob@brasko.net>
8375
8376 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8377 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8378 Change tests to inferior-tty-set/show.
8379 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8380 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8381 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8382 inferior. Use mi_gdb_test to get GDB and Inferior output.
8383 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8384 descriptor.
8385 (mi_inferior_tty_name): Add inferior PTY file name.
8386 (mi_gdb_start): Add INFERIOR_PTY parameter.
8387 (mi_gdb_test): Add IPATTERN parameter.
8388
f1ea48cb 83892005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 8390
f1ea48cb
BR
8391 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8392 parameter to mi_gdb_test.
8393 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8394
6e650a67
DJ
83952005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8396
8397 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8398 struct_declarations.
8399 * gdb.mi/mi-var-child.exp: Step over the initialization of
8400 struct_declarations.
8401
8be260b6
DJ
84022005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8403
8404 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8405 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8406 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8407 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8408 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8409 file.
8410
4e660f07
NR
84112005-07-27 Nick Roberts <nickrob@snap.net.nz>
8412
8413 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8414 (do_children_tests): Assign values to the extra elements.
8415
8416 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8417 them for tests for "-var-update --no-values" and
a9c64011 8418 "-var-update --all-values".
4e660f07
NR
8419 Add test for "-var-list-children --simple-values".
8420
8421 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8422
8423 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8424 "-stack-list-locals --simple-values" Improve doc strings and
8425 comments.
8426
6bdae935
MK
84272005-07-18 Mark Kettenis <kettenis@gnu.org>
8428
598b7a6f
MK
8429 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8430 *-*-openbsd*.
8431 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8432
6bdae935
MK
8433 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8434 sigaltsatck'.
8435
1323e929 84362005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8437
1323e929
BR
8438 * gdb.base/default.exp (tty): Changed output of command.
8439 * gdb.base/help.exp (help tty): Ditto.
8440
b1a9c082
MK
84412005-07-12 Mark Kettenis <kettenis@gnu.org>
8442
8443 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8444
10a844a2
MK
84452005-07-10 Mark Kettenis <kettenis@gnu.org>
8446
8447 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8448 -stack-select-frame without arguments.
8449 (test_stack_frame_listing): Add test for newly implemented command
8450 -stack-info-frame.
8451
3cb3b8df
BR
84522005-07-06 Bob Rossi <bob@brasko.net>
8453
8454 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8455 command.
8456 (Copyright): Update copyright.
8457
a0c5fbcf
WZ
84582005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8459
8460 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8461 tests to evaluate exponentiation expression.
8462
984971d0
AS
84632005-06-29 Andreas Schwab <schwab@suse.de>
8464
8465 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8466 main to avoid warnings.
8467
8468 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8469
fe03833f
NR
84702005-06-20 Nick Roberts <nickrob@snap.net.nz>
8471
8472 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8473 -stack-select-frame without arguments.
8474 (test_stack_frame_listing): Add test for newly implemented command
8475 -stack-info-frame.
a9c64011 8476
7a55f279
WZ
84772005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8478
0ffa0ea5
DJ
8479 * gdb.fortran/array-element.f: New file.
8480 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8481
26585198
DJ
84822005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8483
8484 * gdb.base/bigcore.exp: Correct checks for systems which can
8485 not dump a large core file.
8486
c1bd25fd
DJ
84872005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8488
8489 * gdb.base/relocate.c: Add a copyright notice.
8490 (dummy): Remove.
8491 * gdb.base/relocate.exp: Test printing the values of variables
8492 from a relocatable file.
8493
589e074d
DJ
84942005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8495
8496 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8497 excess MI output after an error.
8498
0915f927
JB
84992005-05-29 Joel Brobecker <brobecker@adacore.com>
8500
8501 * gdb.arch/alpha-step.c: New file.
8502 * gdb.arch/alpha-step.exp: New testcase.
8503
76ff342d
DJ
85042005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8505 Dennis Brueni <dennis@slickedit.com>
8506
8507 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8508 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8509 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8510 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8511 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8512 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8513 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8514
96b0c7ac
DJ
85152005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8516 Wu Zhou <woodzltc@cn.ibm.com>
8517
8518 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8519 IBM's xlc compiler.
8520 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8521 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8522
f21565d2
JB
85232005-05-13 Jim Blandy <jimb@redhat.com>
8524
8525 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8526 calling gdb_suppress_entire_file.
8527 * gdb.base/charset.exp: Same.
8528 * gdb.base/call-rt-st.exp: Same.
8529
6006a3a1
BR
85302005-05-05 Bob Rossi <bob_rossi@cox.net>
8531
8532 * lib/gdb.exp (fullname_syntax): Added global regex.
8533 (fullname_syntax_POSIX): Ditto.
8534 (fullname_syntax_UNC): Ditto.
8535 (fullname_syntax_DOS_CASE): Ditto.
8536 (fullname_syntax_DOS): Ditto.
8537 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8538 fullname_syntax variable to scope and use it.
8539 (test_file_list_exec_source_files): Ditto.
8540 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8541
c3b69c04
DJ
85422005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8545
3c95e6af
PG
85462004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8547
a9c64011
AS
8548 * lib/gdb.exp (skip_altivec_tests): New function, based on
8549 check_vmx_hw_available from the GCC testsuite.
8550 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8551 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8552
78df6c56
JB
85532005-05-02 Jim Blandy <jimb@redhat.com>
8554
8555 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8556 calling gdb_suppress_entire_file.
8557
1690f9cf
DJ
85582005-04-30 Randolph Chung <tausq@debian.org>
8559
8560 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8561 Slightly relax "sem_post" name checking.
8562
5ea106f7
PG
85632005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8564
8565 * gdb.base/unload.exp: Use new shared library infrastructure.
8566
bf7234cf
PG
85672005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8568
8569 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8570 infrastructure.
bf7234cf 8571
547b869a
CV
85722005-04-29 Corinna Vinschen <vinschen@redhat.com>
8573
8574 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8575 * gdb.asm/h8300.inc: New file.
8576
f07e55f0
PG
85772005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8578
8579 * gdb.base/shlib-call.exp: Change to use new shared library
8580 infrastructure.
8581
3cbba3d1
PG
85822005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8583
a9c64011
AS
8584 * gdb.base/pending.exp: Change to use new shared library
8585 infrastructure.
3cbba3d1 8586
ed6df200
PG
85872005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8588
a9c64011
AS
8589 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8590 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8591
8c8f4ebe
PG
85922005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8593
a9c64011
AS
8594 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8595 shared objects being adjusted and update copyright years.
8c8f4ebe 8596
607fbc54
DJ
85972005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8598
8599 * ChangeLog: Correct some 2003-01-13 dates.
8600 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8601 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8602 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8603 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8604 gdb.trace/tfind.exp: Update copyright years.
8605
57bf0e56
DJ
86062005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8607 Daniel Jacobowitz <dan@codesourcery.com>
8608
8609 * lib/gdb.exp (gdb_compile): Handle shlib=.
8610 (gdb_compile_shlib): New function.
8611
9b593790
PG
86122005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8613
a9c64011 8614 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8615
9494c6a5
DJ
86162005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8617
8618 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8619 gdb.server.
8620 * configure.ac: Likewise.
8621 * configure: Regenerated.
8622 * gdb.gdbserver/Makefile.in: Moved to...
8623 * gdb.server/Makefile.in: ... here.
8624 * gdb.gdbserver/server.c: Moved to...
8625 * gdb.server/server.c: ... here.
8626 * gdb.gdbserver/server-run.exp: Moved to...
8627 * gdb.server/server-run.exp: ... here.
8628
6f8eac0e
DJ
86292005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8630
8631 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8632 * configure.ac: Create gdb.gdbserver/Makefile.
8633 * configure: Regenerated.
8634 * lib/gdbserver-support.exp: New file, derived from
8635 config/gdbserver.exp.
8636 * config/gdbserver.exp: Use gdbserver-support.exp.
8637 * gdb.gdbserver/Makefile.in: New file.
8638 * gdb.gdbserver/server.c: New file.
8639 * gdb.gdbserver/server-run.exp: New file.
8640
6e87504d
PG
86412005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8642
a9c64011
AS
8643 * lib/gdb.exp (test_compiler_info): Return compiler_info
8644 if no arguments are given.
6e87504d 8645
d1779be4
PG
86462005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8647
8648 * gdb.arch/altivec-abi.exp: Check for compiler and set
8649 use altivec' flag accordingly.
8650 * gdb.arch/altivec-regs.exp: Likewise.
8651
88750304
DJ
86522005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8653
8654 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8655
f3fb768d
AS
86562005-03-27 Andreas Schwab <schwab@suse.de>
8657
8658 * gdb.base/bigcore.c (main): Add missing mode argument in open
8659 call.
8660
7e813ac5
DJ
86612005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8662
8663 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8664 downloads.
8665 * config/gdbserver.exp (gdb_load): Likewise.
8666
8e3049aa
PB
86672005-03-14 Paul Brook <paul@codesourcery.com>
8668
8669 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8670 targets.
8671
a9df7c44
JB
86722005-03-09 Joel Brobecker <brobecker@adacore.com>
8673
8674 * gdb.dwarf2/dup-psym.S: New file.
8675 * gdb.dwarf2/dup-psym.exp: New testcase.
8676
9f0d94e8
JB
86772005-03-09 Joel Brobecker <brobecker@adacore.com>
8678
8679 * gdb.ada/exec_changed/first.adb: New file.
8680 * gdb.ada/exec_changed/second.adb: New file.
8681 * gdb.ada/exec_changed.exp: New testcase.
8682
5f579bc5
NS
86832005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8684
36e9969c
NS
8685 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8686 (A2): New class.
8687 (main): Test operator+.
8688 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8689 breakpoint test.
8690
5f579bc5
NS
8691 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8692 * gdb.base/signull.exp: Disable if gdb,nosignals.
8693 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8694 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8695 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8696 * gdb.mi/mi2-console.exp: Likewise.
8697 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8698 continue output at start.
8699 (gdb_collect_locals_test): Robustify regexp.
8700 * gdb.trace/passc-dyn.exp: Fix comment typo.
8701 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8702
be46087e
CV
87032005-03-08 Corinna Vinschen <vinschen@redhat.com>
8704
8705 * gdb.asm/asm-source.exp: Add iq2000 case.
8706 * gdb.asm/iq2000.inc: New file.
8707
384e1a61 87082005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 8709
384e1a61
MI
8710 * gdb.base/command.exp: Change hardcoded value to regular expression.
8711 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8712
584b6e9e
DJ
87132005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8714
8715 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8716 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8717 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8718 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8719 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8720
ab5b5d61
MK
87212005-03-05 Mark Kettenis <kettenis@gnu.org>
8722
8723 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8724 changes.
8725
ae051c1b
PG
87262004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8727
a9c64011
AS
8728 * lib/compiler.c: Add test for IBM's xlc compiler.
8729 * lib/compiler.cc: Likewise.
ae051c1b 8730
3f0f6ed2
JB
87312004-02-24 Joel Brobecker <brobecker@adacore.com>
8732
8733 * gdb.ada/fixed_points.exp: Create compilation object directory
8734 before running the test.
8735 * gdb.ada/null_record.exp: Likewise.
8736 * gdb.ada/packed_array.exp: Likewise.
8737 * gdb.ada/start.exp: Likewise.
8738
724f452b
JB
87392005-02-15 Joel Brobecker <brobecker@adacore.com>
8740
8741 * gdb.ada/packed_array/pa.adb: New file.
8742 * gdb.ada/packed_array.exp: New testcase.
8743
57f5cdfb 87442005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 8745
1f393151
MK
8746 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8747 files.
8748
ebdda337
MK
8749 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8750 on *-*-openbsd*. Correctly match whitespace in regukar
8751 expressions.
8752
cf309262
DJ
87532005-02-10 Daniel Jacobowitz <dan@debian.org>
8754
8755 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8756 PR exp/1821
8757 * gdb.base/gdb1821.c: New test file.
8758 * gdb.base/gdb1821.exp: New test file.
8759
3be49e7a
JB
87602005-02-09 Joel Brobecker <brobecker@adacore.com>
8761
8762 * gdb.base/start.c: New file.
8763 * gdb.base/start.exp: New testcase.
8764
e292e67d
JB
87652005-02-09 Joel Brobecker <brobecker@adacore.com>
8766
8767 * gdb.ada/start/dummy.adb: New file.
8768 * gdb.ada/start.exp: New testcase.
8769
dbdfa66c
CV
87702005-02-09 Corinna Vinschen <vinschen@redhat.com>
8771
8772 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8773 for printing symbols and statistics.
8774 Add test for using relative pathnames in "maint print msymbols" test.
8775 Mark "maint info sections DATA" XFAIL on Cygwin.
8776 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8777 tests.
8778
d7941671
AC
87792005-02-09 Andreas Schwab <schwab@suse.de>
8780
8781 Committed by Andrew Cagney <cagney@gnu.org>
8782 * gdb.base/remotetimeout.exp: New file.
8783
74e5ef44
MK
87842005-02-07 Mark Kettenis <kettenis@gnu.org>
8785
8786 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8787
464dd14d
JB
87882005-02-03 Joel Brobecker <brobecker@adacore.com>
8789
8790 * gdb.ada/gnat_ada.gpr: New file.
8791 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8792 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8793 * configure.ac: No longer generate gnat_ada.gpr.
8794 * configure: Regenerate.
8795 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8796 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8797 * gdb.ada/null_record/bar.ads: Likewise.
8798 * gdb.ada/null_record/bar.adb: Likewise.
8799 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8800 * gdb.ada/null_record.exp (testdir): New variable.
8801 (testfile): executable is now in testdir subdirectory.
8802 (srcfile): Use full path to the main compilation unit.
8803 * gdb.ada/fixed_points.exp: Same changes as above.
8804
30d756ae
NR
88052005-02-03 Nick Roberts <nickrob@snap.net.nz>
8806
8807 * gdb.base/interp.exp: New test.
8808
9d799f85
AC
88092005-01-24 Andrew Cagney <cagney@gnu.org>
8810
8811 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8812
15656118
AC
88132005-01-19 Andrew Cagney <cagney@gnu.org>
8814
a892c31b
AC
8815 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8816 configure.ac not configure.in.
8817
15656118
AC
8818 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8819 of powerpc*-*-*.
8820 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 8821 * gdb.base/list.exp (test_list_function)
15656118
AC
8822 (test_list_filename_and_function): Ditto.
8823 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8824
a7b01baf
AC
88252005-01-16 Andrew Cagney <cagney@gnu.org>
8826
17d92a02
AC
8827 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8828
a7b01baf
AC
8829 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8830
bc8332bb
AC
88312005-01-14 Andrew Cagney <cagney@gnu.org>
8832
8833 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8834 * gdb.mi/mi2-var-cmd.exp: Ditto.
8835
4d074752
CV
88362005-01-10 Corinna Vinschen <vinschen@redhat.com>
8837
8838 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8839
bec39cab
AC
88402005-01-07 Andrew Cagney <cagney@gnu.org>
8841
8842 * configure.ac: Rename configure.in, require autoconf 2.59.
8843 * configure: Re-generate.
8844 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8845 * gdb.stabs/configure: Re-generate.
8846 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8847 * gdb.hp/configure: Re-generate.
8848 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8849 autoconf 2.59.
8850 * gdb.hp/gdb.objdbg/configure: Re-generate.
8851 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8852 autoconf 2.59.
8853 * gdb.hp/gdb.defects/configure: Re-generate.
8854 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8855 autoconf 2.59.
8856 * gdb.hp/gdb.compat/configure: Re-generate.
8857 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8858 autoconf 2.59.
8859 * gdb.hp/gdb.base-hp/configure: Re-generate.
8860 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8861 autoconf 2.59.
8862 * gdb.hp/gdb.aCC/configure: Re-generate.
8863
f10b16d4
JB
88642004-12-15 Jim Blandy <jimb@redhat.com>
8865
8866 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8867 under NPTL when there is debugging info available for libpthread.
8868
fb6e1814
JG
88692004-12-13 Jerome Guitton <guitton@gnat.com>
8870
8871 * gdb.ada/fixed_points.c: New file.
8872 * gdb.ada/fixed_points.exp: New file.
8873
fe46cd3a
RC
88742004-12-03 Randolph Chung <tausq@debian.org>
8875
8876 * gdb.arch/pa-nullify.exp: New file.
8877 * gdb.arch/pa-nullify.s: New file.
8878
8de0841b
RC
88792004-11-30 Randolph Chung <tausq@debian.org>
8880
8881 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8882 instead of "tbug". Fix regexp to work properly with gdb_test.
8883
c8170782
PH
88842004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8885
8886 * gdb.base/bitfields2.exp: New test.
8887 * gdb.base/bitfields2.c: New file.
8888
954269c2
RE
88892004-11-28 Richard Earnshaw <rearnsha@arm.com>
8890
8891 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8892
0107feed
RC
88932004-11-16 Randolph Chung <tausq@debian.org>
8894
8895 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8896
f073ae8c
DJ
88972004-11-14 Daniel Jacobowitz <dan@debian.org>
8898
8899 * gdb.threads/threadapply.exp: Correct "macro details" test.
8900
19ad59e7
JJ
89012004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8902
8903 * gdb.threads/threadapply.exp: New test.
8904 * gdb.threads/threadapply.c: New file.
8905
9cf0961b
MK
89062004-11-07 Mark Kettenis <kettenis@gnu.org>
8907
8908 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8909 frames.
8910
c789492a
FL
89112004-11-05 Felix Lee <felix+log1@specifixinc.com>
8912
8913 * gdb.base/cursal.exp: New file.
8914 * gdb.base/cursal.c: New file.
8915
a1e167bb
AC
89162004-11-03 Andrew Cagney <cagney@gnu.org>
8917
8918 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8919
b7cbf173
MK
89202004-10-30 Mark Kettenis <kettenis@gnu.org>
8921
8922 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8923 NetBSD/ELF targets.
8924
88f9d34f
JB
89252004-10-29 Joel Brobecker <brobecker@gnat.com>
8926
8927 * gdb.threads/bp_in_thread.c: New file, copied from
8928 pthread_cond_wait.c.
8929 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8930 file, rather than reusing the .c file from another testcase.
8931
ca7d6a0c
JB
89322004-10-20 Joel Brobecker <brobecker@gnat.com>
8933
8934 * gdb.ada/null_record.exp: Check where we stopped after
8935 sending the start command, instead of where the associated
8936 temporary breakpoint was inserted.
8937
0d863d03
AC
89382004-10-14 Andrew Cagney <cagney@gnu.org>
8939
8940 * gdb.mi/gdb701.c (main): Return 0.
8941
d11e72cb
DJ
89422004-10-13 Daniel Jacobowitz <dan@debian.org>
8943
d40539a4 8944 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 8945
e1923096
JJ
89462004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8947
8948 * gdb.threads/schedlock.c: Add comment markers to use to find
8949 line numbers.
8950 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8951 comments.
8952 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8953 breakpoint lines.
8954
ec8ba2c9
DJ
89552004-10-12 Daniel Jacobowitz <dan@debian.org>
8956
8957 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8958
0eb3658b
DJ
89592004-10-12 Daniel Jacobowitz <dan@debian.org>
8960
8961 * configure.in: Add gdb.dwarf2.
8962 * configure: Regenerated.
8963 * Makefile.in: Add gdb.dwarf2.
8964 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8965 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8966 gdb.dwarf2/file1.txt: New files.
8967
a271cc33
OF
89682004-10-11 Orjan Friberg <orjanf@axis.com>
8969
a9c64011 8970 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
8971 of "run", since the latter doesn't work with remote targets. Adjust
8972 the breakpoint numbering accordingly.
8973 * gdb.threads/pthread_cond_wait.exp: Ditto.
8974
895ce074
MC
89752004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8976
8977 * gdb.base/overlays.exp: Update copyright years.
8978
6be3092d
KI
89792004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8980
8981 * gdb.base/overlays.exp: Disable if target is Linux.
8982
e05389b8
FL
89832004-10-06 Felix Lee <felix+log1@specifixinc.com>
8984
8985 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8986
73cb587d
KI
89872004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8988
8989 * gdb.asm/asm-source.exp: Add m32r-linux target.
8990 * gdb.asm/m32r-linux.inc: New file.
8991
3c0edcdc
AC
89922004-09-24 Andrew Cagney <cagney@redhat.com>
8993 David Anderson <anderson@redhat.com>
8994
8995 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
8996 command fails, assume things will work.
8997 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
8998 (_GNU_SOURCE): Define.
8999 (print_unsigned, print_hex): Change parameter to "long long".
9000 (print_byte_count): New function, use to print byte counts.
9001 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9002 O_LARGEFILE.
9003 (main): Compute an upper bound on a corefile in max_core_size.
9004 Limit memory chunk size to max_core_size. Limit total memory
9005 allocated to max_core_size.
9006
4bb3667f
AC
90072004-09-23 Andrew Cagney <cagney@gnu.org>
9008
9009 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9010 from a separate process with code that creates a corefile by
9011 making the inferior dump core.
9012
60fe1a51
MK
90132004-09-23 Mark Kettenis <kettenis@gnu.org>
9014
9015 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9016 block.
9017
8e937346
MC
90182004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9019
9020 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9021 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9022 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9023 Likewise.
9024
7213f6d6
JJ
90252004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9026
9027 * gdb.java/jprint.exp: New test case for java inferior call.
9028 * gdb.java/jprint.java: Ditto.
9029
eac69dca
JB
90302004-09-15 Joel Brobecker <brobecker@gnat.com>
9031
9032 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9033
22227696
MC
90342004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9035
9036 * gdb.threads/killed.c: Include <stdlib.h>.
9037 * gdb.threads/pthreads.c: Likewise.
9038
7dd403a4
MC
90392004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9040
9041 * gdb.threads/killed.c: Add copyright notice.
9042
33f2d567
JM
90432004-09-10 Jason Molenda (jmolenda@apple.com)
9044
a9c64011
AS
9045 * gdb.base/define.exp: Two new tests to verify zero space chars
9046 after 'if' and 'while' commands in a user-defined command is correctly
9047 parsed.
33f2d567 9048
e05b62ac
AC
90492004-09-08 Andrew Cagney <cagney@gnu.org>
9050
9051 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9052 delivery test with duplicate at end of file.
9053
9cbe82da
MK
90542004-09-06 Mark Kettenis <kettenis@jive.nl>
9055
9056 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9057
564803d9
MC
90582004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9059
9060 * config/hppro.exp: Removed.
9061
7c6807ce
MC
90622004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9063
9064 * config/sparclet.exp: Removed.
9065
bf7e26dd
MC
90662004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9067
9068 * config/udi.exp: Removed.
9069
714e341b
MC
90702004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9071
9072 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9073 of "exp_continue".
9074 (advancei): Likewise.
9075
1236e623
JJ
90762004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9077
9078 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9079
3bdcad15
MI
90802004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9081
228af206 9082 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
9083 to check for nodebug in executable.
9084 * gdb.gdb/observer.exp (setup_test): Likewise.
9085 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9086 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9087
c72b934c
AC
90882004-09-01 Andrew Cagney <cagney@gnu.org>
9089
9090 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9091 files.
9092
edd9b715
JJ
90932004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9094
9095 * gdb.base/unload.exp: Fix expected warning message to match
9096 latest format.
9097
fb4ce06b
CV
90982004-09-01 Corinna Vinschen <vinschen@redhat.com>
9099
9100 * gdb.base/call-rt-st.exp: Fix typos.
9101
ce78e7c3
MI
91022004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9103
9104 * gdb.threads/thread_check.exp: New testcase.
9105 * gdb.threads/thread_check.c: New testcase.
9106
2dedb159
AC
91072004-08-31 Andrew Cagney <cagney@gnu.org>
9108
9109 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9110 (skip_to_handler_entry): New procedures. Test stepping into a
9111 handler when the breakpoint is at the handler's entry point.
9112
68f53502
AC
91132004-08-30 Andrew Cagney <cagney@gnu.org>
9114
9115 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9116 gdb/1757.
9117
3e3ffd2b
MC
91182004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9119
9120 With code from Manoj Iyer <manjo@austin.ibm.com>:
9121 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9122 return value. Add an arm for "no debugging symbols found".
9123 Change a stray "error" to "perror".
9124 (gdb_run_cmd): Adapt to new return value.
9125 * gdb.base/remote.exp: Adapt to new return value.
9126 * gdb.gdb/complaints.exp: Likewise.
9127 * gdb.gdb/observer.exp: Likewise.
9128 * gdb.gdb/selftest.exp: Likewise.
9129 * gdb.gdb/xfullpath.exp: Likewise.
9130
4b6f5fd2
JB
91312004-08-27 Joel Brobecker <brobecker@gnat.com>
9132
9133 * gdb.threads/bp_in_thread.exp: New testcase.
9134
e5b25496
MC
91352004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9136
9137 Fix PR testsuite/1735.
9138 * gdb.threads/schedlock.c (thread_function): Add a cast
9139 to suppress a gcc warning.
9140 * gdb.threads/thread-specific.c (thread_function): Likewise.
9141
934353d6
MC
91422004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9143
9144 * gdb.base/unload.c: Include <stdlib.h>.
9145
f98a0aef 91462004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 9147
f98a0aef 9148 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
9149 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9150 synchronized after the "return".
9151
5a2e8882
MC
91522004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9153
9154 * gdb.mi/basics.c: Include <stdio.h>.
9155 * gdb.mi/pthreads.c: Include <stdlib.h>.
9156 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9157
a9640423
MC
91582004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9159
9160 * gdb.threads/schedlock.c: Add copyright notice.
9161
b04e311d
AC
91622004-08-25 Andrew Cagney <cagney@gnu.org>
9163
9164 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9165 (skip_over_handler, breakpoint_over_hander): New test procedures.
9166 (advance, advancei): Add a proper prefix, do not use
9167 rerun_to_main.
9168 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9169
7c27f15b
MC
91702004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9171
9172 * gdb.mi/basics.c: Add copyright notice.
9173 * gdb.mi/var-cmd.c: Add copyright notice.
9174
fffc87ae
MC
91752004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9176
9177 * lib/gdb.exp: Remove signed_keyword_not_used.
9178 * lib/compiler.c: Likewise.
9179 * lib/compiler.cc: Likewise.
9180
d782e0bf
MC
91812004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9182
9183 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9184 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9185
96033e83
MC
91862004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9187
9188 * gdb.base/whatis.c: Add copyright notice.
9189
cf38c229
MK
91902004-08-20 Mark Kettenis <kettenis@gnu.org>
9191
9192 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9193 it to skip the breakpoints encoded in the inline assembly.
9194
f4b49756
MC
91952004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9196
9197 * Makefile.in: Add gdb.fortran.
9198
2f193b69
MC
91992004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9200
9201 * gdb.base/call-sc.exp (test_scalar_returns):
9202 Fix cut-and-paste glitch in "Make fun return now".
9203
89a237cb
MC
92042004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9205
9206 * configure.in: Add gdb.fortran.
9207 * configure: Regenerate.
9208 * gdb.fortran/Makefile.in: New file.
9209 * lib/gdb.exp (skip_fortran_tests): New procedure.
9210
469aff8e
MC
92112004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9212
9213 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9214 reference to bug-gnu@prep.ai.mit.edu.
9215 * gdb.mi/mi-var-child.exp: Likewise.
9216 * gdb.mi/mi-var-cmd.exp: Likewise.
9217 * gdb.mi/mi-var-display.exp: Likewise.
9218 * gdb.mi/mi2-var-block.exp: Likewise.
9219 * gdb.mi/mi2-var-child.exp: Likewise.
9220 * gdb.mi/mi2-var-cmd.exp: Likewise.
9221 * gdb.mi/mi2-var-display.exp: Likewise.
9222
00b51b9f
MK
92232004-08-15 Mark Kettenis <kettenis@gnu.org>
9224
9225 * gdb.base/unload.c (main): Make local variable msg const.
9226
45f07fef
MC
92272004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9228
9229 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9230 to bug-gnu@prep.ai.mit.edu.
9231 * gdb.mi/mi-disassemble.exp: Likewise.
9232 * gdb.mi/mi-eval.exp: Likewise.
9233 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9234 default line number.
9235 * gdb.mi/mi-return.exp: Likewise.
9236 * gdb.mi/mi-simplerun.exp: Likewise.
9237 * gdb.mi/mi-stack.exp: Likewise.
9238 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9239 number with explicit range test.
9240 * gdb.mi/mi-watch.exp: Likewise.
9241 * gdb.mi/mi2-break.exp: Likewise.
9242 * gdb.mi/mi2-cli.exp: Likewise.
9243 * gdb.mi/mi2-disassemble.exp: Likewise.
9244 * gdb.mi/mi2-eval.exp: Likewise.
9245 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9246 default line number.
9247 * gdb.mi/mi2-return.exp: Likewise.
9248 * gdb.mi/mi2-simplerun.exp: Likewise.
9249 * gdb.mi/mi2-stack.exp: Likewise.
9250 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9251 number with explicit range test.
9252 * gdb.mi/mi2-watch.exp: Likewise.
9253
dd8c8ee7
MC
92542004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9255
9256 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9257 * gdb.cp/m-static.exp: Likewise.
9258 * gdb.cp/rtti.exp: Likewise.
9259
4e838464
MK
92602004-08-14 Mark Kettenis <kettenis@gnu.org>
9261
9262 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9263
8d8cb839
EZ
92642004-08-14 Eli Zaretskii <eliz@gnu.org>
9265
9266 * ChangeLog: Prefix Local Variables with semi-colons and indent
9267 the reference to older ChangeLog files, to fix fontification in
9268 Emacs.
9269
deea8bb0
MC
92702004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9271
9272 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9273 * gdb.mi/mi2-break.exp: Likewise.
9274
c3297504
MC
92752004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9276
9277 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9278
25808999
MC
92792004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9280
9281 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9282
226a8d71
MC
92832004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9284
9285 * gdb.cp/classes.exp: Remove unused declarations. Just let
9286 test names default instead of providing special names. Remove
9287 extraneous demangler test.
9288
37fdf854
JJ
92892004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9290
9291 * gdb.base/unload.exp: New test for breakpoints in dynamically
9292 loaded libraries.
9293 * gdb.base/unload.c: Ditto.
9294 * gdb.base/unloadshr.c: Ditto.
9295
2d3a7986
MC
92962004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9297
9298 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9299 cp_test_ptype_class.
9300 (test_enums): Likewise.
9301
c72b934c
AC
93022004-08-10 Andrew Cagney <cagney@gnu.org>
9303
9304 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9305 files.
9306
cc503c8a
AC
93072004-08-10 Andrew Cagney <cagney@gnu.org>
9308
9309 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9310 init_malloc call.
9311
902f2ccb
MC
93122004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9313
9314 * ChangeLog: Add copyright notice. The notice is copied
9315 from emacs 21.3 top level ChangeLog.
9316
78c90502
MC
93172004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9318
9319 * lib/cp-support.exp: New file.
9320 * lib/cp-support.exp (cp_test_type_class): New function.
9321 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9322 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9323 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9324 cp_test_ptype_class.
9325
88e5ea78
MC
93262004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9327
9328 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9329 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9330 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9331 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9332 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9333 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9334 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9335 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9336 gdb.mi/mi2-watch.exp: Update copyright years.
9337
6a89fc9c
MK
93382004-08-09 Mark Kettenis <kettenis@gnu.org>
9339
9340 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9341
1482e0de
MC
93422004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9343
9344 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9345 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9346 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9347 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9348 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9349 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9350 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9351 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9352 gdb.mi/mi-watch.exp: Update copyright years.
9353
1a5ce3f3
DJ
93542004-08-08 Daniel Jacobowitz <dan@debian.org>
9355
9356 PR gdb/1738
9357 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9358 from a breakpoint with a pending signal.
9359
04f6ecf2
DJ
93602004-08-08 Daniel Jacobowitz <dan@debian.org>
9361
9362 PR gdb/1736
9363 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9364 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9365 the prompt.
9366 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9367
54d90d35
DJ
93682004-08-08 Daniel Jacobowitz <dan@debian.org>
9369
9370 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9371
d2f6abb0
DJ
93722004-08-08 Daniel Jacobowitz <dan@debian.org>
9373
9374 PR gdb/1736
9375 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9376 for i?86-*-linux*.
9377
5598c03d
DJ
93782004-08-08 Daniel Jacobowitz <dan@debian.org>
9379
9380 * gdb.arch/i386-prologue.exp: Compile without debug information.
9381
c6fee705
MC
93822004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9383
9384 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9385 rather than asking gdb to search.
9386
dd90efdb
MC
93872004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9388
9389 * gdb.base/gcore.c: Include <string.h>.
9390
1e84bec1
MC
93912004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9392
9393 * gdb.base/gcore.c: Add copyright notice.
9394
e425eb2b
MC
93952004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9396
9397 * gdb.base/freebpcmd.c: Include <stdio.h>.
9398 * gdb.base/long_long.c: Include <string.h>.
9399 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9400 * gdb.base/siginfo.c: Include <string.h>.
9401 * gdb.base/sigstep.c: Include <string.h>.
9402
cb9aaed5
MC
94032004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9404
9405 * gdb.base/complex.c: Include <stdlib.h>.
9406
55944f3d
MC
94072004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9408
9409 * gdb.base/complex.c: Add copyright notice.
9410
7b2953d9
MC
94112004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9412
9413 * gdb.base/charset.c: Include <stdlib.h>.
9414
c9133d23
MC
94152004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9416
9417 * gdb.base/auxv.c: Include <stdlib.h>.
9418
0a8490ad
MC
94192004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9420
9421 * gdb.base/auxv.c: Add copyright notice.
9422
3426d5ec
MC
94232004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9424
9425 * gdb.base/coremaker.c: Add copyright notice.
9426 * gdb.base/coremaker2.c: Add copyright notice.
9427
8da195dd
AC
94282004-08-04 Andrew Cagney <cagney@gnu.org>
9429
9430 * gdb.base/store.exp: Update copyright.
9431 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9432 names, do not import gdb_prompt.
9433
8d394f98
AC
94342004-08-01 Andrew Cagney <cagney@gnu.org>
9435
9436 Fix PR testsuite/1729.
9437 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9438 not use capture_value with value 4.
9439 (capture_value): Add optional test name parameter.
9440 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9441 the prefix, pass to capture_value.
9442
b6702b23
MK
94432004-08-01 Mark Kettenis <kettenis@gnu.org>
9444
9445 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9446 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9447 (main): Call new function.
9448
c203e0ca
MC
94492004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9450
9451 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9452
a7995a30
MC
94532004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9454
9455 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9456
9366563b
MC
94572004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9458
b6eeaf26 9459 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9460 Accept more values of vtbl pointer. Remove some messages
9461 about "obsolete gcc or gdb".
9462
2fc1f950
MC
94632004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9464
9465 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9466
c724d49b
MC
94672004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9468
9469 * gdb.base/asm-source.exp: Properly convert target board
9470 debug flags from gcc format to binutils format.
9471
736b0fce
MK
94722004-07-28 Mark Kettenis <kettenis@gnu.org>
9473
9474 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9475 gdb1718". PR backtrace/1718 partially fixed.
9476
5633ea5c
JJ
94772004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9478
9479 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9480
575eebb1
NC
94812004-07-26 Nick Clifton <nickc@redhat.com>
9482
9483 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9484 good default value for a specific architecture is available then
9485 set it to that value. Otherwise default to the -gstabs switch.
9486 Remove the -g... switches from the asm-flags variable. Allow the
9487 target board info to override the value if it wants to. Pass the
9488 switch on the assembler command line.
9489
62104619
MK
94902004-07-23 Mark Kettenis <kettenis@gnu.org>
9491
9492 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9493 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9494 (main): Call new function.
9495
4a1135b8
MC
94962004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9497
9498 Test for PR exp/1715.
9499 * gdb.base/radix.exp: Refactor common procedures. Make all
9500 test names unique. Change XFAIL to KFAIL.
9501
8a12c1f0
MC
95022004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9503
9504 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9505 * gdb.ada/gnat_ada.gin: ... to here.
9506 * configure.in: Use gnat_ada.gin.
9507 * configure: Regenerate.
9508
23b451cf
AC
95092004-07-20 Andrew Cagney <cagney@gnu.org>
9510
9511 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9512 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9513 XFAILs. Clean up test messages and comments. Check backtraces.
9514 Delete re-sync code.
9515
ab618a02
MC
95162004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9517
9518 Fix PR cli/740.
9519 * gdb.base/annota1.exp: Honor gdb,nosignals.
9520 * gdb.base/annota3.exp: Likewise.
9521
46dad340
MC
95222004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9523
9524 * lib/java.exp: Update copyright notice.
9525
756d8c70
AC
95262004-07-19 Andrew Cagney <cagney@gnu.org>
9527
9528 * gdb.base/selftest.exp: Copy file from here ...
9529 * gdb.gdb/selftest.exp: ... to here.
9530
586027e6
AC
95312004-07-16 Andrew Cagney <cagney@redhat.com>
9532
9533 * lib/insight-support.exp: Delete file.
9534 * lib/java.exp (java_init): Fix copyright.
9535
029d2200
AC
95362004-07-16 Andrew Cagney <cagney@gnu.org>
9537
9538 * gdb.base/restore.c: Append "prologue" to comments marking the a
9539 function's prologue.
9540 * gdb.base/restore.exp: Update copyright, re-indent.
9541 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9542 callerN" prefix where needed. Update patterns that match a
9543 function's prologue.
9544
653b62c5
MC
95452004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9546
9547 * gdb.base/restore.c: Add copyright notice.
9548
f7d690e5
AC
95492004-07-16 Andrew Cagney <cagney@gnu.org>
9550
9551 * gdb.base/logical.exp: Update copyright.
9552 (evaluate): New procedure. Use to re-implement tests using
9553 several tables.
9554
d629a7cb
MH
95552004-07-14 Martin Hunt <hunt@redhat.com>
9556
9557 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9558 which fixes some problems where init.tcl was not found.
9559
9c7bb332
AC
95602004-07-13 Andrew Cagney <cagney@gnu.org>
9561
6bf46641
AC
9562 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9563 (check_sizeof, check_valueof): Do not include the output in the
9564 test name. Use gdb_test.
9565 (get_valueof): Use gdb_test_multiple.
9566
c4ffd4c0
AC
9567 * gdb.base/step-test.exp: Update copyright. Use
9568 gdb_test_multiple. Ensure that test names do not include
9569 architecture dependent output.
9570
ab89363a
AC
9571 * gdb.gdb/observer.exp: Update copyright.
9572 (setup_test): Use gdb_test_multiple.
9573 (attach_first_observer, attach_second_observer)
9574 (attach_third_observer, detach_first_observer)
9575 (detach_second_observer, detach_third_observer)
9576 (reset_counters, check_counters): Make $message a prefix.
9577 (test_normal_stop_notifications): Add "args" parameter - a list of
9578 init functions to be called. Make $message a prefix,
9579 (test_observer_normal_stop): Change the message prefixes so that
9580 they are unique, pass the attach / detach procedures to
9581 test_normal_stop_notifications.
9582
ec58997a
AC
9583 * gdb.base/signull.exp (test_segv): Prefix all tests with
9584 "${name}". Clean up test messages.
9585
b475183b
AC
9586 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9587
9c7bb332
AC
9588 * gdb.base/ena-dis-br.exp: Update copyright.
9589 (break_at): New function. Replace send_gdb with gdb_test,
9590 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9591 ignore count, not stopped at bpt", with KFAIL.
9592
2dd95497
CV
95932004-07-13 Corinna Vinschen <vinschen@redhat.com>
9594
9595 * gdb.base/attach.exp: Remove cleanupfile handling.
9596
419e626b
AC
95972004-07-12 Andrew Cagney <cagney@gnu.org>
9598
9599 * gdb.base/annota1.exp: Cleanup corefile test name.
9600 * gdb.base/annota3.exp: Ditto.
9601
8b1b3228
AC
96022004-07-12 Andrew Cagney <cagney@gnu.org>
9603
78650829
AC
9604 * gdb.base/signals.exp: Clean up copyright, re-indent.
9605
8b1b3228
AC
9606 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9607 gdb_test and gdb_test_multiple.
9608
935c2760
JJ
96092004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9610
9611 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9612 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9613 provide line number info for first statement in main.
9614
1544280f
AC
96152004-07-08 Andrew Cagney <cagney@gnu.org>
9616
1279f4ff
AC
9617 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9618
1544280f
AC
9619 * gdb.base/sigbpt.exp: Make the common part of each test name a
9620 prefix instead of suffix.
9621
bcc82369
BR
96222004-07-07 Bob Rossi <bob_rossi@cox.net>
9623
9624 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9625 test from test_tbreak_creation_and_listing to
9626 test_file_list_exec_source_file
9627 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9628 Changed name of test from test_tbreak_creation_and_listing to
9629 test_file_list_exec_source_file
9630
23f4b0aa
JJ
96312004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9632
9633 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9634 the jmisc() constructor instead of <init>.
9635 * gdb.java/jmisc1.exp: Ditto.
9636
56401cd5
AC
96372004-07-07 Andrew Cagney <cagney@gnu.org>
9638
9639 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9640 corrupting the PC.
9641
44ae2f6a
MC
96422004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9643
9644 * gdb.cp/templates.exp: Accept whitespace change in demangler
9645 output.
9646
45a83408
AC
96472004-07-06 Andrew Cagney <cagney@gnu.org>
9648
9649 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9650
d205ad70
MC
96512004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9652
9653 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9654 * lib/compiler.cc: Likewise.
9655
06ea1a61
MC
96562004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9657
9658 * lib/compiler.cc: Work around string preprocessing problem
9659 with old hp c++ compiler.
9660 * lib/compiler.c: Likewise.
9661
daab1251
CV
96622004-06-29 Corinna Vinschen <vinschen@redhat.com>
9663
9664 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9665 directives to conditionalize symbol prefixing.
9666 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9667 additional_flags handling. Add underscore prefix for Cygwin.
9668 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9669 conditionalize symbol prefixing.
9670 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9671 additional_flags handling. Add underscore prefix for Cygwin.
9672
cc984116
CV
96732004-06-29 Corinna Vinschen <vinschen@redhat.com>
9674
9675 * gdb.base/bigcore.exp: Skip test on Cygwin.
9676
c279b077
MC
96772004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9678
9679 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9680 formats for "info register". Use gdb_test_multiple. Fix
9681 the "invalid register" test.
9682
0e915747
CV
96832004-06-28 Corinna Vinschen <vinschen@redhat.com>
9684
9685 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9686 PID for Cygwin. Add Cygwin specific strings to check for in some
9687 tests.
9688 (do_attach_tests): Add a test for user interaction when attaching
9689 to a process with no matching symbol table already loaded.
9690
11422c86
AC
96912004-06-26 Andrew Cagney <cagney@gnu.org>
9692
9693 Test PR java/1567 and PR java/1565.
9694 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9695 * gdb.java/jmisc2.exp: Delete file.
9696
cefbce26
MC
96972004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9698
9699 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9700
e19f872c
CV
97012004-06-25 Corinna Vinschen <vinschen@redhat.com>
9702
9703 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9704 attach process.
9705
d931ba3b
MC
97062004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9707
9708 * gdb.cp/pr-1553.exp: Remove.
9709
aef68c48
MC
97102004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9711
9712 * gdb.cp/pr-1553.cc: Remove.
9713 * gdb.cp/pr-1553.exp: Disable this test.
9714
8d5df71a
JB
97152004-06-20 Jim Blandy <jimb@redhat.com>
9716
a9c64011 9717 Fix PR testsuite/1680.
8d5df71a
JB
9718 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9719 regular expressions.
9720
4ac6f39d
MC
97212004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9722
9723 Fix PR testsuite/1679.
9724 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9725 Issue an UNSUPPORTED result instead.
9726
1b413552
JB
97272004-06-18 Jim Blandy <jimb@redhat.com>
9728
9729 * gdb.base/charset.exp: Only send a control-C if we see a new
9730 prompt and incomplete command.
9731
6daa6ebd
MC
97322004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9733
9734 * gdb.cp/pr-574.cc: Add copyright notice.
9735
51fa4ae0
JB
97362004-06-17 Jim Blandy <jimb@redhat.com>
9737
9738 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9739 cases where the regexp has no groups; this grabs random text from
9740 the previous test suite, whatever that was.
9741
8fea26c5
MC
97422004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9743
9744 * gdb.cp/printmethod.cc: Add copyright notice.
9745
1e3aeb41
MC
97462004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9747
9748 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9749
9d9030bc
AC
97502004-06-16 Andrew Cagney <cagney@gnu.org>
9751
9752 * gdb.base/signull.c: Update copyright. Include <string.h>.
9753 (bowler): Replace data_pointer with data_read
9754 and data_write cases. Add code_descriptor case.
9755 (zero, desc): New array and pointer.
9756 (data, code): Change to simple pointers.
9757 * gdb.base/signull.exp: Fix probe pattern matching a function
9758 descriptor SIGSEGV. Replace data_pointer with data_read and
9759 data_write tests.
9760
acd4ad44
AC
97612004-06-16 Andrew Cagney <cagney@gnu.org>
9762
9763 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9764
08fd625c
MC
97652004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9766
9767 * gdb.base/long_long.c: Add copyright notice.
9768
1903502c
MC
97692004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9770
9771 * gdb.base/long_long.exp: Remove reference to
9772 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9773 to gdb_breakpoint and gdb_continue_to_breakpoint.
9774
83313cb1
JB
97752004-06-14 Jim Blandy <jimb@redhat.com>
9776
9777 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9778 endian case.
9779
1bf404ef
AC
97802004-06-14 Andrew Cagney <cagney@gnu.org>
9781
9782 * gdb.base/gcore.exp (capture_command_output): Delete the always
9783 passing tests containing inferior values.
9784 * gdb.base/ending-run.exp: Do not include the breakpoint address
9785 in the test message. Update copyright.
9786 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9787 size in the test name, use gdb_test_multiple. Update copyright.
9788
ef220b33
MC
97892004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9790
9791 * gdb.cp/ref-types.cc: Add copyright notice.
9792
4f70a4c9
MC
97932004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9794
9795 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9796 hp_aCC_compiler.
9797 * lib/compiler.cc: Likewise.
9798 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9799 'set' commands. Log diagnostics for other lines. Set
9800 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9801
335928ac
MC
98022004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9803
9804 * gdb.cp/try_catch.cc: Add copyright notice.
9805
2efb12e8
MC
98062004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9807
9808 * gdb.cp/userdef.cc: Add copyright notice.
9809
0bbed51a
MC
98102004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9811
9812 * gdb.cp/virtfunc.cc: Add copyright notice.
9813
e12a46c9
RC
98142004-06-11 Randolph Chung <tausq@debian.org>
9815
9816 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9817 problem.
9818
338e05af
AC
98192004-06-10 Andrew Cagney <cagney@gnu.org>
9820
9821 * lib/compiler.cc, lib/compiler.c: Append either
9822 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9823 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9824 instead of gcc-3-3.
9825
dc3f10cb
AC
98262004-06-09 Andrew Cagney <cagney@gnu.org>
9827
b4d946af
AC
9828 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9829 gdb/1455, bug is specific to "long long" and "double".
a9c64011 9830
dc3f10cb
AC
9831 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9832 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9833 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9834 fixed.
9835
b5c0bfa2
AC
98362004-06-09 Andrew Cagney <cagney@gnu.org>
9837
9838 * gdb.base/structs.exp (test_struct_returns): Replace
9839 "return_value_unknown" and "finish_value_unknown" by
9840 "return_value_known" and "finish_value_known". Instead of
9841 "return_value_unknown" iff "finish_value_unknown", check
9842 "return_value_known" implies "finish_value_known".
9843
caeb605f
MH
98442004-06-08 Martin Hunt <hunt@redhat.com>
9845
9846 * gdb.base/float.exp: Add pattern for mips targets.
9847
c892bb64
RC
98482004-06-08 Randolph Chung <tausq@debian.org>
9849
9850 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9851 message for unknown architectures more clear.
9852
48306d3e
JB
98532004-06-08 Joel Brobecker <brobecker@gnat.com>
9854
9855 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9856 start the execution of the program.
9857
83ecb59f
JB
98582004-06-07 Jim Blandy <jimb@redhat.com>
9859
9860 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9861 * gdb.arch/i386-cpuid.h: New helper file.
9862
55264cb4
RC
98632004-06-07 Randolph Chung <tausq@debian.org>
9864
9865 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9866 has started.
9867
23cadb28
RM
98682004-06-04 Roland McGrath <roland@redhat.com>
9869
9870 Fix PR gdb/1647.
9871 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9872 differently to be robust to output buffering differences.
9873
51d01eda
MC
98742004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9875
9876 * gdb.threads/pthreads.exp: Update copyright years.
9877 (check_control_c): Change asynchronous 'after' to synchronous.
9878
f4fc3b93
RM
98792004-06-04 Roland McGrath <roland@redhat.com>
9880
9881 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9882 next gdb prompt.
9883
4013522b
MC
98842004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9885
9886 Fix PR gdb/1636.
9887 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9888 calls to synchronous.
9889
7a8f1e6b
JB
98902004-05-26 Jim Blandy <jimb@redhat.com>
9891
9892 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9893
81bb3443
RC
98942004-05-24 Randolph Chung <tausq@debian.org>
9895
9896 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9897 * gdb.asm/pa.inc: New file.
9898
8f5a3103
MK
98992004-05-22 Mark Kettenis <kettenis@gnu.org>
9900
9901 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9902
734b8fe8 99032004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 9904 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
9905
9906 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9907 GDB prompt.
9908
725603e1
UW
99092004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9910
f4fc3b93 9911 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
9912 setjmp/longjmp. Use sigaction instead of signal.
9913
8b923272 99142004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 9915 Michael Snyder <msnyder@redhat.com>
8b923272
JB
9916
9917 * gdb.threads/pthread_cond_wait.c: New file.
9918 * gdb.threads/pthread_cond_wait.exp: New testcase.
9919
8bfabb04
AC
99202004-05-13 Andrew Cagney <cagney@redhat.com>
9921
9922 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9923 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9924
42edda50
AC
99252004-05-11 Andrew Cagney <cagney@redhat.com>
9926
9927 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9928 fixed but revealed gdb/1639.
9929
d303a6c7
AC
99302004-05-10 Andrew Cagney <cagney@redhat.com>
9931
9932 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9933 func1" and "next to 2nd alarm", kernel bug avoided.
9934
bf08c2a1
DJ
99352004-05-10 Daniel Jacobowitz <dan@debian.org>
9936
9937 PR external/1568
9938 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9939 XFAIL if it is smaller than bytes_allocated.
9940 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9941 (main): Make chunks_allocated unsigned. Correct comment.
9942
c0586a34
JB
99432004-05-07 Joel Brobecker <brobecker@gnat.com>
9944
9945 * gdb.arch/powerpc-aix-prologue.c: New file.
9946 * gdb.arch/powerpc-aix-prologue.exp: New file.
9947
f2785d12
JB
99482004-05-07 Jim Blandy <jimb@redhat.com>
9949
9950 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9951 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9952
bd7f6e30
JB
99532004-05-06 Joel Brobecker <brobecker@gnat.com>
9954
9955 * gdb.base/sep.exp: No longer setup_kfail when the program was
9956 built with dwarf2.
9957
0a5e7efe
JI
99582004-05-05 Jim Ingham <jingham@apple.com>
9959
9960 * gdb.base/pending.exp: Make sure pending breakpoints
9961 preserve the ignore count.
f4fc3b93 9962
a8958849
MK
99632004-04-27 Jerome Guitton <guitton@gnat.com>
9964
9965 * i386-prologue.exp: Add testcase for jump instruction as first
9966 instruction of the real code.
9967 * i386-prologue.c (jump_at_beginning): New function.
9968
7e103f5b
MK
99692004-04-28 Mark Kettenis <kettenis@gnu.org>
9970
9971 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9972 x86_64-*-*.
9973
5d38b224
MK
99742004-04-28 Mark Kettenis <kettenis@gnu.org>
9975
9976 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9977 i*86-*-*.
9978
0ef32fd9
MK
99792004-04-25 Mark Kettenis <kettenis@gnu.org>
9980
9981 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9982 expression that checks the return type.
9983
71d7dd7c
AC
99842004-04-23 Andrew Cagney <cagney@redhat.com>
9985
9986 * gdb.base/call-sc.exp: New test of scalar call/return values.
9987 * gdb.base/call-sc.c: Ditto.
9988
1e9f977e
JJ
99892004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9990
9991 * gdb.threads/manythreads.c: Reduce thread stack size.
9992
899d9e3a
JJ
99932004-04-23 Jeff Johnston <jjohnstn@redhat.com>
9994
9995 * gdb.threads/manythreads.c: Add copyright notice.
9996
61bcae62
AC
99972004-04-23 Andrew Cagney <cagney@redhat.com>
9998
9999 * gdb.base/siginfo.exp: Better handle step out of signal.
10000 * gdb.base/sigstep.exp: Ditto.
10001
7339a42e 100022004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 10003 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
10004
10005 * gdb.threads/manythreads.c: New testcase.
10006 * gdb.threads/manythreads.exp: Ditto.
10007
5c98409b
JB
100082004-04-22 Jim Blandy <jimb@redhat.com>
10009
10010 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10011 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10012
3b611f1a
MC
100132004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10014
10015 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10016
f0fd9238
AC
100172004-04-21 Andrew Cagney <cagney@redhat.com>
10018
10019 * gdb.base/sigstep.c: New file.
10020 * gdb.base/sigstep.exp: New file.
10021
90990674
JB
100222004-04-16 Joel Brobecker <brobecker@gnat.com>
10023
10024 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10025 call to observer_notify_normal_stop.
10026
78cef34b
AC
100272004-04-15 Andrew Cagney <cagney@redhat.com>
10028
10029 * gdb.base/siginfo.c: New file.
10030 * gdb.base/siginfo.exp: New file.
10031
d2343407
JB
100322004-04-12 J. Brobecker <brobecker@gnat.com>
10033
10034 * gdb.base/sep.exp: Fix typo in comment.
10035
a2dba3c8
JB
100362004-04-12 J. Brobecker <brobecker@gnat.com>
10037
10038 * gdb.base/sep.c: New file.
10039 * gdb.base/sep-proc.c: New file.
10040 * gdb.base/sep.exp: New testcase.
10041
15f7b60e
MK
100422004-04-09 Mark Kettenis <kettenis@gnu.org>
10043
10044 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10045 support.
10046
44f4de1a
AC
100472004-04-05 Andrew Cagney <cagney@redhat.com>
10048
10049 * gdb.base/sigaltstack.c: New file.
10050 * gdb.base/sigaltstack.exp: New file.
10051
ef04f396
JB
100522004-04-04 Joel Brobecker <brobecker@gnat.com>
10053
10054 * gdb.base/foll-fork.exp: Update the expected output for
10055 "help set follow-fork-mode", to match a change that was made
10056 to the help of this variable on 2004-01-13.
10057
d40d2c92
JB
100582004-04-01 Joel Brobecker <brobecker@gnat.com>
10059
10060 * lib/ada.exp: Add copyright notice.
10061 * bar.ads: Likewise.
10062 * bar.adb: Likewise.
10063 * null_record.adb: Likewise.
10064 * null_record.exp: Likewise.
10065 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10066
f86ef5a3
JB
100672004-04-01 Joel Brobecker <brobecker@gnat.com>
10068
10069 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10070 * configure: Regenerate.
10071
414e70e3
JB
100722004-04-01 Joel Brobecker <brobecker@gnat.com>
10073
10074 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10075 to build the application. Remove the message printed when in
10076 verbose mode, redundant with the UNSUPPORTED message above.
10077
f0aaee49
JB
100782004-03-31 Joel Brobecker <brobecker@gnat.com>
10079
10080 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10081 * gdb.ada (null_record.exp): New testcase.
10082
ac81cb54
JB
100832004-03-31 Joel Brobecker <brobecker@gnat.com>
10084
10085 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10086
854af2f7
JB
100872004-03-31 Joel Brobecker <brobecker@gnat.com>
10088
10089 * gdb.ada: New subdirectory.
10090 * gdb.ada/Makefile.in: New file.
10091 * gdb.ada/gnat_ada.gpr.in: New file.
10092
034cb681
JB
100932004-03-31 Joel Brobecker <brobecker@gnat.com>
10094
10095 * lib/ada.exp: New file.
10096
78a1a894
DJ
100972004-03-24 Daniel Jacobowitz <drow@mvista.com>
10098
10099 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10100 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10101
4b2b3b3e
AC
101022004-03-22 Andrew Cagney <cagney@redhat.com>
10103
10104 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10105 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10106 Problem identified by Ulrich Weigand.
10107
23c73aa3
DC
101082004-03-17 David Carlton <carlton@kealia.com>
10109
10110 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10111 PR c++/826.
10112
d63a86f8
RM
101132004-03-16 Roland McGrath <roland@redhat.com>
10114
10115 * gdb.base/auxv.exp: New file.
10116 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10117
0e02aa50
DC
101182004-03-12 David Carlton <carlton@kealia.com>
10119
10120 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10121 * gdb.cp/pr-1553.cc: Ditto.
10122 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10123 pass branch.
10124
c20b71be
MC
101252004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10126
10127 * gdb.cp/templates.exp: Accept more template types.
10128
c7414a01
MC
101292004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10130
10131 From Corinna Vinschen with modifications.
10132 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10133 local variable obj_with_enum.
10134 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10135 results with obj_with_enum.
10136
ed69573c
MC
101372004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10138
10139 * gdb.cp/classes.cc: New file, copied from misc.cc.
10140 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10141
28301461
MC
101422004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10143
10144 * gdb.cp/misc.cc: Add copyright notice.
10145
1198ecbe
DC
101462004-03-05 David Carlton <carlton@kealia.com>
10147
10148 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10149 * gdb.cp/rtti.h: Update copyright.
10150 (namespace n2::n3): New.
10151 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10152 (n2::n3::func3): New.
10153 (main): Call n2::n3::func3.
10154 * gdb.cp/rtti2.cc: Update copyright.
10155 (n2::create3): New.
10156
9e08c470
MK
101572004-03-04 Mark Kettenis <kettenis@gnu.org>
10158
10159 * gdb.asm/openbsd.inc: Fix typo.
10160
4bebc3aa
FF
101612004-03-03 Fred Fish <fnf@redhat.com>
10162
10163 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10164 "val" instead of unused "size". Update copyright year.
10165
6ea9fb37
DJ
101662004-02-29 Daniel Jacobowitz <drow@mvista.com>
10167
10168 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10169 to use unsigned char.
10170 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10171 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10172
23b23974
DJ
101732004-02-29 Daniel Jacobowitz <drow@mvista.com>
10174
10175 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10176 line of output.
10177
7574fd53
DJ
101782004-02-28 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * gdb.base/relocate.c (dummy): Initialize.
10181
a195357f
DJ
101822004-02-28 Daniel Jacobowitz <drow@mvista.com>
10183
10184 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10185 a breakpoint at exit.
10186
72fd54a9
FF
101872004-02-27 Fred Fish <fnf@redhat.com>
10188
10189 * gdb.base/chng-syms.exp: Add expect condition to match failing
10190 case that isn't a timeout.
10191
b9d23137
AC
101922004-02-27 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10195 support.
10196
15d208f6 101972004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 10198
15d208f6
FF
10199 * gdb.arch/gdb1431.c: Remove.
10200 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10201 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10202 of "until" incorrectly.
10203
98f9cd2d
JB
102042004-02-26 J. Brobecker <brobecker@gnat.com>
10205
10206 * gdb.cp/class2.cc (empty): New class.
10207 (refer): New function.
10208 (main): Declare an object of type empty and use it.
10209 * gdb.cp/class2.exp: Print the value of an object of type empty.
10210
9b50c11b
JJ
102112004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10212
10213 * gdb.base/langs.exp: Update query string to match the
10214 new nquery format used for pending breakpoints.
10215
0dcd613f
AC
102162004-02-26 Andrew Cagney <cagney@redhat.com>
10217
10218 Fix PR i18n/1570.
10219 * gdb.base/charset.c: Update copyright notice.
10220 (main, init_string): Remove the escape character '\e' tests.
10221 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10222 * gdb.base/charset.exp (valid_host_charset): Ditto.
10223 * gdb.base/setvar.exp: Ditto.
10224
b8a56647
AC
102252004-02-24 Andrew Cagney <cagney@redhat.com>
10226
90d59e34
AC
10227 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10228 mmapped data in core file" PASS and FAIL messages consistent.
10229
b8a56647
AC
10230 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10231 setting a breakpoint. Work around PR java/1565.
10232
9f27c604
JJ
102332004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10234
10235 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10236 new nquery format.
10237 * gdb.base/pending.exp: Ditto.
10238
3224a706
MK
102392004-02-22 Mark Kettenis <kettenis@gnu.org>
10240
10241 * configure.in: Run stabs tests on *BSD.
10242 * configure: Regenerated.
10243
41e0a9ca
MK
102442004-02-21 Mark Kettenis <kettenis@gnu.org>
10245
10246 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10247
1e1b3428
FF
102482004-02-20 Fred Fish <fnf@redhat.com>
10249
10250 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10251 blank in test for "returns short", for consistency with other
10252 "returns xxx" tests. Update copyright year.
10253
f9a7572a
FF
102542004-02-19 Fred Fish <fnf@redhat.com>
10255
10256 New testcase for PR breakpoint/1558.
10257 * gdb.arch/gdb1558.exp: New file.
10258 * gdb.arch/gdb1558.c: New file.
10259
b2ce2854
EZ
102602004-02-19 Elena Zannoni <ezannoni@redhat.com>
10261
10262 * gdb.base/nodebug.exp: Fix typo.
10263
e7c9ff01
JB
102642004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10265
10266 Committed by Jim Blandy <jimb@redhat.com>.
10267
62f4b920
JB
10268 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10269
2db536a1
JB
10270 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10271
e7c9ff01
JB
10272 * gdb.base/float.exp: Support s390*-*-* targets.
10273
f3205b34
AF
102742004-02-17 Adam Fedor <fedor@gnu.org>
10275
10276 * gdb.base/gdb1555.exp: New file.
10277 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10278
9d62932d
EZ
102792004-02-17 Elena Zannoni <ezannoni@redhat.com>
10280
10281 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10282
344c9711
FF
102832004-02-16 Fred Fish <fnf@redhat.com>
10284
10285 * gdb.arch/gdb1291.c: Remove
10286 * gdb.arch/gdb1291.s: New test input file.
10287 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10288 fail. Test for correct result, known incorrect result, other
10289 failures and timeouts.
10290
2d822687
AC
102912004-02-16 Andrew Cagney <cagney@redhat.com>
10292
10293 * gdb.base/bigcore.exp: New file.
10294 * gdb.base/bigcore.c: New file.
10295
dac15b66
AC
102962004-02-13 Andrew Cagney <cagney@redhat.com>
10297
10298 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10299 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10300 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10301 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10302 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10303 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10304 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10305 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10306 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10307 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10308
6bdfc2c4
JJ
103092004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10310
10311 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10312 executed is an alloc instruction.
10313
87b3ede8
DC
103142004-02-11 David Carlton <carlton@kealia.com>
10315
10316 * gdb.cp/breakpoint.exp: New.
10317 * gdb.cp/breakpoint.cc: New.
10318
6e19e2bf
MC
103192004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10320
10321 Partial fix for PR gdb/1543.
10322 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10323 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10324 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10325 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10326 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10327 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10328 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10329 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10330 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10331 to bug-gdb@prep.ai.mit.edu .
10332 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10333 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10334 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10335 Likewise.
10336
5c5455dc
AC
103372004-02-10 Andrew Cagney <cagney@redhat.com>
10338
10339 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10340 using gdb_internal_error_resync.
10341
9cf689d7
DJ
103422004-02-09 Daniel Jacobowitz <drow@mvista.com>
10343
10344 * gdb.threads/thread-specific.exp: Stop early if no threads are
10345 found.
10346
d2dc51db
MC
103472004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10348
10349 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10350
14b1a056
DJ
103512004-02-08 Daniel Jacobowitz <drow@mvista.com>
10352
10353 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10354 breakpoints.
10355
83f66e8f
DJ
103562004-02-07 Daniel Jacobowitz <drow@mvista.com>
10357
10358 * config/sim.exp (gdb_load): Handle $arg == "".
10359 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10360 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10361
30fc0091
EZ
103622004-02-07 Elena Zannoni <ezannoni@redhat.com>
10363
a9c64011
AS
10364 * gdb.base/maint.exp: Update test to reflect
10365 obstack changes.
30fc0091 10366
4d806929
JJ
103672004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10368
10369 * gdb.base/pendshr.c (pendfunc): New function that calls
10370 pendfunc1.
10371 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10372
7bfdd688
FF
103732004-02-04 Fred Fish <fnf@redhat.com>
10374
10375 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10376 function symbols and update copyright years.
10377 * gdb.arch/gdb1291.c: Ditto.
10378
aaa08ee4
MC
103792004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10380
10381 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10382
dbad7755
MC
103832004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10384
10385 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10386
ec4646ef
MC
103872004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10388
10389 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10390
1b802196
FF
103912004-02-02 Fred Fish <fnf@redhat.com>
10392
10393 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10394 remote targets. Update copyright years.
10395
18fe2033
JJ
103962004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10397
10398 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10399 support.
10400 * gdb.base/langs.exp: Fix test which attempts to create
10401 breakpoint on non-existent function to handle new pending
10402 support.
10403 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10404 a breakpoint.
10405 * gdb.base/pending.exp: New test.
10406 * gdb.base/pending.c: New file.
10407 * gdb.base/pendshr.c: Ditto.
10408
8d577d32
DC
104092004-02-02 David Carlton <carlton@kealia.com>
10410
10411 * gdb.cp/overload.exp: Add overloadNamespace tests.
10412 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10413 (overloadNamespace, XXX): New.
10414 (main): Call XXX::marker2.
10415
3ad13771
FF
104162004-02-01 Fred Fish <fnf@redhat.com>
10417
10418 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10419 * gdb.base/finish.exp: Ditto.
10420 * gdb.base/gcore.exp: Ditto.
10421 * gdb.base/huge.exp: Ditto.
10422 * gdb.base/info-proc.exp: Ditto.
10423 * gdb.base/return2.exp: Ditto.
10424 * gdb.threads/gcore-thread.exp: Ditto.
10425
44c75849
DJ
104262004-02-01 Daniel Jacobowitz <drow@mvista.com>
10427
10428 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10429
005bc093
MK
104302004-02-01 Mark Kettenis <kettenis@gnu.org>
10431
10432 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10433 that opening the file succeeds on OpenBSD.
10434
c47cebdb
DJ
104352004-02-01 Daniel Jacobowitz <drow@mvista.com>
10436
10437 * gdb.threads/thread-specific.c: New file.
10438 * gdb.threads/threads-specific.exp: New test script.
10439 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10440 to expect_out.
10441
5a01311c
MK
104422004-02-01 Mark Kettenis <kettenis@gnu.org>
10443
10444 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10445 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10446 only on the "print_small_structs from print_long_arg_list" test.
10447
ce22a4f1
DJ
104482004-02-01 Daniel Jacobowitz <drow@mvista.com>
10449
10450 * gdb.base/completion.exp: Kill a stray backslash.
10451
10452 From Jim Ingham <jingham@apple.com>:
10453 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10454 agrees with the result from sending a tab.
10455
abbab9d3
DJ
104562004-01-31 Daniel Jacobowitz <drow@mvista.com>
10457
10458 * gdb.base/chng-syms.exp: Remove stray newline.
10459
53904d1e
MK
104602004-01-31 Mark Kettenis <kettenis@gnu.org>
10461
10462 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10463 *-*-openbsd*.
10464 * gdb.asm/openbsd.inc: New file.
10465
3a4b3aac
MK
104662004-01-30 Mark Kettenis <kettenis@gnu.org>
10467
10468 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10469 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10470 *-*solaris2*. Remove commented out default settings for
10471 asm-flags. Replace gdb_compile with target_link.
10472
ebac27b4
MC
104732004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10474
10475 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10476 for all tests. Remove old hp-ux and cygnus xfail cases.
10477
d8679d84
PH
104782004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10479
10480 * gdb.base/chng-syms.exp: New file.
10481 * gdb.base/chng-syms.c: New file.
10482
0a55bc22
MC
104832004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10484
10485 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10486 Provide arms for current output in all my configurations.
10487
94b8e876
MC
104882004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10489
10490 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10491 * lib/compiler.cc: Likewise.
10492 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10493 get the right preprocessor. Eval the output directly. Remove
10494 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10495 hp_f77_compiler and hp_f90_compiler completely.
10496 (gdb_preprocess): Delete.
10497 (get_compiler): Delete.
10498
7cf03d44
MK
104992004-01-24 Mark Kettenis <kettenis@gnu.org>
10500
10501 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10502 <string.h>.
10503
68b6dce9
NR
105042004-01-24 Nick Roberts <nick@nick.uklinux.net>
10505
10506 * gdb.mi/mi-stack.exp: Update copyright.
10507
b368761e
DC
105082004-01-23 David Carlton <carlton@kealia.com>
10509
10510 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10511 test for cp_lookup_transparent_type.
10512 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10513 call them.
10514
f2061b53
DJ
105152004-01-23 Daniel Jacobowitz <drow@mvista.com>
10516
10517 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10518 after -var-update.
10519
37fc574a
DC
105202004-01-23 David Carlton <carlton@kealia.com>
10521
10522 * gdb.cp/namespace.cc (C::ensureRefs): New.
10523 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10524
8e94b928
NR
105252004-01-20 Nick Roberts <nick@nick.uklinux.net>
10526
10527 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10528 case "-stack-list-locals 2".
10529 * gdb.mi/mi-var-child.exp: Test for case
10530 "-var-list-children --all-values NAME".
10531
997b0952
MC
105322004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10533
10534 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10535
52470da3
MK
105362004-01-18 Mark Kettenis <kettenis@gnu.org>
10537
7049b4b8
MK
10538 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10539 used with gdb_test_multiple.
10540
52470da3
MK
10541 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10542 read at address 0. This fixes PR testsuite/1504.
10543
da6012e5
DJ
105442004-01-18 Daniel Jacobowitz <drow@mvista.com>
10545
10546 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10547 Remove downloading, guessing the host executable, the calls to
10548 gdb_file_cmd and gdb_target_cmd, and "load" support.
10549 (infer_host_exec): New function broken out from gdb_load.
10550 (gdb_load): New wrapper for gdbserver_gdb_load.
10551 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10552 gdb_target_cmd. Use -target-select.
10553 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10554 Download binaries to the host. Clear last_mi_remote_file when
10555 we load a new binary.
10556 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10557 call gdbserver_gdb_load and mi_gdb_target_cmd.
10558
32c70722
MC
105592004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10560
10561 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10562 type patterns.
10563
b0cecf36
MC
105642004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10565
10566 * gdb.cp/templates.exp: Fix typo in test name of
10567 "print Foo<volatile char*>::foo".
10568
4120d7e6
MC
105692004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10570
10571 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10572
f679e530
BE
105732004-01-16 Ben Elliston <bje@wasabisystems.com>
10574
10575 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10576 (clean mostlyclean): Remove empty rm.
10577
091c48f6
MC
105782004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10579
10580 * gdb.base/setvar.exp: Add copyright years.
10581
3e5fc8d2
DC
105822004-01-14 David Carlton <carlton@bactrian.org>
10583
10584 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10585 PR c++/1511 and update coment.
10586 * gdb.cp/templates.exp: Update patterns to match current output.
10587 If changes involve something other than whitespace, KFAIL
10588 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10589
63d06c5c
DC
105902004-01-14 David Carlton <carlton@kealia.com>
10591
10592 * gdb.cp/namespace.exp: Add tests involving classes defined within
10593 namespaces.
10594 * gdb.cp/namespace.cc (C::CClass): New.
10595 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10596
a51dab88
EZ
105972004-01-14 Elena Zannoni <ezannoni@redhat.com>
10598
10599 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10600 what debug info we have. Print a better message if something goes
10601 wrong while producing the separate debug info file.
10602
a476ccc9
MC
106032004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10604
10605 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10606
f453692c
MC
106072004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10608
10609 * gdb.base/callfuncs.c: Add copyright notice.
10610
f40063a5
MC
106112004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10612
10613 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10614 inheritance. PR gdb/1498, PR gcc/13539.
10615
19ac3974
EZ
106162004-01-13 Elena Zannoni <ezannoni@redhat.com>
10617
a9c64011
AS
10618 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10619 test specific name.
10620 * gdb.mi/gdb669.exp: Ditto.
10621 * gdb.mi/mi-pthreads.exp: Ditto.
10622 * gdb.mi/mi1-pthreads.exp: Ditto.
10623 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10624
56c97c6e
MC
106252004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10626
10627 * gdb.cp/member-ptr.cc: Add copyright notice.
10628
a0644324
MC
106292004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10630
10631 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10632 some patterns for recent versions of gcc and hpacc. Delete
10633 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10634 Delete tests that access a NULL pointer-to-member-data. This
10635 script is still disabled for gcc.
10636
32fabe09
EZ
106372004-01-12 Elena Zannoni <ezannoni@redhat.com>
10638
10639 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10640 escaped correctly.
32fabe09 10641
1f8a6abb
EZ
106422004-01-12 Elena Zannoni <ezannoni@redhat.com>
10643
10644 * gdb.base/sepdebug.exp: New file.
10645 * gdb.base/sepdebug.c: New file.
10646 * lib/gdb.exp (separate_debug_filename): New procedure.
10647 (gdb_gnu_strip_debug): New procedure.
10648
48efe704
AC
106492004-01-12 Andrew Cagney <cagney@redhat.com>
10650
10651 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10652 * gdb.mi/ChangeLog-1999-2003: New file.
10653
a9415475
AC
106542004-01-12 Andrew Cagney <cagney@redhat.com>
10655
10656 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10657 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10658 or EEXIST", treat EBUSY as an XFAIL.
10659
83b8cf9d
MC
106602004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10661
10662 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10663 hp_cc_compiler.
10664
9939d2a8
MC
106652004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10666
10667 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10668 decorations.
10669
1ff8cadf
MC
106702004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10671
10672 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10673 and "(aCC)" decorations. Remove obsolete doco about old
10674 test results.
10675
6fa9022e
MC
106762004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10677
10678 * gdb.cp/exception.exp: Fix typo in doco.
10679
209721fe
MK
106802004-01-09 Mark Kettenis <kettenis@gnu.org>
10681
10682 * gdb.base/gdb1476.exp: Fix typo.
10683
ef11303e
MC
106842004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10685
10686 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10687 file.
10688
041ab88c
MC
106892004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10690
10691 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10692 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10693 Use gdb_compile. Remove restriction on gcc. Add some patterns
10694 for recent version of gdb. Delete second half, which was a copy
10695 of the first half with different build flags. This test is
10696 still disabled because it is still not ready for production.
10697
e36d075a
MC
106982004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10699
10700 * gdb.cp/exception.cc: Add copyright notice.
10701 * gdb.cp/exception.exp: Add a notice that this file is broken
10702 because of line number changes caused by addition of copyright
10703 notice.
10704
42b190ad
MC
107052004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10706
10707 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10708 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10709
8f25f06b
MC
107102004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10711
10712 * gdb.cp/classes.exp: Accept gnu abi 2.
10713 * gdb.cp/derivation.exp: Likewise.
10714 * gdb.cp/overload.exp: Likewise.
10715 * gdb.cp/virtfunc.exp: Likewise.
10716
06ded8b8
MC
107172004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10718
10719 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10720 semicolon after end of function.
10721
77c26ae3
MC
107222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10723
10724 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10725 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10726 boilerplate code for compiling and running the program under
10727 test. Add some string method tests.
10728
20757486
MC
107292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10730
10731 * gdb.cp/bs15503.cc: Add copyright notice.
10732 * gdb.cp/bs15503.exp: Adjust line number.
10733
0fd3b503
MC
107342004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10735
10736 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10737 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10738
10d1bea8
MC
107392004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10740
10741 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10742 hp_cc_compiler.
10743
2789202a
MC
107442004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10745
10746 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10747 * gdb.cp/ctti.exp: Use the marker instead of "next".
10748 With gcc, run further before bailing.
10749
b862f14c
MC
107502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10751
10752 * gdb.cp/cttiadd.cc: Add copyright notice.
10753 * gdb.cp/cttiadd1.cc: Likewise.
10754 * gdb.cp/cttiadd2.cc: Likewise.
10755 * gdb.cp/cttiadd3.cc: Likewise.
10756
96da2469
MC
107572004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10758
10759 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10760 Use gdb_test, gdb_test_multiple. Use floating-point values that
10761 have exact representations in IEEE-ish formats.
10762
053248ff
MC
107632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10764
10765 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10766 compilers. Delete duplicate call to get_compiler_info.
10767 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10768 * gdb.base/volatile.exp: Likewise.
10769
84acecdd
MK
107702004-01-07 Mark Kettenis <kettenis@gnu.org>
10771
10772 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10773 memory at address 0.
10774
fe11a27f
MC
107752004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10776
10777 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10778 to test for hp-ux assembler. Fix copyright years.
10779
60ad077b
AC
107802004-01-07 Andrew Cagney <cagney@redhat.com>
10781
10782 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10783
1c9b8f33
AC
107842004-01-07 Andrew Cagney <cagney@redhat.com>
10785
10786 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10787 when creating the read-only file. From analysis by Roland McGrath
10788 and Elena Zannoni.
10789
753ccc7a
MC
107902004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10791
10792 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10793
eca3e36b
MC
107942004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10795
10796 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10797 data pointers.
10798
f8d4bac4
MC
107992004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10800
10801 * gdb.cp/m-static.exp: Compile one source file at a time.
10802 Delete unused call to get_compiler_info.
10803
9b4e0f94
MC
108042004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10805
10806 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10807 * gdb.base/call-rt-st.exp: Likewise.
10808 * gdb.base/nodebug.exp: Likewise.
10809 * gdb.base/volatile.exp: Likewise.
10810 * gdb.cp/ref-types.exp: Likewise.
10811 * gdb.cp/templates.exp: Likewise.
10812
023c1024
MK
108132004-01-05 Mark Kettenis <kettenis@gnu.org>
10814
10815 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10816
19703c4a
MC
108172004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10818
10819 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10820 hppa*-hp-hpux*.
10821
18b67037
MK
108222004-01-04 Mark Kettenis <kettenis@gnu.org>
10823
ba6219c8
MK
10824 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10825 x86_64-*-*.
10826
18b67037
MK
10827 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10828 sparc64-*-* and sparc*-solaris2*.
10829
1bfbbb9d
MK
108302004-01-04 Mark Kettenis <kettenis@gnu.org>
10831
10832 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10833 return ${tests}" test. The ${tests} already mentions the
10834 filename.
10835
06846494
MC
108362004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10837
10838 * gdb.cp/local.exp: Accept gcc abi 2.
10839
3b0cb202
MC
108402004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10841
10842 * gdb.cp/templates.exp: Accept gcc abi 2.
10843
0643ec3f
MC
108442004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10845
10846 * lib/compiler.cc: Remove supports_template_debugging.
10847 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10848
d231d0b1
MC
108492004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10850
10851 * gdb.cp/namespace.exp: Accept gcc abi 2.
10852
44ffb27c
MC
108532004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10854
10855 * gdb.cp/method.exp: Accept gcc abi 2.
10856
184ad485
MC
108572004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10858
10859 * gdb.cp/classes.exp: Generate identical results as old version.
10860 * gdb.cp/derivation.exp: Likewise.
10861 * gdb.cp/overload.exp: Likewise.
10862 * gdb.cp/virtfunc.exp: Likewise.
10863
116f09e7
MC
108642004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10865
10866 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10867 mysterious bug with sourceware version of expect.
10868
b1379776
MC
108692004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10870
10871 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10872 current versions of gcc, including gcc abi 2. Remove gratuitous
10873 restart of test program. Use gdb_test_multiple and gdb_test for
10874 all tests. Add patterns to xfail missing "const" in "const char *"
10875 and kfail PR gdb/1155.
10876
6b7a4c0e
MC
108772004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10878
10879 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10880 current versions of gcc, including gcc abi 2. Remove gratuitous
10881 restart of test program. Use gdb_test_multiple and gdb_test for
10882 all tests. Add patterns to kfail PR gdb/1498.
10883
51615d72
MC
108842003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10885
10886 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10887 current versions of gcc, including gcc abi 2. Use "breakpoint"
10888 and "continue" instead of restarting the target program. Use
10889 gdb_test_multiple and gdb_test for all tests.
10890
7b79a9d7
MK
108912004-01-01 Mark Kettenis <kettenis@gnu.org>
10892
10893 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10894 for *-*-solaris2*.
10895
1cd3489f
MC
108962003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10897
10898 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10899 current versions of gcc, including gcc abi 2. Use "breakpoint"
10900 and "continue" instead of restarting the target program several
10901 times. Use gdb_test_multiple and gdb_test for all tests.
10902
850742db
MC
109032003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10904
10905 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10906 source files.
10907
eb4bbda8
MC
109082003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10909
10910 * gdb.base/environ.exp: Handle compiling test case from multiple
10911 source files.
10912
e42c7771
MC
109132003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10914
10915 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10916
80e4b428
JB
109172003-12-17 Jim Blandy <jimb@redhat.com>
10918
5f06973a
JB
10919 * gdb.base/freebpcmd.c: Add copyright notice.
10920
80e4b428
JB
10921 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10922
0ab84fb7
MC
109232003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10924
10925 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10926
1b3bb3d0
JB
109272003-12-13 Jim Blandy <jimb@redhat.com>
10928
10929 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10930
3a4c9371
KB
109312003-12-12 Kevin Buettner <kevinb@redhat.com>
10932
10933 * gdb.asm/frv.inc: New file.
10934 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10935
a1dea79a
FF
109362003-12-09 Fred Fish <fnf@redhat.com>
10937
10938 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10939 functions to break1.c and leave prototypes behind. Add more
10940 "set breakpoint NN here" comments.
10941 * gdb.base/break1.c: New file.
10942
10943 * gdb.base/break.exp: Handle compiling test case from multiple
10944 source files and change source file references as needed.
10945 * gdb.base/completion.exp: Ditto.
10946 * gdb.base/condbreak.exp: Ditto.
10947 * gdb.base/define.exp: Ditto.
10948 * gdb.base/ena-dis-br.exp: Ditto.
10949 * gdb.base/info-proc.exp: Ditto.
10950 * gdb.base/maint.exp: Ditto.
10951 * gdb.base/until.exp: Ditto.
10952
10953 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10954 hardcoded line numbers.
10955 * gdb.base/define.exp: Ditto.
10956 * gdb.base/ena-dis-br.exp: Ditto.
10957 * gdb.base/maint.exp: Ditto.
10958 * gdb.base/until.exp: Ditto.
10959
10960 * gdb.base/completion.exp: Use "break1" for completion tests since
10961 "break" is no longer a unique prefix.
10962
5266b69c
AC
109632003-12-06 Andrew Cagney <cagney@redhat.com>
10964
10965 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10966 "return_value_unimplemented". When an unimplemented struct return
10967 architecture, report incorrect values as a KFAIL
10968
374451f0
MC
109692003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10970
10971 * gdb.cp/rtti.exp: Accept new wording of warning from
10972 cp_lookup_rtti_type.
10973
ba9b20a7
MC
109742003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10975
10976 Partial fix for PR testsuite/1456.
10977 * gdb.base/scope.exp (test_at_main): Replace references to
10978 gcc_compiled with calls to test_compiler_info.
10979 (test_at_foo): Likewise.
10980 (test_at_bar): Likewise.
10981
b74b6d0b
MC
109822003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10983
10984 Partial fix for PR testsuite/1456.
10985 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10986 to test_compiler_info.
10987
ccfa3402
MC
109882003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10989
10990 * gdb.base/so-impl-ld.exp: Update copyright notice.
10991
f6246aba
MC
109922003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10993
10994 Partial fix for PR testsuite/1456.
10995 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
10996 to test_compiler_info.
10997
13ae734a
MC
109982003-11-28 Michael Chastain <mec.gnu@mindspring.com>
10999
11000 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11001 from current versions of gdb. Clean up regular expressions.
11002 Delete redundant timeout case.
11003
d8e1cdee
MC
110042003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11005
11006 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11007 from current versions of gdb. Clean up regular expressions.
11008 Delete redundant timeout case.
11009
96457b64
MC
110102003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11011
11012 Partial fix for PR testsuite/1456.
11013 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11014 gcc_compiled with call to test_compiler_info.
11015
f35309fc
MC
110162003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11017
11018 Partial fix for PR testsuite/1456.
11019 * gdb.base/list.exp (test_list_function): Delete unused declaration
11020 of gcc_compiled.
11021
d7afdf9b
MC
110222003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11023
11024 Partial fix for PR testsuite/1456.
11025 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11026 call to test_compiler_info.
11027
71507b56
MK
110282003-11-29 Mark Kettenis <kettenis@gnu.org>
11029
11030 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11031 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11032 it to create the appropriate note.inc.
11033 * gdb.asm/asmsrc1.s: Include "note.inc".
11034 * gdb.asm/netbsd.inc: New file.
11035 * gdb.asm/empty.inc: New file.
11036
f81f93f7
MC
110372003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11038
11039 Partial fix for PR testsuite/1456.
11040 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11041 calls to test_compiler_info.
11042
9a77938e
MC
110432003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11044
11045 Partial fix for PR testsuite/1456.
11046 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11047 calls to test_compiler_info.
11048
e8367dc7
MK
110492003-11-27 Mark Kettenis <kettenis@gnu.org>
11050
11051 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11052 pattern for the KFAILs.
11053
526c61ee
AF
110542003-11-25 Adam Fedor <fedor@gnu.org>
11055
11056 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11057 * gdb.objc/objcdecode.m: New file.
11058
28f2d600
AF
110592003-11-25 Adam Fedor <fedor@gnu.org>
11060
11061 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11062 * gdb.objc/nondebug.m: New file.
11063
a3895cee
BE
110642003-11-26 Ben Elliston <bje@wasabisystems.com>
11065
11066 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11067 NetBSD as it does on FreeBSD. Modelled on a similar change by
11068 Mark Kettenis on 2003-05-30.
11069 (link-flags): Set to "--entry _start" regardless of target.
11070 Special linker flags are to be appended to $link-flags.
11071 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11072
c9f2c8a3
MC
110732003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11074
11075 * gdb.cp/method.exp: Accept output of new demangler.
11076
15a0587a 110772003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
11078
11079 * gdb/class2.exp: New file.
11080 * gdb/class2.cc: New file.
11081
3c00b570
MC
110822003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11083
11084 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11085 of new demangler.
11086
7027acc7
MK
110872003-11-23 Mark Kettenis <kettenis@gnu.org>
11088
11089 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11090 of gdb_test "run".
11091
b0e1598a
MK
110922003-11-23 Mark Kettenis <kettenis@gnu.org>
11093
11094 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11095 "continue" into "run".
11096
4d9eda44
MC
110972003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11098
11099 Partial fix for PR testsuite/1456.
11100 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11101 call to test_compiler_info.
11102 * gdb.cp/ctti.exp: Likewise.
11103 * gdb.cp/derivation.exp: Likewise.
11104 * gdb.cp/member-ptr.exp: Likewise.
11105 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11106 reference to gcc_compiled.
11107
111082003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
11109
11110 Fix PR testsuite/1463.
11111 * gdb.base/structs.exp (start_structs_test): Call
11112 get_debug_format before using the debug format.
11113
d422fe19
AC
111142003-11-22 Andrew Cagney <cagney@redhat.com>
11115
11116 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11117 * gdb.base/structs.exp: Use gdb_test_multiple.
11118
039cf96d
AC
111192003-11-20 Andrew Cagney <cagney@redhat.com>
11120
6882279b
AC
11121 * gdb.base/structs.exp: Handle and recover from internal errors.
11122 Replace "foo${n}" with "foo<n>" in test messages.
11123
e53890ae
AC
11124 * gdb.base/structs.exp: Update copyright. Rewrite.
11125 * gdb.base/structs.c: Update copyright. Rewrite.
11126
2b211c59
AC
11127 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11128 resync count exceeded.
d63a86f8 11129
039cf96d
AC
11130 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11131 from the internal error.
11132 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11133 Original from Jim Blandy.
11134 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 11135
eac98b22
AC
111362003-11-19 Andrew Cagney <cagney@redhat.com>
11137
11138 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11139 KFAIL.
11140
67455b2a
MK
111412003-11-17 Mark Kettenis <kettenis@gnu.org>
11142
11143 New testcase for PR backtrace/1435.
11144 * gdb.arch/i386-unwind.exp: New file.
11145 * gdb.arch/i386-unwind.c: New file.
11146
853d6e5b
AC
111472003-11-17 Andrew Cagney <cagney@redhat.com>
11148
11149 * lib/gdb.exp (compiler_info): New global.
11150 (test_compiler_info): New function.
11151 (get_compiler_info): Set compiler_info.
11152 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11153 "compiler_info" to gcc-<major>-<minor>.
11154
38cf6e11
MC
111552003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11156
11157 * gdb.trace/configure: Remove.
11158
a50d3602
EZ
111592003-11-13 Elena Zannoni <ezannoni@redhat.com>
11160
11161 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 11162 breakpoints.
a50d3602
EZ
11163 * gdb.base/break.exp: Remove all references to explicit line
11164 numbers.
11165
d9407aaa
NC
111662003-11-11 Nick Clifton <nickc@redhat.com>
11167
11168 * gdb.base/shreloc.exp: Do not run for targets which do not
11169 support shared objects.
11170
db488fc1
CV
111712003-11-10 Corinna Vinschen <vinschen@redhat.com>
11172
11173 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11174 Don't run tests if nofileio flag is given.
11175
6a90a18e
EZ
111762003-11-07 Elena Zannoni <ezannoni@redhat.com>
11177
11178 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 11179 as well as 'Watchpoint'.
6a90a18e 11180
0b915e9c
EZ
111812003-11-06 Elena Zannoni <ezannoni@redhat.com>
11182
11183 Reported by Jim Ingham <jingham@apple.com>:
11184 * gdb.base/annota1.exp: Match at least one occurrence of the
11185 signal handler annotation.
11186
d7e4b55f
EZ
111872003-11-06 Elena Zannoni <ezannoni@redhat.com>
11188
a9c64011
AS
11189 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11190 as well as 'Watchpoint'.
d7e4b55f 11191
2fe4e8d0
MC
111922003-11-05 Michael Chastain <mec@shout.net>
11193
11194 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11195
6ef88553
KW
111962003-11-03 Kris Warkentin <kewarken@qnx.com>
11197
11198 * gdb.arch/gdb1291.c: New test file.
11199 * gdb.arch/gdb1291.exp: New test script.
11200 * gdb.arch/gdb1431.c: New test file.
11201 * gdb.arch/gdb1431.exp: New test script.
11202
ae7dc4d8
MC
112032003-10-22 Michael Chastain <mec@shout.net>
11204
11205 * gdb.mi/pthreads.c: Add copyright notice.
11206
c39d7427
MC
112072003-10-22 Michael Chastain <mec@shout.net>
11208
11209 * gdb.threads/pthreads.c: Add copyright notice.
11210
8b7d96c1
MC
112112003-10-20 Michael Chastain <mec@shout.net>
11212
11213 * gdb.base/gdb1056.exp: New test script.
11214
d1d69fdd
DJ
112152003-10-13 Daniel Jacobowitz <drow@mvista.com>
11216
11217 * gdb.threads/killed.exp: Use gdb_run_cmd.
11218
7d605576
DJ
112192003-10-13 Daniel Jacobowitz <drow@mvista.com>
11220
11221 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11222 create a core file.
11223 * gdb.threads/gcore-thread.exp: Likewise.
11224
618ec112
CV
112252003-10-13 Corinna Vinschen <vinschen@redhat.com>
11226
11227 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11228 type, based on char type.
11229 (struct bit_flags_short_t): New bitfield type, based on short type.
11230 (init_bit_flags_char): New fuction.
11231 (init_bit_flags_short): Ditto.
11232 (print_bit_flags_char): Ditto.
11233 (print_bit_flags_short): Ditto.
11234 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11235
9367a73c
MC
112362003-10-11 Michael Chastain <mec@shout.net>
11237
11238 * gdb.base/call-rt-st.exp: Update copyright year.
11239
1decf120
KI
112402003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11241
11242 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11243 * gdb.disasm/sh3.s: Ditto.
11244
5445b2ae
DJ
112452003-10-07 Daniel Jacobowitz <drow@mvista.com>
11246
11247 * gdb.threads/switch-threads.exp: New test.
11248 * gdb.threads/switch-threads.c: New source file.
11249
aec24853
CV
112502003-10-07 Corinna Vinschen <vinschen@redhat.com>
11251
11252 * gdb.base/ending-run.exp: Add sh specific case.
11253
adc7428d
AC
112542003-10-06 Andrew Cagney <cagney@redhat.com>
11255
11256 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11257 * gdb.disasm/mn10200.exp: Delete obsolete file.
11258
c9d37158
DJ
112592003-09-29 Daniel Jacobowitz <drow@mvista.com>
11260
11261 * ChangeLog: Correct an entry command.exp -> commands.exp.
11262 * gdb.base/commands.exp (bp_deleted_in_command_test)
11263 (temporary_breakpoint_commands): Check noargs.
11264
79c2c32d
DC
112652003-09-25 David Carlton <carlton@kealia.com>
11266
11267 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11268 of some print tests, where appropriate. Add tests for C::D::cd,
11269 E::ce, F::cXfX, G::XgX.
11270 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11271
594e6d67
RE
112722003-09-25 Richard Earnshaw <rearnsha@arm.com>
11273
11274 * lib/java.exp (java_init): Import target_alias before using it.
11275
10f0d451
DC
112762003-09-25 David Carlton <carlton@kealia.com>
11277
11278 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11279
274bcba0
EZ
112802003-09-23 Elena Zannoni <ezannoni@redhat.com>
11281
d63a86f8 11282 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 11283 weirdness.
274bcba0 11284
cdbf20f7
MC
112852003-09-17 Michael Chastain <mec@shout.net>
11286
11287 * gdb.cp/gdb1355.exp: New file.
11288 * gdb.cp/gdb1355.c: New file.
11289
71e06f80
CV
112902003-09-15 Corinna Vinschen <vinschen@redhat.com>
11291
11292 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11293 * gdb.asm/sh.inc: New file.
11294
5c4e30ca
DC
112952003-09-11 David Carlton <carlton@kealia.com>
11296
bd45b7af
DC
11297 * gdb.cp/namespace.exp: Add tests for namespace types.
11298 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
11299 (test_namespace): New.
11300
1c199746
EZ
113012003-09-11 Elena Zannoni <ezannoni@redhat.com>
11302
a9c64011 11303 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 11304 * gdb.stabs/weird.exp: Ditto.
1c199746 11305
04ed252f
MC
113062003-09-08 Michael Chastain <mec@shout.net>
11307
11308 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11309
d8a2d9e7
MC
113102003-09-07 Michael Chastain <mec@shout.net>
11311
11312 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11313 'parse error'.
11314
161afb24
MK
113152003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11316
11317 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11318
49f2741a
MC
113192003-08-30 Michael Chastain <mec@shout.net>
11320
11321 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11322 * gdb.gdb/observer.exp: Ditto.
11323 * gdb.gdb/xfullpath.exp: Ditto.
11324
8afa723e
MK
113252003-08-29 Mark Kettenis <kettenis@gnu.org>
11326
11327 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11328 *-*-*bsd*.
11329
f31dfe3b
JJ
113302003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11331
11332 * gdb.base/dump.exp: Skip for ia64.
11333
4630e498
JJ
113342003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11335
11336 * gdb.asm/asm-source.exp: Add ia64 support.
11337 * gdb.asm/ia64.inc: New file.
11338
1105b7ef
MC
113392003-08-22 Michael Chastain <mec@shout.net>
11340
11341 * gdb.cp: New directory.
11342 * gdb.cp/*: Copy from gdb.c++/*.
11343 * gdb.c++/*: Remove.
11344 * Makefile.in: Change gdb.c++ to gdb.cp.
11345 * configure.in: Ditto.
11346 * configure: Regnerate.
11347
c945b932
MK
113482003-08-18 Mark Kettenis <kettenis@gnu.org>
11349
11350 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11351 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11352
2b66634b
DJ
113532003-08-17 Daniel Jacobowitz <drow@mvista.com>
11354
11355 * mi-var-display.exp (-var-list-children weird): Accept function
11356 pointers with argument types.
11357 * mi1-var-display.exp (-var-list-children weird): Likewise.
11358 * mi2-var-display.exp (-var-list-children weird): Likewise.
11359
a356f73b
DJ
113602003-08-17 Daniel Jacobowitz <drow@mvista.com>
11361
11362 * gdb.base/annota3.exp: Add missing newline.
11363
483417b8
MC
113642003-08-06 Michael Chastain <mec@shout.net>
11365
11366 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11367
c99c59c3
MS
113682003-08-12 Michael Snyder <msnyder@redhat.com>
11369
11370 * gdb.base/float.exp: Add test for SH.
11371
55ed7501
MK
113722003-08-10 Mark Kettenis <kettenis@gnu.org>
11373
11374 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11375
1a371f2e
EZ
113762003-08-07 Elena Zannoni <ezannoni@redhat.com>
11377
11378 * gdb.base/completion.exp: Remove reduntant completion test
11379 on filename.
11380
e0f353ce
EZ
113812003-08-07 Elena Zannoni <ezannoni@redhat.com>
11382
a9c64011
AS
11383 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11384 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11385 gdb.trace/save-trace.exp: Make sure that full pathnames are
11386 escaped correctly.
e0f353ce 11387
5710a1af 113882003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 11389
a9c64011
AS
11390 * configure.in: Don't generate config.h from config.hin.
11391 * configure: Regenerate.
11392 * config.hin: Remove file.
11393 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11394 * gdb.threads/pthreads.c: Ditto.
5710a1af 11395
dcd81ce9
DJ
113962003-08-07 Daniel Jacobowitz <drow@mvista.com>
11397
11398 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11399 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11400 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11401 Replace ld24 with seth/add3.
11402
6009d884
AC
114032003-08-02 Andrew Cagney <cagney@redhat.com>
11404
11405 * gdb.base/annota3.exp: New file.
11406 * gdb.base/annota3.c: New file.
11407 * gdb.c++/annota3.exp: New file.
11408 * gdb.c++/annota3.cc: New file.
11409
51514e06
MC
114102003-07-29 Michael Chastain <mec@shout.net>
11411
11412 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11413 actually failed.
11414 (do_pass): Likewise.
11415 * gdb.threads/tls.exp: Always initialize no_of_threads.
11416
4ee6625b
DJ
114172003-07-27 Daniel Jacobowitz <drow@mvista.com>
11418
11419 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11420 pattern.
11421 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11422 * gdb.threads/tls.exp: Recognize one case of the host library not
11423 supporting TLS.
11424
225f2bf6
AC
114252003-07-27 Andrew Cagney <cagney@redhat.com>
11426
11427 * gdb.base/fileio.exp: Use SH when running commands using
11428 remote_exec.
11429
bcb27c9f
DJ
114302003-07-24 Daniel Jacobowitz <drow@mvista.com>
11431
11432 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11433 * gdb.base/relocate.c (dummy): New padding array.
11434
3d67be83
MS
114352003-07-22 Michael Snyder <msnyder@redhat.com>
11436
d63a86f8 11437 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11438
11439 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11440 patterns to be more general, accepting old and new output.
11441 Some output chars (such as '+') also must be quoted.
d63a86f8 11442 Some addresses are displayed numerically instead of
3d67be83
MS
11443 symbolically.
11444
57ba3b85
MS
114452003-07-23 Michael Snyder <msnyder@redhat.com>
11446
686d097c
MS
11447 * gdb.base/return2.exp: Don't test long-long return.
11448
57ba3b85
MS
11449 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11450 * gdb.disasm/t01_mov.exp: Ditto.
11451 * gdb.disasm/t02_mova.s: Ditto.
11452 * gdb.disasm/t02_mova.exp: Ditto.
11453 * gdb.disasm/t03_add.s: Ditto.
11454 * gdb.disasm/t03_add.exp: Ditto.
11455 * gdb.disasm/t04_sub.s: Ditto.
11456 * gdb.disasm/t04_sub.exp: Ditto.
11457 * gdb.disasm/t05_cmp.s: Ditto.
11458 * gdb.disasm/t05_cmp.exp: Ditto.
11459 * gdb.disasm/t06_ari2.s: Ditto.
11460 * gdb.disasm/t06_ari2.exp: Ditto.
11461 * gdb.disasm/t07_ari3.s: Ditto.
11462 * gdb.disasm/t07_ari3.exp: Ditto.
11463 * gdb.disasm/t08_or.s: Ditto.
11464 * gdb.disasm/t08_or.exp: Ditto.
11465 * gdb.disasm/t09_xor.s: Ditto.
11466 * gdb.disasm/t09_xor.exp: Ditto.
11467 * gdb.disasm/t10_and.s: Ditto.
11468 * gdb.disasm/t10_and.exp: Ditto.
11469 * gdb.disasm/t11_logs.s: Ditto.
11470 * gdb.disasm/t11_logs.exp: Ditto.
11471 * gdb.disasm/t12_bit.s: Ditto.
11472 * gdb.disasm/t12_bit.exp: Ditto.
11473 * gdb.disasm/t13_otr.s: Ditto.
11474 * gdb.disasm/t13_otr.exp: Ditto.
11475
e00759ef
EZ
114762003-07-22 Elena Zannoni <ezannoni@redhat.com>
11477
11478 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11479
8bc2021f
EZ
114802003-07-22 Elena Zannoni <ezannoni@redhat.com>
11481
a9c64011
AS
11482 * gdb.threads/tls.c : New file.
11483 * gdb.threads/tls.exp : New file.
11484 * gdb.threads/tls-main.c : New file.
11485 * gdb.threads/tls-shared.c : New file.
11486 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11487
89320c4c
AS
114882003-07-22 Andreas Schwab <schwab@suse.de>
11489
11490 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11491
180dea7c
AS
114922003-07-20 Andreas Schwab <schwab@suse.de>
11493
11494 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11495 due to insn reordering.
11496
0714963c
AC
114972003-07-15 Andrew Cagney <cagney@redhat.com>
11498
11499 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11500
98a23b3f
MC
115012003-07-15 Michael Chastain <mec@shout.net>
11502
11503 * gdb.base/gdb1250.exp: New file.
11504 * gdb.base/gdb1250.c: New file.
11505
27e417a2
ML
115062003-07-09 Michal Ludvig <mludvig@suse.cz>
11507
11508 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11509 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11510
8bc2021f
EZ
115112003-07-09 Elena Zannoni <ezannoni@redhat.com>
11512
a9c64011
AS
11513 * gdb.threads/tls.c: New file.
11514 * gdb.threads/tls.exp: New file.
11515 * gdb.threads/tls-main.c: New file.
11516 * gdb.threads/tls-shared.c: New file.
11517 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11518
d99968dc
EZ
115192003-07-09 Elena Zannoni <ezannoni@redhat.com>
11520
11521 * gdb.base/annota1.exp: Make sure that we properly escape the
11522 full path of the source file. Xfail more permissive patterns,
d63a86f8 11523 due to a compiler debug info problem.
d99968dc 11524
83876b3b
AS
115252003-07-07 Andreas Schwab <schwab@suse.de>
11526
2705e972
AS
11527 * gdb.asm/m68k.inc: New file.
11528 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11529
83876b3b
AS
11530 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11531 arguments"): Also match negative number.
11532
11533 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11534
3a871b37
DJ
115352003-07-03 Daniel Jacobowitz <drow@mvista.com>
11536
11537 * gdb.base/store.c (charest): New typedef.
11538 (add_char): Rename to add_charest, update.
11539 (wack_char): Rename to wack_charest, update types. Return l + r
11540 to keep r live across the call.
11541 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11542 (wack_double, wack_doublest): Return l + r to keep r live across
11543 the call.
11544 * gdb.base/store.exp: Accomodate store.c changes.
11545
b2a7f303
DC
115462003-06-30 David Carlton <carlton@kealia.com>
11547
11548 * gdb.c++/maint.exp (test_invalid_name): New.
11549 (test_first_component): Add tests for invalid names.
11550
3c6cb4a1
MC
115512003-06-29 Michael Chastain <mec@shout.net>
11552
11553 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11554 output of '<VTT for class>' for virtual base classes.
11555
f1c2644b
DJ
115562003-06-29 Daniel Jacobowitz <drow@mvista.com>
11557
11558 * gdb.base/completion.exp: Tab-complete "complet" instead of
11559 "compl".
11560 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11561
18080350
DJ
115622003-06-29 Daniel Jacobowitz <drow@mvista.com>
11563
11564 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11565 * gdb.base/volatile.exp: Likewise.
11566
f56973f8
DJ
115672003-06-29 Daniel Jacobowitz <drow@mvista.com>
11568
11569 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11570 gdb/1265.
11571
115722003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11573 Daniel Jacobowitz <drow@mvista.com>
11574
11575 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11576 initial line count of 'captured_main' from 26 to 32.
11577 (test_with_self): Allow xmalloc call to be interleaved with the
11578 preceding two lines.
11579
e766d4d6
JB
115802003-06-24 Joel Brobecker <brobecker@gnat.com>
11581
11582 * gdb.base/bang.exp: New testcase.
11583
f125c9a4
JB
115842003-06-23 Joel Brobecker <brobecker@gnat.com>
11585
11586 * gdb.base/langs.exp: Add some tests for the "minimal" language
11587 support.
11588
6e25beaf
EZ
115892003-06-23 Elena Zannoni <ezannoni@redhat.com>
11590
11591 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11592 the testcase.
11593
2f816dda
DJ
115942003-06-22 Daniel Jacobowitz <drow@mvista.com>
11595
11596 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11597 offset.
11598
db5a5748
DJ
115992003-06-22 Daniel Jacobowitz <drow@mvista.com>
11600
11601 * gdb.c++/pr-1210.cc: New file.
11602 * gdb.c++/pr-1210.exp: New file.
11603
1df0c130
DJ
116042003-06-21 Daniel Jacobowitz <drow@mvista.com>
11605
11606 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11607 000-exec-continue.
11608
a92feac0
MK
116092003-06-15 Mark Kettenis <kettenis@gnu.org>
11610
11611 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11612 on *-*-*bsd* instead of *-*-freebsd*.
11613
81a58f5b
AC
116142003-06-14 Andrew Cagney <cagney@redhat.com>
11615
11616 * gdb.base/store.exp: Test longest and doublest. Test all
11617 parameters. Weaken return statement match.
11618 * gdb.base/store.c: Add longest and doublest - aka long long and
11619 long double functions. Put all parameters into local register
11620 variables. Use negative values.
11621
b257a0d3
AC
116222003-06-14 Andrew Cagney <cagney@redhat.com>
11623
11624 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11625 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11626 exit status.
11627 * gdb.base/fileio.exp: Disable target when nointerrupts and
11628 noinferiorio, instead of limiting it to remote. Use remote_exec
11629 instead of system.
d63a86f8 11630
21c38304
JJ
116312003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11632
11633 * gdb.base/float.exp: Add ia64 support.
11634
1bcdb424
CV
116352003-06-12 Corinna Vinschen <vinschen@redhat.com>
11636
11637 * gdb.base/fileio.exp: Run only on remote targets.
11638
6aeb981f
CV
116392003-06-10 Corinna Vinschen <vinschen@redhat.com>
11640
11641 * gdb.base/fileio.c: New file, testing File-I/O.
11642 * gdb.base/fileio.exp: Ditto.
11643
53df362e
RG
116442003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11645
11646 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11647 shared objects after relocation at load time (gdb PR/1132).
11648 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11649 as above, part of the shared object relocation test.
53df362e 11650
ffee1b46
MK
116512003-06-08 Mark Kettenis <kettenis@gnu.org>
11652
b5ca3722
MK
11653 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11654 fully filled history list.
11655 * gdb.base/gdb_history: New file.
11656
03ed860d
MK
11657 * gdb.base/signals.exp: XFAIL "continue to func1" on
11658 i*86-*-freebsd*.
11659
ffee1b46
MK
11660 * gdb.base/attach.exp: When trying to attach to a nonexistent
11661 process, make it possible to specify the PID based on the target,
11662 and do so for *-*-freebsd*.
11663
d80dbb52
RH
116642003-06-02 Richard Henderson <rth@redhat.com>
11665
11666 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11667
6dd77b81
RH
116682003-06-02 Richard Henderson <rth@redhat.com>
11669
11670 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11671
f6347e16
RH
116722003-06-02 Richard Henderson <rth@redhat.com>
11673
11674 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11675
2c161407
DJ
116762003-06-01 Daniel Jacobowitz <drow@mvista.com>
11677
11678 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11679 of globalvar.
11680
572eb746
MK
116812003-06-01 Mark Kettenis <kettenis@gnu.org>
11682
11683 * gdb.asm/asm-source.exp: Check for memory read errors in
11684 disassembler test on *BSD too.
11685
9e9617a5
RH
116862003-06-01 Richard Henderson <rth@redhat.com>
11687
11688 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11689 for .frame.
11690 (gdbasm_call): Lose ldgp.
11691 (gdbasm_startup): Add frame information.
11692 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11693
7b34ad4e
MK
116942003-05-31 Mark Kettenis <kettenis@gnu.org>
11695
11696 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11697 i?86-*-*.
11698
10059fdf
MK
116992003-05-30 Mark Kettenis <kettenis@gnu.org>
11700
11701 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11702 FreeBSD.
11703
acf4b816
RH
117042003-05-29 Richard Henderson <rth@redhat.com>
11705
11706 * gdb.asm/alpha.inc: New file.
11707 * gdb.asm/asm-source.exp: Use it.
11708
e9ecd949
JB
117092003-05-29 Jim Blandy <jimb@redhat.com>
11710
11711 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11712 'core.PID'.
11713
e3e5a4f3
JB
117142003-05-22 Jim Blandy <jimb@redhat.com>
11715
11716 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11717 backtrace.
d63a86f8 11718
72fe3d25
DC
117192003-05-20 David Carlton <carlton@math.stanford.edu>
11720
11721 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11722 this time.
11723
58da2eb2
DC
117242003-05-19 David Carlton <carlton@bactrian.org>
11725
11726 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11727 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11728
1fcb5155
DC
117292003-05-19 David Carlton <carlton@bactrian.org>
11730
11731 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11732 namespace tests.
11733 Bump copyright date.
11734 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11735 (main): Call C::D::marker2.
11736 * gdb.c++/namespace1.cc: New file.
11737
85e85163
JJ
117382003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11739
11740 Roland McGrath <roland@redhat.com>
d63a86f8 11741 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
11742 there is no manager thread.
11743
a25fbfec
JJ
117442003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11745
d63a86f8
RM
11746 * gdb.threads/schedlock.exp: Remove assumption that all threads
11747 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
11748 in one of the child threads rather than the main thread.
11749
be375bae
JB
117502003-05-07 Jim Blandy <jimb@redhat.com>
11751
09bf6082
JB
11752 Add support for assembly source testing on the s390x.
11753 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11754 architecture.
11755 * gdb.asm/s390x.inc: New file.
11756
be375bae
JB
11757 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11758 succession of 'if' statements.
11759
00905d52
AC
117602003-05-05 Andrew Cagney <cagney@redhat.com>
11761
11762 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11763
b1e29e33
AC
117642003-05-05 Andrew Cagney <cagney@redhat.com>
11765
11766 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11767 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11768
e33d66ec
EZ
117692003-05-02 Elena Zannoni <ezannoni@redhat.com>
11770
11771 * gdb.base/charset.exp: Update based on new behavior of set/show
11772 charset commands.
11773
2b6fd0d8
AC
117742003-05-01 Andrew Cagney <cagney@redhat.com>
11775
11776 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11777 variable do not give memory errors.
11778
130cacce
AF
117792003-04-30 Adam Fedor <fedor@gnu.org>
11780
11781 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11782 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11783 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11784 gdb.objc/basicclass.m: : New files
11785
11786 * lib/gdb.exp (gdb_compile_objc): New procedure.
11787
bea71854
DJ
117882003-04-27 Daniel Jacobowitz <drow@mvista.com>
11789
11790 * gdb.base/signals.exp: Make backtrace tests more specific.
11791
0f20eeea
DC
117922003-04-23 David Carlton <carlton@bactrian.org>
11793
11794 * gdb.c++/maint.exp (test_first_component): Add tests for
11795 'operator' in more locations.
11796
c8c4d8dc
KB
117972003-04-16 Kevin Buettner <kevinb@redhat.com>
11798
11799 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11800
3fe60e3c
EZ
118012003-04-16 Elena Zannoni <ezannoni@redhat.com>
11802
11803 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 11804 func marke' instead. Update test name.
3fe60e3c 11805
9219021c
DC
118062003-04-15 David Carlton <carlton@math.stanford.edu>
11807
11808 * gdb.c++/maint.exp: New file.
11809
5dd55bdd
EZ
118102003-04-14 Elena Zannoni <ezannoni@redhat.com>
11811
11812 * gdb.threads/schedlock.c: Change type of thread function argument
11813 to long, to avoid warnings on 64-bit platforms.
11814
00890572
EZ
118152003-04-14 Elena Zannoni <ezannoni@redhat.com>
11816
a9c64011
AS
11817 * gdb.base/attach.exp: Add new message from ptrace in case of
11818 attaching to nonexistent process.
d63a86f8 11819
93201743
JB
118202003-04-11 Jim Blandy <jimb@redhat.com>
11821
11822 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11823 gdb.c++/userdef.cc: Place comments on the lines to which the
11824 marker function might return.
11825 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11826 gdb.c++/userdef.exp: Look for those comments to check that we've
11827 returned to the right place, instead of checking line numbers.
11828
2a11c64d
EZ
118292003-04-11 Elena Zannoni <ezannoni@redhat.com>
11830
a9c64011
AS
11831 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11832 match on sourcefile name, instead of directory name.
2a11c64d 11833
68ab8fc5
EZ
118342003-04-10 Elena Zannoni <ezannoni@redhat.com>
11835
d63a86f8 11836 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
11837 working directory name.
11838
5624293a
JB
118392003-04-09 Jim Blandy <jimb@redhat.com>
11840
11841 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11842 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11843 after an inferior function call, report the failure, but allow the
11844 test to continue.
11845
f1f02ee4
SC
118462003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11847
11848 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11849 with -DPROTOTYPES.
11850
6eb79af0
SC
118512003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11852
11853 * gdb.base/break.exp: Revert last patch.
11854
8dfb4cf0
SC
118552003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11856
11857 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11858 with -DPROTOTYPES.
11859
ed4c619a
AC
118602003-04-02 Andrew Cagney <cagney@redhat.com>
11861
11862 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11863 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11864 matching directories by the name breakpoint.
11865 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11866 Make "continue to marker1" consistent.
11867 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11868 message consistent.
11869 * lib/gdb.exp: Put "the program is no longer running", and "the
11870 program exited" in parenthesis.
11871 * lib/mi-support.exp: Ditto.
d63a86f8 11872
4e35d5f0 118732003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 11874
4e35d5f0
BR
11875 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11876
71900fe8
AC
118772003-03-29 Andrew Cagney <cagney@redhat.com>
11878
11879 * gdb.base/sizeof.c (main): Print the value of '\377'.
11880 * gdb.base/sizeof.exp: Check the sign of '\377'.
11881
c0655a16
MC
118822003-03-27 Michael Chastain <mec@shout.net>
11883
11884 * gdb.base/gdb1090.exp: New file.
11885 * gdb.base/gdb1090.cc: New file.
11886
5b2a3989
JB
118872003-03-27 J. Brobecker <brobecker@gnat.com>
11888
11889 * gdb.gdb/observer.exp: New regression test.
11890
79876890
MC
118912003-03-27 Michael Chastain <mec@shout.net>
11892
11893 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11894 * gdb.base/ptype.exp: Likewise.
11895
6eac95e3
CV
118962003-03-27 Corinna Vinschen <vinschen@redhat.com>
11897
11898 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11899
e8c71839
MC
119002003-03-26 Michael Chastain <mec@shout.net>
11901
11902 * gdb.base/ptype.exp: Actually use some typedef'd types.
11903
71b10041
SC
119042003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11905
11906 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11907 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11908
2512cf80
CV
119092003-03-20 Corinna Vinschen <vinschen@redhat.com>
11910
11911 * gdb.base/default.exp: Fix regular expression.
11912
0d195a4f
CV
119132003-03-20 Corinna Vinschen <vinschen@redhat.com>
11914
11915 * gdb.base/args.exp: Fix regular expression.
11916
8a2dbca8
CV
119172003-03-20 Corinna Vinschen <vinschen@redhat.com>
11918
11919 * gdb.base/help.exp: Allow Win32 child process.
11920
bf028682
CV
119212003-03-20 Corinna Vinschen <vinschen@redhat.com>
11922
11923 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11924 when stepping out of main().
11925
182dbe85
CV
119262003-03-20 Corinna Vinschen <vinschen@redhat.com>
11927
11928 * gdb.base/default.exp: Check for win32 specific message when calling
11929 "run" without executable.
11930
d67a6ba5
CV
119312003-03-20 Corinna Vinschen <vinschen@redhat.com>
11932
11933 * gdb.base/args.exp: Expect .exe in output.
11934
a955b5bb
CV
119352003-03-20 Corinna Vinschen <vinschen@redhat.com>
11936
11937 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11938 Cygwin native.
11939
bf6bad4b
AC
119402003-03-17 Andrew Cagney <cagney@redhat.com>
11941
11942 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11943 vector registes.
11944 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11945 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11946
293e9a31
DC
119472003-03-17 David Carlton <carlton@math.stanford.edu>
11948
11949 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11950 test, for PR breakpoints/38.
11951 Call test_watchpoint_and_breakpoint.
11952 * gdb.base/watchpoint.c (func3): New function.
11953 (main): Call func3.
11954
5330f2db
DC
119552003-03-04 David Carlton <carlton@math.stanford.edu>
11956
11957 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11958 Garply<Garply<char> >:: garply".
11959 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11960 with respect to PR c++/1111; note also PR c++/1113.
11961 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11962 respect to PR c++/1062.
11963 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11964
6ece72da
DC
119652003-03-03 David Carlton <carlton@math.stanford.edu>
11966
11967 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11968 with respect to PR c++/57.
11969 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11970 c++/826.
11971 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11972 respect to PR c++/57.
11973
85ca1584
DC
119742003-03-03 David Carlton <carlton@math.stanford.edu>
11975
11976 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11977 respect to PR c++/33 into FAILs.
11978
98e9c5b8
MC
119792003-03-03 Michael Chastain <mec@shout.net>
11980
7bedbf27
MC
11981 * configure.in: Update copyright years.
11982
119832003-03-03 Michael Chastain <mec@shout.net>
11984
11985 * Makefile.in: Update copyright years.
98e9c5b8 11986
f683e100
DC
119872003-02-28 David Carlton <carlton@math.stanford.edu>
11988
11989 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11990 print class instead of struct and/or superfluous protection
11991 specifiers, as long as the resulting output is equivalent to the
11992 source code.
11993 Delete FIXME from end of messages on tests that don't need
11994 fixing.
11995
a9e0cf2c
DC
119962003-02-28 David Carlton <carlton@math.stanford.edu>
11997
11998 * gdb.c++/templates.exp (do_tests): Allow const in the two
11999 Foo<volatile char *>::foo tests.
12000
e8d359df
MS
120012003-02-27 Michael Snyder <msnyder@redhat.com>
12002
d63a86f8 12003 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
12004 will be consistant.
12005
0b71dc91
DC
120062003-02-26 David Carlton <carlton@math.stanford.edu>
12007
12008 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12009 char *>::foo" test with respect to PR c++/33. Create a new test
12010 which is identical to that one except that it doesn't put the
12011 space between the "char" and the "*"; KFAIL it, too.
12012
dd14ab43
DC
120132003-02-26 David Carlton <carlton@math.stanford.edu>
12014
12015 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12016 template types into either PASSes or KFAILs (corresponding to PR
12017 c++/57). Tweak indentation. Update copyright.
12018
1146c7f1
SC
120192003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12020
12021 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12022
74641dfb
MC
120232003-02-13 Michael Chastain <mec@shout.net>
12024
12025 * gdb.base/exprs.exp: Remove i960 remnants.
12026 * gdb.base/funcargs.exp: Likewise.
12027 * gdb.base/list.exp: Likewise.
12028 * gdb.base/ptype.exp: Likewise.
12029
559cd2d0
DC
120302003-02-14 David Carlton <carlton@math.stanford.edu>
12031
12032 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12033 pEe->D::vg()" from XFAIL to KFAIL.
12034
c4f90d87
JM
120352003-02-13 Jason Molenda (jmolenda@apple.com)
12036
12037 * gdb.base/maint.exp: Update maint print statistics regexp to include
12038 new entries.
12039
cbc4d97c
MC
120402003-02-13 Michael Chastain <mec@shout.net>
12041
12042 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12043
40f235b7
MC
120442003-02-12 Michael Chastain <mec@shout.net>
12045
12046 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12047 * gdb.c++/inherit.exp: Likewise.
12048 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12049 * gdb.c++/templates.exp: Likewise.
12050 * gdb.c++/virtfunc.exp: Likewise.
12051
c56716b0
JM
120522003-02-06 Jason Molenda (jason-cl@molenda.com)
12053
12054 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12055 why the code is written that way.
12056
070afcf8
MC
120572003-02-05 Michael Chastain <mec@shout.net>
12058
12059 * gdb.base/dump.exp: Add missing copyright line.
12060
5d0331e5
JM
120612003-02-05 Jason Molenda (jason-cl@molenda.com)
12062
f7ae6d3e 12063 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
12064 at the beginning so the breakpoint doesn't get set on the loop.
12065
92851186
MC
120662003-02-05 Michael Chastain <mec@shout.net>
12067
12068 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12069 output for configurations with gcc 2.95.3.
12070
cbf1e085
AC
120712003-02-05 Keith Seitz <keiths@redhat.com>
12072 Andrew Cagney <ac131313@redhat.com>
12073
12074 * gdb.mi/mi-cli.exp: New file.
d63a86f8 12075
29518e1e
MC
120762003-02-04 Michael Chastain <mec@shout.net>
12077
12078 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12079 Call perror and then continue.
12080
5af1d5f3
MC
120812003-02-03 Michael Chastain <mec@shout.net>
12082
12083 * gdb.c++/pr-1023.cc: New file.
12084 * gdb.c++/pr-1023.exp: New file.
12085
6b549786
JB
120862003-02-05 Jim Blandy <jimb@redhat.com>
12087
12088 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12089 it's local to foobar. Check for it there, and check that it's not
12090 present in main.
12091 * gdb.c++/local.cc (marker2): New function.
12092 (foobar): Call marker1.
12093 (main): Call marker2 instead of marker1.
12094
67f16606
AC
120952003-02-04 Andrew Cagney <ac131313@redhat.com>
12096
12097 * gdb.disasm/mn10200.exp: Obsolete file.
12098 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12099 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12100 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12101
1c5cb38e
DC
121022003-02-04 David Carlton <carlton@math.stanford.edu>
12103
12104 * gdb.c++/overload.exp: Test intToChar(1).
12105 * gdb.c++/overload.cc (intToChar): New.
12106 (main): Call intToChar.
12107
d1fe6965
DC
121082003-02-03 David Carlton <carlton@math.stanford.edu>
12109
12110 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12111 'might_kfail' arg.
12112 KFAIL some of the continue_to_bp_overloaded calls, according to
12113 PR c++/1025.
12114
9ba61c5d
MC
121152003-02-01 Michael Chastain <mec@shout.net>
12116
12117 * gdb.base/advance.c (marker1): New marker function.
12118 * gdb.base/advance.exp: When the 'advance' command lands on the
12119 return breakpoint, it can legitimately stop on either the
12120 current line or the next line. Accommodate both outcomes.
12121 * gdb.base/until.exp: Likewise.
12122
e7494ffb
AC
121232003-02-02 Andrew Cagney <ac131313@redhat.com>
12124
12125 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12126 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12127 now a list, not a tuple.
12128 * gdb.mi/mi-var-display.exp: Ditto.
12129 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 12130
075559bc
AC
121312003-02-01 Andrew Cagney <ac131313@redhat.com>
12132
12133 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12134 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12135 stack backtraces.
12136 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 12137
2bd4c7b1
MK
121382003-02-01 Mark Kettenis <kettenis@gnu.org>
12139
12140 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12141 gdb.mi/mi1-pthreads.exp: Return instead of calling
12142 gdb_suppress_entire_file.
12143
eabd8992
MS
121442003-02-01 Mark Salter <msalter@redhat.com>
12145
12146 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12147
71469e2f
MS
121482003-01-31 Mark Salter <msalter@redhat.com>
12149
12150 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12151 Support empty arg.
12152
38a94d44
MC
121532003-01-30 Michael Chastain <mec@shout.net>
12154
12155 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12156 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12157 has been fixed in gdb/readline on 2003-01-09.
12158
19ea9e73
MS
121592003-01-29 Michael Snyder <msnyder@redhat.com>
12160
e8d359df
MS
12161 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12162 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
12163 * gdb.base/args.exp: Skip if target does not support args passing.
12164
2307bd6a
DJ
121652003-01-22 Daniel Jacobowitz <drow@mvista.com>
12166
19ea9e73 12167 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
12168 gdb_test. Accept a list of expect arguments as the third
12169 parameter.
12170 (gdb_test): Use it.
12171
f2dd3617
EZ
121722003-01-20 Elena Zannoni <ezannoni@redhat.com>
12173
12174 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12175 allow for different test tree configurations. Update some
12176 tescases accordingly.
12177 * gdb.arch/altivec-regs.exp: Ditto.
12178 * gdb.asm/asm-source.exp: Ditto.
12179 * gdb.base/advance.exp: Ditto.
12180 * gdb.base/display.exp: Ditto.
d63a86f8 12181 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
12182 * gdb.base/mips_pro.exp: Ditto.
12183 * gdb.base/overlays.exp: Ditto.
12184 * gdb.base/relocate.exp: Ditto.
12185 * gdb.base/setshow.exp: Ditto.
12186 * gdb.base/step-line.exp: Ditto.
12187 * gdb.base/step-test.exp: Ditto.
12188 * gdb.base/until.exp: Ditto.
12189 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12190
c71cdefd
DC
121912003-01-17 David Carlton <carlton@math.stanford.edu>
12192
12193 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12194 corresponding to PR c++/945.
12195 Update copyright.
12196
fdba05d7
DC
121972003-01-17 David Carlton <carlton@math.stanford.edu>
12198
12199 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12200 corresponding to PR c++/68.
12201
122022003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
12203
12204 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12205 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12206 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12207
c362c33a
EZ
122082003-01-15 Elena Zannoni <ezannoni@redhat.com>
12209
0fbc361c
EZ
12210 * gdb.base/break.exp: Fix change of default location, because of
12211 removal of until tests.
12212 * gdb.base/help.exp: Update test for new 'until' help message.
12213 Add test for help on 'advance'.
a9c64011 12214 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 12215
dabf8a35
MK
122162003-01-15 Mark Kettenis <kettenis@gnu.org>
12217
12218 * gdb.base/default.exp: Adapt "info float" test for recent changes
12219 to that command. Add test for "info vector".
12220 * gdb.base/float.exp: New file. Add test for "info float" that
12221 resembles the old test in gdb.base/default.exp.
12222
a1769aca
DC
122232003-01-15 David Carlton <carlton@math.stanford.edu>
12224
12225 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12226
82025e13
EZ
122272003-01-15 Elena Zannoni <ezannoni@redhat.com>
12228
12229 * gdb.base/break.exp: Move the tests of until command from here...
12230 * gdb.base/until.exp: ... to here. New file. Add other tests.
12231 * gdb.base/advance.c: New file.
12232 * gdb.base/advance.exp: New file.
12233
8f9ab801
EZ
122342003-01-14 Elena Zannoni <ezannoni@redhat.com>
12235
a9c64011
AS
12236 * gdb.base/args.c: New file.
12237 * gdb.base/args.exp: New file.
8f9ab801 12238
9ae66589
DJ
122392003-01-14 Daniel Jacobowitz <drow@mvista.com>
12240
12241 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12242
8d77e5c3
DJ
122432003-01-14 Daniel Jacobowitz <drow@mvista.com>
12244
12245 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12246
12d2f0a1
DJ
122472003-01-14 Daniel Jacobowitz <drow@mvista.com>
12248
12249 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12250 dates.
12251
6ca37014
DJ
122522003-01-13 Daniel Jacobowitz <drow@mvista.com>
12253
12254 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12255
b0023472
DJ
122562003-01-13 Daniel Jacobowitz <drow@mvista.com>
12257
12258 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12259 (ptype &*"foo").
12260 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12261
607fbc54 122622003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
12263
12264 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12265 * gdb.mi/mi1-console.exp: Likewise.
12266
607fbc54 122672003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
12268
12269 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12270 * gdb.mi/mi1-console.exp: Likewise.
12271
a1fb14a2
DJ
122722003-01-13 Daniel Jacobowitz <drow@mvista.com>
12273
12274 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12275
c4cf40b7
DJ
122762003-01-09 Daniel Jacobowitz <drow@mvista.com>
12277
12278 * gdb.base/detach.exp: New test.
12279
696d5a5b
DJ
122802003-01-09 Daniel Jacobowitz <drow@mvista.com>
12281
12282 * Makefile.in (ALL_SUBDIRS): New variable.
12283 (subdirs, clean, distclean): Use it.
12284 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12285 regenerating Makefile, since it is generated from the top level.
12286 * gdb.asm/Makefile.in: Likewise.
12287 * gdb.base/Makefile.in: Likewise.
12288 * gdb.c++/Makefile.in: Likewise.
12289 * gdb.disasm/Makefile.in: Likewise.
12290 * gdb.java/Makefile.in: Likewise.
12291 * gdb.mi/Makefile.in: Likewise.
12292 * gdb.threads/Makefile.in: Likewise.
12293 * gdb.trace/Makefile.in: Likewise.
12294
754533e4
DC
122952003-01-09 David Carlton <carlton@math.stanford.edu>
12296
12297 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12298 Add copyright year 2003.
12299
d8b3e9ee
MC
123002003-01-06 Michael Chastain <mec@shout.net>
12301
12302 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12303 When selecting a thread, 'line' and 'file' are optional.
12304 * gdb.mi/mi1-pthreads.exp: Likewise.
12305
8e9e0fe6
AS
123062003-01-06 Andreas Schwab <schwab@suse.de>
12307
12308 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12309 failures.
12310
b5ab8ff3
DJ
123112003-01-04 Daniel Jacobowitz <drow@mvista.com>
12312
12313 Fix PR gdb/844
12314 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12315 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12316
12317 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12318 instead of calling gdb_suppress_entire_file.
12319 * gdb.threads/print-threads.exp: Likewise.
12320 * gdb.threads/schedlock.exp: Likewise.
12321
12322 * gdb.threads/killed.exp: Return instead of calling
12323 gdb_suppress_entire_file.
12324 * gdb.threads/linux-dp.exp: Likewise.
12325 * gdb.threads/pthreads.exp: Likewise.
12326
1e698235
DJ
123272003-01-04 Daniel Jacobowitz <drow@mvista.com>
12328
12329 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12330 stabs.
12331 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12332 * gdb.base/whatis.exp: Always allow (void) after function names.
12333
147ff08c
DJ
123342003-01-04 Daniel Jacobowitz <drow@mvista.com>
12335
12336 * gdb.c++/casts.exp: Correct regexp.
12337
dc62bfc2
MK
123382003-01-04 Mark Kettenis <kettenis@gnu.org>
12339
12340 * configure.in: Call AC_CONFIG_HEADER. Don't call
12341 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12342 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12343 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12344 aforementioned directories in the AC_OUPUT call.
12345 * config.hin: New file.
12346 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12347 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12348 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12349 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12350 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12351 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12352 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12353 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12354 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12355 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12356 gdb.threads/configure.in, gdb.threads/configure,
12357 gdb.threads/config.in, gdb.trace/configure.in,
12358 gdb.trace/configure: Removed.
12359
77afa639
MC
123602003-01-03 Michael Chastain <mec@shout.net>
12361
12362 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12363 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12364
7634bb6e
DJ
123652003-01-03 Daniel Jacobowitz <drow@mvista.com>
12366
12367 * gdb.base/store.exp: Fix regular expressions.
12368
b39c905e
MK
123692002-12-28 Mark Kettenis <kettenis@gnu.org>
12370
12371 * configure.in: Rewrite.
12372 * configure: Regenerated.
12373
0a8551dd
DC
123742003-01-03 David Carlton <carlton@math.stanford.edu>
12375
12376 * gdb.base/psymtab.exp: New file.
12377 * gdb.base/psymtab1.c: Ditto.
12378 * gdb.base/psymtab2.c: Ditto.
12379
c60b7188
AF
123802002-12-23 Adam Fedor <fedor@gnu.org>
12381
12382 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12383
ee73db83
DC
123842002-12-23 David Carlton <carlton@math.stanford.edu>
12385
12386 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12387 and current_directory initialization.
12388
d6c1774e
JB
123892002-12-22 Jim Blandy <jimb@redhat.com>
12390
f0a847b8
JB
12391 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12392 rather than as part of the output file name.
12393
d6c1774e
JB
12394 * gdb.base/attach.exp: There's no need to copy the test program to
12395 /tmp; that was only ever necessary on HP/UX, and this test is
12396 entirely disabled there anyway.
12397
f0708dbb
JB
123982002-12-21 Jim Blandy <jimb@redhat.com>
12399
4c2acfea
JB
12400 * gdb.c++/psmang.exp: Doc fix.
12401
f0708dbb
JB
12402 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12403 test.
12404
9579e000
DC
124052002-12-20 David Carlton <carlton@math.stanford.edu>
12406
12407 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12408
d1810171
MC
124092002-12-18 Michael Chastain <mec@shout.net>
12410
12411 * gdb.c++/annota2.exp: Add copyright year 2002.
12412
76565097
DC
124132002-12-17 David Carlton <carlton@math.stanford.edu>
12414
12415 * gdb.c++/try_catch.cc: Add marker comments.
12416 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12417 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12418 * gdb.c++/m-static.cc: Ditto.
12419 * gdb.c++/m-static1.cc: Ditto.
12420 * gdb.c++/try_catch.cc: Ditto.
12421
da81390b
JJ
124222002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12423
12424 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12425 to see whether we are using the new -environment-directory
12426 command which resets via -r or the old version of the command
12427 which may prompt the user. Part of fix for gdb/741.
12428
b304d130
AC
124292002-12-13 Andrew Cagney <ac131313@redhat.com>
12430
12431 * gdb.fortran/types.exp: Update obsolete comment.
12432 * gdb.fortran/exprs.exp: Ditto.
12433 * lib/gdb.exp: Delete obsolete code.
12434 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12435 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12436 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12437 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12438 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12439 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12440 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12441 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12442 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12443 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12444 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12445 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12446 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12447 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12448 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12449 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12450 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12451 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12452 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12453 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12454 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12455 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12456 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12457 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12458 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12459 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12460 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12461 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12462 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12463 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12464 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12465 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12466 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12467 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12468 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12469 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12470 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12471
a23b6e6a
DC
124722002-12-11 David Carlton <carlton@math.stanford.edu>
12473
12474 * gdb.c++/m-data.exp: Add test for members that shadow global
12475 variables: see PR gdb/804.
12476 * gdb.c++/m-data.cc: Ditto.
12477
6604731b
DJ
124782002-12-10 Daniel Jacobowitz <drow@mvista.com>
12479
12480 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12481
de46ecd7
DC
124822002-12-06 David Carlton <carlton@math.stanford.edu>
12483
12484 * gdb.base/store.c: Don't declare functions static.
12485
27e829d0
AC
124862002-12-04 Andrew Cagney <ac131313@redhat.com>
12487
12488 * gdb.base/store.exp, gdb.base/store.c: New files.
12489
92806416
DJ
124902002-12-03 Daniel Jacobowitz <drow@mvista.com>
12491
12492 * gdb.base/selftest.exp: Update for current gdb.
12493
3bcbaac5
DJ
124942002-12-03 Daniel Jacobowitz <drow@mvista.com>
12495
12496 * gdb.base/maint.exp: Only dump symbols from one source file
12497 or objfile.
12498
f4f00b1f
DJ
124992002-12-03 Daniel Jacobowitz <drow@mvista.com>
12500
12501 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12502 function call.
12503
f1c8a949
JB
125042002-11-25 Jim Blandy <jimb@redhat.com>
12505
12506 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12507 function appearing in error message.
12508
9e297a97
DJ
125092002-11-21 Daniel Jacobowitz <drow@mvista.com>
12510
12511 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12512
1f312e79
JJ
125132002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12514
d63a86f8
RM
12515 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12516 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12517 should be in mi console format. This is part of fix for PR gdb/604.
12518
83c31e7d
FN
125192002-09-18 Fernando Nasser <fnasser@redhat.com>
12520
12521 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12522 which explicitly prints the zero offset as "+0".
12523
322b3f65
DJ
125242002-10-22 Daniel Jacobowitz <drow@mvista.com>
12525
12526 * gdb.threads/schedlock.c (args): Make unsigned.
12527
125282002-10-21 Daniel Jacobowitz <drow@mvista.com>
12529
12530 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12531 numbers. Allow "foo2|selected stack frame".
12532 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12533 * gdb.asm/asmsrc2.s: Likewise.
12534 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12535 comments.
12536 * gdb.asm/mips.inc: New file.
12537
5e2fe5b8
AF
125382002-10-18 Adam Fedor <fedor@gnu.org>
12539
12540 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12541 * gdb.base/help.exp: Likewise.
12542
abe1a5d0
KB
125432002-10-17 Kevin Buettner <kevinb@redhat.com>
12544
12545 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12546 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12547
10abb1d4
JB
125482002-10-02 Jim Blandy <jimb@redhat.com>
12549
12550 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12551
1f609b42
AC
125522002-10-01 Andrew Cagney <ac131313@redhat.com>
12553
12554 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12555 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12556 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12557 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12558 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12559 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12560 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12561
0aee02e4
AC
125622002-09-29 Andrew Cagney <ac131313@redhat.com>
12563
12564 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12565 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12566 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12567 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12568 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12569 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12570 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12571
6fde09ad
KB
125722002-09-27 Kevin Buettner <kevinb@redhat.com>
12573
12574 * gdb.base/annota1.exp (info break): Make directory components of
12575 path optional since not all compilers emit this debug information.
12576
12577 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12578 step ends up stepping out of the function instead of stopping on
12579 the epilogue.
12580
9e8aab75
KS
125812002-09-26 Keith Seitz <keiths@redhat.com>
12582
12583 * lib/insight-support.exp (gdbtk_start): Figure out where
12584 the insight executable is based on where gdb is. Use this
12585 executable to start insight instead of gdb.
12586
e36180d7
AC
125872002-09-25 Andrew Cagney <cagney@redhat.com>
12588
12589 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12590
9dd34b2b
AC
125912002-09-24 Andrew Cagney <ac131313@redhat.com>
12592
12593 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12594 test_isolated_complaints.
12595 (test_empty_complaint): New function.
12596 (test_empty_complaints): New function. Check no output when no
12597 complaints.
d63a86f8 12598
dea97812
KB
125992002-09-19 Jim Blandy <jimb@redhat.com>
12600
a9c64011 12601 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12602
54951bd7
AC
126032002-09-19 Andrew Cagney <ac131313@redhat.com>
12604
12605 * gdb.gdb/complaints.exp: New file.
12606
dec43320
AC
126072002-09-18 Andrew Cagney <ac131313@redhat.com>
12608
12609 * gdb.base/maint.exp: Check `help maint internal-warning'.
12610
e70d6e3f
DC
126112002-09-18 David Carlton <carlton@math.stanford.edu>
12612
12613 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12614 numbers, and replace them by a single breakpoint after the
12615 constructors are all finished.
12616 Add test 4.
12617 * gdb.c++/m-static.cc: Add test 4.
12618 * gdb.c++/m-static.h: New file.
12619 * gdb.c++/m-static1.cc: New file.
12620
12621 * gdb.c++/printmethod.exp: New file.
12622 * gdb.c++/printmethod.cc: New file.
12623
12624 * gdb.c++/pr-574.exp: New file.
12625 * gdb.c++/pr-574.cc: New file.
12626
afb5c968
CV
126272002-09-18 Corinna Vinschen <vinschen@redhat.com>
12628
12629 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12630 embedded targets which never actually exit.
12631
31e45dee
FN
126322002-09-18 Fernando Nasser <fnasser@redhat.com>
12633
12634 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12635 "don't step after run" as unresolved or unsupported, instead of xfail.
12636
a283c5a1
CV
126372002-09-18 Corinna Vinschen <vinschen@redhat.com>
12638
12639 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12640 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12641 Add newline to expected string in "step out of main (status wrapper)"
12642 case.
12643
11350d2a
CV
126442002-09-18 Corinna Vinschen <vinschen@redhat.com>
12645
12646 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12647 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12648
0deec7d6
TT
126492002-09-17 Tom Tromey <tromey@redhat.com>
12650
12651 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12652 \000, not \0, in double-quoted string.
12653
b2b4a1b5
CV
126542002-09-14 Corinna Vinschen <vinschen@redhat.com>
12655
c9d37158 12656 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12657 string after running the commands execution on breakpoint tests.
12658
1c56143a
CV
126592002-09-13 Corinna Vinschen <vinschen@redhat.com>
12660
12661 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12662
37f8da45
JB
126632002-09-12 Joel Brobecker <brobecker@gnat.com>
12664
12665 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12666
08b468e0
KS
126672002-09-10 Keith Seitz <keiths@redhat.com>
12668
12669 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12670 runto proc.
12671 (mi_run_to_main): Use mi_runto.
12672 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12673
dc360f58
KS
126742002-09-10 Keith Seitz <keiths@redhat.com>
12675
12676 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12677 regexp for stopping at main. Could have multiple event notifications.
12678 Don't assume that main was declared with no parameters.
12679 (mi_next): Use mi_step_to.
12680 (mi_step): Use mi_next_to.
12681
ce3abcfb
CV
126822002-09-09 Corinna Vinschen <vinschen@redhat.com>
12683
12684 * gdb.base/default.exp: Fix expected string in `info float' test.
12685
d1f5b980
BE
126862002-09-09 Ben Elliston <bje@redhat.com>
12687
12688 * config/mips.exp: Update comments.
12689 * config/mips-idt.exp: Likewise.
12690 * config/nind.exp: Likewise.
12691 * config/slite.exp: Likewise.
12692 * config/sparclet.exp: Likewise.
12693 * config/udi.exp: Likewise.
12694 * config/vx.exp: Likewise.
12695 * config/vxworks29k.exp: Likewise.
12696
2f71430b
JB
126972002-09-05 Jim Blandy <jimb@redhat.com>
12698
12699 * gdb.threads/killed.exp: Fix test failure message.
12700
7ddebc7e
KS
127012002-09-04 Keith Seitz <keiths@redhat.com>
12702
12703 * lib/mi-support.exp: Update copyright.
12704 (mi_gdb_test): Increase the priority of the expected pattern
12705 so that it matches gdb_test.
12706
0ae67eb3
KS
127072002-09-03 Keith Seitz <keiths@redhat.com>
12708
12709 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12710 Use integer comparison instead of string comparison for testing
12711 whether binary was built.
12712
38fc42c8
JB
127132002-09-03 Jim Blandy <jimb@redhat.com>
12714
12715 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12716
b6ff0e81
JB
127172002-08-29 Jim Blandy <jimb@redhat.com>
12718
12719 * gdb.threads/pthreads.exp: Move the portable thread compilation
12720 code into a function in lib/gdb.exp, and call that from here.
12721 * lib/gdb.exp (gdb_compile_pthreads): New function.
12722
07c98896
KS
127232002-08-29 Keith Seitz <keiths@redhat.com>
12724
12725 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12726 expect_out so that callers can get at it.
12727
0312286c
DJ
127282002-08-23 Daniel Jacobowitz <drow@mvista.com>
12729
12730 * gdb.threads/print-threads.c: New file.
12731 * gdb.threads/print-threads.exp: New file.
12732 * gdb.threads/schedlock.c: New file.
12733 * gdb.threads/schedlock.exp: New file.
12734
dd039bc4
EZ
127352002-08-22 Elena Zannoni <ezannoni@redhat.com>
12736
a9c64011
AS
12737 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12738 not altivec.c.
dd039bc4 12739
1f36144c
MK
127402002-08-17 Mark Kettenis <kettenis@gnu.org>
12741
12742 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12743 targets. The problem should be fixed now.
12744
16057ec7 127452002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
12746
12747 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12748 2002-07-24 change that removes final dots from error messages.
12749
3c1499ad
TT
127502002-08-13 Tom Tromey <tromey@redhat.com>
12751
12752 * gdb.base/readline.exp: New file.
12753
a20ce2c3
AC
127542002-08-01 Andrew Cagney <ac131313@redhat.com>
12755
12756 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12757 supress message.
12758
db034ac5
AC
127592002-08-01 Andrew Cagney <cagney@redhat.com>
12760
12761 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12762 CHILL_FOR_TARGET and CHILL_LIB.
12763 * configure.in (configdirs): Remove gdb.chill.
12764 * configure: Regenerate.
12765 * lib/gdb.exp: Obsolete references to chill.
12766 * gdb.fortran/types.exp: Ditto.
12767 * gdb.fortran/exprs.exp: Ditto.
12768
3e000b18
KB
127692002-07-30 Kevin Buettner <kevinb@redhat.com>
12770
12771 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12772 set Irix-specific compile and link flags.
12773
28f4966b
KB
127742002-07-29 Kevin Buettner <kevinb@redhat.com>
12775
12776 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12777 source files. The ``-o'' option doesn't work with the ``-E'' option
12778 when using the Irix compiler.
12779
46c0d5a6
DJ
127802002-07-19 Daniel Jacobowitz <drow@mvista.com>
12781
12782 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12783 Improve support for reusing an exec file. Copy exec file
12784 to target, and run gdbserver on the target instead of on the host.
12785
eecf4bed
JB
127862002-07-18 Jim Blandy <jimb@redhat.com>
12787
0f815cdf
JB
12788 * gdb.base/ending-run.exp: Don't expect to see the program end in
12789 some orderly fashion when we're running on a real stand-alone
12790 board.
12791
eecf4bed
JB
12792 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12793 targets that don't support interrupts.
12794
52d309e4
JB
127952002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12796
12797 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12798 systems.
12799 Move comments in expect statements to inside the actions, so that they
12800 don't get matched against.
12801
ff683d9e
MK
128022002-07-10 Mark Kettenis <kettenis@gnu.org>
12803
12804 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12805 function when asleep" test.
12806
b5356753
AC
128072002-07-10 Andrew Cagney <ac131313@redhat.com>
12808
12809 * gdb.base/page.exp: Rewrite to handle problems with very long
12810 `info set' output. Update copyright.
12811
6aa4d13a
AC
128122002-06-26 Andrew Cagney <ac131313@redhat.com>
12813
12814 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12815 gdb.threads-hp.
12816 * gdb.hp/configure: Regenerate.
12817 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12818 * gdb.hp/gdb.threads-hp/configure: Delete file.
12819 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12820
8cf8c2b8
AC
128212002-06-22 Andrew Cagney <ac131313@redhat.com>
12822
12823 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12824 setlocale, bindtextdomain and textdomain.
12825
6827a8f8
JB
128262002-06-11 Jim Blandy <jimb@redhat.com>
12827
919d772c
JB
12828 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12829 preprocessor macro information is present.
12830
6827a8f8
JB
12831 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12832 tests.
12833
c15b0d21
MS
128342002-06-06 Michael Snyder <msnyder@redhat.com>
12835
c5984d70
MS
12836 * gdb.base/overlays.exp: Record addresses of overlay
12837 functions in TCL variables rather than in GDB variables,
12838 to avoid having GDB convert them to pointers (with loss
12839 of information).
12840
d63a86f8 12841 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 12842 default linker script changes.
c15b0d21
MS
12843 * gdb.base/long_long.exp: Add check for sizeof (long double).
12844
be26fe0d
ML
128452002-06-06 Michal Ludvig <mludvig@suse.cz>
12846
12847 * gdb.asm/asm-source.exp: Add x86-64 target.
12848 * gdb.asm/x86_64.inc: New.
d63a86f8 12849
258093ca 128502002-05-30 Michael Chastain <mec@shout.net>
258093ca 12851
4b3153f1 12852 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
12853 * gdb.c++/m-static.cc: New file.
12854 * gdb.c++/m-static.exp: New file.
12855
241264c6
MS
128562002-05-28 Michael Snyder <msnyder@redhat.com>
12857
12858 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12859 precision.
12860
9bba8c8f 128612002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 12862
4b3153f1 12863 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
12864 * gdb.c++/m-data.cc: New file.
12865 * gdb.c++/m-data.exp: New file.
12866
128672002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 12868
4b3153f1 12869 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 12870 * gdb.c++/try_catch.cc: New file.
d63a86f8 12871 * gdb.c++/try_catch.exp: New file.
9bba8c8f 12872
def1b996
MC
128732002-05-27 Michael Chastain <mec@shout.net>
12874
12875 * gdb.c++/local.exp: Accept more nested types in output.
12876
522ba268
MC
128772002-05-26 Michael Chastain <mec@shout.net>
12878
12879 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12880
277254ba
MS
128812002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12882
12883 * lib/gdb.exp (gdb_wrapper_init): Just because
12884 gdb_wrapper_file exists, this does not mean that the file
12885 should not be rebuilt. That is what gdb_wrapper_initialized
12886 is for.
12887 (default_gdb_init): Reset gdb_wrapper_initialized.
12888
b61a8733
MS
128892002-05-23 Michael Snyder <msnyder@redhat.com>
12890
d63a86f8 12891 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
12892 the precision of the floating point test results.
12893 * gdb.base/call-rt-st.exp: Ditto.
12894
b61a8733
MS
12895 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12896 * gdb.base/call-rt-st.exp: Ditto.
12897
56f6e910
MC
128982002-05-19 Michael Chastain <mec@shout.net>
12899
12900 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12901
ad0b0016
EZ
129022002-05-19 Elena Zannoni <ezannoni@redhat.com>
12903
a9c64011
AS
12904 * configure.in (configdirs): Add gdb.arch.
12905 * configure: Regenerate.
ad0b0016 12906
f617d2b6
JB
129072002-05-17 Jim Blandy <jimb@redhat.com>
12908
12909 * gdb.base/completion.exp: Recognize the more detailed error
12910 messages produced by the macro expander's lexical analyzer.
12911
eac2a696
EZ
129122002-05-14 Elena Zannoni <ezannoni@redhat.com>
12913
a9c64011
AS
12914 * gdb.arch/altivec-abi.c: New file.
12915 * gdb.arch/altivec-abi.exp: New file.
12916 * gdb.arch/altivec-regs.c: New file.
12917 * gdb.arch/altivec-regs.exp: New file.
eac2a696 12918
2fdde8f8
DJ
129192002-05-14 Daniel Jacobowitz <drow@mvista.com>
12920
12921 * gdb.base/maint.exp (maint print type): Update for new type
12922 structure.
d63a86f8 12923
e31f1a7c
EZ
129242002-05-14 Elena Zannoni <ezannoni@redhat.com>
12925
12926 * gdb.arch: New directory.
12927 * gdb.arch/configure.in: New file.
12928 * gdb.arch/configure: New file.
12929 * gdb.arch/Makefile.in: New file.
12930
db589741
CV
129312002-05-13 Corinna Vinschen <vinschen@redhat.com>
12932
12933 * gdb.asm/asm-source.exp: Add v850 as supported target.
12934 * gdb.asm/v850.inc: New file.
12935
8ce2a7dc
DJ
129362002-05-13 Daniel Jacobowitz <drow@mvista.com>
12937
12938 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12939
df763c7f
DJ
129402002-05-12 Daniel Jacobowitz <drow@mvista.com>
12941
12942 * gdb.base/break.exp: Check 'break "marker2"'.
12943
377daeed
MS
129442002-05-10 Michael Snyder <msnyder@redhat.com>
12945
12946 * gdb.base/long_long.exp: Fix typo.
12947
c4b7bc2b
JB
129482002-05-10 Jim Blandy <jimb@redhat.com>
12949
ecac9a4e
JB
12950 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12951 a bug.
12952
c4b7bc2b
JB
12953 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12954 Recognize more detailed error message produced by the macro
12955 expander's lexical analyzer.
12956 * lib/gdb.exp (test_print_reject): Same.
12957
e71019a1
MK
129582002-05-09 Mark Kettenis <kettenis@gnu.org>
12959
12960 * gdb.c++/method.exp: Fix typo.
12961
fedfc8e6
MS
129622002-05-08 Michael Snyder <msnyder@redhat.com>
12963
166a1957
MS
12964 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12965 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 12966 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
12967 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12968 Add iftarget clause for strongarm.
d63a86f8 12969
f1c47eb2
MS
129702002-05-06 Michael Snyder <msnyder@redhat.com>
12971
cb9a9d3e
MS
12972 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12973 (gdb_continue_to_end): Accept output from status wrapper.
12974 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12975 Clean up fail messages to match pass messages.
12976
f1c47eb2
MS
12977 Enable the "needs_status_wrapper" testsuite feature.
12978 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12979 (gdb_compile): Conditionally call gdb_wrapper_init.
12980 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12981 * gdb.c++/method.exp: Recognize output from status wrapper.
12982
6079c749
BE
129832002-05-06 Ben Elliston <bje@redhat.com>
12984From Graydon Hoare <graydon@redhat.com>
12985
12986 * config/sid.exp: Include support for "rawsid" protocol.
12987
188baff3
JB
129882002-05-03 Jim Blandy <jimb@redhat.com>
12989
12990 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12991 * gdb.c++/hang3.C: New file.
12992
b9c07f0f
AC
129932002-05-04 Andrew Cagney <ac131313@redhat.com>
12994
12995 * gdb.base/default.exp: Remove obsolete code.
12996 * gdb.c++/misc.exp: Ditto. Update copyright.
12997 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
12998 * gdb.base/whatis.exp: Ditto. Update copyright.
12999 * gdb.base/scope.exp: Ditto. Update copyright.
13000 * gdb.base/ptype.exp: Ditto. Update copyright.
13001 * gdb.base/printcmds.exp: Ditto. Update copyright.
13002 * gdb.base/opaque.exp: Ditto. Update copyright.
13003 * gdb.base/list.exp: Ditto.
13004 * gdb.base/funcargs.exp: Ditto. Update copyright.
13005 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13006 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13007 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13008 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13009 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13010 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13011
5c7a0397
MS
130122002-05-02 Michael Snyder <msnyder@redhat.com>
13013
d6dcc264 13014 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
13015 * gdb.base/long_long.exp: Add xscale target.
13016 * gdb.base/default.exp: Add xscale target.
13017
eb7f1c48
JB
130182002-05-01 Jim Blandy <jimb@redhat.com>
13019
13020 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13021 gdb.c++/hang.exp: New test.
13022
a6befae8
FF
130232002-05-01 Fred Fish <fnf@redhat.com>
13024
13025 * gdb.base/completion.exp: Handle completions of "./Make" for
13026 more than one completion possibility, as is the case when we
13027 build and test in the source tree.
13028
0a310277
AG
130292002-04-29 Anthony Green <green@redhat.com>
13030
13031 * gdb.java/jmisc1.exp: New file.
13032 * gdb.java/jmisc2.exp: New file.
13033
6ff9af88
DJ
130342002-04-24 Daniel Jacobowitz <drow@mvista.com>
13035
13036 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13037
96b3d632
EZ
130382002-04-23 Elena Zannoni <ezannoni@redhat.com>
13039
13040 * gdb.base/help.exp: Change 'help status' to allow for target
13041 dependent output differences.
13042
5019bb54
MC
130432002-04-22 Michael Chastain <mec@shout.net>
13044
13045 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13046
a805a116
MC
130472002-04-22 Michael Chastain <mec@shout.net>
13048
13049 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13050
a1706bfd
DM
130512002-04-17 David S. Miller <davem@redhat.com>
13052
13053 * gdb.asm/sparc64.inc: New file.
13054 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13055
a73a20a2
EZ
130562002-04-19 Elena Zannoni <ezannoni@redhat.com>
13057
13058 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13059 instruction file directly into the build tree. Clean up at end of
13060 test.
13061
ba678339
DM
130622002-04-18 David S. Miller <davem@redhat.com>
13063
13064 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13065 handle 64-bit platforms correctly.
13066 * gdb.base/maint.exp: Likewise.
13067
b03399da
KB
130682002-04-18 Kevin Buettner <kevinb@redhat.com>
13069
13070 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13071 ``-fpic'' when compiling files comprising a shared library, but
13072 it does need additional linker flags in order to find shared
13073 libraries at run time.
13074
e2004992
KB
130752002-04-18 Kevin Buettner <kevinb@redhat.com>
13076
13077 * gdb.base/cvexpr.c (use): New function.
13078 (main): Invoke use() on all global variables to prevent
13079 some linkers from deleting these otherwise unused symbols.
13080
d8937120
MC
130812002-04-17 Michael Chastain <mec@shout.net>
13082From David S. Miller <davem@redhat.com>
13083
13084 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13085 handle 64-bit platforms correctly.
13086
ffd61a58
MS
130872002-04-12 Michael Snyder <msnyder@redhat.com>
13088From Jim Blandy <jimb@redhat.com>
a9c64011 13089 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
13090 script can handle this instead.
13091 * gdb.base/bar.c (barx): Same.
13092 * gdb.base/baz.c (bazx): Same.
13093 * gdb.base/grbx.c (grbxx): Same.
13094
13095 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13096 manager doesn't automatically unmap overlays unnecessarily.
13097
6b8426a6
MH
130982002-04-10 Martin M. Hunt <hunt@redhat.com>
13099
13100 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13101 stepping out of main.
13102
34af4875
MC
131032002-04-09 Michael Chastain <mec@shout.net>
13104
13105 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13106 scope so that the nested scope tests will make sense.
13107 * gdb.c++/local.exp: Write patterns that actually work with gcc
13108 (the HP patterns "were never known to work with gcc").
13109 Keep the old aCC patterns too.
13110
2d1676a0
DJ
131112002-04-09 Daniel Jacobowitz <drow@mvista.com>
13112
13113 * gdb.base/attach.exp: Correct target board test.
13114
3a63e3f9
MC
131152002-04-08 Michael Chastain <mec@shout.net>
13116
13117 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13118 in a const method. Add some xfail and fail cases for configurations
13119 that do not emit the "const ...".
13120
f18dabd2
MC
131212002-04-07 Michael Chastain <mec@shout.net>
13122
13123 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13124 Accept "A * const" and "const A * const" as type of "this".
13125 Fix spelling of getFunky throughout. Make messages uniform.
13126
0fcddd82
EZ
131272002-04-07 Elena Zannoni <ezannoni@redhat.com>
13128
a9c64011 13129 Work around for PR gdb/285:
0fcddd82
EZ
13130 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13131
16a8534a
EZ
131322002-04-07 Elena Zannoni <ezannoni@redhat.com>
13133
13134 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13135 instructions file at run time instead of configure time.
13136 Sometimes we run the test in a directory that is not the one we
13137 configured in.
13138 * gdb.asm/configure.in: Delete creation of symlink.
13139 * gdb.asm/configure: Regenerate.
13140
24181d81
JB
131412002-04-05 J. Brobecker <brobecker@gnat.com>
13142
13143 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13144 xfullpath () function.
13145
7cdb7107
DJ
131462002-04-04 Daniel Jacobowitz <drow@mvista.com>
13147
13148 * gdb.asm/Makefile.in: Correct dependencies.
13149
13150 * gdb.asm/powerpc.inc: New file.
13151 * gdb.asm/asm-source.exp: Add PowerPC.
13152 * gdb.asm/configure.in: Likewise.
13153 * gdb.asm/configure: Regenerated.
13154
a7d17088
DJ
131552002-04-04 Daniel Jacobowitz <drow@mvista.com>
13156
13157 * gdb.base/relocate.exp: New file.
13158 * gdb.base/relocate.c: New file.
13159
cd721503
FF
131602002-04-04 Fred Fish <fnf@redhat.com>
13161
13162 * gdb.base/step-test.exp: Update comment regarding stopping in
13163 memcpy/bcopy calls inserted as part of the compiler runtime.
13164
b22ad7a7
MS
131652002-04-04 Michael Snyder <msnyder@redhat.com>
13166
13167 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13168
5f279fa6
DJ
131692002-04-03 Daniel Jacobowitz <drow@mvista.com>
13170
13171 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13172 (gdb_expect): Remove $notransfer hack.
13173
dd0fd3ce
DJ
131742002-04-02 Daniel Jacobowitz <drow@mvista.com>
13175
13176 * gdb.c++/classes.exp ("calling method for small class"): Match
13177 updated register output.
13178
1e50cda1
DJ
131792002-03-30 Daniel Jacobowitz <drow@mvista.com>
13180
13181 Fix PR gdb/452
13182 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13183 when finished. Make gdb_file_cmd send "exec-file" when
13184 appropriate.
13185
24015922
DJ
131862002-03-30 Daniel Jacobowitz <drow@mvista.com>
13187
13188 * gdb.base/attach.exp: Remove extra setup_xfail.
13189
dd7dfd64
MS
131902002-03-26 Michael Snyder <msnyder@redhat.com>
13191
13192 * gdb.base/default.exp: Add tests for dump, append, and restore.
13193 * gdb.base/help.exp: Add tests for dump, append, and restore.
13194 * gdb.base/dump.exp: New file, test dump, append and restore.
13195 * gdb.base/dump.c: New file.
13196
48b2f8d7
MS
131972002-03-27 Michael Snyder <msnyder@redhat.com>
13198
d63a86f8 13199 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
13200 clean-ups in help messages.
13201
05b4d525
FF
132022002-03-26 Fred Fish <fnf@redhat.com>
13203
13204 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13205 have debugging info for those functions and the compiler uses them
13206 internally to copy structs around.
13207
d7679631
FF
132082002-03-26 Fred Fish <fnf@redhat.com>
13209
13210 * gdb.base/list.exp: Revert the change made yesterday and add note
13211 about why we don't list the default lines for remote targets.
13212
523ac3f9
MS
132132002-03-25 Michael Snyder <msnyder@redhat.com>
13214
13215 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13216
754b2b8d
FF
132172002-03-25 Fred Fish <fnf@redhat.com>
13218
13219 * gdb.base/list.exp: This test works on remote targets so remove
13220 the short circuit for remote targets. Update copyright.
13221
33c3e192
FF
132222002-03-25 Fred Fish <fnf@redhat.com>
13223
13224 * gdb.base/attach.exp: Fix logic error that was suppressing this
13225 test for all non hppa*-*-hpux* targets, instead of the hp target.
13226 Move comments closer to the suppression point. Also now need to
13227 check that we are running natively.
13228
d43e73ee
MS
132292002-03-22 Michael Snyder <msnyder@redhat.com>
13230
882c8f02
MS
13231 * gdb.base/default.exp: Add test for gcore. Update copyright.
13232 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 13233
04c12f60
FF
132342002-03-06 Fred Fish <fnf@redhat.com>
13235
13236 * gdb.base/funcargs.c: Remove extraneous ';' character.
13237 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13238
b43df995
MC
132392002-03-04 Michael Chastain <mec@shout.net>
13240
13241 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13242 accommodate gcc v3 function signature.
13243 * gdb.mi/mi0-var-cmd-exp: Ditto.
13244
92362027
AC
132452002-02-24 Andrew Cagney <ac131313@redhat.com>
13246
13247 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13248 ``GNU/Linux'' or ``Linux kernel''
13249 * testsuite/gdb.threads/pthreads.c: Ditto.
13250
258ad32d
MC
132512002-02-24 Michael Chastain <mec@shout.net>
13252
13253 * gdb.threads/pthreads.c (thread1): Add a return statement.
13254 (thread2): Likewise.
13255 (foo): Likewise.
13256
04c3b3d4
MC
132572002-02-23 Michael Chastain <mec@shout.net>
13258
13259 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13260 to placate gcc.
13261
5a2a0a20
MC
132622002-02-23 Michael Chastain <mec@shout.net>
13263
13264 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13265 test "ptype bint". The test passes on all my stabs configurations.
13266
a640f7fc
JB
132672002-02-21 Jim Blandy <jimb@redhat.com>
13268
27924826
JB
13269 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13270 filename at a time, and watch for the ones we want to see.
13271
a640f7fc
JB
13272 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13273 types of pointers to prototyped functions.
13274
edcc8c75
AC
132752002-02-20 Andrew Cagney <ac131313@redhat.com>
13276
13277 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13278 signed, unsigned and straight char.
13279 (padding_char, padding_short, padding_int, padding_long,
13280 padding_long_long, padding_float, padding_double,
13281 padding_long_double): New global variables.
13282 (fill, fill_structs): New functions.
13283
13284 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13285 for correctly sized writes. Update copyright.
13286 (get_valueof): New procedure.
13287 (get_sizeof): Call get_valueof.
13288 (check_valueof): New procedure.
13289 (check_padding): New procedure.
13290
ac57ea44
MC
132912002-02-20 Michael Chastain <mec@shout.net>
13292
13293 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13294 to setup_xfail. Document some of the remaining calls.
13295
7a10c941
MC
132962002-02-18 Michael Chastain <mec@shout.net>
13297
13298 * gdb.c++/userdef.exp: Update copyright year.
13299
fb8acdcc
DJ
133002002-02-18 Daniel Jacobowitz <drow@mvista.com>
13301
13302 * gdb.c++/userdef.exp: Test overloaded operators properly.
13303 Remove xfails.
13304
fda6ae12
MS
133052002-02-14 Michael Snyder <msnyder@redhat.com>
13306
13307 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13308
676a0442
DJ
133092002-02-14 Daniel Jacobowitz <drow@mvista.com>
13310
13311 * gdb.base/a2-run.exp: Check for a remote target properly.
13312 * gdb.base/annota1.exp: Likewise.
13313 * gdb.base/list.exp: Likewise.
13314 * gdb.base/reread.exp: Likewise.
13315 * gdb.base/scope.exp: Likewise.
13316 * gdb.base/shlib-call.exp: Likewise.
13317 * gdb.base/term.exp: Likewise.
13318 * gdb.c++/annota2.exp: Likewise.
13319
78b4f468
RE
133202002-02-13 Richard Earnshaw <rearnsha@arm.com>
13321
13322 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13323
9a81ba51
MC
133242002-02-10 Michael Chastain <mec@shout.net>
13325
13326 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13327 (call_after_alloca): Ditto.
13328
004af6c7
DJ
133292002-02-10 Daniel Jacobowitz <drow@mvista.com>
13330
13331 * gdb.base/ending-run.exp: Guard "cont" test with
13332 gdb_skip_stdio_test.
13333
37225f62
JB
133342002-02-06 Jim Blandy <jimb@redhat.com>
13335
13336 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13337 from here...
13338 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13339 To here. Disable this test on non-HP platforms. Add big comment.
13340
fe6fdd96
MS
133412002-02-04 Michael Snyder <msnyder@redhat.com>
13342
13343 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13344 other than d10v and m32r.
13345
036fad3f
RE
133462002-02-02 Richard Earnshaw <rearnsha@arm.com>
13347
13348 * gdb.base/default.exp: Rewrite test patterns to reduce time
13349 taken to match them.
13350
7148ab62
DJ
133512002-01-30 Daniel Jacobowitz <drow@mvista.com>
13352
13353 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13354 Allow a start function above main.
13355 * gdb.threads/linux-dp.exp: Fix copyright date.
13356
396cc255
DJ
133572002-01-30 Daniel Jacobowitz <drow@mvista.com>
13358
a9c64011
AS
13359 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13360 (check_philosopher_stack): Check for manager thread before checking
13361 for a just-starting thread.
396cc255 13362
f038d31b
DJ
133632002-01-30 Daniel Jacobowitz <drow@mvista.com>
13364
13365 From Neil Booth <neil@daikokuya.demon.co.uk>:
13366 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13367 warnings.
13368
b3ff9d9a
FF
133692002-01-21 Fred Fish <fnf@redhat.com>
13370
13371 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13372 not caller.
13373
39ad761d
JB
133742002-01-21 Jim Blandy <jimb@redhat.com>
13375
13376 * gdb.base/reread.exp: Check that GDB properly re-reads the
13377 executable file when it changes while no inferior is running.
13378
aaf320fa
FF
133792002-01-21 Fred Fish <fnf@redhat.com>
13380
a9c64011
AS
13381 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13382 optionally accept the "shlib events" variation.
aaf320fa 13383
808a31f5
JB
133842002-01-21 Jim Blandy <jimb@redhat.com>
13385
13386 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13387 call `fflush' after every `printf', so that the output is produced
13388 at predictable points, regardless of whatever buffering does (or
13389 doesn't) take place.
13390 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13391 at different points.
13392
4420d5e2
DJ
133932002-01-20 Daniel Jacobowitz <drow@mvista.com>
13394
13395 * gdb.c++/inherit.exp: Update copyright years.
13396 * gdb.c++/method.exp: Likewise.
13397
3e36a0f4
DJ
133982002-01-20 Daniel Jacobowitz <drow@mvista.com>
13399
13400 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13401 artificial methods/arguments.
13402 * gdb.c++/derivation.exp: Likewise.
13403 * gdb.c++/inherit.exp: Likewise.
13404 * gdb.c++/method.exp: Likewise.
13405 * gdb.c++/virtfunc.exp: Likewise.
13406
b4ceaee6
AC
134072002-01-18 Andrew Cagney <ac131313@redhat.com>
13408
13409 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13410 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13411 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13412 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13413 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13414 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13415
ecace851
JB
134162002-01-17 Jim Blandy <jimb@redhat.com>
13417
13418 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13419 anchoring the pattern matching the entry point symbol's name.
13420
375fc983
AC
134212002-01-17 Andrew Cagney <ac131313@redhat.com>
13422
13423 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13424 continue/quit query. Update copyright.
13425
fe6fdd96
MS
134262002-01-14 Michael Snyder <msnyder@redhat.com>
13427
13428 * gdb.base/gcore.exp: Remove extra debugging output.
13429
e017c81f
DJ
134302002-01-13 Daniel Jacobowitz <drow@mvista.com>
13431
13432 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13433 for slightly dubious v2 mangled string.
13434
37ab3bf8
DJ
134352002-01-13 Daniel Jacobowitz <drow@mvista.com>
13436
13437 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13438
1bc05c3a 134392002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13440
1bc05c3a 13441 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13442
1bc05c3a
JM
13443 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13444 constructors.
13445 * gdb.c++/derivation.exp: Likewise.
13446 * gdb.c++/templates.exp: Likewise.
13447 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13448
1bc05c3a
JM
134492002-01-10 Michael Snyder <msnyder@redhat.com>
13450
13451 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13452
a911c360
MS
134532002-01-08 Michael Snyder <msnyder@redhat.com>
13454
13455 * gdb.base/gcore.exp: New test for generate-core-file command.
13456 * gdb.base/gcore.c: Testcase for above.
13457 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13458
ea2119ec
JM
134592002-01-08 Jason Merrill <jason@redhat.com>
13460
13461 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13462
68203136
FF
134632002-01-07 Fred Fish <fnf@redhat.com>
13464
13465 * gdb.c++/overload.exp: Remove unconditional xfails for:
13466 print foo_instance1.overloadargs(1)
13467 print foo_instance1.overloadargs(1, 2)
13468 print foo_instance1.overloadargs(1, 2, 3)
13469 print foo_instance1.overloadargs(1, 2, 3, 4)
13470 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13471 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13472 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13473 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13474 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13475 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13476 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13477 print foo_instance1.overload1arg()
13478 print foo_instance1.overload1arg((char)arg2)
13479 print foo_instance1.overload1arg((signed char)arg3)
13480 print foo_instance1.overload1arg((unsigned char)arg4)
13481 print foo_instance1.overload1arg((int)arg7)
13482 print foo_instance1.overload1arg((unsigned int)arg8)
13483 print foo_instance1.overload1arg((float)arg11)
13484 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13485
21b9b5b1
MS
134862002-01-07 Michael Snyder <msnyder@redhat.com>
13487
13488 * gdb.base/huge.exp: New test. Print a very large target data object.
13489 (skip_huge_test): New test variable. Define if you want to skip this
13490 test. The test reads an 8 megabyte data object from the target, so it
13491 might be very time consuming on remote targets with a slow connection.
13492 * gdb.base/huge.c: New file. Test case for above.
13493
725f922e
FF
134942002-01-07 Fred Fish <fnf@redhat.com>
13495
13496 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13497 g_instance.bfoo, and g_instance.cfoo.
13498
634d57ec
JL
13499Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13500
f286b2c3
JL
13501 * gdb.base/break.c (multi_line_if_conditional): New function.
13502 (multi_ilne_while_conditional): Likewise.
13503 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13504 IF or WHILE condition puts the breakpoint at the start of
13505 the condition.
13506
634d57ec
JL
13507 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13508 hppa*-*-hpux* expected failure.
13509 * gdb.base/structs.exp (do_function_calls): Similarly.
13510
13511 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13512 watchpoints.
13513
9fbfe2dc
AC
135142002-01-06 Andrew Cagney <ac131313@redhat.com>
13515
13516 Fix PR gdb/66.
13517 * gdb.base/structs.exp: Replace skip for a29k with skip for
13518 gdb,cannot_call_functions.
13519 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13520 * gdb.base/callfuncs.exp: Ditto.
13521 * gdb.base/call-rt-st.exp: Ditto.
13522 * gdb.base/call-strs.exp: Ditto.
13523 * gdb.base/callfwmall.exp: Ditto.
13524 * gdb.base/scope.exp: Obsolete xfail a29k.
13525 * gdb.c++/misc.exp: Ditto.
13526 * gdb.c++/cplusfuncs.exp: Ditto.
13527 * gdb.base/ptype.exp: Ditto.
13528 * gdb.base/printcmds.exp: Ditto.
13529 * gdb.base/opaque.exp: Ditto.
13530 * gdb.base/list.exp: Ditto.
13531 * gdb.base/funcargs.exp: Ditto.
13532 * gdb.base/default.exp: Ditto.
13533
8ddad156
MS
135342002-01-04 Michael Snyder <msnyder@redhat.com>
13535
ca4976a6 13536 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13537 * gdb.base/maint.exp: Add tests for maint info sections options.
13538
1b074332
JL
13539Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13540
13541 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13542
7d159115
CV
135432001-12-20 Corinna Vinschen <vinschen@redhat.com>
13544
13545 * gdb.asm/arm.inc: New file.
13546 * gdb.asm/asm-source.exp: Add arm targets.
13547 * gdb.asm/configure.in: Ditto.
13548 * gdb.asm/configure: Recreated from configure.in.
13549
8fb87725
JL
13550Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13551
afabe08c
JL
13552 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13553 with HP's compiler.
13554 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13555 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13556 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13557 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13558
13559 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13560 either HP's compilers or GCC.
13561
db521deb
JL
13562 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13563 a SIGBUS or SIGSEGV.
13564
13565 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13566
13567 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13568 can be compiled with either HP's compiler or GCC.
13569
cfa88ab7
JL
13570 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13571 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13572 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13573
ca344dff
JL
13574 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13575 to match current gdb output. Update due to using auto-solib-limit
13576 for limiting instead of overloading auto-solib-add.
13577 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13578 test program.
13579
3f3c6e55 13580 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13581 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13582 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13583 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13584 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13585 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13586 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13587 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13588 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13589 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13590 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13591 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13592 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13593
8fb87725
JL
13594 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13595 a SIGTRAP to the inferior.
13596
cf599fa7
CV
135972001-12-19 Corinna Vinschen <vinschen@redhat.com>
13598
13599 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13600 Substitute call to target_link by call to gdb_compile.
13601
2cd045cd
JL
13602Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13603
a9c64011
AS
13604 * gdb.base/break.exp: Fix HP specific search string when testing
13605 backtracing in a called function.
2cd045cd 13606
a9c64011
AS
13607 * gdb.base/constvars.exp: Only set lang to C++ if we're
13608 compiling the test with HP's compilers.
13609 * gdb.base/volatile.exp: Similarly.
2cd045cd 13610
99ebe9ac
JB
136112001-12-19 Jim Blandy <jimb@redhat.com>
13612
13613 * gdb.base/printcmds.exp: Expect the null character to be printed
13614 as '\0', and the '\013' to be printed as '\v'.
13615 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13616 * gdb.base/setvar.exp: Same.
13617
b9891b29
JB
136182001-12-17 Jim Blandy <jimb@redhat.com>
13619
0eba65ab
JB
13620 * gdb.base/completion.exp: Rather than completing very long
13621 filenames, which can make the readline library produce output we
13622 don't recognize, cd to the directory first, and then complete
13623 using nice, short relative paths.
13624
6970b5b1
JB
13625 * gdb.base/completion.exp: On some systems, there is, in fact, a
13626 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13627 variables as being in scope. So use `no_var_named_this'
13628 instead of `b'.
6970b5b1 13629
b9891b29
JB
13630 * gdb.base/corefile.exp: Recognize the message saying that GDB
13631 can't find the core file's registers as a failure.
13632
e6ccd35f
JSC
136332001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13634
a9c64011
AS
13635 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13636 test expect string more specific.
e6ccd35f 13637
105ba819
CV
136382001-12-13 Corinna Vinschen <vinschen@redhat.com>
13639
13640 * gdb.asm/asm-source.exp: Add support for xstormy16.
13641 * gdb.asm/configure.in: Ditto.
13642 * gdb.asm/configure: Rebuild.
13643 * gdb.asm/xstormy16.inc: New file.
13644
e9e79dd9
FF
136452001-12-10 Fred Fish <fnf@redhat.com>
13646
13647 * gdb.base/maint.exp: Update to match changes in type dumping code.
13648
347dc97d
JB
136492001-12-10 Jim Blandy <jimb@redhat.com>
13650
13651 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13652 matching the entry point symbol's name at the beginning of the
13653 line.
13654
5178b9d6
DJ
136552001-12-07 Daniel Jacobowitz <drow@mvista.com>
13656
13657 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13658 gdb.c++/inherit.exp, gdb.c++/method.exp,
13659 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13660 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13661 and class layout support.
13662
af890c52
DJ
136632001-12-07 Daniel Jacobowitz <drow@mvista.com>
13664
13665 * gdb.c++/classes.exp: Add test for static member function.
13666 * gdb.c++/misc.cc: Add class with static member function.
13667
7a345fb3
JB
136682001-12-07 Jim Blandy <jimb@redhat.com>
13669
f2e54a80 13670 If GDB says it can't find the struct the function returned, report
8032bf31
JB
13671 those tests as `unsupported'.
13672 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13673 Rewrite subsequent tests to use it.
13674
13675 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
13676 those tests as `unsupported'.
13677 * gdb.base/structs.exp (call_struct_func): New function.
13678 (do_function_calls): Use call_struct_func to call the functions
13679 returning structs.
13680
0bc69509
JB
13681 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13682 whether functions are prototyped or not, so we can't possibly pass
13683 arguments to t_float_values2 properly.
13684
7a345fb3
JB
13685 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13686 value of `timeout' for targets other than the mips*tx39-*.
13687
edb6ede1
MS
136882001-12-06 Michael Snyder <msnyder@redhat.com>
13689
d63a86f8 13690 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
13691 and detect whether the start symbol has a leading underscore.
13692
2d842f13
JB
136932001-12-04 Jim Blandy <jimb@redhat.com>
13694
13695 * gdb.base/completion.exp: Clarify indentation.
13696
68550daf
JB
136972001-12-03 Jim Blandy <jimb@redhat.com>
13698
13699 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13700 variables on the S/390, not `.word'.
13701
cd5195a8
JB
137022001-11-30 Jim Blandy <jimb@redhat.com>
13703
13704 Add assembly-source tests for s390-ibm-linux.
13705 * gdb.asm/s390.inc: New file.
13706 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13707 the S/390 architecture.
a9c64011 13708 * gdb.asm/configure: Regenerated.
cd5195a8 13709
ca9efc90
MS
137102001-11-30 Michael Snyder <msnyder@redhat.com>
13711
13712 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13713 next, info source, info sources, info line, global and static
13714 variables, and static functions.
13715 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13716 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13717 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13718 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13719 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13720 (gdbasm_leave): Restore frame pointer.
13721 (gdbasm_startup): Copy stack set-up from crt0.S.
13722
d0e66976
FN
137232001-11-26 Fernando Nasser <fnasser@redhat.com>
13724
13725 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13726 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13727 to a local (non-static) variable. Copy tstruct.a to a static buffer
13728 and return a pointer to that buffer.
13729 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13730
e2334072
MK
137312001-11-24 Mark Kettenis <kettenis@gnu.org>
13732
13733 * gdb.asm/configure.in: Fix recognition of ix86 target.
13734 * gdb.asm/configure: Regenerate.
13735
756caa3d
MS
137362001-11-21 Michael Snyder <msnyder@redhat.com>
13737
13738 * gdb.asm/sparc.inc: New file.
13739 * gdb.asm/asm-source.exp: Recognize sparc target.
13740 * gdb.asm/configure.in: Recognize sparc target.
13741 * gdb.asm/configure: Regenerate.
d63a86f8 13742
9a4d72d5
MS
137432001-11-21 Michael Snyder <msnyder@redhat.com>
13744
13745 * gdb.asm/m32r.inc: New file.
13746 * gdb.asm/asm-source.exp: Recognize m32r target.
13747 * gdb.asm/configure.in: Recognize m32r target.
13748 * gdb.asm/configure: Regenerate.
13749
a773d1cd
MS
137502001-11-20 Michael Snyder <msnyder@redhat.com>
13751
017ac23d
MS
13752 * gdb.asm/i386.inc: New file.
13753 * gdb.asm/asm-source.exp: Recognize ix86 target.
13754 * gdb.asm/configure.in: Recognize ix86 target.
13755 * gdb.asm/configure: Regenerate.
13756
a773d1cd
MS
13757 * gdb.c++/namespace.exp: Fix quotes in output messages.
13758
bb632afb
MS
137592001-11-14 Michael Snyder <msnyder@redhat.com>
13760
25d559ca 13761 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
13762 qualifier in a type cast expression, to designate an address
13763 in the instruction space (Harvard architecture).
13764
4749e309
MS
137652001-11-13 Michael Snyder <msnyder@redhat.com>
13766
13767 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13768 Tests for expressions using 'const' and 'volatile'.
13769
25050984
CV
137702001-11-13 Corinna Vinschen <vinschen@redhat.com>
13771
13772 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13773
1902c51f
DJ
137742001-11-12 Daniel Jacobowitz <drow@mvista.com>
13775
13776 * lib/mi-support.exp (mi_run_to_helper): Move comments
13777 outside of gdb_expect.
13778
dcf95b47
DJ
137792001-11-11 Daniel Jacobowitz <drow@mvista.com>
13780
13781 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13782 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13783 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13784 mi0_run_to): New functions.
13785 * gdb.mi/mi-simplerun.exp: Use them.
13786 * gdb.mi/mi0-simplerun.exp: Likewise.
13787 * gdb.mi/mi-var-cmd.exp: Likewise.
13788 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 13789
45b074e1
AC
137902001-11-10 Andrew Cagney <ac131313@redhat.com>
13791
13792 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13793 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13794
bf50d346
AC
137952001-11-09 Andrew Cagney <ac131313@redhat.com>
13796
13797 * gdb.base/restore.exp: Include $expected value in restored test
13798 message.
13799
9383332c
AC
138002001-11-09 Andrew Cagney <ac131313@redhat.com>
13801
13802 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13803 implemented.
13804
db62520a
MS
138052001-11-08 Michael Snyder <msnyder@redhat.com>
13806
13807 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13808 Add pass/fail message for stop at breakpoint in call dummy function.
13809
b5703437
MS
138102001-11-07 Michael Snyder <msnyder@redhat.com>
13811
d63a86f8
RM
13812 * gdb.c++/templates.exp (test_template_breakpoints):
13813 If we get an overload menu, but it does not match what
760f6330 13814 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
13815 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13816 making the whitespace optional. Argument for "new" may be
13817 "unsigned" as well as "unsigned int/long".
d63a86f8 13818 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
13819 making the whitespace optional. Also replace "(void) with
13820 "((void|)), making the keyword "void" optional.
d63a86f8 13821 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
13822 making the whitespace optional. Also replace "(void) with
13823 "((void|)), making the keyword "void" optional.
3bf40917
MS
13824 * gdb.base/callfuncs.c (t_float_values): This function must
13825 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 13826 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
13827 can be tested against both cases. Usually one case involves
13828 promotion of float to double, while the other does not.
13829 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
13830 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13831 includes a stack frame for "start".
13832
c8ab4e6d
JB
138332001-11-05 Jim Blandy <jimb@redhat.com>
13834
13835 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13836 pointers are 32 bits long, and that offsets of relocs are always
13837 stored in the data (REL-style), and not in the reloc entry itself
13838 (RELA-style).
13839 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13840 stabs.
13841
3f08ced9
MS
138422001-11-01 Michael Snyder <msnyder@redhat.com>
13843
13844 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13845 and regular expression operators by using quoting.
13846
cbfa24cd
MS
138472001-10-31 Michael Snyder <msnyder@redhat.com>
13848
13849 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13850 depending on what the symbol table contains.
13851 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13852 the output of the ptype command. Similarly, accept both "const &"
13853 and "const&".
13854
aaa68313
CV
138552001-10-31 Corinna Vinschen <vinschen@redhat.com>
13856
13857 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13858 symbol `STORAGE' to allow to choose the storage class of
13859 the local datastructures.
13860 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13861 compiler directive.
13862
91740388
MS
138632001-10-30 Michael Snyder <msnyder@redhat.com>
13864
13865 * gdb.base/jump.exp: Allow it to run for all targets.
13866
1b7c05e7
CV
138672001-10-29 Corinna Vinschen <vinschen@redhat.com>
13868
13869 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13870 with new double_array size.
13871 (main): Change storage class of all local variables to static.
13872 Reduce size of double_array to 9.
13873 * gdb.base/call-ar-st.exp: Increase timeout value.
13874 Change expected output for double array to match new size in
13875 call-ar-st.c.
13876
36a22261
CV
138772001-10-29 Corinna Vinschen <vinschen@redhat.com>
13878
13879 * gdb.base/ending-run.exp: Create identical output when passing
13880 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 13881 Stormy16 target.
36a22261 13882
92b8ae91
MK
138832001-10-28 Mark Kettenis <kettenis@gnu.org>
13884
13885 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13886 that we catch the expected failure under Linux/x86.
13887
cb135b83
OF
138882001-10-29 Orjan Friberg <orjanf@axis.com>
13889
13890 * gdb.base/setvar.exp: Escape curly braces.
13891 * gdb.stabs/weird.exp: Ditto.
13892
6884aa54
DJ
138932001-10-27 Daniel Jacobowitz <drow@mvista.com>
13894
13895 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13896 * gdm.mi/mi0-hack-cli.exp: Likewise.
13897
0398c9aa
AC
138982001-10-25 Andrew Cagney <ac131313@redhat.com>
13899
13900 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13901 messages.
13902
d20bf2e8
AC
139032001-10-21 Andrew Cagney <ac131313@redhat.com>
13904
13905 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13906 checking MI enabled.
13907
03dd63aa
CV
139082001-10-09 Corinna Vinschen <vinschen@redhat.com>
13909
13910 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13911
1d9d99f3
FCE
139122001-10-04 Frank Ch. Eigler <fche@redhat.com>
13913
13914 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13915 if gdb child process crashes, just signal an error.
13916
838ae6c4
JB
139172001-10-02 Jim Blandy <jimb@redhat.com>
13918
13919 * lib/gdb.exp (test_xfail_format): Simplify.
13920
13921 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13922 front of the variable name `format'. Simplify `if'.
13923
8f0cbc1c
DJ
139242001-10-01 Daniel Jacobowitz <drow@mvista.com>
13925
13926 * gdb.threads/pthreads.exp: Wait for output and delay
13927 before sending ^C.
13928
1f08dafd
DJ
139292001-10-01 Daniel Jacobowitz <drow@mvista.com>
13930
13931 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13932 some incorrect output instead of timing out.
13933 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13934
674f90ff
CV
139352001-09-28 Corinna Vinschen <vinschen@redhat.com>
13936
13937 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13938 check to allow additional `int'.
13939
9b284272
DJ
139402001-09-27 Daniel Jacobowitz <drow@mvista.com>
13941
13942 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13943 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13944
b55a4771
MS
139452001-09-27 Michael Snyder <msnyder@redhat.com>
13946
13947 * lib/gdb.exp (test_debug_format): New proc.
13948 (setup_xfail_format): Use new proc test_debug_format.
13949 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13950 proc; use new service proc test_debug_format.
13951 Replace all other "gcc_compiled" tests with this test.
13952 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13953 proc; use new service proc test_debug_format.
13954 Replace all other "gcc_compiled" tests with this test.
13955
139562001-09-27 Michael Snyder <msnyder@redhat.com>
13957
13958 * gdb.base/cvexpr.exp: New file.
13959 * gdb.base/cvexpr.c: New file
13960 Test for expressions using const and volatile keywords.
13961
4e6667ac
CV
139622001-09-26 Corinna Vinschen <vinschen@redhat.com>
13963
13964 * gdb.base/constvars.exp: Check for different orders of keywords
13965 and additional "int" strings in output.
13966
4f337972
AC
139672001-09-22 Andrew Cagney <ac131313@redhat.com>
13968
13969 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13970 responses from "help maint".
13971
2015650d
FCE
139722001-09-19 Frank Ch. Eigler <fche@redhat.com>
13973
13974 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13975 to localhost:NNN instead of :NNN, in case Xvfb is listening
13976 only on TCP.
13977
f3bcedc1
CV
139782001-09-19 Corinna Vinschen <vinschen@redhat.com>
13979
13980 * gdb.base/recurse.exp: When checking leaving the watchpoint
13981 scope, recognize when gdb is in function's epilogue and pass.
13982
6b819c92
KS
139832001-09-18 Keith Seitz <keiths@redhat.com>
13984
13985 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13986 support for running tests against sid targets.
13987 (gdbtk_done): Ditto.
13988
a10c9419
CV
139892001-09-18 Corinna Vinschen <vinschen@redhat.com>
13990
13991 * gdb.base/ending-run.c (main): Set stdout buffersize
13992 to the same reasonable value for any target.
13993 * gdb.base/ending-run.exp: Add a regular expression
13994 to make testsuite happy on Sanyo Stormy16 target.
13995
739d0d99
CV
139962001-09-17 Corinna Vinschen <vinschen@redhat.com>
13997
13998 * gdb.base/display.c (do_loops): Add float variable `f'.
13999 Increment f in loop.
14000 * gdb.base/display.exp: Increment timeout by 60 seconds.
14001 Change float display test to use variable `f'.
14002
1b8947f0
JB
140032001-09-17 Jim Blandy <jimb@redhat.com>
14004
14005 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14006 overflowing the limited breakpoint tables on some ROM monitors
14007 (like the ROM68K).
14008
9890ac81
FCE
140092001-09-15 Frank Ch. Eigler <fche@redhat.com>
14010
14011 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14012 the "-ac" (disable access control) flag.
14013
6db765ea
JH
140142001-08-30 Jeff Holcomb <jeffh@redhat.com>
14015
14016 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14017 ints.
14018
4c32cc04
KS
140192001-08-30 Keith Seitz <keiths@redhat.com>
14020
14021 * lib/gdb.exp: Move all insight-related functionality into
14022 separate file.
14023 * lib/insight-support.exp: New file.
14024
8d6e6f81
FCE
140252001-08-29 Frank Ch. Eigler <fche@redhat.com>
14026
14027 * config/sid.exp (sid_start): Never set sid verbosity; disable
14028 expect_background {} that consumed its stdout; tolerate </dev/null.
14029 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14030
6a90e1d0
AC
140312001-08-18 Andrew Cagney <ac131313@redhat.com>
14032
14033 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14034 CLI jump command to start it.
14035 (mi_run_to_main): Fail immediatly when unexpected output.
14036
1759b3c3
AC
140372001-08-18 Andrew Cagney <ac131313@redhat.com>
14038
14039 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14040 beginning of function. Fix PR gdb/191.
14041
61d11d80
FCE
140422001-08-16 Frank Ch. Eigler <fche@redhat.com>
14043
14044 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14045 what to force sid endianness to.
14046
942a4df2
KS
140472001-08-15 Keith Seitz <keiths@redhat.com>
14048
14049 * lib/gdb.exp (gdbtk_start): Don't set environment
14050 variables for TCL_LIBRARY and friends. Insight will
14051 now figure these out for itself.
14052
0521c418
MS
140532001-08-02 Michael Snyder <msnyder@redhat.com>
14054
14055 * gdb.base/completion.exp: Remove the symbol "a64l" from
14056 the expect string; this is target-specific, and not related
14057 to what is being tested.
14058
74a9a58a
DB
140592001-08-02 Dave Brolley <brolley@redhat.com>
14060
14061 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14062
c70819fa
MS
140632001-07-25 Michael Snyder <msnyder@redhat.com>
14064
c2b8fa57
MS
14065 * gdb.base/consecutive.exp: New file. Test stepping over
14066 breakpoints on consecutive instructions.
14067 * gdb.base/consecutive.c: New file.
14068
c70819fa
MS
14069 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14070 curly braces in regular expressions.
14071
2b1a1355
MS
140722001-07-25 Michael Snyder <msnyder@redhat.com>
14073
14074 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14075 legitimate output from stepping out of main.
14076
413eca6f
KS
140772001-07-22 Keith Seitz <keiths@redhat.com>
14078
14079 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14080 the empty string, do not run the tests.
14081
7e5a9322
SC
140822001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14083
14084 * gdb.base/long_long.exp: Detect size of pointer. Take into
14085 account 2-byte pointers when testing for p/a results.
14086
de58f10f
SC
140872001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14088
d63a86f8 14089 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
14090 and defined to 1K for m68hc11.
14091 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14092 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14093 (sizeof_random_data): New variable to tell the size of the data table;
14094 don't test past this size; always run to main.
14095
d6f5fea1
SC
140962001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14097
14098 * gdb.base/return2.exp: return of long long and double fails for
14099 68HC11; don't execute these tests on that platform.
14100 * gdb.base/return.exp: Return of a double fails for 68hc11.
14101
c477543d
SC
141022001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14103
14104 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14105 tests that print a float.
14106 * call-rt-st.exp: Likewise.
14107
63cf1c79
MK
141082001-07-12 Mark Kettenis <kettenis@gnu.org>
14109
14110 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14111 running this test on Linux.
14112
112f9ab5
MC
141132001-06-24 Michael Chastain <chastain@redhat.com>
14114
14115 * gdb.base/arithmet.exp: Remove some tests to make all test names
14116 unique.
14117
4970cb0f
MS
141182001-07-03 Michael Snyder <msnyder@redhat.com>
14119
14120 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14121 the output of the ptype command.
14122
d85da69f
MS
141232001-07-02 Michael Snyder <msnyder@redhat.com>
14124
4c8a82de
MS
14125 * gdb.base/completion.exp: Don't assume that break.c is the only
14126 source file that may contain functions named "marker".
d85da69f
MS
14127 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14128
8afc772b
AC
141292001-06-28 Andrew Cagney <ac131313@redhat.com>
14130
14131 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14132 of files to delete.
14133
14134 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14135 * gdb.disasm/h8300s.exp: New file.
14136 gdb.disasm/h8300s.s: Likewise.
14137
cff22675
AC
141382001-06-27 Andrew Cagney <ac131313@redhat.com>
14139
14140 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14141 empty breakpoint tables.
14142
68c81b54
AC
141432001-06-25 Andrew Cagney <ac131313@redhat.com>
14144
14145 * lib/mi-support.exp: Update args=... part of stop-reason
14146 patterns. Accept either a list or a tuple.
14147
2dd62704
AC
141482001-06-23 Andrew Cagney <ac131313@redhat.com>
14149
14150 * lib/mi-support.exp: Remove local emacs variable defining
14151 change-log-default-name.
14152
b4127474
MC
141532001-06-22 Michael Chastain <chastain@redhat.com>
14154
14155 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14156 This is operationally compatible with the previous version.
14157
8dbfb380
JB
141582001-06-13 Jim Blandy <jimb@redhat.com>
14159
14160 * lib/gdb.exp (gdb_test): Doc fix.
14161
f2d8c86d
MC
141622001-06-10 Michael Chastain <chastain@redhat.com>
14163
14164 * gdb.base/exprs.exp: Remove a duplicate test.
14165
81564d34
JB
141662001-06-06 Jim Blandy <jimb@redhat.com>
14167
14168 * gdb.base/return2.exp (main): Use values to test float and double
14169 returns that are not NaN's, to avoid being confused by IEEE
14170 comparison rules.
14171
da55addb
MS
141722001-06-04 Michael Snyder <msnyder@redhat.com>
14173
14174 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 14175 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
14176 rather than wait for 12 more tests to time out.
14177
42c65987
JB
141782001-06-06 Jim Blandy <jimb@redhat.com>
14179
b18bced9 14180 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 14181 Don't forget to match the GDB prompt.
b18bced9 14182
42c65987
JB
14183 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14184
5b41e5f0
JB
141852001-06-04 Jim Blandy <jimb@redhat.com>
14186
14187 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14188 command.
14189
015e046f
KB
141902001-05-31 Kevin Buettner <kevinb@redhat.com>
14191
14192 * gdb.base/annota1.exp (info break): Match four or more spaces
14193 after "Address".
14194
fb1ffbbe
MC
141952001-05-31 Michael Chastain <chastain@redhat.com>
14196
14197 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14198 (dm_type_int_star): Likewise.
14199 (dm_type_long_star): Likewise.
14200 (dm_type_void_star): Likewise.
14201
5ea2a32c
KB
142022001-05-29 Kevin Buettner <kevinb@redhat.com>
14203
14204 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14205 to a known value in order to get consistent results regardless
14206 of the setting of INPUTRC or the presence or contents of .inputrc.
14207
ae23c492
MS
142082001-05-24 Michael Snyder <msnyder@redhat.com>
14209
ac55707e
MS
14210 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14211 Don't require that the main thread and the manager thread are the
14212 first in the list.
14213
ae23c492
MS
14214 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14215 debugging. If test fails, issue an "unsupported" not a "fail".
14216
400071f1
JB
142172001-05-24 Jim Blandy <jimb@redhat.com>
14218
14219 Don't assume that short is shorter than int.
14220 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14221 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 14222 this isn't true.
400071f1
JB
14223 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14224 an int, is not equal to ~0 stored in an unsigned char. This tests
14225 the same thing that the previous test meant to, but works on
14226 16-bit machines, too.
14227 ("print unsigned char != (~0)"): Same test, complemented.
14228
0816a3e5
MS
142292001-05-24 Michael Snyder <msnyder@redhat.com>
14230
14231 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 14232 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
14233 and prevents dejagnu getting out of step.
14234
f6dc23a9
KB
142352001-05-23 Kevin Buettner <kevinb@redhat.com>
14236
14237 * gdb.base/finish.exp (finish_void): Revise pattern for
14238 stopping on the call statement to not permit stopping at
14239 the start of the instructions comprising the call sequence.
14240
7dbd117d
MC
142412001-05-19 Michael Chastain <chastain@redhat.com>
14242
14243 * gdb.base/callfuncs.exp: Make all test names unique.
14244 * gdb.base/commands.exp: Make all test names unique.
14245 * gdb.base/condbreak.exp: Make all test names unique.
14246 * gdb.base/dbx.exp: Make all test names unique.
14247 * gdb.base/default.exp: Make all test names unique.
14248 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14249 and TIMEOUT messages to their corresponding PASS message.
14250 * gdb.base/ending-run.exp: Make all test names unique.
14251 * gdb.base/long_long.exp: Remove duplicate test.
14252
6b0b0a9e
KB
142532001-05-21 Kevin Buettner <kevinb@redhat.com>
14254
14255 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14256 stop on the call statement as well as the statement after the
14257 call.
14258
2caa35cb
MS
142592001-05-21 Michael Snyder <msnyder@redhat.com>
14260
14261 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14262
40713331
EZ
142632001-05-10 Elena Zannoni <ezannoni@redhat.com>
14264
a9c64011
AS
14265 * gdb.base/completion.exp: Revamp test. Make it execute on all
14266 platforms.
40713331 14267
c2c1be8d
EZ
142682001-05-10 Elena Zannoni <ezannoni@redhat.com>
14269
a9c64011
AS
14270 * config/gdbserver.exp (gdb_load): Handle the case
14271 in which the arguments to gdbserver are given in the
14272 baseboard configuration file.
14273 Also handle the case in which the server needs to do a
14274 load.
2c9cd303 14275
9671de48
KS
142762001-05-07 Keith Seitz <keiths@cygnus.com>
14277
a9c64011
AS
14278 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14279 set up the display for testing.
14280 (gdbtk_start): Convert all paths to paths that tcl will like.
14281 Export target information to environment.
14282 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14283 necessary.
14284 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14285 (to_tcl_path): New proc to convert a given pathname into
14286 a path acceptible as an argument to a tcl command.
14287 (_gdbtk_export_target_info): New proc to export target info
14288 into the environment for gdbtk testing.
14289 (gdbtk_done): New proc to signal end-of-test.
9671de48 14290
5a360f47
JB
142912001-05-06 Jim Blandy <jimb@redhat.com>
14292
14293 * restore.c: Make the code of caller0 correspond to its comment.
14294
66c756c6
MS
142952001-05-03 Michael Snyder <msnyder@redhat.com>
14296
14297 * config/sid.exp (gdb_target_sid): Check for error messages.
14298 On error or timeout, don't make expect exit (which will terminate
14299 all subsequent tests); instead just make gdb exit.
d63a86f8 14300 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
14301 return a negative value.
14302
a966fde5
JB
143032001-04-24 Jim Blandy <jimb@redhat.com>
14304
851c18e0
JB
14305 * gdb.c++/templates.exp: If we see the prompt for the overload
14306 list, but we haven't recognized any of the longer patterns,
14307 arrange for this test to fail, not hang.
14308
a966fde5
JB
14309 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14310 variations.
14311
db144853
MC
143122001-04-22 Michael Chastain <chastain@redhat.com>
14313
14314 * gdb.c++/local.exp: Use the 'runto' library function.
14315 * gdb.c++/namespace.exp: Likewise.
14316 * gdb.c++/overload.exp: Likewise.
14317
3207ec21
KB
143182001-03-26 Kevin Buettner <kevinb@redhat.com>
14319
14320 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14321 * gdb.base/step-line.exp: New file. Test step/next in presence of
14322 #line directives.
14323 * gdb.base/step-line.c: New file. Test program for the above.
14324 * gdb.base/step-line.inp: New file. We pretend that this file has
14325 been transformed by some other tool into step-line.c.
14326
13b57657
JB
143272001-03-21 Jim Blandy <jimb@redhat.com>
14328
14329 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14330 unmangled operator names.
14331
754cbe1c
JB
143322001-03-20 Jim Blandy <jimb@redhat.com>
14333
14334 * gdb.threads/linux-dp.exp: Recognize an additional message
14335 generated by GDB when it doesn't understand how to debug threads
14336 on the target system.
14337
177495c9
AC
143382001-03-19 Andrew Cagney <ac131313@redhat.com>
14339
14340 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14341
f266096b
MC
143422001-03-12 Michael Chastain <chastain@redhat.com>
14343
14344 * gdb.c++/derivation.exp: Use the 'runto' library function.
14345
cac3c2ff
MC
143462001-03-12 Michael Chastain <chastain@redhat.com>
14347
14348 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14349
b6c11a24
MC
143502001-02-24 Michael Chastain <chastain@redhat.com>
14351
14352 * gdb.c++/ref-types.exp: Change handwritten code to library
14353 function 'runto'.
14354
6bae5bce
OF
143552001-03-16 Orjan Friberg <orjanf@axis.com>
14356
14357 * gdb.base/signals.exp: Set count to 0 explicitly.
14358
0015fd9a
MS
143592001-03-15 Mark Salter <msalter@redhat.com>
14360
14361 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14362 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
14363 (gdb_load): Add support for additional target_info: gdb_download_size
14364 and gdb_load_timeout.
0015fd9a 14365
fc33412a
DT
14366Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14367
14368 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14369 file -- to prevent failing when the compile fails but we have no
14370 intention of running the tests anyway.
14371
14372 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14373 tests if set.
14374
14375 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14376 integers.
14377
14378 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14379 * gdb.c++/namespace.exp: Ditto.
14380
115f06de
OF
143812001-03-07 Orjan Friberg <orjanf@axis.com>
14382
14383 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14384 * gdb.base/pointers.exp: Relax pattern match of decimals.
14385
b6ba6518
KB
143862001-03-06 Kevin Buettner <kevinb@redhat.com>
14387
14388 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14389 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14390 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14391 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14392 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14393 config/sh.exp, config/sid.exp, config/slite.exp,
14394 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14395 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14396 config/vxworks.exp, config/vxworks29k.exp,
14397 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14398 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14399 gdb.base/arithmet.exp, gdb.base/assign.exp,
14400 gdb.base/async.exp, gdb.base/attach.exp,
14401 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14402 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14403 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14404 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14405 gdb.base/commands.exp, gdb.base/completion.exp,
14406 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14407 gdb.base/constvars.exp, gdb.base/corefile.exp,
14408 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14409 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14410 gdb.base/ending-run.exp, gdb.base/environ.exp,
14411 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14412 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14413 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14414 gdb.base/funcargs.exp, gdb.base/help.exp,
14415 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14416 gdb.base/logical.exp, gdb.base/long_long.exp,
14417 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14418 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14419 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14420 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14421 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14422 gdb.base/regs.exp, gdb.base/relational.exp,
14423 gdb.base/remote.exp, gdb.base/reread.exp,
14424 gdb.base/restore.exp, gdb.base/return2.exp,
14425 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14426 gdb.base/selftest.exp, gdb.base/setshow.exp,
14427 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14428 gdb.base/sigall.exp, gdb.base/signals.exp,
14429 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14430 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14431 gdb.base/step-test.exp, gdb.base/structs.c,
14432 gdb.base/structs.exp, gdb.base/structs2.exp,
14433 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14434 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14435 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14436 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14437 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14438 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14439 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14440 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14441 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14442 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14443 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14444 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14445 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14446 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14447 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14448 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14449 gdb.trace/circ.exp, gdb.trace/collection.exp,
14450 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14451 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14452 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14453 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14454 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14455 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14456 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14457 notices.
14458
dc96c6c7 144592001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14460
14461 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14462 first arg is int not float.
14463
dc96c6c7 144642001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14465
14466 * gdb.base/reread.exp: Unsupported for non-native targets;
14467 doesn't work for remote debugging.
14468
9b0c4aeb
FN
144692001-02-19 Fernando Nasser <fnasser@redhat.com>
14470
14471 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14472 * gdb.base/ending-run.exp: Properly handle the BSP state when
14473 stepping past the end of main.
9b0c4aeb 14474
02aa71d5
MC
144752001-02-19 John Moore <jmoore@redhat.com>
14476
14477 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14478 Converted HPUX fix for non-expected items following multiple
14479 step commands into general solution for all platforms.
14480
1fa449a4
MC
144812001-02-18 Michael Chastain <chastain@redhat.com>
14482
14483 * gdb.c++/classes.exp (do_tests): Change runto statements
14484 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14485 statements demangler agnostic.
14486 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14487 (gdb_virtfunc_restart): Likewise.
14488
b2f9ec70
MC
144892001-02-14 Michael Chastain <chastain@redhat.com>
14490
14491 * gdb.c++/inherit.exp (do_tests): Change runto statements
14492 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14493 statements demangler agnostic.
14494
cf74b8ca
AC
14495Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14496
14497 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14498 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14499 before calling common_routine 15 times'' tests.
14500
99f78f56
MC
145012001-02-11 Michael Chastain <chastain@redhat.com>
14502
14503 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14504 Helps the test script figure out which demangler is in use.
14505 (dm_type_foo_ref): Ditto.
14506 (dm_type_int_star): Ditto.
14507 (dm_type_long_star): Ditto.
14508 (dm_type_unsigned_int): Ditto.
14509 (dm_type_void): Ditto.
14510 (dm_type_void_star): Ditto.
99707966 14511 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14512 Probe the gdb demangler and set variables to accommodate
14513 formatting differences.
14514 (info_func_regexp): New function. Same as info_func, but
14515 matches against a regexp.
14516 (info_func): Match against a literal string.
14517 (print_addr_2): New function. Match against a literal string,
14518 which can be different from the input to gdb.
14519 (print_addr): Simply call print_addr_2 with the same argument twice.
14520 (test_lookup_operator_functions): Use demangler formatting variables.
14521 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14522 the tests in the same order as the C++ class declaration.
14523 (test_paddr_operator_functions): Ditto.
14524 (test_paddr_overloaded_functions): Ditto.
14525 (test_paddr_hairy_functions): Use demangler formatting variables.
14526 Add reference to gdb/19 for related tests.
14527 (do_tests): Call probe_demangler.
14528
1de8f023
KB
145292001-01-30 Kevin Buettner <kevinb@redhat.com>
14530
14531 * gdb.c++/templates.cc (printf): Remove unused function definition.
14532
ca3f91ed
MS
145332001-01-26 Felix Lee <flee@redhat.com>
14534
14535 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14536
145372001-01-25 matthew green <mrg@redhat.com>
14538
14539 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14540 up sid.
14541 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14542
145432001-01-25 matthew green <mrg@redhat.com>
14544
14545 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14546 Deprecate $sid_spawn_id.
ca3f91ed
MS
14547 (sid_exit): Remove code necessary only for `spawn.'
14548
145492001-01-25 matthew green <mrg@redhat.com>
14550
14551 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14552
fb18ec4a
MC
145532001-01-28 Michael Chastain <chastain@redhat.com>
14554
14555 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14556 to call when tests fail. It takes gdb out of the overloaded
14557 function choice menu back to the main prompt, so that the test
14558 program stays synchronized.
14559 (set_bp_overloaded): New proc to collect all the common
14560 code for setting a breakpoint on an overloaded name. Calls
14561 take_gdb_out_of_choice_menu when needed.
14562 (menu_overload1arg): New variable to collect the repeated
14563 instances of the expected menu for an overloaded name. Change
14564 the regular expression to handle changes in g++ type encoding:
14565 "void" can be either "void" or "", and "unsigned int" can be
14566 either "unsigned int" or "unsigned".
14567 (continue_to_bp_overloaded): Change regular expressions to handle
14568 changes in g++ type encoding.
14569 (no proc): Call take_gdb_out_of_choice_menu when needed.
14570 Remove redundant calls to "info break". Accept either "canceled"
14571 or "cancelled". Change regular expressions in "info break"
14572 calls to handle changes in g++ type encoding. Give all tests
14573 unique strings.
14574
9c646a6e
BE
145752001-01-17 Ben Elliston <bje@redhat.com>
14576
14577 * config/sid.exp: New file.
14578
9549d9c1
AC
14579Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14580
14581 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14582
dc96c6c7 145832000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14584
14585 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14586 Add a RE to accept a non-ascii char if one is ever presented.
14587
b4df4f68
FN
145882000-12-20 Fernando Nasser <fnasser@redhat.com>
14589
297dd0fd 14590 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14591
dc96c6c7 145922000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14593
d63a86f8 14594 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14595 in regexp. One '\' does not suffice on Linux.
14596
4a7bddb6
MC
145972000-12-09 Michael Chastain <chastain@redhat.com>
14598
14599 * gdb.base/break.exp (test_clear_command): Use a marker function
14600 rather than 'main' for the test function. Also move this
14601 test to an execution point where the marker function names are
14602 guaranteed to be bound to functions. (Executing tests after a
14603 'finish' from main runs into name conflicts with local names
14604 in __libc_start_main).
14605
dc96c6c7 146062000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14607
14608 * gdb.base/finish.exp: New test for gdb's "finish" command.
14609 * gdb.base/return2.exp: New test for gdb's "return" command.
14610 * gdb.base/return2.c: New source file for above.
14611
dc96c6c7 146122000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14613
14614 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14615 * gdb.base/miscexprs.exp: Ditto.
14616 * gdb.base/pointers.exp: Ditto.
14617 * gdb.c++/derivation.exp: Ditto.
14618 * gdb.c++/local.exp: Ditto.
14619 * gdb.c++/namespace.exp: Ditto.
14620 * gdb.c++/overload.exp: Ditto.
14621 * gdb.c++/ref-types.exp: Ditto.
14622
dc96c6c7 146232000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14624
14625 * gdb.base/constvars.exp: Test result of "up" command.
14626 * gdb.base/miscexprs.exp: Ditto.
14627 * gdb.base/pointers.exp: Ditto.
14628 * gdb.base/scope.exp: Ditto.
14629 * gdb.c++/derivation.exp: Ditto.
14630 * gdb.c++/local.exp: Ditto.
14631 * gdb.c++/namespace.exp: Ditto.
14632 * gdb.c++/overload.exp: Ditto.
14633 * gdb.c++/ref-types.exp: Ditto.
14634
44097287
FN
146352000-11-22 Michael Chastain <chastain@redhat.com>
14636
14637 * mips_pro.exp: Accept either "middle -> top -> main" or
14638 "middle -> main" in the backtrace, because gcc can optimize
14639 tail calls to jumps. Remove setup_xfail for the hppa case.
14640 Add a comment with the original warning messages from PR 3016,
14641 which was filed in 1993, to preserve them for posterity.
14642
9d2e1bab
ND
146432000-11-17 Nick Duffek <nsd@redhat.com>
14644
14645 * lib/gdb.exp (gdb_test): Override timeout with board info.
14646
1aca8eb7
ND
146472000-11-17 Nick Duffek <nsd@redhat.com>
14648
14649 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14650 the second kill and detach messages.
14651
93076499
ND
146522000-11-17 Nick Duffek <nsd@redhat.com>
14653
14654 * configure.in: Add AC_EXEEXT.
14655 * configure: Regenerate.
14656 * Makefile.in (just-check): Export EXEEXT.
14657 * lib/gdb.exp ($EXEEXT): Import from environment.
14658 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14659 expect "maint dump-me" on Cygwin.
14660 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14661 $EXEEXT.
14662
30e87cd3
ND
146632000-11-17 Nick Duffek <nsd@redhat.com>
14664
14665 * gdb.base/break.exp: Test backtrace and finish from called
14666 function on all platforms, not just HP-UX.
14667
dc96c6c7 146682000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
14669
14670 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14671 code from gdb_target_monitor, so it can be used independantly
14672 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 14673
dc96c6c7 146742000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
14675
14676 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14677 * gdb.base/corefile.exp: Expect the message "Program is being
14678 debugged already" when we send the "corefile" command, since
14679 the preceeding gdb_load may have connected gdb to a remote target.
14680 * gdb.base/display.exp: Disable hardware watchpoints if new
14681 board info variable "no_hardware_watchpoints" is true.
14682 Replace single-letter commands with more readable ones.
14683 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14684 if new board info variable "no_hardware_watchpoints" is true.
14685 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14686 to see if stdio (printf) testing is possible.
14687 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14688 board info variable "no_hardware_watchpoints" is true. Use new
14689 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14690
39124dea
FN
146912000-11-13 Fernando Nasser <fnasser@redhat.com>
14692
14693 From Orjan Friberg <orjanf@axis.com>:
14694 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14695 in array print pattern match.
14696
a9e2e984
FN
146972000-11-09 Fernando Nasser <fnasser@redhat.com>
14698
14699 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14700 spelling "cancelled" to U.S. spelling "canceled" to match changes
14701 made to gdb.
14702 * gdb.c++/ovldbreak.exp: Ditto.
14703
c7db355b
PS
147042000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14705
14706 * gdb.base/callfuncs.c (main): Moved to end of file, call
14707 t_double_values to initialize the FPU before inferior calls are made.
14708 * gdb.base/callfuncs.exp: Test for register preservation after calling
14709 inferior functions. Add tests for continuining, finishing and
14710 returning from a stop in a call dummy.
14711
dc96c6c7 147122000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
14713
14714 * gdb.base/commands.exp: Break up long lines, and re-indent.
14715
dc96c6c7 147162000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
14717
14718 * config/gdbserver.exp: Rewritten from the ground up, to make it
14719 compatible with the current dejagnu tree, and to make it work with
14720 the new "gdbserver" in libremote.
14721
dc96c6c7 147222000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14723
14724 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14725 * gdb.base/varargs.exp: Skip entire test if no printf support.
14726 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14727 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14728
dc96c6c7 147292000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14730
14731 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14732 no floating point support.
14733 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14734 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14735 * gdb.base/call-rt-st.exp: Ditto.
14736 * gdb.base/call-strs.exp: Ditto.
14737
bac5fc66
JG
147382000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14739
14740 * gdb.base/sizeof.c: include <stdio.h>.
14741
14742 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
14743 'finish', otherwise uncaptured gdb_prompt would potentially
14744 throw remaining test points out of sync.
bac5fc66 14745
b22a6027
SB
147462000-07-26 Scott Bambrough <scottb@netwinder.org>
14747
14748 * gdb.base/recurse.exp: Run tests for all targets.
14749 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14750 gnu-oldld case on ARM.
14751 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14752 for ARM targets.
d63a86f8 14753
d8231941
AG
14754Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14755
14756 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14757 * gdb.java/configure: Rebuild.
14758
8caabe69
AG
14759Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14760
14761 * gdb.java/jv-exp.exp: New file.
14762
9d273ca3
AG
14763Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14764
14765 * configure: Rebuilt.
14766 * configure.in (configdirs): Add gdb.java.
14767 * gdb.java/jmisc.java: New file.
14768 * gdb.java/jmisc.exp: New file.
14769 * gdb.java/Makefile.in: New file.
14770 * gdb.java/configure: Rebuilt.
14771 * gdb.java/configure.in: New file.
14772 * lib/java.exp: New file.
14773
4f823a66
AC
14774Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14775
14776 * gdb.base/exprs.exp: Test casts to a pointer including over and
14777 underflow.
14778
2391e11d
AC
14779Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14780
14781 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14782 and the compilers sizes.
14783
54602222
ND
147842000-07-09 Nick Duffek <nsd@redhat.com>
14785
14786 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14787 (use_methods): New function.
14788 (main): Call use_methods().
14789 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14790 (do_tests): Call test_method_param_class.
14791
2bec0572
ND
147922000-07-09 Nick Duffek <nsd@redhat.com>
14793
14794 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14795 spelling.
14796 (test_enums): New procedure. Move enum tests from end of script
14797 to here. Set breakpoint on function name instead of line number.
14798 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14799 (enums2): New marker function.
14800 (enums1): New function.
14801 (main): Call enums1(). Move enum tests to enums1().
14802
78492fde
AC
14803Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14804
14805 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14806 compile/link program. Update line numbers.
14807 * gdb.asm/d10v.inc: Define ``startup''.
14808 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 14809
49a2cef8
AC
14810Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14811
14812 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14813
3e6c8688
EZ
148142000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14815
14816 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14817 of 'help maint print' command.
14818
9ff5cbe9
AC
14819Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14820
14821 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14822 they use gdb_expect_list.
14823
17c579bd
AC
14824Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14825
14826 * gdb.base/commands.exp: Use ``set remote
14827 memory-read-packet-size'' instead of ``set endian big'' to test
14828 long commands.
14829
e6d71bf3
DB
148302000-06-03 Daniel Berlin <dan@cgsoftware.com>
14831
14832 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 14833 g++, and stop skipping them.
e6d71bf3
DB
14834
14835 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14836 work under g++.
14837
d63a86f8 14838 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
14839 initialization.
14840
dc96c6c7 148412000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
14842
14843 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14844 the regular expression: accept an (almost) arbitrary sequence of
14845 "frames-invalid" and "breakpoints-invalid" messages both before
14846 and after the "starting" message.
14847
dc96c6c7 148482000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
14849
14850 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 14851
dc96c6c7 148522000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
14853
14854 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14855 Relax the regular expression a little, make it pass on Solaris 8.
14856
8216cda9
KB
148572000-05-12 Kevin Buettner <kevinb@redhat.com>
14858
14859 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 14860 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
14861 Instead, it is permissible for gdb to stop on the line of the
14862 call itself.
14863
1a570b2f
MS
148642000-05-12 Michael Snyder <msnyder@.cygnus.com>
14865
14866 * gdb.base/break.exp (bp on small function, optimized file):
14867 Add a second pass pattern. The behavior differs here between stabs
14868 and dwarf for one-line functions. Stabs preserves two line symbols
14869 (one before the prologue and one after) with the same line number,
14870 but dwarf regards these as duplicates and discards one of them.
14871 Therefore the address after the prologue (where the breakpoint is)
14872 has no exactly matching line symbol, and GDB reports the breakpoint
14873 as if it were in the middle of a line rather than at the beginning.
14874
dc96c6c7 148752000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 14876
d63a86f8 14877 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
14878 rather than "send_gdb" (for consistancy).
14879
7d418785
AC
14880Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14881
14882 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14883 * gdb.c++/templates.cc: Properly check for GCC version number.
14884 * lib/compiler.cc: Likewise
14885
dc96c6c7 148862000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 14887
d63a86f8 14888 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
14889 gdb may not stop at the first line of main, due to code motion.
14890
dc96c6c7 148912000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
14892
14893 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14894 This test depends on parsing the printf output from the target.
14895 Since the sparclet stub doesn't do stdio, this will never work.
14896 * gdb.base/call-rt-st.exp: ditto.
14897 * gdb.base/call-strs: ditto.
14898
dc96c6c7 148992000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
14900
14901 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14902
14903 * gdb.base/ending-run.exp: After connecting to a remote target,
14904 but before running, the target will appear to be in a random
14905 location. Specify both a file and a line for breakpoints.
14906 Also, the function that calls main may be called 'init'
14907 rather than 'start'.
14908
a5a51225
EZ
149092000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14910
14911 * gdb.base/help.exp: Update output for add-symbol-file command.
14912
7930cc7c
FN
149132000-04-10 Fernando Nasser <fnasser@cygnus.com>
14914
14915 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14916 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14917
23e37ab1
C
149182000-04-07 J.T. Conklin <jtc@redback.com>
14919
e93c542c
C
14920 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14921
23e37ab1
C
14922 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14923
591b8fa3
PDM
14924Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14925
14926 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14927 values that can be represented exactly.
14928 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14929 above change, and to not check against the directory part of the source
14930 file name.
14931 (step into print_long_arg_list): Likewise.
14932 (print print_small_structs from print_long_arg_list): Likewise.
14933 (print print_long_arg_list): Likewise.
14934
7a495180
EZ
149352000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14936
30b53638 14937 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 14938
beb998c6
AC
14939Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14940
14941 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14942
1c689132
DB
149432000-03-25 Daniel Berlin <dan@cgsoftware.com>
14944
14945 * gdb.base/commands.exp (deprecated_command_test): Add test for
14946 deprecate with no arguments.
14947
c1790a9d
JL
149482000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14949
14950 * gdb.base/break.exp: Add new test for setting breakpoints on
14951 optimized code so we can test breakpoints work even when function
14952 prologues may be optimized away
14953
003ba290
FN
149542000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14955
14956 From David Whedon <dwhedon@gordian.com>
a9c64011 14957 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 14958
6837a0a2
DB
149592000-03-22 Daniel Berlin <dan@cgsoftware.com>
14960
14961 * gdb.base/help.exp: Added test for new apropos command.
14962
b9593231
KB
149632000-03-21 Kevin Buettner <kevinb@redhat.com>
14964
14965 * gdb.base/pointers.c (usevar): New function.
14966 (main): Make sure that global variables v_int_pointer2, rptr,
14967 and y are all referenced someplace in the program by calling
14968 usevar() on them. [Some linkers delete symbols which are
14969 never referenced. The space remains, but there's no way to
14970 get a (symbolic) handle on the variable from the debugger.]
14971
751a959b
EZ
149722000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14973
14974 * gdb.base/printcmds.c: Add typedeffed arrays.
14975
14976 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14977 procedure to test arrays that are typedef'd.
14978
73a93a32
JI
149792000-03-13 James Ingham <jingham@leda.cygnus.com>
14980
14981 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 14982 the library directories.
73a93a32 14983
fb40c209
AC
14984Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14985
14986 * configure.in (configdirs): Add sub directory gdb.mi.
14987 * configure: Re-generate.
14988
14989 * gdb.mi: New directory.
d63a86f8 14990
ee4dd2c9
AC
149912000-02-25 Scott Bambrough <scottb@netwinder.org>
14992
14993 * gdb.base/long_long.exp: Correct test suite failure when printing
14994 a long long value as a double on ARM platforms.
14995
70f0cc22
JB
149962000-02-16 Jim Blandy <jimb@redhat.com>
14997
14998 * gdb.base/break.exp ("breakpoint line number"): Make sure the
14999 default source file is set properly before running this test.
15000
853819b8
EZ
150012000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15002
15003 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15004 gdbtk/library directory, not in gdbtcl2.
15005
dfcd3bfb
JM
150062000-02-04 Jim Blandy <jimb@redhat.com>
15007
15008 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15009 backslash from regexp pattern.
15010
15011 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15012 procedure. Use it to run all the "continue to bp overloaded"
15013 tests. Note that this changes the names of the tests slightly.
15014 If the breakpoint hit message includes a hex PC value, because
15015 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15016 from the real source code, still consider that a pass.
15017
15018 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15019 XFAIL here if the breakpoint message contains a hex address. Note
15020 similar change on 1999-11-02.
15021
15022 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15023
15024 * gdb.base/ptype.exp: Establish a default source file before
15025 calling get_debug_format.
15026
150272000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15028
15029 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15030
8b93c638
JM
150312000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15032
15033 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15034 of successive stepi commands -- while in the prologue we should see
15035 the function entry bracket.
15036
150372000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15038
15039 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15040 reach __change_mode() when stepping through the end of main().
15041
c5394b80
JM
150422000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15043
15044 * gdb.base/default.exp: Fix expected pattern.
15045 * gdb.base/help.exp: Same.
15046
0d06e24b
JM
150472000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15048
15049 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15050 Don't use xfail's because that affects only the following test.
d63a86f8 15051
0d06e24b
JM
15052 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15053 solaris or linux.
15054
15055 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15056
dc96c6c7 150572000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 15058
d63a86f8 15059 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
15060 "A syntax error" rather than "A parse error". Accept both.
15061
150622000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15063
15064 * gdb.base/default.exp: Remove OS dependent string from "target
15065 remote" test.
15066 * gdb.base/help.exp: Same for "help target remote" test.
15067
c3f6f71d
JM
150682000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15069
15070 From Jim Kingdon <kingdon@redhat.com>:
15071
15072 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15073 prompt (cleanup rather than necessity, but still might keep output
15074 from spilling to next test).
15075
150762000-01-02 Fred Fish <fnf@cygnus.com>
15077
15078 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15079 AIX, which defines them in <sys/types.h>.
15080
ed9a39eb 150811999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 15082
ed9a39eb
JM
15083 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15084 float" test.
15085
150861999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 15087
ed9a39eb 15088 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
15089
15090 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15091 outermost frame disallowed".
15092
150931999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15094
15095 * gdb.base/setvar.exp: New tests for setting the value of a struct
15096 with a constant list.
15097
150981999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15099
15100 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15101 require the user to type a cast before setting the value of a struct.
15102
de57eccd
JM
151031999-12-06 Jim Blandy <jimb@cygnus.com>
15104
15105 * gdb.base/default.exp: Expect the new 'info float' command on
15106 all i386 platforms.
15107
15108 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15109 LinuxThreads libraries that don't support debugging.
15110
c2d11a7d
JM
15111Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15112
15113 * gdb.base/remote.c: Fill the buffer with truely random data.
15114 Change the buffer type to ``unsigned char'' to simplify size
15115 arithmetic.
15116
15117 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15118 stub only handles 400-1 byte packets. Verify that the download
15119 worked.
15120
151211999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15122
15123 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15124 tests, using UNRESOLVED for the untested cases. Also, does not wait
15125 for a timeout if the prompt was received before a recognizable pattern.
15126
151271999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15128
15129 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15130
151311999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15132
15133 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15134 watchpoints.
15135
151361999-11-24 Jason Merrill <jason@casey.cygnus.com>
15137
15138 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15139
15140 * gdb.c++/local.exp: Be more flexible in recognizing local class
15141 name mangling. Don't allow horribly truncated method names.
15142 * gdb.c++/derivation.exp: Expect protected inheritance.
15143 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15144 * gdb.c++/virtfunc.exp: Likewise.
15145 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15146 when printing a nested enum.
15147
151481999-11-22 Jim Blandy <jimb@cygnus.com>
15149
15150 * gdb.base/step-test.exp: Properly await GDB's response to setting
15151 a breakpoint on the call to large_struct_by_value.
15152
15153 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15154 just because we have debug info for the `start' function.
15155
151561999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15157
15158 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15159 "Unknown signal" messages, which indicate (on LinuxThreads) that
15160 GDB doesn't know how to debug threads on this system. This is
15161 better than hanging while philosopher 0 dumps chatter into gdb.log.
15162
151631999-11-18 Tom Tromey <tromey@cygnus.com>
15164
15165 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15166
151671999-11-18 Fred Fish <fnf@cygnus.com>
15168
15169 * gdb.base/coremaker2.c: Add sample program for generating
15170 cores that is more self contained than coremaker.c. Eventually
15171 I'll add more code to this and tie it into the testsuite.
15172
4ce44c66
JM
151731999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15174
15175 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15176
151771999-11-10 Jimmy Guo <guo@cup.hp.com>
15178
15179 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15180 from $srcdir/lib/.
15181 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15182 and gdb.c++/.
15183
15184 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15185
d63a86f8 15186 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
15187 'continue with watch' test point.
15188
151891999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15190
15191 Merged from p2linux-990323-branch:
d63a86f8 15192
4ce44c66
JM
15193 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15194
11cf8741
JM
15195Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15196
15197 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15198 {limit,fixed}''. Test ``set download-write-size''.
15199
15200Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15201
15202 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15203 gdb_expect_list.
15204
15205Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15206
15207 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15208
152091999-11-03 Mark Salter <msalter@cygnus.com>
15210
15211 * gdb.base/break.exp: Fix "stub continue" pattern.
15212
152131999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15214
15215 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15216
152171999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15218
15219 * gdb.base/display.exp ("finish"): Add timeout clause.
15220
15221 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15222 plain prompt clause, so this doesn't have to time out in order to
15223 fail.
15224
15225 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15226 breakpoint hit messages include an address.
15227
15228 * gdb.base/display.exp: Don't forget to escape parens in regular
15229 expressions. Unix regexp notatation sucks.
15230
152311999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15232
15233 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15234 order for 'signalled' message.
15235
5c44784c
JM
152361999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15237
15238 From Jimmy Guo <guo@cup.hp.com>:
15239 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15240 * gdb.base/annota1.c: Add code for tests to work with.
15241
152421999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15243
15244 * gdb.base/remote.exp: New test for remote downloading settings.
15245 * gdb.base/remote.c: New file with large .data.
15246
917317f4
JM
152471999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15248
15249 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15250 for LinuxThreads support, merged from the Code Fusion branch.
15251
15252Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15253
15254 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15255 containing exp_continue into a while within an expect. Don't
15256 attempt a start more than three times. Check return value from
15257 gdb_load.
d63a86f8 15258
2df3850c
JM
15259Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15260
15261 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15262 a pass case.
15263
2acceee2
JM
152641999-10-01 Kevin Buettner <kevinb@cygnus.com>
15265
15266 * gdb.base/break.c (main): Added a statement that we can step
15267 off of.
15268 * gdb.base/break.exp: Added tests for setting a breakpoint
15269 at an offset and stepping onto a breakpoint.
15270
152711999-10-01 Fred Fish <fnf@cygnus.com>
15272
d63a86f8 15273 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
15274 gdb output.
15275
c2c6d25f
JM
152761999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15277
15278 * gdb.base/break.exp: Code locations are in hex, don't forget!
15279 (For HP-UX.)
15280
152811999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15282
15283 * condbreak.exp: Use break.c as test program.
15284 * condbreak.c: Remove, redundant with break.c.
15285
152861999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15287
15288 * config/monitor.exp (gdb_target_monitor): Disable X- and
15289 Z-packets if the target needs it.
15290
152911999-09-13 James Ingham <jingham@leda.cygnus.com>
15292
15293 * gdb.c++/overload.exp: Added tests for listing overloaded
15294 functions with function pointers in the arg, explicitly calling
15295 out the version you want.
15296
cff3e48b
JM
152971999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15298
15299 * long_long.exp: Add variations of test cases that work for
15300 targets with 16-bit ints and 32-bit doubles.
15301
d4f3574e
SS
153021999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15303
15304 * break.c (main): Compare a possibly-uninitialized argc with an
15305 unlikely value that fits in 16 bits.
15306
153071999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15308
15309 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15310 0xfeeb, don't want negative numbers if ints are 16 bits.
15311
15312 * lib/gdb.exp (skip_cplus_tests): New proc.
15313 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15314 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15315 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15316 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15317 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15318 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15319 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15320 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15321
15322 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15323
15324Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15325
15326 * gdb.base/corefile.exp (up): Allow a parameter to appear
15327 in the frame that we're going up to.
15328
15329 From Jim Blandy <jimb@cygnus.com>:
15330
15331 * gdb.base/default.exp (info float): Expect some output now.
15332
15333 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15334 returning floating-point values to fail on the x86.
15335 * gdb.base/callfwmall.exp (do_function_calls): Same.
15336
15337 * gdb.base/list.exp (test_listsize): Correct expectations for
15338 listing line 1 with listsize 2. Also, listing a single line
15339 works now, as does listing three lines. [Kevin's note: There
15340 were a number of other cases fixed too where the expectations
15341 differed...]
15342
153431999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15344
15345 * gdb.base/selftest.exp: Add case for when version prints as
15346 constant string instead of char pointer.
15347
104c1213
JM
153481999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15349
15350 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15351 stepping out of main.
15352
15353 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15354 G++ used.
15355
15356 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15357 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15358
15359 * gdb.c++/ovldbreak.exp: Update match string in test that
15360 includes a warning of multiple breakpoints.
15361
153621999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15363
15364 * gdb.base/display.exp: Improve precision of step-after-finish
15365 added yesterday.
15366
15367 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15368 test.
15369
15370 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15371 configs when using G++, not just hppa*.
15372
153731999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15374
15375 * gdb.base/async.c: New file.
15376 * gdb.base/async.exp: New file.
15377
15378Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15379
15380 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15381 PA64.
15382
53a5351d
JM
15383Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15384
104c1213
JM
15385 * gdb.base/display.exp: "finish" can leave us mid-line on many
15386 targets, deal with it. Add a small constant to main, instead of
15387 1000 since main+1000 may not be a valid address in the target.
15388
53a5351d
JM
15389 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15390 on hpux11.
15391
15392 * gdb.base/attach.exp: Handle another hpux11 error message variant
15393 when attaching to a process that does not exist.
15394
153951999-08-19 J.T. Conklin <jtc@redback.com>
15396
15397 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15398 characters in 'continue to 1241' test.
15399
154001999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15401
15402 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15403 stop in print_long_arg_list, define and use a whitespace
15404 variable in print_small_structs test, add an XFAIL for Solaris.
15405 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15406 interested enough to fix.
15407
7be570e7
JM
154081999-08-13 Keith Seitz <keiths@cygnus.com>
15409
15410 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15411 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15412 proc knows about targets other than the natives.
15413 (test_assign): Use "gdb_run_cmd" to "run" the target.
15414 Check that we've actually hit the breakpoint at main.
15415 When we attempt to assign a value to a local variable, check
15416 that the variable is in the current scope, i.e., don't use
15417 a test with an empty result.
15418
15419Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15420
15421 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15422 command.
15423
154241999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15425
15426 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15427 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15428 gdb.compat, gdb.threads-hp.
15429 gdb.hp/configure, gdb.hp/configure.in: New files.
15430 gdb.hp/Makefile.in: Recurse into new subdirs.
15431 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15432 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15433 in object files.
15434 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15435
96baa820
JM
154361999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15437
15438 * gdb.base/display.exp: Help expect by putting a newline in the
15439 funky printf, remove a bogus p/a test.
15440
154411999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15442
15443 * gdb.base/display.exp: Make sure that when we say 'run', we are
15444 connected to the target. This is necessary when running not
15445 natively.
15446
154471999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15448
15449 * gdb.base/step-test.exp: Removed some extraneous messages.
15450
15451 * gdb.base/long_long.exp: Don't run memory examination tests
15452 on little-endian targets (they will need a different set of
15453 results to match).
15454
154551999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15456
15457 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15458 until somebody decides to fix GDB.
15459
15460 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15461 constant as "ULL".
15462 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15463 matches for a couple x/2 commands.
15464
a0b3c4fd
JM
154651999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15466
15467 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15468 by merging in ref-types2 tests.
15469 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15470
15471 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15472 * gdb.c++/Makefile.in: Add standard actions.
15473 (EXECUTABLES): Rename from PROGS, update list.
15474 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15475 from gdb.hp.
15476 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15477 foo and bar locals.
15478 * gdb.c++/anon-union.exp: Fix tests to match.
15479 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15480 expect matches to handle output variations.
15481 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15482 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15483 output, add HP alternatives for new and delete prints.
15484 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15485 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15486 * gdb.c++/demangle.exp: Use $style when reporting failure.
15487 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15488 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15489 match alternatives.
15490 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15491 compilers.
15492 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15493 * gdb.c++/method.exp: Add match alternatives.
15494 * gdb.c++/misc.cc: Add bool types.
15495 * gdb.c++/misc.exp: Add tests for bool types.
15496 * gdb.c++/overload.exp: Add xfails.
15497 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15498 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15499 add some more template parameter tests (only for HP currently).
15500 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15501 * gdb.c++/virtfunc.cc: Add return type and value for main.
15502 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15503 match alternatives.
d63a86f8 15504
a0b3c4fd
JM
155051999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15506
15507 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15508
155091999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15510
15511 * gdb.base/signals.exp: Don't expect getting a backtrace from
15512 within a signal handler to fail on Linux.
15513
155141999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15515
15516 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15517 * lib/gdb.exp: Remove some gratuitious semicolons.
15518 (delete_breakpoints): Increase timeout.
15519 (gdb_expect): Add -notransfer option.
15520 (gdb_test): Use -notransfer option.
15521 (get_compiler_info): Add f77 case.
15522 (get_compiler): New proc, split out from gdb_preprocess, add f77
15523 case.
15524 (gdb_preprocess): Call get_compiler.
15525
15526 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15527 * gdb.base/attach.exp, gdb.base/display.exp,
15528 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15529 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15530 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15531 third arg to gdb_test.
15532 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15533 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15534 HP-UX xfails, add others.
15535 * gdb.base/completion.exp: Reflect name change of self-test.
15536 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15537 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15538 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15539 HP failure number.
15540 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15541 useless HP-UX 10.30 references.
15542 * gdb.base/maint.exp: Loosen matches.
15543 * gdb.base/pointers.c (main): Declare more_code.
15544 * gdb.base/pointers.exp: Match on output of a `next'.
15545 * gdb.base/structs.c: Add prototypes.
15546 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15547 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15548
155491999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15550
15551 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15552 command.
15553
155541999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15555
15556 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15557 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15558
15559 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15560 debug info. Deal with lack of signal hanlder info in stack.
15561
a9c64011 15562 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15563 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15564
5a2468f5
JM
155651999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15566
15567 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15568 gdb.base/foll-vfork.exp: Don't run for crosses.
15569
adf40b2e
JM
15570Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15571
15572 * gdb.base/configure.in: Check for gdbvars.exp instead of
15573 a1-selftest.exp.
15574 * gdb.base/configure: Re-generate.
15575
155761999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15577
15578 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15579 in trying to run first and name is too long.
15580
15581 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15582 pointers2.c and pointers2.exp, respectively.
15583 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15584 doschk happier.
15585
43e526b9
JM
155861999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15587
15588 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15589 callfuncs2.c and callfuncs2.exp.
15590
15591 * gdb.base/list.exp: Remove mistaken xfails.
15592 * gdb.base/list0.h: Add optional prototypes.
15593
9846de1b
JM
15594Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15595
a9c64011 15596 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15597 calling malloc.
a9c64011
AS
15598 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15599 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15600 use.
15601
156021999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15603
15604 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15605 * gdb.base/annota2.cc, annota2.exp: Move from here.
15606 * gdb.c++/annota2.cc, annota2.exp: To here.
15607 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15608
43ff13b4
JM
15609Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15610
15611 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15612 a consistent format.
15613
085dd6e6
JM
156141999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15615
15616 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15617 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15618 HP compilers, also set the globals $true and $false.
15619
15620 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15621 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15622 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15623 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15624 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15625 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15626 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15627 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15628 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15629 whatis.c} Add C++ compatible function definitions and return
15630 types, add includes for library functions.
15631 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15632 * gdb.base/step-test.c (myglob): Rename from glob.
15633 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15634 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15635 files, move here from gdb.hp.
15636 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15637 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15638 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15639 Adjust line numbers in regexps.
15640
15641 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15642 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15643 instead of 0/1.
15644
15645 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15646 foll-vfork.exp: New files, move here from gdb.hp.
15647 * gdb.base/page.exp: New file, test of pagination command.
15648
15649 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15650 recursion test.
15651 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15652
15653 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15654 gdb.base/solib.exp: Fix compiler invocation process.
15655
15656 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15657 HP-UX 11, turn off overload resolution explicitly.
15658 * gdb.base/commands.exp: Set argument list explicitly, add
15659 watchpoint test.
15660 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15661 them work.
15662 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15663 expressions properly.
15664 * gdb.base/corefile.exp: Loosen the match slightly.
15665 * gdb.base/default.exp: Allow "Error accessing memory" message
15666 also.
15667 * gdb.base/display.exp: Skip over x/0 j if PA64.
15668 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15669 * gdb.base/interrupt.exp: Ditto.
15670 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15671 in use.
15672 * gdb.base/list.exp: Add xfails for HP-UX.
15673 * gdb.base/long_long.exp: Refine some of the numeric matches.
15674 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15675 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15676 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15677 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15678 * gdb.base/ptype.exp: Succeed on more varieties of output.
15679 * gdb.base/scope.exp: Add xfails for HP-UX.
15680 * gdb.base/sect-cmd.exp: Add more cases.
15681 * gdb.base/setvar.exp: Add xfails for HP-UX.
15682 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15683 * gdb.base/signals.exp: Match on void symbolically.
15684 * gdb.base/step-test.exp: Add case for PA64.
15685 * gdb.base/term.exp: Add exit and restart.
15686 * gdb.base/twice.exp: Clean up after self.
15687 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15688 * gdb.base/whatis.exp: Allow more ways to pass tests.
15689
15690 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15691 no longer useful.
15692
15693Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15694
15695 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15696 list of patterns.
15697 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15698 print_double_array(double_array)", "continuing to breakpoint
15699 1018", "print print_double_array(array_d)" and "continuing to
15700 1034" tests.
d63a86f8 15701
085dd6e6
JM
157021999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15703
a9c64011 15704 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
15705
157061999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15707
15708 * config/mt-*: Remove, these haven't been used since 1996.
15709
157101999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15711
15712 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15713 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15714 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15715
9e0b60a8
JM
157161999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15717
15718 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15719 simpler match case for the ptype of the big class.
15720
157211999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15722
15723 * gdb.exp: Fix test for gdb_prompt existence.
15724
157251999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15726
15727 * gdb.exp (gdb_test): Add fail after calls to perror.
15728
157291999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15730
15731 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15732
157331999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15734
15735 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15736
0f71a2f6
JM
15737Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15738
15739 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15740 malloc() is linked in.
15741
157421999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15743
15744 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15745 step at end.
15746
15747 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15748
157491999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15750
15751 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15752
cce74817
JM
15753Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15754
15755 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15756 * gdb.base/mips_pro.exp: Likewise.
15757
157581999-06-02 Keith Seitz <keiths@cygnus.com>
15759
15760 * gdb.c++/templates.cc: Change all "new" operators to throw
15761 an exception.
15762 * gdb.c++/cplusfuncs.cc: Likewise.
15763
15764 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15765
15766Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15767
15768 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
15769 * gdb.base/ending-run.exp: When stepping out of main, accept a
15770 step into an arbitrary assembler file.
cce74817 15771
392a587b
JM
157721999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15773
d63a86f8 15774 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 15775 "breakpoint-invalid" to be printed.
d63a86f8 15776 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
15777 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15778 * gdb.base/annota2.cc: Initialize a.x to 0.
15779
9e086581
JM
157801999-05-17 Keith Seitz <keiths@cygnus.com>
15781
15782 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15783 when "skip_float_tests" set.
15784 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15785 "print print_ten_doubles", and "step into print_long_arg_list".
15786 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15787 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15788 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15789 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15790 "skip_float_tests" is set.
15791 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15792 when "skip_float_tests" set.
d63a86f8 15793
cd0fc7c3
SS
157941999-05-06 Keith Seitz <keiths@cygnus.com>
15795
15796 * gdb.base/annota2.cc: Include stdio.h.
15797
15798Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15799
15800 * gdb.base/crossload.exp: Remove, this has been disabled ever
15801 since BFD stopped including all targets, and cross-GDB gets
15802 plenty of testing anyway.
15803 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15804 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15805 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15806 * gdb.base/README: Remove, was doc for this.
15807 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15808 needed.
15809
b83266a0
SS
158101999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15811
15812 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15813 output.
15814
15815 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15816 * gdb.base/annota2.exp: New file. More annotation tests.
15817 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15818 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15819
158201999-04-23 Angela Marie Thomas <angela@cygnus.com>
15821
15822 * config/cfdbug.exp: New file.
15823
7a292a7a
SS
158241999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15825
15826 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15827 Marcus Daniel's and Dale Hawkins's demangler crashes.
15828
15829 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15830 test_lucid_style_demangling, test_arm_style_demangling,
15831 test_hp_style_demangling): Try Tom Tromey's core-dumping
15832 identifier under each demangling style.
15833
158341999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15835
15836 * gdb.c++/demangle.exp: Include the current demangling style
15837 in all test names.
15838 (current_demangling_style): New global variable.
15839 (set_demangling_style, test_demangling_core, test_demangling,
15840 test_demangling_exact): New functions.
15841 (test_gnu_style_demangling, test_lucid_style_demangling,
15842 test_arm_style_demangling, test_hp_style_demangling): Use those,
15843 instead of calling gdb_test and gdb_test_exact directly.
15844 (catch_demangling_errors): New function, which reports errors
15845 signalled by the demangling test functions in an orderly way.
15846 (do_tests): Use catch_demangling_errors.
15847
158481999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15849
15850 * gdb.base/signals.exp (test_handle_all_print): Use () for
15851 grouping in expressions, not {}.
15852
15853 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15854 initialized yet.
15855
158561999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15857
15858 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15859 are listed.
15860
158611999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15862
15863 * gdb.stabs/weird.exp: Test for CC being defined before
15864 looking at its value.
15865
158661999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15867
15868 * gdb.base/call-ar-st.exp: Remove stray '#'.
15869 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15870 "short int" and "long int".
15871 * gdb.c++/overload.cc: Cast the string added in the previous
15872 change, to mollify finicky HP compiler.
15873 * gdb.hp/reg-test.exp (testfile): Fix file name.
15874 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 15875
7a292a7a
SS
15876 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15877 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15878 alternate form of enum ptype.
15879
c906108c
SS
158801999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15881
7a292a7a
SS
15882 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15883 * gdb.hp/*.exp: Change all to run compiler probe only after
15884 passing skip_hp_tests, so as not to waste time on guaranteed
15885 failure.
15886
c906108c
SS
15887 * gdb.c++/overload.cc: Pass string instead of char addr, always
15888 init ccpfoo.
15889 * gdb.c++/templates.cc: Fix syntax error.
15890
7a292a7a
SS
15891Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15892
15893 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 15894 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
15895 command.
15896
158971999-03-18 James Ingham <jingham@cygnus.com>
15898
15899 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15900
15901 * gdb.c++/method.exp: It was testing an uninitialized int on the
15902 stack and assuming it was positive.
15903
15904 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15905
15906 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 15907 keep it from killing the rest of the tests.
7a292a7a
SS
15908 Use gdb_continue_to_end.
15909
15910 * gdb.base/sigall.exp: use gdb_continue_to_end.
15911
15912 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15913
15914 * gdb.base/display.exp: use runto_main, not run.
15915
d63a86f8
RM
15916 * gdb.base/default.exp: Check for the current error message in the
15917 r abbreviation test.
7a292a7a
SS
15918 Add strongarm to the targets that know info float.
15919
d63a86f8 15920 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
15921 run which doesn't work with monitors.
15922
15923 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15924
15925 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15926
15927 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
15928 program. Traps the case (in Cygmon) when the program never really
15929 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
15930 more places, so I used my name. Sorry Mark...
15931
15932 * config/monitor.exp (gdb_target_monitor): added another
15933 target_info parameter: remotebinarydownload. This will set the
15934 remotebinarydownload flag if this is causing some boards trouble.
15935
159361999-03-18 Mark Salter <msalter@cygnus.com>
15937
15938 * lib/gdb.exp (continue_to_exit): New function.
15939
15940 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15941 * gdb.base/ending-run.exp: Ditto.
15942 * gdb.base/step-test.exp: Ditto.
15943
159441999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15945
15946 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15947 (suggested by Art Haas <ahaas@neosoft.com>).
15948
159491999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15950
15951 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15952
15953Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15954
15955 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15956 descriptions of types (short unsigned int vs unsigned short, etc).
15957
159581999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15959
15960 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15961 a call to strlen; sometimes we do have sources.
15962
159631999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
15964
15965 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15966 character, so GDB won't print garbage after its end.
d63a86f8 15967
c906108c
SS
15968 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15969 breakpoint there instead. Sometimes GCC emits memcpy to handle
15970 the large structures being passed by value, so we step into that
15971 instead of sum_array_print, which obscures what we're really testing.
15972 * gdb.base/step-test.exp: However, we do want a test that notices
15973 the bizarre steps into memcpy, so do that here. Add check for
15974 stepping into function calls that pass large structures by value.
15975 ("Is that a noun clause, or are you just happy to see me?")
15976 Remove all references to specific line numbers.
15977 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15978 New type and function.
15979 (main): Call large_struct_by_value, passing it a large struct by value.
15980 * lib/gdb.exp (gdb_get_line_number): New function.
15981
15982 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15983 more portable.
15984
7a292a7a
SS
159851999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15986
c906108c
SS
15987 * lib/gdb.exp: Doc fixes.
15988
7a292a7a
SS
159891999-03-05 Nick Clifton <nickc@cygnus.com>
15990
d63a86f8 15991 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
15992
159931999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
15994
c906108c
SS
15995 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
15996 commands. They're not germane to this test, and they don't work
15997 that way on remote targets.
15998
3fc11d3e
JM
159991999-03-01 James Ingham <jingham@cygnus.com>
16000
16001 * Changelog entries merged over from gdb development branch.
16002
3fc11d3e
JM
16003 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16004
16005 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16006 for outputting results of test run.
16007
2d4a1622 16008 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
16009
16010 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 16011
7a292a7a
SS
160121999-02-25 Felix Lee <flee@cygnus.com>
16013
16014 * lib/gdb.exp (debug_format): initialize
16015
c906108c
SS
160161999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16017
16018 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16019 * gdb.base/call-rt-st.c: Ditto.
16020
c906108c
SS
160211999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16022
16023 * gdb.threads/pthreads.exp (horiz): New variable.
16024 (test_startup): Fix regexps that capture thread numbers.
16025
160261999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16027
16028 * gdb.base/smoke.exp: Disambiguate two test case names (both
16029 called ``print'').
16030
16031Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16032
16033 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16034 compilation.
16035
160361999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16037
16038 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16039 actual output formatting.
16040 * gdb.base/smoke.exp: GDB removes leading 0's.
16041 * gdb.base/volatile.exp: Don't check type of remuneration;
16042 that variable is no longer defined in constvars.c.
16043 * gdb.base/step-test.c (main): Exit with explicit exit code.
16044 * gdb.base/step-test.exp: Remove two nexti checks--they are
16045 not portable.
16046
160471999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16048
16049 * gdb.base/help.exp ("help delete display"): Fix test to match
16050 gdb's output.
16051
16052 * gdb.base/long_long.c (known_types): Initialize values to zero.
16053 * gdb.base/long_long.exp: Step one more line
16054 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
16055 leading zeros. Explicitly ask for hex formatting. Use
16056 unique test case names.
c906108c
SS
16057
16058Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16059
d63a86f8 16060 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
16061
16062 * gdb.c++/method.exp: Add missing close brace.
16063
160641999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16065
16066 * gdb.base/maint.exp: Use 'set height 0' to disable page
16067 prompting, not 'set height 400'.
16068
16069 Fix a bunch of timeouts.
16070 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16071 four separate tests, so expect doesn't take forever to match a ton
16072 of text against a regexp with lots of .* forms.
16073 ("maint print psymbols", "maint print symbols"): Make some of
16074 these greps more selective, so that expect doesn't try to wade
16075 through huge piles of output and time out.
16076
16077 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16078
16079 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16080 tests: one which doesn't expect shlib events to be reported, and
16081 another which does, but is XFAIL for all platforms other than
16082 HP/UX.
16083
16084 * gdb.base/break.exp: Teach the test suite that the `catch
16085 fork', `catch vfork', and `catch exec' commands produce error
16086 messages on platforms that don't provide these features.
16087
16088Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16089
16090 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16091 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16092 (shortening names from solib_threshold.exp etc), won't run on
16093 anything but HP-UX for the foreseeable future.
16094 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16095 reflect move.
16096
16097Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16098
16099 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16100 gdb.trace/Makefile.in (clean): Remove all test executables.
16101
16102Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16103
16104 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16105 successfully re-sets breakpoints in shared libraries.
16106 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16107
16108Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16109
d63a86f8
RM
16110 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16111 and compiled w/o GCC.
c906108c
SS
16112
16113 * gdb.hp/watch-cmd.exp: ditto.
16114
16115 * gdb.hp/watch-hp.exp: ditto.
16116
16117 * gdb.hp/xdb1.exp: ditto.
16118
16119 * gdb.hp/xdb2.exp: ditto.
16120
16121 * gdb.hp/dbx.exp: ditto.
16122
16123Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16124
16125 * constvars.c: Remove C++-isms.
16126 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16127 with GCC.
16128
16129Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16130
16131 The following changes are part of the HP merge.
16132
16133 * gdb.base/break.exp: new tests to verify that catchpoints for
16134 fork, vfork, and exec don't trigger inappropriately.
16135
16136 * gdb.base/opaque.exp: compile one file at a time, then link.
16137
16138 * gdb.base/signals.exp: be more restrictive about which hppa
16139 systems receive a setup_xfail. new tests.
16140
16141 * gdb.base/solib_threshold.build: new file.
16142 * gdb.base/solib_threshold.exp: new file.
16143 * gdb.base/solib_threshold.link_opts: new file.
16144 * gdb.base/solib_threshold.mk: new file.
16145 * gdb.base/gen_solib_threshold.c: new file.
16146
16147 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16148 tests. New tests for enums inside classes.
16149
16150 * gdb.c++/compiler.cc: indicate support of template debugging.
16151
16152 * gdb.c++/demangle.exp: run hp style demangling tests.
16153
16154 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16155 tests.
16156
16157 * gdb.c++/misc.cc: changes to support new tests.
16158
16159 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16160 to support new tests.
16161
16162 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16163 gcc, then skip these tests.
16164
16165Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16166
16167 The following files are part of the HP merge; some had longer
16168 names at HP, but have been renamed to be no more than 14
16169 characters in length.
16170
16171 * gdb.hp/ambiguous.cc: new file.
16172 * gdb.hp/ambiguous.exp: new file.
16173 * gdb.hp/attach.exp: new file.
16174 * gdb.hp/attach2.exp: new file.
16175 * gdb.hp/classes-hp.exp: new file.
16176 * gdb.hp/ctti.exp: new file.
16177 * gdb.hp/ctti-add.cc: new file.
16178 * gdb.hp/ctti-add1.cc: new file.
16179 * gdb.hp/ctti-add2.cc: new file.
16180 * gdb.hp/ctti-add3.cc: new file.
16181 * gdb.hp/dbx.exp: new file.
16182 * gdb.hp/exception.cc: new file.
16183 * gdb.hp/exception.exp: new file.
16184 * gdb.hp/foll-exec.c: new file.
16185 * gdb.hp/foll-exec.exp: new file.
16186 * gdb.hp/foll-fork.c: new file.
16187 * gdb.hp/foll-fork.exp: new file.
16188 * gdb.hp/foll-vfork.c: new file.
16189 * gdb.hp/foll-vfork.exp: new file.
16190 * gdb.hp/inherit-hp.exp: new file.
16191 * gdb.hp/more-steps.exp: new file.
16192 * gdb.hp/namespace.cc: new file.
16193 * gdb.hp/namespace.exp: new file.
16194 * gdb.hp/optimize.exp: new file.
16195 * gdb.hp/pxdb.c: new file.
16196 * gdb.hp/pxdb.exp: new file.
16197 * gdb.hp/quicksort.exp: new file.
16198 * gdb.hp/reg-test.exp: new file.
16199 * gdb.hp/reg-test.s: new file.
16200 * gdb.hp/sized-enum.c: new file.
16201 * gdb.hp/sized-enum.exp: new file.
16202 * gdb.hp/start-stop.exp: new file.
16203 * gdb.hp/templ-hp.cc: new file.
16204 * gdb.hp/templ-hp.exp: new file.
16205 * gdb.hp/thr-lib.c: new file.
16206 * gdb.hp/thr-lib.exp: new file.
16207 * gdb.hp/thr-lib.h: new file.
16208 * gdb.hp/thr-liblib.c: new file.
16209 * gdb.hp/virtfun-hp.c: new file.
16210 * gdb.hp/virtfun-hp.exp: new file.
16211 * gdb.hp/watch-cmd.exp: new file.
16212 * gdb.hp/watch-hp.exp: new file.
16213 * gdb.hp/xdb1.exp: new file.
16214 * gdb.hp/xdb2.exp: new file.
16215 * gdb.hp/xdb3.exp: new file.
16216
16217Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16218
16219 The following files are part of the HP merge; some had longer
16220 names at HP, but have been renamed to be no more than 14
16221 characters in length.
16222
16223 * gdb.base/ss.h: new file.
16224 * gdb.base/call-ar-st.c: new file.
16225 * gdb.base/call-ar-st.exp: new file.
16226 * gdb.base/call-rt-st.c: new file.
16227 * gdb.base/call-rt-st-exp: new file.
16228 * gdb.base/call-strs.exp: new file.
16229 * gdb.base/ena-dis-br.exp: new file.
16230 * gdb.base/environ.exp: new file.
16231 * gdb.base/long_long.exp: new file.
16232 * gdb.base/sect-cmd.exp: new file.
16233 * gdb.base/shlib-cl2.exp: new file.
16234 * gdb.base/smoke.exp: new file.
16235 * gdb.base/so-impl-ld.c: new file.
16236 * gdb.base/so-impl-ld.exp: new file.
16237 * gdb.base/so-indr-cl.c: new file.
16238 * gdb.base/so-indr-cl.exp: new file.
16239 * gdb.base/varargs.exp: new file.
16240 * gdb.base/volatile.exp: new file.
16241 * gdb.base/whatis-exp.exp: new file.
7a292a7a 16242 * gdb.base/display.exp: new file.
c906108c
SS
16243 * gdb.c++/derivation.exp: new file.
16244 * gdb.c++/local.exp: new file.
16245 * gdb.c++/member-ptr.exp: new file.
16246 * gdb.c++/overload.exp: new file.
16247 * gdb.c++/ovldbreak.exp: new file.
16248 * gdb.c++/ref-types.exp: new file.
16249 * gdb.c++/ref-types2.exp: new file.
16250 * gdb.c++/userdef.exp: new file.
d63a86f8 16251
c906108c
SS
16252Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16253
16254 * gdb.base/default.exp: Reflect wording change in remote.c.
16255
dc96c6c7 16256Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16257
16258 * gdb.base/help.exp: Update to reflect current text.
16259
16260Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16261
16262 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16263 they're stack variables and contain garbage.
16264 * gdb.c++/anon-union.exp: new file.
16265
16266 The following changes were made by David Taylor
16267 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16268 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16269 in changes by HP.
16270
16271 * gdb.base/bitops.exp: new file.
16272 * gdb.base/default.exp: change expected messages for catch and
16273 info catch tests to reflect HP merge changes.
16274 * gdb.base/enable-disable-break.exp
16275 * gdb.base/ending-run.c: new file.
16276 * gdb.base/long_long.c: new file.
16277 * gdb.base/maint.exp: new file.
16278 * gdb.base/pointers2.exp: new file.
16279 * gdb.base/shlib-call2.exp: new file.
16280 * gdb.base/solib.exp: new file.
16281 * gdb.base/step-test.c: new file.
16282 * gdb.c++/anon-union.cc: new file.
16283 * gdb.c++/local.cc: new file.
16284 * gdb.c++/member-pointer.cc: new file.
16285 * gdb.c++/method.cc: new file.
16286 * gdb.c++/ref-types.cc: new file.
16287 * gdb.c++/ref-types2.cc: new file.
16288 * gdb.c++/userdef.cc: new file.
d63a86f8 16289
c906108c
SS
16290 * gdb.base/scope.exp: compile one file at a time, then link.
16291 * gdb.base/langs.exp: ditto.
16292 * gdb.base/list.exp: ditto.
d63a86f8 16293
c906108c
SS
16294Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16295
16296 The following changes were made by David Taylor
16297 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16298 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16299 in changes by HP.
d63a86f8 16300
c906108c
SS
16301 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16302 skip tests. When compiling pass c++ flag to gdb_compile.
16303 * gdb.c++/
d63a86f8 16304
c906108c
SS
16305 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16306 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16307 (skip_hp_tests): new function.
16308 (gdb_preprocess): new function.
16309
16310 * configure.in (hpdir): decide whether to configure gdb.hp.
16311 * configure: regenerated.
16312
16313 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16314 to delete on clean.
16315 (EXECUTABLES): update to reflect new additions.
16316 * gdb.base/commands.exp: update message expected.
16317 * gdb.base/default.exp: add copyright notice.
16318 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16319 * gdb.base/help.exp: update messages to reflect current text.
16320 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16321 targets for recurse tests.
16322 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16323 skip this file.
16324
16325 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16326 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16327 compilation.
16328 * gdb.c++/misc.exp: ditto.
16329 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16330 run the tests. tell gdb_compile that it's a c++ compilation.
16331
16332 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 16333
c906108c
SS
16334 * gdb.base/all-bin.exp: new file.
16335 * gdb.base/arithmet.exp: new file.
16336 * gdb.base/assign.exp: new file.
16337 * gdb.base/completion.exp: new file.
16338 * gdb.base/cond-expr.exp: new file.
16339 * gdb.base/condbreak.exp: new file.
16340 * gdb.base/define.exp: new file.
16341 * gdb.base/dollar.exp: new file.
16342 * gdb.base/environment.exp: new file.
16343 * gdb.base/eval-skip.exp: new file.
16344 * gdb.base/jump.exp: new file.
16345 * gdb.base/logical.exp: new file.
16346 * gdb.base/pointers.exp: new file.
16347 * gdb.base/relational.exp: new file.
16348 * gdb.base/section_command.exp: new file.
16349 * gdb.base/whatis-expr.exp: new file.
16350
16351 * gdb.base/all-types.c: new file.
16352 * gdb.base/call-array-struct.c: new file.
16353 * gdb.base/call-return-struct.c: new file.
16354 * gdb.base/call-strings.c: new file.
16355 * gdb.base/callfuncs2.c: new file.
16356 * gdb.base/condbreak.c: new file.
16357 * gdb.base/constvars.c: new file.
16358 * gdb.base/display.c: new file.
16359 * gdb.base/int-type.c: new file.
16360 * gdb.base/jump.c: new file.
16361 * gdb.base/miscexprs.c: new file.
16362 * gdb.base/pointers.c: new file.
16363 * gdb.base/pointers2.c: new file.
16364 * gdb.base/shmain.c: new file.
16365 * gdb.base/shr1.c: new file.
16366 * gdb.base/shr2.c: new file.
16367 * gdb.base/solib.c: new file.
16368 * gdb.base/solib1.c: new file.
16369 * gdb.base/solib2.c: new file.
16370 * gdb.base/varargs.c: new file.
16371 * gdb.c++/derivation.cc: new file.
16372 * gdb.c++/overload.cc: new file.
16373 * gdb.c++/ovldbreak.cc: new file.
16374 * gdb.hp/attach.c: new file.
16375 * gdb.hp/attach2.c: new file.
16376 * gdb.hp/average.c: new file.
16377 * gdb.hp/compiler.c: new file.
16378 * gdb.hp/compiler.cc: new file.
16379 * gdb.hp/execd-program.c: new file.
16380 * gdb.hp/follow-exec.c: new file.
16381 * gdb.hp/follow-fork.c: new file.
16382 * gdb.hp/follow-vfork-and-exec.c: new file.
16383 * gdb.hp/misc-hp.cc: new file.
16384 * gdb.hp/more-steps.c: new file.
16385 * gdb.hp/optimize.c: new file.
16386 * gdb.hp/quicksort.c: new file.
16387 * gdb.hp/run-hp.c: new file.
16388 * gdb.hp/start-stop.c: new file.
16389 * gdb.hp/sum.c: new file.
16390 * gdb.hp/templates-hp.cc: new file.
16391 * gdb.hp/thread-local-in-lib.c: new file.
16392 * gdb.hp/thread-local-in-lib.h: new file.
16393 * gdb.hp/thread-local-in-lib.lib.c: new file.
16394 * gdb.hp/vforked-program.c: new file.
16395 * gdb.hp/virtfunc-hp.cc: new file.
16396 * gdb.hp/watchpoint-hp.c: new file.
16397 * gdb.hp/xdb.c: new file.
16398 * gdb.hp/xdb0.c: new file.
16399 * gdb.hp/xdb0.h: new file.
16400 * gdb.hp/xdb1.c: new file.
16401
16402Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16403
16404 The following change was made by Edith Epstein
16405 <eepstein@cygnus.com> as part of a project to merge in changes
16406 originally made by HP; HP did not create ChangeLog entries.
16407
16408 * gdb.c++/demangle.exp: changed the expected output for some
16409 ARM-style mangling -- removed second reference to datatype.
16410 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16411 T1<char>::~T1<char>(void)
c906108c 16412 becomes,
a9c64011
AS
16413 maint demangle __dt__11T1__pt__2_cFv
16414 T1<char>::~T1(void)
c906108c
SS
16415
16416 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16417
c906108c
SS
16418Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16419
16420 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16421 * gdb.trace/backtrace.exp: Likewise.
16422 * gdb.trace/circ.exp: Likewise.
16423 * gdb.trace/collection.exp: Likewise.
16424 * gdb.trace/deltrace.exp: Likewise.
16425 * gdb.trace/infotrace.exp: Likewise.
16426 * gdb.trace/limits.exp: Likewise.
16427 * gdb.trace/packetlen.exp: Likewise.
16428 * gdb.trace/passc-dyn.exp: Likewise.
16429 * gdb.trace/passcount.exp: Likewise.
16430 * gdb.trace/report.exp: Likewise.
16431 * gdb.trace/save-trace.exp: Likewise.
16432 * gdb.trace/tfind.exp: Likewise.
16433 * gdb.trace/tracecmd.exp: Likewise.
16434 * gdb.trace/while-dyn.exp: Likewise.
16435 * gdb.trace/while-stepping.exp: Likewise.
16436
164371998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16438
16439 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16440
16441Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16442
16443 From Brendan Kehoe:
16444 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16445 int return types.
16446
16447Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16448
16449 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16450 remote dos host testing right.
16451
16452Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16453
16454 * gdb.base/corefile.exp: remove some xfails.
16455
16456Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16457
16458 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16459 have different timestamps.
16460
16461Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16462
16463 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16464 gdb.base/default.exp: Replace "exec" with "executable".
16465
16466Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16467
16468 * gdb.base/default.exp: Change else if to elseif from previous
16469 delta.
16470
16471Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16472
16473 * gdb.base/default.exp: Add brace missing from previous delta.
16474
16475Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16476
16477 * gdb.base/default.exp: Support test for info float for all
16478 varieties of arm toolchain.
16479
dc96c6c7 16480Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16481
16482 * gdb.trace/*.exp: remove "remote_download" command.
16483
dc96c6c7 16484Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16485
16486 * gdb.trace/*.exp: remove -gdwarf from compile.
16487
16488Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16489
16490 * gdb.trace/configure.in(AC_INIT): typo
16491 * gdb.trace/configure: regenerated
16492
dc96c6c7 16493Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16494
16495 * config/m68k-emc.exp: New file.
16496 * lib/<emc-support.exp trace-support.exp}: New files.
16497 * configure.in: add new test directory gdb.trace.
16498 * gdb.trace/{configure configure.in Makefile.in}: New files.
16499 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16500 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16501 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16502 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16503 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16504 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16505 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16506
dc96c6c7 16507Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16508
16509 * gdb.c++/classes.exp: Change all regular expressions to match
16510 arbitrary combinations of newline/carriage-return, so that they
16511 will work equally well on Unix and Windows.
16512 * gdb.c++/inherit.exp: ditto.
16513 * gdb.c++/virtfunc.exp: ditto.
16514
165151998-08-11 Dawn Perchik <dawn@cygnus.com>
16516
16517 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16518
c2d11a7d
JM
16519Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16520
16521 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16522 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16523 to use a0-a3/d0-d3 as needed.
16524
16525Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16526
16527 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16528 * gdb.disasm/am33.exp: Corresponding changes.
16529
c906108c
SS
165301998-07-11 Felix Lee <flee@cygnus.com>
16531
16532 * gdb.base/callfuncs.exp: add cmp10 test.
16533 * gdb.base/callfuncs.c (cmp10): new function.
16534
16535Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16536
d63a86f8 16537 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16538 into two parts to get around a synchronization problem in expect.
16539
3fc11d3e
JM
16540Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16541
16542 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16543
16544 * configure.in: Add options for gdbtk testsuite.
16545
16546 * configure: Regenerate.
16547
16548 * gdb.gdbtk: New directory to hold gdbtk tests.
16549
c906108c
SS
16550Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16551
16552 * gdb.fortran/types.exp: Escape brackets in expect patterns
16553 for test_float_literal_types_accepted tests.
16554 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16555 before run test.
16556
c2d11a7d
JM
16557Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16558
16559 * am33.exp: Just compile, do not link the testcase.
16560 * am33.s: Add ".am33" pseudoop to force am33 mode.
16561
c906108c
SS
165621998-06-25 Felix Lee <flee@cygnus.com>
16563
16564 * gdb.base/setshow.exp: make sure $pc is sane.
16565
16566 * gdb.stabs/weird.exp: split expect patterns properly.
16567
c2d11a7d
JM
16568Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16569
16570 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16571 * gdb.disasm/am33.exp: Run it.
16572
dc96c6c7 16573Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16574
16575 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16576 match processing (and eliminate spurious timeouts when running).
16577
dc96c6c7 16578Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16579
16580 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16581 exception test, but conditionalize it on target [mach | gnu].
16582
dc96c6c7 16583Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16584
16585 * gdb.base/overlays.exp: fixup compile line for linker script.
16586
16587Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16588
16589 * gdb.fortran/types.exp: don't guess at float size.
16590
16591Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16592
16593 * gdb.base/exprs.exp: delete test that depends on int size.
16594
16595Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16596
16597 * config/sim.exp: Removed checks for target triplets.
16598 (gdb_target_sim): Use gdb,target_sim_options.
16599
16600Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16601
16602 * gdb.base/reread.exp: New file.
16603 * gdb.base/reread1.c: New file.
16604 * gdb.base/reread2.c: New file.
16605
16606Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16607
16608 * config/sim.exp: Use 'target sim -sparclite' when running
16609 SPARClite programs.
16610
16611Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16612
16613 * gdb.base/structs2.exp: New file.
16614 * gdb.base/structs2.c: New file.
16615
16616Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16617
16618 * gdb.asm/common.inc: New file.
16619 * gdb.asm/d10v.inc: New file.
16620 * asm-source.exp: Pass -I's to gas to find .inc files.
16621 Update line numbers in expected output.
16622 * asmsrc1.s: Rewrite.
16623 * asmsrc2.s: Rewrite.
16624 * configure.in: Create arch.inc symlink.
16625 * configure: Regenerate.
16626 * Makefile.in (distclean): Delete arch.inc.
16627
16628Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16629
16630 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16631 (t_enum_value2): ditto
16632 (t_enum_value3): ditto
16633 (main): ditto
16634Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16635
16636 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16637 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16638 change.
16639 Use gdb_test instead of send_gdb/gdb_expect sequences.
16640
16641Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16642
16643 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16644 not void.
16645
16646Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16647
16648 * gdb.base/branches.c: Code with lots of loops and
16649 subroutines. Used to test gdbs ability to single step through PC
16650 changes, especially to test mips-tdep.c:mips_next_pc
16651
16652Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16653
16654 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16655 more rigorous EGCS C++ error checking.
16656
16657Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16658
a9c64011
AS
16659 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16660 tests.
16661 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16662 function when asleep.
16663 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16664 for i*86 Linux and SVR4 signal handling problems.
16665 Remove linux xfail for `next to handler in signals_tests_1', fixed
16666 by recent infrun.c change.
16667 Limit backtrace to 10 frames to avoid timeout problems with infinite
16668 stack backtraces.
16669 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16670 target.[ch] change.
c906108c
SS
16671
16672Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16673
16674 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16675 for a newline from gdb before continuing.
16676 (default_gdb_exit): Just look for y or n.
16677 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16678 it does, fail the rests of the tests in the file.
16679
16680Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16681
16682 * config/cygmon.exp: New file.
16683
16684Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16685
16686 * gdb.base/list.exp: Fix problem with "list default lines around
16687 main" test on remote targets.
16688
16689 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16690 run test on remote targets.
16691
16692Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16693
16694 * gdb.asm: New directory.
16695 * configure.in: Configure it.
16696 * configure: Regenerate.
16697 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16698 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16699
16700Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16701
16702 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16703
dc96c6c7 16704Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16705
a9c64011
AS
16706 * gdb.base/overlays (several files): Merge the two overlay
16707 managers into one. Change variables (foox, barx, bazx, grbxx)
16708 back into ints but force them to load in their proper sections.
c906108c
SS
16709
16710Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16711
16712 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16713 on-chip insn memory and IMAP1 to upper 128k.
16714 (D10VCopy): Handle memory regions crossing 16k boundaries.
16715 (D10VCopy): Transfer data in 32 bit chunks.
16716
16717Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16718
16719 * gdb.base/overlays.c (main): Exit normally when result is
16720 correct.
16721
16722 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16723 map. Include space for printf in .text segment.
16724
16725 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16726 updated d10v memory VMA/LMA map.
16727 (D10VCopy): Call D10VTranslate.
d63a86f8 16728
c906108c
SS
16729Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16730
16731 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16732
16733 * gdb.base/bar.c (barx, bar): Change variable to small array so
16734 that it won't be put into the .sdata - small data -
16735 section. Update reference.
16736 * gdb.base/baz.c (bazx, baz): Ditto.
16737 * gdb.base/foo.c (foox, foo): Ditto.
16738 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16739
16740 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16741 to be arrays.
d63a86f8 16742
dc96c6c7 16743Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16744
a9c64011
AS
16745 * gdb.base/overlays.exp: fix up and get working again.
16746 Add tests for backtraces from an overlay function.
d63a86f8 16747
c906108c
SS
16748Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16749
16750 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16751 "calling function with watchpoint enabled".
16752
16753Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16754
16755 * gdb.base/break.exp (test_next_with_recursion): Remove
16756 gdb_suppress_tests for d10v-*-*.
16757 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16758 pending review of whether it is useful or not.
16759
16760Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16761
16762 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16763
16764Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16765
16766 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16767 * config/dve.exp: New file to support Densan boards.
16768
16769Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16770
16771 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16772 reads and BSD.
16773
16774Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16775
16776 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16777 response.
16778
16779 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16780
16781Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16782
16783 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16784 test.
16785
16786 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16787 target_sizeof_long and target_bigendian_p.
16788 (structs_by_value, structs_by_reference): Check values according
16789 to targets word size and endianess.
d63a86f8 16790
c906108c
SS
16791Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16792
16793 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16794 output.
16795
16796Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16797
16798 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16799 Update test of set args help to match source change.
16800
16801Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16802
16803 * gdb.base/default.exp: Expect help system output to be in
16804 alphabetical order.
16805 * gdb.base/help.exp: Ditto.
16806
16807Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16808
16809 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16810 "i*86-pc-linux-gnu*".
16811 * gdb.base/interrupt.exp: Ditto.
16812 * gdb.base/corefile.exp: Ditto.
16813
16814 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16815 define vxworks when building the testcase.
16816
16817 * gdb.base/ptype.exp: Fix testnames to be unique.
16818 * gdb.base/radix.exp: Ditto.
16819 * gdb.base/term.exp: Ditto.
16820 * gdb.base/whatis.exp: Ditto.
16821 * gdb.c++/classes.exp: Ditto.
16822
16823Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16824
16825 * gdb.base/callfuncs.exp: Fix indentation.
16826
16827 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16828 suppress_flag has been set.
16829 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16830 target feature.
16831
16832Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16833
16834 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16835 the testcase.
16836
16837 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16838 set_debug_traps() and breakpoint().
16839 * gdb.c++/misc.cc (main): Ditto.
16840 * gdb.c++/templates.cc (main): Ditto.
16841 * gdb.c++/virtfunc.cc (main): Ditto.
16842
16843Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16844
16845 * lib/gdb.exp(gdb_step_for_stub): New function.
16846 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16847 exists, reload the executable and do a "continue" instead of
16848 doing a jump.
16849 (runto_main): Use gdb_step_for_stub.
d63a86f8 16850
c906108c
SS
16851 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16852 tests to have unique names.
16853 * gdb.base/callfuncs.exp: Ditto.
16854 * gdb.base/commands.exp: Ditto.
16855 * gdb.base/default.exp: Ditto.
16856 * gdb.base/help.exp: Ditto.
16857 * gdb.base/list.exp: Ditto.
16858 * gdb.base/opaque.exp: Ditto.
16859 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16860 similar tests.
d63a86f8 16861
c906108c
SS
16862 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16863 * gdb.c++/cplusfuncs.cc: Ditto.
16864 * gdb.c++/virtfunc.cc: Ditto.
16865
16866 * config/monitor.exp: Keep track of the last file we saw, rather
16867 than trying to get the info from gdb.
16868
16869 * gdb.fortran/types.exp: Move comment to previous line.
16870
16871Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16872
16873 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16874 target mode.
16875
16876Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16877
16878 From Bob Manson:
16879 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16880 string from GDB when it connects.
16881
16882 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16883
16884Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16885
16886 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16887 if we can't get a debug format from GDB (we may be testing an
16888 older GDB). Use a 10 second timeout when checking for the format.
16889
16890 * gdb.stabs/weird.exp: Fix quoting.
16891
16892 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16893
16894Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16895
16896 * config/arm-ice.exp: New file.
16897
16898Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16899
16900 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16901 until it has been modified to work with the new testsuite.
16902
99707966 16903 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
16904 testcase won't compile, cause all of the testcases in the file to
16905 fail instead.
16906
16907 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16908 (gdb_clear_suppressed): New procedure.
16909 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16910 it contains a positive value.
16911
16912Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16913
16914 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16915
16916 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16917
16918Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16919
16920 * lib/gdb.exp (setup_xfail_format): New function.
16921 (get_debug_format): New function to get debug format.
16922 (debug_format): New global variable to hold last value set
16923 by get_debug_format.
16924 * gdb.base/list.exp: Call get_debug_format and expect some
16925 tests to fail for DWARF 1 and COFF formats.
16926 * gdb.c++/ptype.exp: Ditto.
16927 * gdb.c++/classes.exp: Ditto.
16928 * gdb.c++/cplusfuncs.exp: Ditto.
16929 * gdb.c++/inherit.exp: Ditto.
16930 * gdb.c++/templates.exp: Ditto.
16931 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 16932
c906108c
SS
16933Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16934
16935 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16936 host doesn't have a currently-open connection.
16937
16938 * config/sparclet.exp: Cleanups and fixes to make it generic for
16939 any gdb stub target. Handle cases where gdb doesn't respond when
16940 interrupted in a sane fashion.
16941
16942 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16943 same thing in a totally different way.
16944
16945 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16946 setting "timeout".
16947 (gdb_start): We set the global gdb_prompt variable in
16948 default_gdb_init now.
16949
16950Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16951
16952 * gdb.base/printcmds.exp: Fix "check for floating addition"
16953 regexp to accept results within approx +/- .01 of exact value.
16954 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16955
16956Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16957
16958 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16959 properly.
16960 (gdb_expect): Add optional timeout parameter, and add timeout
16961 value to various calls.
16962 (gdb_suppress_tests): Only give one warning message per group.
16963
16964Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16965
16966 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16967 global variables. Handle getting a value for $timeout more
16968 gracefully.
16969
16970Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16971
16972 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16973 initialize.
16974 (default_gdb_init): New procedure; allow gdb_init to be overridden
16975 by a target configuration file.
16976 (gdb_expect): Pass the timeout to remote_expect.
16977
16978 * config/monitor.exp(gdb_load): Fix typo in regexp.
16979
16980Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16981
16982 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16983
16984Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16985
16986 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16987 here. Call gdb_target_exec before rebooting the target, to make
16988 sure the connection to the target is closed.
16989 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16990 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16991 Also detect "Timeout reading from remote" error.
16992
16993 * config/gdbserver.exp: Pass the executable being loaded to
16994 gdb_target_monitor. Don't call gdb_file_cmd here; let
16995 gdb_target_monitor do it.
16996
16997 * gdb.disasm/hppa.exp: Don't use exec_output.
16998
16999Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17000
17001 * gdb.base/list.exp: If we're debugging a non-native target,
17002 try to set the pc register to point to the start of the
17003 program before doing the first list command.
17004
17005 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17006 test_calls after restarting.
17007
17008 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17009 reloading.
17010
17011 * gdb.base/watchpoint.exp: Fix typo.
17012
17013 * gdb.base/setshow.exp: Check for use_gdb_stub.
17014
17015 * gdb.base/break.exp: Fix continue until exit test for the gdb
17016 stub case.
17017 * gdb.base/langs.exp: Ditto.
17018
17019 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17020 gdb_load_offset. If we weren't given a file to load, figure out
17021 what the current file is and use it.
17022
17023 * config/i386-bozo.exp: New file.
17024
17025Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17026
17027 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17028 feature.
17029
17030 * config/proelf.exp: New entry.
17031
17032Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17033
17034 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17035 of regexps.
17036
17037 * gdb.base/watchpoint.exp: Don't run the test_stepping
17038 tests if gdb can't call functions on the target.
17039
17040 * gdb.base/setshow.exp: Don't run the set prompt tests if
17041 the board has gdb_prompt set.
17042
17043Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17044
17045 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17046 * gdb.base/commands.exp: Likewise.
17047 * gdb.base/setshow.exp: Likewise.
17048
17049Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17050
17051 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17052 feature.
17053
17054 * config/i960.exp: New file.
17055
17056Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17057
17058 * gdb.base/funcargs.exp: Check for gdb,short_int target
17059 feature instead of looking for explicit target triplets.
17060
dc96c6c7 17061Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 17062
d63a86f8 17063 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
17064 "p 123DEADBEEF", to check parse_number.
17065 * top.c: change "to enable to enable" to "to enable" in a couple
17066 of help strings.
17067
17068Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17069
17070 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17071 on the mn10300.
d63a86f8 17072
c906108c
SS
17073Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17074
17075 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17076 where the test executable is run with explicit args.
17077 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17078
17079Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17080
17081 * gdb.base/run.c: Use FAKEARGV to build test executable that
17082 does not require a command line arg, since most simulators
17083 don't currently support passing such an arg into the simulated
17084 program.
17085 * gdb.base/commands.exp: Change tests to insert the proper
17086 value as the arg to the first recursive factorial call. Change
17087 compilation line to define FAKEARGV at compile time.
17088
17089Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17090
17091 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17092 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17093 function with watchpoint enabled" test.
17094
17095Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17096
17097 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17098 Don't call gdb_test when the command doesn't return to a gdb prompt.
17099
17100 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17101 "Tests restarted" messages.
17102
17103Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17104
17105 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17106
dc96c6c7 17107Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17108
17109 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17110 for INFO SYMBOL; add help tests for OVERLAY commands.
17111 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17112 add tests for OVERLAY commands
17113 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17114 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17115 * gdb.base/sigall.c: add usestubs code frag
17116 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 17117
c906108c
SS
17118Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17119
17120 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17121 failures.
17122 (gdb_stop_suppressing_tests): Note that tests have restarted.
17123
17124Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17125
17126 * config/h8300.exp: New file.
17127
17128Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17129
17130 * gdb.base/setshow.exp: Check for the existence of a
17131 feature, not its value.
17132
17133Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17134
17135 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17136
17137 * gdb.base/scope.exp: It's now init0(), not init().
17138
17139 * gdb.base/scope0.c: For now, change init() to be init0().
17140
17141 * config/monitor.exp: Use gdb_serial in preference to serial
17142 or netport.
17143
17144 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17145 and it's not already set.
17146
17147Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17148
17149 * gdb.base/setshow.exp: Only test the run command if the target
17150 isn't using a stub and if it supports argument passing.
17151
17152Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17153
17154 * config/udi.exp(gdb_start): Make sure UDICONF is set
17155 properly before starting gdb.
17156
17157Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17158
17159 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17160 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17161 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17162
17163Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17164
17165 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17166 specialized code to reboot the board, use remote_reboot instead.
17167
17168 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17169
17170 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17171
17172 * config/monitor.exp: Make sure we disconnect from the target.
17173 Also, try a reboot/reload cycle instead of failing if the
17174 load fails.
17175
17176Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17177
17178 * gdb.base/default.exp: Don't set match_max.
17179 * gdb.base/help.exp: Ditto.
17180 * gdb.base/list.exp: Ditto.
17181 * gdb.base/signals.exp: Ditto.
17182
17183 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17184 set, use remote_ld to download the testcase instead of
17185 the GDB loader.
17186
17187Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17188
17189 * config/vr5000.exp: New file.
17190
17191 * config/monitor.exp(gdb_target_monitor): Add pattern for
17192 "Ending remote" to detect errors in connecting.
17193
17194 * gdb.base/setshow.exp: Add .* within auto language test.
17195
17196 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17197 target feature.
17198
17199 * config/monitor.exp(gdb_load): Check for a failure when loading,
17200 and reboot the board if necessary.
17201
17202 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17203 a set of tests. Remove print.* from the patterns being checked.
17204
17205Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17206
17207 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17208 refer to gdb_spawn_id.
17209
17210 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17211 longer used.
17212 * config/sparclet.exp: Ditto.
17213 * config/sparclet-old.exp: Ditto.
17214 * config/slite.exp: Ditto.
17215 * config/sim.exp: Ditto.
17216 * gdb.base/funcargs.exp: Ditto.
17217
17218 * lib/gdb.exp:Remove references to gdb_spawn_id.
17219 (gdb_expect): Move to remote.exp.
17220
17221Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17222
17223 * config/monitor.exp: Detect the "Couldn't establish connection"
17224 message from GDB.
17225
17226Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17227
17228 * gdb.base/bitfields.exp: Use runto instead of explicit
17229 gdb_run_cmd/gdb_expect sequences.
17230
17231 * gdb.base/break.exp(text_next_with_recursion): Add match for
17232 gdb_expect call.
17233
17234 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17235 We also need to handle the "A program is being debugged already"
17236 prompt from gdb. Use gdb_test to set the baud rate.
17237
17238 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17239 to 20000. Really. I mean it.
17240
17241Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17242
17243 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17244 fails. If suppress_flag is set, skip perror message about not
17245 being able to send to GDB.
17246 (send_gdb): If suppress_flag is set, don't try to send commands to
17247 GDB.
17248 (gdb_expect): If suppress_flag is set, always fail immediately.
17249 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17250 (gdb_init): Call gdb_stop_suppressing_tests.
17251 (default_gdb_exit): Ditto.
17252 (default_gdb_start): Ditto.
17253
17254 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17255 gdb_stop_suppressing_tests as appropriate.
17256 * gdb.base/break.exp: Ditto.
17257 * gdb.base/callfuncs.exp: Ditto.
17258 * gdb.base/commands.exp: Ditto.
17259 * gdb.base/exprs.exp: Ditto.
17260 * gdb.base/funcargs.exp: Ditto.
17261 * gdb.base/list.exp: Ditto.
17262 * gdb.base/recurse.exp: Ditto.
17263 * gdb.base/scope.exp: Ditto.
17264 * gdb.base/structs.exp: Ditto.
17265 * gdb.c++/inherit.exp: Ditto.
17266
17267Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17268
17269 * config/vr4300.exp: New file.
17270
99707966 17271 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 17272
99707966 17273 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
17274
17275Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17276
17277 * lib/gdb.exp(gdb_init): New function.
17278
17279 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17280 for each individual variable set.
17281
17282 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17283 name.
17284
17285 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17286
17287 * gdb.base/scope.exp: Use gdb_test.
17288
17289 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17290 aborting; the testsuite driver will do that for us (see
17291 gdb_finish). Also, use gdb_test in a few more places.
17292
17293Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17294
17295 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17296
17297Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17298
17299 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17300 and "add_tests" are not at the same address.
17301
17302Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17303
17304 * gdb.base/ptype.exp: Use gdb_test.
17305
17306Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17307
17308 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17309 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17310 left in. No longer expect them to fail.
17311
17312 * gdb.stabs/*.mt; Deleted, no longer used.
17313 * gdb.stabs/configure.in: Remove references to target makefile
17314 frags.
17315 * gdb.stabs/configure: Rebuilt.
17316
17317 * gdb.disasm/*.mt: Deleted, no longer used.
17318 * gdb.disasm/configure.in: Remove references to target makefile
17319 frags. Use "sh3.s" as the unique filename for this directory.
17320 * gdb.disasm/configure: Rebuilt.
17321
17322 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17323 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17324 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17325
17326Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17327
17328 * config/udi.exp: Use mondfe,name instead of remote_host.
17329
17330Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17331
17332 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17333 a function with a watchpoint enabled on the mn10200.
17334
17335 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17336 before trying to create it!
17337
17338Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17339
17340 * config/vx.exp: Use hostname instead of netport.
17341
17342 * config/vxworks.exp: New file.
17343
17344 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17345
17346 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17347 gdb before assuming everything worked. Send a ^C if a timeout
17348 occurs.
17349
17350 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17351 $gdb_spawn_id directly.
17352 (gdb_run_cmd): Try _start as well as start. Use the target feature
17353 gdb,start_symbol as the symbol to start from when jumping.
17354
17355Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17356
17357 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17358 redundant) test.
17359
17360 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17361 it doesn't lose for 16bit integer systems.
17362
17363Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17364
17365 * gdb.fortran/types.exp: If the target doesn't support "double"
17366 data types, then expect "real" types to only be 4 bytes.
17367
17368 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17369 call tests if the target doesn't support inferior function calls.
17370
17371 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17372 in printf tests.
17373
17374Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17375
17376 * gdb.base/help.exp: Disable "help set", "help show", and
17377 "help support". Simplify regexp for "help stack".
17378
17379 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17380 to 60 seconds. Temporarily set match_max to 15000 around the
17381 "info copying" test.
17382
17383 * gdb.base/nodebug.exp: Don't try to do an inferior function
17384 call if the target doesn't support them.
17385 * gdb.base/printcmds.exp: Likewise.
17386 * gdb.base/setvar.exp: Likewise.
17387 * gdb.base/structs.exp: Likewise.
17388 * gdb.c++/templates.exp: Likewise.
17389 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17390
17391 * gdb.base/recurse.exp: Enable for the mn10200.
17392
17393 * configure.in: Do configure gdb.stabs directory for *-*-elf
17394 targets.
17395 * configure: Rebuilt.
17396
17397 * gdb.base/break.exp: Check for gdb,noresults before testing
17398 exit status and/or results from the target.
17399 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17400 * lib/gdb.exp: Remove old (now bogus) initialization of
17401 noinferior, noargs, noresults and nosignals.
17402
17403Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17404
17405 * config/sh.exp: New file.
17406
17407 * config/slite.exp: Try to connect multiple times to the board
17408 before rebooting. Only send a "monitor run" if need_monitor_run
17409 is set.
17410
17411 * gdb.base/break.exp: Don't do the "stub continue" test if
17412 the target has gdb_stub set.
17413
17414 * gdb.base/callfuncs.exp: Increase the timeout.
17415
17416 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17417 if the target has gdb,noinferiorio set.
17418
17419 * gdb.base/list.exp: Increase match_max to 10000 characters.
17420
17421 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17422
17423 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17424 target.
17425
17426 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17427
17428Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17429
17430 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17431 trying to delete the copy of gdb. Catch the file delete so we
17432 don't die if the delete fails; also, the file should be copied to
17433 the host, not to the build.
17434
17435Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17436
17437 * lib/gdb.exp(gdb_test): Surround the result pattern with
17438 parenthesis in case it contains multiple regexps separated
17439 with |.
17440
17441 * gdb.base/watchpoint.exp: Use gdb_test.
17442 * gdb.base/default.exp: Ditto.
17443
17444Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17445
99707966 17446 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17447
c906108c
SS
17448 * gdb.base/scope.exp: Use gdb_test.
17449 * gdb.c++/classes.exp: Ditto.
17450 * gdb.c++/inherit.exp: Ditto.
17451
17452Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17453
17454 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17455 remote_exec instead.
17456 * gdb.base/corefile.exp: Don't be ridiculous.
17457 * gdb.base/*.c: Add missing stub invocations.
17458
17459Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17460
17461 * config/slite.exp: Miscellaneous fixes.
17462
17463 * lib/gdb.exp: Fix runto.
17464
17465 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17466 the target.
17467
17468 * gdb.base/watchpoint.exp: Fix regexp.
17469
17470 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17471 close and wait commands, as the descriptor may now be
17472 invalid. Always call "remote_close host".
17473
17474Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17475
17476 Major rewrite for testsuite revision.
d63a86f8 17477
c906108c
SS
17478 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17479 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17480 instead of relying on spawn_id to always contain a valid
17481 spawn id.
17482 (get_compiler_info): New procedure to build the ${binfile}.ci
17483 file, instead of replicating this in N different places.
17484 (gdb_compile): New procedure.
d63a86f8 17485
c906108c
SS
17486 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17487 appropriate arguments) instead of compile. Use gdb_test in a lot
17488 more places. Use send_gdb instead of send. Always run gdb_start
17489 at the start of a testcase, as this is no longer done magically.
17490
17491 config/*-gdb.exp: Rename without the -gdb suffix.
17492
17493 config/mips.exp: Use remote_close instead of exit_remote_shell.
17494 config/monitor.exp: Use target_info instead of looking at
17495 baud, timeout, etc.
17496 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17497
17498Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17499
17500 * gdb.c++/templates.exp (test_ptype_of_templates),
17501 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17502 Update expect patterns for destructors and assignment operators
17503 to match corresponding c-typeprint.c changes.
17504 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17505 to destructor breakpoint test, GDB should be able to set the
17506 destructor breakpoint without specifying arguments.
17507
17508Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17509
17510 * gdb.threads/pthreads.exp: Change result for failure to compile due
17511 to lack of pthreads runtime support from an error to simply an
17512 unsupported test, per dejagnu standards.
17513
17514Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17515
17516 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17517 where GDB exits to reduce pattern match time.
17518 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17519
17520 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17521
dc96c6c7 17522Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17523
17524 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17525 * gdb.base/default.exp: ditto.
17526 * gdb.base/nodebug.exp: ditto.
17527 * gdb.base/printcmds.exp: ditto.
17528 * gdb.base/ptype.exp: ditto.
17529 * gdb.base/setvar.exp: ditto.
17530 * gdb.base/structs.exp: ditto.
17531 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17532
17533Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17534
17535 * configure, */configure: Rebuild with autoconf 2.12.
17536
17537Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17538
17539 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17540 use new i*86-pc-linux*-gnu quads.
17541 * gdb.base/corefile.exp: Ditto.
17542 * gdb.base/signals.exp: Ditto.
17543 * gdb.base/sigall.exp: Ditto.
17544 * gdb.base/interrupt.exp: Ditto.
17545
17546 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17547 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17548 RedHat 4.0.
d63a86f8 17549
c906108c
SS
17550 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17551 linux. This allows the test case to at least compile on latest
17552 linux, but still not run due to missing the threads runtime library.
17553
17554Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17555
17556 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17557 directory to search gdb directory. Accept and step over conditional
17558 stack alignment code. Consume $prompt in failure cases.
17559 Reset timeout to $oldtimeout instead of some arbitrary value.
17560 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17561 timeout problems with infinite stack backtraces.
17562 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17563 Accept function parameters for linkfunc member.
17564
17565Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17566
17567 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17568 (CXXFLAGS): Remove, unreferenced.
17569 (B_OPTIONS): Add for -B options and add code to initialize with
17570 previous -B options and also add -B option to pick up cross compiled
17571 runtime.
17572 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17573 doing cross compiles.
17574 (target_alias): Declare global.
17575 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17576 to verify that gcc exists in build tree, and if so set CC to that
17577 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17578
c906108c
SS
17579Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17580
17581 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17582 ptype test for anonymous union. Fixup testcase to match
17583 current gcc debug output.
17584
17585Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17586
17587 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17588 force argument to an unsigned long type.
17589
17590Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17591
17592 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17593 tests and anonymous union print/ptype tests.
17594 * gdb.base/list.exp (test_forward-search): Increase timeout by
17595 5 minutes for the "search extremely long line" case.
17596 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17597 completely optional and that the pass/fail messages use the command as
17598 the message if that third arg is a null string.
17599 (gdb_test_exact): Arrange that a null string pattern means match a
17600 null string output rather than any output, which might include random
17601 errors.
17602 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17603 backtrace test.
17604 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17605 always failing and failure is now exposed by gdb.exp changes.
17606
17607Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17608
17609 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17610 weren't being noted.
17611
17612Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17613
17614 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17615 * gdb.stabs/weird.exp: Remove v_comb xfails.
17616
dc96c6c7 17617Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17618
17619 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17620 list.exp scope.exp watchpoint.exp]
c906108c 17621 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17622
dc96c6c7 17623Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17624
17625 * config/monitor.exp: Increase download timeout to 1000 seconds.
17626
dc96c6c7 17627Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17628
17629 * config/m32r.exp: Increase timeout to 120 seconds.
17630
17631Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17632
17633 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17634 and accept older ordering as obsolescent gcc or gdb.
17635 * gdb.c++/templates.exp: Ditto.
17636 * gdb.c++/virtfunc.exp: Ditto.
17637
17638Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17639
17640 * gdb.base/coremaker.c: Add code to mmap some data so we
17641 can check that it ends up in the core file.
17642 * gdb.base/corefile.exp: Add test to read mmapped data
17643 from core file.
17644
dc96c6c7 17645Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17646
17647 * config/m32r.exp: New file.
17648
17649Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17650
17651 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17652 that cflags can contains -gstabs, and work correctly for other tests.
17653
dc96c6c7 17654Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17655
17656 * gdb.base/setshow.exp: New file, tests show and set.
17657 * gdb.base/setshow.c: New file, tests show and set.
17658 * gdb.base/help.exp: Add test for help set|show annotate.
17659 * gdb.base/default.exp: Add test for set|show annotate.
17660
17661Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17662
17663 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17664 errors unique.
17665 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17666 explicitly.
17667
17668Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17669
17670 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17671 and width commands. This is done elsewhere.
17672 * (gdb_start): Don't call gdb_start_sim here. That's already
17673 done in gdb_load. This fixes lots of failures in default.exp.
17674
17675Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17676
17677 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17678 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17679 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17680 in the same we we treat other failures (since it may be an expected
17681 condition), rather than as an error.
17682 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17683 old test format.
17684
17685Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17686
17687 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17688 (distclean maintainer-clean realclean): No need to remove files
17689 twice. Nuke the duplicates.
17690 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 17691 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
17692 Remove config.h along with other config files.
17693
17694Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17695
17696 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17697 "p func1 ()" and note that rests of tests are skipped.
17698 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17699 setup_xfails for "print func2::coremaker_local".
17700 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17701 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17702 affected by the previous run test.
17703 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17704 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17705 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17706 "pass int powerset tuple" and "pass modeless int powerset tuple".
17707 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17708 "real write 4" and "real write 8".
17709 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17710 setup_xfails for "print vs1 after tuple assign 2",
17711 "print \$i after tuple assign 2", and
17712 "print vs2 after tuple assign 2".
17713 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17714 meaningful error message and return -1 so the caller can
17715 suppress further tests and avoid a cascade of errors.
d63a86f8 17716
c906108c
SS
17717Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17718
17719 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17720 format for printing version.
17721 * gdb.base/default.exp: Ditto.
17722 * gdb.base/interrupt.exp: Fix problem with cascade of
17723 errors if child process dies while calling a function.
d63a86f8 17724
c906108c
SS
17725Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17726
17727 * Makefile.in (VPATH): Add
17728 * Makefile.in (Makefile, config.status): Fix rules so things get
17729 remade when necessary.
17730
17731Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17732
17733 * Makefile.in (just-check): Add path to sibling expect dir
17734 to environment variable specified by RPATH_ENVVAR.
17735
17736Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17737
17738 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17739 (just-check): Add shared library paths for libstdc++, tk,
17740 tcl, bfd, and opcodes to the environment variable specified
17741 in RPATH_ENVVAR.
17742 * configure.in: Add support to recognize --enable-shared flag
17743 and generate correct value for RPATH_ENVVAR.
17744 * configure: Regenerated with autoconf.
17745
17746Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17747
17748 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17749 include all osf versions.
17750 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17751 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17752 when target is linux. When failing to build pthreads test
17753 executable, give more meaningful message.
17754 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17755 arg for pthread_create.
d63a86f8 17756
c906108c
SS
17757Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17758
17759 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17760 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17761 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17762 and -lpthreads (everybody else).
17763 (test_startup): Fail gracefully if threads are not supported.
17764 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17765 "p/c array_index("abcdef",2)" when not gcc compiled.
17766 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17767 "print func2::coremaker_local" when not gcc compiled.
17768 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17769 "ptype on opaque struct tagname (statically)",
17770 "ptype on opaque struct tagname (dynamically) 1", and
17771 "ptype on opaque struct tagname (dynamically) 2"
17772 for not compiled with gcc.
17773 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17774 backtrace when compiled with gcc.
d63a86f8 17775 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
17776 than always return success.
17777
17778Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17779
17780 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17781
17782Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17783
17784 * gdb.base/structs.exp: Undo last change.
17785
17786Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17787
17788 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17789 encapsulate all the steps/nexts done during self test, starting
17790 at main, and makes them less sensitive to optimization issues.
17791 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17792 signal handler" test.
17793 * gdb.threads/pthreads.exp: Only run this for native configs.
17794 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17795 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17796 tests.
17797 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17798 for "runto test_calls(void)" test.
d63a86f8 17799
c906108c
SS
17800Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17801
17802 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17803 and don't expect address info in breakpoint confirmations.
17804
17805Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17806
17807 * gdb.base/list.exp (test_forward_search): Increase timeout
17808 temporarily by 60 seconds for searching extremely long line,
17809 and then reset to old value when done. Increase expect input
17810 buffer to 10000.
17811
17812Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17813
17814 * gdb.base/list.exp (test_forward_search): Fix to handle very
17815 long source line without overflowing expect's input buffer.
17816
17817Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17818
17819 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17820 "buffer_full".
17821
17822 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17823 "buffer_full".
17824
17825 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17826 "buffer_full".
17827
17828 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17829 "buffer_full".
17830
17831Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17832
17833 * configure.in (configdirs): Add gdb.threads.
17834 * configure: Regenerated with autoconf.
17835 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17836 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17837 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 17838
c906108c
SS
17839Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17840
17841 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17842
17843Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17844
17845 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17846 each signal's status in the output of "handle all print".
17847 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17848 the \r\n sequence that immediately precedes the gdb prompt.
17849 * gdb.base/a1-selftest.exp: Save original timeout and restore
17850 after test.
17851
17852Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17853
17854 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17855 symbol.
17856
17857Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17858
17859 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17860
17861Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17862
17863 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17864 timeout by 60 seconds.
17865
17866Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17867
17868 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17869 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17870 error return.
17871
17872Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17873
17874 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17875 gdb initialization, also report how long dejagnu waited. Restore
17876 old timeout before doing error return. Temporarily increase timeout
17877 by 3 minutes to allow for slow startups over heavy NFS use.
17878
17879Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17880
17881 * lib/gdb.exp: Report timeout value for verbosity level 2.
17882 * config/gdbserver.exp: Ditto.
17883 * config/hppro.exp: Ditto.
17884 * config/mips-gdb.exp: Ditto.
17885 * config/monitor.exp: Ditto.
17886 * config/netware.exp: Ditto.
17887 * config/sim-gdb.exp: Ditto.
17888 * config/slite-gdb.exp: Ditto.
17889 * config/udi-gdb.exp: Ditto.
17890 * config/unix-gdb.exp: Ditto.
17891 * config/vx-gdb.exp: Ditto.
17892 * gdb.base/a1-selftest.exp: Ditto.
17893 * gdb.base/a2-run.exp: Ditto.
17894 * gdb.base/break.exp: Ditto.
17895 * gdb.base/corefile.exp: Ditto.
17896 * gdb.base/list.exp: Ditto.
17897 * gdb.base/recurse.exp: Ditto.
17898 * gdb.base/scope.exp: Ditto.
17899 * gdb.base/signals.exp: Ditto.
17900
17901Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17902
17903 * gdb.threads/Makefile.in (docdir): Removed.
17904
17905Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17906
17907 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 17908 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 17909 @srcdir@.
d63a86f8 17910 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
17911 autoconf 2.5 or higher.
17912 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17913
17914Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17915
17916 * configure: Regenerated.
17917 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17918 avoid name clashes with SunOS headers.
17919
17920Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17921
17922 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17923
17924Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17925
17926 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17927 prototype information ends up in the compiler info file.
17928
17929Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17930
17931 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17932 attempting to regenerate it. Eliminate use of a temporary file
17933 and just generate the info file directly. Source it immediately,
17934 for consistency of use.
17935 * gdb.base/corefile.exp: Ditto
17936 * gdb.base/exprs.exp: Ditto.
17937 * gdb.base/funcargs.exp: Ditto.
17938 * gdb.base/langs.exp: Ditto.
17939 * gdb.base/list.exp: Ditto.
17940 * gdb.base/mips_pro.exp: Ditto.
17941 * gdb.base/nodebug.exp: Ditto.
17942 * gdb.base/opaque.exp: Ditto.
17943 * gdb.base/ptype.exp: Ditto.
17944 * gdb.base/scope.exp: Ditto.
17945 * gdb.base/setvar.exp: Ditto.
17946 * gdb.base/signals.exp: Ditto.
17947 * gdb.base/whatis.exp: Ditto.
17948 * gdb.c++/templates.exp: Ditto.
17949 * gdb.c++/virtfunc.exp: Ditto.
17950 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17951 whether or not to add -lstdc++ to the compile command line args.
17952
17953Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17954
17955 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17956 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17957 Increase timeout, a lot of single stepping might be needed if the
17958 target has no hardware watchpoints.
17959
17960Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17961
17962 * gdb.base/break.exp: Ignore compiler warnings when compiling
17963 break.c.
17964 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17965 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17966 from remote-sim.
17967 * gdb.base/exprs.exp: Add h8300 xfails.
17968 * gdb.base/funcargs.exp: Likewise.
17969 * gdb.base/nodebug.exp: Likewise.
17970 * gdb.base/printcmds.exp: Likewise.
17971 * gdb.base/ptype.exp: Likewise.
17972 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17973 h8300 xfails.
d63a86f8 17974 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
17975 on the h8300.
17976 * gdb.base/funcargs.c: Explicitly make last constant argument to
17977 call_after_alloca_subr an unsigned long type.
17978 * gdb.base/return.c: Include stdio.h.
17979
17980Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17981
17982 * config/abug.exp: New file for the older Motorola Bug monitor
17983 that runs on the mvme13x series VME boards.
17984 * config/monitor.exp: Use the new config array for target settings
17985 if they exist.
17986
17987Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17988
17989 * sim-gdb.exp: Make the SH simulator allocate less space when
17990 it is targeted.
17991
17992Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17993
17994 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
17995 test.
17996
17997Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
17998
17999 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18000 "rs6000-*-*" for "list function in include file" when gcc compiled.
18001 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18002 for "p ctable1[120]".
18003 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18004 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18005 Remove setup_xfail for "rs6000-*-*" for
18006 "print 'scope0.c'::filelocal before run".
18007 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18008 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18009 since some compilers don't allow both options to be given
18010 on the same command line. Create object file and move it.
d63a86f8 18011
c906108c
SS
18012Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18013
18014 * gdb.base/corefile.exp: Always regenerate the core file, since
18015 we always regenerate the coremaker program. Detect special case
18016 where registers cannot be read from core file.
d63a86f8 18017
c906108c
SS
18018Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18019
18020 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18021 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18022 * gdb.c++/templates.exp: Only match on basename of file since
18023 some formats like xcoff don't encode directory information.
18024 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18025 and rs6000 AIX xcoff targets.
18026 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18027 * configure: Regenerate.
18028 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18029 here, rather than in distclean.
d63a86f8 18030
c906108c
SS
18031Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18032
18033 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18034 defined, and use it to compile the test case with -O2. The
18035 native compilation still uses no optimization.
18036 * gdb.base/mips_pro.c: Remove inline assembly code since
18037 it is compiled PIC by default, which results in assembler
18038 warnings that make the testsuite think the compilation
18039 was unsuccessful.
18040
18041Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18042
18043 * gdb.c++/misc.exp: Add note to message for
18044 "print s.a for foo struct" that this is a known gcc 2.7.2
18045 and earlier bug.
18046
18047Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18048
18049 * gdb.base/break.exp: Fix pattern for matching "Delete all
18050 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18051 setup_xfail for deleting all breakpoints test. Fix various
18052 timeout messages to include "(timeout)".
18053 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18054 for "p t_float_values2(3.14159,float_val2)".
18055 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18056 for "continue to call2g" when gcc compiled.
18057 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18058 "up to foo in langs.exp", "show language at foo in langs.exp",
18059 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18060 and "show language at fsub in langs.exp".
18061 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18062 "list line 1 in include file", "list message for lines past EOF",
18063 "list function in include file", "list list0.h:foo", and
18064 "list filename:function; nonexistant function".
18065 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18066 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18067 and "ptype t_char_array" to be for native cc only.
d63a86f8 18068
c906108c
SS
18069Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18070
d63a86f8 18071 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
18072 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18073 "print func2::coremaker_local", and "backtrace in corefile.exp".
18074
18075Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18076
18077 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18078 "bt in signals.exp". This problem only appears when running
18079 the testsuite, and then only intermittently.
18080
18081Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18082
18083 * gdb.base/return.exp (return_tests): Differentiate between
18084 two tests of continuing.
18085
18086Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18087
18088 * */Makefile.in (maintainer-clean): Remove config.log.
18089 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18090 * gdb.c++/Makefile.in (PROGS): Add inherit.
18091 (clean): Remove *.ci.
18092
18093Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18094
18095 * gdb.c++/misc.cc: Add test code from Mike Stump.
18096 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18097
18098Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18099
18100 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18101 to "alpha-*-osf2*" and add comment.
18102 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18103 setup_xfail for "step over execarg initialization" and
18104 "step over corearg initialization".
18105 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18106 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18107 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18108 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18109 "print func2::coremaker_local", and "backtrace in corefile.exp".
18110 * gdb.base/signals.exp: Build and source signals.ci.
18111 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18112 to be for gcc only.
18113 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 18114
c906108c
SS
18115Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18116
18117 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18118 Feb 3 procfs.c change.
18119
18120Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18121
18122 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18123
18124Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18125
18126 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18127 from dejagnu's apparent default of 10 seconds, which gives random
18128 results when running the tests over NFS on moderately loaded systems.
18129 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18130
18131Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18132
18133 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18134 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18135 result reports.
18136
18137Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18138
18139 * configure.in (CY_AC_PATH_TCLH): Remove.
18140 * configure: Regenerate.
18141
18142Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18143
18144 * gdb.c++/Makefile.in (clean): Add missing '{'.
18145
18146Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18147
18148 * lib/gdb.exp: Provide a default value for noinferior.
18149
18150 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18151 Load libgloss.exp.
18152
18153Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18154
18155 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18156 the executable, not the .o to run the tests from.
18157
18158Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18159
18160 * gdb.base/break.exp: Don't test for program exit or exit status
18161 if $noresults if nonzero.
18162 * gdb.base/langs.exp: Likewise.
18163 * gdb.base/watchpoint.exp: Likewise.
18164
18165 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18166 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18167 trying to compile the testcase.
18168
18169Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18170
18171 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18172 * gdb.base/signals.exp (continue to handler): Likewise.
18173
18174Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18175
18176 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18177
18178 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18179
18180Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18181
18182 * gdb.base/corefile.exp: Recognize "not found" as failure
18183 when trying to determine if a core file was generated.
18184 If no core file was generate the first time, try again without
18185 the ulimit -c to work around braindamaged shells.
18186
18187Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18188
18189 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18190 [] tests with "test" and enclose string in quotes.
18191 * gdb.stabs/configure: Rebuild
d63a86f8 18192
c906108c
SS
18193Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18194
18195 Changes in sync with expect:
18196 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18197 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18198 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18199 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18200 argument to AC_REQUIRE.
18201 * configure: Regenerated.
18202
18203Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18204
18205 * gdb.base/corefile.exp: When generating a core, discard any
18206 error messages about ulimit not found and the "core dumped"
18207 message from the shell that runs the coredumper.
18208
18209Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18210
18211 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18212
18213 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18214 which sed script to run. Expect failure for v_comb test
18215 on PA targets too.
d63a86f8 18216
c906108c
SS
18217Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18218
18219 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18220 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18221
18222Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18223
18224 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18225 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18226 "sparc-sun-solaris*" xfails for "p v_comb".
18227 * lib/gdb.exp (default_gdb_start): Fix typo.
18228 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18229 messages to not include the full program name that caused
18230 the core dump since some systems (such as solaris) apparently
18231 truncate this path to about 80 characters.
18232 When generating a core file first try increasing the core file
18233 size limit to unlimited since some systems may default it to
18234 zero, and it is harmless to try it. Move the test for failing
18235 to generate a core file to where it will actually get executed.
18236 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18237 new gdb result from g++ debug info improvements and make old
18238 pattern obsolescent. Also account for size_t differences
18239 (may be int or long).
18240 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18241 initialization before function call is placed in the delay slot
18242 and thus appears to be skipped over by commands such as "next".
18243
18244Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18245
18246 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18247
18248Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18249
18250 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18251 input source file; fix code to compile test to deal with this
18252 convention.
18253 * gdb.c++/*.exp: Likewise.
18254
18255Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18256
18257 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18258 "bt in signals.exp".
18259
18260Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18261
18262 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18263 "step over execarg initialization" and
18264 "step over corearg initialization".
18265
18266Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18267
18268 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18269 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18270
18271Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18272
18273 From Rob Savoye (rob@poseidon.cygnus.com)
18274 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18275 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18276 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18277 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18278 configure.in}: Major reworking for autoconfig.
18279 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18280 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18281 New files.
18282 * config/unix-gdb.exp: Make GDB global.
18283 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18284 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18285 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18286 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18287 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18288 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18289 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18290 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18291 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18292 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18293 pr-8136.exp, result.exp, string.exp, tuples.exp},
18294 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18295 to returns as necessary, arrange for test to compile own testcase
18296 executable.
18297 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 18298
c906108c
SS
18299Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18300
18301 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18302 clear_xfail at end of test which might not call either pass or fail.
18303 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18304 "backtrace through signal handler".
18305
18306Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18307
18308 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18309 continuing from a job control stop signal.
18310 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18311
18312Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18313
18314 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18315 * gdb.base/corefile.exp: Likewise.
18316 * gdb.base/funcargs.exp: Likewise.
18317
18318Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18319
18320 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18321 * config/monitor.exp: Add support for setting baud rate.
18322
18323Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18324
18325 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18326 i*86-*-linux* xfails for "backtrace through signal handler".
18327 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18328 "print func2::coremaker_local".
18329 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18330 alpha-dec-osf2* xfail for
18331 "delete all breakpoints when none".
18332
18333Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18334
18335 * gdb.base/break.exp: Change test that deletes all breakpoints
18336 when no user breakpoints are installed. A post 4.15 change
18337 causes gdb to no longer prompt in this case.
18338
18339Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18340
18341 * gdb.base/return.exp (return_tests): Change xfail for test
18342 "correct value returned double test" to stop xfailing at
18343 Solaris 2.5. Apparently the bug has been fixed.
18344
18345Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18346
18347 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18348 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18349
18350Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18351
18352 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18353 * gdb.disasm/hppa.s: Corresponding changes.
18354
18355Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18356
18357 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18358 makefile fragment.
18359 * config/mt-hpux: Deleted.
18360
18361Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18362
d63a86f8 18363 * Many files: When warning about suppressed tests due to a
c906108c
SS
18364 nonexistant test binary, avoid incrementing the warning count.
18365
18366Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18367
18368 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 18369
c906108c
SS
18370Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18371
18372 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18373 "sparc-*-solaris2*".
18374
18375Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18376
18377 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18378 Add global and local variables and initialize them.
18379 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18380 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18381 extracts the file name and terminating signal from the core file.
18382 * TODO: Remove note about tests for correct mapping of corefile.
18383 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18384 from optimizing it away.
18385 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18386 handles common blocks.
18387
18388Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18389
18390 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18391 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18392
18393Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18394
18395 * Makefile.in (maintainer-clean): New target, synonym for
18396 realclean.
18397 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18398 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18399 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18400 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18401 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18402 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18403
18404Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18405
18406 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18407 xfails when not gcc compiled for "print foo::funclocal".
18408 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18409 "print foo::funclocal at foo",
18410 "print 'scope1.c'::foo::funclocal at foo",
18411 "print foo::funclocal_bss at foo",
18412 "print 'scope1.c'::foo::funclocal_bss at foo",
18413 "print foo::funclocal_ro at foo",
18414 "print 'scope1.c'::foo::funclocal_ro at foo",
18415 "print bar::funclocal at foo" and
18416 "print 'scope1.c'::bar::funclocal at foo".
18417 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18418 gcc compiled for "print foo::funclocal at bar".
18419 Expand all messages to ensure that they identify that
18420 the test is at bar().
18421 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18422 gcc compiled for:
18423 "ptype on opaque struct pointer (statically)",
18424 "ptype on opaque struct tagname (statically)",
18425 "ptype on opaque struct pointer (dynamically) 1",
18426 "ptype on opaque struct tagname (dynamically) 1",
18427 "ptype on opaque struct pointer (dynamically) 2" and
18428 "ptype on opaque struct tagname (dynamically) 2
18429 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18430 gcc compiled for:
18431 "p datalocal"
18432 "whatis datalocal",
18433 "ptype datalocal",
18434 "p bsslocal",
18435 "whatis bsslocal", and
18436 "ptype bsslocal".
18437 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18438 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18439 when not gcc compiled.
18440 * gdb.base/funcargs.exp (float_and_integral_args): Add
18441 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18442 compiled.
18443 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18444 "backtrace from call6a" when not gcc compiled.
18445 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18446 "backtrace from call7a" when not gcc compiled.
18447 * gdb.base/callfuncs.exp (do_function_calls):
18448 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18449 "p t_char_array_values(char_array_val2,char_array_val1)",
18450 "p t_char_array_values(char_array_val1,char_array_val2)",
18451 "p t_char_array_values("carray 1","carray 2")",
18452 "p t_char_array_values("carray 1",char_array_val2)",
18453 "p t_char_array_values(char_array_val1,"carray 2")",
18454 "p sum_args(1,{2})",
18455 "p sum_args(2,{2,3})",
18456 "p sum_args(3,{2,3,4})",
18457 "p sum_args(4,{2,3,4,5})"
18458 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18459 "backtrace in corefile.exp" when not gcc compiled.
18460
18461Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18462
18463 * gdb.base/signals.exp: Rewrite `handle all print' test as
18464 a procedure. Accept blanks or TABs as whitespace, increase
18465 timeout and expect input buffer size for the large output
18466 from the command. Remove "i*86-*-bsdi2.0" xfail.
18467
18468Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18469
18470 * gdb.base/setvar.exp: Add new testcases for truncation when
18471 assigning invalid values to bitfields.
18472
18473Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18474
d63a86f8 18475 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18476 mips-sgi-irix* xfail for
18477 "call inferior func with struct - returns char *"
18478 and fix test so that an optional (unsigned char *) cast is
18479 accepted in the result.
18480
18481Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18482
18483 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18484 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18485 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18486 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18487 that accidentally got checked in.
18488
18489Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18490
d63a86f8 18491 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18492 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18493 compiled test.
18494 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18495 Add mips-sgi-irix5* xfail for not gcc compiled.
18496 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18497 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18498 "p top", "whatis top", "p middle", and "whatis middle".
18499 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18500 "whatis signed char" for not gcc compiled.
18501 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18502 "set variable signed char=-1 (-1)" and
18503 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18504 * gdb.base/funcargs.exp (float_and_integral_args):
18505 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18506 Add mips-sgi-irix* xfail when not gcc compiled for
18507 "continue to call2b".
18508 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18509 "continue to call2g".
18510 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18511 "backtrace from call6a"
18512 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18513 "backtrace from call7k".
18514 Add mips-sgi-irix5* xfail when not gcc compiled for
18515 "backtrace from call7a".
18516 (localvars_after_alloca): Fix gdb_test cmds for
18517 "print * after runto ...".
18518 Remove rs6000-*-* xfails for
18519 "print i after runto localvars_after_alloca" and
18520 "print l after runto localvars_after_alloca"
18521 for all compilers.
18522 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18523 when not compiled with gcc, for:
18524 "print signed char == (minus)",
18525 "print signed char != (minus)",
18526 "print signed char < (minus)",
18527 "print signed char > (minus)".
18528 * gdb.base/callfuncs.exp (do_function_calls):
18529 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18530 "call inferior func with struct - returns char *".
d63a86f8 18531 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18532 "correct value returned double test" to include Solaris 2.4.
18533 * gdb.base/funcargs.exp (float_and_integral_args):
18534 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18535
c906108c
SS
18536Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18537
18538 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18539 enumeration bitfields if compiling with GNU C.
18540 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18541 to empty' prompt.
18542
18543Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18544
18545 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18546 test for PRO targets.
18547
18548 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18549 breakpoints in the inferior at any given time by making
18550 two groups of breakpoints for call2*, call6* and call7*
18551 tests.
18552
18553Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18554
18555 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18556 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18557 from optimizing it away.
18558 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18559 "call inferior func with struct".
18560
18561Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18562
18563 * configure.in: Only configure gdb.chill for particular targets.
18564
18565Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18566
18567 * gdb.base/Makefile.in: Add action to .c.o transformation
18568 rule that generates a .ci file for each .o file and remove
18569 explicit .c.o rules except for callfuncs.o.
18570 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18571 generates a .ci file for each .o file and remove explicit
18572 .cc.o rules.
18573 (clean): Remove *.tmp *.ci files.
18574 (EXECUTABLES): Remove templ-info.exp.
18575 * gdb.base/compiler.c: New file.
18576 * gdb.c++/compiler.cc: New file
18577 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18578 Change rs6000-*-* xfail for
18579 "print 'scope0.c'::filelocal_ro" and
18580 "print 'scope1.c'::filelocal" and
18581 "print 'scope1.c'::filelocal_bss" and
18582 "print 'scope1.c'::filelocal_ro" and
18583 "print 'scope1.c'::foo::funclocal" and
18584 "print 'scope1.c'::foo::funclocal_ro" and
18585 "print 'scope1.c'::bar::funclocal" and
18586 "print 'scope0.c'::filelocal_ro" and
18587 "print 'scope1.c'::filelocal at foo" and
18588 "print 'scope1.c'::filelocal_bss at foo" and
18589 "print 'scope1.c'::filelocal_ro at foo" and
18590 "print 'scope1.c'::foo::funclocal at foo" and
18591 "print 'scope1.c'::foo::funclocal_bss at foo" and
18592 "print 'scope1.c'::foo::funclocal_ro at foo" and
18593 "print 'scope1.c'::bar::funclocal at foo" and
18594 "print 'scope0.c'::filelocal_ro" and
18595 "print 'scope1.c'::filelocal" and
18596 "print 'scope1.c'::filelocal_bss" and
18597 "print 'scope1.c'::filelocal_ro" and
18598 "print 'scope1.c'::foo::funclocal" and
18599 "print 'scope1.c'::foo::funclocal_bss" and
18600 "print 'scope1.c'::foo::funclocal_ro" and
18601 "print 'scope1.c'::bar::funclocal" and
18602 "print 'scope1.c'::bar::funclocal_bss"
18603 to only be xfail'd when not compiled with gcc.
d63a86f8 18604 Add rs6000-*-* xfail for
c906108c
SS
18605 "print 'scope0.c'::filelocal_bss before run"
18606 when compiled with gcc.
18607 (test_at_main): Add rs6000-*-* xfail for
18608 "print filelocal_ro in test_at_main"
18609 when compiled with gcc.
18610 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18611 Add rs6000-*-aix* xfail for
c906108c
SS
18612 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18613 "ptype t_char_array", not compiled with gcc.
18614 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18615 xfail for "list foo (in include file)" when gcc compiled.
18616 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18617 (integral_args): Add rs6000-*-* xfail for
18618 "run to call0a" if not compiled with gcc.
18619 (unsigned_integral_args): Add rs6000-*-* xfail for
18620 "run to call1a" if not compiled with gcc.
18621 (float_and_integral_args): Add rs6000-*-* xfail for
18622 "run to call2a" if not compiled with gcc and for
18623 "continue to call2b" for any compiler.
18624 Add rs6000-*-* xfail to
18625 "print f1 after run to call2a" for gcc compiled.
18626 (discard_and_shuffle): Add rs6000-*-* xfail for
18627 "run to call6a".
18628 (shuffle_round_robin): Add rs6000-*-* xfail for
18629 "backtrace from call7a" if not compiled with gcc.
18630 Add rs6000-*-* xfail for
18631 "backtrace from call7b" if compiled with gcc.
18632 (call_after_alloca): Add rs6000-*-* xfail for
18633 "print c in call_after_alloca" and
18634 "print s in call_after_alloca" and
18635 "backtrace from call_after_alloca_subr"
18636 if not compiled with gcc.
18637 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18638 "print c in localvars_in_indirect_call" and
18639 "print c in localvars_in_indirect_call" and
18640 "backtrace in indirectly called function" and
18641 "stepping into indirectly called function"
18642 if not compiled with gcc.
18643 (localvars_after_alloca): Add rs6000-*-* xfail for
18644 "print c after runto localvars_after_alloca" and
18645 "print s after runto localvars_after_alloca" and
18646 "print i after runto localvars_after_alloca" and
18647 "print l after runto localvars_after_alloca"
18648 for all compilers.
18649 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18650 than whatis-info.exp.
18651 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18652 than opaque-info.exp.
18653 Setup rs6000-*-* xfail for
d63a86f8 18654 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18655 "ptype on opaque struct pointer (dynamically)" when
18656 not compiled with gcc.
18657 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18658 rather than callf-info.exp.
18659 (do_function_calls): Add clear_xfail for rs6000-*-* for
18660 "p t_float_values2(3.14159,float_val2)". Seems to work
18661 fine there, both with xlc and gcc. Need to find out what
18662 it is doing right and fix other platforms.
18663 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18664 "call inferior func with struct - returns int",
18665 "call inferior func with struct - returns long",
18666 "call inferior func with struct - returns float",
18667 "call inferior func with struct - returns double",
18668 "call inferior func with struct - returns char *",
18669 but only if not gcc compiled (presumes xlc compiled).
18670 Change rs6000-*-* xfails for
18671 "call inferior func with struct - returns char" and
18672 " call inferior func with struct - returns short" to only
18673 xfail if not using gcc.
18674 (clean mostlyclean): Remove *.ci and *.tmp files.
18675 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18676 than templ-info.exp.
18677 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18678 Add rs6000-*-* xfail for "up to foo in langs.exp"
18679 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18680 when not gcc compiled.
d63a86f8 18681
c906108c
SS
18682Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18683
18684 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18685 * gdb.base/corefile.exp: Likewise.
18686 * gdb.base/list.exp: Likewise.
18687 * gdb.base/scope.exp: Likewise.
18688 * gdb.base/siganls.exp: Likewise.
18689
18690 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18691 compiler output.
18692 * gdb.base/whatis.exp: Likewise.
18693
18694Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18695
18696 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18697 failure (opcode table has been fixed to match reality).
18698
18699Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18700
18701 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18702 "call inferior func with struct - returns char",
18703 "call inferior func with struct - returns short"
18704
18705 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18706 "print 'scope0.c'::filelocal at main",
18707 "print 'scope0.c'::filelocal_bss in test_at_main",
18708 "print 'scope0.c'::filelocal at foo",
18709 "print 'scope0.c'::filelocal_bss in test_at_foo",
18710 "print 'scope0.c'::filelocal at bar",
18711 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 18712
c906108c
SS
18713 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18714 in source file 1". This bug seems to have been fixed with both
18715 gcc and native cc (was native assembler bug?).
18716
18717Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18718
18719 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18720 "backtrace through signal handler" to "i*86-*-sysv4*".
18721 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18722 continue" case. Add "known SVR4 bug" to fail message.
18723 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18724 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18725 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18726 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18727 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18728 "up to foo in langs.exp", "show language at foo in
18729 langs.exp", "up to cppsub_ in langs.exp", "show
18730 language at cppsub_ in langs.exp", "up to fsub in
18731 langs.exp", and "show language at fsub in langs.exp".
18732 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18733 "bactrace in corefile.exp".
18734 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18735 "call inferior function with struct - returns float" and
18736 "call inferior function with struct - returns double".
d63a86f8 18737
c906108c
SS
18738Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18739
18740 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18741 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18742 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18743 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18744
18745Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18746
18747 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18748 (or overriden) "CHILL" macro rather then bare "gcc".
18749 Also look for ../../gcc/xgcc since that is what we will
18750 actually need, not "Makefile". Remove following assignment
18751 of CHILL to CHILL_FOR_TARGET because that results in
18752 recursive definition.
18753
18754Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18755
18756 * gdb.base/corefile.exp: Change xfail for backtrace in
18757 corefile.exp from linuxaout to all linux.
18758 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18759 cases where we miss the breakpoint at the signal handler
18760 for some reason. Setup xfail for linuxoldld/linuxaout and
18761 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18762 hitting SIGURG breakpoint.
18763 * gdb.base/signals.exp: Setup xfail for "next" acting like
18764 continue to add linuxoldld. Setup xfail for all linux for
18765 "next to handler in signals_tests_1", "backtrace in
18766 signals_tests_1", "continue to func1", "pass SIGUSR1",
18767 and continue to handler".
18768
18769Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18770
18771 * Update all FSF addresses except those in COPYING* files.
18772
18773Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18774
18775 * gdb.base/a2-run.exp: Change messages to be more explicit about
18776 the status of args, and quote binfile in results.
18777
18778Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18779
18780 * gdb.base/callfuncs.exp: Add tests for passing structs to
18781 inferior functions and return various types.
18782 * gdb.base/callfuncs.c: Add functions to receive a struct
18783 and return a member of the struct, in various types.
18784
18785Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18786
18787 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18788
18789Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18790
18791 * config/vxworks29k.exp: New file, sources vxworks.exp.
18792
18793Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18794
18795 * config/gdbremote.exp: New file. Testing framework using
18796 gdbserver.
18797
18798Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18799
18800 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18801 "call function when asleep" and "send end of file".
18802 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18803 for "backtrace in corefile.exp".
18804 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18805 for "backtrace through signal handler".
18806 * gdb.base/corefile.exp: Make sure we actually generate a core file
18807 before trying the core tests. Some systems allow the user to suppress
18808 generation of core files and default to that (linux for example).
18809 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18810 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18811
18812Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18813
18814 * gdb.threads: New directory with some crude multi-threaded
18815 gdb tests (step.exp and step2.exp).
18816 * config/mt-lynx (STEP_EXECUTABLE): Define.
18817 (THREADFLAGS): Define.
18818
18819Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18820
18821 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18822
18823 * gdb.base/signals.exp: Disable whole file for lynx until
18824 further notice.
18825
18826 * gdb.base/signals.exp: xfail test where "next" acts like
18827 "continue" for lynx.
18828
18829 * gdb.base/interrupt.exp: xfail test for calling function while
18830 inferior is asleep for lynx.
18831
18832 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18833 than one cr-lf after each command.
18834
18835Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18836
18837 * configure.in: Reinstate setting of stabsdirs variable, fix
18838 typo in setting up configdirs for native builds.
18839
18840 * gdb.base/return.exp: Fix typo in return double test.
18841 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18842 compiler from optimizing them away.
18843
18844Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18845
18846 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18847 sequences to be echo'd by gdb when using gdb_test.
18848 * gdb.chill/chexp.exp: Likewise.
18849 * gdb.fortran/exprs.exp: Likewise
18850
18851Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18852
18853 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18854 after the inferior gdb has started.
18855
18856 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18857 after each command.
18858 * gdb.base/funcargs.exp: Likewise.
18859 * gdb.base/gdbvars.exp: Likewise.
18860 * gdb.base/interrupt.exp: Likewise.
18861 * gdb.base/list.exp: Likewise.
18862 * gdb.base/watchpoint.exp: Likewise.
18863 * gdb.c++/demangle.exp: Likewise.
18864 * gdb.c++/inherit.exp: Likewise.
18865 * gdb.chill/chexp.exp: Likewise.
18866 * gdb.fortran/exprs.exp: Likewise.
18867
18868 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18869 test if we can't handle IO to/from the inferior.
18870
18871 * gdb.c++/misc.exp: Always check for a program already being
18872 started after sending a "run" command to gdb.
18873
18874 * gdb.base/twice.exp: Start with a fresh gdb.
18875
18876 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18877 only depend on gdb's expression code, not the chill runtime.
18878
18879 * gdb.base/return.c: Put return values into variables so we
18880 can have gdb print them rather than depending on the program
18881 to print them.
18882 * gdb.base/return.exp: Corresponding changes.
18883
18884 * lib/gdb.exp: Provide default value for noinferiorio.
18885 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18886 the inferior.
18887
18888 * gdb.base/break.exp: Always check for a program already being
18889 started after sending a "run" command to gdb.
18890 (text_next_with_recursion): Don't check the output from the
18891 program's printf statement. Instead just make sure the program
18892 exited.
18893
18894 * gdb.base/commands.exp: Protect tests which need arguments with
18895 $noargs conditionals.
18896
18897Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18898
18899 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18900 of structure member arrays to match gdb/valops.c:value_addr change.
18901
18902Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18903
18904 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18905 cases.
18906
18907Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18908
18909 * configure.in (configdirs): Remove gdb.chill from default list
18910 of subdirs and then add it back in only if doing a native build.
18911 The current chill compiler does not yet work in any cross build.
18912 * Revert all signal changes from Jul 6.
18913 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18914 for sh-hms targets, allowing these tests to link, with no other
18915 changes. Testing is suppressed by setting "nosignals" in site.exp.
18916
18917Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18918
18919 * configure.in (signaldirs): Define and add to configdirs for all
18920 targets except some specific ones that are known to not support signals.
18921 Also clean up formatting.
18922 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18923 (signals, sigall): Remove rules to build.
18924 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18925 Moved to new gdb.signals directory.
18926 * gdb.signals: New test directory.
18927 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18928 signals.c signals.exp}: New or moved files.
18929
18930Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18931
18932 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18933
18934Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18935
18936 * gdb.base/return.exp: Xfail `return double' test failure
18937 on at least Solaris 2.3 and handle future/past versions on
18938 a case by case basis as appropriate. Also update message
18939 to include i*86 failures.
18940
18941Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18942
18943 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18944
18945 * lib/gdb.exp: Fix comment which erroneously identified
18946 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18947 gdb_file_cmd not gdb_load).
18948 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18949
18950 * gdb.base/setvar.exp: Make test names consistent between pass and
18951 fail cases. Use gdb_test more.
18952
18953Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18954
18955 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18956
18957Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18958
18959 * gdb.base/help.exp: Fix expected help string for `show commands'.
18960
18961Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18962
18963 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18964
18965 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18966 of a text section.
18967
18968Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18969
18970 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18971 that loop eventually terminates. Fix Connection refused logic so
18972 that testsuite will expire nicely.
18973
18974Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18975
18976 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18977 config/rom68k.exp: New tcl glue for the appropriate monitors.
18978 These all just end up calling monitor.exp.
18979 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18980 refused' by retrying. Cleanup some timeout issues.
18981 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18982 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18983 callers don't have to set/restore global timeout variable.
18984
18985 * The following set of changes centralizes management of the global
18986 timeout variable. This way, it can be set in one target dependent
18987 place instead of dozens of places scattered throughout the test suite.
18988 If you need to lengthen a timeout, then you should either set timeout
18989 in one of the config/{target}.exp files, or multiply it by a factor.
18990 Setting it to an absolute value is always going to lose for some
18991 targets.
18992 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18993 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
18994 * gdb.base/funcargs.exp: Don't set timeout.
18995 * gdb.base/list.exp (test_forward_search): Only use local timeout.
18996 * gdb.base/printcmds.exp (test_print_string_constants
18997 test_print_array_constants): Don't set timeout.
18998 * gdb.base/ptype.exp: Don't set timeout.
18999 * gdb.base/recurse.exp: Don't set timeout.
19000 * gdb.base/return.exp: Don't set timeout.
19001 * gdb.base/watchpoint.exp: Don't set timeout.
19002 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19003 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19004
19005Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19006
19007 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19008
19009Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19010
19011 * lib/gdb.exp: Disable chill tests for irix5.
19012
19013Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19014
19015 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19016 each test pass or fail.
19017
19018Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19019
19020 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19021 xlc not gcc.
19022
19023Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19024
19025 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19026
19027Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19028
19029 * config/est.exp: Fix copyright and comments. Remove dead code.
19030 Use targetname, serialport and baud variables instead of fixed
19031 constants.
19032 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19033 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19034
19035Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19036
19037 * gdb.base/watchpoint.exp: Don't run
19038 test_watchpoint_triggered_in_syscall for sunos.
19039
19040Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19041
19042 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19043 they don't seem to exist. Do include stdio.h.
19044
19045Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19046
19047 * gdb.base/a1-selftest.exp: Add alpha xfail.
19048
19049Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19050
19051 * gdb.base/watchpoint.c (main): Prompt before calling read().
19052 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19053 Revise accordingly. Remove cruft about sending "123" several
19054 times, until it gets noticed. Clean up the "print buf[0]" stuff
19055 so that it passes or fails, and waits for prompts in the usual way.
19056
19057Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19058
19059 * gdb.base/recurse.exp: Fix comment.
19060
19061 * TODO: Remove item about printing variables in nodebug.exp. Add
19062 item about enabling tests which are only run on some targets.
19063
19064 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19065 fail, make test names unique, use new gdb_test convention
19066 regarding pattern, use gdb_test more, etc.).
19067
19068 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19069 fail, make test names unique, etc.).
19070
19071Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19072
19073 * gdb.base/nodebug.c: Change return type of top and middle to
19074 short.
19075 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19076 are fixed by the recent mdebugread.c changes. Allow `short ()'
19077 as type for top and middle.
19078
19079Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19080
19081 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19082 nearly as I can tell, the whole thing was an accident in Stu's
19083 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19084 to replace a send/expect pair with gdb_test, but ended up only
19085 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19086 of 30 Mar 1995 took care of it, but left this vestigial comment
19087 which I am now nuking.
19088
19089Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19090
19091 * gdb.base/break.exp: Look for different line number for
19092 breakpoint at main depending on usestubs.
19093
19094Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19095
19096 * gdb.base/list.exp: Adjust some alternate expect patterns to
19097 match recent list0.c change. Add alternate expect pattern for
19098 output from `list default lines around main' for optimizing
19099 compilers.
19100
19101Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19102
19103 * lib/gdb.exp: If nosignals is not set, set it to 0.
19104
19105Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19106
19107 * config/slite-gdb.exp: Responds to load symbol table prompt.
19108 * gdb.base/break.exp: Adjust line number, fix rerun.
19109 * gdb.base/langs0.c: Add #ifdef usestubs.
19110
19111Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19112
19113 * gdb.base/list.exp: Adjust line contents after adding new lines in
19114 list0.c. Also fix a syntax error.
19115
19116 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19117 * gdb.base/break.exp: ditto.
19118 * gdb.base/list.exp: ditto.
19119 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19120 * gdb.base/run.c: ditto.
19121 * gdb.base/list0.c: ditto.
19122 * gdb.base/funcargs.c: ditto.
19123
19124Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19125
19126 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19127 $targetname, $serialport and $baud instead of hardwired variables.
19128 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19129 target doesn't support signals.
19130
19131Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19132
19133 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19134
19135Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19136
19137 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19138 Don't rely on the value of an auto variable before it has been
19139 initialized. Use gdb_test more.
19140
19141Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19142
19143 * lib/gdb.exp (default_gdb_version): A version number must start
19144 with a digit, but other than that contains all characters up to
19145 the first whitespace character.
19146
19147Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19148
19149 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19150
19151Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19152
19153 * gdb.c++/*.exp: Warn if executable does not exist. The original
19154 reason for skipping the warning was that configure.in sometimes
19155 intentionally skipped building the executables but the tcl code
19156 had no way of knowing. That (a) was always bogus with respect to
19157 error handling, (b) is no longer true (right now there is no way
19158 to skip C++ tests).
19159
19160 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19161
19162Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19163
19164 * gdb.base/list.exp: Add expect patterns for output from
19165 SunPRO compiled executables.
19166 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19167 types.
19168
19169Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19170
19171 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19172 number (we are already testing that the correct source line text
19173 gets printed).
19174
19175 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19176 that is what is intended, but something needed to be done to get
19177 sunos4 native working again.
19178
19179 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19180
19181 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19182 apparently went with a (very) old xfail.
19183
19184Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19185
19186 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19187 runto_main is a proc in gdb.exp that will do 'step' for target use
19188 stubs.
19189 * gdb.base/exprs.exp: ditto.
19190 * gdb.base/interrupt.exp: ditto.
19191 * gdb.base/opaque.exp: ditto.
19192 * gdb.base/printcmds.exp: ditto.
19193 * gdb.base/ptype.exp: ditto.
19194 * gdb.base/scope.exp: ditto.
19195 * gdb.base/setvar.exp: ditto.
19196 * gdb.base/signals.exp: ditto.
19197 * gdb.base/twice.exp: ditto.
19198 * gdb.c++/classes.exp: ditto.
19199 * gdb.c++/inherit.exp: ditto.
19200 * gdb.c++/templates.exp: ditto.
19201 * gdb.base/break.exp: no run and hit main for stubs. Change line
19202 numbers for breakpoints and info breakpoint.
19203 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19204 breakpoint().
19205 * gdb.base/callfuncs.c: ditto.
19206 * gdb.base/exprs: ditto.
19207 * gdb.base/interrupt.c: ditto.
19208 * gdb.base/opaque0.c: ditto.
19209 * gdb.base/printcmds.c: ditto.
19210 * gdb.base/ptype.c: ditto.
19211 * gdb.base/scope0.c: ditto.
19212 * gdb.base/setvar.c: ditto.
19213 * gdb.base/signals.c: ditto.
19214 * gdb.base/twice.c: ditto.
19215 * gdb.c++/misc.cc: ditto.
19216 * gdb.c++/templates.cc: ditto.
19217
19218Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19219
19220 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19221
19222 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19223 somewhere between `read' and `main.c'. I'm pretty sure the
19224 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19225 and it isn't particularly useful.
19226
19227 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19228
19229Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19230
19231 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19232
19233Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19234
19235 * config/mt-slite: add LIBS and -nostdlib.
19236 * config/slite-gdb.exp: add this new file to support sparclite target.
19237
19238Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19239
19240 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19241
19242 * gdb.base/a2-run.exp: Change argument to istarget from
19243 "*-*-vxworks" to "*-*-vxworks*".
19244 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19245
19246Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19247
19248 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19249 will not runto main but do a 'step' to step out of breakpoint().
19250 * config/mt-slite: add -Dusestubs.
19251
19252Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19253
19254 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19255 instead of just @.
19256
19257 * gdb.base/signals.exp: Add test for "handle all print".
19258 * TODO: Remove "handle all print". Also remove item about
19259 checking copyright date (I don't like the idea of a spurious FAIL
19260 based on when we run the tests).
19261
19262 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19263 for SunOS4 (reason for failure not investigated). Remove
19264 redundant test for $binfile.
19265
19266 * gdb.base/nodebug.c (array_index): Call malloc.
19267
19268 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19269
19270Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19271
19272 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19273 conventions and slightly simplify the matching regexp.
19274
19275Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19276
19277 * gdb.base/break.exp: Update gdb_test invocation to use new
19278 convention.
19279
19280 * lib/gdb.exp: If noargs is not set, set it to 0.
19281
19282 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19283 tests unique.
19284
19285 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19286
19287Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19288
19289 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19290 one argument of type "<non-float parameter>".
19291
19292Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19293
19294 * config/rom68k.exp: New file to support Motorola IDP board.
19295 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19296 * gdb.base/break.c: Change things around so that this program
19297 doesn't depend upon args. This is necessary to make remote
19298 targets work (in general, they can't take args).
19299 * gdb.base/break.exp: Don't try to send args to program. Don't
19300 expect output. Also, replace lots of code with gdb_test.
19301
19302Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19303
19304 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19305 printing of '\'' (which is what the comment says we are testing,
19306 even though we were not), not '''.
19307 (test_integer_literals_rejected): Test that printing ''' is an error.
19308
19309 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19310 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19311 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19312 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19313 Use gdb_test not test_print_accept.
19314 * lib/gdb.exp: Remove test_print_accept.
19315
19316 * gdb.base/signals.exp (signal_tests_1): Make pass message
19317 consistent with fail message.
19318
19319 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19320 unsigned char; the bug (PR 1821) is fixed.
19321
19322 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19323
19324 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19325 successful tests--makes xfailing them work right.
19326
19327Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19328
19329 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19330 only \r\n, not .*. The test can pass .* as the last thing in
19331 $pattern if that is what it wants. In addition to providing this
19332 flexibility, this change should speed up pattern matching in cases
19333 where the pattern already ended with .* (there were a number of
19334 them). This change also helps catch bad patterns--in the old
19335 scheme the typo "char \*" instead of "char \\*" would pass. Now
19336 it is caught.
19337 * Many .exp files: Update callers.
19338
19339 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19340 clearer and does not spuriously match multiple ('s. Likewise for
19341 ) and *.
19342
19343 * gdb.base/nodebug.exp: Test ability to call a function and pass
19344 it a string (even with no debugging info).
19345
19346 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19347 "p '\'", which is the same as "p ''" once tcl gets done with
19348 quoting, to "p '\\'", which I suspect is what is intended (one
19349 backslash gets sent to GDB).
19350
19351 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19352
19353Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19354
19355 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19356 1817) was fixed literally years ago.
19357
19358Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19359
19360 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19361 test, it causes stepping out of call_after_alloca_subr with
19362 optimizing compilers.
19363 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19364 fails.
19365
19366 * gdb.c++/templates.exp: Source templ-info.exp only if
19367 the templates executable exists.
19368
19369 * gdb.c++/misc.cc (class Contains_static_instance,
19370 class Contains_nested_static_instance),
19371 gdb.c++/classes.exp (test_static_members): Test printing of
19372 a class that contains a static instance of the class.
19373
19374Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19375
19376 * gdb.base/langs2.c (cppsub_): Don't prototype.
19377 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19378 only, I believe).
19379
19380Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19381
19382 * lib/gdb.exp (skip_chill_tests): New procedure.
19383
19384 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19385
19386Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19387
19388 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19389 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19390
19391Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19392
19393 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19394
19395 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19396 disassemble 8, not 16, instructions for part 4.
19397
19398 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19399 support the latter anymore.
19400
19401 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19402 -DNO_PROTOTYPES.
19403 * gdb.base/callfuncs.c: Control use of prototypes based on
19404 NO_PROTOTYPES, not __STDC__.
19405 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19406 t_float_values2 tests if prototypes in use.
19407
19408 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19409 t_double_values): When checking differences against DELTA, check
19410 that difference is within the range (-DELTA,DELTA), not just
19411 (-infinity,DELTA).
19412
19413Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19414
19415 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19416 'file' command firts, then 'target', then 'load', this is due to gdb
19417 target set up.
19418 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19419
19420Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19421
19422 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19423 FP load/store variants.
19424 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19425
19426Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19427
19428 * gdb.base/term.exp: Do not give a warning if not native, it is
19429 not an abnormal condition.
19430
19431Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19432
19433 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19434 t_char_array".
19435
19436Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19437
19438 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19439 are getting the version number.
19440
19441 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19442 if not native, it is not an abnormal condition.
19443
19444Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19445
19446 * lib/gdb.exp: Just use "file exists", rather than undocumented
19447 dejagnu procedure "findfile".
19448
19449Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19450
19451 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19452 (LDFLAGS): Set to -Xlinker -Ur.
19453
19454 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19455 Removed, these values are set by lib/gdb.exp.
19456
19457 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19458
19459Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19460
19461 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19462 of replicating gdb startup code.
19463
19464 * config/mt-vxworks (LDFLAGS): Set to -r.
19465 (CFLAGS_FOR_TARGET): Removed.
19466
19467 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19468 (gdb) and gdb for vxworks uses (vxgdb).
19469
19470 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19471 executable is not in the tree and host != target, use sed and
19472 program_transform_name to determine the gdb name used by the
19473 target.
19474
19475 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19476 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19477
19478Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19479
19480 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19481 floats, chars, and shorts where there are ANSI-style function
19482 definitions.
19483
19484 * gdb.base/langs.exp, gdb.base/langs*: New test.
19485 * gdb.base/Makefile.in: Build it.
19486 * TODO: Remove item about checking that C names don't get C++
19487 demangling applied; this test tests it.
19488
19489Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19490
19491 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19492 went with the const70 xfail. The xfail went away a year ago.
19493
19494 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19495
19496 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19497 for hp300.
19498
19499 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19500
19501 * gdb.base/a1-selftest.exp: Don't run on hp300.
19502
19503Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19504
19505 * Makefile.in (site.exp): Set host_alias and target_alias as well
19506 as host_triplet and target_triplet.
19507
19508Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19509
19510 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19511
19512 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19513 places as other ecoff systems).
19514
19515 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19516 ultrix.
19517
19518Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19519
19520 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19521 remove them.
19522 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19523 variable and "variable" in addition to "data variable".
19524 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19525
19526 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19527 2.
19528 * gdb.base/list1.c (long_line): Add additional statement at start
19529 of function.
19530 * gdb.base/list.exp (test_forward_search): Update line number to
19531 reflect new statement.
19532
19533Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19534
19535 * gdb.base/signals.exp: Reinitialize searched source directories
19536 after gdb_start call.
19537
19538Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19539
19540 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19541 * gdb.stabs/Makefile.in: Likewise.
19542
19543 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19544 change. Instead split the tests into smaller pieces.
19545 * gdb.disasm/hppa.s: Corresponding changes.
19546
19547Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19548
19549 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19550 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19551
19552 * gdb.base/funcargs.exp: Modify many tests so that every test
19553 either passes or fails. Make some test names unique.
19554
19555Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19556
19557 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19558 Call stty to set interrupt character.
19559
19560 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19561 for HP assembler versus GNU assembler based on actual behavior of
19562 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19563
19564 * TODO: Suggest a few more stepping tests.
19565
19566Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19567
19568 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19569 restart GDB for h8300 after a continue.
19570 (return): Add pattern to match a29k-udi behavior.
19571 * gdb.base/nodebug.exp: Remove obsolete comment.
19572 * gdb.base/regs.exp: New file, testing of register displays.
19573 * gdb.base/return.exp: Fix typo in reference to $objdir.
19574 * gdb.base/whatis.exp: Always start with a fresh GDB.
19575
19576Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19577
19578 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19579 higher, these tests generate a lot of output.
19580
19581Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19582
19583 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19584 code following the catch silently ignored some errors; without the
19585 catch they should be thrown like any other tcl error. Also, the
19586 catch used "" instead of {} which meant all the callers who wanted
19587 to include one of the characters "[]$ had to quote it an extra time.
19588 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19589 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19590 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19591 Remove extra quoting.
19592
19593Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19594
19595 * gdb.base/commands.exp: Make test names unique; every test either
19596 passes or fails. Update some comments.
19597
19598 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19599
19600Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19601
19602 The following fixes a FAIL caused by the fact that the alpha stabs
19603 configuration didn't use the ".if alpha" code in weird.def.
19604 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19605 bit pointer, so the 32 bit version works even on the alpha.
19606 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19607 Remove the stuff which allowed us to have separate versions for
19608 alpha and everything else.
19609
19610 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19611 regexp which "info func operator\[\](" is supposed to match. Fix
19612 string to send to GDB. Note that GDB still doesn't work right. Add a
19613 new test for "info func .perator\[\](" which GDB does handle correctly.
19614
19615 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19616
19617Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19618
19619 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19620 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19621 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19622 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19623 it makes the tests harder to understand and confuses test-o-matic.
19624 The preferred style is that each test provides a PASS or a FAIL,
19625 and has a unique message (e.g. "continue #54" not just "continue")
19626 which is the same for the pass and the fail.
19627 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19628 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19629 to lib/gdb.exp.
19630 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19631 prt_accept which was basically the same thing. Likewise for
19632 test_print_reject and prt_reject.
19633 * lib/gdb.exp (test_print_reject): Add some more error message
19634 patterns to match from the former printcmds.exp (prt_reject).
19635 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19636 One defect of the passcount stuff is that some of it failed to
19637 report XPASS where appropriate.
19638 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19639 stuff before and after arg in expected pattern.
19640 (test_paddr_operator_functions): Re-do test without print_addr_of;
19641 this is the only test which seems to want extra stuff there.
19642
19643Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19644
19645 * gdb.base/nodebug.exp: Update new tests to reflect improved
19646 wording of gdb output.
19647
19648 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19649 and "ptype" work on variables in files compiled without -g.
19650 Replaces commented out "maint print msymbol" tests.
19651
19652Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19653
19654 * gdb.base/setvar.c (dummy): Call malloc.
19655
19656 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19657 losing with the irix4 sed.
19658
19659 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19660 ALRM" on irix4.
19661
19662Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19663
19664 * TODO: Remove items about corefile.exp testing new exec-file and
19665 backtrace; both are now done. Add items about printing enums.
19666
19667Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19668
19669 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19670 "get signal $thissig" test fails.
19671
19672 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19673
19674Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19675
19676 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19677 compiler warning with dec alpha compiler.
19678
19679 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19680 extra \n from gdb_test call (this explains why the prompt test
19681 that I removed yesterday was there).
19682 (user_defined_command_test): Remove extra \n and prompt test.
19683
19684 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19685 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19686 doesn't exist.
19687 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19688 Also remove alpha workaround, which turns out to be because
19689 SIGABRT == SIGLOST.
19690
19691 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19692
19693 * gdb.base/help.exp: Don't test "help show".
19694
19695Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19696
19697 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19698 "set print address" is on.
19699 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19700 pass prompt to gdb_test; gdb_test already looks for the prompt.
19701
19702 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19703
19704 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19705 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19706 was to make sure that gdb can read a core file. But (a) the "read
19707 the corefile" part didn't make it to a1-selftest.exp, we just
19708 delete the corefile after creating it, and (b) we test reading
19709 corefiles in corefile.exp anyway. Also, this test left around a
19710 xgdb process on Solaris.
19711
19712 * gdb.base/corefile.exp: Also test backtrace.
19713
19714Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19715
19716 * gdb.base/commands.exp: Test a simple user defined command with
19717 arguments and if/while statements; verify the full user command is
19718 printed by "show user".
19719
19720 * gdb.base/commands.exp: Test if/while commands as part of a
19721 breakpoint command list; verify they appear in breakpoint
19722 information.
19723
19724Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19725
19726 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19727 than by dividing by zero.
19728
19729Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19730
19731 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19732 performing an inferior call with watchpoints enabled.
19733 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19734 call.
19735
19736Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19737
19738 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19739 of "file" command.
19740
19741 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19742 Add additional pattern for when "int operator int(void);" appears
19743 in a different order.
19744
19745Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19746
19747 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19748
19749 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19750 and "signal" with ".*".
19751
19752Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19753
19754 * TODO: Add note about "handle all nostop".
19755
19756 * gdb.base/{sigall.c, sigall.exp}: New test.
19757 * gdb.base/Makefile.in: Add it.
19758
19759Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19760
19761 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19762 when invoking GDB, suppresses any windowing interface.
19763
19764Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19765
19766 * config/sim-gdb: New file, simulator testing support.
19767
19768Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19769
19770 * gdb.base/interrupt.exp: Test calling func1 twice.
19771
19772Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19773
19774 * gdb.base/list.exp (test_forward_search): Set timeout higher
19775 when we'll be getting lots of output from gdb.
19776
19777 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19778 "init_malloc" to after the expect statement. Run it if that
19779 regexp is taken, but also for two others which happen if source
19780 cannot be found.
19781
19782Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19783
19784 * gdb.base/printcmds.exp: New test, for printing register before
19785 program is running.
19786
19787Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19788
19789 * gdb.base/list.exp: Correct some alternate expect patterns
19790 to reflect changes in list1.c.
19791
19792Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19793
19794 * TODO: Add item regarding large frames.
19795
19796 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19797
19798 * TODO: Remove item about enabling return.exp; it
19799 is enabled. Suggest a few more "return" tests.
19800
19801Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19802
19803 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19804 anonymous unions.
19805
19806Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19807
19808 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19809 and pr-5646.o, so "make" is the same as "make all", not "make
19810 pr-4975.o".
19811
19812Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19813
19814 * gdb.base/list.exp: Adjust expectations to reflect changes in
19815 list1.c.
19816 (test_forward_search): New test proc.
19817 * gdb.base/list1.c (long_line): New function, has long source line.
19818
19819Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19820
19821 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19822 additional line of code that was added.
19823
19824Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19825
19826 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19827 tests so as not to overflow expect's input buffers.
19828 * gdb.disasm/hppa.exp: Corresponding changes.
19829
19830Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19831
19832 Beginnings of template debugging tests.
19833 * gdb.c++/templ-info.cc: New file to test for template
19834 debugging capability of the compiler.
19835 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19836 templ-info.cc.
19837 * gdb.c++/templates.cc: Add explicit template instantiations
19838 to enable compiling with -fno-implicit-templates. Add destructor
19839 and 'value' method to T5 class for template tests.
19840 * gdb.c++/templates.exp: Add testcases for printing of template
19841 types, setting breakpoints on template methods and calling a
d63a86f8 19842 template method.
c906108c
SS
19843
19844Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19845
19846 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19847 branch target since some assemblers (gas-2.5) may emit a
19848 relocation for the branch instead of resolving it in the
19849 assembler.
19850
19851Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19852
19853 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19854 through signal handler.
19855
19856Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19857
19858 * configure.in (*-*-netware): Use config/mt-netware.
19859
19860 * config/mt-netware: New file.
19861 * config/mt-i386-netware: Removed, separate configs for different
19862 netware architectures are no longer needed now that we have
19863 --with-headers.
19864
19865Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19866
19867 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19868 by the recent changes to use ANSI C arithmetic conversions.
19869
19870Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19871
19872 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19873 bug involving using inferior_pid to figure out whether to select a
19874 frame.
19875
19876Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19877
19878 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19879 match the current disassembler output.
19880
19881Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19882
19883 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19884 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19885 types, expect "int" as type of integer values (for now).
19886
19887Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19888
19889 * gdb.base/commands.exp: New tests for if/while commands.
19890
19891Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19892
19893 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19894 by .*, since hex values have different syntax in Chill mode.
19895
19896Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19897
19898 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19899 linefeed from expect pattern for repeated types with indices > 9.
19900
19901Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19902
19903 First part of Fortran test suite.
19904 * gdb.fortran: New directory.
19905 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19906
19907Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19908
19909 * gdb.base/default.exp: Update expect pattern for load command
19910 without arguments.
19911
19912Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19913
19914 * configure.in: Change i386 to i[345]86.
19915 * gdb.base/configure.in: Likewise.
19916 * gdb.c++/configure.in: Likewise.
19917 * gdb.chill/configure.in: Likewise.
19918
19919Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19920
19921 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19922 patterns, since that is not a valid context for comments.
19923
19924Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19925
19926 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19927 repeated types and repeated types with indices > 9.
19928
19929Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19930
19931 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19932 2417; old bug has been fixed.
19933
19934Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19935
19936 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19937 send the newline ourselves instead of assuming gdb_test will do
19938 so when passed an empty input string.
19939
19940 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19941 stabs testcode.
19942
19943Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19944
19945 * lib/gdb.exp (gdb_test): Don't send anything if the first
19946 argument is an empty string. This makes cases where we want to
19947 match output that is already in expect's buffers (for example,
19948 matching a breakpoint after gdb_run_cmd has been called) work
19949 reliably.
19950
19951Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19952
19953 * config/netware.exp: New file.
19954
19955Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19956
19957 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19958 the -B and -L prefixes so we can find the debugging stub.
19959
19960 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19961 there and we are using the gcc from the tree.
19962
19963 * gdb.base/types.c: Removed.
19964
19965 * gdb.base/configure.in: Look for makefile fragments in ../config.
19966 Recognize i386-*-netware.
19967 * gdb.c++/configure.in: Likewise.
19968
19969Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19970
19971 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19972 the correct TCL syntax.
19973
19974Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19975
19976 * gdb.base/opaque.exp: use runto instead of messing around with
19977 breakpoints. Simplify by using gdb_test.
19978
19979 * gdb.base/bitfields.exp: restart between tests on netware targets
19980 because breakpoints aren't relocated after target death. Run
19981 processes to completion.
19982
19983 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19984
19985Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19986
19987 * Makefile.in: Remove extra tabs that confuse some versions
19988 of "make". Use the newly built gdb to test with by default,
19989 rather than the first one in the tester's search path.
19990
19991Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19992
19993 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
19994
19995 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
19996 condition help.
19997
19998Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19999
20000 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20001
20002 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20003 running.
20004 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20005 * gdb.base/funcargs.exp: Likewise.
20006
20007 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20008 * gdb.base/funcargs.exp: Likewise.
20009
20010 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20011 message is "".
20012
20013Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20014
20015 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20016 return,signals,twice}.exp: Handle non-existant binaries
20017 consistantly.
20018
20019 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20020 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20021 might testing a cross development system.
20022
20023Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20024
20025 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20026 runtest script is relative to ${srcdir}, not ${rootdir}.
20027
20028Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20029
20030 * gdb.base/signals.exp: Allow for optionality of breakpoint
20031 address.
20032
20033Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20034
20035 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20036
20037Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20038
20039 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20040 for size_t definition.
20041 * gdb.c++/templates.cc: Likewise
20042
20043 * config/mt-i386-netware: New file.
20044
20045 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20046 defined.
20047
20048 * gdb.base/Makefile.in: Added support for systems that name core
20049 files by appending "core" to the program name.
20050 * gdb.base/a1-selftest.exp: Likewise.
20051
20052Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20053
20054 * gdb.base/return.exp: Add comment and message for `return double'
20055 test failure on Sparc Solaris.
20056
20057Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20058
20059 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20060
20061Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20062
20063 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20064 from optimizing them away.
20065 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20066 patterns to include default constructors and assignment operators,
20067 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20068 character in the output of the virtual base pointer.
20069
20070Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20071
20072 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20073 expression match in print_addr_of to avoid unintented matches.
20074 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20075 versions up to 2.5.8.
20076
20077Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20078
20079 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20080 included file to run under newer versions of expect.
20081 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20082 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20083 Remove xfail for the virtual table of BDDHookV.
20084
20085Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20086
20087 * lib/gdb.exp (string_to_regexp): Set a default result.
20088 (default_gdb_start): Fix misleading message.
20089
20090Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20091
20092 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20093 Remove all CC, etc definitions.
20094 * config/mt-hpux: New file.
20095 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20096 (CFLAGS, LDFLAGS): Define.
20097 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20098
20099 * Makefile.in (site.exp): Don't insert host_os, etc.
20100 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20101 (distclean): Check existence of subdir.
20102 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20103 * gdb.base/Makefile.in: General cleanup and simplification.
20104 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20105 to build executables. Use default rule to build .o files.
20106 (EXPECT, RUNTEST, CC): Fix relative pathname.
20107 (site.exp): Don't insert host_os, etc.
20108 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20109 and/or SIGUSR1 defined.
20110 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20111 * gdb.c++/Makefile.in: General cleanup and simplification.
20112 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20113 (CFLAGS): Remove.
20114 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20115
20116Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20117
20118 * gdb.base/recurse.exp: Misc changes to get tests running again
20119 after Kung's changes to the watchpoint code.
20120 * gdb.base/watchpoint.exp: Likewise.
20121
20122Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20123
20124 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20125
20126Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20127
20128 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20129 * lib/gdb.exp (default_gdb_start): Define.
20130 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20131 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20132 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20133 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20134 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20135 Don't call gdb_target_udi in between tests.
20136
20137Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20138
20139 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20140 (which was basically just a local version of the same thing). In
20141 addition to avoiding duplication, gdb_test_exact is faster.
20142 * lib/gdb.exp (gdb_test_exact): Fix typo.
20143
20144 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20145 don't give an error.
20146
20147 * gdb.base/term.exp: Call delete_breakpoints before starting.
20148
20149 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20150 (t10): Add comment.
20151
20152Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20153
20154 Reorganization of the GDB Test Suite.
20155
20156 * gdb.base: New directory, contains all the basic tests.
20157 * gdb.c++: New directory, tests specific to C++.
20158 * gdb.chill: New directory, tests specific to Chill.
20159 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20160 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20161 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20162 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20163 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20164 t30-31 to chill).
20165 * */gdbme.*: Rename to match appropriate expect scripts.
20166 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20167 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20168 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20169 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20170 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20171 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20172 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20173 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20174 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20175 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20176 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20177 gdb.c++/virtfunc.cc: New names of C++ files.
20178 * gdb.chill/chillvars.ch: New name of Chill file.
20179 * gdb.base/configure.in, gdb.c++/configure.in,
20180 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20181 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20182 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20183 * configure.in (configdirs): Update to reflect directory changes.
20184 (target_abbrev): No longer define for any configuration.
20185 * Makefile.in: Cosmetic improvements to header comments.
20186
20187Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20188
20189 Various changes to gdb.t31:
20190
20191 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20192 * gdbme.ch: Make all key-words and predefineds be upper-case.
20193 * chillvars.exp: Expect key-words and predefinds in upper-case.
20194
20195 * chillvars.exp: Use gdb_test_exact many places.
20196 Change expected output for arrays (which now includes index labels).
20197
20198 * pr-5020.exp, gdme.ch (module PR_5020):
20199 New test, for PR-5020.
20200
20201Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20202
20203 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20204 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20205
20206Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20207
20208 * Makefile.in: Fix bit-rot in definitions of CHILL,
20209 CHILL_FOR_TARGET and Chill_LIB.
20210 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20211 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20212 CHILL, and CHILL_LIB.
20213
20214Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20215
20216 * Revert the previous changes. Please see Rob's directory
20217 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20218
20219Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20220
20221 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
20222 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20223 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20224 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
20225 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20226 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20227 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20228 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20229 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20230 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20231 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20232 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20233 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20234 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20235 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20236 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20237 changes from 94Q1.
20238
20239Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20240
20241 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20242 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20243 Rob's new testing fragments.
20244
20245Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20246
20247 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 20248 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
20249
20250Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20251
20252 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20253 version also, match on casted version strings, and match on
20254 gdb startup case where the line numbers might be messed up.
20255
20256Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20257
20258 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 20259 (CFLAGS): Delete it from here.
c906108c
SS
20260
20261Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20262
20263 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20264
20265Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20266
20267 * Makefile.in (RUNTEST): Default to just "runtest".
20268
20269Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20270
20271 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20272 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20273 the code has been restructured.
20274
20275Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20276
20277 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20278 \n, not just one of each.
20279
20280 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20281 /bin/cc gives a warning if you do.
20282
20283Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20284
d63a86f8 20285 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
20286 __t10ListS_link1ZUiRCUiPT0
20287
20288Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20289
20290 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20291 on local variables in recursive functions.
20292
20293 * gdb.t07/Makefile.in: Build the new test.
20294
20295Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20296
20297 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20298 directly. Instead compare the return values from actual calls.
20299
20300Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20301
20302 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20303
20304Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20305
20306 * From Peter Schauer with minor modifications.
a9c64011
AS
20307 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20308 stops in mid-line in the caller. Add xfail for returning a float
20309 value on X86 targets.
c906108c
SS
20310
20311Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20312
20313 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20314 to avoid expect lossage.
20315 (fmem_LRbug_tests): Likewise.
20316 * gdb.disasm/hppa.s: Corresponding changes.
20317
20318 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20319 conditions to work with latest dejagnu/expect.
20320
20321 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20322 expected to fail on the PA.
20323 (backtrace in call with trampolines): Explicitly require main
20324 to be frame #1 (no trampolines should show up in backtrace).
20325
20326 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20327 "continue -expect".
20328 * gdb.t06/break.exp: Likewise.
20329 * gdb.t07/watchpoint.exp: Likewise.
20330 * gdb.t13/bitfields.exp: Likewise.
20331 * gdb.t15/{funcargs,return}.exp: Likewise.
20332 * gdb.stabs/weird.exp: Likewise.
20333 * config/{mips,udi}-gdb.exp: Likewise.
20334
20335 * hppa.sed: Enclose comments within a sed command to avoid
20336 losing with the old OSF1 sed.
20337
20338Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20339
20340 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20341 sequent dynix.
20342 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20343 * gdb.t15/funcargs.exp: Conditionally step again to really
20344 finish from marker_call_with_trampolines. Handle the case where
20345 the first step from within call_with_trampolines already steps
20346 us back to main.
20347 * gdb.t15/gdbme.c: Add comment to closing brace of
20348 call_with_trampolines for funcargs.exp.
20349
20350Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20351
d63a86f8 20352 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
20353 Fix typo(s).
20354
20355Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20356
20357 * gdb.t07/gdbme.c: More code for watchpoint testing.
20358
20359 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20360 "Hardware watchpoint" throughout file.
20361 (test_watchpoint_triggered_in_syscall): New test.
20362 (test_complex_watchpoint): New test.
20363
20364Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20365
20366 * gdbme.c (call_with_trampolines): New function to try and step
20367 into. Tests trampoline problems on the PA.
20368
20369 * funcargs.exp (localvars_in_indirect_call): No longer expect
20370 stepping into indirect call to fail on PAs.
20371 (test_stepping_over_trampolines): New test.
20372
20373Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20374
20375 * TODO: Add suggestions for static member function tests, and
20376 completion tests.
20377
20378Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20379
20380 * TODO: Add suggestions for "p/a" tests.
20381
20382 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20383 (default_gdb_exit): Replace all the hair with sending "quit" to
20384 the process with a simple close.
20385
20386Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20387
20388 * TODO: Add suggestions for shared library tests.
20389
20390Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20391
20392 * TODO: Add suggestions for x/s tests.
20393
20394Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20395
20396 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20397 "enable once", and "enable breakpoints once" with ".*".
20398
20399Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20400
20401 * TODO: Add suggestions about structure passing tests.
20402
20403Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20404
20405 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20406 the primary1 test, use work around if __GNUC__ < 2.
20407 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20408 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20409 Test for bad output rather than waiting for timeout. Issue
20410 second continue only if first continue failed.
20411
20412Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20413
20414 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20415 operator[] test with gdb_test because the old code didn't seem to
20416 be getting the quoting right with the new dejagnu.
20417
20418Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20419
20420 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20421 one from the path.
20422 * Makefile.in: Use a fresh expect if there is one, use runtest
20423 from the src tree if there is one.
d63a86f8 20424
c906108c
SS
20425Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20426
20427 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20428 next over recursive call. Revise the tests from that point on
20429 (which had been skipped) to match GDB's actual (correct) output.
20430
20431 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20432 with next over a breakpoint whose condition is false.
20433
20434 * gdb.t00/help.exp: Comment out "help set print" tests just like
20435 (and for same reason as) "help set" test.
20436
20437Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20438
20439 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20440 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20441
20442Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20443
20444 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20445 necessary gdb_target_udi.
20446
20447 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20448
20449 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20450 1838 and 2417; they are fixed.
20451
20452 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20453 gdb.t03/ptype.exp (ptype structure, ptype union):
20454 Remove xfails; the test is looser than when the xfails were added.
20455
20456 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20457 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20458
20459 * gdb.t01/run.exp: Only run shell test if isnative.
20460
20461 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20462 since "run" automatically loads if necessary. Call gdb_target_udi
20463 after the "file" since "file" kills any execution target.
20464
20465 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20466 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20467 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20468 argument for UDI.
20469
20470Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20471
20472 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20473
20474 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20475
20476Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20477
20478 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20479 properly quoting regexps. This makes the second argument to
20480 demangle a fixed string, which matches the callers, instead of a
20481 shell-style pattern which is what the previous implementation
20482 used. Update some of the callers.
20483
20484Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20485
20486 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20487 (comib_nullified_tests): Fix typo.
20488 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20489 strings. No longer expected to fail.
20490
20491 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20492 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20493 strings. No longer expected to fail.
20494
20495 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20496 string. No longer expected to fail.
20497
20498Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20499
20500 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20501 No longer expected to fail.
20502
20503 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20504 string. No longer expected to fail.
20505
20506Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20507
20508 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20509 only in the names (I probably got most of them). I was even
20510 generous with some which differed in underscores in names, and
20511 probably missed a few, and I *still* was able to remove almost a
20512 third of the file with almost no impact on testsuite coverage.
20513
20514Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20515
20516 * gdb.t00/default.exp: Match udi_attach error message as well as
20517 the one from child_attach.
20518
20519 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20520
20521 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20522
20523 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20524 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20525
20526 * Move test with enums and partial symbols back to
20527 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20528 Reverts the change of 26 May 93. Per today's change to
20529 stabs.texinfo, the behavior that weird.exp was expecting was
20530 unreasonable; what is important is that the compiler+gdb get
20531 things right, which happens with a recent gcc. Also fix the test
20532 to deal with native compilers which put out the stab gdb can't
20533 deal with.
20534
20535Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20536
20537 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20538 in the names. The main thing these accomplish is to slow things down.
20539 Many more such duplicates surely remain.
20540
20541 * gdb.t00/help.exp: Comment out "help support" test just like
20542 (and for same reason as) "help set" test.
20543
20544Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20545
20546 * gdb.t06/break.exp: Remove setup_xfails for
20547 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20548 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20549 about known bug in gcc to include up through 2.5.8.
20550 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20551 well as "_vb$".
20552 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20553 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20554 with latest gcc and gdb.
20555 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20556 well as "_vb$".
20557
20558Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20559
20560 * configure.in (hppa*-*-*): Also configure and build stabs-only
20561 tests.
20562
20563Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20564
20565 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20566 * gdb.t10/configure.in (hppa*-*-*): Use it.
20567
20568Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20569
20570 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20571
20572Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20573
20574 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20575 versions prior to 1.13.5.
20576
20577Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20578
20579 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20580 the prompt is at the start of a line.
20581
20582Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20583
20584 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20585 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20586 in the copr tests now.
20587 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20588 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20589 expected to fail.
20590
20591Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20592
20593 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20594 gdb.t31/chillvars.exp, lib/gdb.exp:
20595 Tweak to run under either version of expect.
20596 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20597 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20598 * gdb.t11/list.exp: Remove extraneous whitespace.
20599
20600Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20601
20602 * gdb.t16/printcmds.exp (test_print_strings): Accept
20603 "(unsigned char *) " before the string.
20604
20605 * TODO: Add notes about printing of fancy types and GDB expressions.
20606
20607Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20608
20609 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20610 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20611 if doing mips-idt-ecoff.
c906108c
SS
20612
20613Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20614
20615 * Most .exp files: Tweak to run under either version of expect.
20616
20617Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20618
20619 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20620 xfails; I'm not sure why they are failing, but not because of PR 1806.
20621
20622Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20623
20624 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20625 defined in lib/gdb.exp.
20626
20627Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20628
20629 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20630 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20631 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20632 have to be typeless.
20633
20634Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20635
20636 * TODO: Add suggestion for copyright year test.
20637
20638Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20639
20640 * configure.in (*-*-lynxos*): Add stabs tests.
20641
20642Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20643
20644 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20645 so insert a tab before any assembler directive in column zero.
20646
20647 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20648 stores.
20649 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20650 stores.
20651 (fpu_short_memory_tests): Likewise.
20652
20653Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20654
20655 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20656 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20657 .stabs directives in comments.
20658
20659Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20660
20661 * TODO: New file, describing tests we could write.
20662 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20663
20664Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20665
20666 * gdb.t06/signals.exp: Add kludge to force re-sync.
20667
20668 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20669 to xgdb instead of gdb, get out of gdb.
20670
20671Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20672
20673 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20674 for info.
20675
20676Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20677
20678 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20679 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20680 * gdb.stabs/hppa.sed: New sed script for the PA.
20681
20682Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20683
20684 * gdb.stabs: Re-write weird.def and configuration to use sed
20685 instead of cpp. sed is portable and POSIX; cpp is neither.
20686
20687Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20688
20689 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20690
20691Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20692
20693 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20694
20695Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20696
20697 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20698 "_vb$".
20699 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20700 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20701
20702Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20703
20704 * lib/gdb.exp: Comment out code which depends on non-existent
20705 `transform' procedure.
20706
20707Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20708
20709 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20710 * lib/gdb.exp: Transform tool name.
20711 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20712 1.1's new error handling system.
20713
20714Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20715
20716 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20717
20718Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20719
20720 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20721 They made pattern matching so slow that timeouts happened on
20722 heavily loaded systems. Now any output from "show print" which
20723 gets us back to the GDB prompt is a PASS.
20724
20725Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20726
20727 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20728
20729Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20730
20731 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20732
20733 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20734 It is not from PR 3220.
20735
20736Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20737
20738 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20739 just started failing because they depended on the order the
20740 subcommands are presented, or exact docstring text. This kind of
20741 test is a pain and has minimal benefit.
20742
20743Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20744
20745 * gdb.t09/corefile.exp: At end of test, use "core" command with
20746 no arguments.
20747
20748Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20749
20750 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20751 17}/Makefile.in: Make it possible to run the testsuite with Sun
20752 make and CC = cross gcc by adding explicit build rules for .o
20753 files.
20754
20755Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20756
20757 * gdb.t15/funcargs.exp: Don't put comments on same line as
20758 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 20759
c906108c
SS
20760Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20761
20762 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20763
20764Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20765
20766 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20767 * gdb.t20/inherit.exp: remove three dumplicate entries.
20768
20769Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20770
20771 * gdb.t06/break.exp: For "next over recursive call", fail on any
20772 incorrect output, not just on "factorial (value=2)".
20773
20774Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20775
20776 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20777 working now. Add an xfail if accesing a bss variable causes
20778 a memory error if the target is not yet run.
20779
20780Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20781
20782 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20783 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20784 name of __st* demangling (2 strings). Did Kung really get the
20785 more than 95 others right without testing them?
20786
20787Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20788
20789 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20790
20791Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20792
20793 * configure.in (configdirs): Add gdb.disasm
20794 * gdb.disasm: New directory for GDB disassembler tests.
20795 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20796
20797Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20798
20799 * gdb.t00/help.exp: Don't test "help set".
20800
20801 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20802 from within expect statements. None of these happen anymore and
20803 they cause regressions to be silently unnoticed.
20804
20805 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20806 messages) about known failures with gcc cygnus-2.4.5-930417.
20807
20808 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20809 comp-info.exp so it gets built if it doesn't exist.
20810
20811 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20812 it is no longer used.
20813 * gdb.t13/comp-info.c: Removed.
20814
20815Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20816
20817 * gdb.t06/signals.exp: Add xfail for sun3.
20818
20819Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20820
20821 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20822 relevant because ^C doesn't get sent but failure can be reproduced
20823 interactively).
20824
20825Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20826
20827 * gdb.stabs/alpha.mt: New configuration file for alpha.
20828 * gdb.stabs/configure.in: Use it.
20829 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20830 sharing with alpha.mt, redefine long to word via preprocessor.
20831 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20832 for alpha.
20833 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20834 native cc.
20835 * gdb.t00/teststrategy.exp: Change expect string so that we
20836 consume the `(xgdb)' from the command echo and from the gdb prompt.
20837 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20838 gdb currently compares all values as long, so this failure probably
20839 applies to any configuration where LONGEST is bigger than a target int.
20840 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20841 with gcc.
20842 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20843 to handle opaque pointers, gcc is.
20844 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20845 as first argument. Include <sys/types.h> and change all operator
20846 new definitions to use size_t.
20847 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20848 now that we use size_t.
20849
20850Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20851
a9c64011 20852 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 20853 a long or float array cast all array members to the same type.
a9c64011 20854 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 20855 with 64 bit longs.
a9c64011 20856 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 20857 on alpha.
a9c64011 20858 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
20859
20860Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20861
20862 * gdb.t24 (demangle.exp): Constructors of templates have names like
20863 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20864 section 14.6 of the ARM.
20865
20866 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20867 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20868 accomplish little and slow down the testsuite.
20869
20870 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20871 Accept spaces various places.
20872
20873Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20874
20875 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20876 with watchpoint enabled.
20877
20878 * Makefile.in: Remove definition of CC and remove the second
20879 definition of CXX (the "CXX = gcc" one remains). These definitions
20880 were causing backquotes to be expanded within backquotes, which
20881 doesn't work.
20882
20883Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20884
20885 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20886
20887Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20888
a9c64011
AS
20889 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20890 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
20891 by mips cc and contains no stabs entries.
20892
20893Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20894
20895 * config/vx-gdb.exp: Use fake device to load files rather than
20896 NFS.
20897 * lib/gdb.exp: New proc to do "file" command.
20898 * config/unix-gdb.exp: Use new "file" proc.
20899
20900Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20901
20902 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20903 Rework board rebooting slightly.
20904 (gdb_exit): Don't exit from the remote shell; there isn't one.
20905 * gdb.stabs/weird.exp: If a program is being debugged already,
20906 kill it.
20907 * gdb.t04/setvar.exp: Stop and restart gdb.
20908 * gdb.t05/expr.exp: Likewise.
20909 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20910 restart gdb and reload the program.
20911 * gdb.t08/opaque.exp: Likewise.
20912 * gdb.t12/scope.exp: Likewise.
20913 * gdb.t13/bitfields.exp: Likewise.
20914 * gdb.t15/funcargs.exp: Likewise.
20915 * gdb.t20/classes.exp: Likewise.
20916 * gdb.t03/ptype.exp: Increase timeout.
20917 * gdb.t16/printcmds.exp (test_print_string_constants,
20918 test_print_array_constants): Likewise.
20919 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20920 * gdb.t20/classes.exp (do_tests): Likewise.
20921 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20922
20923Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20924
20925 * gdb.stabs: Renamed *wierd* to *weird*.
20926
20927Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20928
20929 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20930 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20931
20932Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20933
20934 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20935 (do_tests): Remove xfail for whatis on one_var and two_var.
20936
20937Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20938
20939 * Makefile.in: Made cross building work better by adding
20940 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20941
20942Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20943
20944 * gdb.t15/{return.c,return.exp,Makefile.in}:
20945 New test, currently commented out.
20946
20947Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20948
20949 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20950 still running and removes the leftover named socket so GDb can do
20951 clean restarts.
20952
20953Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20954
20955 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20956 console, not GDB.
20957 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20958 cross testing works better with "make check"
20959 * config/unix-gdb: Use default procedures for exit and version.
20960 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20961 with the newest VxWorks.
20962
20963Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20964
20965 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20966 old form.
20967
20968 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20969 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20970
20971 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20972
20973 * config/unix-gdb.exp: Remove this version of gdb_exit
20974 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20975 Rob says he'll look at it when he gets back to testing boards.
20976
20977Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20978
20979 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20980 an expected fail for certain ptype commands.
20981
20982 * gdb.t20/classes.exp: Update expected results of "ptype class
20983 Base1" to account for the constructor that now appears in the type.
20984
20985Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20986
20987 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20988 disappeared from list.
20989 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20990 "alldone" proc with call to cleanup and exit.
20991 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20992 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20993 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
20994 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
20995 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
20996 "alldone" proc with simple returns that suppress remaining
20997 tests. The alldone proc went away many months ago.
20998
20999Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21000
21001 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21002
21003 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21004
21005Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21006
21007 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21008 as vax gdb will display them.
21009
21010Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21011
21012 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21013 optimizers.
21014
21015 * scope.exp: Change "bad value for localval" messages so each one
21016 is unique.
21017
21018 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21019 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21020
21021 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21022
21023Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21024
21025 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21026 doesn't exist (due to optimization).
21027
21028Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21029
21030 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21031 contains \r because the filename is long.
21032
21033 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21034 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21035
21036Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21037
21038 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21039 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21040 Ultrix.
21041 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21042 int tests.
21043 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21044
21045Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21046
21047 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21048
21049 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 21050 to match does not match the passing case but still matches the
c906108c
SS
21051 failing case.
21052
21053Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21054
21055 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21056
21057Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21058
21059 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21060 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21061 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21062 Remove various versions of gdb_exit.
21063 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21064 gdb_exit.
21065 * config/unix-gdb.exp: gdb_exit remains here, and should override
21066 the generic version, since it's doing a lot of wierd stuff that
21067 the other versions aren't. FIXME, fold it in, or abandon this
21068 version.
21069
21070Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21071
21072 * gdb.t24/demangle.exp: Add tests for PR 3220.
21073
21074Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21075
21076 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21077
21078Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21079
21080 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21081 "i386-*-*". Works for i486 as well.
21082
21083 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21084 bug, and expand domain of xfail to all SVR4 systems, since the
21085 actual problem is likely to be in generic SVR4 /proc support.
21086
21087Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21088
21089 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21090
21091Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21092
21093 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21094 xfails for other systems. Match a missing 'Continuing.' as an
21095 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21096
21097 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21098 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21099 Only issue warning for missing executables if -all option is used.
21100
21101 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21102 file if -all option is used. It's like an unpredictable XFAIL.
21103
21104Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21105
21106 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21107 for dynamically linked binaries.
21108
21109 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21110
21111Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21112
21113 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21114 to state that this is a known bug in old versions of g++.
21115
21116Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21117
21118 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21119 while waiting for `Continuing'.
21120
21121Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21122
21123 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21124 in text, data, and bss.
21125 * gdb.t10/nodebug.c: Add local and global test variables for
21126 initialized and uninitialized data.
21127
21128Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21129
21130 * config/unix-gdb.exp (gdb_exit): Add "wait".
21131
21132Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21133
21134 * gdb.t06/signals.exp: xfail the continue from the handler for all
21135 targets.
21136
21137 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21138 function with watchpoints enabled, the i386 call dummy starts with
21139 a call.
21140
21141 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21142 386 bsd names its corefiles.
21143
21144Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21145
21146 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21147 compilers don't grok it.
21148 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21149 with small octal ints rather than character constants, which
21150 are signed and might not fit if first promoted to int.
21151
21152Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21153
21154 * gdb.t09/Makefile.in (clean): Remove corefile.
21155
21156Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21157
21158 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21159
21160Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21161 and Jim Kingdon (kingdon@cygnus.com)
21162
21163 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21164 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21165 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21166
21167Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21168
21169 * gdb.t17/interrupt.exp: Add xfail for hppa.
21170
21171Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21172
21173 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21174 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21175 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21176 to determine signed-ness of bitfields and use the result to setup
21177 the xfail.
21178 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21179 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21180 call line is reached if necessary.
21181
21182Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21183
21184 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21185
21186Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21187
21188 * gdb.t06/break.exp: Also test `clear' command.
21189
21190Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21191
21192 * gdb.t00/teststrategy.exp: Remove extra quote.
21193
21194 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21195 watchpoint enabled to be for all non-68k machines.
21196
21197 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21198
21199Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21200
21201 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21202 targets use aout.mt instead of ecoff.mt as gas understands
21203 standard aout format.
21204
21205Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21206
21207 * lib/gdb.exp (runto): Don't insist that function we are running to
21208 was compiled with -g.
21209
21210 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21211
21212 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21213 to get back into the read system call.
21214 Accept leading newline in case where we woke it up.
21215
21216Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21217
21218 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21219 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21220 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21221 enable ecoff configuration.
21222
21223Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21224
21225 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21226
21227Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21228
21229 * gdb.t16/printcmds.exp: Add another printf test.
21230
21231Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21232
21233 * configure.in: If configured -with-stabs on any target, add
21234 stabsdirs to configdirs.
21235
21236Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21237
21238 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21239 fun" so pattern does not match the command itself.
21240
21241Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21242
21243 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21244
21245Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21246
21247 * gdb.t17/interrupt.exp: Test for more things.
21248
21249Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21250
21251 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21252 compiler arranges the code and line numbers.
21253
21254 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21255
21256Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21257
21258 * gdb.t00/help.exp: Increase expect input buffer size.
21259
21260Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21261
21262 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21263
21264 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21265
21266 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21267
21268 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21269 [0-9]*, not just [0-9].
21270
21271Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21272
21273 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21274
21275 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21276
21277Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21278
21279 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21280
21281Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21282
21283 * gdb.t06/signals.c: Add xfails for sun3.
21284
21285 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21286
21287 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21288 test_stepping tests.
21289
21290Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21291
21292 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21293
21294 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21295
21296 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21297 rather than actually putting it through cpp twice.
21298
21299 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21300
21301Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21302
21303 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21304 no longer needed.
21305
21306Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21307
21308 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21309
21310 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21311 C++ features prints as "struct", make it a pass, not an xfail.
21312
21313Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21314
21315 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21316 Don't require VA to print as "class" rather than "struct".
21317
21318Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21319
21320 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21321
21322Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21323
21324 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21325
21326Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21327
21328 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21329 order.
21330
21331Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21332
21333 * gdb.t16/printcmds.exp: Add printf tests.
21334
21335 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21336
21337 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21338
21339Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21340
21341 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21342 pass counts, to counteract any existing or future setup_xfails.
21343
21344Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21345
21346 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21347 {BEGIN,END}_COMMON for common block instead of STAB.
21348 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21349
21350 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21351 intp_var should be N_GSYM not N_LSYM.
21352 wierd-aout.S: Use a label for the value of the N_SO.
21353 wierd.def: Remove all backslashes.
21354 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21355
21356Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21357
21358 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21359 get the expected next to inheritance3.
21360
21361Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21362
21363 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21364 now that gcc-2.4 gets it right.
21365
21366Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21367
21368 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21369
21370 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21371 generating comp-info.exp which works for cross-compilation.
21372
21373Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21374
21375 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21376 "*-*-sysv4.*".
21377
21378Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21379
21380 * gdb.t01/run.exp: Start with a fresh gdb.
21381 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21382 SVR4.x.
21383
21384Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21385
21386 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21387 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21388 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21389 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21390 things to remove.
21391
21392Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21393
21394 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21395 test cases from bug reports.
21396
21397Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21398
21399 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21400 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21401 avoid spurious xfails.
21402 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21403 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21404 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21405
21406Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21407
21408 * gdb.t00/teststrategy.exp: Rework to provide more useful
21409 description of each test, fix problem with systems that define
21410 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21411 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21412 results for "next over recursive call" so timeouts aren't taken
21413 by error.
21414
21415Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21416
21417 * gdb.t12/scope.exp: Test printing of variables before run.
21418
21419 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21420 printed in wrong order due to sorting.
21421
21422Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21423
21424 * gdb.t00/teststrategy.exp: Fix expected results for printing
21425 user entered string constant. Is array of char, prints with no
21426 address.
21427
21428 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21429 commands.
21430 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21431 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21432 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21433 of struct of char arrays.
21434 * gdb.t00/radix.exp: New tests for radix commands.
21435
21436Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21437
21438 * gdb.t16/printcmd.exp: Print a variable before running program
21439 (with xfail for AIX).
21440
21441Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21442
21443 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21444
21445 * gdb.t16/printcmd.exp: Don't print variables before running program.
21446
21447 * gdb.t06/break.exp: Don't require envp argument to main.
21448
21449 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21450
21451 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21452 Add xfails for rs6000.
21453
21454 * gdb.t02/whatis.exp: Change other tests not to re-test something
21455 we already tested.
21456
21457 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21458 each type used has a variable of that type.
21459
21460Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21461
21462 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21463
21464Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21465
21466 * configure.in: change srctrigger to be a file, not a directory
21467
21468Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21469
21470 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21471
21472 * gdb.t11/list.exp: Fixed a couple of typos.
21473
21474Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21475
21476 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21477 is fixed and PR is closed.
21478 * gdb.t16 (gdbme.c): Add simple test string variable.
21479 * gdb.t16 (printcmds.exp): Add tests with simple test string
21480 variable, primarily for boundaries on "set print elements".
21481
21482Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21483
21484 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21485 Make leading 0's optional and don't expect a tab in the middle
21486 of the number.
21487
21488 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21489
21490 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21491 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21492 don't end command passed to gdb_test with newline.
21493
21494 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21495 signed keyword away, don't expect signed bitfields to be signed.
21496
21497 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21498 printing with only as many 1's as are in the field as well as printing
21499 with 32 1's (see comment).
21500
21501Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21502
21503 * gdb.t00/default.exp: Start with a fresh gdb.
21504 * configure.in (configdirs): Remove gdb.t31 until the chill
21505 compiler works again. It no longer is able to find chillrt0
21506 since it isn't in libchill.a anymore.
21507 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21508 wierd.o, make more modular.
21509 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21510 spurious newlines that caused problems.
21511
21512Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21513
21514 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21515 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21516 gdb.stabs/wierd.{exp,def}: Many new tests.
21517
21518 * gdb.t00/default.exp: update info line for new message.
21519
21520 * gdb.t02/{whatis.exp,gdbme.c}:
21521 Test that "char *" doesn't print as "caddr_t".
21522
21523Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21524
21525 * gdb.t00/help.exp: Use .* in place of some help messages which
21526 just changed.
21527 gdb.t00/default.exp: Update "info frame" test for new message.
21528 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21529 Remove some xfails
21530
21531Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21532
21533 * gdb.t03/{gdbme.c,ptype.exp}:
21534 Add tests for typedef'd struct and union without tags.
21535 Also check "whatis" on a variable of a typedef'd enum without a tag.
21536
21537 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21538 PRMS 1823; the bug still exists but isn't reproduced by this test
21539 anymore), and remove rs6000 XFAIL (the bug is fixed).
21540
21541 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21542 duplicated from whatis.exp. For those that are left, accept
21543 "long", "long int", or "int" for long variables (whatis.exp already
21544 has an XFAIL for "int", so no need to fail it here).
21545
21546 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21547 Deal with GCC's names for types now that GDB uses the compiler's names.
21548
21549 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21550 setup_xfail's for sunos4. If we #defined the signed keyword away,
21551 don't expect GDB to know that char it is signed.
21552
21553 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21554
21555Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21556
21557 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21558 should work on any system, regardless of debugging format.
21559 * gdb.t21/demangle.exp: Move to gdb.t24.
21560 * gdb.t24/demangle.exp: Move from gdb.t21.
21561 * gdb.t24/{Makefile.in, configure.in}: New files.
21562
21563Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21564
21565 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21566 * gdb.stabs: New directory.
21567
21568Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21569
21570 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21571 not just "Quit anyway?".
21572
21573Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21574
21575 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21576 that all setup_xfails are immediately followed by clear_xfails.
21577
21578Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21579
21580 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21581 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21582 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21583 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21584 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21585 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21586 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21587 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21588 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21589 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21590 gdb.t31/chillvars.exp, lib/gdb.exp:
21591 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21592 bug-gdb@prep.ai.mit.edu.
21593
21594Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21595
21596 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21597 with 0.0, not integer 0.
21598
21599Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21600
21601 * gdb.t06/break.exp: Update for "Kill the program" message change.
21602
21603Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21604
21605 * Makefile.in (GDBFLAGS): Set to -nx.
21606 * Makefile.in (site.exp): Use GDBFLAGS.
21607
21608Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21609
21610 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21611 Makefiles.
21612 (check): depend on just-check.
21613 (just-check): added so that tests can be run without a noop
21614 build pass.
21615
21616Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21617
21618 Switch to using configure's configdirs.
21619 * Makefile.in (Makefile): add configure.in dependency.
21620 (SUBDIRS): removed redundant assignment.
21621 * configure.in: switch subdirs assignment to configdirs.
21622 * gdb.t*/configure.in: new files.
21623
21624Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21625
21626 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21627 works.
21628
21629Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21630
21631 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21632 in explicit rules. Apparently this is not supported by some makes.
21633
21634Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21635
21636 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21637
21638Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21639
21640 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21641 disappeared.
21642
21643Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21644
21645 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21646
21647Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21648
21649 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21650 watchpoint problem that is now fixed.
21651 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21652 uninitialized convenience variables.
21653 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21654 structures.
21655
21656Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21657
21658 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21659 which causes expect to get out of sync with gdb on long output
21660 from help set.
21661 * gdb.t09/corefile.exp: Make expected pattern for core file
21662 failing signal and frame output format less sun specific.
21663
21664Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21665
21666 * gdb.t31/chillvars.exp: Add and remove initial dummy
21667 breakpoint, so that symbol table is forced in.
21668 (Needed at least on Sunos4, though it seems not SVR4.)
21669 * gdb.t31/chillvars.exp: Update for changed output format.
21670
21671Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21672
a9c64011 21673 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
21674
21675Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21676
21677 * Makefile.in: Added --srcdir when invoking runtest, removed the
21678 need for a local config file. (optional now)
21679
21680Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21681
21682 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21683 failure count used to force early termination. Add some more
21684 expected failures for gnu style demangling.
21685
21686Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21687
21688 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21689 pmi variable from gdb.t20/gdbme to get optimized away.
21690 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21691 Check for written corefile upon timeout _and_ eof.
21692
21693Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21694
21695 * config/unix-gdb.exp: Add missing return 0.
21696
21697Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21698
21699 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21700 test termination.
21701
21702Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21703
21704 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21705 disappeared.
21706
21707Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21708
21709 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21710 time as i860 support works.
21711
d63a86f8 21712 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
21713 "backtrace 100\r" rather than just "backtrace\r", to match last
21714 change.
21715
21716Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21717
21718 * config/udi-gdb.exp (gdb_exit): Remove close command.
21719 (gdb_target_udi): New procedure to set the UDI target.
21720 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21721 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21722 Added waits for prompts after several question responses. Added
21723 some more responses used by a29k-amd-udi-gdb.
21724 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21725 pass different arguments, restart UDI connection after program
21726 completion.
21727 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21728 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21729 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21730 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21731 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21732 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21733 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21734 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21735 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21736 after program completion.
21737 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21738 compiled with a SELECT_VECS setting.
21739 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21740 infinite recursion.
21741
21742 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21743 Added checks for COFF results, and made them expected failures for
21744 all targets. It would be better to make them expected failures
21745 for COFF targets only.
21746
21747Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21748
21749 * Makefile.in: add null dvi target, don't bother to recurse
21750 through test directories for info and install-info; rename
21751 $(datadir) to be dejagnu instead of deja-gnu
21752
21753Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21754
21755 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21756 compiler to coredump.
21757 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21758 code.
21759
21760Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21761
21762 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21763 coredump.
21764 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21765 code.
21766
21767Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21768
21769 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21770 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21771 which in a shell. Deletes xgdb when done.
21772 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21773 Tests the return from the "set height" or "set width" commands.
21774 Added a few return codes where needed.
21775
21776Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21777
21778 * Makefile.in (SUBDIRS): Add gdb.t17.
21779 * configure.in (subdirs): Add gdb.t17.
21780 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21781 files to test gdb's calling of functions in the inferior with
21782 the correct arguments and gdb's ability to retrieve any
21783 result returned.
21784
21785Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21786
21787 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21788 may be called after gdb goes away. Previous versions of expect
21789 needed these to avoid file descriptor leaks, but they cause
21790 errors with the current revision of expect.
21791 * gdb.t00/gdbvars.exp: Use -re on expected output after
21792 setting sevenbit-strings.
21793 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21794 to set sevenbit-strings consistent across tests.
21795 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21796 set sevenbit-strings consistent across tests.
21797
21798Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21799
21800 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21801 expected output to match current "expect" expectations.
21802
21803Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21804
21805 * gdb.t00/default.exp: Change expected output for default "source"
21806 command, to match new gdb behavior which requires a filename to
21807 source.
21808
21809Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21810
21811 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21812 expected fail for i486-*-* that misses the marker2 function.
21813 * gdb.t10/crossload.exp (bfddefault): Allow successful
21814 recognition of a format to pass even if no symbols are found.
21815 Explicitly catch failures where the format is not recognized
21816 or is ambiguous, and add the reason to the fail message.
21817 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21818 the cause is and invalid target and add reason to failure message.
21819 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21820 elf32-i386, elf32-sparc, and elf32-i860.
21821 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21822 Set up expected failure for 'filename'::variable scope resolution,
21823 which is now apparently broken on all targets.
21824 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21825 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21826 gdb.t23/templates.exp: Change failure for missing binfile into
21827 just a warning.
21828 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21829 references.
21830
21831Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21832
21833 * gdb.t00/default.exp: Add expected output for default "source"
21834 command, to match new gdb behavior.
21835 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21836
21837Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21838
21839 * config/*-gdb.exp: returns an error, rather than exiting on
21840 internal errors.
21841
21842Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21843
21844 * gdb.t03/gdbme.c: Add pointer to struct variable.
21845 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21846 referencing struct members.
21847
21848Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21849
21850 * configure.in (mips-idt-ecoff): New target.
21851 * config/mips-gdb.exp: New file for remote board using MIPS remote
21852 debugging protocol.
21853
21854 * Redid configuration scheme. Removed gdb.t*/configure.in.
21855 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21856 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21857 distclean targets. Built executables via .o files. Adjusted
21858 tests to account for source files in $(srcdir) rather than
21859 $(objdir).
21860 * lib/gdb.exp (runto): Don't expect () after the function name,
21861 because it may have arguments.
21862
21863Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21864
21865 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21866 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21867 expected failures for mips-idt-* and mips-sgi-*.
21868 * gdb.t00/default.exp (attach): Kill process if requested.
21869 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21870 that does not read core files.
21871 * gdb.t01/run.exp: Removed checks for exit status code.
21872 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21873 it is linked in.
21874 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21875 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21876 appropriate, rather than doing it by hand.
21877 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21878 execution.
21879 * gdb.t10/crossload.exp: Kill existing program if needed.
21880 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21881 appropriate, rather than doing it by hand. Always increase
21882 timeout for this test, not just for VxWorks.
21883
21884Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21885
21886 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21887 of Chill STRUCT types and STRUCT values.
21888 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21889 than "char".
21890 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 21891 struct2): New struct definitions and initializations to test
c906108c
SS
21892 simple Chill STRUCT types.
21893
21894Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21895
21896 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21897 the null byte at the end of strings.
21898 * gdb.t00/default.exp: Make show version insensitive to copyright
21899 date.
21900 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21901 to avoid dependencies on target char signedness.
21902 * gdb.t16/printcmds.exp: Update expected results for explicitly
21903 unsigned char.
21904 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21905 now work.
21906 * gdb.t21/demangle.exp: Add many more patterns for template
21907 demangling, most of them being expected failures.
21908 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21909 string we are matching for, to match on the whole string.
21910 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21911 and fix a whole bunch that had incorrect expected output but were
21912 passing anyway because of the bug in "proc demangle".
21913 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21914 type.
21915 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21916
21917Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21918
a9c64011
AS
21919 * gdb/testsuite: made modifications to testcases, etc., to allow
21920 them to work properly given the reorganization of deja-gnu and the
21921 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
21922
21923Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21924
21925 * gdb/testsuite: Initial creation of gdb/testsuite.
21926 Migrated dejagnu testcases and support files for testing nm to
21927 gdb/testsuite from deja-gnu. These files were moved "as is"
21928 with no modifications. This migration is part of a major overhaul
21929 of dejagnu. The modifications to these testcases, etc., which
21930 will allow them to work with the new version of dejagnu will be
21931 made in a future update.
48efe704 21932
8d8cb839 21933 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 21934\f
8d8cb839
EZ
21935;; Local Variables:
21936;; mode: change-log
21937;; left-margin: 8
21938;; fill-column: 74
21939;; version-control: never
21940;; End:
902f2ccb
MC
21941
21942 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 21943 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
21944 Copying and distribution of this file, with or without modification,
21945 are permitted provided the copyright notice and this notice are preserved.
This page took 2.160556 seconds and 4 git commands to generate.