* lib/gdb.exp (gdb_test_list_exact): New function.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2dfb8c17
DE
12010-07-07 Doug Evans <dje@google.com>
2
3 * lib/gdb.exp (gdb_test_list_exact): New function.
4 * gdb.base/default.exp (show convenience): Call it, add tests for
5 $_sdata = void, $_thread = 0.
6
4e5799b6
JK
72010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8 Joel Brobecker <brobecker@adacore.com>
9
10 Fix re-run of PIE executable, PR shlibs/11776.
11 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12 Remove $displacement_main to match the solib-svr4.c change. New "kill"
13 and re-"run" of the inferior.
14
1a219cc7
JK
152010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16 Joel Brobecker <brobecker@adacore.com>
17
18 Cope with missing /usr/sbin/prelink.
19 * lib/prelink-support.exp (prelink_no):
20 <result == 1 && $output is "no such file or directory">: New.
21 (prelink_yes): Likewise. Return on failed prelink_no.
22
5e3b36f8
JK
232010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
24 Joel Brobecker <brobecker@adacore.com>
25
26 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
27 build_executable by build_executable_own_libs. Replace "prelink -R"
28 execution by a call of prelink_yes. Comment why "prelink -r" needs no
29 change.
30 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
31 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
32 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
33 Replace build_executable by build_executable_own_libs's function
34 build_executable_own_libs.
35 (prelinkNO): Create new stub to call prelink_no.
36 (prelinkYES): Create new stub to call prelink_yes.
37 (test_attach): Rename calls of copy to file_copy.
38 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
39 (copy): Move to ...
40 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
41 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
42 * gdb.base/prelink.exp: Disable testcase also for is_remote and
43 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
44 special flags by gdb_compile_shlib. Replace second gdb_compile by
45 build_executable_own_libs. Replace "prelink -R" execution by a call of
46 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
47 a second call of prelink_yes. Replace restart commands by
48 clean_restart.
49 (prelink): Rename to ...
50 (seen displacement message): ... this test. Extend its expectation
51 strictness.
52
86e4bafc
JK
532010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
54
55 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
56 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
57 displacement message exactly once.
58
3cd07d20
JK
592010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
60 Joel Brobecker <brobecker@adacore.com>
61
62 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
63 its restore after the <$relink_args != ""> loop. new comment.
64
0a1e94c7
JK
652010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
66 Joel Brobecker <brobecker@adacore.com>
67
68 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
69 code for it. New variable relink_args.
70 (prelinkYES): Call prelinkNO.
71 (test_attach): Accept new parameter relink_args. Re-prelink the binary
72 in such case. Move the core code to ...
73 (test_attach_gdb): ... a new function. Send GDB command "file".
74 Extend expected "Attaching to " string.
75
2f70bcfb
TT
762010-07-02 Tom Tromey <tromey@redhat.com>
77
78 * gdb.base/bitops.exp: Remove extraneous "pass".
79
a17ac5b0
TT
802010-07-02 Ken Werner <ken.werner@de.ibm.com>
81
82 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
83
dc10affe
PA
842010-07-01 Pedro Alves <pedro@codesourcery.com>
85
d41c0fc8
PA
86 * gdb.base/help.exp: Adjust expected output.
87
882010-07-01 Pedro Alves <pedro@codesourcery.com>
89
90 * gdb.base/help.exp: Adjust expected output.
dc10affe 91
0a600c36
JK
922010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
93
94 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
95 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
96 c++/11702.
97
37cc8bfe
JK
982010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
99 Doug Evans <dje@google.com>
100
101 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
102 add .dynamic entry'.
103
254e6b9e
DE
1042010-06-29 Doug Evans <dje@google.com>
105
106 Test PR c++/11702.
107 * gdb.cp/m-static.exp: Add testcase.
108 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
109
595939de
PM
1102010-06-28 Phil Muldoon <pmuldoon@redhat.com>
111 Tom Tromey <tromey@redhat.com>
112 Thiago Jung Bauermann <bauerman@br.ibm.com>
113
114 * gdb.python/py-inferior.c: New File.
115 * gdb.python/py-infthread.c: New File.
116 * gdb.python/py-inferior.exp: New File.
117 * gdb.python/py-infthread.exp: New File.
118
98751a41
JK
1192010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
120
121 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
122 (ptype ::C::OtherFileClass typedefs): New.
123 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
124 (C::OtherFileClass::cOtherFileClassVar2): New.
125 (C::OtherFileClass::cOtherFileClassVar_use): Use also
126 cOtherFileClassVar2.
127 (C::cOtherFileType2, C::cOtherFileVar2): New.
128 (C::cOtherFileVar_use): use also cOtherFileVar2.
129 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
130
41f62f39
JK
1312010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
132
133 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
134 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
135 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
136 (print ::C::cOtherFileVar)
137 (whatis C::OtherFileClass::cOtherFileClassType)
138 (whatis ::C::OtherFileClass::cOtherFileClassType)
139 (print C::OtherFileClass::cOtherFileClassVar)
140 (print ::cOtherFileClassVar)
141 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
142 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
143 trailing content.
144 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
145 (C::OtherFileClass::cOtherFileClassVar)
146 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
147 (C::cOtherFileVar, C::cOtherFileVar_use): New.
148
af53d231
JK
1492010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 Test PR c++/11703 and PR gdb/1448.
152 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
153 gdb/1448.
154
9655fd1a
JK
1552010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
156
157 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
158 (main) <rtti_data>: New.
159 * gdb.cp/virtbase.exp (print rtti_data): New.
160
824cc8dd
JK
1612010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
162 Joel Brobecker <brobecker@adacore.com>
163
164 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
165
6036c742
JK
1662010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
167
168 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
169
de6a0421
DE
1702010-06-28 Doug Evans <dje@google.com>
171
172 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
173
b2dae948
DE
1742010-06-27 Doug Evans <dje@google.com>
175
176 * gdb.cp/m-static.exp: Update expected test output.
177
0f3bb72e
PH
1782010-06-25 Paul Hilfinger <hilfinger@adacore.com>
179
180 * gdb.gdb/selftest.exp: Adjust expected message for
181 capturing start-up runtime.
182
bc9f0842
TT
1832010-06-25 Tom Tromey <tromey@redhat.com>
184
185 PR python/10808:
186 * gdb.python/python.exp: Add new tests.
187
099ef718
SW
1882010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
189
190 * gdb.cp/operator.cc: Created an import loop.
191 * gdb.cp/operator.exp: Added testcase for import loop.
192
5868a632
JK
1932010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 Test PR python/11407.
196 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
197 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
198 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
199 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
200 executable_nofb and executable_fb. New variables srcsfile, objsfile,
201 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
202 binfile. Call gdb_compile with clean_restart twice.
203 (func_nofb print, func_nofb backtrace, func_loopfb print)
204 (func_loopfb backtrace): New.
205
af76db58
JK
2062010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
209 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
210 by a hand made one.
211 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
212 i?86 requirement. Remove variables srcfile and binfile. New variable
213 sources, executable_nofb and executable_fb. Call prepare_for_testing.
214
f2c7657e
UW
2152010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
216
217 * gdb.cell/dwarfaddr.exp: New file.
218 * gdb.cell/dwarfaddr.S: New file.
219
628fe4e4
JK
2202010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
221
222 Test PR 9436.
223 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
224
f1421989
HZ
2252010-06-24 Hui Zhu <teawater@gmail.com>
226
227 * gdb.base/eval.exp: New file.
228
d03285ec
UW
2292010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
230
231 * gdb.cell/fork.exp: New file.
232 * gdb.cell/fork.c: Likewise.
233 * gdb.cell/fork-spu.c: Likewise.
234
41b2c92d
PM
2352010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
236
237 * lib/gdb.exp (banned_variables_traced): New global variable.
238 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
239 (gdb_init): Use `trace add variable' instead of obsolete
240 `trace variable'.
241
d5bc977f
DE
2422010-06-21 Doug Evans <dje@google.com>
243
244 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
245
d2ed6730
UW
2462010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
247
248 * gdb.arch/spu-ls.exp: New file.
249 * gdb.arch/spu-ls.c: Likewise.
250
6aed2dbc
SS
2512010-06-18 Stan Shebs <stan@codesourcery.com>
252
253 * gdb.threads/thread-specific.exp: Add tests of $_thread.
254
e0756905
UW
2552010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
256
257 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
258 * gdb.base/watch-cond.exp: Likewise.
259 * gdb.python/py-breakpoint.exp: Likewise.
260
d8053d4d
PA
2612010-06-18 Pedro Alves <pedro@codesourcery.com>
262
263 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
264 clean_restart, make sure every test has a distinct message, and
265 that messages don't include the executable' full path.
266
81ce510c
DE
2672010-06-17 Doug Evans <dje@google.com>
268
269 * gdb.arch/i386-size.exp: Updated expected output for
270 DISASSEMBLY_OMIT_FNAME.
271
65d79d4b
SDJ
2722010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
273 Sergio Durigan Junior <sergiodj@redhat.com>
274
275 * gdb.base/watch-notconst.c: New file.
276 * gdb.base/watch-notconst.S: New file.
277 * gdb.base/watch-notconst2.c: New file.
278 * gdb.base/watch-notconst2.S: New file.
279 * gdb.base/watch-notconst.exp: New file.
280 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
281 (func4): Add operations on `global_ptr_ptr'.
282 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
283 routine to test watchpoints created with a constant expression.
284 (test_inaccessible_watchpoint): Include tests for watchpoints
285 created with a constant expression.
286
df0f4836
KB
2872010-06-14 Kevin Buettner <kevinb@redhat.com>
288
289 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
290 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
291 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
292 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
293 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
294 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
295 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
296 of `_start'.
297
b769def5
UW
2982010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
299
300 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
301 not supported on the target.
302 * gdb.mi/mi-nonstop-exit.exp: Likewise.
303 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
304 * gdb.mi/mi-nsintrall.exp: Likewise.
305 * gdb.mi/mi-nsmoribund.exp: Likewise.
306 * gdb.mi/mi-nsthrexec.exp: Likewise.
307
d914c394
SS
3082010-06-11 Stan Shebs <stan@codesourcery.com>
309
310 * gdb.base/permissions.exp: New file.
311
3122010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
313
314 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
315 does not support ELF executable class.
316
f3ce5b9c
UW
3172010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
318
319 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
320
8e46892c
JK
3212010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
322
323 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
324 (runto): Catch "The target does not support running in non-stop mode.".
325
6cc55c64
MS
3262010-06-11 Michael Snyder <msnyder@vmware.com>
327
328 * gdb.base/setshow.exp (set language asm): Don't use
329 gdb_test_no_output, fails on some targets.
330
caddefa4
UW
3312010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
332
333 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
334 * gdb.cp/pr9167.exp: Likewise.
335
468b1aa7
UW
3362010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
337
338 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
339
5c3552dc
UW
3402010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
341
342 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
343
02e6fe6a
UW
3442010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
345
346 * gdb.base/charset.c (main): Make sure malloc gets linked in.
347
0e03807e
TT
3482010-06-11 Tom Tromey <tromey@redhat.com>
349
350 PR gdb/9977, PR exp/11636::
351 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
352 (pieces_test_f6): Update expected output.
353
2bdf28a0
JK
3542010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
355
356 * gdb.base/moribund-step.exp: New.
357
f6978de9
MS
3582010-06-08 Michael Snyder <msnyder@vmware.com>
359
360 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
361 * gdb.ada/boolean_expr.exp:
362 * gdb.ada/frame_args.exp: Ditto.
363 * gdb.ada/lang_switch.exp: Ditto.
364 * gdb.ada/ptype_arith_binop.exp: Ditto.
365 * gdb.ada/ref_param.exp: Ditto.
366 * gdb.ada/type_coercion.exp:Ditto.
367
368 * gdb.asm/asm-source.exp: Ditto.
369
370 * gdb.base/attach.exp: Ditto.
371 * gdb.base/bitfields2.exp: Ditto.
372 * gdb.base/call-signal-resume.exp: Ditto.
373 * gdb.base/callfuncs.exp: Ditto.
374 * gdb.base/commands.exp: Ditto.
375 * gdb.base/dbx.exp: Ditto.
376 * gdb.base/default.exp: Ditto.
377 * gdb.base/dump.exp: Ditto.
378 * gdb.base/exprs.exp: Ditto.
379 * gdb.base/freebpcmd.exp: Ditto.
380 * gdb.base/interrupt.exp: Ditto.
381 * gdb.base/list.exp: Ditto.
382 * gdb.base/long_long.exp: Ditto.
383 * gdb.base/maint.exp: Ditto.
384 * gdb.base/ptype.exp: Ditto.
385 * gdb.base/return.exp: Ditto.
386 * gdb.base/setshow.exp: Ditto.
387 * gdb.base/sigbpt.exp: Ditto.
388 * gdb.base/sigrepeat.exp: Ditto.
389
390 * gdb.cp/classes.exp: Ditto.
391
392 * gdb.dwarf2/dw2-restore.exp: Ditto.
393
394 * gdb.gdb/selftest.exp: Ditto.
395
396 * gdb.multi/base.exp: Ditto.
397 * gdb.multi/bkpt-multi-exec.exp: Ditto.
398
399 * gdb.python/py-block.exp: Ditto.
400 * gdb.python/py-prettyprint.exp: Ditto.
401 * gdb.python/py-template.exp: Ditto.
402
403 * gdb.server/ext-attach.exp: Ditto.
404 * gdb.server/ext-run.exp: Ditto.
405 * gdb.server/server-mon.exp: Ditto.
406
407 * gdb.threads/fork-thread-pending.exp: Ditto.
408 * gdb.threads/hand-call-in-threads.exp: Ditto.
409 * gdb.threads/interrupted-hand-call.exp: Ditto.
410 * gdb.threads/linux-dp.exp: Ditto.
411 * gdb.threads/manythreads.exp: Ditto.
412 * gdb.threads/print-threads.exp: Ditto.
413 * gdb.threads/pthreads.exp: Ditto.
414 * gdb.threads/schedlock.exp: Ditto.
415 * gdb.threads/thread-unwindonsignal.exp: Ditto.
416 * gdb.threads/threadapply.exp: Ditto.
417
de7ff789
MS
4182010-06-08 Michael Snyder <msnyder@vmware.com>
419
420 * gdb.ada/exec_changed.exp:
421 Use ".*" instead of "" as wildcard regexp.
422
423 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
424 * gdb.base/call-ar-st.exp: Ditto.
425 * gdb.base/checkpoint.exp: Ditto.
426 * gdb.base/default.exp: Ditto.
427 * gdb.base/dump.exp: Ditto.
428 * gdb.base/ending-run.exp: Ditto.
429 * gdb.base/fileio.exp: Ditto.
430 * gdb.base/miscexprs.exp: Ditto.
431 * gdb.base/pointers.exp: Ditto.
432 * gdb.base/readline.exp: Ditto.
433 * gdb.base/reread.exp: Ditto.
434 * gdb.base/restore.exp: Ditto.
435 * gdb.base/shlib-call.exp: Ditto.
436 * gdb.base/valgrind-db-attach.exp: Ditto.
437 * gdb.base/volatile.exp: Ditto.
438 * gdb.base/watchpoints.exp: Ditto.
439
440 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
441
442 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
443 * gdb.python/py-value.exp: Ditto.
444
445 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
446 * gdb.trace/circ.exp: Ditto.
447 * gdb.trace/collection.exp: Ditto.
448 * gdb.trace/packetlen.exp: Ditto.
449 * gdb.trace/passc-dyn.exp: Ditto.
450 * gdb.trace/report.exp: Ditto.
451 * gdb.trace/tfile.exp: Ditto.
452 * gdb.trace/tfind.exp: Ditto.
453 * gdb.trace/while-dyn.exp: Ditto.
454
3bebe2f2
JK
4552010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
458
5c631832
JK
4592010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
460
461 Test PR 10640.
462 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
463
4c3376c8
SW
4642010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
465
466 * gdb.cp/koenig.exp: Test for ADL operators.
467 * gdb.cp/koenig.cc: Added ADL operators.
468 * gdb.cp/operator.exp: New test.
469 * gdb.cp/operator.cc: New test.
470
dc226d5a
MS
4712010-06-04 Michael Snyder <msnyder@vmware.com>
472
dfb88a23
MS
473 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
474 * gdb.base/pending.exp: Ditto.
f7ae76b3 475
dc226d5a
MS
476 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
477
967cf477
DE
4782010-06-04 Doug Evans <dje@google.com>
479
480 * gdb.python/py-prettyprint.exp: Add new test for enabled and
481 disabled printers.
482 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
483 (enable_lookup_function): New function.
484
eb801841
TT
4852010-06-04 Tom Tromey <tromey@redhat.com>
486
487 * gdb.python/py-value.exp (test_value_hash): Don't test equality
488 of hash and id.
489
38979823
JK
4902010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
491
492 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
493 newline.
494 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
495 (empty verbose non-noisy clear, empty verbose noisy clear)
496 (empty non-verbose noisy clear): Likewise.
497
35ec993f
MS
4982010-06-03 Michael Snyder <msnyder@vmware.com>
499
500 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
501 * gdb.base/display.exp: Ditto.
502 * gdb.base/find.exp: Ditto.
503 * gdb.base/ifelse.exp: Ditto.
504 * gdb.base/multi-forks.exp: Ditto.
505 * gdb.base/recurse.exp: Ditto.
506 * gdb.base/setshow.exp: Ditto.
507 * gdb.base/value-double-free.exp: Ditto.
508 * gdb.base/watch-vfork.exp: Ditto.
509 * gdb.base/watch_thread_num.exp: Ditto.
510 * gdb.base/watchpoint-solib.exp: Ditto.
511 * gdb.base/watchpoint.exp: Ditto.
512 * gdb.base/watchpoints.exp: Ditto.
513
514 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
515 * gdb.cp/overload.exp: Ditto.
516 * gdb.cp/virtfunc.exp: Ditto.
517
518 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
519
520 * gdb.reverse/watch-precsave.exp:
521 Replace gdb_test with gdb_test_no_output.
522
523 * gdb.threads/attach-into-signal.exp:
524 Replace gdb_test with gdb_test_no_output.
525 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
526 * gdb.threads/watchthreads.exp: Ditto.
527 * gdb.threads/watchthreads2.exp: Ditto.
528
529 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
530 * gdb.trace/tfind.exp: Ditto.
531
c22decce
JB
5322010-06-03 Joel Brobecker <brobecker@adacore.com>
533
534 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
535 successful test if message is the empty string.
536
fd5700c7
JK
5372010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
538
539 * gdb.fortran/module.exp (stopped language detection): New test.
540
f55ee35c
JK
5412010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 Support DW_TAG_module as separate namespaces.
544 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
545 gdb.fortran/library-module-lib.f90: New.
546 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
547 (print i): Remove.
548 (continue to breakpoint: i-is-1, print var_i value 1)
549 (continue to breakpoint: i-is-2, print var_i value 2)
550 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
551 (print var_d, print var_i value 14, ptype modmany, complete `modm)
552 (complete `modmany, complete `modmany`, complete `modmany`var)
553 (show language, setting breakpoint at module): New tests.
554 * gdb.fortran/module.f90 (module mod): Remove.
555 (module mod1, module mod2, module modmany, subroutine sub1)
556 (subroutine sub2, program module): New.
557
b8e8282f
JK
5582010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
561 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
562 * gdb.cp/anon-union.exp (pass): Rename to ...
563 (print z 2): ... here.
b8e8282f 564
019ebafc
MS
5652010-06-02 Michael Snyder <msnyder@vmware.com>
566
e68d8fd4
MS
567 * gdb.trace/actions.exp: Use gdb_test_no_output.
568 * gdb.trace/circ.exp: Ditto.
569 * gdb.trace/packetlen.exp: Ditto.
570 * gdb.trace/save-trace.exp: Ditto.
571 * gdb.trace/tracecmd.exp: Ditto.
572 * gdb.trace/tsv.exp: Ditto.
573
12b5d08a
MS
574 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
575 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
576 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
577 * gdb.threads/manythreads.exp: Ditto.
578 * gdb.threads/print-threads.exp: Ditto.
579 * gdb.threads/pthreads.exp: Ditto.
580 * gdb.threads/schedlock.exp: Ditto.
581 * gdb.threads/staticthreads.exp: Ditto.
582 * gdb.threads/thread-specific.exp: Ditto.
583 * gdb.threads/thread-unwindonsignal.exp: Ditto.
584 * gdb.threads/threadapply.exp: Ditto.
585 * gdb.threads/watchthreads.exp: Ditto.
586 * gdb.threads/watchthreads2.exp: Ditto.
587
89493308
MS
588 * gdb.python/py-block.exp: Use gdb_test_no_output.
589 * gdb.python/py-prettyprint.exp: Ditto.
590 * gdb.python/py-template.exp: Ditto.
591 * gdb.python/py-value.exp: Ditto.
592
593 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
594 * gdb.reverse/watch-reverse.exp: Ditto.
595
596 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
597 * gdb.server/ext-run.exp: Ditto.
598
019ebafc
MS
599 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
600 * gdb.dwarf2/dw2-compressed.exp: Ditto.
601 * gdb.dwarf2/dw2-intercu.exp: Ditto.
602 * gdb.dwarf2/dw2-intermix.exp: Ditto.
603 * gdb.dwarf2/dw2-producer.exp: Ditto.
604 * gdb.dwarf2/mac-fileno.exp: Ditto.
605
606 * gdb.gdb/observer.exp: Use gdb_test_no_output.
607 * gdb.gdb/selftest.exp: Ditto.
608
609 * gdb.multi/base.exp: Use gdb_test_no_output.
610
611 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
612
3e0ca3a5
JK
6132010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
614
615 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
616
9db70545
MS
6172010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
618
a8d52276
MS
619 * gdb.cp/class2.exp: Use gdb_test_no_output.
620 * gdb.cp/classes.exp: Ditto.
621 * gdb.cp/extern-c.exp: Ditto.
622 * gdb.cp/inherit.exp: Ditto.
623 * gdb.cp/maint.exp: Ditto.
624 * gdb.cp/mb-inline.exp: Ditto.
625 * gdb.cp/mb-templates.exp: Ditto.
626 * gdb.cp/method2.exp: Ditto.
627 * gdb.cp/misc.exp: Ditto.
628 * gdb.cp/ovldbreak.exp: Ditto.
629 * gdb.cp/punctuator.exp: Ditto.
630 * gdb.cp/templates.exp: Ditto.
631 * gdb.cp/virtbase.exp: Ditto.
632
9db70545
MS
633 * gdb.threads/attach-stopped.exp:
634 Replace uses of send_gdb / gdb_expect.
635 * gdb.threads/attachstop-mt.exp:
636 Replace uses of send_gdb / gdb_expect.
637 * gdb.threads/gcore-thread.exp:
638 Replace uses of send_gdb / gdb_expect.
639 * gdb.threads/hand-call-in-threads.exp:
640 Replace uses of send_gdb / gdb_expect.
641 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
642 * gdb.threads/print-threads.exp:
643 Replace uses of send_gdb / gdb_expect.
644 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
645 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
646 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
647
648 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
649 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
650 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
651 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
652 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
653 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
654 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
655 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
656 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
657 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
658 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
659
359cc68c
JK
6602010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
661
662 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
663
7d3fe98e
SW
6642010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
665
666 * gdb.cp/koenig.exp: Added new test case.
667 * gdb.cp/koenig.cc: Ditto.
668
27d3a1a2
MS
6692010-06-01 Michael Snyder <msnyder@vmware.com>
670
671 * gdb.base/arithmet.exp: Use gdb_test_no_output.
672 * gdb.base/arrayidx.exp: Ditto.
673 * gdb.base/attach.exp: Ditto.
674 * gdb.base/auxv.exp: Ditto.
675 * gdb.base/bigcre.exp: Ditto.
676 * gdb.base/break-always.exp: Ditto.
677 * gdb.base/break-interp.exp: Ditto.
678 * gdb.base/break.exp: Ditto.
679 * gdb.base/breakpoint-shadow.exp: Ditto.
680 * gdb.base/call-ar-st.exp: Ditto.
681 * gdb.base/call-sc.exp: Ditto.
682 * gdb.base/call-signal-resume.exp: Ditto.
683 * gdb.base/callfuncs.exp: Ditto.
684 * gdb.base/catch-syscall.exp: Ditto.
685 * gdb.base/charset.exp: Ditto.
686 * gdb.base/code-expr.exp: Ditto.
687 * gdb.base/commands.exp: Ditto.
688 * gdb.base/cond-expr.exp: Ditto.
689 * gdb.base/condbreak.exp: Ditto.
690 * gdb.base/cursal.exp: Ditto.
691 * gdb.base/cvexpr.exp: Ditto.
692 * gdb.base/default.exp: Ditto.
693 * gdb.base/del.exp: Ditto.
694 * gdb.base/detach.exp: Ditto.
695 * gdb.base/display.exp: Ditto.
696 * gdb.base/ena-dis-br.exp: Ditto.
697 * gdb.base/eval-skip.exp: Ditto.
698 * gdb.base/foll-fork.exp: Ditto.
699 * gdb.base/foll-vfork.exp: Ditto.
700 * gdb.base/frame-args.exp: Ditto.
701 * gdb.base/funcargs.exp: Ditto.
702 * gdb.base/gcore-buffer-overflow.exp: Ditto.
703 * gdb.base/gdbvars.exp: Ditto.
704 * gdb.base/help.exp: Ditto.
705 * gdb.base/ifelse.exp: Ditto.
706 * gdb.base/included.exp: Ditto.
707 * gdb.base/list.exp: Ditto.
708 * gdb.base/macscp.exp: Ditto.
709 * gdb.base/maint.exp: Ditto.
710 * gdb.base/multi-fork.exp: Ditto.
711 * gdb.base/overlays.exp: Ditto.
712 * gdb.base/page.exp: Ditto.
713 * gdb.base/pending.exp: Ditto.
714 * gdb.base/pointers.exp: Ditto.
715 * gdb.base/pr11022.exp: Ditto.
716 * gdb.base/prelink.exp: Ditto.
717 * gdb.base/printcmds.exp: Ditto.
718 * gdb.base/psymtab.exp: Ditto.
719 * gdb.base/randomize.exp: Ditto.
720 * gdb.base/relational.exp: Ditto.
721 * gdb.base/relocate.exp: Ditto.
722 * gdb.base/remote.exp: Ditto.
723 * gdb.base/sepdebug.exp: Ditto.
724 * gdb.base/set-lang-auto.exp: Ditto.
725 * gdb.base/setshow.exp: Ditto.
726 * gdb.base/setvar.exp: Ditto.
727 * gdb.base/signals.exp: Ditto.
728 * gdb.base/signull.exp: Ditto.
729 * gdb.base/sigstep.exp: Ditto.
730 * gdb.base/sizeof.exp: Ditto.
731 * gdb.base/solib-disc.exp: Ditto.
732 * gdb.base/store.exp: Ditto.
733 * gdb.base/structs.exp: Ditto.
734 * gdb.base/structs2.exp: Ditto.
735 * gdb.base/subst.exp: Ditto.
736 * gdb.base/term.exp: Ditto.
737 * gdb.base/trace-commands.exp: Ditto.
738 * gdb.base/unwindonsignal.exp: Ditto.
739 * gdb.base/valgrind-db-attach.exp: Ditto.
740 * gdb.base/varargs.exp: Ditto.
741 * gdb.base/watch-cond.exp: Ditto.
742 * gdb.base/watch_thread_num.exp: Ditto.
743 * gdb.base/watchpoint-cond-gone.exp: Ditto.
744 * gdb.base/watchpoint.exp: Ditto.
745 * gdb.base/whatis-exp.exp: Ditto.
746
f8d3bf8f
MS
7472010-06-01 Michael Snyder <msnyder@vmware.com>
748
749 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
750 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
751 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
752 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
753 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
754 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
755 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
756 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
757 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
758 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
759 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
760 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
761 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
762 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
763 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
764
3f9e0d32
JK
7652010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
766
767 * gdb.base/commands.exp (begin commands on watch): Remove excessive
768 trailing newline.
769 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
770 * gdb.java/jmisc.exp (p *args\n): Rename to ...
771 (p *args): ... here and remove excessive trailing newline.
772
f629457d
JB
7732010-05-31 Joel Brobecker <brobecker@adacore.com>
774
775 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
776
09eef106
JK
7772010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
778
779 Accept the new Linux kernel "t (tracing stop)" string.
780 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
781 Update comment.
782 (state_wait) <T (tracing stop)>: New.
783 (main): Update the state_wait expect string.
784
94f31136
PA
7852010-05-28 Pedro Alves <pedro@codesourcery.com>
786
787 * limits.c, limits.exp: Delete files.
788 * Makefile.in (clean mostlyclean): Adjust.
789 * tracecmd.exp: Adjust.
790
096554ab
JK
7912010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * gdb.base/tui-layout.exp: New.
794
27d3a1a2 7952010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
796
797 * gdb.reverse/break-precsave.exp:
798 Replace uses of send_gdb / gdb_expect.
799 * gdb.reverse/break-reverse.exp:
800 Replace uses of send_gdb / gdb_expect.
801 * gdb.reverse/consecutive-precsave.exp:
802 Replace uses of send_gdb / gdb_expect.
803 * gdb.reverse/consecutive-reverse.exp:
804 Replace uses of send_gdb / gdb_expect.
805 * gdb.reverse/finish-precsave.exp:
806 Replace uses of send_gdb / gdb_expect.
807 * gdb.reverse/finish-reverse.exp:
808 Replace uses of send_gdb / gdb_expect.
809 * gdb.reverse/i386-precsave.exp:
810 Replace uses of send_gdb / gdb_expect.
811 * gdb.reverse/i386-reverse.exp:
812 Replace uses of send_gdb / gdb_expect.
813 * gdb.reverse/i386-sse-reverse.exp:
814 Replace uses of send_gdb / gdb_expect.
815 * gdb.reverse/i387-env-reverse.exp:
816 Replace uses of send_gdb / gdb_expect.
817 * gdb.reverse/i387-stack-reverse.exp:
818 Replace uses of send_gdb / gdb_expect.
819 * gdb.reverse/machinestate-precsave.exp:
820 Replace uses of send_gdb / gdb_expect.
821 * gdb.reverse/machinestate.exp:
822 Replace uses of send_gdb / gdb_expect.
823 * gdb.reverse/sigall-precsave.exp:
824 Replace uses of send_gdb / gdb_expect.
825 * gdb.reverse/sigall-reverse.exp:
826 Replace uses of send_gdb / gdb_expect.
827 * gdb.reverse/solib-precsave.exp:
828 Replace uses of send_gdb / gdb_expect.
829 * gdb.reverse/solib-reverse.exp:
830 Replace uses of send_gdb / gdb_expect.
831 * gdb.reverse/step-precsave.exp:
832 Replace uses of send_gdb / gdb_expect.
833 * gdb.reverse/step-reverse.exp:
834 Replace uses of send_gdb / gdb_expect.
835 * gdb.reverse/until-precsave.exp:
836 Replace uses of send_gdb / gdb_expect.
837 * gdb.reverse/until-reverse.exp:
838 Replace uses of send_gdb / gdb_expect.
839 * gdb.reverse/watch-precsave.exp:
840 Replace uses of send_gdb / gdb_expect.
841 * gdb.reverse/watch-reverse.exp:
842 Replace uses of send_gdb / gdb_expect.
843
3def43e0
JK
8442010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
847 excessive newline.
848
27d3a1a2 8492010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
850
851 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
852 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
853 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
854 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
855 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
856 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
857 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
858 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
859 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
860 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
861 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
862 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
863 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
864 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
865 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
866 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
867 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
868 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
869 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 870
27d3a1a2 8712010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 872
22454424
MS
873 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
874 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
875
876 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
877 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
878 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
879
880 * gdb.reverse/consecutive-reverse.exp:
881 Replace uses of send_gdb / gdb_expect.
882 * gdb.reverse/consecutive-precsave.exp:
883 Replace uses of send_gdb / gdb_expect.
884
885 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
886 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
887 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
888 * gdb.mi/mi-ns-stale-regcache.exp:
889 Replace uses of send_gdb / gdb_expect.
890 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
891 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
892 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
893 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
894 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
895 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
896 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
897 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
898 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
899
9002010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 901
22454424 902 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 903
22454424 904 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 905
22454424
MS
906 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
907 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
908 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
909 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
910 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
911 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
912 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
913 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
914 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 915
6e5f2c59
TT
9162010-05-25 Tom Tromey <tromey@redhat.com>
917
918 * gdb.base/macscp.exp: Add missing space after setup_kfail.
919
bbc8b958
TT
9202010-05-25 Tom Tromey <tromey@redhat.com>
921
922 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
923 argument order.
924 * gdb.base/macscp.exp: Fix setup_kfail argument order.
925 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
926 order.
927 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
928 order.
929 * gdb.base/call-sc.exp (setup_kfails): Remove.
930 (setup_compiler_kfails): Remove.
931 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
932 argument order.
933 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
934 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
935 (advancei): Fix setup_kfail argument order.
936 * gdb.base/radix.exp: Fix setup_kfail argument order.
937 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
938 order.
939 * gdb.base/structs.exp (setup_kfails): Remove.
940 (setup_compiler_kfails): Fix setup_kfail argument order.
941 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
942 order.
943 * gdb.java/jmain.exp: Fix setup_kfail argument order.
944 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
945 setup_kfail argument order.
946 * gdb.cp/overload.exp: Fix setup_kfail argument order.
947
83d1babf
TT
9482010-05-25 Tom Tromey <tromey@redhat.com>
949
950 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
951
6acb16a2
MS
9522010-05-25 Michael Snyder <msnyder@vmware.com>
953
954 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
955 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
956 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
957 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
958 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
959 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
960 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
961 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
962 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
963 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
964 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
965 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
966 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
967 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
968 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
969 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
970 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
971 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
972 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
973 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
974 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
975 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
976 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
977 * gdb.base/default.exp: Replace send_gdb with gdb_test.
978 * gdb.base/define.exp: Replace send_gdb with gdb_test.
979 * gdb.base/display.exp: Replace send_gdb with gdb_test.
980 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
981 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
982 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
983 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
984 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
985 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
986 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
987 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
988 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
989 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
990 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
991 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
992 * gdb.base/help.exp: Replace send_gdb with gdb_test.
993 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
994 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
995 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
996 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
997 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
998 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
999 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1000 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 1001 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1002
10032010-05-25 Doug Evans <dje@google.com>
1004
1005 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1006 gdb.string_to_argv.
ad3986f0 1007
d3b1e874
TT
10082010-05-21 Tom Tromey <tromey@redhat.com>
1009
1010 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1011 Call it.
1012 * gdb.dwarf2/pieces.S: Update.
1013 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1014
cb826367
TT
10152010-05-21 Tom Tromey <tromey@redhat.com>
1016
1017 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1018 Call it.
1019 * gdb.dwarf2/pieces.c (struct C): New.
1020 (f6): New function.
1021 * gdb.dwarf2/pieces.S: Replace.
1022
74de6778
TT
10232010-05-21 Tom Tromey <tromey@redhat.com>
1024
1025 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1026 Call it.
1027
afd74c5f
TT
10282010-05-21 Tom Tromey <tromey@redhat.com>
1029
1030 * gdb.dwarf2.pieces.exp: New file.
1031 * gdb.dwarf2.pieces.S: New file.
1032 * gdb.dwarf2.pieces.c: New file.
1033
a7b75dfd
JB
10342010-05-20 Pedro Alves <pedro@codesourcery.com>
1035 Joel Brobecker <brobecker@adacore.com>
1036
1037 * lib/gdb.exp (gdb_test_no_output): New function.
1038 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1039 when testing commands that should produce no output.
1040
c81c812a
JB
10412010-05-17 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1044 parameter that we want to watch being a constant.
1045
0cce5bd9
JB
10462010-05-17 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/cond_lang: New testcase.
1049
47050449
JB
10502010-05-17 Joel Brobecker <brobecker@adacore.com>
1051
1052 * lib/gdb.exp (banned_variables): New variable/constant.
1053 (gdb_init): Add write trace on variables listed in banned_variables.
1054 (gdb_finish): Remove write traces on variables listed in
1055 banned_variables.
1056
77c01586
JB
10572010-05-17 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1060 * gdb.cp/koenig.exp: Likewise.
1061
88d4aea7
PM
10622010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1063
1064 PR python/11482
1065
1066 * gdb.python/py-value.exp (test_value_hash): New function.
1067
f5a010c0
PM
10682010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1069
1070 PR exp/11530.
1071 * gdb.base/gdb11530.c: New file.
1072 * gdb.base/gdb11530.exp: New file.
1073
8ef4892f
JK
10742010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1075
1076 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1077 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1078
7322dca9
SW
10792010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1080
1081 * gdb.cp/koenig.exp: New test.
1082 * gdb.cp/koenig.cc: New test program.
1083
02e7ea18
JB
10842010-05-05 Joel Brobecker <brobecker@adacore.com>
1085
1086 Remove the use of prms_id and bug_id throughout the testsuite.
1087
e1c34c5d
PM
10882010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1089
1090 PR exp/11349.
1091 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1092 use a reference local variable.
1093
8e1d0c49
JK
10942010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1095
1096 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1097 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1098 variable different_dir. Move debugfile into a full directory pathname
1099 under DIFFERENT_DIR.
1100 * lib/gdb.exp (separate_debug_filename): Remove.
1101 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1102 variable debug_dir and mkdir of it. Update function comments.
1103
e66408ed
PA
11042010-04-29 Pedro Alves <pedro@codesourcery.com>
1105
1106 PR gdb/11557
1107
1108 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1109 files.
1110
d7b32ed3
PM
11112010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1112
1113 * gdb.python/py-param.exp: New File.
1114
6aecb9c2
JB
11152010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1116
1117 * gdb.base/default.exp: Fix "set language" test.
1118
bdf92a1c
PM
11192010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1120
1121 PR breakpoints/11531.
1122 * gdb.base/gdb11531.c: New file.
1123 * gdb.base/gdb11531.exp: New file.
1124
3f172e24
TT
11252010-04-26 Tom Tromey <tromey@redhat.com>
1126
1127 * gdb.base/completion.exp: Add tests for completion and deprecated
1128 commands.
1129
64af4c92
JK
11302010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1133 (print /x char_array): Escape curly brackets.
1134
492928e4
JK
11352010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1136
1137 Fix deadlock on looped list of loaded shared objects.
1138 * gdb.base/solib-corrupted.exp: New.
1139
66d09542
DE
11402010-04-23 Doug Evans <dje@google.com>
1141
1142 * gdb.python/py-section-script.c: New file.
1143 * gdb.python/py-section-script.exp: New file.
1144 * gdb.python/py-section-script.py: New file.
1145
8bd10a10
CM
11462010-04-20 Chris Moller <cmoller@redhat.com>
1147
1148 PR 10179
1149
1150 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1151 * gdb.base/pr10179-a.c:
1152 * gdb.base/pr10179-b.c:
1153 * gdb.base/pr10179.exp: New files.
1154
c0201579
JK
11552010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1156
1157 Fix crashes on dangling display expressions.
1158 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1159 is SEP.
1160 (lib_flags): Remove the "debug" keyword.
1161 (libsepdebug): New variable for iterating new loop.
1162 (save_pf_prefix): New variable wrapping the loop.
1163 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1164 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1165
793b0ff8
PM
11662010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1167
1168 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1169
097f51f7
PM
11702010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1171
1172 PR stabs/11479.
1173 * gdb.stabs/gdb11479.exp: New file.
1174 * gdb.stabs/gdb11479.c: New file.
1175
9a22f0d0
PM
11762010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1177
1178 * gdb.base/charset.c (Strin16, String32): New variables.
1179 * gdb.base/charset.exp (gdb_test): Test correct display
1180 of 16 or 32 bit strings.
1181
11822010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
1183
1184 PR 9167
1185 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1186 * gdb.cp/pr9167.cc: New file.
1187 * gdb.cp/pr9167.exp: New file.
1188
1189
6e354e5e
PM
11902010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1191
1192 PR pascal/11492.
1193 * gdb.pascal/gdb11492.pas: New file.
1194 * gdb.pascal/gdb11492.exp: New file.
1195
be942545
JB
11962010-04-20 Joel Brobecker <brobecker@adacore.com>
1197
1667e6e3 1198 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 1199
0c3acc09
JB
12002010-04-20 Joel Brobecker <brobecker@adacore.com>
1201
1202 * gdb.ada/dyn_loc: New testcase.
1203
ec31cde5
CM
12042010-04-20 Chris Moller <cmoller@redhat.com>
1205
1206 PR 10867
1207
1208 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1209 * gdb.cp/pr10687.cc: New file.
1210 * gdb.cp/pr10687.exp: New file.
1211
1212
ce4b0682
SDJ
12132010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1214 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 * gdb.fortran/logical.exp: New testcase.
1217 * gdb.fortran/logical.f90: New file.
1218
3436961f
DE
12192010-04-19 Doug Evans <dje@google.com>
1220
1221 * gdb.base/help.exp (help source): Update expected output.
1222
4d836c09
JK
12232010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1224
1225 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1226 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1227 gdb_exit and return.
1228 (executable): New variable.
1229 (binfile): Use it.
1230
6149aea9
PA
12312010-04-19 Pedro Alves <pedro@codesourcery.com>
1232
1233 PR breakpoints/8554.
1234
1235 * gdb.trace/save-trace.exp: Adjust.
1236
ed41462c
L
12372010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1238
1239 PR corefiles/11511
1240 * gdb.arch/system-gcore.exp: New.
1241 * gdb.arch/gcore.c: Likewise.
1242
3f7b2faa
DE
12432010-04-15 Doug Evans <dje@google.com>
1244
fa33c3cd
DE
1245 * gdb.python/py-progspace.c: New file.
1246 * gdb.python/py-progspace.exp: New file.
1247
3f7b2faa
DE
1248 * gdb.base/source.exp: Add tests for "source -s".
1249
79f283fe
PM
12502010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1251
1252 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1253 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1254 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1255 * gdb.python/py-mi.exp: New test for to_string returning None.
1256
fc8eb08a
PM
12572010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1258
1259 * gdb.python/py-breakpoint.c: Make result global.
1260
26e197f6
JK
12612010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1262
1263 Fix non-GNU make compatibility.
1264 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1265
adc36818
PM
12662010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1267
1268 * gdb.python/py-breakpoint.exp: New File.
1269 * gdb.python/py-breakpoint.C: Ditto.
1270
64e17368
SS
12712010-04-08 Stan Shebs <stan@codesourcery.com>
1272
1273 * gdb.trace/actions.exp: Clear default-collect.
1274 * gdb.trace/save-trace.exp: Clear default-collect.
1275
fff5cc64
PM
12762010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1277
1278 * gdb.python/py-value: Add null string variable.
1279 (test_lazy_string): Test zero length, NULL address lazy
1280 strings.
1281
a055a187
L
12822010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1283
1284 * gdb.arch/i386-avx.c: New.
1285 * gdb.arch/i386-avx.exp: Likewise.
1286
1287 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1288
96e39866
DE
12892010-04-06 Doug Evans <dje@google.com>
1290
1291 * gdb.base/source-test.gdb: New file.
1292 * gdb.base/source.exp: Test source -v.
1293
5984a431
UW
12942010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1295
1296 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1297
ec8a089a
PM
12982010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1299
1300 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1301 within one line, unless it is followed by a double quote.
1302 * gdb.stabs/hppa.sed: Idem.
1303 * gdb.stabs/weird.def: Add char and String constants
1304 * gdb.stabs/weird.exp: Check for correct parsing of
1305 chhar and string constants.
1306 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1307 in .stabs to .stabx substitution.
1308
fce3c1f0
SS
13092010-04-05 Stan Shebs <stan@codesourcery.com>
1310
1311 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1312 constant global.
1313 * gdb.trace/tfile.exp: Try to print them.
1314
d77f58be
SS
13152010-04-04 Stan Shebs <stan@codesourcery.com>
1316
1317 * gdb.base/completion.exp: Update for new "info watchpoints".
1318 * gdb.base/default.exp: Ditto.
1319 * gdb.base/help.exp: Ditto.
1320 * gdb.base/watchpoint.exp: Ditto.
1321 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1322
af54718e
SS
13232010-04-04 Stan Shebs <stan@codesourcery.com>
1324
1325 * gdb.trace/tfile.exp: Sharpen tfind test.
1326
74d1f91e
JK
13272010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 * gdb.base/break-entry.exp: New.
1330
eb8e76db
HZ
13312010-04-02 Hui Zhu <teawater@gmail.com>
1332 Michael Snyder <msnyder@vmware.com>
1333
1334 * gdb.reverse/i386-sse-reverse.exp: New file.
1335 * gdb.reverse/i386-sse-reverse.c: New file.
1336
bf65cad8
PA
13372010-04-02 Pedro Alves <pedro@codesourcery.com>
1338
1339 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1340
fff87407
SS
13412010-04-01 Stan Shebs <stan@codesourcery.com>
1342
1343 * gdb.trace/actions.exp: Tweak expected output.
1344 * gdb.trace/while-stepping.exp: Tweak expected output.
1345
fe01d668
L
13462010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1347
1348 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1349
86b17b60
PA
13502010-04-01 Pedro Alves <pedro@codesourcery.com>
1351
1352 * gdb.base/commands.exp: Adjust.
1353 * gdb.cp/extern-c.exp: Adjust.
1354
2c58c0a9
PA
13552010-04-01 Pedro Alves <pedro@codesourcery.com>
1356
1357 * gdb.trace/collection.c (local_test_func): Define a local struct,
1358 and instanciate it.
1359
0db9b91c
PA
13602010-04-01 Pedro Alves <pedro@codesourcery.com>
1361
1362 * gdb.trace/collection.exp (gdb_collect_args_test)
1363 (gdb_collect_argarray_test): XFAIL the tests that assume the
1364 argarray argument's elements are collected.
1365
8072405b
JK
13662010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1367
1368 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1369 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1370
8bf6485c
SS
13712010-03-31 Stan Shebs <stan@codesourcery.com>
1372
1373 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1374 and tracepoint conditionals.
1375 (gdb_verify_tracepoints): Delete unused return.
1376
fd7f724a
KS
13772010-03-26 Keith Seitz <keiths@redhat.com>
1378
1379 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1380 appear in the output before main.
1381 Remove KFAIL for gdb/2215 aka bz 9320.
1382
8d9e7719
DE
13832010-03-30 Doug Evans <dje@google.com>
1384
0906dd0b
DE
1385 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1386 by dejagnu.
1387 * gdb.arch/amd64-dword.exp: Ditto.
1388
8d9e7719
DE
1389 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1390 match.
1391 (break printf): Ditto.
1392
1da644f0
SW
13932010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1394
1395 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1396 gcc < 4.4.
1397 * gdb.cp/shadow.exp: Ditto.
1398
a8121990
PA
13992010-03-29 Pedro Alves <pedro@codesourcery.com>
1400
1401 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1402 "tstart" is silent.
1403
6e79d367
PA
14042010-03-29 Pedro Alves <pedro@codesourcery.com>
1405
1406 * gdb.trace/collection.exp (executable): New.
1407 (binfile): Use it.
1408 (fpreg, spreg, pcreg): New.
1409 (test_register): Use gdb_test_multiple. Pass /x to print.
1410 (prepare_for_trace_test): New.
1411 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1412 (gdb_collect_args_test, gdb_collect_argstruct_test)
1413 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1414 prepare_for_trace_test.
1415 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1416 fpreg, spreg and pcreg.
1417 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1418 prepare_for_trace_test.
1419 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1420 try to detect tracing support here. Don't set breakpoints at
1421 `begin' or `end' here.
1422 <global scope>: Use clean_restart. Run to main before checking
1423 for tracing support. Check for for tracing support here.
1424
09248348
JK
14252010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1426
1427 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1428 " as $displacement" to "seen displacement message".
1429
d350db38
PA
14302010-03-28 Pedro Alves <pedro@codesourcery.com>
1431
1432 * gdb.trace/while-dyn.exp (executable): New variable.
1433 (binfile): Use it.
1434 (test_while_stepping): New function. Move most tests here. Call
1435 it once for each of the while-stepping, stepping and ws aliases.
1436
907af001
UW
14372010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1438
1439 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1440 that do not provide the tagless_struct type name at all.
1441 (test_print_anon_union): Do not check value of uninitialized
1442 union member. Do not use cp_test_ptype_class, so we can accept
1443 "long" as well as "long int".
1444
610197fd
PA
14452010-03-26 Pedro Alves <pedro@codesourcery.com>
1446
1447 * gdb.trace/tfile.c (tohex, bin2hex): New.
1448 (write_error_trace_file): Hexify error description.
1449
6c28cbf2
SS
14502010-03-25 Stan Shebs <stan@codesourcery.com>
1451
1452 * gdb.trace/tfile.c: Generate an additional trace file, improve
1453 portability.
1454 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1455 files in a better way.
1456
e62b8c7e
KS
14572010-03-25 Keith Seitz <keiths@redhat.com>
1458
1459 * gdb.java/jprint.exp: XFAIL printing of static class members
1460 because of GCC debuginfo problem.
1461
82ccf5a5
JK
14622010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1465
293e2f9e
DJ
14662010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1467
1468 * gdb.base/completion.exp: Allow long instead of long int.
1469 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1470 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1471 variable p.
1472 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1473 * gdb.base/pointers.exp: Allow long instead of long int.
1474 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1475 * gdb.base/step-line.exp: Allow a directory before the source file name.
1476
95a42b64
TT
14772010-03-24 Tom Tromey <tromey@redhat.com>
1478
1479 PR breakpoints/9352:
1480 * gdb.base/default.exp: Update.
1481 * gdb.base/commands.exp: Update.
1482 * gdb.cp/extern-c.exp: Test setting commands on multiple
1483 breakpoints at once.
1484
2390201f
DJ
14852010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1486
1487 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1488 if gdb,nosignals.
1489 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1490 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1491 exited".
1492
8c9a6790
SS
14932010-03-24 Stan Shebs <stan@codesourcery.com>
1494
1495 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1496
a6c727b2
DJ
14972010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1498
1499 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1500 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1501 argument. Handle "short" and "long".
1502 (Top level): Pass overprototyped output for old_fptr and xptr.
1503
4dfd5423
PA
15042010-03-23 Pedro Alves <pedro@codesourcery.com>
1505
1506 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1507 format strings and add casts to avoid compiler warnings.
1508
15092010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1510
1511 * lib/trace-support.exp (gdb_trace_setactions):
1512 Don't expect whitespace after ">" prompt.
1513 * gdb.trace/actions.exp: Adjust for output changes.
1514 * gdb.trace/while-stepping.exp: Likewise.
1515
c847d045
JK
15162010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1517
1518 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1519 and r157645).
1520
5f717f1d
JK
15212010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1524 New.
1525
7d6d51d5
DJ
15262010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1527
1528 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1529 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1530
3b11a015
SS
15312010-03-19 Stan Shebs <stan@codesourcery.com>
1532
1533 * gdb.trace/ax.exp: New file.
1534
d7d158ed
DE
15352010-03-19 Doug Evans <dje@google.com>
1536
6bb85cd1
DE
1537 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1538 output from gcc.
1539
d7d158ed
DE
1540 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1541 named /usr/sbin/prelink<foo>.
1542
4daf5ac0
SS
15432010-03-18 Stan Shebs <stan@codesourcery.com>
1544
1545 * gdb.trace/circ.exp: Test circular-trace-buffer.
1546 * gdb.trace/tfile.exp: Update tstatus test.
1547
e8d05480
JB
15482010-03-18 Joel Brobecker <brobecker@adacore.com>
1549
1550 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1551 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1552
441b986a
UW
15532010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1554
1555 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1556
4247603b
PA
15572010-03-18 Pedro Alves <pedro@codesourcery.com>
1558
1559 * gdb.base/default.exp: Adjust the expected output of the finish
1560 and until commands when the inferior is not being run.
1561
13387711
SW
15622010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1563
1564 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1565 * gdb.cp/nsusing.exp: Ditto.
1566
6e31430b
TT
15672010-03-15 Tom Tromey <tromey@redhat.com>
1568
1569 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1570 * gdb.cp/userdef.cc (operator==): New function.
1571 (main): New locals mem1, mem2.
1572
e2d69cb5
JZ
15732010-03-15 Jie Zhang <jie@codesourcery.com>
1574
1575 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1576 Declare and use new loadtimeout variable.
1577
f572f0a9
DJ
15782010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1579
1580 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1581 Use gdb_load later.
1582
51f4c0b0
PA
15832010-03-14 Pedro Alves <pedro@codesourcery.com>
1584
1585 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1586 literal. Add missing endlines to prints to stderr.
1587
1c809c68
TT
15882010-03-12 Tom Tromey <tromey@redhat.com>
1589
1590 PR c++/9708:
1591 * gdb.cp/m-static.exp: Add regression test.
1592 * gdb.cp/m-static.cc (method): New method.
1593 (main): Call it.
1594
00ae8fef
SW
15952010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1596
1597 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1598 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1599
759f0f0b
PA
16002010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1601
21e24d21
PA
1602 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1603
16042010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1605
759f0f0b
PA
1606 * lib/gdb.exp (skip_stl_tests): New.
1607 (gdb_compile): Symbian needs -ldl.
1608 (shlib_target_file): New.
1609 (shlib_symbol_file): New.
1610 (gdb_load_shlibs): Use shlib_target_file.
1611 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1612 * gdb.cp/exception.exp: Use skip_stl_tests.
1613 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1614 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1615 * gdb.cp/mb-templates.exp: Ditto.
1616 * gdb.base/commands.exp: Relax regexes.
1617 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1618 shlib_target_file and shlib_symbol_file.
1619 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1620 sections.
1621 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1622 * gdb.base/solib-disc.exp: Use
1623 shlib_target_file and shlib_symbol_file.
1624 * gdb.base/unload.exp: Don't skip on symbian. Use
1625 shlib_target_file and shlib_symbol_file.
1626 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1627
6a8f2671
PA
16282010-03-12 Pedro Alves <pedro@codesourcery.com>
1629
1630 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1631 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1632 Issue a tfind end before looking for a tracepoint frame.
1633 * gdb.trace/tfind.exp: Adjust tstatus output.
1634 Adjust disassembly output.
1635 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1636
ccf26247
JK
16372010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1638
1639 * gdb.base/break-interp.exp: Create new displacement parameter value
1640 for the test_ld calls.
1641 (reach): New parameter displacement, verify its content. New push of
1642 pf_prefix "reach-$func:". Import global expect_out.
1643 (test_core): New parameter displacement, verify its content. New push
1644 of pf_prefix "core:". New command "set verbose on". Import global
1645 expect_out.
1646 (test_attach): New parameter displacement, verify its content. New
1647 push of pf_prefix "attach:". New command "set verbose on". Import
1648 global expect_out.
1649 (test_ld): New parameter displacement, pass it to the reach, test_core
1650 and test_attach calls and verify its content in the "ld.so exit" test.
1651 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1652 (prelink): Update expected text, use gdb_test.
1653
e469c7fb
DE
16542010-03-10 Doug Evans <dje@google.com>
1655
1656 * gdb.base/checkpoint.exp: Fix comment.
1657 Lengthen timeout while doing >600 checkpoints test.
1658 Rename duplicate "kill all one" test to keep test names unique.
1659
60e1c644
PA
16602010-03-10 Pedro Alves <pedro@codesourcery.com>
1661
1662 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1663
cec808ec
KS
16642010-03-08 Keith Seitz <keiths@redhat.com>
1665
1666 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1667 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1668 (dm_type_long): New function.
1669 (dm_type_unsigned_short): New function.
1670 (dm_type_unsigned_long): New function.
1671 (myint): New typedef.
1672 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1673 long, unsigned shor and long, operator char*, and typedef.
1674 (test_lookup_operator_functions): Add operator char* test.
1675 (test_paddr_operator_functions): Likewise.
1676 (test_paddr_overloaded_functions): Use probe values for
1677 short, long, and unsigned short and long.
1678 (test_paddr_hairy_functions): If the demangler probe detected
1679 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1680 demangler.
1681 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1682 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1683 and "print null_pmf".
1684 Add test "ptype a.*pmf".
1685 * gdb.cp/overload.exp: Allow optional "int" to appear with
1686 "short" and "long".
1687 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1688 long expect value for men_overload1arg.
1689 Allow "int" to appear with "short" and "long".
1690 When testing "info break", add argument for main (void).
1691 Also allow "int" to appear with "short" and "long".
1692 Ditto with "unsigned" and "long long".
1693 * gdb.java/jmain.exp: Do not enclose methods names in single
1694 quotes.
1695 * gdb.java/jmisc.exp: Likewise.
1696 * gdb.java/jprint.exp: Likewise.
1697 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1698
1699 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1700 * gdb.cp/exception.exp (backtrace after first throw)
1701 (backtrace after second throw): Allow a namespace before __cxa_throw.
1702 (backtrace after first catch, backtrace after second catch): Allow
1703 a namespace before __cxa_begin_catch.
1704
1705 * gdb.cp/cpexprs.exp: New file.
1706 * gdb.cp/cpexprs.cc: New file.
1707
1708 From Daniel Jacobowitz <dan@codesourcery.com>
1709 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1710 to use string_to_regexp.
1711 (ctor, dtor): New functions. Use them to match constructor
1712 and destructor function types.
1713 (Top level): Use runto_main.
1714
f870a310
TT
17152010-03-05 Tom Tromey <tromey@redhat.com>
1716
1717 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1718 gdb.target_charset.
1719 (pp_ns.to_string): Likewise.
1720
0c199f28
KS
17212010-03-04 Keith Seitz <keiths@redhat.com>
1722
1723 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1724 can be quoted. Test that both the filename and function/line
1725 portions can be quoted at the same time.
1726
c7437ca6
PA
17272010-03-04 Pedro Alves <pedro@codesourcery.com>
1728
1729 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1730
b111b805
DE
17312010-03-03 Doug Evans <dje@google.com>
1732
24486cb7
DE
1733 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1734 libc contains libpthread.
1735
b111b805
DE
1736 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1737 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1738 of gdb_compile. Add another pattern to match android backtrace.
1739
a0e0ef55
TT
17402010-03-03 Tom Tromey <tromey@redhat.com>
1741
1742 PR gdb/11345:
1743 * gdb.base/printcmds.exp (test_printf): Add test.
1744
1ba53b71
L
17452010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1746
1747 * gdb.arch/amd64-byte.exp: New.
1748 * gdb.arch/amd64-dword.exp: Likewise.
1749 * gdb.arch/amd64-pseudo.c: Likewise.
1750 * gdb.arch/amd64-word.exp: Likewise.
1751 * gdb.arch/i386-byte.exp: Likewise.
1752 * gdb.arch/i386-pseudo.c: Likewise.
1753 * gdb.arch/i386-word.exp: Likewise.
1754
f5dff777
DJ
17552010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1756
1757 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1758 types. Add structreg, bitfields, and flags registers.
1759 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1760 registers.
1761
90884b2b
L
17622010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1763
1764 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1765 (load_description): Set architecture if defined.
1766
dc00d89f
PM
17672010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1768
1769 * gdb.python/py-frame.exp: Add read_var block tests.
1770 * gdb.python/py-frame.c (block): New function.
1771
0e095b7e
JK
17722010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1773 Daniel Jacobowitz <dan@codesourcery.com>
1774
1775 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1776
624f1a65
DM
17772010-02-25 David S. Miller <davem@davemloft.net>
1778
1779 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1780 fix logic for setting all_syscalls_numbers.
1781
f3e9a817
PM
17822010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1783
1784 * Makefile.in: Add py-block and py-symbol.
1785 * gdb.python/py-symbol.exp: New File.
1786 * gdb.python/py-symtab.exp: New File.
1787 * gdb.python/py-block.exp: New File.
1788 * gdb.python/py-symbol.c: New File.
1789 * gdb.python/py-block.c: New File.
1790
f6bbabf0
PM
17912010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1792
1793 PR python/11314
1794 * lib/gdb.exp (skip_python_tests): New function.
1795 * gdb.python/py-cmd.exp: Use skip_python_tests.
1796 * gdb.python/py-frame.exp: Likewise.
1797 * gdb.python/py-function.exp: Likewise.
1798 * gdb.python/py-prettyprint.exp: Likewise.
1799 * gdb.python/py-template.exp: Likewise.
1800 * gdb.python/py-type.exp: Likewise.
1801 * gdb.python/py-value.exp: Likewise.
1802
85d721b8
PA
18032010-02-22 Pedro Alves <pedro@codesourcery.com>
1804
1805 PR9605
1806
1807 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1808
48e32051
TT
18092010-02-19 Tom Tromey <tromey@redhat.com>
1810
1811 PR c++/8693, PR c++/9496:
1812 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1813 regression tests.
1814
ac9c0048
JK
18152010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 Fix compatibility with m68k as.
1818 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1819 Use only /* comments */.
1820
57bb97a4
UW
18212010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1822
1823 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1824 * configure: Regenerate.
1825
7d1bf85c
DJ
18262010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1827
1828 * gdb.python/py-type.exp: Check for Python support.
1829
061b5285
PA
18302010-02-17 Pedro Alves <pedro@codesourcery.com>
1831
1832 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1833 `regsub' syntax available.
1834
f8a8bc2c
PA
18352010-02-17 Pedro Alves <pedro@codesourcery.com>
1836
1837 * gdb.base/shmain.c (main): Remove printf call.
1838 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1839 * gdb.base/unload.c (main): Make format of fprintf a string
1840 literal. Add missing endlines to prints to stderr.
1841 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1842
6f451e5e
TT
18432010-02-17 Tom Tromey <tromey@redhat.com>
1844
1845 * gdb.java/jprint.java (jprint.props): New field.
1846 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1847
12d79008
PA
18482010-02-17 Pedro Alves <pedro@codesourcery.com>
1849
ef801a0e 1850 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
1851 available.
1852
d252f7e5
DJ
18532010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1854
1855 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1856 creation to support remote host testing.
1857
67bdab6c
DJ
18582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1859
1860 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1861 Recognize "command not found".
1862
bb391223
DJ
18632010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1864
1865 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1866 single-stepping.
1867
70362913
DJ
18682010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1869
1870 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1871 if arguments are not supported.
1872
493f3c00
DJ
18732010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1874
1875 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1876 be const or non-const.
1877
8034c749
DJ
18782010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1879
1880 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1881 mi_send_resuming_command to send -exec-continue.
1882
791dfb64
DJ
18832010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1884
1885 * gdb.base/list.exp (test_list_filename_and_function): Add test
1886 with single quotes.
1887 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1888 matching.
1889 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1890 Add KFAIL'd tests for PR gdb/11289.
1891
7c5fe868
DJ
18922010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1893
1894 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1895
fdc498b8
DJ
18962010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1897
1898 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1899 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1900 a temporary directory.
1901
b519e2a6
DJ
19022010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1903
1904 * gdb.base/charset.exp: Use a single regular expression to match
1905 show host-charset and show target-charset output.
1906
74164c56
JK
19072010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1910 "Illegal process-id" expect string more exact.
1911 (attach to digits-starting nonsense is prohibited): New.
1912
701ed6dc
JK
19132010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * gdb.base/prelink.exp (set verbose on): New.
1916
fa19b4e5
MS
19172010-02-12 Tomas Holmberg <th@virtutech.com>
1918
1919 * mi-reverse.exp: New file. Test for reverse option to the
1920 following MI commands: exec-continue, exec-finish, exec-next,
1921 exec-step, exec-next-instruction, exec-step-instruction.
1922
dadf0e9c
JB
19232010-02-09 Joel Brobecker <brobecker@adacore.com>
1924
1925 * gdb.ada/ptype_tagged_param: New testcase.
1926
714f19d5
TT
19272010-02-08 Tom Tromey <tromey@redhat.com>
1928
1929 PR c++/8017:
1930 * gdb.cp/overload.exp: Add tests.
1931 * gdb.cp/overload.cc (struct K): New.
1932 (namespace N): New.
1933 (main): Call new functions.
1934 (K::staticoverload): Define.
1935
83b10087
CM
1936Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
1937
1938 PR gdb/10728
1939 * gdb.cp/pr10728-x.h: New file.
1940 * gdb.cp/pr10728-x.cc: New file.
1941 * gdb.cp/pr10728-y.cc: New file.
1942 * gdb.cp/pr10728.exp: New file.
1943 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
1944
99903ae3
CM
1945Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
1946
1947 PR gdb/9067
1948 * gdb.cp/pr9067.exp: New
1949 * gdb.cp/pr9067.cc: New
1950 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
1951
7b356089
JB
19522010-02-08 Joel Brobecker <brobecker@adacore.com>
1953
1954 * lib/gdb.exp (gdb_test_timeout): New global variable.
1955 Set it to timeout if not already set.
1956 (gdb_init): Reset the value of timeout to gdb_test_timeout.
1957
1be00882
DE
19582010-02-05 Doug Evans <dje@google.com>
1959
1960 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
1961 user.
1962
82856980
SW
19632010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
1964
1965 PR c++/7935:
1966 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
1967
1a334831
TT
19682010-02-04 Tom Tromey <tromey@redhat.com>
1969
1970 * gdb.cp/virtbase.exp: Make test case names unique.
1971
9c3c02fd
TT
19722010-02-02 Tom Tromey <tromey@redhat.com>
1973
1974 * gdb.cp/virtbase.exp: Add regression tests.
1975 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
1976 (main): Instantiate RHC.
1977
0cc2414c
TT
19782010-02-02 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
1981 type-printing change.
1982
edf3d5f3
TT
19832010-02-02 Tom Tromey <tromey@redhat.com>
1984
1985 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
1986 * gdb.cp/virtbase.cc: New file.
1987 * gdb.cp/virtbase.exp: New file.
1988 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
1989
e4b7f41c
JK
19902010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1991
1992 PR libc/11214:
1993 * gdb.threads/current-lwp-dead.c: Include features.h.
1994 (HAS_NOMMU): New.
1995 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
1996
b381ea14
JK
19972010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1998
1999 * gdb.base/symbol-without-target_section.exp,
2000 gdb.base/symbol-without-target_section.c: New.
2001
c593ac0e
DJ
20022010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2003
2004 * gdb.base/bigcore.exp: Reset increased timeout.
2005 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2006
db25f29d
DJ
20072010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2008
2009 * gdb.base/gcore.exp (capture_command_output): Use
2010 gdb_test_multiple.
2011
f9d67f43
DJ
20122010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2013
2014 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2015 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2016 (Top level): Call it.
2017
177321bd
DJ
20182010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2019
2020 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2021
97f2ed50
DJ
20222010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2023
2024 * gdb.base/call-strs.exp, gdb.base/default.exp,
2025 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2026 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2027 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2028 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2029 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2030 * gdb.base/ending-run.exp: Correct restore of timeout.
2031 * gdb.base/page.exp: Remove unnecessary timeout setting.
2032
e4e2711a
JB
20332010-01-29 Joel Brobecker <brobecker@adacore.com>
2034
2035 * gdb.ada/rec_return: New testcase.
2036
ba581dc1
JB
20372010-01-29 Joel Brobecker <brobecker@adacore.com>
2038
2039 * gdb.ada/call_pn: New testcase.
2040
4ea95be9
DJ
20412010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2042
2043 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2044 (Top level): Use it to resume.
2045 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2046 the Thumb mode displaced stepping error as unsupported.
2047
df83a9bf
SW
20482010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2049
2050 * gdb.cp/nsusing.exp: Added more tests.
2051 * gdb.cp/nsrecurs.exp: Ditto.
2052 * gdb.cp/nsusing.cc: Added test functions.
2053 * gdb.cp/nsrecurs.cc: Ditto.
2054
40b27cdc
JK
20552010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2056
2057 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2058 absolute directory pathnames in gdb.sum file.
2059
de958931
SW
20602010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2061
2062 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2063 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2064
708ead4e
TT
20652010-01-26 Tom Tromey <tromey@redhat.com>
2066
2067 PR exp/7643:
2068 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2069 setup_kfail.
2070
b14e635e
SW
20712010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2072
2073 * gdb.cp/nsrecurs.exp: New test.
2074 * gdb.cp/nsrecurs.cc: New test program.
2075 * gdb.cp/nsstress.exp: New test.
2076 * gdb.cp/nsstress.cc: New test program.
2077 * gdb.cp/nsdecl.exp: New test.
2078 * gdb.cp/nsdecl.cc: New test program.
2079
8540c487
SW
20802010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2081
2082 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2083 imported into file scope.
2084 Marked test as xfail.
2085 * gdb.cp/namespace-using.cc (marker5): New function.
2086 * gdb.cp/shadow.exp: New test.
2087 * gdb.cp/shadow.cc: New test program.
2088 * gdb.cp/nsimport.exp: New test.
2089 * gdb.cp/nsimport.cc: New test program.
2090
421d5d99
TT
20912010-01-25 Tom Tromey <tromey@redhat.com>
2092
2093 PR gdb/11049:
2094 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2095 with "set print null-stop on".
2096
691f8dc1
JK
20972010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2100 Adjust it for DISASSEMBLY_OMIT_FNAME.
2101
0b92b5bb
TT
21022010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 PR symtab/11199:
2105 * gdb.dwarf2/member-ptr-forwardref.exp,
2106 gdb.dwarf2/member-ptr-forwardref.S: New.
2107
23787403
JK
21082010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2109
2110 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2111 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2112 thread1_tid_mutex. Remove gdbstop_mutex handling.
2113 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2114 thread2_tid_mutex. Remove gdbstop_mutex handling.
2115 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2116 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2117 pthread_cond_wait conditionalizations by while loops.
2118
b966cb8a
TT
21192010-01-20 Tom Tromey <tromey@redhat.com>
2120
2121 PR backtrace/10770:
2122 * gdb.dwarf2/pr10770.exp: New file.
2123 * gdb.dwarf2/pr10770.c: New file.
2124 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2125
fcae584b
VP
21262010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2127
2128 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2129 that target was removed, and the test always runs native anyway.
2130
a0f49112
JK
21312010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2132
2133 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2134 gdb.base/watchpoint-cond-gone-stripped.c: New.
2135
ceeb3d5a
TT
21362010-01-19 Tom Tromey <tromey@redhat.com>
2137
2138 PR c++/8000:
2139 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2140 existing tests.
2141 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2142 (main): Use AAA::SomeEnum.
2143
dd322c54
JK
21442010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2145
2146 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2147 (test_ignore_count): Declare line_callme_body global.
2148 (run to breakpoint with ignore count): Use line_callme_body.
2149 * gdb.mi/mi-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, set line_callee4_next):
2152 New.
2153 (continue to callee4): Use line_callee4_body.
2154 (check *stopped from CLI command): Use line_callee4_next.
2155 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2156 (set line_main_hello, set line_main_return): Reindent.
2157 (set line_callee4_head, set line_callee4_body): New.
2158 (continue to callee4): Use line_callee4_body.
2159
4e8f195d
TT
21602010-01-18 Tom Tromey <tromey@redhat.com>
2161
2162 PR c++/9680:
2163 * gdb.cp/casts.cc: Add new classes and variables.
2164 * gdb.cp/casts.exp: Test new operators.
2165
9e14a9ba
JB
21662010-01-18 Tom Tromey <tromey@redhat.com>
2167 Thiago Jung Bauermann <bauerman@br.ibm.com>
2168
2169 * gdb.python/source2.py: New file.
2170 * gdb.python/source1: New file.
2171 * gdb.python/python.exp: Test "source" command.
2172
00bf0b85
SS
21732010-01-15 Stan Shebs <stan@codesourcery.com>
2174
2175 * gdb.trace/tfile.c: New file.
2176 * gdb.trace/tfile.exp: New file.
2177
55235ad7
JK
21782010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
2180 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2181
9f2982ff
JK
21822010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2183
2184 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2185
bbfba9ed
JK
21862010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2187
2188 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2189 (libfunc): New parameter action. Implement also selectable "sleep".
2190 * gdb.base/break-interp-main.c: Include assert.h.
2191 (libfunc): New parameter action.
2192 (main): New parameters argc and argv. Assert argc. Pass argv.
2193 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2194 (test_attach): New proc.
2195 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2196 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2197
61f0d762
JK
21982010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2199
2200 * gdb.base/break-interp.exp (test_core): New proc.
2201 (test_ld): Call it.
2202
06a6f270
JK
22032010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2206 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2207 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2208 and gdb_compile_shlib. Use new -Wl compiler options.
2209 (dl bt, main bt): New tests.
2210
51bee8e9
JK
22112010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2212
2213 Support PIEs with no symfile_objfile.
2214 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2215 (test_ld): New parameter trynosym.
2216 (test_ld <$trynosym>): New block.
2217
b8040f19
JK
22182010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * gdb.base/break-interp.exp: New file.
2221
be759fcf
PM
22222010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2223
2224 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2225 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2226 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2227 test.
2228 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2229 * gdb.python/py-mi.exp: Add lazy string test.
2230
dc146f7c
VP
22312010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2232
2233 * lib/mi-support.exp (mi_check_thread_states): Handle
2234 core number in thread listing.
2235
b4ba55a1
JB
22362010-01-12 Joel Brobecker <brobecker@adacore.com>
2237
2238 * gdb.base/maint.exp: Adjust the expected output for the
2239 "maint print type" test. Use gdb_test_multiple instead of
2240 gdb_sent/gdb_expect.
2241
08e24bd4
DE
22422010-01-11 Doug Evans <dje@google.com>
2243
6496a609
DE
2244 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2245 from gdbserver_download. All callers updated.
2246
08e24bd4
DE
2247 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2248
b5cfddf5
JK
22492010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2250
2251 Implement binary numbers parsing.
2252 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2253 (test_integer_literals_rejected): New binary tests.
2254
3725885a
RW
22552010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2256
2257 * gdb.cell/configure: Regenerate.
2258
37aeb5df
JK
22592010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * gdb.base/corefile.exp: Move the core finding block out and call it as
2262 core_find, new variable $corefile, replace corefile by $corefile and
2263 [file tail $corefile] for usage vs. test names resp.
2264 * lib/gdb.exp (core_find): Move it as a new function here. New
2265 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2266 $destcore. Return "" on error.
2267
d521f563
JK
22682010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 Workaround PR binutils/10802.
2271 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2272 (twice).
2273
28f24826
DJ
22742010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2275
2276 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2277
2de75e71
JB
22782010-01-08 Joel Brobecker <brobecker@adacore.com>
2279
2280 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2281 call, to avoid interruption.
2282
fe00719b 22832010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
2284
2285 * gdb.stabs/weird.def (args93): New.
2286
d0ef5df8
DE
22872010-01-07 Doug Evans <dje@google.com>
2288
2289 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2290
3a08d52f
TT
22912010-01-07 Tom Tromey <tromey@redhat.com>
2292
2293 * gdb.base/source.exp: Use correct line number.
2294
7a697b8d
SS
22952010-01-05 Stan Shebs <stan@codesourcery.com>
2296
2297 * gdb.trace/tracecmd.exp: Test ftrace.
2298
7803799a
UW
22992010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2300
2301 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2302
c54eabfa
JK
23032010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2304
2305 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2306 "uint_for_mi_testing".
2307
02e7ef19
JB
23082010-01-01 Joel Brobecker <brobecker@adacore.com>
2309
2310 Test indented comment in file being sourced.
2311 * gdb.base/commands.exp: Test indented comment in file being sourced.
2312
abd775ce
JB
23132010-01-01 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2316 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2317 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2318 notice.
2319
79b55b82
JB
23202010-01-01 Joel Brobecker <brobecker@adacore.com>
2321
2322 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2323 notice.
2324
8997583e
JK
23252010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2328 missing $after_stopped and comma (,) expectation.
2329
6da95a67
SS
23302009-12-31 Stan Shebs <stan@codesourcery.com>
2331
2332 * gdb.trace/actions.exp: Test teval action.
2333
218d2fc6
TJB
23342009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2335
2336 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2337 (top level): Call test_watchpoint_in_big_blob.
2338 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2339 watchpoints.
2340 (func3): Write to buf.
2341
236f1d4d
SS
23422009-12-29 Stan Shebs <stan@codesourcery.com>
2343
2344 * gdb.trace/actions.exp: Test default-collect.
2345
f61e138d
SS
23462009-12-28 Stan Shebs <stan@codesourcery.com>
2347
2348 * gdb.trace/tsv.exp: New file.
2349 * gdb.base/completion.exp: Update ambiguous info output.
2350
0219b378
DJ
23512009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2352
2353 * gdb.base/find.c (main): Reference search buffers.
2354 * gdb.base/included.c (main): Reference integer.
2355 * gdb.base/ptype.c (charfoo): Declare.
2356 (intfoo): Call charfoo.
2357 * gdb.base/scope0.c (useitp): New function.
2358 (usestatics): Use useitp.
2359 (useit): Add a type for val.
2360 * gdb.base/scope1.c (useit1): Take a pointer argument.
2361 (usestatics1): Update calls to useit1.
2362 * gdb.cp/call-c.cc: Declare foo.
2363 (main): Call foo.
2364 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2365 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2366 (main): Call C::ensureRefs and ensureOtherRefs.
2367 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2368 variables.
2369 (ensureOtherRefs): New function.
2370 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2371 * gdb.cp/templates.cc (main): Call t5i.value.
2372
3f78692f
JK
23732009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2374
2375 Fix compatibility with G++-4.5.
2376 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2377 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2378 (uncaught return): Remove.
2379
429374b8
JK
23802009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2381 Phil Muldoon <pmuldoon@redhat.com>
2382
2383 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2384 (bp_location13, bp_location14, bp_location17, bp_location18)
2385 (marker3_proto, marker4_proto): New variables.
2386 (breakpoint info): Update output.
2387 (run until breakpoint at marker3, run until breakpoint at marker4): New
2388 tests.
2389
859825b8
JK
23902009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2391
2392 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2393 Replace the printf call of Y by provided "y-set-1" label. New block
2394 for the second shared library.
2395 * gdb.base/unload.exp: Compile also the second library, call
2396 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2397 (single pending breakpoint info): Rename to ...
2398 (pending breakpoint info before run): ... this extended test.
2399 (libfile2, libname2, libsrcfile2, libsrc2)
2400 (lib_sl2): New variables.
2401 (exec_opts): Set also SHLIB_NAME2.
2402 (pending breakpoint info on first run at shrfunc1)
2403 (pending breakpoint info on second run at shrfunc1)
2404 (pending breakpoint info on second run at shrfunc2)
2405 (print y from libfile, print y from libfile2): New tests.
2406 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2407 * gdb.base/unloadshr2.c: New.
2408
e6a386cd
HZ
24092009-12-22 Hui Zhu <teawater@gmail.com>
2410
2411 * gdb.reverse/sigall-reverse.exp: Adjust.
2412
9e19b45e
VP
24132009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2414
2415 PR gdb/10884
2416
2417 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2418 (main): Call do_bitfield_tests.
aacf5b1e 2419 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2420
d53a7b30
JB
24212009-12-20 Joel Brobecker <brobecker@adacore.com>
2422
2423 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2424 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2425 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2426 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2427 gdb.modula2/unbounded1.c: Update copyright header.
2428
191ca0a1
CM
24292009-12-10 Chris Moller <moller@mollerware.com>
2430
2431 PR gdb/9399
2432 * gdb.cp/virtfunc2.exp: New tests
2433 * gdb.cp/virtfunc2.cc: New tests
2434 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2435
0fa6cf1b
MS
24362009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2437
2438 * gdb.reverse/i387-env-reverse.c: New file.
2439 * gdb.reverse/i387-env-reverse.exp: New file.
2440 * gdb.reverse/i387-stack-reverse.c: New file.
2441 * gdb.reverse/i387-stack-reverse.exp: New file.
2442
361ae042
PM
24432009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2444
2445 * gdb.python/py-type.exp (test_range): New test.
2446
bfd31e71
PM
24472009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2448
2449 PR python/10805
2450
2451 * gdb.python/py-type.exp: New file.
2452 * gdb.python/py-type.c: New file.
2453 * Makefile.in: Add py-type.
2454
57a1d736
TT
24552009-12-03 Tom Tromey <tromey@redhat.com>
2456
2457 * gdb.python/py-value.exp (test_parse_and_eval): New
2458 function.
2459
1f3b5d1b
PP
24602009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2461
2462 PR gdb/11022
2463
2464 * gdb.base/pr11022.exp: New test.
2465 * gdb.base/pr11022.c: New test.
2466
8b7dbdc9
JK
24672009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 Fix spurious false FAILs.
2470 * gdb.base/structs.c (chartest): New.
2471 (main): Fill-in chartest.
2472 * gdb.base/structs.exp (anychar_re, first): New.
2473 (start_structs_test): Import global anychar_re and first.
2474 New gdb_test call "set print elements 300; ${testfile}"
2475 (start_structs_test <$first>): New block.
2476 (any): Import global anychar_re. New variable ac. Use ${ac}.
2477
6a53b2ec
JK
24782009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2479
2480 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2481
d7167b4c
JK
24822009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2485 Force $srcfile file.
2486 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2487
b1798462
UW
24882009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2489
2490 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2491 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2492 * gdb.threads/watchthreads-reorder.exp: Likewise.
2493
b6199126
DJ
24942009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2495
2496 PR gdb/8704
2497
2498 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2499 "if", and "thread". Correct matching in the previous test.
2500
b22a0510
DJ
25012009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2502
2503 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2504
930636d2
MS
25052009-11-23 Michael Snyder <msnyder@vmware.com>
2506
2507 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2508 * gdb.reverse-watch-precsave.exp: Ditto.
2509
21a0512e
PP
25102009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2511
2512 * gdb.asm/asm-source.exp: Adjust.
2513 * gdb.base/help.exp: Adjust.
2514
fc30d5e0
PA
25152009-11-22 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2518 (do_syscall_tests_without_xml): Set data-directory to
2519 /the/path/to/nowhere.
2520
f6bc2008
PA
25212009-11-21 Pedro Alves <pedro@codesourcery.com>
2522
2523 * gdb.threads/local-watch-wrong-thread.c,
2524 gdb.threads/local-watch-wrong-thread.exp: New files.
2525
8c2fb5de
PA
25262009-11-21 Pedro Alves <pedro@codesourcery.com>
2527
2528 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2529 assume new `regsub' syntax available.
2530
ebec9a0f
PA
25312009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2532
a79d3c27
JK
2533 * gdb.base/watchpoint-hw-hit-once.exp,
2534 gdb.base/watchpoint-hw-hit-once.c: New.
2535
25362009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2537
2538 * gdb.threads/watchthreads-reorder.exp,
2539 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2540
276a961b
MK
25412009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2542
2543 * gdb.xml/tdesc-regs.exp: Use for m68k.
2544
4867c1fb
PA
25452009-11-15 Pedro Alves <pedro@codesourcery.com>
2546
2547 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2548
f6838f81
DJ
25492009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2550
2551 * lib/gdb.exp (current_target_name): New procedure.
2552 (gdb_wrapper_target): New variable.
2553 (gdb_wrapper_init): Set gdb_wrapper_target.
2554 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2555 wrapper.
2556
4ac4dd3f
DJ
25572009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2558
2559 * gdb.base/remote.exp: Delete the slowest load test.
2560 Do not load with fixed packet sizes.
2561
a7881759
DJ
25622009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2563
2564 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2565
97a5b505
DJ
25662009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2567
2568 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2569 srcfile when setting a breakpoint.
2570
d3e1fc54
DJ
25712009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2572
2573 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2574 macros.
2575
7cbcbded
DJ
25762009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2577
2578 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2579 to be in memory.
2580 * gdb.base/display.c (force_mem): New.
2581 (do_loops): Use it. Add breakpoint comments.
2582 (do_vars): Add a breakpoint comment.
2583 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2584 line numbers.
2585
bdea3a92
NF
25862009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2587
2588 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2589 instead of a bare "run".
2590
269f82e5
PP
25912009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2592
2593 * gdb.python/py-prettyprint.exp: Adjust.
2594
a69b7d9d
DJ
25952009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2596
2597 * lib/cell.exp (skip_cell_tests): Clean up test files before
2598 returning.
2599
b598bfda
DJ
26002009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2601
2602 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2603 and the breakpoint menu. Do not call perror if a prompt is seen.
2604 Consume the following GDB prompt.
2605 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2606 * gdb.cp/namespace.exp: Use gdb_test.
2607 * gdb.cp/templates.exp: Use gdb_test.
2608 (test_template_breakpoints): Use gdb_test_multiple.
2609
87728fa0
DJ
26102009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2611
2612 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2613 (marker4): Reference values.
2614
b67c692f
DJ
26152009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2616
2617 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2618 is missing.
2619
f0df251a
DJ
26202009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2621
2622 * gdb.base/break.c (need_malloc): New.
2623 * gdb.base/constvars.c (main): Reference crass and crisp.
2624 * gdb.base/gdb1821.c (main): Reference bar.
2625 * gdb.cp/gdb1355.cc (main): Reference s1.
2626 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2627 (main): Call them.
2628 * gdb.cp/hang2.cc (dummy2): Define.
2629 * gdb.cp/hang3.cc (dummy3): Define.
2630 * gdb.cp/m-data.cc (main): Reference shadow.
2631
bdf7534a
NF
26322009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2633 Nathan Froyd <froydnj@codesourcery.com>
2634
2635 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2636 remote host.
2637
f24fce77
NF
26382009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2639
2640 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2641 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2642 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2643 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2644 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2645 * gdb.dwarf2/dw2-producer.exp: Likewise.
2646 * gdb.dwarf2/mac-fileno.exp: Likewise.
2647 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2648 py-prettyprint.py to the remote host.
2649 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2650
40f0318e
KS
26512009-11-11 Keith Seitz <keiths@redhat.com>
2652
2653 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2654 use it instead of "Foo".
2655 * gdb.cp/classes.exp (do_tests): Add a test to access
2656 a method through a typedef'd class name.
2657
f3d9f7fb
NF
26582009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2659
2660 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2661 exponents.
2662 * gdb.base/pointers.exp: Likewise.
2663 * gdb.cp/ref-types.exp: Likewise.
2664
a4216f37
KS
26652009-11-11 Keith Seitz <keiths@redhat.com>
2666
2667 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2668 new[] and delete[].
2669 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2670 "void".
2671 (probe_demangler): Remove all single-quoting of
2672 method and variable names.
2673 (info_func_regexp): Remove the word "void" from any
2674 occurrence of "(void)".
2675 (print_addr_2): Remove all single-quoting of
2676 method names.
2677 (print_addr_2_kfail): Likewise.
2678 (print_addr): Single-quote C function names before
2679 passing to print_addr_2.
2680 (test_paddr_operator_functions): Remove single-quoting
2681 for method names.
2682 Add tests for operator new[] and operator delete[].
2683
9b14d7aa
JK
26842009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2687
85feb311
KS
26882009-11-09 Keith Seitz <keiths@redhat.com>
2689
2690 * gdb.cp/overload.exp: Add tests for resolving overloaded
2691 methods in expression parsing/evaluation.
2692
fa335448
DJ
26932009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2694
2695 * lib/gdb.exp (default_gdb_version): Use --version instead of
2696 --command.
2697
ec3c07fc
NS
26982009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2699
2700 * lib/gdb.exp (gdb_compile_test): New.
2701 (skip_ada_tests, skip_java_tests): New.
2702 (gdb_compile): Use gdb_compile_test for f77.
2703 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2704 * lib/java.exp (compile_java_from_source): Remove runtests check,
2705 use gdb_compile_test to record result.
2706 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2707 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2708 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2709 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2710 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2711 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2712 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2713 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2714 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2715 adjust gdb_compile invocations.
2716
b8b4e42b
JK
27172009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * Makefile.in (abs_builddir): New.
2720 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2721 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2722 `$(abs_builddir)/site.exp'.
2723
f8b7eaf3
DJ
27242009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2725
2726 * config/m68k-emc.exp, lib/emc-support.exp,
2727 gdb.trace/gdb_c_test.c: Delete.
2728 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2729 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2730 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2731 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2732 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2733 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2734 casing for m68k-*-elf.
2735
c4187697
NS
27362009-11-03 Pedro Alves <pedro@codesourcery.com>
2737
2738 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2739 * gdb.arch/i386-prologue.exp: Likewise.
2740 * gdb.arch/i386-unwind.exp: Likewise.
2741
db16b772
DJ
27422009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2743
2744 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2745
bcf71277
DJ
27462009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2747
2748 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2749
0105cee2
DJ
27502009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2751
2752 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2753
24ddea62
JK
27542009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2755
2756 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2757
287ccc17
JK
27582009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2759
2760 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2761 * gdb.base/sepdebug2.c: New file.
2762
08bca259 27632009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
2764
2765 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2766 the modified warnings for catch syscall. Verify if GDB was compiled
2767 with support for lib expat, and choose which tests to run depending
2768 on this.
2769
5d4e2b76
VP
27702009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2771
2772 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2773 that composite commands are parsed OK. And also test
2774 that breakpoint commands do work.
2775
240e538a
MS
27762009-10-23 Michael Snyder <msnyder@vmware.com>
2777
2778 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2779 to allow for new disassembly style.
2780
9c419145
PP
27812009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2782
2783 * gdb.asm/asm-source.exp: Adjust.
2784
02506ff1
MS
27852009-10-22 Michael Snyder <msnyder@vmware.com>
2786
2787 * gdb.reverse/break-precsave.exp: New test.
2788 * gdb.reverse/consecutive-precsave.exp: Ditto.
2789 * gdb.reverse/finish-precsave.exp: Ditto.
2790 * gdb.reverse/i386-precsave.exp: Ditto.
2791 * gdb.reverse/machinestate-precsave.exp: Ditto.
2792 * gdb.reverse/sigall-precsave.exp: Ditto.
2793 * gdb.reverse/solilb-precsave.exp: Ditto.
2794 * gdb.reverse/step-precsave.exp: Ditto.
2795 * gdb.reverse/until-precsave.exp: Ditto.
2796 * gdb.reverse/watch-precsave.exp: Ditto.
2797
4cf866a3
MS
27982009-10-22 Michael Snyder <msnyder@vmware.com>
2799
2800 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2801 for gdb_expect. Adjust one test's expect strings for the new
2802 format of disassemble.
2803 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2804 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2805 gdb_test_multiple.
2806 * gdb.reverse/step-reverse.exp: Delete 'return'.
2807 * gdb.reverse/until-reverse.exp: Delete blank lines.
2808 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2809
2b28d209
PP
28102009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2811
2812 * gdb.base/consecutive.exp: Adjust.
2813 * gdb.base/display.exp: Likewise.
2814 * gdb.base/pc-fp.exp: Likewise.
2815 * gdb.base/sigbpt.exp: Likewise.
2816
33b9c32b
MS
28172009-10-19 Michael Snyder <msnyder@vmware.com>
2818
2819 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2820 * gdb.reverse/finish-reverse.c: Ditto.
2821 * gdb.reverse/sigall-reverse.c: Ditto.
2822 * gdb.reverse/solib-reverse.c: Ditto.
2823 * gdb.reverse/step-reverse.c: Ditto.
2824 * gdb.reverse/watch-reverse.c: Ditto.
2825
6c95b8df
PA
28262009-10-19 Pedro Alves <pedro@codesourcery.com>
2827 Stan Shebs <stan@codesourcery.com>
2828
2829 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2830 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2831 "Executing new program".
2832 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2833 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2834 left listed after having been killed.
2835 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2836 * gdb.base/maint.exp: Adjust test.
2837
2838 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2839 * gdb.multi/Makefile.in: New.
2840 * gdb.multi/base.exp: New.
2841 * gdb.multi/goodbye.c: New.
2842 * gdb.multi/hangout.c: New.
2843 * gdb.multi/hello.c: New.
2844 * gdb.multi/bkpt-multi-exec.c: New.
2845 * gdb.multi/bkpt-multi-exec.exp: New.
2846 * gdb.multi/crashme.c: New.
2847
279017b7
TG
28482009-10-13 Tristan Gingold <gingold@adacore.com>
2849
2850 * gdb.base/sepdebug.exp: Check debug info are found.
2851
0413d738
PA
28522009-10-08 Pedro Alves <pedro@codesourcery.com>
2853
2854 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2855 bits.
2856
c628eecc
JK
28572009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2858
2859 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2860
38af1bfe
JB
28612009-10-07 Joel Brobecker <brobecker@adacore.com>
2862
2863 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2864 of the comments.
2865
2b0adecd
PM
28662009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2867
2868 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2869 * gdb.base/annota3.exp: Idem.
2870 * gdb.base/maint.exp: Idem.
2871
8d417781
PM
28722009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2873
2874 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2875 to default.
2876
bb61102d
PM
28772009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2878
2879 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2880 mingw and cygwin targets.
2881
ace5c364
PM
28822009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2883 Pedro Alves <pedro@codesourcery.com>
2884
2885 * lib/gdb.exp (gdb_compile): Avoid adding
2886 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2887
c2d494a0
PM
28882009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2889
e1b52ce2
PM
2890 * gdb.base/shr1.c: Use %p in format string.
2891 * gdb.base/unload.c: Avoid warning in fprintf.
2892 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 2893
209f53f5
PM
28942009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2895
2896 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2897 long type.
2898 (test_unlink): Correct printf string.
2899 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2900 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2901
8172766a
JK
29022009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2903
2904 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2905 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2906 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2907
0f73703c
UW
29082009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2909
2910 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2911 * gdb.objc/nondebug.exp: Likewise.
2912
b32306ca
UW
29132009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2914
2915 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2916 target_info setting.
2917
2918 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2919 that detect new threads during "info threads".
2920
0057022f
UW
29212009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2922
2923 * gdb.threads/manythreads.c (main): Increase thread stack size
2924 to 2*PTHREAD_STACK_MIN.
2925 * gdb.threads/multi-create.c (main): Likewise.
2926 (create_function): Likewise.
2927
f29c0325
UW
29282009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2929
2930 * gdb.base/dump.exp: Pass difference of pointer types instead
2931 of integer types as offset to restore in intarr3.srec case.
2932
fcb34849
UW
29332009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2934
2935 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
2936
d5142e3b
UW
29372009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2938
2939 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
2940
087b74b2
PM
29412009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2942
2943 New test for two watchpoints, with disabling of
2944 the first inserted.
2945 * testsuite/gdb.base/watchpoints.c: New file.
2946 * testsuite/gdb.base/watchpoints.exp: New file.
2947
96c07c5b
TT
29482009-09-25 Tom Tromey <tromey@redhat.com>
2949
2950 * gdb.base/charset.exp: Test utf-16 strings with Python.
2951
b8899f2b
TT
29522009-09-25 Tom Tromey <tromey@redhat.com>
2953
2954 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
2955 UCS-4.
2956 * gdb.base/charset.c (utf_32_string): Rename.
2957 (init_utf32): Rename.
2958 (main): Update.
2959
329719ec
TT
29602009-09-22 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.python/py-function.exp: Add regression tests.
2963
11ef0d76
KS
29642009-09-21 Keith Seitz <keiths@redhat.com>
2965
2966 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
2967 with invalid operator.
2968
3fe8f3b3
KS
29692009-09-21 Keith Seitz <keiths@redhat.com>
2970
2971 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
2972 and destructor using typedef name of class.
2973 * gdb.cp/classes.cc (class Base1): Add a destructor.
2974 (base1): New typedef.
2975 (use_methods): Instanitate an object of type base1.
2976 * gdb.cp/templates.exp (test_template_typedef): New procedure.
2977 (do_tests): Call test_template_typedef.
2978 * gdb.cp/templates.cc (Baz::~Baz): New method.
2979 (intBazOne): New typedef.
2980 (main): Instantiate intBazOne.
2981
7a9fe101
PM
29822009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2983
2984 PR python/10633
2985
2986 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
2987 Function.
2988 (run_lang_tests): Add print elements test.
2989
2e4d963f
PM
29902009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2991
2992 * gdb.python/py-value.exp (test_subscript_regression): New
2993 function. Test for invalid subscripts.
2994 * gdb.python/py-value.c (main): Add test array, and pointer to it.
2995 (ptr_ref): New function.
2996
ec7e75e7
PP
29972009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2998
2999 * gdb.base/default.exp: Fix "show convenience".
3000
0cc7d26f
TT
30012009-09-15 Tom Tromey <tromey@redhat.com>
3002
3003 * lib/mi-support.exp (mi_create_varobj): Update.
3004 (mi_create_floating_varobj): Likewise.
3005 (mi_create_dynamic_varobj): New proc.
3006 (mi_varobj_update): Update.
3007 (mi_varobj_update_with_type_change): Likewise.
3008 (mi_varobj_update_kv_helper): New proc.
3009 (mi_varobj_update_dynamic_helper): Rewrite.
3010 (mi_varobj_update_dynamic): New proc.
3011 (mi_list_varobj_children): Update.
3012 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3013 * gdb.python/python-prettyprint.py (pp_outer): New class.
3014 (pp_nullstr): Likewise.
3015 (lookup_function): Register new printers.
3016 * gdb.python/python-prettyprint.c (struct substruct): New type.
3017 (struct outerstruct): Likewise.
3018 (substruct_test): New function.
3019 (struct nullstr): New type.
3020 (string_1, string_2): New globals.
3021 (main): Add new tests.
3022 * gdb.python/python-mi.exp: Added regression tests.
3023 * gdb.mi/mi2-var-display.exp: Update.
3024 * gdb.mi/mi2-var-cmd.exp: Update.
3025 * gdb.mi/mi2-var-child.exp: Update.
3026 * gdb.mi/mi2-var-block.exp: Update.
3027 * gdb.mi/mi-var-invalidate.exp: Update.
3028 * gdb.mi/mi-var-display.exp: Update.
3029 * gdb.mi/mi-var-cmd.exp: Update.
3030 * gdb.mi/mi-var-child.exp: Update.
3031 * gdb.mi/mi-var-block.exp: Update.
3032 * gdb.mi/mi-break.exp: Update.
3033 * gdb.mi/gdb701.exp: Update.
3034
a96d9b2e
SDJ
30352009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3036
3037 * Makefile.in: Inclusion of catch-syscall object.
3038 * gdb.base/catch-syscall.c: New file.
3039 * gdb.base/catch-syscall.exp: New file.
3040
b43b923a
MS
30412009-09-12 Michael Snyder <msnyder@vmware.com>
3042
3043 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3044 that can support reverse debuggnig.
3045
cec03d70
TT
30462009-09-11 Tom Tromey <tromey@redhat.com>
3047
3048 * gdb.dwarf2/valop.S: New file.
3049 * gdb.dwarf2/valop.exp: New file.
3050
e23bb3fc
MK
30512009-09-11 Mark Kettenis <kettenis@gnu.org>
3052
3053 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3054
37c3696d
DE
30552009-09-10 Doug Evans <dje@google.com>
3056
3057 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3058 Add $gdb_prompt to second breakpoint regexp.
3059
5172aecb
JB
30602009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3061
3062 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3063 names, add missing ones.
3064 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3065 * gdb.python/py-frame.c: Rename from python-frame.c.
3066 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3067 testfile name.
3068 * gdb.python/py-function.exp: Rename from python-function.exp.
3069 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3070 testfile name.
3071 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3072 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3073 Adjust testfile name.
3074 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3075 * gdb.python/py-template.cc: Rename from python-template.cc.
3076 * gdb.python/py-template.exp: Rename from python-template.exp.
3077 Adjust testfile name.
3078 * gdb.python/py-value.c: Rename from python-value.c.
3079 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3080 testfile name.
3081
b554e4bd
JK
30822009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3083
3084 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3085 $bpt2address.
3086 (Second breakpoint address is valid on ia64)
3087 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3088
9a68ae16
JM
30892009-09-03 Joseph Myers <joseph@codesourcery.com>
3090
3091 * gdb.base/ending-run.exp: Restrict regular expression matching
3092 line number to require closing brace following.
3093
146b9145
DE
30942009-09-03 Doug Evans <dje@google.com>
3095
3096 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3097
787d21e1
TT
30982009-09-02 Tom Tromey <tromey@redhat.com>
3099
3100 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3101
e7802207
TT
31022009-09-02 Tom Tromey <tromey@redhat.com>
3103
3104 * gdb.dwarf2/callframecfa.exp: New file.
3105 * gdb.dwarf2/callframecfa.S: New file.
3106
817aadd2
JK
31072009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3108
3109 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3110 gdb.base/solib-overlap-main.c: New.
3111
4a76eae5
DJ
31122009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3113
3114 PR gdb/10565
3115
3116 * gdb.base/bitfields.c (struct container, container): New.
3117 (main): Initialize it and call break5.
3118 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3119
d4b96c9a
JK
31202009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3123 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3124
4e22772d
JK
31252009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3126
3127 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3128
2efab443
MS
31292009-08-26 Michael Snyder <msnyder@vmware.com>
3130
3131 * gdb.base/i386-reverse.c: New file.
3132 * gdb.base/i386-reverse.exp: New file.
3133 * gdb.base/Makefile.in: Add new files to be removed.
3134
07ab73a0
JM
31352009-08-26 Joseph Myers <joseph@codesourcery.com>
3136
3137 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3138 environment-pwd for remote host.
3139 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3140
676accff
KS
31412009-08-24 Keith Seitz <keiths@redhat.com>
3142
3143 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3144 Add two new C++ completer tests which limit the output to a
3145 given class.
3146
f9f7ad22
MS
31472009-08-24 Michael Snyder <msnyder@vmware.com>
3148
3149 * gdb.base/del.exp: Fix typo in comment.
3150 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3151
81ecdfbb
RW
31522009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3153
3154 * configure: Regenerate.
3155 * gdb.hp/configure: Likewise.
3156 * gdb.hp/gdb.aCC/configure: Likewise.
3157 * gdb.hp/gdb.base-hp/configure: Likewise.
3158 * gdb.hp/gdb.compat/configure: Likewise.
3159 * gdb.hp/gdb.defects/configure: Likewise.
3160 * gdb.hp/gdb.objdbg/configure: Likewise.
3161 * gdb.stabs/configure: Likewise.
3162
cab0c772
UW
31632009-08-19 Doug Evans <dje@google.com>
3164
3165 * gdb.base/gdbvars.c: New file.
3166 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3167
b8fa0bfa
PA
31682009-08-14 Pedro Alves <pedro@codesourcery.com>
3169
3170 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3171 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3172
b84aa90a
PA
31732009-08-13 Pedro Alves <pedro@codesourcery.com>
3174
3175 * gdb.base/default.exp: Adjust "set language test": it's now an
3176 enum command. Larger help string moved to "help set language".
3177 * gdb.base/help.exp: Adjust "help set language" expected output,
3178 now lists all known languages.
3179
0d8f9b2c
NF
31802009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3181
3182 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3183 all frame arguments.
3184 * gdb.arch/altivec-regs.exp: Likewise.
3185
bda180e0
TT
31862009-08-07 Tom Tromey <tromey@redhat.com>
3187
3188 * gdb.base/setshow.exp: Add tests for changes to set language, set
3189 check range, and set check type.
3190
48cb2d85
VP
31912009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3192
3193 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3194 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3195 Call it.
3196
1ea34204
UW
31972009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3198
3199 * configure.ac: Run gdb.cell tests when appropriate.
3200 * configure: Regenerate.
3201 * lib/cell.exp: New file.
3202 * gdb.cell: New directory.
3203 * gdb.cell/configure.ac: New file.
3204 * gdb.cell/configure: New file.
3205 * gdb.cell/Makefile.in: New file.
3206 * gdb.cell/arch.exp: New file.
3207 * gdb.cell/break.c: New file.
3208 * gdb.cell/break.exp: New file.
3209 * gdb.cell/break-spu.c: New file.
3210 * gdb.cell/bt.c: New file.
3211 * gdb.cell/bt2-spu.c: New file.
3212 * gdb.cell/bt-spu.c: New file.
3213 * gdb.cell/bt.exp: New file.
3214 * gdb.cell/coremaker.c: New file.
3215 * gdb.cell/coremaker-spu.c: New file.
3216 * gdb.cell/core.exp: New file.
3217 * gdb.cell/gcore.exp: New file.
3218 * gdb.cell/data.c: New file.
3219 * gdb.cell/data.exp: New file.
3220 * gdb.cell/data-spu.c: New file.
3221 * gdb.cell/ea-cache.exp: New file.
3222 * gdb.cell/ea-cache.c: New file.
3223 * gdb.cell/ea-cache-spu.c: New file.
3224 * gdb.cell/ea-standalone.c: New file.
3225 * gdb.cell/ea-standalone.exp: New file.
3226 * gdb.cell/ea-test.c: New file.
3227 * gdb.cell/ea-test.exp: New file.
3228 * gdb.cell/f-regs.exp: New file.
3229 * gdb.cell/mem-access.c: New file.
3230 * gdb.cell/mem-access.exp: New file.
3231 * gdb.cell/mem-access-spu.c: New file.
3232 * gdb.cell/ptype.exp: New file.
3233 * gdb.cell/registers.exp: New file.
3234 * gdb.cell/size.c: New file.
3235 * gdb.cell/sizeof.exp: New file.
3236 * gdb.cell/size-spu.c: New file.
3237 * gdb.cell/solib.exp: New file.
3238 * gdb.cell/solib-symbol.exp: New file.
3239
85e747d2
UW
32402009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3241
3242 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3243
58d6951d
DJ
32442009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3245
3246 * gdb.base/float.exp: Handle VFP registers.
3247
6e0a4f15
MS
32482009-07-14 Michael Snyder <msnyder@vmware.com>
3249
dcd5da87
MS
3250 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3251 to bring gdb to the beginning of the calling line.
3252
6e0a4f15
MS
3253 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3254 confusing the i386 epilogue unwinder.
3255
782b2b07
SS
32562009-07-14 Stan Shebs <stan@codesourcery.com>
3257
3258 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3259
f662c3bc
MS
32602009-07-14 Michael Snyder <msnyder@vmware.com>
3261
3262 * gdb.reverse/step-reverse.exp (stepi into function call):
3263 Call instruction may not be first instruction in the line.
3264 (reverse stepi from a function call): Used wrong line number.
3265
8f313923
JK
32662009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3269
4662c76e
JK
32702009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 Fix gdb.base/macscp.exp when using custom inputrc.
3273 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3274 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3275 env(TERM) set.
3276 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3277 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3278
aa81e255
JK
32792009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3280
3281 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3282 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3283 Change the compilation target to match the testcase name.
3284 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3285 testcase name.
3286 * a2-run.exp: Use for setup prepare_for_testing. Change the
3287 compilation target to match the testcase name.
3288 * gdb.base/commands.exp: Likewise.
3289 * gdb.base/finish.exp: Likewise.
3290 * gdb.base/float.exp: Likewise.
3291 * gdb.base/info-target.exp: Likewise.
3292 * gdb.base/relational.exp: Likewise.
3293 * gdb.base/term.exp: Likewise.
3294 * gdb.base/until.exp: Likewise.
3295 * gdb.base/volatile.exp: Likewise.
3296 * gdb.base/whatis-exp.exp: Likewise.
3297
4c93b1d7
HZ
32982009-07-11 Hui Zhu <teawater@gmail.com>
3299
3300 * gdb.base/help.exp (disassemble): Update expected help text.
3301
812f7342
TT
33022009-07-09 Tom Tromey <tromey@redhat.com>
3303
3304 * lib/gdb.exp: Handle TRANSCRIPT.
3305 (remote_spawn, remote_close, send_gdb): New procs.
3306
fbb8f299
PM
33072009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3308
3309 * gdb.python/python-prettyprint.c: Add counted null string
3310 structure.
3311 * gdb.python/python-prettyprint.exp: Print null string. Test for
3312 embedded nulls.
3313 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3314 * gdb.python/python-value.exp (test_value_in_inferior): Add
3315 variable length string fetch tests.
3316 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3317
c0ac0ec7
JK
33182009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3321
30b66ecc
TT
33222009-07-07 Tom Tromey <tromey@redhat.com>
3323
3324 * gdb.base/call-rt-st.exp: Update for change to escape output.
3325 * gdb.base/callfuncs.exp: Likewise.
3326 * gdb.base/charset.exp: Likewise.
3327 * gdb.base/constvars.exp: Likewise.
3328 * gdb.base/long_long.exp: Likewise.
3329 * gdb.base/pointers.exp: Likewise.
3330 * gdb.base/printcmds.exp: Likewise.
3331 * gdb.base/setvar.exp: Likewise.
3332 * gdb.base/store.exp: Likewise.
3333 * gdb.cp/ref-types.exp: Likewise.
3334 * gdb.mi/mi-var-child.exp: Likewise.
3335 * gdb.mi/mi-var-display.exp: Likewise.
3336 * gdb.mi/mi2-var-display.exp: Likewise.
3337 * gdb.base/charset.exp: Test octal escape sequence length.
3338 Update for change to escape output.
3339
187c4a2b
JK
33402009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3343
d80a43f9
DJ
33442009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3345
3346 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3347
047427a8
JK
33482009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3349
3350 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3351 gdbserver increasing $portnum if "Can't bind address" has been seen.
3352
8b5a0f4f
PA
33532009-07-05 Pedro Alves <pedro@codesourcery.com>
3354
3355 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3356 mingw32ce.
3357
7d93ba58
PA
33582009-07-05 Pedro Alves <pedro@codesourcery.com>
3359
3360 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3361 VFP format.
3362
2277426b
PA
33632009-07-02 Pedro Alves <pedro@codesourcery.com>
3364
3365 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3366 linux. Adjust to use "inferior", "info inferiors", "detach
3367 inferior" and "kill inferior" instead of "restart", "info fork",
3368 "detach fork" and "delete fork".
3369 * gdb.base/ending-run.exp: Spell out "info".
3370 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3371 the "kill" command.
3372
5af949e3
UW
33732009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3374
3375 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3376 change to prefix TLS offset in hex with 0x.
3377
5d3729b5
UW
33782009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3379
3380 * gdb.base/default.exp: Update test case for "x" changes.
3381
af589bd0
TG
33822009-07-01 Tristan Gingold <gingold@adacore.com>
3383
3384 * gdb.base/bigcore.exp: Make darwin untested.
3385
40974f91
JK
33862009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3387
3388 * gdb.base/completion.exp (directory completion): Create the directory.
3389 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3390 escapeuniquesub.
3391 (directory completion 2): Expect now ${escapeuniquesub}.
3392 (Glob remaining of directory test): Remove one excessive newline.
3393 Expect the real output.
3394
59dd3af6
JK
33952009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3396
3397 Fix `make check//%' target after `make check' has been ran.
3398 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3399 a mkdir call.
3400 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3401 (%/.dir): Remove.
3402
f4e164aa
JK
34032009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3404
3405 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3406 the expected result record.
3407
69af2122
JK
34082009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3409
3410 Remove racy FAILs relying just on the timeouts.
3411 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3412 (annotation_level 2): Remove racy FAILs.
3413
2fd481e1
PP
34142009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3415
3416 gdb/10275
3417 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3418
c38f313d
DJ
34192009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3420
3421 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3422
8b777f02
VP
34232009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3424
3425 * gdb.mi/mi-stack.exp: Testing symbolic options
3426 to -stack-list-locals and -stack-list-arguments.
3427
00c7eacf
JK
34282009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3429
3430 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3431
6bc80edc
TT
34322009-06-29 Tom Tromey <tromey@redhat.com>
3433
3434 * dg-extract-results.sh: New file.
3435 * Makefile.in (FORCE_PARALLEL): New variable.
3436 (CHECK_TARGET): New conditional variable.
3437 (check): Use CHECK_TARGET.
3438 (DO_RUNTEST): New variable.
3439 (check-single): New target.
3440 (TEST_DIRS): New variable.
3441 (TEST_TARGETS): Likewise.
3442 (check-parallel): New target.
3443 (check-gdb.%): New pattern.
3444 (BASE1_FILES): New variable.
3445 (BASE2_FILES): Likewise.
3446 (check-gdb.base%): New pattern.
3447 (%/.dir): New pattern.
3448 * configure: Rebuild.
3449 * aclocal.m4 (AM_CONDITIONAL): New defun.
3450 * configure.ac: Check whether user is using GNU make.
3451 (GMAKE): New conditional.
3452
794684b6
SW
34532009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3454
3455 * gdb.cp/namespace-nested-import.cc: New test.
3456 * gdb.cp/namespace-nested-import.exp: New test.
3457
edb3359d
DJ
34582009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3459
3460 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3461 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3462 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3463 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3464 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3465 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3466 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3467 gdb.opt/inline-markers.c: New files.
3468 * lib/gdb.exp (skip_inline_frame_tests): New function.
3469 (skip_inline_var_tests): New function.
3470
cf657a0c
AS
34712009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3472
3473 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3474 backtrace.
3475
28d41a99
MS
34762009-06-27 Michael Snyder <msnyder@vmware.com>
3477
3478 * gdb.reverse: New directory.
3479 * gdb.reverse/break-reverse.c: New test.
3480 * gdb.reverse/break-reverse.exp: New test.
3481 * gdb.reverse/consecutive-reverse.c: New test.
3482 * gdb.reverse/consecutive-reverse.exp: New test.
3483 * gdb.reverse/finish-reverse.c: New test.
3484 * gdb.reverse/finish-reverse.exp: New test.
3485 * gdb.reverse/machinestate.c: New test.
3486 * gdb.reverse/ms1.c: New test.
3487 * gdb.reverse/machinestate.exp: New test.
3488 * gdb.reverse/Makefile.in: New file.
3489 * gdb.reverse/shr2.c: New test.
3490 * gdb.reverse/solib-reverse.c: New test.
3491 * gdb.reverse/solib-reverse.exp: New test.
3492 * gdb.reverse/step-reverse.c: New test.
3493 * gdb.reverse/step-reverse.exp: New test.
3494 * gdb.reverse/until-reverse.c: New test.
3495 * gdb.reverse/ur1.c: New test.
3496 * gdb.reverse/until-reverse.exp: New test.
3497 * gdb.reverse/watch-reverse.c: New test.
3498 * gdb.reverse/watch-reverse.exp: New test.
3499 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3500 * configure: Regenerate.
3501
fe3c8b0d
DE
35022009-06-26 Doug Evans <dje@google.com>
3503
3504 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3505
3a72a602
PM
35062009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3507
3508 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3509 windows problem for 'file delete $binfile'.
3510
27aa8d6a
SW
35112009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3512
3513 * gdb.cp/namespace-using.exp: New test.
3514 * gdb.cp/namespace-using.cc: New test.
3515
8ac055f8
JB
35162009-05-20 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdb.ada/variant_record_packed_array: New testcase.
3519
85e306ed
TT
35202009-06-23 Tom Tromey <tromey@redhat.com>
3521
3522 * gdb.base/charset.exp (test_combination): Regression test.
3523 * gdb.base/charset.c (my_wchar_t): New typedef.
3524 (myvar): New global.
3525 (main): Set myvar.
3526
56643c5e
PM
35272009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3528
3529 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3530 target.
3531
1fac167a
UW
35322009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3533
3534 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3535
7ccb0be9
UW
35362009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3537
3538 * gdb.mi/gdb680.exp: Update test for error message.
3539
568d6575
UW
35402009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3541
3542 * gdb.base/annota1.exp: Allow multiple occurrences of the
3543 frames-invalid annotation.
3544 * gdb.cp/annota2.exp: Likewise.
3545
7cd1089b
PM
35462009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3547
3548 * gdb.cp/gdb2495.cc: New file.
3549 * gdb.cp/gdb2495.exp: New file.
3550
72c63395
JK
35512009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 Report error on GDB crash during runto.
3554 * lib/gdb.exp (runto <eof>): New.
3555
3788363d
DJ
35562009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3557
3558 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3559 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3560 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3561 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3562 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3563 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3564 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3565 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3566 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3567 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3568 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3569 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3570 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3571 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3572 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3573 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3574 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3575 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3576 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3577 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3578 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3579 gdb.trace/passcount.exp, gdb.trace/report.exp,
3580 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3581 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3582 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3583 executable.
3584
17592de3
PA
35852009-06-07 Pedro Alves <pedro@codesourcery.com>
3586
3587 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3588 defined before referencing it.
3589
701e355d
DE
35902009-06-03 Doug Evans <dje@google.com>
3591
3592 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3593 * gdb.arch/i386-see.c: Ditto.
3594
f2292c65
PM
35952009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3596
3597 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3598 (check_macro): Return 1 if undefined.
3599 If first test fails, check if macro debug information is available,
3600 and report unsupported test if no macro information is found.
3601
5a437975
DE
36022009-05-29 Doug Evans <dje@google.com>
3603
3604 * gdb.threads/hand-call-in-threads.exp: New.
3605 * gdb.threads/hand-call-in-threads.c: New.
3606
c141c696
MS
36072009-05-29 Michael Snyder <msnyder@vmware.com>
3608
3609 * gdb.base/break-always.exp: Change "1" to "on".
3610 Add confirmation check.
3611
b3444185
PA
36122009-05-28 Pedro Alves <pedro@codesourcery.com>
3613
3614 * gdb.threads/threxit-hop-specific.c: New.
3615 * gdb.threads/threxit-hop-specific.exp: New.
3616 * gdb.threads/thread-execl.c: New.
3617 * gdb.threads/thread-execl.exp: New.
3618
b6313243
TT
36192009-05-27 Tom Tromey <tromey@redhat.com>
3620 Thiago Jung Bauermann <bauerman@br.ibm.com>
3621
3622 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3623 (mi_child_regexp): Likewise.
3624 (mi_list_varobj_children_range): Likewise.
3625 (mi_get_features): Likewise.
3626 (mi_list_varobj_children): Rewrite.
3627 * gdb.python/python-mi.exp: New file.
3628
a6bac58e
TT
36292009-05-27 Tom Tromey <tromey@redhat.com>
3630 Thiago Jung Bauermann <bauerman@br.ibm.com>
3631 Phil Muldoon <pmuldoon@redhat.com>
3632 Paul Pluzhnikov <ppluzhnikov@google.com>
3633
3634 * gdb.python/python-prettyprint.exp: New file.
3635 * gdb.python/python-prettyprint.c: New file.
3636 * gdb.python/python-prettyprint.py: New file.
3637 * gdb.base/display.exp: print/r is now valid.
3638
2c74e833
TT
36392009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3640 Tom Tromey <tromey@redhat.com>
3641 Pedro Alves <pedro@codesourcery.com>
3642 Paul Pluzhnikov <ppluzhnikov@google.com>
3643
3644 * gdb.python/python-template.exp: New file.
3645 * gdb.python/python-template.cc: New file.
3646 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3647 tests.
3648 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3649 Call it.
3650 (test_value_after_death): New proc.
3651 * gdb.python/python-value.c (PTR): New typedef.
3652 (main): New variable 'x'.
3653
89c73ade
TT
36542009-05-27 Tom Tromey <tromey@redhat.com>
3655
3656 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3657 tests.
3658 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3659 Call it.
3660
a75724bc
PA
36612009-05-27 Pedro Alves <pedro@codesourcery.com>
3662
3663 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3664
e58b0e63
PA
36652009-05-24 Pedro Alves <pedro@codesourcery.com>
3666
3667 * gdb.threads/fork-thread-pending.c: New.
3668 * gdb.threads/fork-thread-pending.exp: New.
3669
4ac36638
JK
36702009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3673 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3674
c28c63d8
JB
36752009-05-18 Jon Beniston <jon@beniston.com>
3676
3677 * gdb.asm/asm-source.exp: Add lm32 target.
3678
b242c3c2
PA
36792009-05-17 Pedro Alves <pedro@codesourcery.com>
3680
3681 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3682 `gdb_get_line_number'. Call `callee' in both parent and child.
3683 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3684 `gdb_get_line_number' instead of hardcoding line numbers.
3685 (catch_fork_unpatch_child): New procedure to test detaching
3686 breakpoints from child fork.
3687 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3688 hardcoding line numbers.
3689 (do_fork_tests): Run `catch_fork_unpatch_child'.
3690
ee342b23
VP
36912009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3692
3693 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3694 of structure type enters or leaves the scope, it
3695 is reported by -var-update.
3696
e2009e98
DE
36972009-05-11 Doug Evans <dje@sebabeach.org>
3698
3699 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3700 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3701 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3702
00903456
JK
37032009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3704
3705 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3706
dc621c35
DE
37072009-04-30 Doug Evans <dje@google.com>
3708
3709 * gdb.threads/watchthreads2.exp: New testcase.
3710 * gdb.threads/watchthreads2.c: New testcase.
3711
9ab4e744
DE
37122009-04-29 Doug Evans <dje@google.com>
3713
3714 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3715 * gdb.cp/mb-ctor.cc: Ditto.
3716 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3717 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3718 * gdb.cp/mb-inline1.cc: Call it.
3719 * gdb.cp/mb-inline2.cc: Ditto.
3720 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3721 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3722
484086b7
JK
37232009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3724
3725 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3726 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3727 Replace all uses of `decimal' by `nonzero'.
3728 (info macro FROM_COMMANDLINE): New test.
3729
379a77b5
TT
37302009-04-27 Tom Tromey <tromey@redhat.com>
3731
3732 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3733
b92b73c2
DE
37342009-04-27 Doug Evans <dje@google.com>
3735
3736 * gdb.threads/watchthreads.c (main): Initialize args before starting
3737 the threads. Plus formatting cleanup.
3738 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3739 biased scheduling of one thread.
3740
945a118d
JG
37412009-04-27 Jerome Guitton <guitton@adacore.com>
3742
3743 * gdb.cp/templates.cc (GetMax): New template.
3744 (main): Declare two instances of GetMax.
3745 * gdb.cp/templates.exp: Add new test.
3746
d389af10
JK
37472009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3750
e7f86de9
JM
37512009-04-22 Joseph Myers <joseph@codesourcery.com>
3752
3753 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3754
334cc82d
TT
37552009-04-15 Tom Tromey <tromey@redhat.com>
3756
3757 * gdb.base/charset.exp: Add regression test.
3758
d12672cc
JB
37592009-04-14 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.base/exe-lock.exp: New testcase.
3762
18e8c3bc
TT
37632009-04-13 Tom Tromey <tromey@redhat.com>
3764
3765 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3766 operator on Frame.
3767
5ecd5cbe
UW
37682009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3769
3770 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3771 * gdb.server/ext-attach.exp: Likewise.
3772
7309f756
VP
37732009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3774
3775 Eliminate some sleep usage.
3776
3777 * gdb.mi/basics.c (do_nothing): New.
3778 (main): Use do_nothing instead of printf, so that
3779 not to introduce race condition between output of
3780 inferiour and output of gdb. Do not use sleep as it
3781 is not generally available on embedded targets.
3782
f4b95f6f
PA
37832009-04-02 Pedro Alves <pedro@codesourcery.com>
3784
3785 * gdb.server/ext-attach.exp: Expect an optional process id after
3786 "Detached from remote process".
3787
de40b933
JK
37882009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3791 gdb.dwarf2/dw2-unresolved.exp: New.
3792
2ae101a4
PA
37932009-04-02 Pedro Alves <pedro@codesourcery.com>
3794
3795 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3796 mi_run_to_main.
3797
56a8e183
PA
37982009-04-02 Pedro Alves <pedro@codesourcery.com>
3799
3800 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3801 mi_run_to_main. Skip thread exit test on remote targets.
3802 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3803 mi_run_to_main.
3804 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3805 mi_run_to_main.
3806 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3807 when expecting ^connected. Detect when the target doesn't support
3808 non-stop mode.
3809 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3810 supported. Return -1 on error, 0 on success.
3811 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3812 (mi_runto): Return mi_runto_helper's result explicitly.
3813
c35fafde
PA
38142009-04-01 Pedro Alves <pedro@codesourcery.com>
3815
3816 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3817
f8a8dce6
JB
38182009-04-01 Tom Tromey <tromey@redhat.com>
3819
3820 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3821 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3822 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3823 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3824
71c25dea
TT
38252009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3826 Jan Kratochvil <jan.kratochvil@redhat.com>
3827
3828 PR gdb/931
3829 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3830 output.
3831 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3832 for gdb/931.
3833 * dw2-strp.S (DW_AT_language): Change to C++.
3834 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3835
02d9a9ce
JB
38362009-03-31 Joel Brobecker <brobecker@adacore.com>
3837
3838 * gdb.ada/tasks: New testcase.
3839
1042e4c0
SS
38402009-03-30 Stan Shebs <stan@codesourcery.com>
3841
3842 * gdb.trace/actions.exp: Update to match new info trace format.
3843 * gdb.trace/deltrace.exp: Ditto.
3844 * gdb.trace/infotrace.exp: Ditto.
3845 * gdb.trace/passcount.exp: Ditto.
3846 * gdb.trace/save-trace.exp: Ditto.
3847 * gdb.trace/while-stepping.exp: Ditto.
3848 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3849
f8f6f20b
TJB
38502009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3851
3852 * gdb.python/python-frame.c: New file.
3853 * gdb.python/python-frame.exp: New file.
3854
c0c6f777
TJB
38552009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3856
3857 * gdb.python/python-value.exp: Add tests for the address
3858 attribute.
3859
3cb51905
AS
38602009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3861
3862 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3863
88fc996f
DE
38642009-03-26 Doug Evans <dje@google.com>
3865
3866 * gdb.mi/mi-nonstop-exit.exp: New file.
3867 * gdb.mi/non-stop-exit.c: New file.
3868
56ef84b1
TT
38692009-03-26 Tom Tromey <tromey@redhat.com>
3870
3871 Update for change to prologue skipping:
3872 * gdb.mi/mi2-simplerun.exp: Update.
3873 * gdb.mi/mi2-break.exp: Update.
3874 * gdb.mi/mi-simplerun.exp: Update.
3875 * gdb.mi/mi-break.exp: Update.
3876 * gdb.base/ending-run.exp: Update.
3877
def2b000
TJB
38782009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3879
3880 * gdb.python/python-value.exp (test_value_in_inferior): Test
3881 gdb.Value.is_optimized_out attribute.
3882
442ddf59
JK
38832009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3884
3885 * gdb.dwarf2/dw2-noloc-main.c: New file.
3886 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3887 (.text): Remove.
3888 (.data): New.
3889 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3890 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3891 (DW_TAG_subprogram func_cu1, noloc): Remove.
3892 (main): New.
3893 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3894 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3895 (file_symbols): New procedure.
3896
a8df5de4
TT
38972009-03-25 Tom Tromey <tromey@redhat.com>
3898
3899 * gdb.base/charset.exp (valid_target_charset): New proc.
3900 Use it to skip tests on invalid charsets.
3901
cc1d7add
PM
39022009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3903
3904 * gdb.base/completion.exp: Add a test for directory completion.
3905
bcd5727b
JK
39062009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 Fix a racy FAIL.
3909 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3910 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3911
cc924cad
TJB
39122009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3913
3914 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3915 * gdb.python/python-function.exp: Add test for function returning
3916 a GDB value.
3917
bc3b79fd
TJB
39182009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3919
3920 * gdb.python/python-function.exp: New file.
3921
6c7a06a3
TT
39222009-03-20 Tom Tromey <tromey@redhat.com>
3923
3924 * gdb.base/store.exp: Update for change to escape output.
3925 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
3926 to escape output.
3927 * gdb.base/pointers.exp: Update for change to escape output.
3928 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
3929 to escape output.
3930 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
3931 escape output.
3932 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
3933 to escape output.
3934 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
3935 escape output.
3936 * gdb.base/setvar.exp: Update for change to escape output.
3937 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
3938 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
3939 to escape output.
3940 (test_print_string_constants): Likewise.
3941 * gdb.base/charset.exp (valid_host_charset): Check size of
3942 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
3943 cases. Handle "auto"-related output.
3944 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
3945 (uvar, Uvar): New globals.
3946
c31af87b
JG
39472009-03-19 Jerome Guitton <guitton@adacore.com>
3948
3949 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
3950 deltas.
3951 * gdb.ada/fixed_points.exp: Ditto.
3952
51272cf2
PA
39532009-03-18 Pedro Alves <pedro@codesourcery.com>
3954
3955 * return-nodebug.c: Don't include stdio.h.
3956 (init): Delete.
3957 (func): Delete definition and provide extern declaration.
3958 (t): New.
3959 (main): Don't call printf. Call func and store its result in t.
3960 * return-nodebug1.c: New.
3961 * return-nodebug.exp: Don't expect stdio output. Instead, print
3962 the global variable t. Drop printf formatters and cast types from
3963 foreach loop. Don't use prepare_for_testing. Compile
3964 return-nodebug.c and return-nodebug1.c in separate steps. Don't
3965 define FORMAT or CAST.
3966
d24948ac
PP
39672009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3968
3969 * gdb.base/solib-display.exp: Disable test for remote targers.
3970
61ff14c6
JK
39712009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
3974
cb4dce93
JK
39752009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 Fix a racy FAIL.
3978 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
3979 code from `follow parent, print pids'.
3980 (`follow child, print pids', `follow parent, print pids'): Call it.
3981 Replace `gdb_test "break..."' by gdb_breakpoint.
3982
f7c60c5e
VP
39832009-03-13 Vladimir Prus <vladimir@codesourcery.com>
3984
3985 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 3986 sync and async modes.
f7c60c5e 3987
383ace49
JB
39882009-03-12 Joel Brobecker <brobecker@adacore.com>
3989
3990 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
3991 that was checked in by mistake. Remove loading of ada.exp, since
3992 this is not necessary in this case.
3993
4ce102af
JB
39942009-03-12 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/ptype_arith_binop.exp: New testcase.
3997
529a2aef
JB
39982009-03-12 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.ada/mod_from_name: New testcase.
4001
8a38181c
JB
40022009-03-12 Joel Brobecker <brobecker@adacore.com>
4003
4004 * gdb.ada/tick_last_segv: New testcase.
4005
11436dee
VP
40062009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4007
61ff14c6 4008 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 4009
1f31650a
VP
40102009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4011
61ff14c6
JK
4012 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4013 include the token in ^running and frame info in *stopped.
1f31650a 4014
a3247a22
PP
40152009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4016
4017 * solib-display.exp: New file.
4018 * solib-display-main.c: New file.
4019 * solib-display-lib.c: New file.
61ff14c6 4020
aae64587
PA
40212009-03-05 Pedro Alves <pedro@codesourcery.com>
4022
4023 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4024
44aabfbc
JK
40252009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4028 (list_and_check_macro): Use more specific test name.
4029 (next to definition): Make the test names unique.
4030
c087fcd3
PM
40312009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4032
4033 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 4034
c86cf029
VP
40352009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4036
4037 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4038 notifications.
4039 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4040 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4041 * lib/mi-support.exp (library_loaded_re): New.
4042 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4043
3ea85240
VP
40442009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4045
4046 * gdb.gdb/observer.exp: Use test_notification observer, not
4047 normal_stop, everywhere.
4048 (test_normal_stop_notifications): Rename to...
4049 (test_notifications): ...this.
4050 (test_observer_normal_stop): Rename to...
4051 (test_observer): ...this.
4052
1903f0e6
DE
40532009-02-16 Doug Evans <dje@google.com>
4054
4055 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4056 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4057 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4058 (test_prefixed_syscall,test_int3): New tests.
4059 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4060 (test_prefixed_syscall,test_int3): New tests.
4061
1d33d6ba
VP
40622009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4063
3cb51905
AS
4064 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4065 (mi_expect_interrupt): Likewise.
4066 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4067 response.
1d33d6ba 4068
faafb047
PM
40692009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4070
4071 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4072 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4073 Replace calls to get_valueofx by get_hexadecimal_valueof.
4074
417e16e2
PM
40752009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4076
4077 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4078 (get_integer_valueof): New procedure.
4079 (get_sizeof): Use new get_integer_value_of.
4080 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4081 by get_integer_valueof.
4082
7065b901
TT
40832009-02-13 Tom Tromey <tromey@redhat.com>
4084
4085 * gdb.base/remote.exp (get_sizeof): Remove.
4086 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4087 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4088 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4089 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4090 (get_sizeof): Likewise.
4091
5d7cb8df
JK
40922009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4093
4094 PR fortran/9806
4095 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4096
b2febfff
PP
40972009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4098
4099 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4100
4aa995e1
PA
41012009-02-06 Pedro Alves <pedro@codesourcery.com>
4102
4103 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4104
d8906c6f
TJB
41052009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4106
4107 * gdb.python/python-cmd.exp: New file.
4108
ff4ab08d
TG
41092009-02-06 Tristan Gingold <gingold@adacore.com>
4110
4111 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4112
aacd552b
TG
41132009-02-05 Tristan Gingold <gingold@adacore.com>
4114
4115 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4116 pointer is dereferenced and use this signal name in regexp.
4117 * gdb.base/signull.exp: Ditto.
4118 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4119 * gdb.base/signull.c (main): Ditto.
4120
08c637de
TJB
41212009-02-04 Tom Tromey <tromey@redhat.com>
4122 Thiago Jung Bauermann <bauerman@br.ibm.com>
4123
4124 * gdb.python/python-value.exp: Use `gdb.history' instead of
4125 `gdb.value_from_history'.
4126 (test_value_numeric_ops): Add test for conversion of enum constant.
4127 * gdb.python/python-value.c (enum e): New type.
4128 (evalue): New global.
4129 (main): Use argv.
4130
20261af8
JG
41312009-02-04 Jerome Guitton <guitton@adacore.com>
4132
4133 * gdb.ada/uninitialized_vars: New test program.
4134 * gdb.ada/uninitialized_vars.exp: New testcase.
4135
52e44b43
TT
41362009-02-02 Tom Tromey <tromey@redhat.com>
4137
4138 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4139 * gdb.cp/pr2489.cc: Rename...
4140 * gdb.cp/pr9594.cc: ... to this.
4141
1c71341a
TT
41422009-02-02 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4145 * gdb.cp/pr2489.cc: New file.
4146 * gdb.cp/cpcompletion.exp: New file.
4147
a4295225
TT
41482009-02-02 Tom Tromey <tromey@redhat.com>
4149
4150 PR exp/9059:
4151 * gdb.cp/call-c.exp: Add regression test.
4152 * gdb.cp/call-c.cc (FooHandle): New typedef.
4153 (main): New variable 'handle'.
4154
592375cd
VP
41552009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4156
4157 * lib/mi-support.exp (et_mi_thread_list)
4158 (check_mi_and_console_threads): Adjust for current thread in
4159 -thread-list-ids output.
4160
41447f92
VP
41612009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4162
4163 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4164 Call it.
4165
35669430
DE
41662009-01-28 Doug Evans <dje@google.com>
4167
4168 * gdb.arch/amd64-disp-step.S: New file.
4169 * gdb.arch/amd64-disp-step.exp: New file.
4170 * gdb.arch/i386-disp-step.S: New file.
4171 * gdb.arch/i386-disp-step.exp: New file.
4172
09f00d9a
PM
41732009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4174
4175 * gdb.base/find.exp: Set newline variable
4176 using quotes instead of braces to fix cygwin failures.
4177
1e8fb976
PA
41782009-01-23 Pedro Alves <pedro@codesourcery.com>
4179
4180 * gdb.base/radix.exp: Add tests to ensure that that set
4181 input-radix 0 and set output-radix 0 are really rejected.
4182
da061712
PA
41832009-01-23 Pedro Alves <pedro@codesourcery.com>
4184
4185 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4186 copyright years.
4187
dd7e2d2b
PA
41882009-01-23 Pedro Alves <pedro@codesourcery.com>
4189
4190 PR gdb/9664:
4191 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4192
392452f6
PA
41932009-01-22 Pedro Alves <pedro@codesourcery.com>
4194
4195 PR c++/9631:
4196 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4197
8653e71c
PM
41982009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4199
4200 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4201 binfile definition to fix Windows OS failure.
4202
a12cc160
DJ
42032009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4204
4205 PR gdb/9346
4206 * gdb.base/interrupt.c (sigint_handler): New.
4207 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4208 on error.
4209 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4210 Test "signal SIGINT".
4211
b89667eb
DE
42122009-01-19 Doug Evans <dje@google.com>
4213
4214 * gdb.base/break.exp: Update expected gdb output.
4215 * gdb.base/sepdebug.exp: Ditto.
4216 * gdb.mi/mi-syn-frame.exp: Ditto.
4217 * gdb.mi/mi2-syn-frame.exp: Ditto.
4218 * gdb.base/call-signal-resume.exp: New file.
4219 * gdb.base/call-signals.c: New file.
4220 * gdb.base/unwindonsignal.exp: New file.
4221 * gdb.base/unwindonsignal.c: New file.
4222 * gdb.threads/interrupted-hand-call.exp: New file.
4223 * gdb.threads/interrupted-hand-call.c: New file.
4224 * gdb.threads/thread-unwindonsignal.exp: New file.
4225
adb483fe
DJ
42262009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4227
4228 * gdb.base/define.exp: Test defining and hooking prefix commands.
4229 * gdb.python/python.exp: Update test for "show user" output.
4230
60023297
JK
42312009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4232
4233 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4234 now the output exactly, using less wildcards. Expect also the output
4235 of gfortran-4.3. Update for the f-valprint.c modification from
4236 2008-04-22.
4237 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4238 Remove gdb_test test names where matching the command.
4239
ccc57cf9
PA
42402009-01-01 Pedro Alves <pedro@codesourcery.com>
4241
4242 PR breakpoints/9681:
4243 * gdb.base/watchpoint.exp: Add regression test.
4244
c7a6ca08
PA
42452008-12-31 Pedro Alves <pedro@codesourcery.com>
4246
4247 * gdb.threads/attach-into-signal.exp: Don't use
4248 gdb_suppress_entire_file.
4249 * gdb.threads/attach-stopped.exp: Ditto.
4250 * gdb.threads/attachstop-mt.exp: Ditto.
4251
3a031f65
PA
42522008-12-31 Pedro Alves <pedro@codesourcery.com>
4253
4254 PR gdb/8812:
4255 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4256
09e6485f
PA
42572008-12-29 Pedro Alves <pedro@codesourcery.com>
4258
4259 PR gdb/7536:
4260 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4261 and unsupported output radices are really rejected.
4262
0cd53049
JK
42632008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4266
ba163c7e
TT
42672008-12-22 Tom Tromey <tromey@redhat.com>
4268
4269 * gdb.cp/punctuator.exp: New file.
4270
6f4de6c9
JK
42712008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4272
4273 * gdb.base/completion.exp (Completing non-existing component): New test.
4274
0f34d0b4
JK
42752008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 Fix for PR gdb/8648.
4278 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4279 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4280 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4281 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4282
db2ad4c3
JK
42832008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4284
4285 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4286
bb5ef15e
DP
42872008-12-16 Christophe Lyon <christophe.lyon@st.com>
4288
4289 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4290 compiler actually generate code at the expected line number.
4291
90142adc
JZ
42922008-12-15 Jie Zhang <jie.zhang@analog.com>
4293
4294 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4295
fad6eecd
TT
42962008-12-12 Tom Tromey <tromey@redhat.com>
4297
4298 * gdb.base/commands.exp (redefine_hook_test): New proc.
4299 Call it.
4300
17c8aaf5
TT
43012008-12-11 Tom Tromey <tromey@redhat.com>
4302
4303 * gdb.base/macscp.exp: New regression test.
4304
7c8adf68
TT
43052008-12-11 Tom Tromey <tromey@redhat.com>
4306
4307 * gdb.base/macscp.exp: Print "address.addr".
4308 * gdb.base/macscp1.c (struct outer): New struct.
4309 (address): New global.
4310
b05dcbb7
TT
43112008-12-09 Tom Tromey <tromey@redhat.com>
4312
4313 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4314 Call it.
4315
2d476de1
DE
43162008-12-04 Doug Evans <dje@google.com>
4317
4318 * gdb.server/ext-run.exp: Relax regexp for init program.
4319
87bdc959
TG
43202008-12-03 Tristan Gingold <gingold@adacore.com>
4321
4322 * gdb.base/macscp.exp: Generate an object file during compilation
4323 to work around Darwin dsymutil limitations.
4324
e0740f77
JK
43252008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 Test resolving external references to TLS variables.
4328 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4329 FILE2_THREAD_LOCAL.
4330 (testfile2, srcfile2): New variables.
4331 * gdb.threads/tls.c (file2_thread_local)
4332 (function_referencing_file2_thread_local): New.
4333 * gdb.threads/tls2.c: New file.
4334
67f0aac5
JB
43352008-11-28 Joel Brobecker <brobecker@adacore.com>
4336
4337 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
4338 rather than integer, as integer might not be big enough when
4339 on 64bit targets.
67f0aac5 4340
c332165e
JG
43412008-11-27 Jerome Guitton <guitton@adacore.com>
4342
4343 * gdb.cp/formatted-ref.exp: Add equality test.
4344 * gdb.ada/formatted_ref.exp: Ditto.
4345
fc9b693c
JK
43462008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4349 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4350
a9c64011
AS
43512008-11-20 Andreas Schwab <schwab@suse.de>
4352
4353 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4354 matching syscall entry point.
4355 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4356 (tcatch_vfork_then_child_follow): Likewise. Finish through
4357 vfork even if we stopped at the syscall trampoline.
4358
e2fd701e
DE
43592008-11-20 Doug Evans <dje@google.com>
4360
4361 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4362
69abc51c
TJB
43632008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4364
4365 * gdb.arch/ppc-dfp.exp: New file.
4366 * gdb.arch/ppc-dfp.c: New file.
4367
c14c28ba
PP
43682008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4369
4370 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 4371
2e74121d
DE
43722008-11-17 Doug Evans <dje@google.com>
4373
4374 * gdb.mi/mi-syn-frame.exp: Update expected output.
4375 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4376
66bb093b
VP
43772008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4378
4379 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
4380 "thread N" results in =thread-selected.
4381 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4382 (mi_send_resuming_command_raw): Be prepared for
4383 =thread-selected.
4384
3d043ef6
VP
43852008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4386
a9c64011
AS
4387 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4388 * lib/mi-support.exp: Likewise.
3d043ef6 4389
808104c8
JB
43902008-11-16 Joel Brobecker <brobecker@adacore.com>
4391
4392 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4393 commands from the expected output for "help catch".
4394
00b22944
JB
43952008-11-15 Joel Brobecker <brobecker@adacore.com>
4396
4397 * gdb.ada/int_deref.exp: New testcase.
4398
59669435
TT
43992008-11-14 Nick Roberts <nickrob@snap.net.nz>
4400
4401 * gdb.mi/gdb2549.exp: New file.
4402
de04a248
DE
44032008-11-11 Doug Evans <dje@google.com>
4404
4405 * gdb.base/callexit.exp: New file.
4406 * gdb.base/callexit.c: New file.
4407
6b8ce727
DE
44082008-11-10 Doug Evans <dje@google.com>
4409
4410 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4411 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4412 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4413 (default_gdb_start,default_gdb_exit): Ditto.
4414 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4415 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4416 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4417 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4418 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4419 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4420
1b14b8aa
AS
44212008-11-03 Andreas Schwab <schwab@suse.de>
4422
4423 * gdb.base/hashline2.exp: Fix typo.
4424 * gdb.base/hashline3.exp: Likewise.
4425
f3134b88
TT
44262008-10-30 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.base/pointers.exp: Add test.
4429 * gdb.base/pointers.c (k, S): New typedefs.
4430 (instance): New global.
4431
c2226152
AS
44322008-10-30 Andreas Schwab <schwab@suse.de>
4433
4434 * gdb.base/args.exp: Add tests for newlines.
4435
462f405c
JB
44362008-10-30 Joel Brobecker <brobecker@adacore.com>
4437
4438 gdb.base/foll-exec.exp: Update the expected output of a couple
4439 of "info breakpoints" tests.
4440
79a45b7d
TT
44412008-10-28 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4444
adc13a14
PA
44452008-10-24 Pedro Alves <pedro@codesourcery.com>
4446
4447 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4448 gdb_start_cmd.
4449 Use runto_main before any test that requires execution.
4450
252fbfc8
PA
44512008-10-23 Pedro Alves <pedro@codesourcery.com>
4452
4453 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4454 instead of SIGINT.
4455
28148e3d
JB
44562008-10-22 Joel Brobecker <brobecker@adacore.com>
4457
4458 * gdb.base/completion.exp: Update expected output following
4459 the addition of the "info tasks" command.
4460
c209f847
TT
44612008-10-22 Tom Tromey <tromey@redhat.com>
4462
4463 * gdb.base/exprs.exp (test_expr): Add test for string
4464 concatenation.
4465
f177e350
PA
44662008-10-19 Pedro Alves <pedro@codesourcery.com>
4467
4468 * configure.ac: Output gdb.python/Makefile.
4469 * configure: Regenerate.
4470 * gdb.python/Makefile.in: New.
4471
cce89356
JB
44722008-10-16 Joel Brobecker <brobecker@adacore.com>
4473
4474 * gdb.base/foll-fork.exp: Adjust the expected output to match
4475 the new description for fork/vfork catchpoints in the "info
4476 breakpoints" output.
4477
176d289d
TJB
44782008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4479
4480 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4481
a08702d6
TJB
44822008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4483
4484 * gdb.python/python-value.c: New file.
4485 * gdb.python/python-value.exp: New file.
4486
1c5cfe86
PA
44872008-10-15 Pedro Alves <pedro@codesourcery.com>
4488
4489 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4490
5a98ad69
DP
44912008-10-15 Denis Pilat <denis.pilat@st.com>
4492
41702f1b 4493 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4494
dcb1a1e2
TT
44952008-10-09 Tom Tromey <tromey@redhat.com>
4496
4497 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4498 'fprintf' and 'stderr'.
4499
9124fe48
JB
45002008-10-07 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.ada/ref_tick_size.exp: New testcase.
4503
45452591
DE
45042008-10-06 Doug Evans <dje@google.com>
4505
4506 * gdb.dwarf2/dw2-cu-size.exp: New file.
4507 * gdb.dwarf2/dw2-cu-size.S: New file.
4508
4509 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4510 .Ltype_int for clarity.
4511
4fc5b208
PP
45122008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4513
4514 PR gdb/2384:
4515 * gdb.cp/gdb2384.exp: Extended to test more cases.
4516 * gdb.cp/gdb2384.cc: Likewise.
4517 * gdb.cp/gdb2384-base.h: Likewise.
4518 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4519
d78df370
JK
45202008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4521
4522 * gdb.base/maint.exp (maint print type): Remove printing
4523 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4524
9a044a89
TT
45252008-09-30 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.base/macscp.exp: Add completion tests.
4528 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4529 (TWENTY_THREE): Likewise.
4530 (FORTY_EIGHT): Likewise.
4531
506800a9
TT
45322008-09-30 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4535 everywhere.
4536 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4537
1a6f01b5
JK
45382008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4539
4540 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4541 testcase is derived from. Fix racy dependency on an expected PID
4542 number. No longer support the testcase on Linux kernel 2.4.x.
4543
2fae03e8
TT
45442008-09-27 Tom Tromey <tromey@redhat.com>
4545
4546 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4547 and varargs.
4548
1ad15515
PA
45492008-09-22 Pedro Alves <pedro@codesourcery.com>
4550
4551 * lib/mi-support.exp (mi_expect_interrupt): New.
4552 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4553 from gdb.mi/mi-nonstop.exp.
4554 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4555 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4556 lib/mi-support.exp.
4557 Use mi_check_thread_states throughout. Avoid ".*" and do not
4558 require an anchor after -exec-run.
4559
d0b76dc6
DJ
45602008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4561
4562 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4563 stop is pending. Avoid ".*" when two stops are pending.
4564 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4565 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4566 newlines in fullnames.
4567 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4568 (mi_expect_stop): Update comments. Only anchor in sync mode.
4569 Do not match newlines.
4570 (mi_send_resuming_command_raw): Always return status.
4571 (mi_get_stop_line): Do not match more than one line by accident.
4572 Only anchor in sync mode.
4573 (mi_run_inline_test): If -exec-next fails, give up.
4574
9990c830
UW
45752008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4576
4577 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4578 on SPU.
4579
ebcf6f00
JB
45802008-09-10 Joel Brobecker <brobecker@adacore.com>
4581
4582 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4583
b6db24e5
JB
45842008-09-10 Joel Brobecker <brobecker@adacore.com>
4585
4586 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4587 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4588 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4589 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4590 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4591 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4592 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4593 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4594 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4595 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4596 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4597 Include the "= " sequence in the expected output of print tests.
4598
2bf448e0
JB
45992008-09-10 Joel Brobecker <brobecker@adacore.com>
4600
4601 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4602 description for boolean types.
4603
d51fd4c8
PA
46042008-09-09 Pedro Alves <pedro@codesourcery.com>
4605
4606 * gdb.base/hook-stop-continue.c: New.
4607 * gdb.base/hook-stop-continue.exp: New.
4608
694182d2
DJ
46092008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4610
4611 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4612
3b8a7fc0
JG
46132008-09-08 Jerome Guitton <guitton@adacore.com>
4614
4615 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4616 (stack_check_probe_2, stack_check_probe_loop_1)
4617 (stack_check_probe_loop_2): New functions.
4618 (main): Add call to these new functions.
4619 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4620 functions, check that the breakpoint is inserted at the appropriate
4621 location.
4622 (insert_breakpoint): Slightly refine this procedure so that it can
4623 be called several times in the test.
4624
96cc0ae8
JG
46252008-09-08 Jerome Guitton <guitton@adacore.com>
4626
4627 * gdb.base/stack-checking.c: New file.
4628 * gdb.base/stack-checking.exp: New file.
4629
1f08b409
TJB
46302008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4631
4632 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4633 * gdb.arch/altivec-regs.exp: Likewise.
4634 * gdb.arch/vsx-regs.exp: Likewise.
4635
3099e1c4
TJB
46362008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4637
4638 * gdb.arch/ppc-fp.exp: New file.
4639 * gdb.arch/ppc-fp.c: New file.
4640
cc69bfc1
PP
46412008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4642
4643 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4644 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4645
b02a33db
MS
46462008-09-04 Michael Snyder <msnyder@vmware.com>
4647
4648 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4649 as "at" (for non-debug functions such as _start).
4650
2992cbe0
UW
46512008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4652
4653 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4654 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4655 software watchpoints.
4656 * gdb.base/watch_thread_num.exp: Likewise.
4657
514f746b
AR
46582008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4659
4660 * gdb.arch/i386-bp_permanent.exp: New test.
4661
876cecd0
TT
46622008-08-24 Tom Tromey <tromey@redhat.com>
4663
4664 * gdb.base/maint.exp: Update "maint print type".
4665
80f73d71
VP
46662008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4667
4668 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4669 support. Adjust the order of "*running" notifications.
4670 * gdb.mi/non-stop.c: Don't cast from int to void* and
4671 back.
4672
d9c78d7d
MK
46732008-08-20 Mark Kettenis <kettenis@gnu.org>
4674
4675 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4676 expect to find it in the "info frame" output.
4677
97a2d1d3
DJ
46782008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4679
4680 * gdb.base/interp.exp: Always consume both prompts.
4681
b96e2927
PA
46822008-08-20 Pedro Alves <pedro@codesourcery.com>
4683
4684 * gdb.base/pending.exp: Test pending breakpoints without symbols
4685 loaded.
4686
8cf6e61a
VP
46872008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4688
4689 * lib/mi-support.exp (mi_expect_stop): Produce
4690 more details on failures.
4691 * gdb.mi/mi-nonstop.exp: New.
4692 * gdb.mi/non-stop.c: New.
4693
c6ebd6cf
VP
46942008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4695
a9c64011
AS
4696 * gdb.mi/mi-async.exp: Use 'set target-async'.
4697 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 4698
46a9b8ed
DJ
46992008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4700
4701 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4702
44feb3ce
TT
47032008-08-17 Tom Tromey <tromey@redhat.com>
4704
4705 * gdb.base/help.exp (help catch): Rewrite.
4706
311a4e6b
TJB
47072008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4708
4709 * gdb.base/define.exp: Test indented command documentation.
4710 * gdb.python/python.exp: Test indented multi-line command.
4711
604c2f83
LM
47122008-08-15 Luis Machado <luisgpm@br.ibm.com>
4713
4714 * testsuite/gdb.arch/vsx-regs.c: New source file.
4715 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4716 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4717
886a217c
TT
47182008-08-14 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.base/macscp.exp: Add regression test for "macro define" or
4721 "macro undef" with no arguments.
4722
c814a4f3
PP
47232008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4724
4725 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 4726
12ab8a60
UW
47272008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4728
4729 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4730
d57a3c85
TJB
47312008-08-06 Tom Tromey <tromey@redhat.com>
4732
4733 * gdb.python/python.exp: New file.
4734
c7b778ff
JK
47352008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4736
4737 Fix for PR gdb/1543.
4738 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4739 $LOCATION.
4740 (location): New variable.
4741 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4742 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4743 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4744 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4745 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4746 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4747 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4748 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4749 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4750 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4751 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4752 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4753 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4754 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4755 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4756 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4757 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4758 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4759 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4760 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4761 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4762 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4763 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4764 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4765 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4766 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4767 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4768 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4769 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4770 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4771 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4772 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4773 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4774 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4775 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4776 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4777 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4778 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4779 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4780 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4781 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4782 gdb.base/type-opaque.exp, gdb.base/until.exp,
4783 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4784 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4785 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4786 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4787 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4788 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4789 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4790 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4791 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4792 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4793 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4794 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4795 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4796 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4797 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4798 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4799 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4800 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4801 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4802 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4803 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4804 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4805 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4806 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4807 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4808 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4809 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4810 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4811 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4812 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4813 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4814 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4815 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4816 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4817 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4818 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4819 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4820 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4821 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4822 to bug-gdb@prep.ai.mit.edu .
4823
5e06a3d1
VP
48242008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4825
4826 * lib/mi-support.exp (mi_load_shlibs): New.
4827 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4828
9d81d21b
VP
48292008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4830
4831 * lib/mi-support.exp (get_mi_thread_list)
4832 (check_mi_and_console_threads): New, moved from ...
4833 * gdb.mi/mi-pthread.exp: ...here.
4834 * gdb.mi/gdb669.exp (get_mi_thread_list)
4835 (check_mi_and_console_threads): Delete.
4836 * gdb.mi/mi2-pthread.exp: Likewise.
4837
bae98fe0
TT
48382008-07-28 Tom Tromey <tromey@redhat.com>
4839
4840 * Makefile.in (just-check): Remove. Move body to...
4841 (check): ... here.
4842
57380f4e
DJ
48432008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4844
4845 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4846 Add a test for duplicated SIGINTs.
4847
e09490f1
DJ
48482008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4849
4850 * gdb.threads/schedlock.exp (get_args): Update to work for any
4851 value of NUM.
4852 (Top level): Report the number of threads that did not resume.
4853
6387b45f
DJ
48542008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4855
4856 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4857
62f64ff2
DJ
48582008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4861 non-MI prompt.
4862
fa8de41e
TT
48632008-07-26 Tom Tromey <tromey@redhat.com>
4864
4865 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4866 (function_struct, function_struct_ptr): New globals.
4867 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4868 function pointer in a struct.
4869
ccb3ac8a
TT
48702008-07-26 Tom Tromey <tromey@redhat.com>
4871
4872 * gdb.base/macscp.exp: Add test for macro lexing bug.
4873
d7d9f01e
TT
48742008-07-18 Tom Tromey <tromey@redhat.com>
4875
4876 * gdb.base/macscp.exp: Add macro tests.
4877
9bf07184
PP
48782008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4879
4880 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4881
becf6477
PP
48822008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4883
4884 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4885
0709f7d3
PP
48862008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4887
4888 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 4889
7093c834
PP
48902008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4891
4892 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 4893
b432ffe3
JK
48942008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4895
4896 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4897
b1a268e5
VP
48982008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4899
4900 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4901
e2995f8e
KB
49022008-07-11 Kevin Buettner <kevinb@redhat.com>
4903
4904 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4905 of regexp to account for changes made to GDB in the printing of
4906 byte vectors.
4907
14032a66
TT
49082008-07-11 Tom Tromey <tromey@redhat.com>
4909
4910 * gdb.base/completion.exp: Add 'help' completion test.
4911
981505ef
JK
49122008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4913
4914 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4915
10568435
JK
49162008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4919
4487aabf
PA
49202008-07-09 Pedro Alves <pedro@codesourcery.com>
4921
4922 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4923
a4a9b1c4
PA
49242008-07-09 Pedro Alves <pedro@codesourcery.com>
4925
4926 * gdb.base/fullname.exp: Restore pwd if compiling failed.
4927
3c3185ac
JK
49282008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4929
4930 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
4931
7ebd49dc
VP
49322008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4933
4934 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
4935 previous commit. Add a comment.
4936
84e46146
PA
49372008-06-28 Pedro Alves <pedro@codesourcery.com>
4938
4939 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
4940
0f8d4a2f
VP
49412008-06-28 Vladimir Prus <vladimir@codesourcery.com>
4942
4943 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
4944
f747e0ce
PA
49452008-06-27 Pedro Alves <pedro@codesourcery.com>
4946
4947 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
4948 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
4949 compiling an executable, link in an object that forces unbuffered
4950 output.
4951 * lib/set_unbuffered_mode.c: New file.
4952
734a5c36
JK
49532008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
4956
a2840c35
VP
49572008-06-25 Vladimir Prus <vladimir@codesourcery.com>
4958
a9c64011
AS
4959 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
4960 mi_expect_stop.
4961 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
4962 Demand that *running is output.
4963 (detect_async): Perform checking every time.
4964 (mi_send_resuming_command): Extract everything into...
4965 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
4966 (mi_expect_stop): Don't accept any output before *stopped.
4967
6ae37fef
VP
49682008-06-13 Vladimir Prus <vladimir@codesourcery.com>
4969
4970 Robustify mi-simplerun.
a9c64011
AS
4971 * gdb.mi/basics.c (main): Add a call to sleep.
4972 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
4973 * gdb.mi/mi2-cli.exp: Likewise.
4974 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 4975
b4aa76f0 49762008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
4977
4978 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
4979
e1ac3328
VP
49802008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4981
a9c64011
AS
4982 * gdb.mi/mi-console.exp: Adjust.
4983 * gdb.mi/mi-syn-frame.exp: Adjust.
4984 * gdb.mi/mi2-console.exp: Adjust.
4985 * gdb.mi/mi2-syn-frame.exp: Adjust.
4986 * lib/mi-support.exp (mi_run_cmd): Adjust.
4987 (mi_send_resuming_command): Adjust.
e1ac3328 4988
f7f9a841
VP
49892008-06-10 Vladimir Prus <vladimir@codesourcery.com>
4990
4991 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
4992 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
4993 testing of stopped.
4994 * gdb.mi/mi2-syn-frame.exp: Likewise.
4995 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
4996 (async, detect_async): New.
4997 (mi_expect_stop, mi_continue_to_line): Adjust expectation
4998 depending on if we're running in sync or async mode.
f7f9a841 4999
37cd5d19
TT
50002008-06-09 Tom Tromey <tromey@redhat.com>
5001
5002 * gdb.base/completion.exp: New tests for field name completion
5003 with spaces, and field name completion with '->'.
5004
65d12d83
TT
50052008-06-06 Tom Tromey <tromey@redhat.com>
5006
5007 * gdb.base/break1.c (struct some_struct): New struct.
5008 (values): New global.
5009 * gdb.base/completion.exp: Add field name completion test.
5010
ebfe2e3f
PP
50112008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5012
5013 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5014 to pointer.
5015 * gdb.cp/call-c.cc: Likewise.
5016
bcf6fc3a
NR
50172008-06-06 Nick Roberts <nickrob@snap.net.nz>
5018
5019 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5020 annotation.
5021
49fd4a42 50222008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 5023 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
5024
5025 * gdb.threads/execl.c, gdb.threads/execl1.c,
5026 gdb.threads/execl.exp: New tests.
a9c64011 5027
8a34ac3f
AR
50282008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5029 Daniel Jacobowitz <dan@codesourcery.com>
5030
5031 * gdb.cp/exception.exp: Activate test, make it work with pending
5032 catchpoints.
5033
86ae69ef
JK
50342008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5035
5036 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5037
f7f9ae2c
VP
50382008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5039
a9c64011
AS
5040 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5041 now printed.
5042 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 5043
2a2d4dc3
AS
50442008-05-27 Andreas Schwab <schwab@suse.de>
5045
5046 * gdb.base/frame-args.exp: Handle arguments that are optimized
5047 out.
5048
5099e4d9
LM
50492008-05-26 Luis Machado <luisgpm@br.ibm.com>
5050
5051 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5052 quiet for ppc32 and group options into a single variable.
5053
d9c36a91
JB
50542008-05-23 Joel Brobecker <brobecker@adacore.com>
5055
5056 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5057 of zero-size elements.
5058 * gdb.ada/null_array.exp: Test printing this new array.
5059
103a8671
JK
50602008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5063
07a4cc1a 50642008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
5065
5066 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5067 of the "finish" command.
5068
55f996a7
NR
50692008-05-21 Nick Roberts <nickrob@snap.net.nz>
5070
5071 * gdb.base/annota1.exp: Test for new annotation.
5072
907fc202
UW
50732008-05-16 Pedro Alves <pedro@codesourcery.com>
5074
5075 * gdb.base/fixsection.exp: New file.
5076 * gdb.base/fixsection0.c: New file.
5077 * gdb.base/fixsection1.c: New file.
5078
e8f97270
UW
50792008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5080
5081 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5082 * gdb.base/annota3.exp: Likewise.
5083
ac0bb574
NF
50842008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5085
5086 * gdb.base/watch_thread_num.exp: Don't run tests that require
5087 watchpoints if the target doesn't support them.
5088
6fadd07a
DE
50892008-05-12 Doug Evans <dje@google.com>
5090
5091 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5092
6e9a4a30
JB
50932008-05-09 Joel Brobecker <brobecker@adacore.com>
5094
5095 * gdb.ada/assign_1.exp: New testcase.
5096
08388c79
DE
50972008-05-09 Doug Evans <dje@google.com>
5098
a3c83fae
DE
5099 * gdb.base/find.exp: New file.
5100 * gdb.base/find.c: New file.
08388c79 5101
bd5ddfe8
DJ
51022008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5103
5104 * gdb.base/commands.exp (watchpoint_command_test): Handle
5105 gdb,no_hardware_watchpoints.
5106 * gdb.base/float.exp: Allow ARM targets without floating point.
5107 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5108
b5dd68e2 51092008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 5110 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
5111
5112 * gdb.ada/lang_switch: New test program.
5113 * gdb.ada/lang_switch.exp: New testcase.
5114
382d13d1
DE
51152008-05-05 Doug Evans <dje@google.com>
5116
5117 * gdb.base/help.exp (disassemble): Update expected help text.
5118
9dd789d0
PA
51192008-05-04 Pedro Alves <pedro@codesourcery.com>
5120
5121 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5122
611c83ae
PA
51232008-05-04 Pedro Alves <pedro@codesourcery.com>
5124
5125 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5126 different times.
5127
ff013f42
JK
51282008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5129
5130 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5131 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5132 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5133 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5134
96dff6a2
VP
51352008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5136
5137 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5138 notification to appear.
5139
55cd6f92
DJ
51402008-05-04 Daniel Jacobowitz <dan@debian.org>
5141
5142 * gdb.base/fullname.c: New file.
5143 * gdb.base/fullname.exp: New file.
5144 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5145
d705c43c
PA
51462008-05-03 Pedro Alves <pedro@codesourcery.com>
5147
5148 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5149 expressions with macros.
5150
333222e1
JK
51512008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5152
5153 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5154
5ac01682
DJ
51552008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5156
5157 * gdb.base/completion.exp: Handle lack of other symbols beginning
5158 with "a".
5159
5160 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5161
237fc4c9
PA
51622008-05-02 Jim Blandy <jimb@codesourcery.com>
5163
5164 * gdb.asm/asmsrc1.s: Add scratch space.
5165
ed5e9466
DJ
51662008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5167 Daniel Jacobowitz <dan@codesourcery.com>
5168
5169 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5170 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5171 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5172
b39cc962
DJ
51732007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5174
5175 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5176
36d520f5
JB
51772008-05-01 Joel Brobecker <brobecker@adacore.com>
5178
5179 * gdb.base/info-target.exp: New testcase.
5180
8d4e3071
DJ
51812008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5182
5183 * gdb.cp/hang.exp: Use .cc instead of .C.
5184 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5185 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5186
6f3f3097
DJ
51872008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdb.base/gdb1250.exp: Remove perror.
5190 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5191
5550a914
PA
51922008-04-30 Pedro Alves <pedro@codesourcery.com>
5193
5194 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5195 .2byte.
5196
d848e687
DJ
51972008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5200 (maybe_kfail): New.
5201
93b5768b
PA
52022008-04-25 Pedro Alves <pedro@codesourcery.com>
5203
5204 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5205
721c02de
VP
52062008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5207
a9c64011
AS
5208 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5209 * gdb.mi/mi2-syn-frame.exp: Likewise.
5210 * lib/mi-support.exp: Likewise.
721c02de 5211
74960c60
VP
52122008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5213
5214 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5215 to specify regexp for the location to stop at.
5216 * gdb.base/break-always.c: New.
5217 * gdb.base/break-always.exp: New.
5218
d24317b4
VP
52192008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5220
5221 * lib/mi-support.exp (mi_runto_helper): Adjust
5222 for the original-location field.
5223 (mi_create_breakpoint, mi_list_breakpoints): New.
5224 * gdb.mi/mi-break.exp: Adjust.
5225 * gdb.mi/mi2-break.exp: Adjust.
5226 * gdb.mi/mi-pending.exp: Adjust.
5227 * gdb.mi/mi-simplerun.exp: Adjust.
5228 * gdb.mi/mi2-simplerun.exp: Adjust.
5229 * gdb.mi/mi-syn-frame.exp: Adjust.
5230 * gdb.mi/mi2-syn-frame.exp: Adjust.
5231 * gdb.mi/mi-until.exp: Adjust.
5232 * gdb.mi/mi2-until.exp: Adjust.
5233 * gdb.mi/mi-var-display.exp: Adjust.
5234 * gdb.mi/mi2-var-display.exp: Adjust.
5235 * gdb.mi/mi-watch.exp: Adjust.
5236 * gdb.mi/mi2-watch.exp: Adjust.
5237
fdc59709 52382008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 5239
a9c64011
AS
5240 * aclocal.m4: Add override.m4.
5241 * configure: Regenerate.
fdc59709 5242
8e91f023
VP
52432008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5244
5245 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5246 '-var-update --all-values' reports new value even the type
5247 of a variable object has changed.
5248
233a11ab
CS
52492008-04-18 Craig Silverstein <csilvers@google.com>
5250
5251 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5252 files.
d24317b4 5253
9c1137ad
JB
52542008-04-18 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.ada/atomic_enum: New test program.
5257 * gdb.ada/atomic_enum.exp: New testcase.
5258
66d0bbc7
DE
52592008-04-17 Doug Evans <dje@google.com>
5260
5261 * gdb.opt/Makefile.in: Fix whitespace.
5262
100906b0
UW
52632008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5264
5265 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5266
4584e32e
DE
52672008-04-17 Doug Evans <dje@google.com>
5268
5269 * gdb.base/hashline1.exp: New testcase.
5270 * gdb.base/hashline2.exp: New testcase.
5271 * gdb.base/hashline2.exp: New testcase.
5272
0a320680
PA
52732008-04-17 Pedro Alves <pedro@codesourcery.com>
5274
5275 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5276
18ac113b
AR
52772008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5278
5279 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5280 temporary breakpoint to match "Temporary breakpoint".
5281 * gdb.base/break.exp (delete_breakpoints): Likewise.
5282 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5283 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5284 * gdb.base/display.exp: Likewise.
5285 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5286 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5287 * gdb.base/restore.exp (restore_tests): Likewise.
5288 * gdb.base/sepdebug.exp: Likewise.
5289 * gdb.base/watchpoint.exp: Likewise.
5290 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5291 * gdb.mi/mi-pending.exp: Likewise.
5292 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5293 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5294 * gdb.mi/mi-var-cmd.exp: Likewise.
5295 * gdb.mi/mi-var-display.exp: Likewise.
5296 * gdb.mi/mi2-cli.exp: Likewise.
5297 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5298 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5299 * gdb.mi/mi2-var-display.exp: Likewise.
5300 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5301 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5302 new "disp" field.
a9c64011 5303 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
5304 reason. This is to support fix for PR2424.
5305
add38693
JK
53062008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5309
fcacd99f
VP
53102008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5311
5312 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 5313 field. Add more floating varobj tests.
fcacd99f 5314 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
5315 field.
5316 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5317 (main): Call do_at_tests.
5318 * lib/mi-support.exp (mi_create_floating_varobj)
5319 (mi_varobj_update_with_type_change): New.
fcacd99f 5320
de051565
MK
53212008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5322
5323 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5324 option of -var-evaluate-expression.
5325 * gdb.mi/mi2-var-display.exp: Likewise.
5326
dbc52822
VP
53272008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5328
5329 Introduce test setup helpers.
a9c64011
AS
5330 * lib/gdb.exp (build_executable, clean_restart)
5331 (prepare_for_testing): New.
5332 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5333 * gdb.base/return.exp: Likewise.
5334 * gdb.base/ending-run.exp: Likewise.
dbc52822 5335
473591da
NR
53362008-04-07 Nick Roberts <nickrob@snap.net.nz>
5337
5338 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5339 Interface (MI) responses.
5340
2b2d9e11
VP
53412008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5342
a9c64011
AS
5343 * gdb.cp/breakpoint.cc: New code to test conditions involving
5344 member variables.
5345 * gdb.cp/breakpoint.exp: Test condition involving member
5346 variables.
2b2d9e11 5347
bb378428
VP
53482008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5349
5350 * lib/mi-support.exp (mi_expect_stop): New.
5351 (mi_run_cmd): Change the
5352 token. Use mi_send_resuming_command, use
5353 mi_expect_stop.
5354 (mi_execute_to_helper): Rename to mi_execute_to.
5355 (mi_send_resuming_command): Add more error patterns.
5356 (mi_wait_for_stop): Renamed to...
5357 (mi_get_stop_line): ...this.
5358 (mi_run_inline_test): Adjust.
5359
5360 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5361 * gdb.mi/mi-console.exp: Likewise.
5362 * gdb.mi/mi-pending.exp: Likewise.
5363 * gdb.mi/mi-simplerun.exp: Likewise.
5364 * gdb.mi/mi-stack.exp: Likewise.
5365 * gdb.mi/mi-stepi.exp: Likewise.
5366 * gdb.mi/mi-syn-frame.exp: Add comment.
5367 * gdb.mi/mi-until.exp: Likewise.
5368 * gdb.mi/mi-var-display.exp: Likewise.
5369 * gdb.mi/mi-watch.exp: Likewise.
5370 * gdb.mi/mi2-cli.exp: Likewise.
5371 * gdb.mi/mi2-console.exp: Likewise.
5372 * gdb.mi/mi2-simplerun.exp: Likewise.
5373 * gdb.mi/mi2-stack.exp: Likewise.
5374 * gdb.mi/mi2-stepi.exp: Likewise.
5375 * gdb.mi/mi2-until.exp: Likewise.
5376 * gdb.mi/mi2-var-display.exp: Likewise.
5377 * gdb.mi/mi2-watch.exp: Likewise.
5378
62172bb9
UW
53792008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5380
5381 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5382
5383 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5384
a13e061a
PA
53852008-04-04 Pedro Alves <pedro@codesourcery.com>
5386
5387 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5388 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5389 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5390 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5391 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5392 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5393 expect an mi error duplicated in stderr.
5394
eae06beb
JB
53952008-04-03 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5398 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5399 Add a couple of tests that verify the behavior when the new setting
5400 is set to "cancel" and "all".
5401 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5402 "ask" before we start the testing.
5403
79c6ced6
AR
54042008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5405
5406 * gdb.cp/casts.cc: Add class reference variables.
5407 * gdb.cp/casts.exp: New test cases for up/down casting references.
5408
6c2d1a6b
MK
54092008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5410
5411 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5412 instead of beginning to make an extra test pass.
5413 * gdb.mi/mi2-var-display.exp: Likewise.
5414
55b411d9
MR
54152008-03-31 Maciej W. Rozycki <macro@mips.com>
5416
5417 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5418
c6140da2
MD
54192008-03-31 Markus Deuling <deuling@de.ibm.com>
5420 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5421
5422 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5423 value. Add xfail for older kernels.
5424
79732189
AR
54252008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5426
5427 Bring mi-support in line with gdb.exp.
5428 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5429 (mi_gdb_start): New function.
5430
33c3676e
MR
54312008-03-28 Maciej W. Rozycki <macro@mips.com>
5432
5433 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5434
92e28119
VP
54352008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5436
5437 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5438 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5439
9e8e3afe
VP
54402008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5441
5442 * lib/mi-support.exp (mi_create_varobj_checked): New.
5443 (mi_list_varobj_children): Allow to check for a
5444 value.
5445 (mi_list_array_varobj_children): New.
5446
5447 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5448 and mi_list_varobj_children, as opposed to hardcoding
5449 expected strings.
5450 * gdb.mi/gdb701.exp: Likewise.
5451 * gdb.mi/gdb792.exp: Likewise.
5452 * gdb.mi/mi-var-block.exp: Likewise.
5453 * gdb.mi/mi-var-cmd.exp: Likewise.
5454 * gdb.mi/mi-var-invalidate.exp: Likewise.
5455 * gdb.mi/mi2-var-block.exp: Likewise.
5456 * gdb.mi/mi2-var-child.exp: Likewise.
5457 * gdb.mi/mi2-var-cmd.exp: Likewise.
5458 * gdb.mi/mi2-var-display.exp: Likewise.
5459
9df50351
JK
54602008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5461
5462 Fix random false FAILs on i386.
5463 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5464
31e5d73a
DJ
54652008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5466
5467 PR gdb/544
5468 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5469
12f4afab
DJ
54702008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5471
5472 PR gdb/544
5473 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5474
b562a0cb
DJ
54752008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5476
5477 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5478 fixed PR gdb/544.
5479
17faa917
DJ
54802008-03-21 Pedro Alves <pedro@codesourcery.com>
5481
5482 * gdb.threads/fork-child-threads.exp: Test next over fork.
5483
6214f497
DJ
54842008-03-21 Chris Demetriou <cgd@google.com>
5485
5486 * gdb.base/break.exp (rbreak junk): New test for rbreak
5487 "Junk at end of arguments" issue.
5488
63092375
DJ
54892008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5490
5491 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5492 *& to work on created array elements.
5493 (Top level): Test print $pc with a file. Test string operations
5494 without a target.
5495 * gdb.base/ptype.exp: Do not expect *& to work on created array
5496 elements.
5497
b21991b0
DJ
54982008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5499
5500 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5501 gdb.threads/staticthreads.exp: Update exit query.
5502
c4b347c7
SL
55032008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5504
5505 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5506
fa4727a6
DJ
55072008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5508
5509 * gdb.base/watchpoint.c (global_ptr, func4): New.
5510 (main): Call func4.
5511 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5512 (test_inaccessible_watchpoint): New.
5513
2f34202f
MR
55142008-02-29 Maciej W. Rozycki <macro@mips.com>
5515
5516 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5517 select the largest.
5518
0d6ba1b1
DJ
55192008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5520
5521 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5522 frames-invalid annotations.
5523
e691325a
PM
55242008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5525
a9c64011 5526 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5527
f85b5ecc
DE
55282008-02-27 Doug Evans <dje@google.com>
5529
5530 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5531 for bug 1738.
5532 (breakpoint_to_handler_entry): Ditto.
5533
b40e7bf3
JB
55342008-02-27 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdb.base/ending-run.exp: Use the first line of code inside
5537 function body to test breakpoints.
5538 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5539 location where the breakpoint is inserted when using the line
5540 where a function is declared. Fix typo in the description of
5541 one of the tests.
5542 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5543
2faca73a
PM
55442008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5545
5546 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5547 tests.
2faca73a 5548
6f439c36
PM
55492008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5550
5551 * gdb.base/args.exp: avoid same output for tests
5552 with single quotes.
5553
54e52265
VP
55542008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5555
a9c64011
AS
5556 * gdb.base/annota1.exp: Adjust for 'info break'
5557 format changes.
5558 * gdb.base/annota3.exp: Likewise.
5559 * gdb.base/break.exp: Likewise.
5560 * gdb.base/condbreak.exp: Likewise.
5561 * gdb.base/pending.exp: Likewise.
5562 * gdb.base/sepdebug.exp: Likewise.
5563 * gdb.base/unload.exp: Likewise.
5564 * gdb.cp/ovldbreak.exp: Likewise.
5565 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5566
897b09ca
DE
55672008-02-07 Doug Evans <dje@google.com>
5568
5569 * gdb.cp/mb-inline.exp: New.
5570 * gdb.cp/mb-inline.h: New.
5571 * gdb.cp/mb-inline1.cc: New.
5572 * gdb.cp/mb-inline2.cc: New.
5573
b1c32d35
PM
55742008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5575
5576 * gdb.pascal/floats.pas: New test program.
5577 * gdb.pascal/floats.exp: New testcase.
5578
1a4ca44a
TJB
55792008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5580
5581 * gdb.base/callfuncs.c (t_float_many_args): New function.
5582 (t_double_many_args): New function.
5583 * gdb.base/callfuncs.exp: Add tests for exceeding float
5584 and double parameters passed through the stack.
5585
439048e8
JB
55862008-02-05 Joel Brobecker <brobecker@adacore.com>
5587
5588 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5589 gdb.ada/complete/foo.adb: New files.
5590 * gdb.ada/complete.exp: New testcase.
5591
81fe8080
DE
55922008-02-03 Doug Evans <dje@google.com>
5593
301f0ecf
DE
5594 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5595
81fe8080
DE
5596 * gdb.cp/gdb2384.exp: New file.
5597 * gdb.cp/gdb2384.cc: New file.
5598 * gdb.cp/gdb2384-base.h: New file.
5599 * gdb.cp/gdb2384-base.cc: New file.
5600
4b071aec
DE
56012008-02-02 Doug Evans <dje@google.com>
5602
5603 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5604
61137ba6
JB
56052007-02-01 Joel Brobecker <brobecker@adacore.com>
5606
5607 * gdb.ada/sym_print_name: New test program.
5608 * gdb.ada/sym_print_name.exp: New testcase.
5609
56102007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5611
5612 * gdb.ada/nested/hello.adb: New file.
5613 * gdb.ada/nested.exp: New testcase.
5614 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5615
98deb0da
VP
56162008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5617
5618 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5619 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5620 don't cause future evaluations of function to report
5621 creation of internal breakpoints.
98deb0da 5622
723a2275
VP
56232008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5624
5625 * gdb.mi/mi-break.exp (test_error): New.
5626 Call it.
5627
fb546a2f
LM
56282008-01-31 Luis Machado <luisgpm@br.ibm.com>
5629
5630 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5631 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5632
2d8fd90a
PM
56332008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5634
5635 * gdb.pascal/integers.pas: New test program.
5636 * gdb.pascal/integers.exp: New testcase.
5637
a7fa0ded
PM
56382008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5639
5640 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5641
5e1a1926
TJB
56422008-01-30 Luis Machado <luisgpm@br.ibm.com>
5643
5644 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5645 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5646
8d04f9f0
JB
56472008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5648
5649 * gdb.ada/formatted_ref: New test program.
5650 * gdb.ada/formatted_ref.exp: New testcase.
5651
5652 * gdb.cp/formatted-ref.cc: New file.
5653 * gdb.cp/formatted-ref.exp: New testcase.
5654
ce75a98f
JB
56552008-01-30 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5658
e835f6bf
NR
56592008-01-30 Nick Roberts <nickrob@snap.net.nz>
5660
5661 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5662 (test_file_list_exec_source_file): Update to new macro-info field.
5663
d118ef87
PH
56642008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5665
5666 * gdb.ada/exprs: New test program.
5667 * gdb.ada/exprs.exp: New testcase.
5668
7d35ab09
TJB
56692008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5670
5671 * dfp-test.c (DELTA, DELTA_B): New definitions.
5672 (double_val1, double_val2, double_val3, double_val4, double_val5,
5673 double_val6, double_val7, double_val8, double_val9, double_val10,
5674 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5675 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5676 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5677 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5678 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5679 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5680 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5681 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5682 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5683 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5684 dec128_val16): New global variables.
5685 (decimal_dec128_align): New function.
5686 (decimal_mixed): Likewise.
5687 (decimal_many_args_dec32): Likewise.
5688 (decimal_many_args_dec64): Likewise.
5689 (decimal_many_args_dec128): Likewise.
5690 (decimal_many_args_mixed): Likewise.
5691 * dfp-test.exp: Add tests calling new inferior functions.
5692
2d717e4f
DJ
56932008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5694
5695 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5696 gdb.server/ext-run.exp: New files.
5697 * lib/gdbserver-support.exp (gdbserver_download): New.
5698 (gdbserver_start): New. Update gdbserver expected
5699 output.
5700 (gdbserver_spawn): Use them.
5701 (gdbserver_start_extended): New.
5702
e85a822c
DJ
57032008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5704
5705 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5706 Run on GNU/Linux.
5707 (do_exec_tests): Check for systems which do not support catchpoints.
5708 Do not match START.
5709 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5710 Run on GNU/Linux. Enable verbose output.
5711 (check_fork_catchpoints): New.
5712 (explicit_fork_child_follow, catch_fork_child_follow)
5713 (tcatch_fork_parent_follow): Update expected messages.
5714 (do_fork_tests): Use check_fork_catchpoints.
5715 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5716 Run on GNU/Linux. Enable verbose output.
5717 (check_vfork_catchpoints): New.
5718 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5719 expected messages.
5720 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5721
401ea829
JB
57222008-01-29 Jim Blandy <jimb@red-bean.com>
5723
5724 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5725 host' errors.
5726 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5727
aceaf3ad
JB
57282008-01-29 Jim Blandy <jimb@red-bean.com>
5729
5730 * gdb.threads/sigthread.c: Use barriers to ensure that
5731 child_thread and child_thread_two are always initialized before we
5732 start to use them.
5733
a5606eee
VP
57342008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5735
5736 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
5737 * gdb.base/watchpoint-solib.c: New.
5738 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 5739
c55a82bb
PM
57402008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5741
5742 * gdb.base/gdb1056.exp: Add unsigned integer test.
5743
0993fe05
DE
57442008-01-28 Doug Evans <dje@google.com>
5745
5746 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5747
4fe42e7f
JB
57482008-01-27 Jim Blandy <jimb@codesourcery.com>
5749
c7a69933
JB
5750 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5751
4fe42e7f
JB
5752 * gdb.base/expand-psymtabs.exp: Doc fix.
5753
5def8285
MK
57542008-01-26 Mark Kettenis <kettenis@gnu.org>
5755
5756 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5757
5313c911
NR
57582008-01-24 Nick Roberts <nickrob@snap.net.nz>
5759
a9c64011 5760 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
5761 -var-set-format.
5762
93815fbf
VP
57632008-01-23 Chris Demetriou <cgd@google.com>
5764
5765 * gdb.threads/thread_events.c: New testcase source file.
5766 * gdb.threads/thread_events.exp: New testcase expect file.
5767
467a88ee
NR
57682008-01-23 Nick Roberts <nickrob@snap.net.nz>
5769
5770 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
5771
5772 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
5773 -var-set-format.
5774
d8f82aba
DJ
57752008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5776 Vladimir Prus <vladimir@codesourcery.com>
5777
5778 * gdb.base/float.exp: Allow missing floating point for m68k and
5779 PowerPC.
5780
60c46647
VP
57812008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5782
5783 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
5784 ignore count.
5785 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5786 * gdb.mi/mi-cli.exp: Adjust.
5787 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 5788
c7dd36a1
PA
57892008-01-17 Pedro Alves <pedro@codesourcery.com>
5790
5791 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5792 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5793 with dummy_ptr's address.
5794 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5795 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5796 all targets.
5797 * gdb.mi/mi2-var-child.exp: Likewise.
5798
39d5313e
JB
57992008-01-09 Joel Brobecker <brobecker@adacore.com>
5800
5801 * gdb.ada/null_array: New test program.
5802 * gdb.ada/null_array.exp: New testcase.
5803
0aea4bf3
LM
58042008-01-09 Luis Machado <luisgpm@br.ibm.com>
5805
5806 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5807 with required float modifiers.
5808
0b354900
JB
58092008-01-08 Joel Brobecker <brobecker@adacore.com>
5810
5811 * gdb.ada/funcall_param: New test program.
5812 * gdb.ada/funcall_param.exp: New testcase.
5813
cdb7f5d4
JB
58142008-01-08 Joel Brobecker <brobecker@adacore.com>
5815
5816 * gdb.ada/arrayparam: New test program.
5817 * gdb.ada/arrayparam.exp: New testcase.
5818
88e2547f
JB
58192008-01-08 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5822 landed. Should also fix random failures in the test following it.
5823
f6867ce0
TJB
58242008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5825
5826 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5827 for expressions with decimal float values.
5828 (test_dfp_conversions): New function to test casts to and from
5829 decimal float types.
5830 Call test_dfp_conversions.
5831 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5832 elements.
5833 (main): Initialize ds.float4 and ds.double8 elements.
5834 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5835 string to new error message.
5836 (d64_set_tests): Likewise.
5837 (d128_set_tests): Likewise.
5838 Add tests for expressions with decimal float variables. Add tests for
5839 conversions to and from decimal float types.
5840
f9c11282
JB
58412008-01-05 Joel Brobecker <brobecker@adacore.com>
5842
5843 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5844 * gdb.ada/packed_tagged.exp: New testcase.
5845
0ecbca72
JB
58462008-01-04 Joel Brobecker <brobecker@adacore.com>
5847
5848 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5849 gdb.ada/homonym/homonym_main.adb: New files.
5850 * gdb.ada/homonym.exp: New testcase.
5851
c18d3d89
JB
58522008-01-04 Joel Brobecker <brobecker@adacore.com>
5853
5854 * gdb.ada/packed_array.exp: Add testing of references to
5855 a packed array.
5856
ecc7085b
JB
58572008-01-04 Joel Brobecker <brobecker@adacore.com>
5858
5859 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5860 New files.
5861 * gdb.ada/type_coercion.exp: New testcase.
5862
c474c922
JB
58632008-01-04 Joel Brobecker <brobecker@adacore.com>
5864
5865 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5866 gdb.ada/tagged/foo.adb: New file.
5867 * gdb.ada/tagged.exp: New testcase.
5868
9005b927
JB
58692008-01-04 Joel Brobecker <brobecker@adacore.com>
5870
5871 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5872 gdb.ada/ptype_field/foo.adb: New files.
5873 * gdb.ada/ptype_field.exp: New testcase.
5874
1a6aaad8
JB
58752008-01-03 Joel Brobecker <brobecker@adacore.com>
5876
5877 * gdb.ada/print_pc.exp: New testcase.
5878
0ef22f53
JB
58792008-01-03 Joel Brobecker <brobecker@adacore.com>
5880
5881 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5882 gdb.ada/taft_type/p.adb: New files.
5883 * gdb.ada/taft_type.exp: New testcase.
5884
1689ecf8
JB
58852008-01-03 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.ada/array_bounds/bar.adb: New file.
5888 * gdb.ada/array_bounds.exp: New testcase.
5889
a4d0b9c3
JB
58902008-01-03 Joel Brobecker <brobecker@adacore.com>
5891
5892 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5893 gdb.ada/arrayptr/foo.adb: New files.
5894 * gdb.ada/arrayptr.exp: New testcase.
5895
a31ace00
JB
58962008-01-03 Joel Brobecker <brobecker@adacore.com>
5897
5898 * gdb.base/set-lang-auto.exp: New testcase.
5899
a97fced3
JB
59002008-01-03 Joel Brobecker <brobecker@adacore.com>
5901
5902 * gdb.ada/fun_addr/foo.adb: New file.
5903 * gdb.ada/fun_addr.exp: New testcase.
5904
ef29ce1a
JK
59052008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5908 New files
5909
0fafefe3
JB
59102008-01-02 Joel Brobecker <brobecker@adacore.com>
5911
5912 * array_subscript_addr/p.adb: New file.
a9c64011 5913 * array_subscript_addr.exp: New testcase.
0fafefe3 5914
c4359f8d
JB
59152008-01-02 Joel Brobecker <brobecker@adacore.com>
5916
a9c64011 5917 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
5918 New files.
5919 * gdb.ada/str_cmp_ref.exp: New testcase.
5920
1aa1b15b
JB
59212008-01-01 Joel Brobecker <brobecker@adacore.com>
5922
5923 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5924 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 5925 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 5926
81c9b2cf
JB
59272008-01-01 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
5930 gdb.ada/ref_param/pck.ads: New files.
5931 * gdb.ada/ref_param.exp: New testcase.
5932
319e4674
JB
59332008-01-01 Joel Brobecker <brobecker@adacore.com>
5934
5935 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
5936 gdb.ada/interface/foo.adb: New files.
5937 * gdb.ada/interface.exp: New testcase.
5938
ef682c56
JB
59392007-12-31 Jim Blandy <jimb@codesourcery.com>
5940
5941 * gdb.base/multi-forks.exp: Consume all output from child
5942 processes before proceeding to next test.
5943
f6f3eb6c
JB
59442007-12-29 Jim Blandy <jimb@codesourcery.com>
5945
5946 * configure: Regenerated.
5947
f652e42f
JB
59482007-12-27 Joel Brobecker <brobecker@adacore.com>
5949
5950 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
5951 gdb.ada/fixed_cmp/fixed.adb: New files.
5952 * gdb.ada/fixed_cmp.exp: New testcase.
5953
6943e596
JB
59542007-12-27 Joel Brobecker <brobecker@adacore.com>
5955
5956 * gdb.ada/boolean_expr.exp: New testcase.
5957
aad9a193
JB
59582007-12-26 Jim Blandy <jimb@codesourcery.com>
5959
5960 * gdb.base/multi-forks.exp: Doc fix.
5961
fb5f3683
JB
59622007-12-26 Joel Brobecker <brobecker@adacore.com>
5963
5964 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5965 * gdb.ada/char_param.exp: Do not compile our test program with
5966 -gnata, this is unnecessary.
5967 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
5968
384e4a9c
JB
59692007-12-24 Joel Brobecker <brobecker@adacore.com>
5970
5971 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
5972 gdb.ada/print_chars/foo.adb: New files.
5973 * gdb.ada/print_chars.exp: New testcase.
5974
01e044f7
JB
59752007-12-24 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
5978 gdb.ada/char_param/foo.adb: New files.
5979 * gdb.ada/char_param.exp: New testcase.
5980
0ce17860
JB
59812007-12-22 Jim Blandy <jimb@codesourcery.com>
5982
5983 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
5984 hard-coding source line numbers into the test.
5985 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
5986 gdb_get_line_number to find.
5987
919809b9
JB
59882007-12-22 Joel Brobecker <brobecker@adacore.com>
5989
5990 * gdb.base/ptype.c (highest): New struct type.
5991 (the_highest): New variable of that type.
5992 (main): Add dummy assignment to a field of variable the_highest.
5993 * gdb.base/ptype.exp: Test type printing of our new variable.
5994
abc8a88d
PM
59952007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
5996
5997 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 5998 and record first explicitly generated thread number.
abc8a88d
PM
5999 Use that thread number for thread specific watchpoint test.
6000 Add iteration number to repetitive tests.
6001
5158f3e3
CES
60022007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6003 Jim Blandy <jimb@codesourcery.com>
6004
6005 * gdb.base/expand-psymtabs.c: New testcase
6006 source file.
6007 * gdb.base/expand-psymtabs.exp: New testcase
6008 expect file.
6009
37e4754d
LM
60102007-12-17 Luis Machado <luisgpm@br.ibm.com>
6011
6012 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6013 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6014
551e5d04
JB
60152007-12-17 Joel Brobecker <brobecker@adacore.com>
6016
6017 * gdb.ada/frame_args/foo.adb: New file.
6018 * gdb.ada/frame_args/pck.ads: New file.
6019 * gdb.ada/frame_args/pck.adb: New file.
6020 * gdb.ada/frame_args.exp: New testcase.
6021
a05ee097
JB
60222007-12-17 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.base/frame-args.c: New file.
6025 * gdb.base/frame-args.exp: New testcase.
6026
c162e8c9 60272007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 6028 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
6029
6030 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6031
afe8ab22 60322007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6033
afe8ab22
VP
6034 * gdb.mi/mi-pending.exp: New.
6035 * gdb.mi/mi-pending.c: New.
6036 * gdb.mi/mi-pendshr.c: New.
6037
dfdfb3ca
JB
60382007-12-06 Jim Blandy <jimb@codesourcery.com>
6039
6040 * gdb.base/default.exp: Update expected output for 'info catch'.
6041
b7fca990
JK
60422007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6043
6044 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6045 must be set to binary.
6046
6a1afc1e
PA
60472007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6048
6049 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6050
a6b151f1
DJ
60512007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6052
6053 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6054 gdb.mi/mi-file-transfer.exp: New.
6055
43039443
JK
60562007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6057
6058 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6059
0ef2251b
MR
60602007-11-22 Maciej W. Rozycki <macro@mips.com>
6061
6062 * gdb.trace/backtrace.exp: Fix a typo.
6063 * gdb.trace/circ.exp: Likewise.
6064 * gdb.trace/collection.exp: Likewise.
6065 * gdb.trace/limits.exp: Likewise.
6066 * gdb.trace/report.exp: Likewise.
6067 * gdb.trace/tfind.exp: Likewise.
6068 * gdb.trace/while-dyn.exp: Likewise.
6069
5443631e
NR
60702007-11-21 Nick Roberts <nickrob@snap.net.nz>
6071
6072 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6073 objects of pointers that can't be dereferenced are now
6074 "noneditable".
6075
a4ce5b0d
UW
60762007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6077
6078 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6079 (target_cpu): Remove.
6080
d6e956e5
VP
60812007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6082
6083 * gdb.base/ending-run.exp: Expect the list of cleared
6084 breakpoint to come in natural order, not the reversed one.
a9c64011 6085
214270ab
VP
60862007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6087
6088 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6089 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 6090
1a619819
LM
60912007-11-05 Luis Machado <luisgpm@br.ibm.com>
6092
6093 * gdb.base/printcmds.exp: New function
6094 test_printf_with_dfp.
6095
5b01a6fa
DE
60962007-11-02 Doug Evans <dje@google.com>
6097
6098 * gdb.disasm/t01_mov.s: Remove carriage returns.
6099 * gdb.disasm/t02_mova.s: Ditto.
6100 * gdb.disasm/t03_add.s: Ditto.
6101 * gdb.disasm/t04_sub.s: Ditto.
6102 * gdb.disasm/t05_cmp.s: Ditto.
6103 * gdb.disasm/t06_ari2.s: Ditto.
6104 * gdb.disasm/t07_ari3.s: Ditto.
6105 * gdb.disasm/t08_or.s: Ditto.
6106 * gdb.disasm/t09_xor.s: Ditto.
6107 * gdb.disasm/t10_and.s: Ditto.
6108 * gdb.disasm/t11_logs.s: Ditto.
6109 * gdb.disasm/t12_bit.s: Ditto.
6110 * gdb.disasm/t13_otr.s: Ditto.
6111
ec33ab7f
JK
61122007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6113
6114 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6115
ae0d01ff
UW
61162007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6117
6118 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6119 provide DFP support.
6120
55eddb0f
DJ
61212007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6122
6123 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6124 Test "set powerpc vector-abi". Skip auto-detection tests for old
6125 toolchains.
6126
7020f05c
PA
61272007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6128
6129 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6130 with [string compare].
6131
84bc3db9
PA
61322007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6133
6134 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6135 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6136
5876dc88
LM
61372007-10-25 Luis Machado <luisgpm@br.ibm.com>
6138
6139 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6140 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6141 * gdb.opt/Makefile.in: New makefile.
6142 * Makefile.in: Create new directory "gdb.opt".
6143 * configure.ac: Add "gdb.opt" directory.
6144 * configure: Regenerated.
a9c64011 6145
c3ea9a14
DE
61462007-10-25 Doug Evans <dje@google.com>
6147
6148 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6149 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6150
a9c64011 61512007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
6152 Thiago Jung Bauermann <bauerman@br.ibm.com>
6153
6154 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6155 Floating Point expressions.
6156 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6157 Floating Point variables.
6158 * gdb.base/dfp-test.c: new file containing program with Decimal
6159 Floating variables, used by gdb.base/dfp-test.exp.
6160
62a24a2b
DJ
61612007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6162
6163 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6164
e7b1eae6
UW
61652007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6166
6167 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6168 compiling test case with GCC.
6169 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6170
c641edcc
UW
61712007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6172
6173 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6174 format changes.
6175
5e5ebfe6
MS
61762007-10-18 Michael Snyder <msnyder@specifix.com>
6177
6178 * gdb.base/dbx.exp: Add missing "-re " operator.
6179
e831e7b6
GM
61802007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6181
6182 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6183 * configure.ac: Removed trailing spaces after backslash.
6184 * gdb.modula2: New directory.
6185 * gdb.modula2/Makefile.in: New file.
6186 * gdb.modula2/unbounded-array.exp: New file.
6187 * gdb.modula2/unbounded1.c: New file.
6188
7cc46491
DJ
61892007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6190
6191 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6192
61932007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
6194
6195 * gdb.base/sigstep.c (main): Add checks for
6196 return values for setitimer call.
6197 Call setitimer again with itimer = ITIMER_REAL
6198 if first call to setitimer fails.
6199
e91528f0
KH
62002007-10-11 Kazu Hirata <kazu@codesourcery.com>
6201
6202 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6203 of $timeout.
6204
2ec9a4f8
DJ
62052007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6206
6207 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6208
62092007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
6210
6211 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6212 of gdb_expect call, to avoid interruption.
6213
64b2fa04
PA
62142007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6215
6216 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6217 (v_unsigned_long_long, v_long_long_array)
6218 (v_signed_long_long_array, v_unsigned_long_long_array)
6219 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6220 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6221 [!NO_LONG_LONG]: New.
6222 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6223 v_long_long_member.
6224
6225 (v_long_long_func, v_signed_long_long_func)
6226 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6227 (main) [!NO_LONG_LONG]: Initialize long long variants.
6228
6229 * gdb.base/whatis.exp: If board file requests no_long_long, build
6230 test with NO_LONG_LONG defined. Test long long, signed long long,
6231 and unsigned long long variants but only if board file doesn't
6232 disable it.
6233
a912286e 62342007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 6235 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
6236
6237 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6238 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6239 * configure: Regenerated.
6240 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6241 gdb.pascal/types.exp, lib/pascal.exp: New files.
6242
471ba8c9
DJ
62432007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6244
6245 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6246 call.
6247 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6248 to return to the call.
6249 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6250 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6251 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6252 * gdb.mi/mi-until.exp (test_until): Likewise.
6253 * gdb.mi/mi2-until.exp (test_until): Likewise.
6254
fef8a650
DJ
62552007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6256
6257 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6258 two-char array.
6259 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6260
d983da9c
DJ
62612007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6262
6263 * gdb.threads/watchthreads.c (thread_function): Sleep between
6264 iterations.
6265 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6266 at once for S/390. Generate matching fails and passes.
6267
17f62551
VP
62682007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6269
6270 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6271 the 'struct_declarations' variable to zeros.
a9c64011 6272
ed0616c6
VP
62732007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6274
6275 * gdb.cp/mb-ctor.cc: New.
6276 * gdb.cp/mb-ctor.exp: New.
6277 * gdb.cp/mb-templates.cc: New.
6278 * gdb.cp/mb-templates.exp: New.
6279
41f1b697
DJ
62802007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6281
6282 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6283
3f213f78
PA
62842007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6285
6286 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6287 targets.
6288 * configure: Regenerate.
6289
0d381245 62902007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6291
0d381245
VP
6292 * gdb.base/annota1.exp: Adjust for 'info break'
6293 format changes.
6294 * gdb.base/annota3.exp: Likewise.
6295 * gdb.base/break.exp: Likewise.
6296 * gdb.base/condbreak.exp: Likewise.
6297 * gdb.base/pending.exp: Likewise.
6298 * gdb.base/sepdebug.exp: Likewise.
6299 * gdb.base/unload.exp: Likewise.
6300 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 6301
fe3f5fa8
VP
63022007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6303
6304 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6305 messages.
6306 * gdb.base/chng-syms.exp: Likewise.
6307 * gdb.base/unload.exp: Likewise.
a9c64011 6308
a75cf6c0
DJ
63092007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6310
6311 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6312
18ecae38
DJ
63132007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6314
6315 * schedlock.c (NUM): Change to 1.
6316 (main): Use args[0] for the main thread.
6317 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6318 regardless of the number of threads.
6319
5509918f
MR
63202007-09-14 Maciej W. Rozycki <macro@mips.com>
6321
4a543daf
MR
6322 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6323 type down.
6324 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6325 test.
6326 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6327 watchpoint type down.
6328 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6329 test.
6330
63312007-09-14 Maciej W. Rozycki <macro@mips.com>
6332
5509918f
MR
6333 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6334 Move all the tests here and run them twice, once using software
6335 watchpoints and once using hardware watchpoints.
6336 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6337
40b53987
DJ
63382007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6339
6340 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6341 test.
6342
695e2681
MK
63432007-09-10 Mark Kettenis <kettenis@gnu.org>
6344
8b3fc8d8
MK
6345 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6346 build-id.
6347
695e2681
MK
6348 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6349 know about $ORIGIN. Calculate output dir from $dest instead of
6350 using ${objdir}/{$subdir}.
6351
58d69f29
MK
63522007-09-09 Mark Kettenis <kettenis@gnu.org>
6353
6354 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6355 gcore, before continuing with the test.
6356
3e347599
DJ
63572007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6360 * gdb.mi/mi-watch.exp: Likewise.
6361
ea37ba09
DJ
63622007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6363 Jim Blandy <jimb@codesourcery.com>
6364
6365 * gdb.arch/i386-sse.exp: Do not expect character constants.
6366 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6367 * gdb.base/display.exp: Allow print/s.
6368 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6369 and unsigned char array changes.
6370
2025a643
DJ
63712007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6372
6373 * gdb.base/display.exp: Add tests for printf %p.
6374
26669a27
PA
63752007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6376
6377 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6378 the dll name to unicode.
6379
c8f021f8
JK
63802007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6381
6382 * gdb.base/default.exp (show version): Update the version text.
6383 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6384
4cf31eea
JK
63852007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6388 New files.
6389
4935890f
JK
63902007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 * lib/gdb.exp (build_id_debug_filename_get): New function.
6393 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6394 Remove the generate DEBUG file for the future testcase runs.
6395 New testcase for the NT_GNU_BUILD_ID retrieval.
6396 Move the final testing step to ...
6397 (test_different_dir): ... a new function.
6398 New parameter XFAIL to XFAIL all the tests performed.
6399 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6400 New parameter TYPE to PF_PREFIX all the tests performed.
6401
02142340
VP
64022007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6403
6404 * gdb.mi/mi-var-cp.cc (path_expression): New
6405 function.
6406 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6407
36acd84e
UW
64082007-08-27 Markus Deuling <deuling@de.ibm.com>
6409
6410 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6411 to fit into SPU Local Store memory.
6412
a896d121
JB
64132007-08-23 Joel Brobecker <brobecker@adacore.com>
6414
6415 * gdb.base/default.exp: Adjust the expected output of "info
6416 warranty" after the switch to GPLv3.
6417
7b433602
JB
64182007-08-23 Joel Brobecker <brobecker@adacore.com>
6419
6420 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6421 to 30000 (from 20000).
6422
e22f8b7c
JB
64232007-08-23 Joel Brobecker <brobecker@adacore.com>
6424
6425 Switch the license of all .exp files to GPLv3.
6426 Switch the license of all .f and .f90 files to GPLv3.
6427 Switch the license of all .s and .S files to GPLv3.
6428
5a0e3bd0
JB
64292007-08-23 Joel Brobecker <brobecker@adacore.com>
6430
6431 * configure.ac: Switch license to GPLv3.
6432
cc00619d
JB
64332007-08-23 Joel Brobecker <brobecker@adacore.com>
6434
6435 Switch the licensing to GPLv3 for all .ads and .adb files.
6436
8d26208a
DJ
64372007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6438
6439 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6440 and t_int_double.
6441 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6442
4fcb9948
JB
64432007-08-17 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdb.base/step-line.c: Switch license to GPL version 3, and
6446 update copyright year.
6447 * gdb.base/step-line.inp: Likewise.
6448
b9c34f67
JB
64492007-08-17 Joel Brobecker <brobecker@adacore.com>
6450
6451 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6452 changes inside gdb1555.c.
6453 * gdb.base/pending.exp: Likewise.
6454
2cc17678
DJ
64552007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6456
6457 * config/default.exp: New file.
6458
e48883f7
DJ
64592007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6460
6461 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6462 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6463
1ab80e5b
MR
64642007-07-30 Maciej W. Rozycki <macro@mips.com>
6465
6466 * gdb.base/dump.exp: Force the correct endianness for binary
6467 formats not carrying this information.
6468
aba471f5
DJ
64692007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6470
6471 * gdb.threads/staticthreads.exp: Match .*sem_post.
6472
d4e07204
DJ
64732007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6474
6475 * gdb.base/readline.exp (operate_and_get_next): Match the final
6476 prompt.
6477
2b97317d
KB
64782007-07-23 Kevin Buettner <kevinb@redhat.com>
6479
6480 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6481 to restarting SID.
6482
44efa07a
KB
64832007-07-18 Kevin Buettner <kevinb@redhat.com>
6484
6485 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6486 prior to `gdb_start'.
6487
7b5ebade
KB
64882007-07-18 Kevin Buettner <kevinb@redhat.com>
6489
6490 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6491 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6492 Remove call to gdb_unload.
6493
255e7678
DJ
64942007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6495 Daniel Jacobowitz <dan@codesourcery.com>
6496
6497 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6498 for __WIN32__.
6499 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6500 * gdb.base/unload.exp: Use shared library test routines.
6501
3a40aaa0
UW
65022007-07-03 Markus Deuling <deuling@de.ibm.com>
6503
6504 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6505 * gdb.base/solib-symbol-lib.c: Likewise.
6506 * gdb.base/solib-symbol-main.c: Likewise.
6507
b0f4b84b
DJ
65082007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6509
6510 * config/gdbserver.exp (gdb_reconnect): New.
6511 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6512 gdb.base/solib-disc.exp: New files.
6513 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6514 remote debugging".
6515 (gdb_compile): Add shlib_load flag.
6516 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6517 port.
6518 (gdbserver_reconnect): New.
6519
1b05479a
DJ
65202007-07-01 Nick Roberts <nickrob@snap.net.nz>
6521 Daniel Jacobowitz <dan@codesourcery.com>
6522
6523 * gdb.base/annota3.exp: Test for if construct.
6524
86f78eb2
DJ
65252007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6526
6527 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6528
6a2eb474 65292007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6530 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6531
6532 * gdb.base/display.exp: Allow a newline after display/i.
6533 * gdb.base/pc-fp.exp: Likewise.
6534 * gdb.base/sigbpt.exp: Likewise.
6535
f8b73d13
DJ
65362007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6537
6538 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6539 required features to be included.
6540
4339e69e
DJ
65412007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6542
6543 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6544 in info threads output.
6545
23d964e7
UW
65462007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6547 Markus Deuling <deuling@de.ibm.com>
6548
6549 * gdb.arch/spu-info.exp: New testcase.
6550 * gdb.arch/spu-info.c: New file.
6551
fd20f75b
DJ
65522007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6553
6554 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6555 tpcs_offset. Restore lr after the call.
6556 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6557
2226f861
DJ
65582007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6559
6560 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6561 (gdbserver_run): Kill any running gdbserver.
6562 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6563
d12371a9
MR
65642007-05-17 Maciej W. Rozycki <macro@mips.com>
6565
6566 * gdb.base/sigbpt.exp: Preset segv_addr.
6567
93f02886
DJ
65682007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6571 (gdb_compile_shlib): Likewise.
6572 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6573 (default_gdb_init): Clear cleanfiles.
6574 (gdb_finish): Delete recorded cleanfiles.
6575 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6576
6577 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6578 Do not use isnative.
6579 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6580 gdb.base/so-impl-ld.exp: Likewise.
6581 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6582 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6583 gdb_compile.
6584
b04e06d7
VP
65852007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6586
6587 * config/unknown.exp: Remove.
6588
069ed931
UW
65892007-05-15 Markus Deuling <deuling@de.ibm.com>
6590
6591 * gdb.base/info-proc.exp: Check is_remote.
6592
09db0d03
UW
65932007-05-14 Markus Deuling <deuling@de.ibm.com>
6594
6595 * gdb.base/gcore.exp: Initialize variable core_supported.
6596
af2cbe8c
DJ
65972007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6598
6599 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6600
027c0295
DJ
66012007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6602
6603 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6604 * gdb.threads/print-threads.exp (test_all_threads): Allow
6605 negative and hexadecimal thread IDs.
6606
dc5000e7
DJ
66072007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6608
6609 * gdb.java/jprint.java (public): Avoid invalid call to static
6610 method.
6611
2e74ed18
DP
66122007-05-14 Denis Pilat <denis.pilat@st.com>
6613
6614 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6615 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6616 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6617 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6618 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6619
83547f02
UW
66202007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6621
6622 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6623 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6624 this mode.
6625 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6626 * gdb.base/spu.ld: New file.
6627
b18be20d
DJ
66282007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6629
6630 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6631
be444858
DJ
66322007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6633
6634 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6635
b1d53152
DJ
66362007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6637
6638 * gdb.java/jmain.exp: Handle demangled names with and without method
6639 signatures.
6640
d084b331
DJ
66412007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6644 (have_a_very_merry_interrupt): Remove calls to puts.
6645 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6646 inferior output.
6647 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6648 test names.
6649
db9d7fc5
DJ
66502007-04-29 Markus Deuling <deuling@de.ibm.com>
6651 Daniel Jacobowitz <dan@codesourcery.com>
6652
6653 * gdb.base/auxv.exp (core_works): Also check is_remote.
6654 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6655
ef783a7d 66562007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6657
ef783a7d
VP
6658 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6659 message, not the undefined 'module' variable.
6660 * gdb.base/siginfo.exp: Likewise.
6661 * gdb.base/sigstep.exp: Likewise.
6662 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6663 serialport.
6664 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6665
b7b73cae
CV
66662007-04-25 Corinna Vinschen <vinschen@redhat.com>
6667
6668 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6669 target sim fails. Return 0 otherwise.
6670 (gdb_load): Return prematurely if gdb_target_sim fails.
6671
7d90fdfa
DP
66722007-04-16 Denis Pilat <denis.pilat@st.com>
6673
6674 * gdb.base/setshow.exp: Reset height after having set it to 100.
6675
5d3e9c85
DP
66762007-04-16 Denis Pilat <denis.pilat@st.com>
6677
6678 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6679
18e75969
DP
66802007-04-16 Denis Pilat <denis.pilat@st.com>
6681
6682 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6683
25d5ea92
VP
66842007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6685
6686 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6687 tests. Run the frozen varobjs test.
6688 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 6689 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 6690
0b49cb80
JK
66912007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6692
6693 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6694 gdb.base/type-opaque.exp: New files.
6695
a73bafbc 66962007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
6697
6698 * gdb.mi/mi-var-child.c
a73bafbc
VP
6699 (do_children_tests): User char[2] instead of
6700 char so that automatic printing of pointers to char
6701 don't give unpredicable result.
6702 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6703 local variables.
6704 * gdb.mi/mi-var-child.exp: Step to right line
6705 of do_children_tests.
6706 * gdb.mi/mi2-var-child.exp: Likewise.
6707 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 6708 do_locals_tests.
a73bafbc
VP
6709 (do_children_tests): User char[2] instead of
6710 char so that automatic printing of pointers to char
a9c64011 6711 don't give unpredicable result.
a73bafbc 6712 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6713 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
6714 Pass test name to mi_wait_for_stop.
6715
7ce59000
DJ
67162007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.asm/asm-source.exp: Remove d10v case.
6719 * lib/gdb.exp (skip_cplus_tests): Likewise.
6720 * gdb.asm/d10v.inc: Deleted.
6721
20389057
DJ
67222007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6723
6724 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6725
8807d78b
DJ
67262007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6727
6728 * config/netware.exp: Delete file.
6729
aa3edb8e
JB
67302007-03-29 Joel Brobecker <brobecker@adacore.com>
6731
6732 * gdb.dwarf2/dw2-noloc.S: New file.
6733 * gdb.dwarf2/dw2-noloc.exp: New file.
6734
297561ac
PA
67352007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6736
6737 * gdb.cp/method2.cc: New test.
6738 * gdb.cp/method2.exp: New test.
6739 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6740
1f81bd39
DJ
67412007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6742
6743 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6744
9453113a
DJ
67452007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6746
6747 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6748
b741e217
DJ
67492007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6750
6751 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6752 (gdb_load): Delete, replace with...
6753 (gdb_reload): ...this.
6754 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6755 * gdb.server/server-mon.exp: Likewise.
6756 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6757 (gdb_start_cmd): New.
6758 (gdb_file_cmd): Save the last loaded file.
6759 (gdb_reload): New.
6760 (gdb_gnu_strip_debug): Use transform.
6761 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6762 support here. Use new $last_loaded_file. Check mtime.
6763 (gdb_target_cmd): Handle ObjC failure case.
6764 (infer_host_exec): Delete.
6765 (gdbserver_load): Rename to...
6766 (gdbserver_run): ...this. Simplify.
6767 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6768 (mi_gdb_load): Move most contents to a new function...
6769 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6770 (mi_run_cmd): Use mi_gdb_target_load.
6771 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6772 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6773 Use gdb_run_cmd.
6774 * gdb.base/charsign.exp: Remove incorrect comment.
6775 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6776 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6777 gdb.base/start.exp: Use gdb_start_cmd.
6778
446ab585 67792007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 6780 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
6781
6782 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6783 * gdb.base/signull.exp: Similarly.
6784
bbb88ebf
UW
67852007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6786
6787 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6788 messages available to test cases (like chng-sym.exp).
6789
cb8c4a99
AS
67902007-03-14 Andreas Schwab <schwab@suse.de>
6791
6792 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6793 format changes.
6794
4e463ff5
DJ
67952007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6796
6797 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6798 (optimized_1): New.
6799 (main): Call optimized_1.
6800 (gdb2029): Correct typos. Call gdb2029_marker.
6801 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6802 for gdb2029.
6803
b6db2c47
MK
68042007-03-12 Mark Kettenis <kettenis@gnu.org>
6805
6806 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6807 as tabs. Remove redundant test pattern.
6808
70ed3737
UW
68092007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6810
6811 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6812 for /a format output.
6813
47b67b60
DJ
68142007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6815
6816 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6817 collect output incrementally.
6818
b8953b0e
UW
68192007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6820
6821 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6822 for -var-create lpcharacter test.
6823 * gdb.mi/mi2-var-cmd.exp: Likewise.
6824
7acd5c40
UW
68252007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6826
6827 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6828 pass on targets where address zero is readable.
6829
9c6759c1
UW
68302007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6831
6832 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6833 just a single architecture.
6834
a2f1aeb4
UW
68352007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6836
6837 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6838 (fetch_all_registers): New function, uses gdb_test_multiple and
6839 exp_continue to fetch inferior output line-by-line.
6840 Replace all uses of do_get_all_registers by fetch_all_registers.
6841
46579ac2
UW
68422007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6843
6844 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6845 in target_info.
6846
fc133f24
MS
68472007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6848
a9c64011 6849 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
6850 consistancy; add a default (timeout) case.
6851
7646a51d
MS
68522007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6853
6854 * gdb.base/watchpoint.exp: Fix truncated comment.
6855
dcfff61f
MS
68562007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6857
6858 * Makefile.in: Remove spurious single-quotes from sed command.
6859
664e3ee9
DJ
68602007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6863 func.
6864 * gdb.mi/mi2-var-cmd.exp: Likewise.
6865
d7cc6f2f
JB
68662007-02-27 Joel Brobecker <brobecker@adacore.com>
6867
a9c64011
AS
6868 * gdb.dwarf2/dw2-producer.S: New file.
6869 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
6870
68712007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
6872
6873 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6874 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6875 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6876 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6877 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6878 Revert tests to use mi_gdb_test and include value field in output
6879 of -var-create.
6880
93d42b30
DJ
68812007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6884
c499ed39
DJ
68852007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6886
6887 * gdb.base/maint.exp: Remove full paths from test names.
6888 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6889 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6890
9836f81b
JB
68912007-02-27 Joel Brobecker <brobecker@adacore.com>
6892
6893 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6894
c74d0ad8
DJ
68952007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6896
6897 * gdb.server/server-mon.exp: New test.
6898
2711e456
DJ
68992007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6900
6901 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6902
ff6f572f
DJ
69032007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6904
6905 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6906 register capitalization.
6907
fada3feb
DP
69082007-02-13 Denis Pilat <denis.pilat@st.com>
6909
6910 * gdb.mi/mi-var-invalidate.exp: New file.
6911
fb1e4ffc
DJ
69122007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6913
6914 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6915
3da939d7
DJ
69162007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6919
123dc839
DJ
69202007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6921
6922 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6923 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6924
877e3645 69252007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
6926
6927 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6928 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6929 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6930 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6931 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 6932 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 6933 Update tests to include value field in output of -var-create.
a9c64011 6934
3c0a2960
AS
69352007-02-08 Andreas Schwab <schwab@suse.de>
6936
6937 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
6938
108546a0
DJ
69392007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
6940
6941 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
6942 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
6943
d701dcab
DP
69442007-02-02 Denis Pilat <denis.pilat@st.com>
6945
6946 * gdb.threads/threadapply.exp: check that frame is not changed by
6947 the thread apply all command.
6948
783e3e2f
AS
69492007-01-31 Andreas Schwab <schwab@suse.de>
6950
6d9c3a87
AS
6951 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6952
3c50d7b9
AS
6953 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
6954 in the dwarf sections.
6955 * gdb.dwarf2/mac-fileno.S: Likewise.
6956
783e3e2f
AS
6957 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
6958 bspstore register on ia64.
6959
78ff580e
AS
69602007-01-29 Andreas Schwab <schwab@suse.de>
6961
cc8e9b12
AS
6962 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
6963 "frame-begin" annotation.
6964
78ff580e
AS
6965 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
6966 number of "frames-invalid" annotations.
6967
704a4f78
DJ
69682007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6969
6970 * gdb.base/commands.exp: Call if_commands_test.
6971 (gdb_test_no_prompt, if_commands_test): New.
6972
e741bf94
MK
69732007-01-28 Mark Kettenis <kettenis@gnu.org>
6974
6975 * gdb.threads/sigthread.c (NSIGS): Make bigger.
6976
474d0ad3
AS
69772007-01-27 Andreas Schwab <schwab@suse.de>
6978
6979 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
6980 .short/.int/.quad in the dwarf sections.
6981 * gdb.dwarf2/dw2-intercu.S: Likewise.
6982 * gdb.dwarf2/dw2-intermix.S: Likewise.
6983
e784b426
JK
69842007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
6987 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
6988 array.
e784b426
JK
6989 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
6990 * gdb.base/setvar.exp: Likewise.
6991
37f08e04
AS
69922007-01-26 Andreas Schwab <schwab@suse.de>
6993
9a01813a
AS
6994 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
6995 test.
6996
37f08e04
AS
6997 * gdb.base/multi-forks.exp ("restart $i"): Also match
6998 __kernel_syscall_via_break.
6999
6e2a9270
VP
70002007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7001
7002 * lib/mi-support.exp (mi_delete_varobj): New.
7003 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7004 testcase.
7005 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7006 (main): Call the above.
7007 (reference_update_test, base_in_reference_test)
7008 (reference_to_pointer): Delete the created varobjs.
a9c64011 7009
e515b470
DJ
70102007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7011
7012 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7013 * configure: Regenerated.
7014 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7015 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7016 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7017 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7018 * lib/gdb.exp (gdb_skip_xml_test): New function.
7019
08d8bcd7
DJ
70202007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7021
7022 * gdb.base/sigrepeat.exp: Correct error message.
7023
70242007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
7025 Daniel Jacobowitz <dan@codesourcery.com>
7026
7027 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7028 gdb.arch/i386-gnu-cfi-asm.S: New files.
7029
97c3f1f3
JK
70302007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7031
7032 * lib/gdb.exp: Abort on missing `site.exp'.
7033
cb1df416
DJ
70342007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7035 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * gdb.base/included.c, gdb.base/included.exp,
7038 gdb.base/included.h: New files.
7039
35990120
DJ
70402007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7043 (maximize_rlimit): Reduce limits on 64-bit systems.
7044
6e81a116 70452007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
7046
7047 From Marcus Deuling <deuling@de.ibm.com>:
7048 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7049 every case.
7050
6c3c41f3
NR
70512007-01-13 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7054 (test_path_specification): Use objdir instead of srcdir to always
7055 get an absolute filename.
7056
2f12c312
DJ
70572007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7058
7059 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7060
81121995
VP
70612007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7062
7063 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7064 Make sure the variable we're using is in scope.
7065 (reference_to_pointer): Likewise.
7066
4741b737
DJ
70672007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7068
7069 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7070 has no debug information.
7071
054410c3
DJ
70722007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7073
7074 * gdb.base/annota1.exp: Remove extra send_gdb.
7075
818f79f6
DJ
70762007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7077
7078 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7079
f7a6bb70
DJ
70802007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7081
7082 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7083
57e66780
DJ
70842007-01-08 Nick Roberts <nickrob@snap.net.nz>
7085 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7088 lcharacter or linteger change. Correct duplicated test name.
7089 * gdb.mi/mi2-var-cmd.exp: Likewise.
7090
3d799a95
DJ
70912007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7092
7093 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7094
70952007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 7096
a9c64011
AS
7097 * gdb.base/nofield.c: New file.
7098 * gdb.base/nofield.exp: New testcase.
51679ba9 7099
eafb94e8
NR
71002007-01-05 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7103
7104 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7105 test.
7106
5e572bb4
DJ
71072007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7108
7109 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7110
74a44383
DJ
71112007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7112
7113 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7114 when continuing.
7115
1b572db9
DJ
71162007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7117
7118 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7119 Expect ".exe" extension.
7120
381bc39b
DJ
71212007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7122
7123 * gdb.base/charset.exp: Add explicit filename to break.
7124 * gdb.base/dbx.exp: Add explicit filename to breaks.
7125
2b70e4c6
DJ
71262007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7127
7128 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7129 * gdb.mi/mi2-file.exp: Likewise.
7130
303b6f5d
DJ
71312007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7132
7133 Implement specification of MI tests as comments
7134 in C and C++ sources.
7135 * lib/mi-support.exp (mi_autotest_data): New variable.
7136 (mi_autotest_source): New variable.
7137 (count_newlines, mi_prepare_inline_tests)
7138 (mi_get_inline_test, mi_continue_to_line)
7139 (mi_run_inline_test, mi_tbreak)
7140 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7141 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7142 Run inline tests.
7143 * gdb.mi/mi-var-cp.cc: Define tests here.
7144
23da0d94
VP
71452007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7146
7147 Simplify usage of mi_continue_to.
7148 * lib/mi-support.exp (mi_runto_helper): Renamed
7149 from mi_runto, added new parameter 'run_or_continue'.
7150 (mi_runto): Use mi_runto_helper.
7151 (mi_continue_to): Accept just function name as parameter.
7152 Use mi_runto_helper.
7153 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7154 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 7155
f9e18282
JB
71562006-01-04 Joel Brobecker <brobecker@adacore.com>
7157
7158 Make this testcase a bit more realistic. The current code
7159 is too simplistic, and allows the compiler to optimize out
7160 some of the entities we need for this testcase.
7161 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7162 (Do_Nothing): Add extra parameter.
7163 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7164 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7165 by using a variable of type Void_Star.
7166
fd678c65
JB
71672006-01-04 Joel Brobecker <brobecker@adacore.com>
7168
7169 * gdb.ada/catch_ex/foo.adb: New file.
7170 * gdb.ada/catch_ex.exp: New testcase.
7171
05cfdb42
DJ
71722007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7173
7174 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7175 pass --image-base to linker.
7176
2e03ee74
DJ
71772007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7178 Daniel Jacobowitz <dan@codesourcery.com>
7179
7180 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7181 secondary prompts.
7182
0d5de010
DJ
71832007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7184
7185 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7186 output. Test the types of members and member pointers.
7187 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7188 gdb/2092.
7189 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7190 statement. Enable for GCC. Update expected output for some tests
7191 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7192 layout.
7193 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7194 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7195 (Diamond::vget_base): New.
7196 (main): Add new tests.
7197 * gdb.cp/printmethod.exp: Update expected output for member functions.
7198 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7199 print pEe->D::vg().
7200
61a771aa
DJ
72012007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7202
7203 * gdb.threads/tls.exp: Allow stops in sem_post.
7204
2fa63963
DJ
72052006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7206
7207 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7208 * gdb.base/annota3.exp: Likewise.
7209 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7210 again (instead of timing out).
7211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7212 GCC bug 26475.
7213 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7214 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7215 test from jmisc1.exp.
7216 * gdb.java/jmisc1.exp: Delete.
7217 * gdb.java/jprint.exp: Adjust to work with method signatures including
7218 return types.
7219 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7220 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7221 * lib/java.exp (compile_java_from_source): Pass the correct type
7222 to target_compile.
7223
5eefc2b7
JB
72242006-12-31 Joel Brobecker <brobecker@adacore.com>
7225
7226 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7227 (stack_align_edx): New function.
7228 (stack_align_eax): New function.
7229 (main): Add calls to stack_align_edx and stack_align_eax.
7230 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7231 Add testing for the cases where the register used during a stack
7232 realignment is edx. Same for eax.
7233
227c54da
DJ
72342006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7235
7236 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7237 and generic PE targets.
7238
cab8ac94
JB
72392006-12-29 Joel Brobecker <brobecker@adacore.com>
7240
7241 * gdb.ada/array_return.exp: Update copyright date list.
7242
ba54f318
JB
72432006-12-27 Joel Brobecker <brobecker@adacore.com>
7244
7245 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7246 (Create_Small_Float_Vector): New function.
7247 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7248 function body.
7249 * gdb.ada/array_return/p.adb: Use new type and function from
7250 package Pck.
7251 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7252 able to print the value returned by a function returning an
7253 array of float.
7254
6b7a35dd
JB
72552006-12-20 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7258 The associated tests should be PASSing.
7259
038224f6
VP
72602006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7261
7262 Test for base in references.
7263 * gdb.mi/mi-var-cp.cc: Add test code.
7264 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7265 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7266 * gdb.mi/mi2-watch.exp: Likewise.
7267 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7268 (mi_list_varobj_children): New function.
7269
b26ed50d
VP
72702006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7271
7272 * lib/mi-support.exp
7273 (mi_runto): Accept "()" after function name.
7274 (mi_create_varobj): New function.
7275 (mi_varobj_update): New function.
7276 (mi_Check_varobj_value): New function.
7277 * gdb.mi/mi-var-cp.exp: New file.
7278 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 7279
08232497
DJ
72802006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7281
7282 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7283 gdb.base/weaklib2.c: New files.
7284
d394c993 72852006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 7286
ac6c2fba
NS
7287 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7288 info. Adjust test names.
7289
8ec659a0 7290 * gdb.base/break.c (main): Move position of malloc.
d394c993 7291 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 7292
acd65feb
VP
72932006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7294
7295 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7296 assignement of arrays and function pointers.
7297 * gdb.mi/var-cmd.c: Add declaration necessary for above
7298 tests.
7299
f556d5e5
NS
73002006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7301
7302 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
7303
7304 * gdb.threads/linux-dp.exp: Read thread table before and after
7305 creating each philosopher and verify it.
7306
697bc68d
NS
73072006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7308 Paul Brook <paul@codesourcery.com>
7309 Daniel Jacobowitz <dan@codesourcery.com>
7310
7311 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 7312 main to remove duplication. Add start function of the form
697bc68d
NS
7313 '_*start[1-9]*'. Add RVDS start function.
7314
29d73ae4
DJ
73152006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7316
7317 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7318
c1d88655
UW
73192006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7320
7321 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7322 * gdb.asm/spu.inc: New file.
7323 * gdb.base/term.exp: Disable if [target_info exists noargs].
7324 * gdb.gdb/complaints.exp: Disable if ![isnative].
7325 * gdb.gdb/selftest.exp: Likewise.
7326 * gdb.gdb/observer.exp: Likewise.
7327 * gdb.gdb/xfullpath.exp: Likewise.
7328 * gdb.base/attach.exp: Disable on SPU target.
7329 * gdb.cp/bs145503.exp: Likewise.
7330 * gdb.cp/exception.exp: Likewise.
7331 * gdb.cp/userdef.exp: Likewise.
7332
32a13b1a
DJ
73332006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7334
7335 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7336
d8295fe9
VP
73372006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7338
7339 * gdb.base/completion.exp: Fix completion tests for
7340 'info' and 'info '.
7341 * gdb.base/help.exp (help_test_raw, test_class_help)
7342 (test_prefix_command_help): Move...
7343 * lib/gdb.exp: Here.
7344 * gdb.base/main.exp: Adjust.
7345 * gdb.cp/maint.exp: Adjust.
7346 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 7347
8c394015
VP
73482006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7349
7350 * gdb.stabs/weird.exp (print_weird_var): Use
7351 gdb_test_multiple instead of gdb_expect.
7352
027fc1bc
VP
73532006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7354
7355 * gdb.base/help.exp (help_test_raw): New.
7356 (test_class_help): New.
7357 (test_prefix_command_help): New.
7358 Adjust testcases.
7359
67609209
FR
73602006-11-09 Christophe Lyon <christophe.lyon@st.com>
7361
7362 * gdb.base/constvars.c (main): Write to crass and crips, so that
7363 they are allocated by the compiler.
7364
f73adfeb
AS
73652006-10-27 Andreas Schwab <schwab@suse.de>
7366
7367 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7368 "detach-fork".
7369
2f83a18e
DJ
73702006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7371
7372 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7373 of patterns.
7374
94277a38
DJ
73752006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7376
7377 * gdb.base/sepdebug.exp: Remove debug format test.
7378 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7379 Handle no-symtab.
7380 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7381
5bd2f6e2
DJ
73822006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7383
7384 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7385 int to pointer or pointer to int.
7386 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7387
8c008720
DJ
73882006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7389
7390 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7391
9e35dae4
DJ
73922006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7393
7394 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7395
d9639e13
DJ
73962006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7397
7398 PR c++/2116
7399 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7400
390a1bd0
JB
74012006-10-06 Joel Brobecker <brobecker@adacore.com>
7402
7403 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7404 the corresponding bug has been fixed in GDB (PR/2018).
7405
dd920c33
JB
74062006-10-06 Joel Brobecker <brobecker@adacore.com>
7407
7408 * gdb.base/subst.exp: New testcase.
7409
53bbefe9
JB
74102006-10-06 Joel Brobecker <brobecker@adacore.com>
7411
7412 * gdb.ada/array_return/pck.ads: Add copyright notice.
7413 * gdb.ada/array_return/pck.adb: Likewise.
7414 * gdb.ada/array_return/p.adb: Likewise.
7415 * gdb.ada/exec_changed/first.adb: Likewise.
7416 * gdb.ada/exec_changed/second.adb: Likewise.
7417
09851417
JB
74182006-10-06 Joel Brobecker <brobecker@adacore.com>
7419
7420 * gdb.ada/watch_arg/watch.adb: New file.
7421 * gdb.ada/watch_arg.exp: New testcase.
7422
041bf30d
VP
74232006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7424
7425 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7426 via string_to_regexp.
041bf30d 7427 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7428
f286fbdd 74292006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7430
7431 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7432 Remove unused / obsolete files.
7433
7c07f349
NR
74342006-09-19 Nick Roberts <nickrob@snap.net.nz>
7435
7436 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7437
cd5ff84a
VP
74382006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7439
7440 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7441 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7442 the number of frames.
cd5ff84a 7443
ae018d1a
DJ
74442006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 * gdb.base/args.c (main): Add breakpoint marker.
7447 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7448 really test empty arguments.
7449 (args_load): Delete.
7450 (args_test): New.
7451
b399c549
NR
74522006-09-13 Nick Roberts <nickrob@snap.net.nz>
7453
7454 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7455 check for one file.
7456
2ab1eb7a
VP
74572006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7458
7459 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7460 HIGH_FRAME argument to -stack-list-locals can be larger than
7461 the number of frames.
a9c64011 7462
476308bf
FF
74632006-08-18 Fred Fish <fnf@specifix.com>
7464
7465 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7466 '$' in front of skip_vmx_tests_saved when setting that.
7467
8625200f
AS
74682006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7469
7470 * gdb.base/trace-commands.exp: New file.
7471
089ec8f1
DJ
74722006-08-10 Joel Brobecker <brobecker@adacore.com>
7473 Daniel Jacobowitz <dan@codesourcery.com>
7474
7475 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7476 expected output of the backtrace commands.
7477
b60f0898
JB
74782006-08-09 Joel Brobecker <brobecker@adacore.com>
7479
7480 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7481 untested followed by return combination.
7482 * gdb.arch/altivec-regs.exp: Likewise.
7483 * gdb.arch/e500-abi.exp: Likewise.
7484 * gdb.arch/e500-regs.exp: Likewise.
7485 * gdb.arch/gdb1291.exp: Likewise.
7486 * gdb.arch/gdb1431.exp: Likewise.
7487 * gdb.arch/gdb1558.exp: Likewise.
7488 * gdb.arch/i386-prologue.exp: Likewise.
7489 * gdb.arch/i386-unwind.exp: Likewise.
7490 * gdb.asm/asm-source.exp: Likewise.
7491 * gdb.base/a2-run.exp: Likewise.
7492 * gdb.base/advance.exp: Likewise.
7493 * gdb.base/all-bin.exp: Likewise.
7494 * gdb.base/annota1.exp: Likewise.
7495 * gdb.base/annota3.exp: Likewise.
7496 * gdb.base/args.exp: Likewise.
7497 * gdb.base/arithmet.exp: Likewise.
7498 * gdb.base/assign.exp: Likewise.
7499 * gdb.base/async.exp: Likewise.
7500 * gdb.base/attach.exp: Likewise.
7501 * gdb.base/bang.exp: Likewise.
7502 * gdb.base/bigcore.exp: Likewise.
7503 * gdb.base/bitfields.exp: Likewise.
7504 * gdb.base/bitfields2.exp: Likewise.
7505 * gdb.base/break.exp: Likewise.
7506 * gdb.base/call-sc.exp: Likewise.
7507 * gdb.base/call-strs.exp: Likewise.
7508 * gdb.base/callfuncs.exp: Likewise.
7509 * gdb.base/checkpoint.exp: Likewise.
7510 * gdb.base/chng-syms.exp: Likewise.
7511 * gdb.base/code-expr.exp: Likewise.
7512 * gdb.base/commands.exp: Likewise.
7513 * gdb.base/completion.exp: Likewise.
7514 * gdb.base/cond-expr.exp: Likewise.
7515 * gdb.base/condbreak.exp: Likewise.
7516 * gdb.base/consecutive.exp: Likewise.
7517 * gdb.base/constvars.exp: Likewise.
7518 * gdb.base/corefile.exp: Likewise.
7519 * gdb.base/cvexpr.exp: Likewise.
7520 * gdb.base/dbx.exp: Likewise.
7521 * gdb.base/define.exp: Likewise.
7522 * gdb.base/detach.exp: Likewise.
7523 * gdb.base/display.exp: Likewise.
7524 * gdb.base/dump.exp: Likewise.
7525 * gdb.base/ena-dis-br.exp: Likewise.
7526 * gdb.base/ending-run.exp: Likewise.
7527 * gdb.base/environ.exp: Likewise.
7528 * gdb.base/eval-skip.exp: Likewise.
7529 * gdb.base/exprs.exp: Likewise.
7530 * gdb.base/fileio.exp: Likewise.
7531 * gdb.base/finish.exp: Likewise.
7532 * gdb.base/float.exp: Likewise.
7533 * gdb.base/foll-exec.exp: Likewise.
7534 * gdb.base/foll-fork.exp: Likewise.
7535 * gdb.base/foll-vfork.exp: Likewise.
7536 * gdb.base/freebpcmd.exp: Likewise.
7537 * gdb.base/funcargs.exp: Likewise.
7538 * gdb.base/gcore.exp: Likewise.
7539 * gdb.base/gdb1090.exp: Likewise.
7540 * gdb.base/gdb1250.exp: Likewise.
7541 * gdb.base/huge.exp: Likewise.
7542 * gdb.base/info-proc.exp: Likewise.
7543 * gdb.base/interrupt.exp: Likewise.
7544 * gdb.base/jump.exp: Likewise.
7545 * gdb.base/langs.exp: Likewise.
7546 * gdb.base/lineinc.exp: Likewise.
7547 * gdb.base/list.exp: Likewise.
7548 * gdb.base/logical.exp: Likewise.
7549 * gdb.base/long_long.exp: Likewise.
7550 * gdb.base/macscp.exp: Likewise.
7551 * gdb.base/maint.exp: Likewise.
7552 * gdb.base/mips_pro.exp: Likewise.
7553 * gdb.base/miscexprs.exp: Likewise.
7554 * gdb.base/multi-forks.exp: Likewise.
7555 * gdb.base/opaque.exp: Likewise.
7556 * gdb.base/overlays.exp: Likewise.
7557 * gdb.base/pc-fp.exp: Likewise.
7558 * gdb.base/pointers.exp: Likewise.
7559 * gdb.base/printcmds.exp: Likewise.
7560 * gdb.base/psymtab.exp: Likewise.
7561 * gdb.base/ptype.exp: Likewise.
7562 * gdb.base/recurse.exp: Likewise.
7563 * gdb.base/relational.exp: Likewise.
7564 * gdb.base/relocate.exp: Likewise.
7565 * gdb.base/remote.exp: Likewise.
7566 * gdb.base/reread.exp: Likewise.
7567 * gdb.base/restore.exp: Likewise.
7568 * gdb.base/return.exp: Likewise.
7569 * gdb.base/return2.exp: Likewise.
7570 * gdb.base/scope.exp: Likewise.
7571 * gdb.base/sect-cmd.exp: Likewise.
7572 * gdb.base/sep.exp: Likewise.
7573 * gdb.base/sepdebug.exp: Likewise.
7574 * gdb.base/setshow.exp: Likewise.
7575 * gdb.base/setvar.exp: Likewise.
7576 * gdb.base/sigall.exp: Likewise.
7577 * gdb.base/sigbpt.exp: Likewise.
7578 * gdb.base/signals.exp: Likewise.
7579 * gdb.base/signull.exp: Likewise.
7580 * gdb.base/sizeof.exp: Likewise.
7581 * gdb.base/solib.exp: Likewise.
7582 * gdb.base/step-line.exp: Likewise.
7583 * gdb.base/step-test.exp: Likewise.
7584 * gdb.base/structs.exp: Likewise.
7585 * gdb.base/structs2.exp: Likewise.
7586 * gdb.base/term.exp: Likewise.
7587 * gdb.base/twice.exp: Likewise.
7588 * gdb.base/until.exp: Likewise.
7589 * gdb.base/varargs.exp: Likewise.
7590 * gdb.base/volatile.exp: Likewise.
7591 * gdb.base/watchpoint.exp: Likewise.
7592 * gdb.base/whatis-exp.exp: Likewise.
7593 * gdb.base/whatis.exp: Likewise.
7594 * gdb.cp/ambiguous.exp: Likewise.
7595 * gdb.cp/annota2.exp: Likewise.
7596 * gdb.cp/annota3.exp: Likewise.
7597 * gdb.cp/bool.exp: Likewise.
7598 * gdb.cp/breakpoint.exp: Likewise.
7599 * gdb.cp/casts.exp: Likewise.
7600 * gdb.cp/class2.exp: Likewise.
7601 * gdb.cp/classes.exp: Likewise.
7602 * gdb.cp/cplusfuncs.exp: Likewise.
7603 * gdb.cp/ctti.exp: Likewise.
7604 * gdb.cp/derivation.exp: Likewise.
7605 * gdb.cp/exception.exp: Likewise.
7606 * gdb.cp/gdb1355.exp: Likewise.
7607 * gdb.cp/hang.exp: Likewise.
7608 * gdb.cp/inherit.exp: Likewise.
7609 * gdb.cp/local.exp: Likewise.
7610 * gdb.cp/m-data.exp: Likewise.
7611 * gdb.cp/m-static.exp: Likewise.
7612 * gdb.cp/member-ptr.exp: Likewise.
7613 * gdb.cp/method.exp: Likewise.
7614 * gdb.cp/misc.exp: Likewise.
7615 * gdb.cp/namespace.exp: Likewise.
7616 * gdb.cp/overload.exp: Likewise.
7617 * gdb.cp/ovldbreak.exp: Likewise.
7618 * gdb.cp/pr-1023.exp: Likewise.
7619 * gdb.cp/pr-1210.exp: Likewise.
7620 * gdb.cp/pr-574.exp: Likewise.
7621 * gdb.cp/printmethod.exp: Likewise.
7622 * gdb.cp/psmang.exp: Likewise.
7623 * gdb.cp/ref-params.exp: Likewise.
7624 * gdb.cp/ref-types.exp: Likewise.
7625 * gdb.cp/rtti.exp: Likewise.
7626 * gdb.cp/templates.exp: Likewise.
7627 * gdb.cp/try_catch.exp: Likewise.
7628 * gdb.cp/userdef.exp: Likewise.
7629 * gdb.cp/virtfunc.exp: Likewise.
7630 * gdb.disasm/am33.exp: Likewise.
7631 * gdb.disasm/h8300s.exp: Likewise.
7632 * gdb.disasm/mn10300.exp: Likewise.
7633 * gdb.disasm/sh3.exp: Likewise.
7634 * gdb.disasm/t01_mov.exp: Likewise.
7635 * gdb.disasm/t02_mova.exp: Likewise.
7636 * gdb.disasm/t03_add.exp: Likewise.
7637 * gdb.disasm/t04_sub.exp: Likewise.
7638 * gdb.disasm/t05_cmp.exp: Likewise.
7639 * gdb.disasm/t06_ari2.exp: Likewise.
7640 * gdb.disasm/t07_ari3.exp: Likewise.
7641 * gdb.disasm/t08_or.exp: Likewise.
7642 * gdb.disasm/t09_xor.exp: Likewise.
7643 * gdb.disasm/t10_and.exp: Likewise.
7644 * gdb.disasm/t11_logs.exp: Likewise.
7645 * gdb.disasm/t12_bit.exp: Likewise.
7646 * gdb.disasm/t13_otr.exp: Likewise.
7647 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7648 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7649 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7650 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7651 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7652 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7653 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7654 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7655 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7656 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7657 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7658 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7659 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7660 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7661 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7662 * gdb.mi/gdb701.exp: Likewise.
7663 * gdb.mi/gdb792.exp: Likewise.
7664 * gdb.mi/mi-basics.exp: Likewise.
7665 * gdb.mi/mi-break.exp: Likewise.
7666 * gdb.mi/mi-cli.exp: Likewise.
7667 * gdb.mi/mi-console.exp: Likewise.
7668 * gdb.mi/mi-disassemble.exp: Likewise.
7669 * gdb.mi/mi-eval.exp: Likewise.
7670 * gdb.mi/mi-file.exp: Likewise.
7671 * gdb.mi/mi-read-memory.exp: Likewise.
7672 * gdb.mi/mi-regs.exp: Likewise.
7673 * gdb.mi/mi-return.exp: Likewise.
7674 * gdb.mi/mi-simplerun.exp: Likewise.
7675 * gdb.mi/mi-stack.exp: Likewise.
7676 * gdb.mi/mi-stepi.exp: Likewise.
7677 * gdb.mi/mi-syn-frame.exp: Likewise.
7678 * gdb.mi/mi-until.exp: Likewise.
7679 * gdb.mi/mi-var-block.exp: Likewise.
7680 * gdb.mi/mi-var-child.exp: Likewise.
7681 * gdb.mi/mi-var-cmd.exp: Likewise.
7682 * gdb.mi/mi-var-display.exp: Likewise.
7683 * gdb.mi/mi-watch.exp: Likewise.
7684 * gdb.mi/mi2-basics.exp: Likewise.
7685 * gdb.mi/mi2-break.exp: Likewise.
7686 * gdb.mi/mi2-cli.exp: Likewise.
7687 * gdb.mi/mi2-console.exp: Likewise.
7688 * gdb.mi/mi2-disassemble.exp: Likewise.
7689 * gdb.mi/mi2-eval.exp: Likewise.
7690 * gdb.mi/mi2-file.exp: Likewise.
7691 * gdb.mi/mi2-read-memory.exp: Likewise.
7692 * gdb.mi/mi2-regs.exp: Likewise.
7693 * gdb.mi/mi2-return.exp: Likewise.
7694 * gdb.mi/mi2-simplerun.exp: Likewise.
7695 * gdb.mi/mi2-stack.exp: Likewise.
7696 * gdb.mi/mi2-stepi.exp: Likewise.
7697 * gdb.mi/mi2-syn-frame.exp: Likewise.
7698 * gdb.mi/mi2-until.exp: Likewise.
7699 * gdb.mi/mi2-var-block.exp: Likewise.
7700 * gdb.mi/mi2-var-child.exp: Likewise.
7701 * gdb.mi/mi2-var-cmd.exp: Likewise.
7702 * gdb.mi/mi2-var-display.exp: Likewise.
7703 * gdb.mi/mi2-watch.exp: Likewise.
7704 * gdb.stabs/exclfwd.exp: Likewise.
7705 * gdb.stabs/weird.exp: Likewise.
7706 * gdb.threads/gcore-thread.exp: Likewise.
7707 * gdb.trace/actions.exp: Likewise.
7708 * gdb.trace/backtrace.exp: Likewise.
7709 * gdb.trace/circ.exp: Likewise.
7710 * gdb.trace/collection.exp: Likewise.
7711 * gdb.trace/deltrace.exp: Likewise.
7712 * gdb.trace/infotrace.exp: Likewise.
7713 * gdb.trace/limits.exp: Likewise.
7714 * gdb.trace/packetlen.exp: Likewise.
7715 * gdb.trace/passc-dyn.exp: Likewise.
7716 * gdb.trace/passcount.exp: Likewise.
7717 * gdb.trace/report.exp: Likewise.
7718 * gdb.trace/save-trace.exp: Likewise.
7719 * gdb.trace/tfind.exp: Likewise.
7720 * gdb.trace/tracecmd.exp: Likewise.
7721 * gdb.trace/while-dyn.exp: Likewise.
7722 * gdb.trace/while-stepping.exp: Likewise.
7723
f4b618d1
JB
77242006-08-08 Joel Brobecker <brobecker@adacore.com>
7725
7726 * gdb.base/step-bt.c: New file.
7727 * gdb.base/step-bt.exp: New testcase.
7728
3d00d119
DJ
77292006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * config/monitor.exp (gdb_load): Remove support for obsolete
7732 download-write-size.
7733 * gdb.base/remote.exp: Likewise. Update all callers of
7734 gdb_timed_load.
7735
017b5bd4
DJ
77362006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7737
7738 * cursal.exp: Pass binfile to gdb_load.
7739
837c599d
DJ
77402006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7741
7742 * gdb.base/cursal.exp: Add "" to gdb_load call.
7743
8dd4540b
MK
77442006-07-29 Mark Kettenis <kettenis@gnu.org>
7745
7746 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7747 NetBSD/ELF targets.
7748
ab5c9f60
DJ
77492006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7750
7751 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7752 operator*.
7753
4c42eaff
DJ
77542006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7755
7756 * gdb.base/completion.exp: Update for change in "file" behavior.
7757 * gdb.stabs/weird.exp: Likewise.
7758 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7759 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7760
0155cc76
NS
77612006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7762
7763 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7764 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7765
16026cd7
AS
77662006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7767
7768 * gdb.base/default.exp: Update source command error message.
7769 * gdb.base/help.exp: Update 'help source' message.
7770
16963cb6
DJ
77712006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7772
7773 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7774 test.
7775
6d7fd486
AS
77762006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7777
7778 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7779
29e8a844
DJ
77802006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7781
7782 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7783
6afcfa39
DJ
77842006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7785
7786 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7787
267a692b
MK
77882006-07-17 Mark Kettenis <kettenis@gnu.org>
7789
7790 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7791 *-*-openbsd* from targets for wich we expect ARM FPA floating
7792 point format.
7793
85d2fec4
NR
77942006-07-17 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7797
77982006-07-17 Mark Kettenis <kettenis@gnu.org>
7799
7800 * gdb.base/annota3.exp: Expect frame-begin annotation.
7801
85b4c6e8
JB
78022006-07-14 Joel Brobecker <brobecker@adacore.com>
7803
7804 * gdb.base/help.exp: Adjust "help unset" test to accept
7805 any list of unset commands.
7806
fb933624
DJ
78072006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7808 Daniel Jacobowitz <dan@codesourcery.com>
7809
7810 * gdb.cp/ref-params.exp: New test.
7811 * gdb.cp/ref-params.cc: New source file.
7812 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7813
1dff4b64
MK
78142006-07-08 Mark Kettenis <kettenis@gnu.org>
7815
7816 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7817 spaces/tabs in regular expressions since they might not be there.
7818
40d2e0e3
AS
78192006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7820
7821 * gdb.base/ifelse.exp: New file.
7822
f6c957d2
NS
78232006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7824
7825 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7826 line.
7827 * gdb.base/huge.exp: Loop over compilation to find a size that
7828 is acceptable.
7829 * gdb.base/remote.exp: Correct expected strings.
7830 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7831
b9c5a23d
DJ
78322006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7833
7834 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7835
9af2e58d
DJ
78362006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7837
7838 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7839 native.
7840
30930ca5
DJ
78412006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7842
7843 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7844 enable stabs testing.
7845
aa32fa1d
DJ
78462006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7847
bd4a4c80 7848 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
7849 gdb_test_multiple does.
7850
321fef15
DJ
78512006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7852
7853 * Makefile.in (host_alias): Remove.
7854 (target_alias): Use @target_noncanonical@.
7855 (site.exp): Don't set host_alias.
7856 * aclocal.m4: Remove contents. Include acx.m4.
7857 * configure: Regenerated.
7858 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7859
e1c2defa
NS
78602006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7861
e63b55d1
NS
7862 * lib/gdb.exp (gdb_load_cmd): New.
7863
5600ea19
NS
7864 * gdb.base/fileio.c: Add system(NULL) test.
7865 * gdb.base/fileio.exp: Check it.
7866
e1c2defa
NS
7867 * gdb.base/break.c: Add 10a breakpoint at }
7868 * gdb.base/break.exp: Add test for breakpoint at }
7869 * gdb.cp/anon-union.cc: Add code at end of function.
7870 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7871 * gdb.mi/var-cmd.c: Add code at end of function.
7872 * gdb.mi/mi-var-display.exp: Adjust end of next.
7873 * gdb.mi/mi2-var-display.exp: Likewise.
7874 * gdb.base/fileio.c: Add stop function and insert calls at
7875 stopping places.
7876 * gdb.base/fileio.exp: Breakpoint stop function and remove
7877 explicit line number references.
7878
6c0112ec
JB
78792006-05-19 Joel Brobecker <brobecker@adacore.com>
7880
a9c64011
AS
7881 * gdb.base/del.exp (test_delete_alias): New function.
7882 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 7883
154189a4
FF
78842006-05-18 Fred Fish <fnf@specifix.com>
7885
7886 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7887 required. Check for spurious output after program exits normally.
7888
582e64c2
FF
78892006-05-17 Fred Fish <fnf@specifix.com>
7890
7891 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7892 gdb_load, so it works in the simulator.
7893
8ef6493a
FF
78942006-05-11 Fred Fish <fnf@specifix.com>
7895
7896 * gdb.base/bang.exp: Ignore unexpected output between the
7897 "program exited normally" and the gdb prompt, as many other
7898 tests do.
7899
692b141c
MK
79002006-05-07 Mark Kettenis <kettenis@gnu.org>
7901
7902 * gdb.base/help.exp: Make "delete checkpoint" part option for
7903 "help d" and "help delete" tests.
7904
540b8a30
UW
79052006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7906
a9c64011 7907 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
7908 expected output in some mi_gdb_test statements.
7909 * gdb.mi/mi2-basics.exp: Likewise.
7910
9b6462d9
JB
79112006-05-05 Joel Brobecker <brobecker@adacore.com>
7912
7913 * gdb.base/del.c: New file.
7914 * gdb.base/del.exp: New testcase.
7915
954de43b
DM
79162006-05-05 David S. Miller <davem@sunset.davemloft.net>
7917
7918 * gdb.base/break.exp: Do not assume a breakpoint on
7919 main will actually be in $srcfile when optimizing.
1303f75e
DM
7920 * gdb.base/savedregs.exp: Do not require that the dummy
7921 frame location match up to a symbol and source file location.
c3242428
DM
7922 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7923 will get printed without a mi_cmd_data_list_register_values prefix.
7924 (*-data-list-register-*): Correct regular expressions to expect the new
7925 pseudo d? floating point registers.
7926 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 7927
c7e64c9a
DJ
79282006-05-05 Christophe Lyon <christophe.lyon@st.com>
7929
7930 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
7931 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
7932 is allocated by the compiler.
7933 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
7934 anons, e, anone to force their allocation by the compiler.
7935
79362006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
7937
7938 * gdb.base/help.exp: Update expected text for help d and
7939 help delete.
7940
27ce9a6d
MK
79412006-05-02 Mark Kettenis <kettenis@gnu.org>
7942
7943 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
7944 NetBSD/ELF targets.
7945
8608915f
MK
79462006-04-30 Mark Kettenis <kettenis@gnu.org>
7947
7948 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
7949 single-step breakpoint fails; make this a KFAIL on
7950 sparc*-*-openbsd*.
7951 * gdb.base/siginfo.exp: Likewise.
7952 * gdb.base/sigstep.exp (advance, advancei): Likewise.
7953
b8db102d
MS
79542006-04-26 Michael Snyder <msnyder@redhat.com>
7955
7956 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
7957 which may have to consume output from other forks.
7958 Add tests to make sure that "delete fork" succeeded.
7959
c702009a
MS
79602006-04-20 Michael Snyder <msnyder@redhat.com>
7961
7962 * 2006-03-22 Jim Blandy <jimb@redhat.com>
7963 Add support for the Renesas M32C and M16C.
7964
7965 * gdb.asm/asm-source.exp: Add m32c target.
7966 * gdb.asm/m32c.inc: Support for m32c target.
7967
e28493f2
AS
79682006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
7969
7970 * gdb.base/commands.exp (recursive_source_test): New test.
7971
880da185
DM
79722006-04-04 David S. Miller <davem@sunset.davemloft.net>
7973
7974 * gdb.base/float.exp: Add pattern for sparc targets.
7975
61d9b92f
DJ
79762006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7977
7978 * gdb.base/commands.exp (stray_arg0_test): New test.
7979
bd717df8
PB
79802006-03-30 Paul Brook <paul@codesourcery.com>
7981
7982 * gdb.mi/mi-until.exp: kfail broken until command.
7983 * gdb.mi/mi2-until.exp: Ditto.
7984
ec793d3c
NR
79852006-03-27 Nick Roberts <nickrob@snap.net.nz>
7986
7987 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
7988
831004b7
AO
79892006-03-08 Alexandre Oliva <aoliva@redhat.com>
7990
7991 * gdb.base/prelink.exp: Anchor tested-for regular expression
7992 on gdb prompt.
7993
effe49a0
PB
79942006-03-07 Paul Brook <paul@codesourcery.com>
7995
7996 * gdb.base/assign.exp: Correct fail message.
7997
e5461016
PB
79982006-03-07 Paul Brook <paul@codesourcery.com>
7999
8000 * lib/compiler.c: Extract armcc version number.
8001 * lib/compiler.cc: Ditto.
8002
fc91c6c2
PB
80032006-03-07 Paul Brook <paul@codesourcery.com>
8004
8005 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8006 additional_flags=-w.
8007 * gdb.arch/altivec-regs.exp: Ditto.
8008 * gdb.arch/e500-abi.exp: Ditto.
8009 * gdb.arch/e500-regs.exp: Ditto.
8010 * gdb.base/all-bin.exp: Ditto.
8011 * gdb.base/annota1.exp: Ditto.
8012 * gdb.base/annota3.exp: Ditto.
8013 * gdb.base/args.exp: Ditto.
8014 * gdb.base/arithmet.exp: Ditto.
8015 * gdb.base/assign.exp: Ditto.
8016 * gdb.base/async.exp: Ditto.
8017 * gdb.base/bang.exp: Ditto.
8018 * gdb.base/break.exp: Ditto.
8019 * gdb.base/call-rt-st.exp: Ditto.
8020 * gdb.base/completion.exp: Ditto.
8021 * gdb.base/cond-expr.exp: Ditto.
8022 * gdb.base/condbreak.exp: Ditto.
8023 * gdb.base/consecutive.exp: Ditto.
8024 * gdb.base/define.exp: Ditto.
8025 * gdb.base/display.exp: Ditto.
8026 * gdb.base/ena-dis-br.exp: Ditto.
8027 * gdb.base/environ.exp: Ditto.
8028 * gdb.base/eval-skip.exp: Ditto.
8029 * gdb.base/info-proc.exp: Ditto.
8030 * gdb.base/jump.exp: Ditto.
8031 * gdb.base/logical.exp: Ditto.
8032 * gdb.base/long_long.exp: Ditto.
8033 * gdb.base/maint.exp: Ditto.
8034 * gdb.base/miscexprs.exp: Ditto.
8035 * gdb.base/pc-fp.exp: Ditto.
8036 * gdb.base/pointers.exp: Ditto.
8037 * gdb.base/relational.exp: Ditto.
8038 * gdb.base/reread.exp: Ditto.
8039 * gdb.base/sect-cmd.exp: Ditto.
8040 * gdb.base/sep.exp: Ditto.
8041 * gdb.base/sepdebug.exp: Ditto.
8042 * gdb.base/until.exp: Ditto.
8043 * gdb.base/whatis-exp.exp: Ditto.
8044 * gdb.cp/annota2.exp: Ditto.
8045 * gdb.cp/annota3.exp: Ditto.
8046 * gdb.trace/actions.exp: Ditto.
8047 * gdb.trace/backtrace.exp: Ditto.
8048 * gdb.trace/circ.exp: Ditto.
8049 * gdb.trace/collection.exp: Ditto.
8050 * gdb.trace/deltrace.exp: Ditto.
8051 * gdb.trace/infotrace.exp: Ditto.
8052 * gdb.trace/limits.exp: Ditto.
8053 * gdb.trace/packetlen.exp: Ditto.
8054 * gdb.trace/passc-dyn.exp: Ditto.
8055 * gdb.trace/passcount.exp: Ditto.
8056 * gdb.trace/report.exp: Ditto.
8057 * gdb.trace/save-trace.exp: Ditto.
8058 * gdb.trace/tfind.exp: Ditto.
8059 * gdb.trace/tracecmd.exp: Ditto.
8060 * gdb.trace/while-dyn.exp: Ditto.
8061 * gdb.trace/while-stepping.exp: Ditto.
8062 * lib/gdb.exp: Ditto.
8063 (gdb_compile): Handle nowarning option.
8064
5f4a23d9
AO
80652006-03-07 Alexandre Oliva <aoliva@redhat.com>
8066
8067 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8068 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8069 Rename executable to prelinkt. Don't re-prelink if we didn't
8070 get a core file. Test prelink -u exit status to tell whether
8071 prelinking failed. Use gdb_test_multiple.
8072
9733fc94
DJ
80732006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8074
8075 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8076 (do_tests): Call it.
8077
cc10cae3
AO
80782006-02-28 Alexandre Oliva <aoliva@redhat.com>
8079
8080 * gdb.base/prelink.exp: New test.
8081 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8082
15c46491
WZ
80832006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8084
8085 * gdb.fortran/derived-type.f90: New file.
8086 * gdb.fortran/derived-type.exp: New testcase.
8087
5c9f7ded
DJ
80882006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8089
8090 * gdb.base/default.exp: Allow ';' as a directory separator.
8091
5b96932b
AS
80922006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8093
8094 * gdb.base/help.exp (help add-symbol-file): Update.
8095
1986bccd
AS
80962006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8097
8098 * gdb.base/help.exp (help load): Update expected results.
8099
a8b7528f
FF
81002006-02-19 Fred Fish <fnf@specifix.com>
8101
8102 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8103 specifix hex value as part of results.
8104 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 8105
f8261448
FF
81062006-02-16 Fred Fish <fnf@specifix.com>
8107
8108 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8109 ushort_addr, and slong_addr, so the typedefs are not optimized
8110 away.
8111 * gdb.base/whatis.exp: Add tests using type name for struct type,
8112 union type, enum type, and typedef.
a9c64011 8113
31d8bdd2
MK
81142006-02-13 Mark Kettenis <kettenis@gnu.org>
8115
8116 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8117
34e41e63
JB
81182006-02-13 Jim Blandy <jimb@redhat.com>
8119
8120 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8121 case where it takes two "next" commands to skip past the init
8122 call.
8123
ac6e4f31
FF
81242006-02-12 Fred Fish <fnf@specifix.com>
8125
8126 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8127 to handle cases where it takes two "next" commands to skip
8128 past the init call.
8129
2db2d571
JB
81302006-02-07 Joel Brobecker <brobecker@adacore.com>
8131
8132 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8133 on hppa32 targets.
8134
38fcd64c
DJ
81352006-02-06 Vladimir Prus <ghost@cs.msu.su>
8136
8137 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8138 field.
8139
1315ad46
MK
81402006-01-29 Mark Kettenis <kettenis@gnu.org>
8141
8142 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8143
5625b943
DJ
81442006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8145
8146 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8147 files.
8148
80df1bbe
DJ
81492006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8150
8151 * gdb.cp/maint.exp: Set complaints to a positive value.
8152
9078e690
DJ
81532006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8154
8155 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8156 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8157 function name.
8158
9c903399
DJ
81592006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8160
8161 * gdb.base/checkpoint.c: Update copyright notice. Include
8162 <stdlib.h>.
8163
761ae4d6
JB
81642006-01-04 Jim Blandy <jimb@redhat.com>
8165
8166 * gdb.asm/asm-source.exp: Independently provide default values for
8167 asm-flags and debug-flags. Use 'string equal' to do the
8168 comparison, not the implicit expr's '==' operator. Remove
8169 now-unneeded assignments to asm-flags. In h8300 case, place
8170 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8171
099ac3dd
MS
81722006-01-04 Michael Snyder <msnyder@redhat.com>
8173
8174 * gdb.base/checkpoint.c: New file.
8175 * gdb.base/checkpoint.exp: New file.
8176 * gdb.base/multi-fork.c: New file.
8177 * gdb.base/multi-fork.exp: New file.
8178 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8179
f4d85314
FF
81802006-01-04 Fred Fish <fnf@specifix.com>
8181
8182 * gdb.base/ptype.c (foo): Add typedef.
8183 (intfoo): Add function.
8184 * gdb.base/ptype1.c: New file.
8185 * gdb.base/ptype.exp: Handle compilation and linking with two
8186 source files. Test that proper type for "foo" is found based
8187 on source context rather than first match found in symtabs.
8188
a1b06f35
MK
81892005-12-28 Mark Kettenis <kettenis@gnu.org>
8190
8191 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8192 * gdb.asm/openbsd.inc: Indent commands.
8193
d082a1e2
MK
81942005-12-26 Mark Kettenis <kettenis@gnu.org>
8195
c65016bd
MK
8196 * gdb.base/freebpcmd.exp: Increase timeout.
8197
d082a1e2
MK
8198 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8199
d3c32a0e
DJ
82002005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8201
8202 * gdb.base/default.exp: Update check for "show version".
8203
9fdb1f50
RC
82042005-12-09 Randolph Chung <tausq@debian.org>
8205
8206 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8207 * gdb.asm/pa64.inc: New file.
8208
5f2c56f7
RC
82092005-12-09 Randolph Chung <tausq@debian.org>
8210
8211 * gdb.asm/common.inc: Indent commands.
8212 * gdb.asm/asmsrc1.s: Likewise.
8213 * gdb.asm/asmsrc2.s: Likewise.
8214
8117349c
RC
82152005-12-09 Randolph Chung <tausq@debian.org>
8216
8217 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8218 (get_addr_of_sym): Remove duplicate print.
8219 (gen_core): xfail hppa*-*-hpux*, update expected output.
8220 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8221 * gdb.arch/pa64-nullify.s: New file.
8222
8f07f25a
RC
82232005-12-09 Randolph Chung <tausq@debian.org>
8224
8225 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8226
55b39184
DJ
82272005-12-07 Christophe Lyon <christophe.lyon@st.com>
8228
8229 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8230 code generation for these functions.
8231 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8232 error message.
8233
31e2b00f
AS
82342005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8235
8236 * gdb.base/help.exp (help b, help br, help bre, help brea)
8237 (help break): Update the expected message.
8238
c3d0b56e
SC
82392005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8240
8241 * gdb.asm/m68hc11.inc: Setup the data section.
8242 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8243 script for this test.
8244 (m6812-*-*): Likewise.
8245
36ae0ea9
RC
82462005-11-09 Randolph Chung <tausq@debian.org>
8247
8248 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8249
9d6f42e9
WZ
82502005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8251
8252 * gdb.base/break.exp: Fix a comment typo.
8253
e2126a14
EZ
82542005-11-03 Jim Blandy <jimb@redhat.com>
8255
a9c64011
AS
8256 Checked in by Elena Zannoni <ezannoni@redhat.com>
8257
e2126a14
EZ
8258 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8259
e0ac7199
CV
82602005-11-02 Corinna Vinschen <vinschen@redhat.com>
8261
8262 * gdb.arch/gdb1558.c: Include stdio.h.
8263
31d3fb18
MK
82642005-10-31 Mark Kettenis <kettenis@gnu.org>
8265
8266 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8267
e52b687c
MK
82682005-10-31 Mark Kettenis <kettenis@gnu.org>
8269
8270 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8271
f4711d79
PG
82722005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8273
a9c64011
AS
8274 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8275 vscr" tests to better match output.
f4711d79 8276
987a9106
JB
82772005-10-12 Jim Blandy <jimb@redhat.com>
8278
8279 * gdb.base/structs.exp (any): New function.
8280 (test_struct_returns): Don't make any assumptions at all about
8281 what value the function returns when GDB can't set the return
8282 value.
8283
2336bb58
JB
82842005-10-09 Joel Brobecker <brobecker@adacore.com>
8285
8286 * gdb.ada/arrayidx/p.adb: New file.
8287 * gdb.ada/arrayidx.exp: New testcase
8288
82892005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
8290
8291 * gdb.ada/array_return/pck.ads: New file.
8292 * gdb.ada/array_return/pck.adb: New file.
8293 * gdb.ada/array_return/p.adb: New file.
8294 * gdb.ada/array_return.exp: New testcase.
8295
705335ea
JB
82962005-10-03 Joel Brobecker <brobecker@adacore.com>
8297
a9c64011
AS
8298 * gdb.base/arrayidx.c: New file.
8299 * gdb.base/arrayidx.exp: New testcase.
705335ea 8300
11ee9940
NR
83012005-09-29 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8304 frames-invalid and breakpoints-invalid are no longer generated
8305 with level 3 so don't expect them in the output.
8306
39fb8e9e
BR
83072005-09-27 Bob Rossi <bob@brasko.net>
8308
a9c64011 8309 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
8310 from test. Escape the | in mi_gdb_test call.
8311 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8312 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8313 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8314 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8315 expected regex's in mi_gdb_test calls.
8316 * lib/mi-support.exp: Remove arbitrary .* from tests.
8317 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8318 Fully anchor GDB/MI expected results in mi_gdb_test.
8319 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8320 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8321
2af48f68
PB
83222005-09-26 Paul Brook <paul@codesourcery.com>
8323
8324 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8325
f34502bc
WZ
83262005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8327
8328 * bfp-test.c: New file.
8329 * bfp-test.exp: New testcase.
8330
ca929517
WZ
83312005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8332
8333 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8334 of subarray and substring variable.
8335 * gdb.fortran/subarray.f: New source file for the test of subarray
8336 and substring variable evaluation.
8337 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8338 of string constant.
8339
c761af65
DJ
83402005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8341
8342 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8343 copyright dates.
8344
561d7a1d
PG
83452005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8346
8347 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8348 powerpc altivec' test with an almost identical 'info vector' test.
8349
b2b64cc9
PG
83502005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8351
a9c64011
AS
8352 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8353 vscr" tests to match output.
b2b64cc9 8354
6ac4d15a
PG
83552005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8356
a9c64011
AS
8357 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8358 output.
6ac4d15a 8359
40e55bef
BR
83602005-09-11 Bob Rossi <bob@brasko.net>
8361
8362 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 8363 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
8364 commands that return an MI output command and an asyncronous MI output
8365 command.
8366 * gdb.mi/mi-console.exp: Ditto.
8367
3c7385ec
BR
83682005-09-11 Bob Rossi <bob@brasko.net>
8369
8370 * gdb.mi/mi-var-child.c: Include <string.h>.
8371
a6cd0eb3
DJ
83722005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8373
8374 * killed.exp: Correct gdb_expect syntax.
8375
2f168eed
CV
83762005-08-09 Corinna Vinschen <vinschen@redhat.com>
8377
8378 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8379
ecd3fd0f
BR
83802005-08-02 Bob Rossi <bob@brasko.net>
8381
8382 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8383 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8384 Change tests to inferior-tty-set/show.
8385 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8386 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8387 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8388 inferior. Use mi_gdb_test to get GDB and Inferior output.
8389 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8390 descriptor.
8391 (mi_inferior_tty_name): Add inferior PTY file name.
8392 (mi_gdb_start): Add INFERIOR_PTY parameter.
8393 (mi_gdb_test): Add IPATTERN parameter.
8394
f1ea48cb 83952005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 8396
f1ea48cb
BR
8397 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8398 parameter to mi_gdb_test.
8399 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8400
6e650a67
DJ
84012005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8402
8403 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8404 struct_declarations.
8405 * gdb.mi/mi-var-child.exp: Step over the initialization of
8406 struct_declarations.
8407
8be260b6
DJ
84082005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8409
8410 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8411 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8412 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8413 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8414 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8415 file.
8416
4e660f07
NR
84172005-07-27 Nick Roberts <nickrob@snap.net.nz>
8418
8419 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8420 (do_children_tests): Assign values to the extra elements.
8421
8422 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8423 them for tests for "-var-update --no-values" and
a9c64011 8424 "-var-update --all-values".
4e660f07
NR
8425 Add test for "-var-list-children --simple-values".
8426
8427 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8428
8429 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8430 "-stack-list-locals --simple-values" Improve doc strings and
8431 comments.
8432
6bdae935
MK
84332005-07-18 Mark Kettenis <kettenis@gnu.org>
8434
598b7a6f
MK
8435 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8436 *-*-openbsd*.
8437 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8438
6bdae935
MK
8439 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8440 sigaltsatck'.
8441
1323e929 84422005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8443
1323e929
BR
8444 * gdb.base/default.exp (tty): Changed output of command.
8445 * gdb.base/help.exp (help tty): Ditto.
8446
b1a9c082
MK
84472005-07-12 Mark Kettenis <kettenis@gnu.org>
8448
8449 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8450
10a844a2
MK
84512005-07-10 Mark Kettenis <kettenis@gnu.org>
8452
8453 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8454 -stack-select-frame without arguments.
8455 (test_stack_frame_listing): Add test for newly implemented command
8456 -stack-info-frame.
8457
3cb3b8df
BR
84582005-07-06 Bob Rossi <bob@brasko.net>
8459
8460 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8461 command.
8462 (Copyright): Update copyright.
8463
a0c5fbcf
WZ
84642005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8465
8466 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8467 tests to evaluate exponentiation expression.
8468
984971d0
AS
84692005-06-29 Andreas Schwab <schwab@suse.de>
8470
8471 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8472 main to avoid warnings.
8473
8474 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8475
fe03833f
NR
84762005-06-20 Nick Roberts <nickrob@snap.net.nz>
8477
8478 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8479 -stack-select-frame without arguments.
8480 (test_stack_frame_listing): Add test for newly implemented command
8481 -stack-info-frame.
a9c64011 8482
7a55f279
WZ
84832005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8484
0ffa0ea5
DJ
8485 * gdb.fortran/array-element.f: New file.
8486 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8487
26585198
DJ
84882005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8489
8490 * gdb.base/bigcore.exp: Correct checks for systems which can
8491 not dump a large core file.
8492
c1bd25fd
DJ
84932005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8494
8495 * gdb.base/relocate.c: Add a copyright notice.
8496 (dummy): Remove.
8497 * gdb.base/relocate.exp: Test printing the values of variables
8498 from a relocatable file.
8499
589e074d
DJ
85002005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8501
8502 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8503 excess MI output after an error.
8504
0915f927
JB
85052005-05-29 Joel Brobecker <brobecker@adacore.com>
8506
8507 * gdb.arch/alpha-step.c: New file.
8508 * gdb.arch/alpha-step.exp: New testcase.
8509
76ff342d
DJ
85102005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8511 Dennis Brueni <dennis@slickedit.com>
8512
8513 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8514 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8515 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8516 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8517 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8518 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8519 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8520
96b0c7ac
DJ
85212005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8522 Wu Zhou <woodzltc@cn.ibm.com>
8523
8524 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8525 IBM's xlc compiler.
8526 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8527 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8528
f21565d2
JB
85292005-05-13 Jim Blandy <jimb@redhat.com>
8530
8531 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8532 calling gdb_suppress_entire_file.
8533 * gdb.base/charset.exp: Same.
8534 * gdb.base/call-rt-st.exp: Same.
8535
6006a3a1
BR
85362005-05-05 Bob Rossi <bob_rossi@cox.net>
8537
8538 * lib/gdb.exp (fullname_syntax): Added global regex.
8539 (fullname_syntax_POSIX): Ditto.
8540 (fullname_syntax_UNC): Ditto.
8541 (fullname_syntax_DOS_CASE): Ditto.
8542 (fullname_syntax_DOS): Ditto.
8543 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8544 fullname_syntax variable to scope and use it.
8545 (test_file_list_exec_source_files): Ditto.
8546 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8547
c3b69c04
DJ
85482005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8549
8550 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8551
3c95e6af
PG
85522004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8553
a9c64011
AS
8554 * lib/gdb.exp (skip_altivec_tests): New function, based on
8555 check_vmx_hw_available from the GCC testsuite.
8556 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8557 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8558
78df6c56
JB
85592005-05-02 Jim Blandy <jimb@redhat.com>
8560
8561 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8562 calling gdb_suppress_entire_file.
8563
1690f9cf
DJ
85642005-04-30 Randolph Chung <tausq@debian.org>
8565
8566 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8567 Slightly relax "sem_post" name checking.
8568
5ea106f7
PG
85692005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8570
8571 * gdb.base/unload.exp: Use new shared library infrastructure.
8572
bf7234cf
PG
85732005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8574
8575 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8576 infrastructure.
bf7234cf 8577
547b869a
CV
85782005-04-29 Corinna Vinschen <vinschen@redhat.com>
8579
8580 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8581 * gdb.asm/h8300.inc: New file.
8582
f07e55f0
PG
85832005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8584
8585 * gdb.base/shlib-call.exp: Change to use new shared library
8586 infrastructure.
8587
3cbba3d1
PG
85882005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8589
a9c64011
AS
8590 * gdb.base/pending.exp: Change to use new shared library
8591 infrastructure.
3cbba3d1 8592
ed6df200
PG
85932005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8594
a9c64011
AS
8595 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8596 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8597
8c8f4ebe
PG
85982005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8599
a9c64011
AS
8600 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8601 shared objects being adjusted and update copyright years.
8c8f4ebe 8602
607fbc54
DJ
86032005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8604
8605 * ChangeLog: Correct some 2003-01-13 dates.
8606 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8607 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8608 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8609 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8610 gdb.trace/tfind.exp: Update copyright years.
8611
57bf0e56
DJ
86122005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8613 Daniel Jacobowitz <dan@codesourcery.com>
8614
8615 * lib/gdb.exp (gdb_compile): Handle shlib=.
8616 (gdb_compile_shlib): New function.
8617
9b593790
PG
86182005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8619
a9c64011 8620 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8621
9494c6a5
DJ
86222005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8623
8624 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8625 gdb.server.
8626 * configure.ac: Likewise.
8627 * configure: Regenerated.
8628 * gdb.gdbserver/Makefile.in: Moved to...
8629 * gdb.server/Makefile.in: ... here.
8630 * gdb.gdbserver/server.c: Moved to...
8631 * gdb.server/server.c: ... here.
8632 * gdb.gdbserver/server-run.exp: Moved to...
8633 * gdb.server/server-run.exp: ... here.
8634
6f8eac0e
DJ
86352005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8636
8637 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8638 * configure.ac: Create gdb.gdbserver/Makefile.
8639 * configure: Regenerated.
8640 * lib/gdbserver-support.exp: New file, derived from
8641 config/gdbserver.exp.
8642 * config/gdbserver.exp: Use gdbserver-support.exp.
8643 * gdb.gdbserver/Makefile.in: New file.
8644 * gdb.gdbserver/server.c: New file.
8645 * gdb.gdbserver/server-run.exp: New file.
8646
6e87504d
PG
86472005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8648
a9c64011
AS
8649 * lib/gdb.exp (test_compiler_info): Return compiler_info
8650 if no arguments are given.
6e87504d 8651
d1779be4
PG
86522005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8653
8654 * gdb.arch/altivec-abi.exp: Check for compiler and set
8655 use altivec' flag accordingly.
8656 * gdb.arch/altivec-regs.exp: Likewise.
8657
88750304
DJ
86582005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8659
8660 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8661
f3fb768d
AS
86622005-03-27 Andreas Schwab <schwab@suse.de>
8663
8664 * gdb.base/bigcore.c (main): Add missing mode argument in open
8665 call.
8666
7e813ac5
DJ
86672005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8668
8669 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8670 downloads.
8671 * config/gdbserver.exp (gdb_load): Likewise.
8672
8e3049aa
PB
86732005-03-14 Paul Brook <paul@codesourcery.com>
8674
8675 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8676 targets.
8677
a9df7c44
JB
86782005-03-09 Joel Brobecker <brobecker@adacore.com>
8679
8680 * gdb.dwarf2/dup-psym.S: New file.
8681 * gdb.dwarf2/dup-psym.exp: New testcase.
8682
9f0d94e8
JB
86832005-03-09 Joel Brobecker <brobecker@adacore.com>
8684
8685 * gdb.ada/exec_changed/first.adb: New file.
8686 * gdb.ada/exec_changed/second.adb: New file.
8687 * gdb.ada/exec_changed.exp: New testcase.
8688
5f579bc5
NS
86892005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8690
36e9969c
NS
8691 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8692 (A2): New class.
8693 (main): Test operator+.
8694 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8695 breakpoint test.
8696
5f579bc5
NS
8697 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8698 * gdb.base/signull.exp: Disable if gdb,nosignals.
8699 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8700 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8701 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8702 * gdb.mi/mi2-console.exp: Likewise.
8703 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8704 continue output at start.
8705 (gdb_collect_locals_test): Robustify regexp.
8706 * gdb.trace/passc-dyn.exp: Fix comment typo.
8707 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8708
be46087e
CV
87092005-03-08 Corinna Vinschen <vinschen@redhat.com>
8710
8711 * gdb.asm/asm-source.exp: Add iq2000 case.
8712 * gdb.asm/iq2000.inc: New file.
8713
384e1a61 87142005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 8715
384e1a61
MI
8716 * gdb.base/command.exp: Change hardcoded value to regular expression.
8717 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8718
584b6e9e
DJ
87192005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8720
8721 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8722 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8723 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8724 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8725 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8726
ab5b5d61
MK
87272005-03-05 Mark Kettenis <kettenis@gnu.org>
8728
8729 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8730 changes.
8731
ae051c1b
PG
87322004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8733
a9c64011
AS
8734 * lib/compiler.c: Add test for IBM's xlc compiler.
8735 * lib/compiler.cc: Likewise.
ae051c1b 8736
3f0f6ed2
JB
87372004-02-24 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.ada/fixed_points.exp: Create compilation object directory
8740 before running the test.
8741 * gdb.ada/null_record.exp: Likewise.
8742 * gdb.ada/packed_array.exp: Likewise.
8743 * gdb.ada/start.exp: Likewise.
8744
724f452b
JB
87452005-02-15 Joel Brobecker <brobecker@adacore.com>
8746
8747 * gdb.ada/packed_array/pa.adb: New file.
8748 * gdb.ada/packed_array.exp: New testcase.
8749
57f5cdfb 87502005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 8751
1f393151
MK
8752 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8753 files.
8754
ebdda337
MK
8755 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8756 on *-*-openbsd*. Correctly match whitespace in regukar
8757 expressions.
8758
cf309262
DJ
87592005-02-10 Daniel Jacobowitz <dan@debian.org>
8760
8761 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8762 PR exp/1821
8763 * gdb.base/gdb1821.c: New test file.
8764 * gdb.base/gdb1821.exp: New test file.
8765
3be49e7a
JB
87662005-02-09 Joel Brobecker <brobecker@adacore.com>
8767
8768 * gdb.base/start.c: New file.
8769 * gdb.base/start.exp: New testcase.
8770
e292e67d
JB
87712005-02-09 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.ada/start/dummy.adb: New file.
8774 * gdb.ada/start.exp: New testcase.
8775
dbdfa66c
CV
87762005-02-09 Corinna Vinschen <vinschen@redhat.com>
8777
8778 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8779 for printing symbols and statistics.
8780 Add test for using relative pathnames in "maint print msymbols" test.
8781 Mark "maint info sections DATA" XFAIL on Cygwin.
8782 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8783 tests.
8784
d7941671
AC
87852005-02-09 Andreas Schwab <schwab@suse.de>
8786
8787 Committed by Andrew Cagney <cagney@gnu.org>
8788 * gdb.base/remotetimeout.exp: New file.
8789
74e5ef44
MK
87902005-02-07 Mark Kettenis <kettenis@gnu.org>
8791
8792 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8793
464dd14d
JB
87942005-02-03 Joel Brobecker <brobecker@adacore.com>
8795
8796 * gdb.ada/gnat_ada.gpr: New file.
8797 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8798 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8799 * configure.ac: No longer generate gnat_ada.gpr.
8800 * configure: Regenerate.
8801 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8802 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8803 * gdb.ada/null_record/bar.ads: Likewise.
8804 * gdb.ada/null_record/bar.adb: Likewise.
8805 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8806 * gdb.ada/null_record.exp (testdir): New variable.
8807 (testfile): executable is now in testdir subdirectory.
8808 (srcfile): Use full path to the main compilation unit.
8809 * gdb.ada/fixed_points.exp: Same changes as above.
8810
30d756ae
NR
88112005-02-03 Nick Roberts <nickrob@snap.net.nz>
8812
8813 * gdb.base/interp.exp: New test.
8814
9d799f85
AC
88152005-01-24 Andrew Cagney <cagney@gnu.org>
8816
8817 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8818
15656118
AC
88192005-01-19 Andrew Cagney <cagney@gnu.org>
8820
a892c31b
AC
8821 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8822 configure.ac not configure.in.
8823
15656118
AC
8824 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8825 of powerpc*-*-*.
8826 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 8827 * gdb.base/list.exp (test_list_function)
15656118
AC
8828 (test_list_filename_and_function): Ditto.
8829 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8830
a7b01baf
AC
88312005-01-16 Andrew Cagney <cagney@gnu.org>
8832
17d92a02
AC
8833 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8834
a7b01baf
AC
8835 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8836
bc8332bb
AC
88372005-01-14 Andrew Cagney <cagney@gnu.org>
8838
8839 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8840 * gdb.mi/mi2-var-cmd.exp: Ditto.
8841
4d074752
CV
88422005-01-10 Corinna Vinschen <vinschen@redhat.com>
8843
8844 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8845
bec39cab
AC
88462005-01-07 Andrew Cagney <cagney@gnu.org>
8847
8848 * configure.ac: Rename configure.in, require autoconf 2.59.
8849 * configure: Re-generate.
8850 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8851 * gdb.stabs/configure: Re-generate.
8852 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8853 * gdb.hp/configure: Re-generate.
8854 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8855 autoconf 2.59.
8856 * gdb.hp/gdb.objdbg/configure: Re-generate.
8857 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8858 autoconf 2.59.
8859 * gdb.hp/gdb.defects/configure: Re-generate.
8860 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8861 autoconf 2.59.
8862 * gdb.hp/gdb.compat/configure: Re-generate.
8863 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8864 autoconf 2.59.
8865 * gdb.hp/gdb.base-hp/configure: Re-generate.
8866 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8867 autoconf 2.59.
8868 * gdb.hp/gdb.aCC/configure: Re-generate.
8869
f10b16d4
JB
88702004-12-15 Jim Blandy <jimb@redhat.com>
8871
8872 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8873 under NPTL when there is debugging info available for libpthread.
8874
fb6e1814
JG
88752004-12-13 Jerome Guitton <guitton@gnat.com>
8876
8877 * gdb.ada/fixed_points.c: New file.
8878 * gdb.ada/fixed_points.exp: New file.
8879
fe46cd3a
RC
88802004-12-03 Randolph Chung <tausq@debian.org>
8881
8882 * gdb.arch/pa-nullify.exp: New file.
8883 * gdb.arch/pa-nullify.s: New file.
8884
8de0841b
RC
88852004-11-30 Randolph Chung <tausq@debian.org>
8886
8887 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8888 instead of "tbug". Fix regexp to work properly with gdb_test.
8889
c8170782
PH
88902004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8891
8892 * gdb.base/bitfields2.exp: New test.
8893 * gdb.base/bitfields2.c: New file.
8894
954269c2
RE
88952004-11-28 Richard Earnshaw <rearnsha@arm.com>
8896
8897 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8898
0107feed
RC
88992004-11-16 Randolph Chung <tausq@debian.org>
8900
8901 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8902
f073ae8c
DJ
89032004-11-14 Daniel Jacobowitz <dan@debian.org>
8904
8905 * gdb.threads/threadapply.exp: Correct "macro details" test.
8906
19ad59e7
JJ
89072004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8908
8909 * gdb.threads/threadapply.exp: New test.
8910 * gdb.threads/threadapply.c: New file.
8911
9cf0961b
MK
89122004-11-07 Mark Kettenis <kettenis@gnu.org>
8913
8914 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8915 frames.
8916
c789492a
FL
89172004-11-05 Felix Lee <felix+log1@specifixinc.com>
8918
8919 * gdb.base/cursal.exp: New file.
8920 * gdb.base/cursal.c: New file.
8921
a1e167bb
AC
89222004-11-03 Andrew Cagney <cagney@gnu.org>
8923
8924 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
8925
b7cbf173
MK
89262004-10-30 Mark Kettenis <kettenis@gnu.org>
8927
8928 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
8929 NetBSD/ELF targets.
8930
88f9d34f
JB
89312004-10-29 Joel Brobecker <brobecker@gnat.com>
8932
8933 * gdb.threads/bp_in_thread.c: New file, copied from
8934 pthread_cond_wait.c.
8935 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
8936 file, rather than reusing the .c file from another testcase.
8937
ca7d6a0c
JB
89382004-10-20 Joel Brobecker <brobecker@gnat.com>
8939
8940 * gdb.ada/null_record.exp: Check where we stopped after
8941 sending the start command, instead of where the associated
8942 temporary breakpoint was inserted.
8943
0d863d03
AC
89442004-10-14 Andrew Cagney <cagney@gnu.org>
8945
8946 * gdb.mi/gdb701.c (main): Return 0.
8947
d11e72cb
DJ
89482004-10-13 Daniel Jacobowitz <dan@debian.org>
8949
d40539a4 8950 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 8951
e1923096
JJ
89522004-10-12 Jeff Johnston <jjohnstn@redhat.com>
8953
8954 * gdb.threads/schedlock.c: Add comment markers to use to find
8955 line numbers.
8956 * gdb.threads/schedlock.exp: Adjust regex to handle the new
8957 comments.
8958 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
8959 breakpoint lines.
8960
ec8ba2c9
DJ
89612004-10-12 Daniel Jacobowitz <dan@debian.org>
8962
8963 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
8964
0eb3658b
DJ
89652004-10-12 Daniel Jacobowitz <dan@debian.org>
8966
8967 * configure.in: Add gdb.dwarf2.
8968 * configure: Regenerated.
8969 * Makefile.in: Add gdb.dwarf2.
8970 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
8971 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
8972 gdb.dwarf2/file1.txt: New files.
8973
a271cc33
OF
89742004-10-11 Orjan Friberg <orjanf@axis.com>
8975
a9c64011 8976 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
8977 of "run", since the latter doesn't work with remote targets. Adjust
8978 the breakpoint numbering accordingly.
8979 * gdb.threads/pthread_cond_wait.exp: Ditto.
8980
895ce074
MC
89812004-10-08 Michael Chastain <mec.gnu@mindspring.com>
8982
8983 * gdb.base/overlays.exp: Update copyright years.
8984
6be3092d
KI
89852004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
8986
8987 * gdb.base/overlays.exp: Disable if target is Linux.
8988
e05389b8
FL
89892004-10-06 Felix Lee <felix+log1@specifixinc.com>
8990
8991 * config/gdbserver.exp (gdb_load): Use right filename on remote.
8992
73cb587d
KI
89932004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
8994
8995 * gdb.asm/asm-source.exp: Add m32r-linux target.
8996 * gdb.asm/m32r-linux.inc: New file.
8997
3c0edcdc
AC
89982004-09-24 Andrew Cagney <cagney@redhat.com>
8999 David Anderson <anderson@redhat.com>
9000
9001 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9002 command fails, assume things will work.
9003 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9004 (_GNU_SOURCE): Define.
9005 (print_unsigned, print_hex): Change parameter to "long long".
9006 (print_byte_count): New function, use to print byte counts.
9007 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9008 O_LARGEFILE.
9009 (main): Compute an upper bound on a corefile in max_core_size.
9010 Limit memory chunk size to max_core_size. Limit total memory
9011 allocated to max_core_size.
9012
4bb3667f
AC
90132004-09-23 Andrew Cagney <cagney@gnu.org>
9014
9015 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9016 from a separate process with code that creates a corefile by
9017 making the inferior dump core.
9018
60fe1a51
MK
90192004-09-23 Mark Kettenis <kettenis@gnu.org>
9020
9021 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9022 block.
9023
8e937346
MC
90242004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9025
9026 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9027 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9028 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9029 Likewise.
9030
7213f6d6
JJ
90312004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9032
9033 * gdb.java/jprint.exp: New test case for java inferior call.
9034 * gdb.java/jprint.java: Ditto.
9035
eac69dca
JB
90362004-09-15 Joel Brobecker <brobecker@gnat.com>
9037
9038 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9039
22227696
MC
90402004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9041
9042 * gdb.threads/killed.c: Include <stdlib.h>.
9043 * gdb.threads/pthreads.c: Likewise.
9044
7dd403a4
MC
90452004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9046
9047 * gdb.threads/killed.c: Add copyright notice.
9048
33f2d567
JM
90492004-09-10 Jason Molenda (jmolenda@apple.com)
9050
a9c64011
AS
9051 * gdb.base/define.exp: Two new tests to verify zero space chars
9052 after 'if' and 'while' commands in a user-defined command is correctly
9053 parsed.
33f2d567 9054
e05b62ac
AC
90552004-09-08 Andrew Cagney <cagney@gnu.org>
9056
9057 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9058 delivery test with duplicate at end of file.
9059
9cbe82da
MK
90602004-09-06 Mark Kettenis <kettenis@jive.nl>
9061
9062 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9063
564803d9
MC
90642004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9065
9066 * config/hppro.exp: Removed.
9067
7c6807ce
MC
90682004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9069
9070 * config/sparclet.exp: Removed.
9071
bf7e26dd
MC
90722004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9073
9074 * config/udi.exp: Removed.
9075
714e341b
MC
90762004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9077
9078 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9079 of "exp_continue".
9080 (advancei): Likewise.
9081
1236e623
JJ
90822004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9083
9084 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9085
3bdcad15
MI
90862004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9087
228af206 9088 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
9089 to check for nodebug in executable.
9090 * gdb.gdb/observer.exp (setup_test): Likewise.
9091 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9092 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9093
c72b934c
AC
90942004-09-01 Andrew Cagney <cagney@gnu.org>
9095
9096 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9097 files.
9098
edd9b715
JJ
90992004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9100
9101 * gdb.base/unload.exp: Fix expected warning message to match
9102 latest format.
9103
fb4ce06b
CV
91042004-09-01 Corinna Vinschen <vinschen@redhat.com>
9105
9106 * gdb.base/call-rt-st.exp: Fix typos.
9107
ce78e7c3
MI
91082004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9109
9110 * gdb.threads/thread_check.exp: New testcase.
9111 * gdb.threads/thread_check.c: New testcase.
9112
2dedb159
AC
91132004-08-31 Andrew Cagney <cagney@gnu.org>
9114
9115 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9116 (skip_to_handler_entry): New procedures. Test stepping into a
9117 handler when the breakpoint is at the handler's entry point.
9118
68f53502
AC
91192004-08-30 Andrew Cagney <cagney@gnu.org>
9120
9121 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9122 gdb/1757.
9123
3e3ffd2b
MC
91242004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9125
9126 With code from Manoj Iyer <manjo@austin.ibm.com>:
9127 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9128 return value. Add an arm for "no debugging symbols found".
9129 Change a stray "error" to "perror".
9130 (gdb_run_cmd): Adapt to new return value.
9131 * gdb.base/remote.exp: Adapt to new return value.
9132 * gdb.gdb/complaints.exp: Likewise.
9133 * gdb.gdb/observer.exp: Likewise.
9134 * gdb.gdb/selftest.exp: Likewise.
9135 * gdb.gdb/xfullpath.exp: Likewise.
9136
4b6f5fd2
JB
91372004-08-27 Joel Brobecker <brobecker@gnat.com>
9138
9139 * gdb.threads/bp_in_thread.exp: New testcase.
9140
e5b25496
MC
91412004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9142
9143 Fix PR testsuite/1735.
9144 * gdb.threads/schedlock.c (thread_function): Add a cast
9145 to suppress a gcc warning.
9146 * gdb.threads/thread-specific.c (thread_function): Likewise.
9147
934353d6
MC
91482004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9149
9150 * gdb.base/unload.c: Include <stdlib.h>.
9151
f98a0aef 91522004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 9153
f98a0aef 9154 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
9155 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9156 synchronized after the "return".
9157
5a2e8882
MC
91582004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9159
9160 * gdb.mi/basics.c: Include <stdio.h>.
9161 * gdb.mi/pthreads.c: Include <stdlib.h>.
9162 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9163
a9640423
MC
91642004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9165
9166 * gdb.threads/schedlock.c: Add copyright notice.
9167
b04e311d
AC
91682004-08-25 Andrew Cagney <cagney@gnu.org>
9169
9170 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9171 (skip_over_handler, breakpoint_over_hander): New test procedures.
9172 (advance, advancei): Add a proper prefix, do not use
9173 rerun_to_main.
9174 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9175
7c27f15b
MC
91762004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9177
9178 * gdb.mi/basics.c: Add copyright notice.
9179 * gdb.mi/var-cmd.c: Add copyright notice.
9180
fffc87ae
MC
91812004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9182
9183 * lib/gdb.exp: Remove signed_keyword_not_used.
9184 * lib/compiler.c: Likewise.
9185 * lib/compiler.cc: Likewise.
9186
d782e0bf
MC
91872004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9188
9189 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9190 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9191
96033e83
MC
91922004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9193
9194 * gdb.base/whatis.c: Add copyright notice.
9195
cf38c229
MK
91962004-08-20 Mark Kettenis <kettenis@gnu.org>
9197
9198 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9199 it to skip the breakpoints encoded in the inline assembly.
9200
f4b49756
MC
92012004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9202
9203 * Makefile.in: Add gdb.fortran.
9204
2f193b69
MC
92052004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9206
9207 * gdb.base/call-sc.exp (test_scalar_returns):
9208 Fix cut-and-paste glitch in "Make fun return now".
9209
89a237cb
MC
92102004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9211
9212 * configure.in: Add gdb.fortran.
9213 * configure: Regenerate.
9214 * gdb.fortran/Makefile.in: New file.
9215 * lib/gdb.exp (skip_fortran_tests): New procedure.
9216
469aff8e
MC
92172004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9218
9219 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9220 reference to bug-gnu@prep.ai.mit.edu.
9221 * gdb.mi/mi-var-child.exp: Likewise.
9222 * gdb.mi/mi-var-cmd.exp: Likewise.
9223 * gdb.mi/mi-var-display.exp: Likewise.
9224 * gdb.mi/mi2-var-block.exp: Likewise.
9225 * gdb.mi/mi2-var-child.exp: Likewise.
9226 * gdb.mi/mi2-var-cmd.exp: Likewise.
9227 * gdb.mi/mi2-var-display.exp: Likewise.
9228
00b51b9f
MK
92292004-08-15 Mark Kettenis <kettenis@gnu.org>
9230
9231 * gdb.base/unload.c (main): Make local variable msg const.
9232
45f07fef
MC
92332004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9234
9235 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9236 to bug-gnu@prep.ai.mit.edu.
9237 * gdb.mi/mi-disassemble.exp: Likewise.
9238 * gdb.mi/mi-eval.exp: Likewise.
9239 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9240 default line number.
9241 * gdb.mi/mi-return.exp: Likewise.
9242 * gdb.mi/mi-simplerun.exp: Likewise.
9243 * gdb.mi/mi-stack.exp: Likewise.
9244 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9245 number with explicit range test.
9246 * gdb.mi/mi-watch.exp: Likewise.
9247 * gdb.mi/mi2-break.exp: Likewise.
9248 * gdb.mi/mi2-cli.exp: Likewise.
9249 * gdb.mi/mi2-disassemble.exp: Likewise.
9250 * gdb.mi/mi2-eval.exp: Likewise.
9251 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9252 default line number.
9253 * gdb.mi/mi2-return.exp: Likewise.
9254 * gdb.mi/mi2-simplerun.exp: Likewise.
9255 * gdb.mi/mi2-stack.exp: Likewise.
9256 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9257 number with explicit range test.
9258 * gdb.mi/mi2-watch.exp: Likewise.
9259
dd8c8ee7
MC
92602004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9261
9262 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9263 * gdb.cp/m-static.exp: Likewise.
9264 * gdb.cp/rtti.exp: Likewise.
9265
4e838464
MK
92662004-08-14 Mark Kettenis <kettenis@gnu.org>
9267
9268 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9269
8d8cb839
EZ
92702004-08-14 Eli Zaretskii <eliz@gnu.org>
9271
9272 * ChangeLog: Prefix Local Variables with semi-colons and indent
9273 the reference to older ChangeLog files, to fix fontification in
9274 Emacs.
9275
deea8bb0
MC
92762004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9277
9278 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9279 * gdb.mi/mi2-break.exp: Likewise.
9280
c3297504
MC
92812004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9282
9283 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9284
25808999
MC
92852004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9286
9287 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9288
226a8d71
MC
92892004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9290
9291 * gdb.cp/classes.exp: Remove unused declarations. Just let
9292 test names default instead of providing special names. Remove
9293 extraneous demangler test.
9294
37fdf854
JJ
92952004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9296
9297 * gdb.base/unload.exp: New test for breakpoints in dynamically
9298 loaded libraries.
9299 * gdb.base/unload.c: Ditto.
9300 * gdb.base/unloadshr.c: Ditto.
9301
2d3a7986
MC
93022004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9303
9304 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9305 cp_test_ptype_class.
9306 (test_enums): Likewise.
9307
c72b934c
AC
93082004-08-10 Andrew Cagney <cagney@gnu.org>
9309
9310 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9311 files.
9312
cc503c8a
AC
93132004-08-10 Andrew Cagney <cagney@gnu.org>
9314
9315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9316 init_malloc call.
9317
902f2ccb
MC
93182004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9319
9320 * ChangeLog: Add copyright notice. The notice is copied
9321 from emacs 21.3 top level ChangeLog.
9322
78c90502
MC
93232004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9324
9325 * lib/cp-support.exp: New file.
9326 * lib/cp-support.exp (cp_test_type_class): New function.
9327 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9328 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9329 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9330 cp_test_ptype_class.
9331
88e5ea78
MC
93322004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9333
9334 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9335 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9336 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9337 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9338 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9339 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9340 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9341 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9342 gdb.mi/mi2-watch.exp: Update copyright years.
9343
6a89fc9c
MK
93442004-08-09 Mark Kettenis <kettenis@gnu.org>
9345
9346 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9347
1482e0de
MC
93482004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9349
9350 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9351 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9352 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9353 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9354 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9355 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9356 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9357 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9358 gdb.mi/mi-watch.exp: Update copyright years.
9359
1a5ce3f3
DJ
93602004-08-08 Daniel Jacobowitz <dan@debian.org>
9361
9362 PR gdb/1738
9363 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9364 from a breakpoint with a pending signal.
9365
04f6ecf2
DJ
93662004-08-08 Daniel Jacobowitz <dan@debian.org>
9367
9368 PR gdb/1736
9369 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9370 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9371 the prompt.
9372 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9373
54d90d35
DJ
93742004-08-08 Daniel Jacobowitz <dan@debian.org>
9375
9376 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9377
d2f6abb0
DJ
93782004-08-08 Daniel Jacobowitz <dan@debian.org>
9379
9380 PR gdb/1736
9381 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9382 for i?86-*-linux*.
9383
5598c03d
DJ
93842004-08-08 Daniel Jacobowitz <dan@debian.org>
9385
9386 * gdb.arch/i386-prologue.exp: Compile without debug information.
9387
c6fee705
MC
93882004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9389
9390 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9391 rather than asking gdb to search.
9392
dd90efdb
MC
93932004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9394
9395 * gdb.base/gcore.c: Include <string.h>.
9396
1e84bec1
MC
93972004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9398
9399 * gdb.base/gcore.c: Add copyright notice.
9400
e425eb2b
MC
94012004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9402
9403 * gdb.base/freebpcmd.c: Include <stdio.h>.
9404 * gdb.base/long_long.c: Include <string.h>.
9405 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9406 * gdb.base/siginfo.c: Include <string.h>.
9407 * gdb.base/sigstep.c: Include <string.h>.
9408
cb9aaed5
MC
94092004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9410
9411 * gdb.base/complex.c: Include <stdlib.h>.
9412
55944f3d
MC
94132004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9414
9415 * gdb.base/complex.c: Add copyright notice.
9416
7b2953d9
MC
94172004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9418
9419 * gdb.base/charset.c: Include <stdlib.h>.
9420
c9133d23
MC
94212004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9422
9423 * gdb.base/auxv.c: Include <stdlib.h>.
9424
0a8490ad
MC
94252004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9426
9427 * gdb.base/auxv.c: Add copyright notice.
9428
3426d5ec
MC
94292004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9430
9431 * gdb.base/coremaker.c: Add copyright notice.
9432 * gdb.base/coremaker2.c: Add copyright notice.
9433
8da195dd
AC
94342004-08-04 Andrew Cagney <cagney@gnu.org>
9435
9436 * gdb.base/store.exp: Update copyright.
9437 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9438 names, do not import gdb_prompt.
9439
8d394f98
AC
94402004-08-01 Andrew Cagney <cagney@gnu.org>
9441
9442 Fix PR testsuite/1729.
9443 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9444 not use capture_value with value 4.
9445 (capture_value): Add optional test name parameter.
9446 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9447 the prefix, pass to capture_value.
9448
b6702b23
MK
94492004-08-01 Mark Kettenis <kettenis@gnu.org>
9450
9451 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9452 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9453 (main): Call new function.
9454
c203e0ca
MC
94552004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9456
9457 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9458
a7995a30
MC
94592004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9460
9461 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9462
9366563b
MC
94632004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9464
b6eeaf26 9465 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9466 Accept more values of vtbl pointer. Remove some messages
9467 about "obsolete gcc or gdb".
9468
2fc1f950
MC
94692004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9470
9471 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9472
c724d49b
MC
94732004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9474
9475 * gdb.base/asm-source.exp: Properly convert target board
9476 debug flags from gcc format to binutils format.
9477
736b0fce
MK
94782004-07-28 Mark Kettenis <kettenis@gnu.org>
9479
9480 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9481 gdb1718". PR backtrace/1718 partially fixed.
9482
5633ea5c
JJ
94832004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9484
9485 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9486
575eebb1
NC
94872004-07-26 Nick Clifton <nickc@redhat.com>
9488
9489 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9490 good default value for a specific architecture is available then
9491 set it to that value. Otherwise default to the -gstabs switch.
9492 Remove the -g... switches from the asm-flags variable. Allow the
9493 target board info to override the value if it wants to. Pass the
9494 switch on the assembler command line.
9495
62104619
MK
94962004-07-23 Mark Kettenis <kettenis@gnu.org>
9497
9498 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9499 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9500 (main): Call new function.
9501
4a1135b8
MC
95022004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9503
9504 Test for PR exp/1715.
9505 * gdb.base/radix.exp: Refactor common procedures. Make all
9506 test names unique. Change XFAIL to KFAIL.
9507
8a12c1f0
MC
95082004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9509
9510 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9511 * gdb.ada/gnat_ada.gin: ... to here.
9512 * configure.in: Use gnat_ada.gin.
9513 * configure: Regenerate.
9514
23b451cf
AC
95152004-07-20 Andrew Cagney <cagney@gnu.org>
9516
9517 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9518 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9519 XFAILs. Clean up test messages and comments. Check backtraces.
9520 Delete re-sync code.
9521
ab618a02
MC
95222004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9523
9524 Fix PR cli/740.
9525 * gdb.base/annota1.exp: Honor gdb,nosignals.
9526 * gdb.base/annota3.exp: Likewise.
9527
46dad340
MC
95282004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9529
9530 * lib/java.exp: Update copyright notice.
9531
756d8c70
AC
95322004-07-19 Andrew Cagney <cagney@gnu.org>
9533
9534 * gdb.base/selftest.exp: Copy file from here ...
9535 * gdb.gdb/selftest.exp: ... to here.
9536
586027e6
AC
95372004-07-16 Andrew Cagney <cagney@redhat.com>
9538
9539 * lib/insight-support.exp: Delete file.
9540 * lib/java.exp (java_init): Fix copyright.
9541
029d2200
AC
95422004-07-16 Andrew Cagney <cagney@gnu.org>
9543
9544 * gdb.base/restore.c: Append "prologue" to comments marking the a
9545 function's prologue.
9546 * gdb.base/restore.exp: Update copyright, re-indent.
9547 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9548 callerN" prefix where needed. Update patterns that match a
9549 function's prologue.
9550
653b62c5
MC
95512004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9552
9553 * gdb.base/restore.c: Add copyright notice.
9554
f7d690e5
AC
95552004-07-16 Andrew Cagney <cagney@gnu.org>
9556
9557 * gdb.base/logical.exp: Update copyright.
9558 (evaluate): New procedure. Use to re-implement tests using
9559 several tables.
9560
d629a7cb
MH
95612004-07-14 Martin Hunt <hunt@redhat.com>
9562
9563 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9564 which fixes some problems where init.tcl was not found.
9565
9c7bb332
AC
95662004-07-13 Andrew Cagney <cagney@gnu.org>
9567
6bf46641
AC
9568 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9569 (check_sizeof, check_valueof): Do not include the output in the
9570 test name. Use gdb_test.
9571 (get_valueof): Use gdb_test_multiple.
9572
c4ffd4c0
AC
9573 * gdb.base/step-test.exp: Update copyright. Use
9574 gdb_test_multiple. Ensure that test names do not include
9575 architecture dependent output.
9576
ab89363a
AC
9577 * gdb.gdb/observer.exp: Update copyright.
9578 (setup_test): Use gdb_test_multiple.
9579 (attach_first_observer, attach_second_observer)
9580 (attach_third_observer, detach_first_observer)
9581 (detach_second_observer, detach_third_observer)
9582 (reset_counters, check_counters): Make $message a prefix.
9583 (test_normal_stop_notifications): Add "args" parameter - a list of
9584 init functions to be called. Make $message a prefix,
9585 (test_observer_normal_stop): Change the message prefixes so that
9586 they are unique, pass the attach / detach procedures to
9587 test_normal_stop_notifications.
9588
ec58997a
AC
9589 * gdb.base/signull.exp (test_segv): Prefix all tests with
9590 "${name}". Clean up test messages.
9591
b475183b
AC
9592 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9593
9c7bb332
AC
9594 * gdb.base/ena-dis-br.exp: Update copyright.
9595 (break_at): New function. Replace send_gdb with gdb_test,
9596 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9597 ignore count, not stopped at bpt", with KFAIL.
9598
2dd95497
CV
95992004-07-13 Corinna Vinschen <vinschen@redhat.com>
9600
9601 * gdb.base/attach.exp: Remove cleanupfile handling.
9602
419e626b
AC
96032004-07-12 Andrew Cagney <cagney@gnu.org>
9604
9605 * gdb.base/annota1.exp: Cleanup corefile test name.
9606 * gdb.base/annota3.exp: Ditto.
9607
8b1b3228
AC
96082004-07-12 Andrew Cagney <cagney@gnu.org>
9609
78650829
AC
9610 * gdb.base/signals.exp: Clean up copyright, re-indent.
9611
8b1b3228
AC
9612 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9613 gdb_test and gdb_test_multiple.
9614
935c2760
JJ
96152004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9616
9617 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9618 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9619 provide line number info for first statement in main.
9620
1544280f
AC
96212004-07-08 Andrew Cagney <cagney@gnu.org>
9622
1279f4ff
AC
9623 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9624
1544280f
AC
9625 * gdb.base/sigbpt.exp: Make the common part of each test name a
9626 prefix instead of suffix.
9627
bcc82369
BR
96282004-07-07 Bob Rossi <bob_rossi@cox.net>
9629
9630 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9631 test from test_tbreak_creation_and_listing to
9632 test_file_list_exec_source_file
9633 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9634 Changed name of test from test_tbreak_creation_and_listing to
9635 test_file_list_exec_source_file
9636
23f4b0aa
JJ
96372004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9638
9639 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9640 the jmisc() constructor instead of <init>.
9641 * gdb.java/jmisc1.exp: Ditto.
9642
56401cd5
AC
96432004-07-07 Andrew Cagney <cagney@gnu.org>
9644
9645 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9646 corrupting the PC.
9647
44ae2f6a
MC
96482004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9649
9650 * gdb.cp/templates.exp: Accept whitespace change in demangler
9651 output.
9652
45a83408
AC
96532004-07-06 Andrew Cagney <cagney@gnu.org>
9654
9655 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9656
d205ad70
MC
96572004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9658
9659 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9660 * lib/compiler.cc: Likewise.
9661
06ea1a61
MC
96622004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9663
9664 * lib/compiler.cc: Work around string preprocessing problem
9665 with old hp c++ compiler.
9666 * lib/compiler.c: Likewise.
9667
daab1251
CV
96682004-06-29 Corinna Vinschen <vinschen@redhat.com>
9669
9670 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9671 directives to conditionalize symbol prefixing.
9672 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9673 additional_flags handling. Add underscore prefix for Cygwin.
9674 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9675 conditionalize symbol prefixing.
9676 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9677 additional_flags handling. Add underscore prefix for Cygwin.
9678
cc984116
CV
96792004-06-29 Corinna Vinschen <vinschen@redhat.com>
9680
9681 * gdb.base/bigcore.exp: Skip test on Cygwin.
9682
c279b077
MC
96832004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9684
9685 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9686 formats for "info register". Use gdb_test_multiple. Fix
9687 the "invalid register" test.
9688
0e915747
CV
96892004-06-28 Corinna Vinschen <vinschen@redhat.com>
9690
9691 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9692 PID for Cygwin. Add Cygwin specific strings to check for in some
9693 tests.
9694 (do_attach_tests): Add a test for user interaction when attaching
9695 to a process with no matching symbol table already loaded.
9696
11422c86
AC
96972004-06-26 Andrew Cagney <cagney@gnu.org>
9698
9699 Test PR java/1567 and PR java/1565.
9700 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9701 * gdb.java/jmisc2.exp: Delete file.
9702
cefbce26
MC
97032004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9704
9705 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9706
e19f872c
CV
97072004-06-25 Corinna Vinschen <vinschen@redhat.com>
9708
9709 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9710 attach process.
9711
d931ba3b
MC
97122004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9713
9714 * gdb.cp/pr-1553.exp: Remove.
9715
aef68c48
MC
97162004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9717
9718 * gdb.cp/pr-1553.cc: Remove.
9719 * gdb.cp/pr-1553.exp: Disable this test.
9720
8d5df71a
JB
97212004-06-20 Jim Blandy <jimb@redhat.com>
9722
a9c64011 9723 Fix PR testsuite/1680.
8d5df71a
JB
9724 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9725 regular expressions.
9726
4ac6f39d
MC
97272004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9728
9729 Fix PR testsuite/1679.
9730 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9731 Issue an UNSUPPORTED result instead.
9732
1b413552
JB
97332004-06-18 Jim Blandy <jimb@redhat.com>
9734
9735 * gdb.base/charset.exp: Only send a control-C if we see a new
9736 prompt and incomplete command.
9737
6daa6ebd
MC
97382004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9739
9740 * gdb.cp/pr-574.cc: Add copyright notice.
9741
51fa4ae0
JB
97422004-06-17 Jim Blandy <jimb@redhat.com>
9743
9744 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9745 cases where the regexp has no groups; this grabs random text from
9746 the previous test suite, whatever that was.
9747
8fea26c5
MC
97482004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9749
9750 * gdb.cp/printmethod.cc: Add copyright notice.
9751
1e3aeb41
MC
97522004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9753
9754 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9755
9d9030bc
AC
97562004-06-16 Andrew Cagney <cagney@gnu.org>
9757
9758 * gdb.base/signull.c: Update copyright. Include <string.h>.
9759 (bowler): Replace data_pointer with data_read
9760 and data_write cases. Add code_descriptor case.
9761 (zero, desc): New array and pointer.
9762 (data, code): Change to simple pointers.
9763 * gdb.base/signull.exp: Fix probe pattern matching a function
9764 descriptor SIGSEGV. Replace data_pointer with data_read and
9765 data_write tests.
9766
acd4ad44
AC
97672004-06-16 Andrew Cagney <cagney@gnu.org>
9768
9769 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9770
08fd625c
MC
97712004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9772
9773 * gdb.base/long_long.c: Add copyright notice.
9774
1903502c
MC
97752004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9776
9777 * gdb.base/long_long.exp: Remove reference to
9778 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9779 to gdb_breakpoint and gdb_continue_to_breakpoint.
9780
83313cb1
JB
97812004-06-14 Jim Blandy <jimb@redhat.com>
9782
9783 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9784 endian case.
9785
1bf404ef
AC
97862004-06-14 Andrew Cagney <cagney@gnu.org>
9787
9788 * gdb.base/gcore.exp (capture_command_output): Delete the always
9789 passing tests containing inferior values.
9790 * gdb.base/ending-run.exp: Do not include the breakpoint address
9791 in the test message. Update copyright.
9792 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9793 size in the test name, use gdb_test_multiple. Update copyright.
9794
ef220b33
MC
97952004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9796
9797 * gdb.cp/ref-types.cc: Add copyright notice.
9798
4f70a4c9
MC
97992004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9800
9801 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9802 hp_aCC_compiler.
9803 * lib/compiler.cc: Likewise.
9804 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9805 'set' commands. Log diagnostics for other lines. Set
9806 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9807
335928ac
MC
98082004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9809
9810 * gdb.cp/try_catch.cc: Add copyright notice.
9811
2efb12e8
MC
98122004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9813
9814 * gdb.cp/userdef.cc: Add copyright notice.
9815
0bbed51a
MC
98162004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9817
9818 * gdb.cp/virtfunc.cc: Add copyright notice.
9819
e12a46c9
RC
98202004-06-11 Randolph Chung <tausq@debian.org>
9821
9822 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9823 problem.
9824
338e05af
AC
98252004-06-10 Andrew Cagney <cagney@gnu.org>
9826
9827 * lib/compiler.cc, lib/compiler.c: Append either
9828 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9829 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9830 instead of gcc-3-3.
9831
dc3f10cb
AC
98322004-06-09 Andrew Cagney <cagney@gnu.org>
9833
b4d946af
AC
9834 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9835 gdb/1455, bug is specific to "long long" and "double".
a9c64011 9836
dc3f10cb
AC
9837 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9838 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9839 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9840 fixed.
9841
b5c0bfa2
AC
98422004-06-09 Andrew Cagney <cagney@gnu.org>
9843
9844 * gdb.base/structs.exp (test_struct_returns): Replace
9845 "return_value_unknown" and "finish_value_unknown" by
9846 "return_value_known" and "finish_value_known". Instead of
9847 "return_value_unknown" iff "finish_value_unknown", check
9848 "return_value_known" implies "finish_value_known".
9849
caeb605f
MH
98502004-06-08 Martin Hunt <hunt@redhat.com>
9851
9852 * gdb.base/float.exp: Add pattern for mips targets.
9853
c892bb64
RC
98542004-06-08 Randolph Chung <tausq@debian.org>
9855
9856 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9857 message for unknown architectures more clear.
9858
48306d3e
JB
98592004-06-08 Joel Brobecker <brobecker@gnat.com>
9860
9861 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9862 start the execution of the program.
9863
83ecb59f
JB
98642004-06-07 Jim Blandy <jimb@redhat.com>
9865
9866 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9867 * gdb.arch/i386-cpuid.h: New helper file.
9868
55264cb4
RC
98692004-06-07 Randolph Chung <tausq@debian.org>
9870
9871 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9872 has started.
9873
23cadb28
RM
98742004-06-04 Roland McGrath <roland@redhat.com>
9875
9876 Fix PR gdb/1647.
9877 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9878 differently to be robust to output buffering differences.
9879
51d01eda
MC
98802004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9881
9882 * gdb.threads/pthreads.exp: Update copyright years.
9883 (check_control_c): Change asynchronous 'after' to synchronous.
9884
f4fc3b93
RM
98852004-06-04 Roland McGrath <roland@redhat.com>
9886
9887 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9888 next gdb prompt.
9889
4013522b
MC
98902004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9891
9892 Fix PR gdb/1636.
9893 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9894 calls to synchronous.
9895
7a8f1e6b
JB
98962004-05-26 Jim Blandy <jimb@redhat.com>
9897
9898 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9899
81bb3443
RC
99002004-05-24 Randolph Chung <tausq@debian.org>
9901
9902 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9903 * gdb.asm/pa.inc: New file.
9904
8f5a3103
MK
99052004-05-22 Mark Kettenis <kettenis@gnu.org>
9906
9907 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9908
734b8fe8 99092004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 9910 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
9911
9912 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9913 GDB prompt.
9914
725603e1
UW
99152004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9916
f4fc3b93 9917 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
9918 setjmp/longjmp. Use sigaction instead of signal.
9919
8b923272 99202004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 9921 Michael Snyder <msnyder@redhat.com>
8b923272
JB
9922
9923 * gdb.threads/pthread_cond_wait.c: New file.
9924 * gdb.threads/pthread_cond_wait.exp: New testcase.
9925
8bfabb04
AC
99262004-05-13 Andrew Cagney <cagney@redhat.com>
9927
9928 * gdb.base/signull.exp, gdb.base/signull.c: New files.
9929 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
9930
42edda50
AC
99312004-05-11 Andrew Cagney <cagney@redhat.com>
9932
9933 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
9934 fixed but revealed gdb/1639.
9935
d303a6c7
AC
99362004-05-10 Andrew Cagney <cagney@redhat.com>
9937
9938 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
9939 func1" and "next to 2nd alarm", kernel bug avoided.
9940
bf08c2a1
DJ
99412004-05-10 Daniel Jacobowitz <dan@debian.org>
9942
9943 PR external/1568
9944 * gdb.base/bigcore.exp: Check the size of the dumped core file.
9945 XFAIL if it is smaller than bytes_allocated.
9946 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
9947 (main): Make chunks_allocated unsigned. Correct comment.
9948
c0586a34
JB
99492004-05-07 Joel Brobecker <brobecker@gnat.com>
9950
9951 * gdb.arch/powerpc-aix-prologue.c: New file.
9952 * gdb.arch/powerpc-aix-prologue.exp: New file.
9953
f2785d12
JB
99542004-05-07 Jim Blandy <jimb@redhat.com>
9955
9956 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
9957 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
9958
bd7f6e30
JB
99592004-05-06 Joel Brobecker <brobecker@gnat.com>
9960
9961 * gdb.base/sep.exp: No longer setup_kfail when the program was
9962 built with dwarf2.
9963
0a5e7efe
JI
99642004-05-05 Jim Ingham <jingham@apple.com>
9965
9966 * gdb.base/pending.exp: Make sure pending breakpoints
9967 preserve the ignore count.
f4fc3b93 9968
a8958849
MK
99692004-04-27 Jerome Guitton <guitton@gnat.com>
9970
9971 * i386-prologue.exp: Add testcase for jump instruction as first
9972 instruction of the real code.
9973 * i386-prologue.c (jump_at_beginning): New function.
9974
7e103f5b
MK
99752004-04-28 Mark Kettenis <kettenis@gnu.org>
9976
9977 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
9978 x86_64-*-*.
9979
5d38b224
MK
99802004-04-28 Mark Kettenis <kettenis@gnu.org>
9981
9982 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
9983 i*86-*-*.
9984
0ef32fd9
MK
99852004-04-25 Mark Kettenis <kettenis@gnu.org>
9986
9987 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
9988 expression that checks the return type.
9989
71d7dd7c
AC
99902004-04-23 Andrew Cagney <cagney@redhat.com>
9991
9992 * gdb.base/call-sc.exp: New test of scalar call/return values.
9993 * gdb.base/call-sc.c: Ditto.
9994
1e9f977e
JJ
99952004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9996
9997 * gdb.threads/manythreads.c: Reduce thread stack size.
9998
899d9e3a
JJ
99992004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10000
10001 * gdb.threads/manythreads.c: Add copyright notice.
10002
61bcae62
AC
100032004-04-23 Andrew Cagney <cagney@redhat.com>
10004
10005 * gdb.base/siginfo.exp: Better handle step out of signal.
10006 * gdb.base/sigstep.exp: Ditto.
10007
7339a42e 100082004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 10009 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
10010
10011 * gdb.threads/manythreads.c: New testcase.
10012 * gdb.threads/manythreads.exp: Ditto.
10013
5c98409b
JB
100142004-04-22 Jim Blandy <jimb@redhat.com>
10015
10016 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10017 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10018
3b611f1a
MC
100192004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10020
10021 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10022
f0fd9238
AC
100232004-04-21 Andrew Cagney <cagney@redhat.com>
10024
10025 * gdb.base/sigstep.c: New file.
10026 * gdb.base/sigstep.exp: New file.
10027
90990674
JB
100282004-04-16 Joel Brobecker <brobecker@gnat.com>
10029
10030 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10031 call to observer_notify_normal_stop.
10032
78cef34b
AC
100332004-04-15 Andrew Cagney <cagney@redhat.com>
10034
10035 * gdb.base/siginfo.c: New file.
10036 * gdb.base/siginfo.exp: New file.
10037
d2343407
JB
100382004-04-12 J. Brobecker <brobecker@gnat.com>
10039
10040 * gdb.base/sep.exp: Fix typo in comment.
10041
a2dba3c8
JB
100422004-04-12 J. Brobecker <brobecker@gnat.com>
10043
10044 * gdb.base/sep.c: New file.
10045 * gdb.base/sep-proc.c: New file.
10046 * gdb.base/sep.exp: New testcase.
10047
15f7b60e
MK
100482004-04-09 Mark Kettenis <kettenis@gnu.org>
10049
10050 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10051 support.
10052
44f4de1a
AC
100532004-04-05 Andrew Cagney <cagney@redhat.com>
10054
10055 * gdb.base/sigaltstack.c: New file.
10056 * gdb.base/sigaltstack.exp: New file.
10057
ef04f396
JB
100582004-04-04 Joel Brobecker <brobecker@gnat.com>
10059
10060 * gdb.base/foll-fork.exp: Update the expected output for
10061 "help set follow-fork-mode", to match a change that was made
10062 to the help of this variable on 2004-01-13.
10063
d40d2c92
JB
100642004-04-01 Joel Brobecker <brobecker@gnat.com>
10065
10066 * lib/ada.exp: Add copyright notice.
10067 * bar.ads: Likewise.
10068 * bar.adb: Likewise.
10069 * null_record.adb: Likewise.
10070 * null_record.exp: Likewise.
10071 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10072
f86ef5a3
JB
100732004-04-01 Joel Brobecker <brobecker@gnat.com>
10074
10075 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10076 * configure: Regenerate.
10077
414e70e3
JB
100782004-04-01 Joel Brobecker <brobecker@gnat.com>
10079
10080 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10081 to build the application. Remove the message printed when in
10082 verbose mode, redundant with the UNSUPPORTED message above.
10083
f0aaee49
JB
100842004-03-31 Joel Brobecker <brobecker@gnat.com>
10085
10086 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10087 * gdb.ada (null_record.exp): New testcase.
10088
ac81cb54
JB
100892004-03-31 Joel Brobecker <brobecker@gnat.com>
10090
10091 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10092
854af2f7
JB
100932004-03-31 Joel Brobecker <brobecker@gnat.com>
10094
10095 * gdb.ada: New subdirectory.
10096 * gdb.ada/Makefile.in: New file.
10097 * gdb.ada/gnat_ada.gpr.in: New file.
10098
034cb681
JB
100992004-03-31 Joel Brobecker <brobecker@gnat.com>
10100
10101 * lib/ada.exp: New file.
10102
78a1a894
DJ
101032004-03-24 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10106 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10107
4b2b3b3e
AC
101082004-03-22 Andrew Cagney <cagney@redhat.com>
10109
10110 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10111 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10112 Problem identified by Ulrich Weigand.
10113
23c73aa3
DC
101142004-03-17 David Carlton <carlton@kealia.com>
10115
10116 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10117 PR c++/826.
10118
d63a86f8
RM
101192004-03-16 Roland McGrath <roland@redhat.com>
10120
10121 * gdb.base/auxv.exp: New file.
10122 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10123
0e02aa50
DC
101242004-03-12 David Carlton <carlton@kealia.com>
10125
10126 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10127 * gdb.cp/pr-1553.cc: Ditto.
10128 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10129 pass branch.
10130
c20b71be
MC
101312004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10132
10133 * gdb.cp/templates.exp: Accept more template types.
10134
c7414a01
MC
101352004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10136
10137 From Corinna Vinschen with modifications.
10138 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10139 local variable obj_with_enum.
10140 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10141 results with obj_with_enum.
10142
ed69573c
MC
101432004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10144
10145 * gdb.cp/classes.cc: New file, copied from misc.cc.
10146 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10147
28301461
MC
101482004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10149
10150 * gdb.cp/misc.cc: Add copyright notice.
10151
1198ecbe
DC
101522004-03-05 David Carlton <carlton@kealia.com>
10153
10154 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10155 * gdb.cp/rtti.h: Update copyright.
10156 (namespace n2::n3): New.
10157 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10158 (n2::n3::func3): New.
10159 (main): Call n2::n3::func3.
10160 * gdb.cp/rtti2.cc: Update copyright.
10161 (n2::create3): New.
10162
9e08c470
MK
101632004-03-04 Mark Kettenis <kettenis@gnu.org>
10164
10165 * gdb.asm/openbsd.inc: Fix typo.
10166
4bebc3aa
FF
101672004-03-03 Fred Fish <fnf@redhat.com>
10168
10169 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10170 "val" instead of unused "size". Update copyright year.
10171
6ea9fb37
DJ
101722004-02-29 Daniel Jacobowitz <drow@mvista.com>
10173
10174 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10175 to use unsigned char.
10176 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10177 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10178
23b23974
DJ
101792004-02-29 Daniel Jacobowitz <drow@mvista.com>
10180
10181 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10182 line of output.
10183
7574fd53
DJ
101842004-02-28 Daniel Jacobowitz <drow@mvista.com>
10185
10186 * gdb.base/relocate.c (dummy): Initialize.
10187
a195357f
DJ
101882004-02-28 Daniel Jacobowitz <drow@mvista.com>
10189
10190 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10191 a breakpoint at exit.
10192
72fd54a9
FF
101932004-02-27 Fred Fish <fnf@redhat.com>
10194
10195 * gdb.base/chng-syms.exp: Add expect condition to match failing
10196 case that isn't a timeout.
10197
b9d23137
AC
101982004-02-27 Andrew Cagney <cagney@redhat.com>
10199
10200 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10201 support.
10202
15d208f6 102032004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 10204
15d208f6
FF
10205 * gdb.arch/gdb1431.c: Remove.
10206 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10207 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10208 of "until" incorrectly.
10209
98f9cd2d
JB
102102004-02-26 J. Brobecker <brobecker@gnat.com>
10211
10212 * gdb.cp/class2.cc (empty): New class.
10213 (refer): New function.
10214 (main): Declare an object of type empty and use it.
10215 * gdb.cp/class2.exp: Print the value of an object of type empty.
10216
9b50c11b
JJ
102172004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10218
10219 * gdb.base/langs.exp: Update query string to match the
10220 new nquery format used for pending breakpoints.
10221
0dcd613f
AC
102222004-02-26 Andrew Cagney <cagney@redhat.com>
10223
10224 Fix PR i18n/1570.
10225 * gdb.base/charset.c: Update copyright notice.
10226 (main, init_string): Remove the escape character '\e' tests.
10227 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10228 * gdb.base/charset.exp (valid_host_charset): Ditto.
10229 * gdb.base/setvar.exp: Ditto.
10230
b8a56647
AC
102312004-02-24 Andrew Cagney <cagney@redhat.com>
10232
90d59e34
AC
10233 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10234 mmapped data in core file" PASS and FAIL messages consistent.
10235
b8a56647
AC
10236 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10237 setting a breakpoint. Work around PR java/1565.
10238
9f27c604
JJ
102392004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10240
10241 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10242 new nquery format.
10243 * gdb.base/pending.exp: Ditto.
10244
3224a706
MK
102452004-02-22 Mark Kettenis <kettenis@gnu.org>
10246
10247 * configure.in: Run stabs tests on *BSD.
10248 * configure: Regenerated.
10249
41e0a9ca
MK
102502004-02-21 Mark Kettenis <kettenis@gnu.org>
10251
10252 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10253
1e1b3428
FF
102542004-02-20 Fred Fish <fnf@redhat.com>
10255
10256 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10257 blank in test for "returns short", for consistency with other
10258 "returns xxx" tests. Update copyright year.
10259
f9a7572a
FF
102602004-02-19 Fred Fish <fnf@redhat.com>
10261
10262 New testcase for PR breakpoint/1558.
10263 * gdb.arch/gdb1558.exp: New file.
10264 * gdb.arch/gdb1558.c: New file.
10265
b2ce2854
EZ
102662004-02-19 Elena Zannoni <ezannoni@redhat.com>
10267
10268 * gdb.base/nodebug.exp: Fix typo.
10269
e7c9ff01
JB
102702004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10271
10272 Committed by Jim Blandy <jimb@redhat.com>.
10273
62f4b920
JB
10274 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10275
2db536a1
JB
10276 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10277
e7c9ff01
JB
10278 * gdb.base/float.exp: Support s390*-*-* targets.
10279
f3205b34
AF
102802004-02-17 Adam Fedor <fedor@gnu.org>
10281
10282 * gdb.base/gdb1555.exp: New file.
10283 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10284
9d62932d
EZ
102852004-02-17 Elena Zannoni <ezannoni@redhat.com>
10286
10287 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10288
344c9711
FF
102892004-02-16 Fred Fish <fnf@redhat.com>
10290
10291 * gdb.arch/gdb1291.c: Remove
10292 * gdb.arch/gdb1291.s: New test input file.
10293 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10294 fail. Test for correct result, known incorrect result, other
10295 failures and timeouts.
10296
2d822687
AC
102972004-02-16 Andrew Cagney <cagney@redhat.com>
10298
10299 * gdb.base/bigcore.exp: New file.
10300 * gdb.base/bigcore.c: New file.
10301
dac15b66
AC
103022004-02-13 Andrew Cagney <cagney@redhat.com>
10303
10304 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10305 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10306 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10307 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10308 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10309 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10310 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10311 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10312 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10313 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10314
6bdfc2c4
JJ
103152004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10316
10317 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10318 executed is an alloc instruction.
10319
87b3ede8
DC
103202004-02-11 David Carlton <carlton@kealia.com>
10321
10322 * gdb.cp/breakpoint.exp: New.
10323 * gdb.cp/breakpoint.cc: New.
10324
6e19e2bf
MC
103252004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10326
10327 Partial fix for PR gdb/1543.
10328 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10329 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10330 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10331 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10332 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10333 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10334 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10335 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10336 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10337 to bug-gdb@prep.ai.mit.edu .
10338 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10339 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10340 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10341 Likewise.
10342
5c5455dc
AC
103432004-02-10 Andrew Cagney <cagney@redhat.com>
10344
10345 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10346 using gdb_internal_error_resync.
10347
9cf689d7
DJ
103482004-02-09 Daniel Jacobowitz <drow@mvista.com>
10349
10350 * gdb.threads/thread-specific.exp: Stop early if no threads are
10351 found.
10352
d2dc51db
MC
103532004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10354
10355 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10356
14b1a056
DJ
103572004-02-08 Daniel Jacobowitz <drow@mvista.com>
10358
10359 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10360 breakpoints.
10361
83f66e8f
DJ
103622004-02-07 Daniel Jacobowitz <drow@mvista.com>
10363
10364 * config/sim.exp (gdb_load): Handle $arg == "".
10365 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10366 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10367
30fc0091
EZ
103682004-02-07 Elena Zannoni <ezannoni@redhat.com>
10369
a9c64011
AS
10370 * gdb.base/maint.exp: Update test to reflect
10371 obstack changes.
30fc0091 10372
4d806929
JJ
103732004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10374
10375 * gdb.base/pendshr.c (pendfunc): New function that calls
10376 pendfunc1.
10377 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10378
7bfdd688
FF
103792004-02-04 Fred Fish <fnf@redhat.com>
10380
10381 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10382 function symbols and update copyright years.
10383 * gdb.arch/gdb1291.c: Ditto.
10384
aaa08ee4
MC
103852004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10386
10387 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10388
dbad7755
MC
103892004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10390
10391 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10392
ec4646ef
MC
103932004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10394
10395 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10396
1b802196
FF
103972004-02-02 Fred Fish <fnf@redhat.com>
10398
10399 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10400 remote targets. Update copyright years.
10401
18fe2033
JJ
104022004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10403
10404 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10405 support.
10406 * gdb.base/langs.exp: Fix test which attempts to create
10407 breakpoint on non-existent function to handle new pending
10408 support.
10409 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10410 a breakpoint.
10411 * gdb.base/pending.exp: New test.
10412 * gdb.base/pending.c: New file.
10413 * gdb.base/pendshr.c: Ditto.
10414
8d577d32
DC
104152004-02-02 David Carlton <carlton@kealia.com>
10416
10417 * gdb.cp/overload.exp: Add overloadNamespace tests.
10418 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10419 (overloadNamespace, XXX): New.
10420 (main): Call XXX::marker2.
10421
3ad13771
FF
104222004-02-01 Fred Fish <fnf@redhat.com>
10423
10424 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10425 * gdb.base/finish.exp: Ditto.
10426 * gdb.base/gcore.exp: Ditto.
10427 * gdb.base/huge.exp: Ditto.
10428 * gdb.base/info-proc.exp: Ditto.
10429 * gdb.base/return2.exp: Ditto.
10430 * gdb.threads/gcore-thread.exp: Ditto.
10431
44c75849
DJ
104322004-02-01 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10435
005bc093
MK
104362004-02-01 Mark Kettenis <kettenis@gnu.org>
10437
10438 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10439 that opening the file succeeds on OpenBSD.
10440
c47cebdb
DJ
104412004-02-01 Daniel Jacobowitz <drow@mvista.com>
10442
10443 * gdb.threads/thread-specific.c: New file.
10444 * gdb.threads/threads-specific.exp: New test script.
10445 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10446 to expect_out.
10447
5a01311c
MK
104482004-02-01 Mark Kettenis <kettenis@gnu.org>
10449
10450 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10451 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10452 only on the "print_small_structs from print_long_arg_list" test.
10453
ce22a4f1
DJ
104542004-02-01 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * gdb.base/completion.exp: Kill a stray backslash.
10457
10458 From Jim Ingham <jingham@apple.com>:
10459 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10460 agrees with the result from sending a tab.
10461
abbab9d3
DJ
104622004-01-31 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * gdb.base/chng-syms.exp: Remove stray newline.
10465
53904d1e
MK
104662004-01-31 Mark Kettenis <kettenis@gnu.org>
10467
10468 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10469 *-*-openbsd*.
10470 * gdb.asm/openbsd.inc: New file.
10471
3a4b3aac
MK
104722004-01-30 Mark Kettenis <kettenis@gnu.org>
10473
10474 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10475 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10476 *-*solaris2*. Remove commented out default settings for
10477 asm-flags. Replace gdb_compile with target_link.
10478
ebac27b4
MC
104792004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10480
10481 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10482 for all tests. Remove old hp-ux and cygnus xfail cases.
10483
d8679d84
PH
104842004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10485
10486 * gdb.base/chng-syms.exp: New file.
10487 * gdb.base/chng-syms.c: New file.
10488
0a55bc22
MC
104892004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10490
10491 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10492 Provide arms for current output in all my configurations.
10493
94b8e876
MC
104942004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10495
10496 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10497 * lib/compiler.cc: Likewise.
10498 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10499 get the right preprocessor. Eval the output directly. Remove
10500 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10501 hp_f77_compiler and hp_f90_compiler completely.
10502 (gdb_preprocess): Delete.
10503 (get_compiler): Delete.
10504
7cf03d44
MK
105052004-01-24 Mark Kettenis <kettenis@gnu.org>
10506
10507 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10508 <string.h>.
10509
68b6dce9
NR
105102004-01-24 Nick Roberts <nick@nick.uklinux.net>
10511
10512 * gdb.mi/mi-stack.exp: Update copyright.
10513
b368761e
DC
105142004-01-23 David Carlton <carlton@kealia.com>
10515
10516 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10517 test for cp_lookup_transparent_type.
10518 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10519 call them.
10520
f2061b53
DJ
105212004-01-23 Daniel Jacobowitz <drow@mvista.com>
10522
10523 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10524 after -var-update.
10525
37fc574a
DC
105262004-01-23 David Carlton <carlton@kealia.com>
10527
10528 * gdb.cp/namespace.cc (C::ensureRefs): New.
10529 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10530
8e94b928
NR
105312004-01-20 Nick Roberts <nick@nick.uklinux.net>
10532
10533 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10534 case "-stack-list-locals 2".
10535 * gdb.mi/mi-var-child.exp: Test for case
10536 "-var-list-children --all-values NAME".
10537
997b0952
MC
105382004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10539
10540 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10541
52470da3
MK
105422004-01-18 Mark Kettenis <kettenis@gnu.org>
10543
7049b4b8
MK
10544 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10545 used with gdb_test_multiple.
10546
52470da3
MK
10547 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10548 read at address 0. This fixes PR testsuite/1504.
10549
da6012e5
DJ
105502004-01-18 Daniel Jacobowitz <drow@mvista.com>
10551
10552 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10553 Remove downloading, guessing the host executable, the calls to
10554 gdb_file_cmd and gdb_target_cmd, and "load" support.
10555 (infer_host_exec): New function broken out from gdb_load.
10556 (gdb_load): New wrapper for gdbserver_gdb_load.
10557 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10558 gdb_target_cmd. Use -target-select.
10559 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10560 Download binaries to the host. Clear last_mi_remote_file when
10561 we load a new binary.
10562 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10563 call gdbserver_gdb_load and mi_gdb_target_cmd.
10564
32c70722
MC
105652004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10566
10567 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10568 type patterns.
10569
b0cecf36
MC
105702004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10571
10572 * gdb.cp/templates.exp: Fix typo in test name of
10573 "print Foo<volatile char*>::foo".
10574
4120d7e6
MC
105752004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10576
10577 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10578
f679e530
BE
105792004-01-16 Ben Elliston <bje@wasabisystems.com>
10580
10581 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10582 (clean mostlyclean): Remove empty rm.
10583
091c48f6
MC
105842004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10585
10586 * gdb.base/setvar.exp: Add copyright years.
10587
3e5fc8d2
DC
105882004-01-14 David Carlton <carlton@bactrian.org>
10589
10590 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10591 PR c++/1511 and update coment.
10592 * gdb.cp/templates.exp: Update patterns to match current output.
10593 If changes involve something other than whitespace, KFAIL
10594 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10595
63d06c5c
DC
105962004-01-14 David Carlton <carlton@kealia.com>
10597
10598 * gdb.cp/namespace.exp: Add tests involving classes defined within
10599 namespaces.
10600 * gdb.cp/namespace.cc (C::CClass): New.
10601 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10602
a51dab88
EZ
106032004-01-14 Elena Zannoni <ezannoni@redhat.com>
10604
10605 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10606 what debug info we have. Print a better message if something goes
10607 wrong while producing the separate debug info file.
10608
a476ccc9
MC
106092004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10610
10611 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10612
f453692c
MC
106132004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10614
10615 * gdb.base/callfuncs.c: Add copyright notice.
10616
f40063a5
MC
106172004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10618
10619 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10620 inheritance. PR gdb/1498, PR gcc/13539.
10621
19ac3974
EZ
106222004-01-13 Elena Zannoni <ezannoni@redhat.com>
10623
a9c64011
AS
10624 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10625 test specific name.
10626 * gdb.mi/gdb669.exp: Ditto.
10627 * gdb.mi/mi-pthreads.exp: Ditto.
10628 * gdb.mi/mi1-pthreads.exp: Ditto.
10629 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10630
56c97c6e
MC
106312004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10632
10633 * gdb.cp/member-ptr.cc: Add copyright notice.
10634
a0644324
MC
106352004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10636
10637 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10638 some patterns for recent versions of gcc and hpacc. Delete
10639 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10640 Delete tests that access a NULL pointer-to-member-data. This
10641 script is still disabled for gcc.
10642
32fabe09
EZ
106432004-01-12 Elena Zannoni <ezannoni@redhat.com>
10644
10645 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10646 escaped correctly.
32fabe09 10647
1f8a6abb
EZ
106482004-01-12 Elena Zannoni <ezannoni@redhat.com>
10649
10650 * gdb.base/sepdebug.exp: New file.
10651 * gdb.base/sepdebug.c: New file.
10652 * lib/gdb.exp (separate_debug_filename): New procedure.
10653 (gdb_gnu_strip_debug): New procedure.
10654
48efe704
AC
106552004-01-12 Andrew Cagney <cagney@redhat.com>
10656
10657 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10658 * gdb.mi/ChangeLog-1999-2003: New file.
10659
a9415475
AC
106602004-01-12 Andrew Cagney <cagney@redhat.com>
10661
10662 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10663 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10664 or EEXIST", treat EBUSY as an XFAIL.
10665
83b8cf9d
MC
106662004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10667
10668 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10669 hp_cc_compiler.
10670
9939d2a8
MC
106712004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10672
10673 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10674 decorations.
10675
1ff8cadf
MC
106762004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10677
10678 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10679 and "(aCC)" decorations. Remove obsolete doco about old
10680 test results.
10681
6fa9022e
MC
106822004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10683
10684 * gdb.cp/exception.exp: Fix typo in doco.
10685
209721fe
MK
106862004-01-09 Mark Kettenis <kettenis@gnu.org>
10687
10688 * gdb.base/gdb1476.exp: Fix typo.
10689
ef11303e
MC
106902004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10691
10692 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10693 file.
10694
041ab88c
MC
106952004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10696
10697 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10698 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10699 Use gdb_compile. Remove restriction on gcc. Add some patterns
10700 for recent version of gdb. Delete second half, which was a copy
10701 of the first half with different build flags. This test is
10702 still disabled because it is still not ready for production.
10703
e36d075a
MC
107042004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10705
10706 * gdb.cp/exception.cc: Add copyright notice.
10707 * gdb.cp/exception.exp: Add a notice that this file is broken
10708 because of line number changes caused by addition of copyright
10709 notice.
10710
42b190ad
MC
107112004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10712
10713 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10714 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10715
8f25f06b
MC
107162004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10717
10718 * gdb.cp/classes.exp: Accept gnu abi 2.
10719 * gdb.cp/derivation.exp: Likewise.
10720 * gdb.cp/overload.exp: Likewise.
10721 * gdb.cp/virtfunc.exp: Likewise.
10722
06ded8b8
MC
107232004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10724
10725 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10726 semicolon after end of function.
10727
77c26ae3
MC
107282004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10729
10730 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10731 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10732 boilerplate code for compiling and running the program under
10733 test. Add some string method tests.
10734
20757486
MC
107352004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10736
10737 * gdb.cp/bs15503.cc: Add copyright notice.
10738 * gdb.cp/bs15503.exp: Adjust line number.
10739
0fd3b503
MC
107402004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10741
10742 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10743 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10744
10d1bea8
MC
107452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10746
10747 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10748 hp_cc_compiler.
10749
2789202a
MC
107502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10751
10752 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10753 * gdb.cp/ctti.exp: Use the marker instead of "next".
10754 With gcc, run further before bailing.
10755
b862f14c
MC
107562004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10757
10758 * gdb.cp/cttiadd.cc: Add copyright notice.
10759 * gdb.cp/cttiadd1.cc: Likewise.
10760 * gdb.cp/cttiadd2.cc: Likewise.
10761 * gdb.cp/cttiadd3.cc: Likewise.
10762
96da2469
MC
107632004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10764
10765 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10766 Use gdb_test, gdb_test_multiple. Use floating-point values that
10767 have exact representations in IEEE-ish formats.
10768
053248ff
MC
107692004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10770
10771 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10772 compilers. Delete duplicate call to get_compiler_info.
10773 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10774 * gdb.base/volatile.exp: Likewise.
10775
84acecdd
MK
107762004-01-07 Mark Kettenis <kettenis@gnu.org>
10777
10778 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10779 memory at address 0.
10780
fe11a27f
MC
107812004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10782
10783 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10784 to test for hp-ux assembler. Fix copyright years.
10785
60ad077b
AC
107862004-01-07 Andrew Cagney <cagney@redhat.com>
10787
10788 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10789
1c9b8f33
AC
107902004-01-07 Andrew Cagney <cagney@redhat.com>
10791
10792 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10793 when creating the read-only file. From analysis by Roland McGrath
10794 and Elena Zannoni.
10795
753ccc7a
MC
107962004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10797
10798 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10799
eca3e36b
MC
108002004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10801
10802 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10803 data pointers.
10804
f8d4bac4
MC
108052004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10806
10807 * gdb.cp/m-static.exp: Compile one source file at a time.
10808 Delete unused call to get_compiler_info.
10809
9b4e0f94
MC
108102004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10811
10812 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10813 * gdb.base/call-rt-st.exp: Likewise.
10814 * gdb.base/nodebug.exp: Likewise.
10815 * gdb.base/volatile.exp: Likewise.
10816 * gdb.cp/ref-types.exp: Likewise.
10817 * gdb.cp/templates.exp: Likewise.
10818
023c1024
MK
108192004-01-05 Mark Kettenis <kettenis@gnu.org>
10820
10821 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10822
19703c4a
MC
108232004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10824
10825 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10826 hppa*-hp-hpux*.
10827
18b67037
MK
108282004-01-04 Mark Kettenis <kettenis@gnu.org>
10829
ba6219c8
MK
10830 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10831 x86_64-*-*.
10832
18b67037
MK
10833 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10834 sparc64-*-* and sparc*-solaris2*.
10835
1bfbbb9d
MK
108362004-01-04 Mark Kettenis <kettenis@gnu.org>
10837
10838 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10839 return ${tests}" test. The ${tests} already mentions the
10840 filename.
10841
06846494
MC
108422004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10843
10844 * gdb.cp/local.exp: Accept gcc abi 2.
10845
3b0cb202
MC
108462004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * gdb.cp/templates.exp: Accept gcc abi 2.
10849
0643ec3f
MC
108502004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10851
10852 * lib/compiler.cc: Remove supports_template_debugging.
10853 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10854
d231d0b1
MC
108552004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10856
10857 * gdb.cp/namespace.exp: Accept gcc abi 2.
10858
44ffb27c
MC
108592004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10860
10861 * gdb.cp/method.exp: Accept gcc abi 2.
10862
184ad485
MC
108632004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10864
10865 * gdb.cp/classes.exp: Generate identical results as old version.
10866 * gdb.cp/derivation.exp: Likewise.
10867 * gdb.cp/overload.exp: Likewise.
10868 * gdb.cp/virtfunc.exp: Likewise.
10869
116f09e7
MC
108702004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10871
10872 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10873 mysterious bug with sourceware version of expect.
10874
b1379776
MC
108752004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10876
10877 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10878 current versions of gcc, including gcc abi 2. Remove gratuitous
10879 restart of test program. Use gdb_test_multiple and gdb_test for
10880 all tests. Add patterns to xfail missing "const" in "const char *"
10881 and kfail PR gdb/1155.
10882
6b7a4c0e
MC
108832004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10884
10885 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10886 current versions of gcc, including gcc abi 2. Remove gratuitous
10887 restart of test program. Use gdb_test_multiple and gdb_test for
10888 all tests. Add patterns to kfail PR gdb/1498.
10889
51615d72
MC
108902003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10891
10892 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10893 current versions of gcc, including gcc abi 2. Use "breakpoint"
10894 and "continue" instead of restarting the target program. Use
10895 gdb_test_multiple and gdb_test for all tests.
10896
7b79a9d7
MK
108972004-01-01 Mark Kettenis <kettenis@gnu.org>
10898
10899 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10900 for *-*-solaris2*.
10901
1cd3489f
MC
109022003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10903
10904 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10905 current versions of gcc, including gcc abi 2. Use "breakpoint"
10906 and "continue" instead of restarting the target program several
10907 times. Use gdb_test_multiple and gdb_test for all tests.
10908
850742db
MC
109092003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10910
10911 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10912 source files.
10913
eb4bbda8
MC
109142003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10915
10916 * gdb.base/environ.exp: Handle compiling test case from multiple
10917 source files.
10918
e42c7771
MC
109192003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10920
10921 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10922
80e4b428
JB
109232003-12-17 Jim Blandy <jimb@redhat.com>
10924
5f06973a
JB
10925 * gdb.base/freebpcmd.c: Add copyright notice.
10926
80e4b428
JB
10927 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
10928
0ab84fb7
MC
109292003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10930
10931 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
10932
1b3bb3d0
JB
109332003-12-13 Jim Blandy <jimb@redhat.com>
10934
10935 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
10936
3a4c9371
KB
109372003-12-12 Kevin Buettner <kevinb@redhat.com>
10938
10939 * gdb.asm/frv.inc: New file.
10940 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
10941
a1dea79a
FF
109422003-12-09 Fred Fish <fnf@redhat.com>
10943
10944 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
10945 functions to break1.c and leave prototypes behind. Add more
10946 "set breakpoint NN here" comments.
10947 * gdb.base/break1.c: New file.
10948
10949 * gdb.base/break.exp: Handle compiling test case from multiple
10950 source files and change source file references as needed.
10951 * gdb.base/completion.exp: Ditto.
10952 * gdb.base/condbreak.exp: Ditto.
10953 * gdb.base/define.exp: Ditto.
10954 * gdb.base/ena-dis-br.exp: Ditto.
10955 * gdb.base/info-proc.exp: Ditto.
10956 * gdb.base/maint.exp: Ditto.
10957 * gdb.base/until.exp: Ditto.
10958
10959 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
10960 hardcoded line numbers.
10961 * gdb.base/define.exp: Ditto.
10962 * gdb.base/ena-dis-br.exp: Ditto.
10963 * gdb.base/maint.exp: Ditto.
10964 * gdb.base/until.exp: Ditto.
10965
10966 * gdb.base/completion.exp: Use "break1" for completion tests since
10967 "break" is no longer a unique prefix.
10968
5266b69c
AC
109692003-12-06 Andrew Cagney <cagney@redhat.com>
10970
10971 * gdb.base/structs.exp (test_struct_returns): When applicable, set
10972 "return_value_unimplemented". When an unimplemented struct return
10973 architecture, report incorrect values as a KFAIL
10974
374451f0
MC
109752003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10976
10977 * gdb.cp/rtti.exp: Accept new wording of warning from
10978 cp_lookup_rtti_type.
10979
ba9b20a7
MC
109802003-12-05 Michael Chastain <mec.gnu@mindspring.com>
10981
10982 Partial fix for PR testsuite/1456.
10983 * gdb.base/scope.exp (test_at_main): Replace references to
10984 gcc_compiled with calls to test_compiler_info.
10985 (test_at_foo): Likewise.
10986 (test_at_bar): Likewise.
10987
b74b6d0b
MC
109882003-12-04 Michael Chastain <mec.gnu@mindspring.com>
10989
10990 Partial fix for PR testsuite/1456.
10991 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
10992 to test_compiler_info.
10993
ccfa3402
MC
109942003-12-03 Michael Chastain <mec.gnu@mindspring.com>
10995
10996 * gdb.base/so-impl-ld.exp: Update copyright notice.
10997
f6246aba
MC
109982003-12-02 Michael Chastain <mec.gnu@mindspring.com>
10999
11000 Partial fix for PR testsuite/1456.
11001 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11002 to test_compiler_info.
11003
13ae734a
MC
110042003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11005
11006 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11007 from current versions of gdb. Clean up regular expressions.
11008 Delete redundant timeout case.
11009
d8e1cdee
MC
110102003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11011
11012 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11013 from current versions of gdb. Clean up regular expressions.
11014 Delete redundant timeout case.
11015
96457b64
MC
110162003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11017
11018 Partial fix for PR testsuite/1456.
11019 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11020 gcc_compiled with call to test_compiler_info.
11021
f35309fc
MC
110222003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11023
11024 Partial fix for PR testsuite/1456.
11025 * gdb.base/list.exp (test_list_function): Delete unused declaration
11026 of gcc_compiled.
11027
d7afdf9b
MC
110282003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11029
11030 Partial fix for PR testsuite/1456.
11031 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11032 call to test_compiler_info.
11033
71507b56
MK
110342003-11-29 Mark Kettenis <kettenis@gnu.org>
11035
11036 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11037 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11038 it to create the appropriate note.inc.
11039 * gdb.asm/asmsrc1.s: Include "note.inc".
11040 * gdb.asm/netbsd.inc: New file.
11041 * gdb.asm/empty.inc: New file.
11042
f81f93f7
MC
110432003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11044
11045 Partial fix for PR testsuite/1456.
11046 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11047 calls to test_compiler_info.
11048
9a77938e
MC
110492003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11050
11051 Partial fix for PR testsuite/1456.
11052 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11053 calls to test_compiler_info.
11054
e8367dc7
MK
110552003-11-27 Mark Kettenis <kettenis@gnu.org>
11056
11057 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11058 pattern for the KFAILs.
11059
526c61ee
AF
110602003-11-25 Adam Fedor <fedor@gnu.org>
11061
11062 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11063 * gdb.objc/objcdecode.m: New file.
11064
28f2d600
AF
110652003-11-25 Adam Fedor <fedor@gnu.org>
11066
11067 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11068 * gdb.objc/nondebug.m: New file.
11069
a3895cee
BE
110702003-11-26 Ben Elliston <bje@wasabisystems.com>
11071
11072 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11073 NetBSD as it does on FreeBSD. Modelled on a similar change by
11074 Mark Kettenis on 2003-05-30.
11075 (link-flags): Set to "--entry _start" regardless of target.
11076 Special linker flags are to be appended to $link-flags.
11077 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11078
c9f2c8a3
MC
110792003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11080
11081 * gdb.cp/method.exp: Accept output of new demangler.
11082
15a0587a 110832003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
11084
11085 * gdb/class2.exp: New file.
11086 * gdb/class2.cc: New file.
11087
3c00b570
MC
110882003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11089
11090 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11091 of new demangler.
11092
7027acc7
MK
110932003-11-23 Mark Kettenis <kettenis@gnu.org>
11094
11095 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11096 of gdb_test "run".
11097
b0e1598a
MK
110982003-11-23 Mark Kettenis <kettenis@gnu.org>
11099
11100 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11101 "continue" into "run".
11102
4d9eda44
MC
111032003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11104
11105 Partial fix for PR testsuite/1456.
11106 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11107 call to test_compiler_info.
11108 * gdb.cp/ctti.exp: Likewise.
11109 * gdb.cp/derivation.exp: Likewise.
11110 * gdb.cp/member-ptr.exp: Likewise.
11111 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11112 reference to gcc_compiled.
11113
111142003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
11115
11116 Fix PR testsuite/1463.
11117 * gdb.base/structs.exp (start_structs_test): Call
11118 get_debug_format before using the debug format.
11119
d422fe19
AC
111202003-11-22 Andrew Cagney <cagney@redhat.com>
11121
11122 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11123 * gdb.base/structs.exp: Use gdb_test_multiple.
11124
039cf96d
AC
111252003-11-20 Andrew Cagney <cagney@redhat.com>
11126
6882279b
AC
11127 * gdb.base/structs.exp: Handle and recover from internal errors.
11128 Replace "foo${n}" with "foo<n>" in test messages.
11129
e53890ae
AC
11130 * gdb.base/structs.exp: Update copyright. Rewrite.
11131 * gdb.base/structs.c: Update copyright. Rewrite.
11132
2b211c59
AC
11133 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11134 resync count exceeded.
d63a86f8 11135
039cf96d
AC
11136 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11137 from the internal error.
11138 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11139 Original from Jim Blandy.
11140 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 11141
eac98b22
AC
111422003-11-19 Andrew Cagney <cagney@redhat.com>
11143
11144 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11145 KFAIL.
11146
67455b2a
MK
111472003-11-17 Mark Kettenis <kettenis@gnu.org>
11148
11149 New testcase for PR backtrace/1435.
11150 * gdb.arch/i386-unwind.exp: New file.
11151 * gdb.arch/i386-unwind.c: New file.
11152
853d6e5b
AC
111532003-11-17 Andrew Cagney <cagney@redhat.com>
11154
11155 * lib/gdb.exp (compiler_info): New global.
11156 (test_compiler_info): New function.
11157 (get_compiler_info): Set compiler_info.
11158 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11159 "compiler_info" to gcc-<major>-<minor>.
11160
38cf6e11
MC
111612003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11162
11163 * gdb.trace/configure: Remove.
11164
a50d3602
EZ
111652003-11-13 Elena Zannoni <ezannoni@redhat.com>
11166
11167 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 11168 breakpoints.
a50d3602
EZ
11169 * gdb.base/break.exp: Remove all references to explicit line
11170 numbers.
11171
d9407aaa
NC
111722003-11-11 Nick Clifton <nickc@redhat.com>
11173
11174 * gdb.base/shreloc.exp: Do not run for targets which do not
11175 support shared objects.
11176
db488fc1
CV
111772003-11-10 Corinna Vinschen <vinschen@redhat.com>
11178
11179 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11180 Don't run tests if nofileio flag is given.
11181
6a90a18e
EZ
111822003-11-07 Elena Zannoni <ezannoni@redhat.com>
11183
11184 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 11185 as well as 'Watchpoint'.
6a90a18e 11186
0b915e9c
EZ
111872003-11-06 Elena Zannoni <ezannoni@redhat.com>
11188
11189 Reported by Jim Ingham <jingham@apple.com>:
11190 * gdb.base/annota1.exp: Match at least one occurrence of the
11191 signal handler annotation.
11192
d7e4b55f
EZ
111932003-11-06 Elena Zannoni <ezannoni@redhat.com>
11194
a9c64011
AS
11195 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11196 as well as 'Watchpoint'.
d7e4b55f 11197
2fe4e8d0
MC
111982003-11-05 Michael Chastain <mec@shout.net>
11199
11200 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11201
6ef88553
KW
112022003-11-03 Kris Warkentin <kewarken@qnx.com>
11203
11204 * gdb.arch/gdb1291.c: New test file.
11205 * gdb.arch/gdb1291.exp: New test script.
11206 * gdb.arch/gdb1431.c: New test file.
11207 * gdb.arch/gdb1431.exp: New test script.
11208
ae7dc4d8
MC
112092003-10-22 Michael Chastain <mec@shout.net>
11210
11211 * gdb.mi/pthreads.c: Add copyright notice.
11212
c39d7427
MC
112132003-10-22 Michael Chastain <mec@shout.net>
11214
11215 * gdb.threads/pthreads.c: Add copyright notice.
11216
8b7d96c1
MC
112172003-10-20 Michael Chastain <mec@shout.net>
11218
11219 * gdb.base/gdb1056.exp: New test script.
11220
d1d69fdd
DJ
112212003-10-13 Daniel Jacobowitz <drow@mvista.com>
11222
11223 * gdb.threads/killed.exp: Use gdb_run_cmd.
11224
7d605576
DJ
112252003-10-13 Daniel Jacobowitz <drow@mvista.com>
11226
11227 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11228 create a core file.
11229 * gdb.threads/gcore-thread.exp: Likewise.
11230
618ec112
CV
112312003-10-13 Corinna Vinschen <vinschen@redhat.com>
11232
11233 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11234 type, based on char type.
11235 (struct bit_flags_short_t): New bitfield type, based on short type.
11236 (init_bit_flags_char): New fuction.
11237 (init_bit_flags_short): Ditto.
11238 (print_bit_flags_char): Ditto.
11239 (print_bit_flags_short): Ditto.
11240 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11241
9367a73c
MC
112422003-10-11 Michael Chastain <mec@shout.net>
11243
11244 * gdb.base/call-rt-st.exp: Update copyright year.
11245
1decf120
KI
112462003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11247
11248 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11249 * gdb.disasm/sh3.s: Ditto.
11250
5445b2ae
DJ
112512003-10-07 Daniel Jacobowitz <drow@mvista.com>
11252
11253 * gdb.threads/switch-threads.exp: New test.
11254 * gdb.threads/switch-threads.c: New source file.
11255
aec24853
CV
112562003-10-07 Corinna Vinschen <vinschen@redhat.com>
11257
11258 * gdb.base/ending-run.exp: Add sh specific case.
11259
adc7428d
AC
112602003-10-06 Andrew Cagney <cagney@redhat.com>
11261
11262 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11263 * gdb.disasm/mn10200.exp: Delete obsolete file.
11264
c9d37158
DJ
112652003-09-29 Daniel Jacobowitz <drow@mvista.com>
11266
11267 * ChangeLog: Correct an entry command.exp -> commands.exp.
11268 * gdb.base/commands.exp (bp_deleted_in_command_test)
11269 (temporary_breakpoint_commands): Check noargs.
11270
79c2c32d
DC
112712003-09-25 David Carlton <carlton@kealia.com>
11272
11273 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11274 of some print tests, where appropriate. Add tests for C::D::cd,
11275 E::ce, F::cXfX, G::XgX.
11276 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11277
594e6d67
RE
112782003-09-25 Richard Earnshaw <rearnsha@arm.com>
11279
11280 * lib/java.exp (java_init): Import target_alias before using it.
11281
10f0d451
DC
112822003-09-25 David Carlton <carlton@kealia.com>
11283
11284 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11285
274bcba0
EZ
112862003-09-23 Elena Zannoni <ezannoni@redhat.com>
11287
d63a86f8 11288 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 11289 weirdness.
274bcba0 11290
cdbf20f7
MC
112912003-09-17 Michael Chastain <mec@shout.net>
11292
11293 * gdb.cp/gdb1355.exp: New file.
11294 * gdb.cp/gdb1355.c: New file.
11295
71e06f80
CV
112962003-09-15 Corinna Vinschen <vinschen@redhat.com>
11297
11298 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11299 * gdb.asm/sh.inc: New file.
11300
5c4e30ca
DC
113012003-09-11 David Carlton <carlton@kealia.com>
11302
bd45b7af
DC
11303 * gdb.cp/namespace.exp: Add tests for namespace types.
11304 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
11305 (test_namespace): New.
11306
1c199746
EZ
113072003-09-11 Elena Zannoni <ezannoni@redhat.com>
11308
a9c64011 11309 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 11310 * gdb.stabs/weird.exp: Ditto.
1c199746 11311
04ed252f
MC
113122003-09-08 Michael Chastain <mec@shout.net>
11313
11314 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11315
d8a2d9e7
MC
113162003-09-07 Michael Chastain <mec@shout.net>
11317
11318 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11319 'parse error'.
11320
161afb24
MK
113212003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11322
11323 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11324
49f2741a
MC
113252003-08-30 Michael Chastain <mec@shout.net>
11326
11327 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11328 * gdb.gdb/observer.exp: Ditto.
11329 * gdb.gdb/xfullpath.exp: Ditto.
11330
8afa723e
MK
113312003-08-29 Mark Kettenis <kettenis@gnu.org>
11332
11333 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11334 *-*-*bsd*.
11335
f31dfe3b
JJ
113362003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11337
11338 * gdb.base/dump.exp: Skip for ia64.
11339
4630e498
JJ
113402003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11341
11342 * gdb.asm/asm-source.exp: Add ia64 support.
11343 * gdb.asm/ia64.inc: New file.
11344
1105b7ef
MC
113452003-08-22 Michael Chastain <mec@shout.net>
11346
11347 * gdb.cp: New directory.
11348 * gdb.cp/*: Copy from gdb.c++/*.
11349 * gdb.c++/*: Remove.
11350 * Makefile.in: Change gdb.c++ to gdb.cp.
11351 * configure.in: Ditto.
11352 * configure: Regnerate.
11353
c945b932
MK
113542003-08-18 Mark Kettenis <kettenis@gnu.org>
11355
11356 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11357 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11358
2b66634b
DJ
113592003-08-17 Daniel Jacobowitz <drow@mvista.com>
11360
11361 * mi-var-display.exp (-var-list-children weird): Accept function
11362 pointers with argument types.
11363 * mi1-var-display.exp (-var-list-children weird): Likewise.
11364 * mi2-var-display.exp (-var-list-children weird): Likewise.
11365
a356f73b
DJ
113662003-08-17 Daniel Jacobowitz <drow@mvista.com>
11367
11368 * gdb.base/annota3.exp: Add missing newline.
11369
483417b8
MC
113702003-08-06 Michael Chastain <mec@shout.net>
11371
11372 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11373
c99c59c3
MS
113742003-08-12 Michael Snyder <msnyder@redhat.com>
11375
11376 * gdb.base/float.exp: Add test for SH.
11377
55ed7501
MK
113782003-08-10 Mark Kettenis <kettenis@gnu.org>
11379
11380 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11381
1a371f2e
EZ
113822003-08-07 Elena Zannoni <ezannoni@redhat.com>
11383
11384 * gdb.base/completion.exp: Remove reduntant completion test
11385 on filename.
11386
e0f353ce
EZ
113872003-08-07 Elena Zannoni <ezannoni@redhat.com>
11388
a9c64011
AS
11389 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11390 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11391 gdb.trace/save-trace.exp: Make sure that full pathnames are
11392 escaped correctly.
e0f353ce 11393
5710a1af 113942003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 11395
a9c64011
AS
11396 * configure.in: Don't generate config.h from config.hin.
11397 * configure: Regenerate.
11398 * config.hin: Remove file.
11399 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11400 * gdb.threads/pthreads.c: Ditto.
5710a1af 11401
dcd81ce9
DJ
114022003-08-07 Daniel Jacobowitz <drow@mvista.com>
11403
11404 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11405 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11406 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11407 Replace ld24 with seth/add3.
11408
6009d884
AC
114092003-08-02 Andrew Cagney <cagney@redhat.com>
11410
11411 * gdb.base/annota3.exp: New file.
11412 * gdb.base/annota3.c: New file.
11413 * gdb.c++/annota3.exp: New file.
11414 * gdb.c++/annota3.cc: New file.
11415
51514e06
MC
114162003-07-29 Michael Chastain <mec@shout.net>
11417
11418 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11419 actually failed.
11420 (do_pass): Likewise.
11421 * gdb.threads/tls.exp: Always initialize no_of_threads.
11422
4ee6625b
DJ
114232003-07-27 Daniel Jacobowitz <drow@mvista.com>
11424
11425 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11426 pattern.
11427 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11428 * gdb.threads/tls.exp: Recognize one case of the host library not
11429 supporting TLS.
11430
225f2bf6
AC
114312003-07-27 Andrew Cagney <cagney@redhat.com>
11432
11433 * gdb.base/fileio.exp: Use SH when running commands using
11434 remote_exec.
11435
bcb27c9f
DJ
114362003-07-24 Daniel Jacobowitz <drow@mvista.com>
11437
11438 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11439 * gdb.base/relocate.c (dummy): New padding array.
11440
3d67be83
MS
114412003-07-22 Michael Snyder <msnyder@redhat.com>
11442
d63a86f8 11443 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11444
11445 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11446 patterns to be more general, accepting old and new output.
11447 Some output chars (such as '+') also must be quoted.
d63a86f8 11448 Some addresses are displayed numerically instead of
3d67be83
MS
11449 symbolically.
11450
57ba3b85
MS
114512003-07-23 Michael Snyder <msnyder@redhat.com>
11452
686d097c
MS
11453 * gdb.base/return2.exp: Don't test long-long return.
11454
57ba3b85
MS
11455 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11456 * gdb.disasm/t01_mov.exp: Ditto.
11457 * gdb.disasm/t02_mova.s: Ditto.
11458 * gdb.disasm/t02_mova.exp: Ditto.
11459 * gdb.disasm/t03_add.s: Ditto.
11460 * gdb.disasm/t03_add.exp: Ditto.
11461 * gdb.disasm/t04_sub.s: Ditto.
11462 * gdb.disasm/t04_sub.exp: Ditto.
11463 * gdb.disasm/t05_cmp.s: Ditto.
11464 * gdb.disasm/t05_cmp.exp: Ditto.
11465 * gdb.disasm/t06_ari2.s: Ditto.
11466 * gdb.disasm/t06_ari2.exp: Ditto.
11467 * gdb.disasm/t07_ari3.s: Ditto.
11468 * gdb.disasm/t07_ari3.exp: Ditto.
11469 * gdb.disasm/t08_or.s: Ditto.
11470 * gdb.disasm/t08_or.exp: Ditto.
11471 * gdb.disasm/t09_xor.s: Ditto.
11472 * gdb.disasm/t09_xor.exp: Ditto.
11473 * gdb.disasm/t10_and.s: Ditto.
11474 * gdb.disasm/t10_and.exp: Ditto.
11475 * gdb.disasm/t11_logs.s: Ditto.
11476 * gdb.disasm/t11_logs.exp: Ditto.
11477 * gdb.disasm/t12_bit.s: Ditto.
11478 * gdb.disasm/t12_bit.exp: Ditto.
11479 * gdb.disasm/t13_otr.s: Ditto.
11480 * gdb.disasm/t13_otr.exp: Ditto.
11481
e00759ef
EZ
114822003-07-22 Elena Zannoni <ezannoni@redhat.com>
11483
11484 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11485
8bc2021f
EZ
114862003-07-22 Elena Zannoni <ezannoni@redhat.com>
11487
a9c64011
AS
11488 * gdb.threads/tls.c : New file.
11489 * gdb.threads/tls.exp : New file.
11490 * gdb.threads/tls-main.c : New file.
11491 * gdb.threads/tls-shared.c : New file.
11492 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11493
89320c4c
AS
114942003-07-22 Andreas Schwab <schwab@suse.de>
11495
11496 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11497
180dea7c
AS
114982003-07-20 Andreas Schwab <schwab@suse.de>
11499
11500 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11501 due to insn reordering.
11502
0714963c
AC
115032003-07-15 Andrew Cagney <cagney@redhat.com>
11504
11505 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11506
98a23b3f
MC
115072003-07-15 Michael Chastain <mec@shout.net>
11508
11509 * gdb.base/gdb1250.exp: New file.
11510 * gdb.base/gdb1250.c: New file.
11511
27e417a2
ML
115122003-07-09 Michal Ludvig <mludvig@suse.cz>
11513
11514 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11515 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11516
8bc2021f
EZ
115172003-07-09 Elena Zannoni <ezannoni@redhat.com>
11518
a9c64011
AS
11519 * gdb.threads/tls.c: New file.
11520 * gdb.threads/tls.exp: New file.
11521 * gdb.threads/tls-main.c: New file.
11522 * gdb.threads/tls-shared.c: New file.
11523 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11524
d99968dc
EZ
115252003-07-09 Elena Zannoni <ezannoni@redhat.com>
11526
11527 * gdb.base/annota1.exp: Make sure that we properly escape the
11528 full path of the source file. Xfail more permissive patterns,
d63a86f8 11529 due to a compiler debug info problem.
d99968dc 11530
83876b3b
AS
115312003-07-07 Andreas Schwab <schwab@suse.de>
11532
2705e972
AS
11533 * gdb.asm/m68k.inc: New file.
11534 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11535
83876b3b
AS
11536 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11537 arguments"): Also match negative number.
11538
11539 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11540
3a871b37
DJ
115412003-07-03 Daniel Jacobowitz <drow@mvista.com>
11542
11543 * gdb.base/store.c (charest): New typedef.
11544 (add_char): Rename to add_charest, update.
11545 (wack_char): Rename to wack_charest, update types. Return l + r
11546 to keep r live across the call.
11547 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11548 (wack_double, wack_doublest): Return l + r to keep r live across
11549 the call.
11550 * gdb.base/store.exp: Accomodate store.c changes.
11551
b2a7f303
DC
115522003-06-30 David Carlton <carlton@kealia.com>
11553
11554 * gdb.c++/maint.exp (test_invalid_name): New.
11555 (test_first_component): Add tests for invalid names.
11556
3c6cb4a1
MC
115572003-06-29 Michael Chastain <mec@shout.net>
11558
11559 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11560 output of '<VTT for class>' for virtual base classes.
11561
f1c2644b
DJ
115622003-06-29 Daniel Jacobowitz <drow@mvista.com>
11563
11564 * gdb.base/completion.exp: Tab-complete "complet" instead of
11565 "compl".
11566 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11567
18080350
DJ
115682003-06-29 Daniel Jacobowitz <drow@mvista.com>
11569
11570 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11571 * gdb.base/volatile.exp: Likewise.
11572
f56973f8
DJ
115732003-06-29 Daniel Jacobowitz <drow@mvista.com>
11574
11575 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11576 gdb/1265.
11577
115782003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11579 Daniel Jacobowitz <drow@mvista.com>
11580
11581 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11582 initial line count of 'captured_main' from 26 to 32.
11583 (test_with_self): Allow xmalloc call to be interleaved with the
11584 preceding two lines.
11585
e766d4d6
JB
115862003-06-24 Joel Brobecker <brobecker@gnat.com>
11587
11588 * gdb.base/bang.exp: New testcase.
11589
f125c9a4
JB
115902003-06-23 Joel Brobecker <brobecker@gnat.com>
11591
11592 * gdb.base/langs.exp: Add some tests for the "minimal" language
11593 support.
11594
6e25beaf
EZ
115952003-06-23 Elena Zannoni <ezannoni@redhat.com>
11596
11597 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11598 the testcase.
11599
2f816dda
DJ
116002003-06-22 Daniel Jacobowitz <drow@mvista.com>
11601
11602 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11603 offset.
11604
db5a5748
DJ
116052003-06-22 Daniel Jacobowitz <drow@mvista.com>
11606
11607 * gdb.c++/pr-1210.cc: New file.
11608 * gdb.c++/pr-1210.exp: New file.
11609
1df0c130
DJ
116102003-06-21 Daniel Jacobowitz <drow@mvista.com>
11611
11612 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11613 000-exec-continue.
11614
a92feac0
MK
116152003-06-15 Mark Kettenis <kettenis@gnu.org>
11616
11617 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11618 on *-*-*bsd* instead of *-*-freebsd*.
11619
81a58f5b
AC
116202003-06-14 Andrew Cagney <cagney@redhat.com>
11621
11622 * gdb.base/store.exp: Test longest and doublest. Test all
11623 parameters. Weaken return statement match.
11624 * gdb.base/store.c: Add longest and doublest - aka long long and
11625 long double functions. Put all parameters into local register
11626 variables. Use negative values.
11627
b257a0d3
AC
116282003-06-14 Andrew Cagney <cagney@redhat.com>
11629
11630 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11631 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11632 exit status.
11633 * gdb.base/fileio.exp: Disable target when nointerrupts and
11634 noinferiorio, instead of limiting it to remote. Use remote_exec
11635 instead of system.
d63a86f8 11636
21c38304
JJ
116372003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11638
11639 * gdb.base/float.exp: Add ia64 support.
11640
1bcdb424
CV
116412003-06-12 Corinna Vinschen <vinschen@redhat.com>
11642
11643 * gdb.base/fileio.exp: Run only on remote targets.
11644
6aeb981f
CV
116452003-06-10 Corinna Vinschen <vinschen@redhat.com>
11646
11647 * gdb.base/fileio.c: New file, testing File-I/O.
11648 * gdb.base/fileio.exp: Ditto.
11649
53df362e
RG
116502003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11651
11652 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11653 shared objects after relocation at load time (gdb PR/1132).
11654 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11655 as above, part of the shared object relocation test.
53df362e 11656
ffee1b46
MK
116572003-06-08 Mark Kettenis <kettenis@gnu.org>
11658
b5ca3722
MK
11659 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11660 fully filled history list.
11661 * gdb.base/gdb_history: New file.
11662
03ed860d
MK
11663 * gdb.base/signals.exp: XFAIL "continue to func1" on
11664 i*86-*-freebsd*.
11665
ffee1b46
MK
11666 * gdb.base/attach.exp: When trying to attach to a nonexistent
11667 process, make it possible to specify the PID based on the target,
11668 and do so for *-*-freebsd*.
11669
d80dbb52
RH
116702003-06-02 Richard Henderson <rth@redhat.com>
11671
11672 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11673
6dd77b81
RH
116742003-06-02 Richard Henderson <rth@redhat.com>
11675
11676 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11677
f6347e16
RH
116782003-06-02 Richard Henderson <rth@redhat.com>
11679
11680 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11681
2c161407
DJ
116822003-06-01 Daniel Jacobowitz <drow@mvista.com>
11683
11684 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11685 of globalvar.
11686
572eb746
MK
116872003-06-01 Mark Kettenis <kettenis@gnu.org>
11688
11689 * gdb.asm/asm-source.exp: Check for memory read errors in
11690 disassembler test on *BSD too.
11691
9e9617a5
RH
116922003-06-01 Richard Henderson <rth@redhat.com>
11693
11694 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11695 for .frame.
11696 (gdbasm_call): Lose ldgp.
11697 (gdbasm_startup): Add frame information.
11698 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11699
7b34ad4e
MK
117002003-05-31 Mark Kettenis <kettenis@gnu.org>
11701
11702 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11703 i?86-*-*.
11704
10059fdf
MK
117052003-05-30 Mark Kettenis <kettenis@gnu.org>
11706
11707 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11708 FreeBSD.
11709
acf4b816
RH
117102003-05-29 Richard Henderson <rth@redhat.com>
11711
11712 * gdb.asm/alpha.inc: New file.
11713 * gdb.asm/asm-source.exp: Use it.
11714
e9ecd949
JB
117152003-05-29 Jim Blandy <jimb@redhat.com>
11716
11717 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11718 'core.PID'.
11719
e3e5a4f3
JB
117202003-05-22 Jim Blandy <jimb@redhat.com>
11721
11722 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11723 backtrace.
d63a86f8 11724
72fe3d25
DC
117252003-05-20 David Carlton <carlton@math.stanford.edu>
11726
11727 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11728 this time.
11729
58da2eb2
DC
117302003-05-19 David Carlton <carlton@bactrian.org>
11731
11732 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11733 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11734
1fcb5155
DC
117352003-05-19 David Carlton <carlton@bactrian.org>
11736
11737 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11738 namespace tests.
11739 Bump copyright date.
11740 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11741 (main): Call C::D::marker2.
11742 * gdb.c++/namespace1.cc: New file.
11743
85e85163
JJ
117442003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11745
11746 Roland McGrath <roland@redhat.com>
d63a86f8 11747 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
11748 there is no manager thread.
11749
a25fbfec
JJ
117502003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11751
d63a86f8
RM
11752 * gdb.threads/schedlock.exp: Remove assumption that all threads
11753 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
11754 in one of the child threads rather than the main thread.
11755
be375bae
JB
117562003-05-07 Jim Blandy <jimb@redhat.com>
11757
09bf6082
JB
11758 Add support for assembly source testing on the s390x.
11759 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11760 architecture.
11761 * gdb.asm/s390x.inc: New file.
11762
be375bae
JB
11763 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11764 succession of 'if' statements.
11765
00905d52
AC
117662003-05-05 Andrew Cagney <cagney@redhat.com>
11767
11768 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11769
b1e29e33
AC
117702003-05-05 Andrew Cagney <cagney@redhat.com>
11771
11772 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11773 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11774
e33d66ec
EZ
117752003-05-02 Elena Zannoni <ezannoni@redhat.com>
11776
11777 * gdb.base/charset.exp: Update based on new behavior of set/show
11778 charset commands.
11779
2b6fd0d8
AC
117802003-05-01 Andrew Cagney <cagney@redhat.com>
11781
11782 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11783 variable do not give memory errors.
11784
130cacce
AF
117852003-04-30 Adam Fedor <fedor@gnu.org>
11786
11787 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11788 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11789 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11790 gdb.objc/basicclass.m: : New files
11791
11792 * lib/gdb.exp (gdb_compile_objc): New procedure.
11793
bea71854
DJ
117942003-04-27 Daniel Jacobowitz <drow@mvista.com>
11795
11796 * gdb.base/signals.exp: Make backtrace tests more specific.
11797
0f20eeea
DC
117982003-04-23 David Carlton <carlton@bactrian.org>
11799
11800 * gdb.c++/maint.exp (test_first_component): Add tests for
11801 'operator' in more locations.
11802
c8c4d8dc
KB
118032003-04-16 Kevin Buettner <kevinb@redhat.com>
11804
11805 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11806
3fe60e3c
EZ
118072003-04-16 Elena Zannoni <ezannoni@redhat.com>
11808
11809 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 11810 func marke' instead. Update test name.
3fe60e3c 11811
9219021c
DC
118122003-04-15 David Carlton <carlton@math.stanford.edu>
11813
11814 * gdb.c++/maint.exp: New file.
11815
5dd55bdd
EZ
118162003-04-14 Elena Zannoni <ezannoni@redhat.com>
11817
11818 * gdb.threads/schedlock.c: Change type of thread function argument
11819 to long, to avoid warnings on 64-bit platforms.
11820
00890572
EZ
118212003-04-14 Elena Zannoni <ezannoni@redhat.com>
11822
a9c64011
AS
11823 * gdb.base/attach.exp: Add new message from ptrace in case of
11824 attaching to nonexistent process.
d63a86f8 11825
93201743
JB
118262003-04-11 Jim Blandy <jimb@redhat.com>
11827
11828 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11829 gdb.c++/userdef.cc: Place comments on the lines to which the
11830 marker function might return.
11831 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11832 gdb.c++/userdef.exp: Look for those comments to check that we've
11833 returned to the right place, instead of checking line numbers.
11834
2a11c64d
EZ
118352003-04-11 Elena Zannoni <ezannoni@redhat.com>
11836
a9c64011
AS
11837 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11838 match on sourcefile name, instead of directory name.
2a11c64d 11839
68ab8fc5
EZ
118402003-04-10 Elena Zannoni <ezannoni@redhat.com>
11841
d63a86f8 11842 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
11843 working directory name.
11844
5624293a
JB
118452003-04-09 Jim Blandy <jimb@redhat.com>
11846
11847 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11848 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11849 after an inferior function call, report the failure, but allow the
11850 test to continue.
11851
f1f02ee4
SC
118522003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11853
11854 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11855 with -DPROTOTYPES.
11856
6eb79af0
SC
118572003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11858
11859 * gdb.base/break.exp: Revert last patch.
11860
8dfb4cf0
SC
118612003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11862
11863 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11864 with -DPROTOTYPES.
11865
ed4c619a
AC
118662003-04-02 Andrew Cagney <cagney@redhat.com>
11867
11868 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11869 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11870 matching directories by the name breakpoint.
11871 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11872 Make "continue to marker1" consistent.
11873 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11874 message consistent.
11875 * lib/gdb.exp: Put "the program is no longer running", and "the
11876 program exited" in parenthesis.
11877 * lib/mi-support.exp: Ditto.
d63a86f8 11878
4e35d5f0 118792003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 11880
4e35d5f0
BR
11881 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11882
71900fe8
AC
118832003-03-29 Andrew Cagney <cagney@redhat.com>
11884
11885 * gdb.base/sizeof.c (main): Print the value of '\377'.
11886 * gdb.base/sizeof.exp: Check the sign of '\377'.
11887
c0655a16
MC
118882003-03-27 Michael Chastain <mec@shout.net>
11889
11890 * gdb.base/gdb1090.exp: New file.
11891 * gdb.base/gdb1090.cc: New file.
11892
5b2a3989
JB
118932003-03-27 J. Brobecker <brobecker@gnat.com>
11894
11895 * gdb.gdb/observer.exp: New regression test.
11896
79876890
MC
118972003-03-27 Michael Chastain <mec@shout.net>
11898
11899 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11900 * gdb.base/ptype.exp: Likewise.
11901
6eac95e3
CV
119022003-03-27 Corinna Vinschen <vinschen@redhat.com>
11903
11904 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11905
e8c71839
MC
119062003-03-26 Michael Chastain <mec@shout.net>
11907
11908 * gdb.base/ptype.exp: Actually use some typedef'd types.
11909
71b10041
SC
119102003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11911
11912 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11913 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11914
2512cf80
CV
119152003-03-20 Corinna Vinschen <vinschen@redhat.com>
11916
11917 * gdb.base/default.exp: Fix regular expression.
11918
0d195a4f
CV
119192003-03-20 Corinna Vinschen <vinschen@redhat.com>
11920
11921 * gdb.base/args.exp: Fix regular expression.
11922
8a2dbca8
CV
119232003-03-20 Corinna Vinschen <vinschen@redhat.com>
11924
11925 * gdb.base/help.exp: Allow Win32 child process.
11926
bf028682
CV
119272003-03-20 Corinna Vinschen <vinschen@redhat.com>
11928
11929 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
11930 when stepping out of main().
11931
182dbe85
CV
119322003-03-20 Corinna Vinschen <vinschen@redhat.com>
11933
11934 * gdb.base/default.exp: Check for win32 specific message when calling
11935 "run" without executable.
11936
d67a6ba5
CV
119372003-03-20 Corinna Vinschen <vinschen@redhat.com>
11938
11939 * gdb.base/args.exp: Expect .exe in output.
11940
a955b5bb
CV
119412003-03-20 Corinna Vinschen <vinschen@redhat.com>
11942
11943 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
11944 Cygwin native.
11945
bf6bad4b
AC
119462003-03-17 Andrew Cagney <cagney@redhat.com>
11947
11948 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
11949 vector registes.
11950 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
11951 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
11952
293e9a31
DC
119532003-03-17 David Carlton <carlton@math.stanford.edu>
11954
11955 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
11956 test, for PR breakpoints/38.
11957 Call test_watchpoint_and_breakpoint.
11958 * gdb.base/watchpoint.c (func3): New function.
11959 (main): Call func3.
11960
5330f2db
DC
119612003-03-04 David Carlton <carlton@math.stanford.edu>
11962
11963 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
11964 Garply<Garply<char> >:: garply".
11965 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
11966 with respect to PR c++/1111; note also PR c++/1113.
11967 (test_template_breakpoints): KFAIL "constructor breakpoint" with
11968 respect to PR c++/1062.
11969 KFAIL "destructor breakpoint" with respect to PR c++/1112.
11970
6ece72da
DC
119712003-03-03 David Carlton <carlton@math.stanford.edu>
11972
11973 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
11974 with respect to PR c++/57.
11975 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
11976 c++/826.
11977 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
11978 respect to PR c++/57.
11979
85ca1584
DC
119802003-03-03 David Carlton <carlton@math.stanford.edu>
11981
11982 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
11983 respect to PR c++/33 into FAILs.
11984
98e9c5b8
MC
119852003-03-03 Michael Chastain <mec@shout.net>
11986
7bedbf27
MC
11987 * configure.in: Update copyright years.
11988
119892003-03-03 Michael Chastain <mec@shout.net>
11990
11991 * Makefile.in: Update copyright years.
98e9c5b8 11992
f683e100
DC
119932003-02-28 David Carlton <carlton@math.stanford.edu>
11994
11995 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
11996 print class instead of struct and/or superfluous protection
11997 specifiers, as long as the resulting output is equivalent to the
11998 source code.
11999 Delete FIXME from end of messages on tests that don't need
12000 fixing.
12001
a9e0cf2c
DC
120022003-02-28 David Carlton <carlton@math.stanford.edu>
12003
12004 * gdb.c++/templates.exp (do_tests): Allow const in the two
12005 Foo<volatile char *>::foo tests.
12006
e8d359df
MS
120072003-02-27 Michael Snyder <msnyder@redhat.com>
12008
d63a86f8 12009 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
12010 will be consistant.
12011
0b71dc91
DC
120122003-02-26 David Carlton <carlton@math.stanford.edu>
12013
12014 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12015 char *>::foo" test with respect to PR c++/33. Create a new test
12016 which is identical to that one except that it doesn't put the
12017 space between the "char" and the "*"; KFAIL it, too.
12018
dd14ab43
DC
120192003-02-26 David Carlton <carlton@math.stanford.edu>
12020
12021 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12022 template types into either PASSes or KFAILs (corresponding to PR
12023 c++/57). Tweak indentation. Update copyright.
12024
1146c7f1
SC
120252003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12026
12027 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12028
74641dfb
MC
120292003-02-13 Michael Chastain <mec@shout.net>
12030
12031 * gdb.base/exprs.exp: Remove i960 remnants.
12032 * gdb.base/funcargs.exp: Likewise.
12033 * gdb.base/list.exp: Likewise.
12034 * gdb.base/ptype.exp: Likewise.
12035
559cd2d0
DC
120362003-02-14 David Carlton <carlton@math.stanford.edu>
12037
12038 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12039 pEe->D::vg()" from XFAIL to KFAIL.
12040
c4f90d87
JM
120412003-02-13 Jason Molenda (jmolenda@apple.com)
12042
12043 * gdb.base/maint.exp: Update maint print statistics regexp to include
12044 new entries.
12045
cbc4d97c
MC
120462003-02-13 Michael Chastain <mec@shout.net>
12047
12048 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12049
40f235b7
MC
120502003-02-12 Michael Chastain <mec@shout.net>
12051
12052 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12053 * gdb.c++/inherit.exp: Likewise.
12054 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12055 * gdb.c++/templates.exp: Likewise.
12056 * gdb.c++/virtfunc.exp: Likewise.
12057
c56716b0
JM
120582003-02-06 Jason Molenda (jason-cl@molenda.com)
12059
12060 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12061 why the code is written that way.
12062
070afcf8
MC
120632003-02-05 Michael Chastain <mec@shout.net>
12064
12065 * gdb.base/dump.exp: Add missing copyright line.
12066
5d0331e5
JM
120672003-02-05 Jason Molenda (jason-cl@molenda.com)
12068
f7ae6d3e 12069 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
12070 at the beginning so the breakpoint doesn't get set on the loop.
12071
92851186
MC
120722003-02-05 Michael Chastain <mec@shout.net>
12073
12074 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12075 output for configurations with gcc 2.95.3.
12076
cbf1e085
AC
120772003-02-05 Keith Seitz <keiths@redhat.com>
12078 Andrew Cagney <ac131313@redhat.com>
12079
12080 * gdb.mi/mi-cli.exp: New file.
d63a86f8 12081
29518e1e
MC
120822003-02-04 Michael Chastain <mec@shout.net>
12083
12084 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12085 Call perror and then continue.
12086
5af1d5f3
MC
120872003-02-03 Michael Chastain <mec@shout.net>
12088
12089 * gdb.c++/pr-1023.cc: New file.
12090 * gdb.c++/pr-1023.exp: New file.
12091
6b549786
JB
120922003-02-05 Jim Blandy <jimb@redhat.com>
12093
12094 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12095 it's local to foobar. Check for it there, and check that it's not
12096 present in main.
12097 * gdb.c++/local.cc (marker2): New function.
12098 (foobar): Call marker1.
12099 (main): Call marker2 instead of marker1.
12100
67f16606
AC
121012003-02-04 Andrew Cagney <ac131313@redhat.com>
12102
12103 * gdb.disasm/mn10200.exp: Obsolete file.
12104 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12105 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12106 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12107
1c5cb38e
DC
121082003-02-04 David Carlton <carlton@math.stanford.edu>
12109
12110 * gdb.c++/overload.exp: Test intToChar(1).
12111 * gdb.c++/overload.cc (intToChar): New.
12112 (main): Call intToChar.
12113
d1fe6965
DC
121142003-02-03 David Carlton <carlton@math.stanford.edu>
12115
12116 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12117 'might_kfail' arg.
12118 KFAIL some of the continue_to_bp_overloaded calls, according to
12119 PR c++/1025.
12120
9ba61c5d
MC
121212003-02-01 Michael Chastain <mec@shout.net>
12122
12123 * gdb.base/advance.c (marker1): New marker function.
12124 * gdb.base/advance.exp: When the 'advance' command lands on the
12125 return breakpoint, it can legitimately stop on either the
12126 current line or the next line. Accommodate both outcomes.
12127 * gdb.base/until.exp: Likewise.
12128
e7494ffb
AC
121292003-02-02 Andrew Cagney <ac131313@redhat.com>
12130
12131 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12132 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12133 now a list, not a tuple.
12134 * gdb.mi/mi-var-display.exp: Ditto.
12135 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 12136
075559bc
AC
121372003-02-01 Andrew Cagney <ac131313@redhat.com>
12138
12139 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12140 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12141 stack backtraces.
12142 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 12143
2bd4c7b1
MK
121442003-02-01 Mark Kettenis <kettenis@gnu.org>
12145
12146 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12147 gdb.mi/mi1-pthreads.exp: Return instead of calling
12148 gdb_suppress_entire_file.
12149
eabd8992
MS
121502003-02-01 Mark Salter <msalter@redhat.com>
12151
12152 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12153
71469e2f
MS
121542003-01-31 Mark Salter <msalter@redhat.com>
12155
12156 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12157 Support empty arg.
12158
38a94d44
MC
121592003-01-30 Michael Chastain <mec@shout.net>
12160
12161 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12162 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12163 has been fixed in gdb/readline on 2003-01-09.
12164
19ea9e73
MS
121652003-01-29 Michael Snyder <msnyder@redhat.com>
12166
e8d359df
MS
12167 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12168 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
12169 * gdb.base/args.exp: Skip if target does not support args passing.
12170
2307bd6a
DJ
121712003-01-22 Daniel Jacobowitz <drow@mvista.com>
12172
19ea9e73 12173 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
12174 gdb_test. Accept a list of expect arguments as the third
12175 parameter.
12176 (gdb_test): Use it.
12177
f2dd3617
EZ
121782003-01-20 Elena Zannoni <ezannoni@redhat.com>
12179
12180 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12181 allow for different test tree configurations. Update some
12182 tescases accordingly.
12183 * gdb.arch/altivec-regs.exp: Ditto.
12184 * gdb.asm/asm-source.exp: Ditto.
12185 * gdb.base/advance.exp: Ditto.
12186 * gdb.base/display.exp: Ditto.
d63a86f8 12187 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
12188 * gdb.base/mips_pro.exp: Ditto.
12189 * gdb.base/overlays.exp: Ditto.
12190 * gdb.base/relocate.exp: Ditto.
12191 * gdb.base/setshow.exp: Ditto.
12192 * gdb.base/step-line.exp: Ditto.
12193 * gdb.base/step-test.exp: Ditto.
12194 * gdb.base/until.exp: Ditto.
12195 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12196
c71cdefd
DC
121972003-01-17 David Carlton <carlton@math.stanford.edu>
12198
12199 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12200 corresponding to PR c++/945.
12201 Update copyright.
12202
fdba05d7
DC
122032003-01-17 David Carlton <carlton@math.stanford.edu>
12204
12205 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12206 corresponding to PR c++/68.
12207
122082003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
12209
12210 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12211 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12212 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12213
c362c33a
EZ
122142003-01-15 Elena Zannoni <ezannoni@redhat.com>
12215
0fbc361c
EZ
12216 * gdb.base/break.exp: Fix change of default location, because of
12217 removal of until tests.
12218 * gdb.base/help.exp: Update test for new 'until' help message.
12219 Add test for help on 'advance'.
a9c64011 12220 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 12221
dabf8a35
MK
122222003-01-15 Mark Kettenis <kettenis@gnu.org>
12223
12224 * gdb.base/default.exp: Adapt "info float" test for recent changes
12225 to that command. Add test for "info vector".
12226 * gdb.base/float.exp: New file. Add test for "info float" that
12227 resembles the old test in gdb.base/default.exp.
12228
a1769aca
DC
122292003-01-15 David Carlton <carlton@math.stanford.edu>
12230
12231 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12232
82025e13
EZ
122332003-01-15 Elena Zannoni <ezannoni@redhat.com>
12234
12235 * gdb.base/break.exp: Move the tests of until command from here...
12236 * gdb.base/until.exp: ... to here. New file. Add other tests.
12237 * gdb.base/advance.c: New file.
12238 * gdb.base/advance.exp: New file.
12239
8f9ab801
EZ
122402003-01-14 Elena Zannoni <ezannoni@redhat.com>
12241
a9c64011
AS
12242 * gdb.base/args.c: New file.
12243 * gdb.base/args.exp: New file.
8f9ab801 12244
9ae66589
DJ
122452003-01-14 Daniel Jacobowitz <drow@mvista.com>
12246
12247 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12248
8d77e5c3
DJ
122492003-01-14 Daniel Jacobowitz <drow@mvista.com>
12250
12251 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12252
12d2f0a1
DJ
122532003-01-14 Daniel Jacobowitz <drow@mvista.com>
12254
12255 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12256 dates.
12257
6ca37014
DJ
122582003-01-13 Daniel Jacobowitz <drow@mvista.com>
12259
12260 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12261
b0023472
DJ
122622003-01-13 Daniel Jacobowitz <drow@mvista.com>
12263
12264 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12265 (ptype &*"foo").
12266 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12267
607fbc54 122682003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
12269
12270 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12271 * gdb.mi/mi1-console.exp: Likewise.
12272
607fbc54 122732003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
12274
12275 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12276 * gdb.mi/mi1-console.exp: Likewise.
12277
a1fb14a2
DJ
122782003-01-13 Daniel Jacobowitz <drow@mvista.com>
12279
12280 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12281
c4cf40b7
DJ
122822003-01-09 Daniel Jacobowitz <drow@mvista.com>
12283
12284 * gdb.base/detach.exp: New test.
12285
696d5a5b
DJ
122862003-01-09 Daniel Jacobowitz <drow@mvista.com>
12287
12288 * Makefile.in (ALL_SUBDIRS): New variable.
12289 (subdirs, clean, distclean): Use it.
12290 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12291 regenerating Makefile, since it is generated from the top level.
12292 * gdb.asm/Makefile.in: Likewise.
12293 * gdb.base/Makefile.in: Likewise.
12294 * gdb.c++/Makefile.in: Likewise.
12295 * gdb.disasm/Makefile.in: Likewise.
12296 * gdb.java/Makefile.in: Likewise.
12297 * gdb.mi/Makefile.in: Likewise.
12298 * gdb.threads/Makefile.in: Likewise.
12299 * gdb.trace/Makefile.in: Likewise.
12300
754533e4
DC
123012003-01-09 David Carlton <carlton@math.stanford.edu>
12302
12303 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12304 Add copyright year 2003.
12305
d8b3e9ee
MC
123062003-01-06 Michael Chastain <mec@shout.net>
12307
12308 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12309 When selecting a thread, 'line' and 'file' are optional.
12310 * gdb.mi/mi1-pthreads.exp: Likewise.
12311
8e9e0fe6
AS
123122003-01-06 Andreas Schwab <schwab@suse.de>
12313
12314 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12315 failures.
12316
b5ab8ff3
DJ
123172003-01-04 Daniel Jacobowitz <drow@mvista.com>
12318
12319 Fix PR gdb/844
12320 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12321 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12322
12323 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12324 instead of calling gdb_suppress_entire_file.
12325 * gdb.threads/print-threads.exp: Likewise.
12326 * gdb.threads/schedlock.exp: Likewise.
12327
12328 * gdb.threads/killed.exp: Return instead of calling
12329 gdb_suppress_entire_file.
12330 * gdb.threads/linux-dp.exp: Likewise.
12331 * gdb.threads/pthreads.exp: Likewise.
12332
1e698235
DJ
123332003-01-04 Daniel Jacobowitz <drow@mvista.com>
12334
12335 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12336 stabs.
12337 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12338 * gdb.base/whatis.exp: Always allow (void) after function names.
12339
147ff08c
DJ
123402003-01-04 Daniel Jacobowitz <drow@mvista.com>
12341
12342 * gdb.c++/casts.exp: Correct regexp.
12343
dc62bfc2
MK
123442003-01-04 Mark Kettenis <kettenis@gnu.org>
12345
12346 * configure.in: Call AC_CONFIG_HEADER. Don't call
12347 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12348 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12349 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12350 aforementioned directories in the AC_OUPUT call.
12351 * config.hin: New file.
12352 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12353 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12354 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12355 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12356 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12357 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12358 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12359 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12360 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12361 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12362 gdb.threads/configure.in, gdb.threads/configure,
12363 gdb.threads/config.in, gdb.trace/configure.in,
12364 gdb.trace/configure: Removed.
12365
77afa639
MC
123662003-01-03 Michael Chastain <mec@shout.net>
12367
12368 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12369 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12370
7634bb6e
DJ
123712003-01-03 Daniel Jacobowitz <drow@mvista.com>
12372
12373 * gdb.base/store.exp: Fix regular expressions.
12374
b39c905e
MK
123752002-12-28 Mark Kettenis <kettenis@gnu.org>
12376
12377 * configure.in: Rewrite.
12378 * configure: Regenerated.
12379
0a8551dd
DC
123802003-01-03 David Carlton <carlton@math.stanford.edu>
12381
12382 * gdb.base/psymtab.exp: New file.
12383 * gdb.base/psymtab1.c: Ditto.
12384 * gdb.base/psymtab2.c: Ditto.
12385
c60b7188
AF
123862002-12-23 Adam Fedor <fedor@gnu.org>
12387
12388 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12389
ee73db83
DC
123902002-12-23 David Carlton <carlton@math.stanford.edu>
12391
12392 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12393 and current_directory initialization.
12394
d6c1774e
JB
123952002-12-22 Jim Blandy <jimb@redhat.com>
12396
f0a847b8
JB
12397 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12398 rather than as part of the output file name.
12399
d6c1774e
JB
12400 * gdb.base/attach.exp: There's no need to copy the test program to
12401 /tmp; that was only ever necessary on HP/UX, and this test is
12402 entirely disabled there anyway.
12403
f0708dbb
JB
124042002-12-21 Jim Blandy <jimb@redhat.com>
12405
4c2acfea
JB
12406 * gdb.c++/psmang.exp: Doc fix.
12407
f0708dbb
JB
12408 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12409 test.
12410
9579e000
DC
124112002-12-20 David Carlton <carlton@math.stanford.edu>
12412
12413 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12414
d1810171
MC
124152002-12-18 Michael Chastain <mec@shout.net>
12416
12417 * gdb.c++/annota2.exp: Add copyright year 2002.
12418
76565097
DC
124192002-12-17 David Carlton <carlton@math.stanford.edu>
12420
12421 * gdb.c++/try_catch.cc: Add marker comments.
12422 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12423 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12424 * gdb.c++/m-static.cc: Ditto.
12425 * gdb.c++/m-static1.cc: Ditto.
12426 * gdb.c++/try_catch.cc: Ditto.
12427
da81390b
JJ
124282002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12429
12430 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12431 to see whether we are using the new -environment-directory
12432 command which resets via -r or the old version of the command
12433 which may prompt the user. Part of fix for gdb/741.
12434
b304d130
AC
124352002-12-13 Andrew Cagney <ac131313@redhat.com>
12436
12437 * gdb.fortran/types.exp: Update obsolete comment.
12438 * gdb.fortran/exprs.exp: Ditto.
12439 * lib/gdb.exp: Delete obsolete code.
12440 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12441 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12442 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12443 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12444 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12445 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12446 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12447 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12448 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12449 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12450 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12451 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12452 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12453 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12454 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12455 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12456 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12457 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12458 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12459 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12460 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12461 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12462 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12463 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12464 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12465 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12466 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12467 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12468 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12469 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12470 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12471 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12472 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12473 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12474 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12475 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12476 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12477
a23b6e6a
DC
124782002-12-11 David Carlton <carlton@math.stanford.edu>
12479
12480 * gdb.c++/m-data.exp: Add test for members that shadow global
12481 variables: see PR gdb/804.
12482 * gdb.c++/m-data.cc: Ditto.
12483
6604731b
DJ
124842002-12-10 Daniel Jacobowitz <drow@mvista.com>
12485
12486 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12487
de46ecd7
DC
124882002-12-06 David Carlton <carlton@math.stanford.edu>
12489
12490 * gdb.base/store.c: Don't declare functions static.
12491
27e829d0
AC
124922002-12-04 Andrew Cagney <ac131313@redhat.com>
12493
12494 * gdb.base/store.exp, gdb.base/store.c: New files.
12495
92806416
DJ
124962002-12-03 Daniel Jacobowitz <drow@mvista.com>
12497
12498 * gdb.base/selftest.exp: Update for current gdb.
12499
3bcbaac5
DJ
125002002-12-03 Daniel Jacobowitz <drow@mvista.com>
12501
12502 * gdb.base/maint.exp: Only dump symbols from one source file
12503 or objfile.
12504
f4f00b1f
DJ
125052002-12-03 Daniel Jacobowitz <drow@mvista.com>
12506
12507 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12508 function call.
12509
f1c8a949
JB
125102002-11-25 Jim Blandy <jimb@redhat.com>
12511
12512 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12513 function appearing in error message.
12514
9e297a97
DJ
125152002-11-21 Daniel Jacobowitz <drow@mvista.com>
12516
12517 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12518
1f312e79
JJ
125192002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12520
d63a86f8
RM
12521 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12522 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12523 should be in mi console format. This is part of fix for PR gdb/604.
12524
83c31e7d
FN
125252002-09-18 Fernando Nasser <fnasser@redhat.com>
12526
12527 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12528 which explicitly prints the zero offset as "+0".
12529
322b3f65
DJ
125302002-10-22 Daniel Jacobowitz <drow@mvista.com>
12531
12532 * gdb.threads/schedlock.c (args): Make unsigned.
12533
125342002-10-21 Daniel Jacobowitz <drow@mvista.com>
12535
12536 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12537 numbers. Allow "foo2|selected stack frame".
12538 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12539 * gdb.asm/asmsrc2.s: Likewise.
12540 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12541 comments.
12542 * gdb.asm/mips.inc: New file.
12543
5e2fe5b8
AF
125442002-10-18 Adam Fedor <fedor@gnu.org>
12545
12546 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12547 * gdb.base/help.exp: Likewise.
12548
abe1a5d0
KB
125492002-10-17 Kevin Buettner <kevinb@redhat.com>
12550
12551 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12552 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12553
10abb1d4
JB
125542002-10-02 Jim Blandy <jimb@redhat.com>
12555
12556 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12557
1f609b42
AC
125582002-10-01 Andrew Cagney <ac131313@redhat.com>
12559
12560 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12561 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12562 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12563 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12564 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12565 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12566 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12567
0aee02e4
AC
125682002-09-29 Andrew Cagney <ac131313@redhat.com>
12569
12570 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12571 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12572 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12573 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12574 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12575 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12576 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12577
6fde09ad
KB
125782002-09-27 Kevin Buettner <kevinb@redhat.com>
12579
12580 * gdb.base/annota1.exp (info break): Make directory components of
12581 path optional since not all compilers emit this debug information.
12582
12583 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12584 step ends up stepping out of the function instead of stopping on
12585 the epilogue.
12586
9e8aab75
KS
125872002-09-26 Keith Seitz <keiths@redhat.com>
12588
12589 * lib/insight-support.exp (gdbtk_start): Figure out where
12590 the insight executable is based on where gdb is. Use this
12591 executable to start insight instead of gdb.
12592
e36180d7
AC
125932002-09-25 Andrew Cagney <cagney@redhat.com>
12594
12595 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12596
9dd34b2b
AC
125972002-09-24 Andrew Cagney <ac131313@redhat.com>
12598
12599 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12600 test_isolated_complaints.
12601 (test_empty_complaint): New function.
12602 (test_empty_complaints): New function. Check no output when no
12603 complaints.
d63a86f8 12604
dea97812
KB
126052002-09-19 Jim Blandy <jimb@redhat.com>
12606
a9c64011 12607 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12608
54951bd7
AC
126092002-09-19 Andrew Cagney <ac131313@redhat.com>
12610
12611 * gdb.gdb/complaints.exp: New file.
12612
dec43320
AC
126132002-09-18 Andrew Cagney <ac131313@redhat.com>
12614
12615 * gdb.base/maint.exp: Check `help maint internal-warning'.
12616
e70d6e3f
DC
126172002-09-18 David Carlton <carlton@math.stanford.edu>
12618
12619 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12620 numbers, and replace them by a single breakpoint after the
12621 constructors are all finished.
12622 Add test 4.
12623 * gdb.c++/m-static.cc: Add test 4.
12624 * gdb.c++/m-static.h: New file.
12625 * gdb.c++/m-static1.cc: New file.
12626
12627 * gdb.c++/printmethod.exp: New file.
12628 * gdb.c++/printmethod.cc: New file.
12629
12630 * gdb.c++/pr-574.exp: New file.
12631 * gdb.c++/pr-574.cc: New file.
12632
afb5c968
CV
126332002-09-18 Corinna Vinschen <vinschen@redhat.com>
12634
12635 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12636 embedded targets which never actually exit.
12637
31e45dee
FN
126382002-09-18 Fernando Nasser <fnasser@redhat.com>
12639
12640 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12641 "don't step after run" as unresolved or unsupported, instead of xfail.
12642
a283c5a1
CV
126432002-09-18 Corinna Vinschen <vinschen@redhat.com>
12644
12645 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12646 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12647 Add newline to expected string in "step out of main (status wrapper)"
12648 case.
12649
11350d2a
CV
126502002-09-18 Corinna Vinschen <vinschen@redhat.com>
12651
12652 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12653 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12654
0deec7d6
TT
126552002-09-17 Tom Tromey <tromey@redhat.com>
12656
12657 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12658 \000, not \0, in double-quoted string.
12659
b2b4a1b5
CV
126602002-09-14 Corinna Vinschen <vinschen@redhat.com>
12661
c9d37158 12662 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12663 string after running the commands execution on breakpoint tests.
12664
1c56143a
CV
126652002-09-13 Corinna Vinschen <vinschen@redhat.com>
12666
12667 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12668
37f8da45
JB
126692002-09-12 Joel Brobecker <brobecker@gnat.com>
12670
12671 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12672
08b468e0
KS
126732002-09-10 Keith Seitz <keiths@redhat.com>
12674
12675 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12676 runto proc.
12677 (mi_run_to_main): Use mi_runto.
12678 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12679
dc360f58
KS
126802002-09-10 Keith Seitz <keiths@redhat.com>
12681
12682 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12683 regexp for stopping at main. Could have multiple event notifications.
12684 Don't assume that main was declared with no parameters.
12685 (mi_next): Use mi_step_to.
12686 (mi_step): Use mi_next_to.
12687
ce3abcfb
CV
126882002-09-09 Corinna Vinschen <vinschen@redhat.com>
12689
12690 * gdb.base/default.exp: Fix expected string in `info float' test.
12691
d1f5b980
BE
126922002-09-09 Ben Elliston <bje@redhat.com>
12693
12694 * config/mips.exp: Update comments.
12695 * config/mips-idt.exp: Likewise.
12696 * config/nind.exp: Likewise.
12697 * config/slite.exp: Likewise.
12698 * config/sparclet.exp: Likewise.
12699 * config/udi.exp: Likewise.
12700 * config/vx.exp: Likewise.
12701 * config/vxworks29k.exp: Likewise.
12702
2f71430b
JB
127032002-09-05 Jim Blandy <jimb@redhat.com>
12704
12705 * gdb.threads/killed.exp: Fix test failure message.
12706
7ddebc7e
KS
127072002-09-04 Keith Seitz <keiths@redhat.com>
12708
12709 * lib/mi-support.exp: Update copyright.
12710 (mi_gdb_test): Increase the priority of the expected pattern
12711 so that it matches gdb_test.
12712
0ae67eb3
KS
127132002-09-03 Keith Seitz <keiths@redhat.com>
12714
12715 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12716 Use integer comparison instead of string comparison for testing
12717 whether binary was built.
12718
38fc42c8
JB
127192002-09-03 Jim Blandy <jimb@redhat.com>
12720
12721 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12722
b6ff0e81
JB
127232002-08-29 Jim Blandy <jimb@redhat.com>
12724
12725 * gdb.threads/pthreads.exp: Move the portable thread compilation
12726 code into a function in lib/gdb.exp, and call that from here.
12727 * lib/gdb.exp (gdb_compile_pthreads): New function.
12728
07c98896
KS
127292002-08-29 Keith Seitz <keiths@redhat.com>
12730
12731 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12732 expect_out so that callers can get at it.
12733
0312286c
DJ
127342002-08-23 Daniel Jacobowitz <drow@mvista.com>
12735
12736 * gdb.threads/print-threads.c: New file.
12737 * gdb.threads/print-threads.exp: New file.
12738 * gdb.threads/schedlock.c: New file.
12739 * gdb.threads/schedlock.exp: New file.
12740
dd039bc4
EZ
127412002-08-22 Elena Zannoni <ezannoni@redhat.com>
12742
a9c64011
AS
12743 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12744 not altivec.c.
dd039bc4 12745
1f36144c
MK
127462002-08-17 Mark Kettenis <kettenis@gnu.org>
12747
12748 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12749 targets. The problem should be fixed now.
12750
16057ec7 127512002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
12752
12753 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12754 2002-07-24 change that removes final dots from error messages.
12755
3c1499ad
TT
127562002-08-13 Tom Tromey <tromey@redhat.com>
12757
12758 * gdb.base/readline.exp: New file.
12759
a20ce2c3
AC
127602002-08-01 Andrew Cagney <ac131313@redhat.com>
12761
12762 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12763 supress message.
12764
db034ac5
AC
127652002-08-01 Andrew Cagney <cagney@redhat.com>
12766
12767 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12768 CHILL_FOR_TARGET and CHILL_LIB.
12769 * configure.in (configdirs): Remove gdb.chill.
12770 * configure: Regenerate.
12771 * lib/gdb.exp: Obsolete references to chill.
12772 * gdb.fortran/types.exp: Ditto.
12773 * gdb.fortran/exprs.exp: Ditto.
12774
3e000b18
KB
127752002-07-30 Kevin Buettner <kevinb@redhat.com>
12776
12777 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12778 set Irix-specific compile and link flags.
12779
28f4966b
KB
127802002-07-29 Kevin Buettner <kevinb@redhat.com>
12781
12782 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12783 source files. The ``-o'' option doesn't work with the ``-E'' option
12784 when using the Irix compiler.
12785
46c0d5a6
DJ
127862002-07-19 Daniel Jacobowitz <drow@mvista.com>
12787
12788 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12789 Improve support for reusing an exec file. Copy exec file
12790 to target, and run gdbserver on the target instead of on the host.
12791
eecf4bed
JB
127922002-07-18 Jim Blandy <jimb@redhat.com>
12793
0f815cdf
JB
12794 * gdb.base/ending-run.exp: Don't expect to see the program end in
12795 some orderly fashion when we're running on a real stand-alone
12796 board.
12797
eecf4bed
JB
12798 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12799 targets that don't support interrupts.
12800
52d309e4
JB
128012002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12802
12803 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12804 systems.
12805 Move comments in expect statements to inside the actions, so that they
12806 don't get matched against.
12807
ff683d9e
MK
128082002-07-10 Mark Kettenis <kettenis@gnu.org>
12809
12810 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12811 function when asleep" test.
12812
b5356753
AC
128132002-07-10 Andrew Cagney <ac131313@redhat.com>
12814
12815 * gdb.base/page.exp: Rewrite to handle problems with very long
12816 `info set' output. Update copyright.
12817
6aa4d13a
AC
128182002-06-26 Andrew Cagney <ac131313@redhat.com>
12819
12820 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12821 gdb.threads-hp.
12822 * gdb.hp/configure: Regenerate.
12823 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12824 * gdb.hp/gdb.threads-hp/configure: Delete file.
12825 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12826
8cf8c2b8
AC
128272002-06-22 Andrew Cagney <ac131313@redhat.com>
12828
12829 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12830 setlocale, bindtextdomain and textdomain.
12831
6827a8f8
JB
128322002-06-11 Jim Blandy <jimb@redhat.com>
12833
919d772c
JB
12834 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12835 preprocessor macro information is present.
12836
6827a8f8
JB
12837 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12838 tests.
12839
c15b0d21
MS
128402002-06-06 Michael Snyder <msnyder@redhat.com>
12841
c5984d70
MS
12842 * gdb.base/overlays.exp: Record addresses of overlay
12843 functions in TCL variables rather than in GDB variables,
12844 to avoid having GDB convert them to pointers (with loss
12845 of information).
12846
d63a86f8 12847 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 12848 default linker script changes.
c15b0d21
MS
12849 * gdb.base/long_long.exp: Add check for sizeof (long double).
12850
be26fe0d
ML
128512002-06-06 Michal Ludvig <mludvig@suse.cz>
12852
12853 * gdb.asm/asm-source.exp: Add x86-64 target.
12854 * gdb.asm/x86_64.inc: New.
d63a86f8 12855
258093ca 128562002-05-30 Michael Chastain <mec@shout.net>
258093ca 12857
4b3153f1 12858 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
12859 * gdb.c++/m-static.cc: New file.
12860 * gdb.c++/m-static.exp: New file.
12861
241264c6
MS
128622002-05-28 Michael Snyder <msnyder@redhat.com>
12863
12864 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12865 precision.
12866
9bba8c8f 128672002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 12868
4b3153f1 12869 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
12870 * gdb.c++/m-data.cc: New file.
12871 * gdb.c++/m-data.exp: New file.
12872
128732002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 12874
4b3153f1 12875 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 12876 * gdb.c++/try_catch.cc: New file.
d63a86f8 12877 * gdb.c++/try_catch.exp: New file.
9bba8c8f 12878
def1b996
MC
128792002-05-27 Michael Chastain <mec@shout.net>
12880
12881 * gdb.c++/local.exp: Accept more nested types in output.
12882
522ba268
MC
128832002-05-26 Michael Chastain <mec@shout.net>
12884
12885 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12886
277254ba
MS
128872002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12888
12889 * lib/gdb.exp (gdb_wrapper_init): Just because
12890 gdb_wrapper_file exists, this does not mean that the file
12891 should not be rebuilt. That is what gdb_wrapper_initialized
12892 is for.
12893 (default_gdb_init): Reset gdb_wrapper_initialized.
12894
b61a8733
MS
128952002-05-23 Michael Snyder <msnyder@redhat.com>
12896
d63a86f8 12897 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
12898 the precision of the floating point test results.
12899 * gdb.base/call-rt-st.exp: Ditto.
12900
b61a8733
MS
12901 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12902 * gdb.base/call-rt-st.exp: Ditto.
12903
56f6e910
MC
129042002-05-19 Michael Chastain <mec@shout.net>
12905
12906 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12907
ad0b0016
EZ
129082002-05-19 Elena Zannoni <ezannoni@redhat.com>
12909
a9c64011
AS
12910 * configure.in (configdirs): Add gdb.arch.
12911 * configure: Regenerate.
ad0b0016 12912
f617d2b6
JB
129132002-05-17 Jim Blandy <jimb@redhat.com>
12914
12915 * gdb.base/completion.exp: Recognize the more detailed error
12916 messages produced by the macro expander's lexical analyzer.
12917
eac2a696
EZ
129182002-05-14 Elena Zannoni <ezannoni@redhat.com>
12919
a9c64011
AS
12920 * gdb.arch/altivec-abi.c: New file.
12921 * gdb.arch/altivec-abi.exp: New file.
12922 * gdb.arch/altivec-regs.c: New file.
12923 * gdb.arch/altivec-regs.exp: New file.
eac2a696 12924
2fdde8f8
DJ
129252002-05-14 Daniel Jacobowitz <drow@mvista.com>
12926
12927 * gdb.base/maint.exp (maint print type): Update for new type
12928 structure.
d63a86f8 12929
e31f1a7c
EZ
129302002-05-14 Elena Zannoni <ezannoni@redhat.com>
12931
12932 * gdb.arch: New directory.
12933 * gdb.arch/configure.in: New file.
12934 * gdb.arch/configure: New file.
12935 * gdb.arch/Makefile.in: New file.
12936
db589741
CV
129372002-05-13 Corinna Vinschen <vinschen@redhat.com>
12938
12939 * gdb.asm/asm-source.exp: Add v850 as supported target.
12940 * gdb.asm/v850.inc: New file.
12941
8ce2a7dc
DJ
129422002-05-13 Daniel Jacobowitz <drow@mvista.com>
12943
12944 * gdb.c++/annota2.exp (annotate-quit): Add comment.
12945
df763c7f
DJ
129462002-05-12 Daniel Jacobowitz <drow@mvista.com>
12947
12948 * gdb.base/break.exp: Check 'break "marker2"'.
12949
377daeed
MS
129502002-05-10 Michael Snyder <msnyder@redhat.com>
12951
12952 * gdb.base/long_long.exp: Fix typo.
12953
c4b7bc2b
JB
129542002-05-10 Jim Blandy <jimb@redhat.com>
12955
ecac9a4e
JB
12956 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
12957 a bug.
12958
c4b7bc2b
JB
12959 * gdb.base/printcmds.exp (test_integer_literals_rejected):
12960 Recognize more detailed error message produced by the macro
12961 expander's lexical analyzer.
12962 * lib/gdb.exp (test_print_reject): Same.
12963
e71019a1
MK
129642002-05-09 Mark Kettenis <kettenis@gnu.org>
12965
12966 * gdb.c++/method.exp: Fix typo.
12967
fedfc8e6
MS
129682002-05-08 Michael Snyder <msnyder@redhat.com>
12969
166a1957
MS
12970 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
12971 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 12972 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
12973 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
12974 Add iftarget clause for strongarm.
d63a86f8 12975
f1c47eb2
MS
129762002-05-06 Michael Snyder <msnyder@redhat.com>
12977
cb9a9d3e
MS
12978 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
12979 (gdb_continue_to_end): Accept output from status wrapper.
12980 * gdb.base/ending-run.exp: Add case for output from status wrapper.
12981 Clean up fail messages to match pass messages.
12982
f1c47eb2
MS
12983 Enable the "needs_status_wrapper" testsuite feature.
12984 * lib/gdb.exp (gdb_wrapper_init): New procedure.
12985 (gdb_compile): Conditionally call gdb_wrapper_init.
12986 * gdb.base/a2-run.exp: Recognize output from status wrapper.
12987 * gdb.c++/method.exp: Recognize output from status wrapper.
12988
6079c749
BE
129892002-05-06 Ben Elliston <bje@redhat.com>
12990From Graydon Hoare <graydon@redhat.com>
12991
12992 * config/sid.exp: Include support for "rawsid" protocol.
12993
188baff3
JB
129942002-05-03 Jim Blandy <jimb@redhat.com>
12995
12996 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
12997 * gdb.c++/hang3.C: New file.
12998
b9c07f0f
AC
129992002-05-04 Andrew Cagney <ac131313@redhat.com>
13000
13001 * gdb.base/default.exp: Remove obsolete code.
13002 * gdb.c++/misc.exp: Ditto. Update copyright.
13003 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13004 * gdb.base/whatis.exp: Ditto. Update copyright.
13005 * gdb.base/scope.exp: Ditto. Update copyright.
13006 * gdb.base/ptype.exp: Ditto. Update copyright.
13007 * gdb.base/printcmds.exp: Ditto. Update copyright.
13008 * gdb.base/opaque.exp: Ditto. Update copyright.
13009 * gdb.base/list.exp: Ditto.
13010 * gdb.base/funcargs.exp: Ditto. Update copyright.
13011 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13012 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13013 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13014 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13015 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13016 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13017
5c7a0397
MS
130182002-05-02 Michael Snyder <msnyder@redhat.com>
13019
d6dcc264 13020 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
13021 * gdb.base/long_long.exp: Add xscale target.
13022 * gdb.base/default.exp: Add xscale target.
13023
eb7f1c48
JB
130242002-05-01 Jim Blandy <jimb@redhat.com>
13025
13026 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13027 gdb.c++/hang.exp: New test.
13028
a6befae8
FF
130292002-05-01 Fred Fish <fnf@redhat.com>
13030
13031 * gdb.base/completion.exp: Handle completions of "./Make" for
13032 more than one completion possibility, as is the case when we
13033 build and test in the source tree.
13034
0a310277
AG
130352002-04-29 Anthony Green <green@redhat.com>
13036
13037 * gdb.java/jmisc1.exp: New file.
13038 * gdb.java/jmisc2.exp: New file.
13039
6ff9af88
DJ
130402002-04-24 Daniel Jacobowitz <drow@mvista.com>
13041
13042 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13043
96b3d632
EZ
130442002-04-23 Elena Zannoni <ezannoni@redhat.com>
13045
13046 * gdb.base/help.exp: Change 'help status' to allow for target
13047 dependent output differences.
13048
5019bb54
MC
130492002-04-22 Michael Chastain <mec@shout.net>
13050
13051 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13052
a805a116
MC
130532002-04-22 Michael Chastain <mec@shout.net>
13054
13055 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13056
a1706bfd
DM
130572002-04-17 David S. Miller <davem@redhat.com>
13058
13059 * gdb.asm/sparc64.inc: New file.
13060 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13061
a73a20a2
EZ
130622002-04-19 Elena Zannoni <ezannoni@redhat.com>
13063
13064 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13065 instruction file directly into the build tree. Clean up at end of
13066 test.
13067
ba678339
DM
130682002-04-18 David S. Miller <davem@redhat.com>
13069
13070 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13071 handle 64-bit platforms correctly.
13072 * gdb.base/maint.exp: Likewise.
13073
b03399da
KB
130742002-04-18 Kevin Buettner <kevinb@redhat.com>
13075
13076 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13077 ``-fpic'' when compiling files comprising a shared library, but
13078 it does need additional linker flags in order to find shared
13079 libraries at run time.
13080
e2004992
KB
130812002-04-18 Kevin Buettner <kevinb@redhat.com>
13082
13083 * gdb.base/cvexpr.c (use): New function.
13084 (main): Invoke use() on all global variables to prevent
13085 some linkers from deleting these otherwise unused symbols.
13086
d8937120
MC
130872002-04-17 Michael Chastain <mec@shout.net>
13088From David S. Miller <davem@redhat.com>
13089
13090 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13091 handle 64-bit platforms correctly.
13092
ffd61a58
MS
130932002-04-12 Michael Snyder <msnyder@redhat.com>
13094From Jim Blandy <jimb@redhat.com>
a9c64011 13095 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
13096 script can handle this instead.
13097 * gdb.base/bar.c (barx): Same.
13098 * gdb.base/baz.c (bazx): Same.
13099 * gdb.base/grbx.c (grbxx): Same.
13100
13101 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13102 manager doesn't automatically unmap overlays unnecessarily.
13103
6b8426a6
MH
131042002-04-10 Martin M. Hunt <hunt@redhat.com>
13105
13106 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13107 stepping out of main.
13108
34af4875
MC
131092002-04-09 Michael Chastain <mec@shout.net>
13110
13111 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13112 scope so that the nested scope tests will make sense.
13113 * gdb.c++/local.exp: Write patterns that actually work with gcc
13114 (the HP patterns "were never known to work with gcc").
13115 Keep the old aCC patterns too.
13116
2d1676a0
DJ
131172002-04-09 Daniel Jacobowitz <drow@mvista.com>
13118
13119 * gdb.base/attach.exp: Correct target board test.
13120
3a63e3f9
MC
131212002-04-08 Michael Chastain <mec@shout.net>
13122
13123 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13124 in a const method. Add some xfail and fail cases for configurations
13125 that do not emit the "const ...".
13126
f18dabd2
MC
131272002-04-07 Michael Chastain <mec@shout.net>
13128
13129 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13130 Accept "A * const" and "const A * const" as type of "this".
13131 Fix spelling of getFunky throughout. Make messages uniform.
13132
0fcddd82
EZ
131332002-04-07 Elena Zannoni <ezannoni@redhat.com>
13134
a9c64011 13135 Work around for PR gdb/285:
0fcddd82
EZ
13136 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13137
16a8534a
EZ
131382002-04-07 Elena Zannoni <ezannoni@redhat.com>
13139
13140 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13141 instructions file at run time instead of configure time.
13142 Sometimes we run the test in a directory that is not the one we
13143 configured in.
13144 * gdb.asm/configure.in: Delete creation of symlink.
13145 * gdb.asm/configure: Regenerate.
13146
24181d81
JB
131472002-04-05 J. Brobecker <brobecker@gnat.com>
13148
13149 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13150 xfullpath () function.
13151
7cdb7107
DJ
131522002-04-04 Daniel Jacobowitz <drow@mvista.com>
13153
13154 * gdb.asm/Makefile.in: Correct dependencies.
13155
13156 * gdb.asm/powerpc.inc: New file.
13157 * gdb.asm/asm-source.exp: Add PowerPC.
13158 * gdb.asm/configure.in: Likewise.
13159 * gdb.asm/configure: Regenerated.
13160
a7d17088
DJ
131612002-04-04 Daniel Jacobowitz <drow@mvista.com>
13162
13163 * gdb.base/relocate.exp: New file.
13164 * gdb.base/relocate.c: New file.
13165
cd721503
FF
131662002-04-04 Fred Fish <fnf@redhat.com>
13167
13168 * gdb.base/step-test.exp: Update comment regarding stopping in
13169 memcpy/bcopy calls inserted as part of the compiler runtime.
13170
b22ad7a7
MS
131712002-04-04 Michael Snyder <msnyder@redhat.com>
13172
13173 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13174
5f279fa6
DJ
131752002-04-03 Daniel Jacobowitz <drow@mvista.com>
13176
13177 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13178 (gdb_expect): Remove $notransfer hack.
13179
dd0fd3ce
DJ
131802002-04-02 Daniel Jacobowitz <drow@mvista.com>
13181
13182 * gdb.c++/classes.exp ("calling method for small class"): Match
13183 updated register output.
13184
1e50cda1
DJ
131852002-03-30 Daniel Jacobowitz <drow@mvista.com>
13186
13187 Fix PR gdb/452
13188 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13189 when finished. Make gdb_file_cmd send "exec-file" when
13190 appropriate.
13191
24015922
DJ
131922002-03-30 Daniel Jacobowitz <drow@mvista.com>
13193
13194 * gdb.base/attach.exp: Remove extra setup_xfail.
13195
dd7dfd64
MS
131962002-03-26 Michael Snyder <msnyder@redhat.com>
13197
13198 * gdb.base/default.exp: Add tests for dump, append, and restore.
13199 * gdb.base/help.exp: Add tests for dump, append, and restore.
13200 * gdb.base/dump.exp: New file, test dump, append and restore.
13201 * gdb.base/dump.c: New file.
13202
48b2f8d7
MS
132032002-03-27 Michael Snyder <msnyder@redhat.com>
13204
d63a86f8 13205 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
13206 clean-ups in help messages.
13207
05b4d525
FF
132082002-03-26 Fred Fish <fnf@redhat.com>
13209
13210 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13211 have debugging info for those functions and the compiler uses them
13212 internally to copy structs around.
13213
d7679631
FF
132142002-03-26 Fred Fish <fnf@redhat.com>
13215
13216 * gdb.base/list.exp: Revert the change made yesterday and add note
13217 about why we don't list the default lines for remote targets.
13218
523ac3f9
MS
132192002-03-25 Michael Snyder <msnyder@redhat.com>
13220
13221 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13222
754b2b8d
FF
132232002-03-25 Fred Fish <fnf@redhat.com>
13224
13225 * gdb.base/list.exp: This test works on remote targets so remove
13226 the short circuit for remote targets. Update copyright.
13227
33c3e192
FF
132282002-03-25 Fred Fish <fnf@redhat.com>
13229
13230 * gdb.base/attach.exp: Fix logic error that was suppressing this
13231 test for all non hppa*-*-hpux* targets, instead of the hp target.
13232 Move comments closer to the suppression point. Also now need to
13233 check that we are running natively.
13234
d43e73ee
MS
132352002-03-22 Michael Snyder <msnyder@redhat.com>
13236
882c8f02
MS
13237 * gdb.base/default.exp: Add test for gcore. Update copyright.
13238 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 13239
04c12f60
FF
132402002-03-06 Fred Fish <fnf@redhat.com>
13241
13242 * gdb.base/funcargs.c: Remove extraneous ';' character.
13243 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13244
b43df995
MC
132452002-03-04 Michael Chastain <mec@shout.net>
13246
13247 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13248 accommodate gcc v3 function signature.
13249 * gdb.mi/mi0-var-cmd-exp: Ditto.
13250
92362027
AC
132512002-02-24 Andrew Cagney <ac131313@redhat.com>
13252
13253 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13254 ``GNU/Linux'' or ``Linux kernel''
13255 * testsuite/gdb.threads/pthreads.c: Ditto.
13256
258ad32d
MC
132572002-02-24 Michael Chastain <mec@shout.net>
13258
13259 * gdb.threads/pthreads.c (thread1): Add a return statement.
13260 (thread2): Likewise.
13261 (foo): Likewise.
13262
04c3b3d4
MC
132632002-02-23 Michael Chastain <mec@shout.net>
13264
13265 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13266 to placate gcc.
13267
5a2a0a20
MC
132682002-02-23 Michael Chastain <mec@shout.net>
13269
13270 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13271 test "ptype bint". The test passes on all my stabs configurations.
13272
a640f7fc
JB
132732002-02-21 Jim Blandy <jimb@redhat.com>
13274
27924826
JB
13275 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13276 filename at a time, and watch for the ones we want to see.
13277
a640f7fc
JB
13278 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13279 types of pointers to prototyped functions.
13280
edcc8c75
AC
132812002-02-20 Andrew Cagney <ac131313@redhat.com>
13282
13283 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13284 signed, unsigned and straight char.
13285 (padding_char, padding_short, padding_int, padding_long,
13286 padding_long_long, padding_float, padding_double,
13287 padding_long_double): New global variables.
13288 (fill, fill_structs): New functions.
13289
13290 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13291 for correctly sized writes. Update copyright.
13292 (get_valueof): New procedure.
13293 (get_sizeof): Call get_valueof.
13294 (check_valueof): New procedure.
13295 (check_padding): New procedure.
13296
ac57ea44
MC
132972002-02-20 Michael Chastain <mec@shout.net>
13298
13299 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13300 to setup_xfail. Document some of the remaining calls.
13301
7a10c941
MC
133022002-02-18 Michael Chastain <mec@shout.net>
13303
13304 * gdb.c++/userdef.exp: Update copyright year.
13305
fb8acdcc
DJ
133062002-02-18 Daniel Jacobowitz <drow@mvista.com>
13307
13308 * gdb.c++/userdef.exp: Test overloaded operators properly.
13309 Remove xfails.
13310
fda6ae12
MS
133112002-02-14 Michael Snyder <msnyder@redhat.com>
13312
13313 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13314
676a0442
DJ
133152002-02-14 Daniel Jacobowitz <drow@mvista.com>
13316
13317 * gdb.base/a2-run.exp: Check for a remote target properly.
13318 * gdb.base/annota1.exp: Likewise.
13319 * gdb.base/list.exp: Likewise.
13320 * gdb.base/reread.exp: Likewise.
13321 * gdb.base/scope.exp: Likewise.
13322 * gdb.base/shlib-call.exp: Likewise.
13323 * gdb.base/term.exp: Likewise.
13324 * gdb.c++/annota2.exp: Likewise.
13325
78b4f468
RE
133262002-02-13 Richard Earnshaw <rearnsha@arm.com>
13327
13328 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13329
9a81ba51
MC
133302002-02-10 Michael Chastain <mec@shout.net>
13331
13332 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13333 (call_after_alloca): Ditto.
13334
004af6c7
DJ
133352002-02-10 Daniel Jacobowitz <drow@mvista.com>
13336
13337 * gdb.base/ending-run.exp: Guard "cont" test with
13338 gdb_skip_stdio_test.
13339
37225f62
JB
133402002-02-06 Jim Blandy <jimb@redhat.com>
13341
13342 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13343 from here...
13344 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13345 To here. Disable this test on non-HP platforms. Add big comment.
13346
fe6fdd96
MS
133472002-02-04 Michael Snyder <msnyder@redhat.com>
13348
13349 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13350 other than d10v and m32r.
13351
036fad3f
RE
133522002-02-02 Richard Earnshaw <rearnsha@arm.com>
13353
13354 * gdb.base/default.exp: Rewrite test patterns to reduce time
13355 taken to match them.
13356
7148ab62
DJ
133572002-01-30 Daniel Jacobowitz <drow@mvista.com>
13358
13359 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13360 Allow a start function above main.
13361 * gdb.threads/linux-dp.exp: Fix copyright date.
13362
396cc255
DJ
133632002-01-30 Daniel Jacobowitz <drow@mvista.com>
13364
a9c64011
AS
13365 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13366 (check_philosopher_stack): Check for manager thread before checking
13367 for a just-starting thread.
396cc255 13368
f038d31b
DJ
133692002-01-30 Daniel Jacobowitz <drow@mvista.com>
13370
13371 From Neil Booth <neil@daikokuya.demon.co.uk>:
13372 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13373 warnings.
13374
b3ff9d9a
FF
133752002-01-21 Fred Fish <fnf@redhat.com>
13376
13377 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13378 not caller.
13379
39ad761d
JB
133802002-01-21 Jim Blandy <jimb@redhat.com>
13381
13382 * gdb.base/reread.exp: Check that GDB properly re-reads the
13383 executable file when it changes while no inferior is running.
13384
aaf320fa
FF
133852002-01-21 Fred Fish <fnf@redhat.com>
13386
a9c64011
AS
13387 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13388 optionally accept the "shlib events" variation.
aaf320fa 13389
808a31f5
JB
133902002-01-21 Jim Blandy <jimb@redhat.com>
13391
13392 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13393 call `fflush' after every `printf', so that the output is produced
13394 at predictable points, regardless of whatever buffering does (or
13395 doesn't) take place.
13396 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13397 at different points.
13398
4420d5e2
DJ
133992002-01-20 Daniel Jacobowitz <drow@mvista.com>
13400
13401 * gdb.c++/inherit.exp: Update copyright years.
13402 * gdb.c++/method.exp: Likewise.
13403
3e36a0f4
DJ
134042002-01-20 Daniel Jacobowitz <drow@mvista.com>
13405
13406 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13407 artificial methods/arguments.
13408 * gdb.c++/derivation.exp: Likewise.
13409 * gdb.c++/inherit.exp: Likewise.
13410 * gdb.c++/method.exp: Likewise.
13411 * gdb.c++/virtfunc.exp: Likewise.
13412
b4ceaee6
AC
134132002-01-18 Andrew Cagney <ac131313@redhat.com>
13414
13415 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13416 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13417 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13418 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13419 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13420 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13421
ecace851
JB
134222002-01-17 Jim Blandy <jimb@redhat.com>
13423
13424 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13425 anchoring the pattern matching the entry point symbol's name.
13426
375fc983
AC
134272002-01-17 Andrew Cagney <ac131313@redhat.com>
13428
13429 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13430 continue/quit query. Update copyright.
13431
fe6fdd96
MS
134322002-01-14 Michael Snyder <msnyder@redhat.com>
13433
13434 * gdb.base/gcore.exp: Remove extra debugging output.
13435
e017c81f
DJ
134362002-01-13 Daniel Jacobowitz <drow@mvista.com>
13437
13438 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13439 for slightly dubious v2 mangled string.
13440
37ab3bf8
DJ
134412002-01-13 Daniel Jacobowitz <drow@mvista.com>
13442
13443 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13444
1bc05c3a 134452002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13446
1bc05c3a 13447 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13448
1bc05c3a
JM
13449 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13450 constructors.
13451 * gdb.c++/derivation.exp: Likewise.
13452 * gdb.c++/templates.exp: Likewise.
13453 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13454
1bc05c3a
JM
134552002-01-10 Michael Snyder <msnyder@redhat.com>
13456
13457 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13458
a911c360
MS
134592002-01-08 Michael Snyder <msnyder@redhat.com>
13460
13461 * gdb.base/gcore.exp: New test for generate-core-file command.
13462 * gdb.base/gcore.c: Testcase for above.
13463 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13464
ea2119ec
JM
134652002-01-08 Jason Merrill <jason@redhat.com>
13466
13467 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13468
68203136
FF
134692002-01-07 Fred Fish <fnf@redhat.com>
13470
13471 * gdb.c++/overload.exp: Remove unconditional xfails for:
13472 print foo_instance1.overloadargs(1)
13473 print foo_instance1.overloadargs(1, 2)
13474 print foo_instance1.overloadargs(1, 2, 3)
13475 print foo_instance1.overloadargs(1, 2, 3, 4)
13476 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13477 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13478 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13479 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13480 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13481 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13482 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13483 print foo_instance1.overload1arg()
13484 print foo_instance1.overload1arg((char)arg2)
13485 print foo_instance1.overload1arg((signed char)arg3)
13486 print foo_instance1.overload1arg((unsigned char)arg4)
13487 print foo_instance1.overload1arg((int)arg7)
13488 print foo_instance1.overload1arg((unsigned int)arg8)
13489 print foo_instance1.overload1arg((float)arg11)
13490 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13491
21b9b5b1
MS
134922002-01-07 Michael Snyder <msnyder@redhat.com>
13493
13494 * gdb.base/huge.exp: New test. Print a very large target data object.
13495 (skip_huge_test): New test variable. Define if you want to skip this
13496 test. The test reads an 8 megabyte data object from the target, so it
13497 might be very time consuming on remote targets with a slow connection.
13498 * gdb.base/huge.c: New file. Test case for above.
13499
725f922e
FF
135002002-01-07 Fred Fish <fnf@redhat.com>
13501
13502 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13503 g_instance.bfoo, and g_instance.cfoo.
13504
634d57ec
JL
13505Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13506
f286b2c3
JL
13507 * gdb.base/break.c (multi_line_if_conditional): New function.
13508 (multi_ilne_while_conditional): Likewise.
13509 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13510 IF or WHILE condition puts the breakpoint at the start of
13511 the condition.
13512
634d57ec
JL
13513 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13514 hppa*-*-hpux* expected failure.
13515 * gdb.base/structs.exp (do_function_calls): Similarly.
13516
13517 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13518 watchpoints.
13519
9fbfe2dc
AC
135202002-01-06 Andrew Cagney <ac131313@redhat.com>
13521
13522 Fix PR gdb/66.
13523 * gdb.base/structs.exp: Replace skip for a29k with skip for
13524 gdb,cannot_call_functions.
13525 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13526 * gdb.base/callfuncs.exp: Ditto.
13527 * gdb.base/call-rt-st.exp: Ditto.
13528 * gdb.base/call-strs.exp: Ditto.
13529 * gdb.base/callfwmall.exp: Ditto.
13530 * gdb.base/scope.exp: Obsolete xfail a29k.
13531 * gdb.c++/misc.exp: Ditto.
13532 * gdb.c++/cplusfuncs.exp: Ditto.
13533 * gdb.base/ptype.exp: Ditto.
13534 * gdb.base/printcmds.exp: Ditto.
13535 * gdb.base/opaque.exp: Ditto.
13536 * gdb.base/list.exp: Ditto.
13537 * gdb.base/funcargs.exp: Ditto.
13538 * gdb.base/default.exp: Ditto.
13539
8ddad156
MS
135402002-01-04 Michael Snyder <msnyder@redhat.com>
13541
ca4976a6 13542 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13543 * gdb.base/maint.exp: Add tests for maint info sections options.
13544
1b074332
JL
13545Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13546
13547 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13548
7d159115
CV
135492001-12-20 Corinna Vinschen <vinschen@redhat.com>
13550
13551 * gdb.asm/arm.inc: New file.
13552 * gdb.asm/asm-source.exp: Add arm targets.
13553 * gdb.asm/configure.in: Ditto.
13554 * gdb.asm/configure: Recreated from configure.in.
13555
8fb87725
JL
13556Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13557
afabe08c
JL
13558 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13559 with HP's compiler.
13560 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13561 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13562 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13563 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13564
13565 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13566 either HP's compilers or GCC.
13567
db521deb
JL
13568 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13569 a SIGBUS or SIGSEGV.
13570
13571 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13572
13573 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13574 can be compiled with either HP's compiler or GCC.
13575
cfa88ab7
JL
13576 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13577 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13578 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13579
ca344dff
JL
13580 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13581 to match current gdb output. Update due to using auto-solib-limit
13582 for limiting instead of overloading auto-solib-add.
13583 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13584 test program.
13585
3f3c6e55 13586 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13587 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13588 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13589 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13590 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13591 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13592 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13593 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13594 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13595 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13596 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13597 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13598 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13599
8fb87725
JL
13600 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13601 a SIGTRAP to the inferior.
13602
cf599fa7
CV
136032001-12-19 Corinna Vinschen <vinschen@redhat.com>
13604
13605 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13606 Substitute call to target_link by call to gdb_compile.
13607
2cd045cd
JL
13608Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13609
a9c64011
AS
13610 * gdb.base/break.exp: Fix HP specific search string when testing
13611 backtracing in a called function.
2cd045cd 13612
a9c64011
AS
13613 * gdb.base/constvars.exp: Only set lang to C++ if we're
13614 compiling the test with HP's compilers.
13615 * gdb.base/volatile.exp: Similarly.
2cd045cd 13616
99ebe9ac
JB
136172001-12-19 Jim Blandy <jimb@redhat.com>
13618
13619 * gdb.base/printcmds.exp: Expect the null character to be printed
13620 as '\0', and the '\013' to be printed as '\v'.
13621 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13622 * gdb.base/setvar.exp: Same.
13623
b9891b29
JB
136242001-12-17 Jim Blandy <jimb@redhat.com>
13625
0eba65ab
JB
13626 * gdb.base/completion.exp: Rather than completing very long
13627 filenames, which can make the readline library produce output we
13628 don't recognize, cd to the directory first, and then complete
13629 using nice, short relative paths.
13630
6970b5b1
JB
13631 * gdb.base/completion.exp: On some systems, there is, in fact, a
13632 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13633 variables as being in scope. So use `no_var_named_this'
13634 instead of `b'.
6970b5b1 13635
b9891b29
JB
13636 * gdb.base/corefile.exp: Recognize the message saying that GDB
13637 can't find the core file's registers as a failure.
13638
e6ccd35f
JSC
136392001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13640
a9c64011
AS
13641 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13642 test expect string more specific.
e6ccd35f 13643
105ba819
CV
136442001-12-13 Corinna Vinschen <vinschen@redhat.com>
13645
13646 * gdb.asm/asm-source.exp: Add support for xstormy16.
13647 * gdb.asm/configure.in: Ditto.
13648 * gdb.asm/configure: Rebuild.
13649 * gdb.asm/xstormy16.inc: New file.
13650
e9e79dd9
FF
136512001-12-10 Fred Fish <fnf@redhat.com>
13652
13653 * gdb.base/maint.exp: Update to match changes in type dumping code.
13654
347dc97d
JB
136552001-12-10 Jim Blandy <jimb@redhat.com>
13656
13657 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13658 matching the entry point symbol's name at the beginning of the
13659 line.
13660
5178b9d6
DJ
136612001-12-07 Daniel Jacobowitz <drow@mvista.com>
13662
13663 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13664 gdb.c++/inherit.exp, gdb.c++/method.exp,
13665 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13666 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13667 and class layout support.
13668
af890c52
DJ
136692001-12-07 Daniel Jacobowitz <drow@mvista.com>
13670
13671 * gdb.c++/classes.exp: Add test for static member function.
13672 * gdb.c++/misc.cc: Add class with static member function.
13673
7a345fb3
JB
136742001-12-07 Jim Blandy <jimb@redhat.com>
13675
f2e54a80 13676 If GDB says it can't find the struct the function returned, report
8032bf31
JB
13677 those tests as `unsupported'.
13678 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13679 Rewrite subsequent tests to use it.
13680
13681 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
13682 those tests as `unsupported'.
13683 * gdb.base/structs.exp (call_struct_func): New function.
13684 (do_function_calls): Use call_struct_func to call the functions
13685 returning structs.
13686
0bc69509
JB
13687 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13688 whether functions are prototyped or not, so we can't possibly pass
13689 arguments to t_float_values2 properly.
13690
7a345fb3
JB
13691 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13692 value of `timeout' for targets other than the mips*tx39-*.
13693
edb6ede1
MS
136942001-12-06 Michael Snyder <msnyder@redhat.com>
13695
d63a86f8 13696 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
13697 and detect whether the start symbol has a leading underscore.
13698
2d842f13
JB
136992001-12-04 Jim Blandy <jimb@redhat.com>
13700
13701 * gdb.base/completion.exp: Clarify indentation.
13702
68550daf
JB
137032001-12-03 Jim Blandy <jimb@redhat.com>
13704
13705 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13706 variables on the S/390, not `.word'.
13707
cd5195a8
JB
137082001-11-30 Jim Blandy <jimb@redhat.com>
13709
13710 Add assembly-source tests for s390-ibm-linux.
13711 * gdb.asm/s390.inc: New file.
13712 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13713 the S/390 architecture.
a9c64011 13714 * gdb.asm/configure: Regenerated.
cd5195a8 13715
ca9efc90
MS
137162001-11-30 Michael Snyder <msnyder@redhat.com>
13717
13718 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13719 next, info source, info sources, info line, global and static
13720 variables, and static functions.
13721 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13722 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13723 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13724 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13725 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13726 (gdbasm_leave): Restore frame pointer.
13727 (gdbasm_startup): Copy stack set-up from crt0.S.
13728
d0e66976
FN
137292001-11-26 Fernando Nasser <fnasser@redhat.com>
13730
13731 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13732 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13733 to a local (non-static) variable. Copy tstruct.a to a static buffer
13734 and return a pointer to that buffer.
13735 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13736
e2334072
MK
137372001-11-24 Mark Kettenis <kettenis@gnu.org>
13738
13739 * gdb.asm/configure.in: Fix recognition of ix86 target.
13740 * gdb.asm/configure: Regenerate.
13741
756caa3d
MS
137422001-11-21 Michael Snyder <msnyder@redhat.com>
13743
13744 * gdb.asm/sparc.inc: New file.
13745 * gdb.asm/asm-source.exp: Recognize sparc target.
13746 * gdb.asm/configure.in: Recognize sparc target.
13747 * gdb.asm/configure: Regenerate.
d63a86f8 13748
9a4d72d5
MS
137492001-11-21 Michael Snyder <msnyder@redhat.com>
13750
13751 * gdb.asm/m32r.inc: New file.
13752 * gdb.asm/asm-source.exp: Recognize m32r target.
13753 * gdb.asm/configure.in: Recognize m32r target.
13754 * gdb.asm/configure: Regenerate.
13755
a773d1cd
MS
137562001-11-20 Michael Snyder <msnyder@redhat.com>
13757
017ac23d
MS
13758 * gdb.asm/i386.inc: New file.
13759 * gdb.asm/asm-source.exp: Recognize ix86 target.
13760 * gdb.asm/configure.in: Recognize ix86 target.
13761 * gdb.asm/configure: Regenerate.
13762
a773d1cd
MS
13763 * gdb.c++/namespace.exp: Fix quotes in output messages.
13764
bb632afb
MS
137652001-11-14 Michael Snyder <msnyder@redhat.com>
13766
25d559ca 13767 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
13768 qualifier in a type cast expression, to designate an address
13769 in the instruction space (Harvard architecture).
13770
4749e309
MS
137712001-11-13 Michael Snyder <msnyder@redhat.com>
13772
13773 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13774 Tests for expressions using 'const' and 'volatile'.
13775
25050984
CV
137762001-11-13 Corinna Vinschen <vinschen@redhat.com>
13777
13778 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13779
1902c51f
DJ
137802001-11-12 Daniel Jacobowitz <drow@mvista.com>
13781
13782 * lib/mi-support.exp (mi_run_to_helper): Move comments
13783 outside of gdb_expect.
13784
dcf95b47
DJ
137852001-11-11 Daniel Jacobowitz <drow@mvista.com>
13786
13787 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13788 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13789 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13790 mi0_run_to): New functions.
13791 * gdb.mi/mi-simplerun.exp: Use them.
13792 * gdb.mi/mi0-simplerun.exp: Likewise.
13793 * gdb.mi/mi-var-cmd.exp: Likewise.
13794 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 13795
45b074e1
AC
137962001-11-10 Andrew Cagney <ac131313@redhat.com>
13797
13798 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13799 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13800
bf50d346
AC
138012001-11-09 Andrew Cagney <ac131313@redhat.com>
13802
13803 * gdb.base/restore.exp: Include $expected value in restored test
13804 message.
13805
9383332c
AC
138062001-11-09 Andrew Cagney <ac131313@redhat.com>
13807
13808 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13809 implemented.
13810
db62520a
MS
138112001-11-08 Michael Snyder <msnyder@redhat.com>
13812
13813 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13814 Add pass/fail message for stop at breakpoint in call dummy function.
13815
b5703437
MS
138162001-11-07 Michael Snyder <msnyder@redhat.com>
13817
d63a86f8
RM
13818 * gdb.c++/templates.exp (test_template_breakpoints):
13819 If we get an overload menu, but it does not match what
760f6330 13820 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
13821 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13822 making the whitespace optional. Argument for "new" may be
13823 "unsigned" as well as "unsigned int/long".
d63a86f8 13824 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
13825 making the whitespace optional. Also replace "(void) with
13826 "((void|)), making the keyword "void" optional.
d63a86f8 13827 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
13828 making the whitespace optional. Also replace "(void) with
13829 "((void|)), making the keyword "void" optional.
3bf40917
MS
13830 * gdb.base/callfuncs.c (t_float_values): This function must
13831 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 13832 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
13833 can be tested against both cases. Usually one case involves
13834 promotion of float to double, while the other does not.
13835 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
13836 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13837 includes a stack frame for "start".
13838
c8ab4e6d
JB
138392001-11-05 Jim Blandy <jimb@redhat.com>
13840
13841 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13842 pointers are 32 bits long, and that offsets of relocs are always
13843 stored in the data (REL-style), and not in the reloc entry itself
13844 (RELA-style).
13845 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13846 stabs.
13847
3f08ced9
MS
138482001-11-01 Michael Snyder <msnyder@redhat.com>
13849
13850 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13851 and regular expression operators by using quoting.
13852
cbfa24cd
MS
138532001-10-31 Michael Snyder <msnyder@redhat.com>
13854
13855 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13856 depending on what the symbol table contains.
13857 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13858 the output of the ptype command. Similarly, accept both "const &"
13859 and "const&".
13860
aaa68313
CV
138612001-10-31 Corinna Vinschen <vinschen@redhat.com>
13862
13863 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13864 symbol `STORAGE' to allow to choose the storage class of
13865 the local datastructures.
13866 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13867 compiler directive.
13868
91740388
MS
138692001-10-30 Michael Snyder <msnyder@redhat.com>
13870
13871 * gdb.base/jump.exp: Allow it to run for all targets.
13872
1b7c05e7
CV
138732001-10-29 Corinna Vinschen <vinschen@redhat.com>
13874
13875 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13876 with new double_array size.
13877 (main): Change storage class of all local variables to static.
13878 Reduce size of double_array to 9.
13879 * gdb.base/call-ar-st.exp: Increase timeout value.
13880 Change expected output for double array to match new size in
13881 call-ar-st.c.
13882
36a22261
CV
138832001-10-29 Corinna Vinschen <vinschen@redhat.com>
13884
13885 * gdb.base/ending-run.exp: Create identical output when passing
13886 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 13887 Stormy16 target.
36a22261 13888
92b8ae91
MK
138892001-10-28 Mark Kettenis <kettenis@gnu.org>
13890
13891 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13892 that we catch the expected failure under Linux/x86.
13893
cb135b83
OF
138942001-10-29 Orjan Friberg <orjanf@axis.com>
13895
13896 * gdb.base/setvar.exp: Escape curly braces.
13897 * gdb.stabs/weird.exp: Ditto.
13898
6884aa54
DJ
138992001-10-27 Daniel Jacobowitz <drow@mvista.com>
13900
13901 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13902 * gdm.mi/mi0-hack-cli.exp: Likewise.
13903
0398c9aa
AC
139042001-10-25 Andrew Cagney <ac131313@redhat.com>
13905
13906 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13907 messages.
13908
d20bf2e8
AC
139092001-10-21 Andrew Cagney <ac131313@redhat.com>
13910
13911 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13912 checking MI enabled.
13913
03dd63aa
CV
139142001-10-09 Corinna Vinschen <vinschen@redhat.com>
13915
13916 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13917
1d9d99f3
FCE
139182001-10-04 Frank Ch. Eigler <fche@redhat.com>
13919
13920 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13921 if gdb child process crashes, just signal an error.
13922
838ae6c4
JB
139232001-10-02 Jim Blandy <jimb@redhat.com>
13924
13925 * lib/gdb.exp (test_xfail_format): Simplify.
13926
13927 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
13928 front of the variable name `format'. Simplify `if'.
13929
8f0cbc1c
DJ
139302001-10-01 Daniel Jacobowitz <drow@mvista.com>
13931
13932 * gdb.threads/pthreads.exp: Wait for output and delay
13933 before sending ^C.
13934
1f08dafd
DJ
139352001-10-01 Daniel Jacobowitz <drow@mvista.com>
13936
13937 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
13938 some incorrect output instead of timing out.
13939 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
13940
674f90ff
CV
139412001-09-28 Corinna Vinschen <vinschen@redhat.com>
13942
13943 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
13944 check to allow additional `int'.
13945
9b284272
DJ
139462001-09-27 Daniel Jacobowitz <drow@mvista.com>
13947
13948 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
13949 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
13950
b55a4771
MS
139512001-09-27 Michael Snyder <msnyder@redhat.com>
13952
13953 * lib/gdb.exp (test_debug_format): New proc.
13954 (setup_xfail_format): Use new proc test_debug_format.
13955 * gdb.base/constvars.exp (local_compiler_xfail_check): New
13956 proc; use new service proc test_debug_format.
13957 Replace all other "gcc_compiled" tests with this test.
13958 * gdb.base/volatile.exp (local_compiler_xfail_check): New
13959 proc; use new service proc test_debug_format.
13960 Replace all other "gcc_compiled" tests with this test.
13961
139622001-09-27 Michael Snyder <msnyder@redhat.com>
13963
13964 * gdb.base/cvexpr.exp: New file.
13965 * gdb.base/cvexpr.c: New file
13966 Test for expressions using const and volatile keywords.
13967
4e6667ac
CV
139682001-09-26 Corinna Vinschen <vinschen@redhat.com>
13969
13970 * gdb.base/constvars.exp: Check for different orders of keywords
13971 and additional "int" strings in output.
13972
4f337972
AC
139732001-09-22 Andrew Cagney <ac131313@redhat.com>
13974
13975 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
13976 responses from "help maint".
13977
2015650d
FCE
139782001-09-19 Frank Ch. Eigler <fche@redhat.com>
13979
13980 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
13981 to localhost:NNN instead of :NNN, in case Xvfb is listening
13982 only on TCP.
13983
f3bcedc1
CV
139842001-09-19 Corinna Vinschen <vinschen@redhat.com>
13985
13986 * gdb.base/recurse.exp: When checking leaving the watchpoint
13987 scope, recognize when gdb is in function's epilogue and pass.
13988
6b819c92
KS
139892001-09-18 Keith Seitz <keiths@redhat.com>
13990
13991 * lib/insight-support.exp (_gdbtk_export_target_info): Add
13992 support for running tests against sid targets.
13993 (gdbtk_done): Ditto.
13994
a10c9419
CV
139952001-09-18 Corinna Vinschen <vinschen@redhat.com>
13996
13997 * gdb.base/ending-run.c (main): Set stdout buffersize
13998 to the same reasonable value for any target.
13999 * gdb.base/ending-run.exp: Add a regular expression
14000 to make testsuite happy on Sanyo Stormy16 target.
14001
739d0d99
CV
140022001-09-17 Corinna Vinschen <vinschen@redhat.com>
14003
14004 * gdb.base/display.c (do_loops): Add float variable `f'.
14005 Increment f in loop.
14006 * gdb.base/display.exp: Increment timeout by 60 seconds.
14007 Change float display test to use variable `f'.
14008
1b8947f0
JB
140092001-09-17 Jim Blandy <jimb@redhat.com>
14010
14011 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14012 overflowing the limited breakpoint tables on some ROM monitors
14013 (like the ROM68K).
14014
9890ac81
FCE
140152001-09-15 Frank Ch. Eigler <fche@redhat.com>
14016
14017 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14018 the "-ac" (disable access control) flag.
14019
6db765ea
JH
140202001-08-30 Jeff Holcomb <jeffh@redhat.com>
14021
14022 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14023 ints.
14024
4c32cc04
KS
140252001-08-30 Keith Seitz <keiths@redhat.com>
14026
14027 * lib/gdb.exp: Move all insight-related functionality into
14028 separate file.
14029 * lib/insight-support.exp: New file.
14030
8d6e6f81
FCE
140312001-08-29 Frank Ch. Eigler <fche@redhat.com>
14032
14033 * config/sid.exp (sid_start): Never set sid verbosity; disable
14034 expect_background {} that consumed its stdout; tolerate </dev/null.
14035 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14036
6a90e1d0
AC
140372001-08-18 Andrew Cagney <ac131313@redhat.com>
14038
14039 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14040 CLI jump command to start it.
14041 (mi_run_to_main): Fail immediatly when unexpected output.
14042
1759b3c3
AC
140432001-08-18 Andrew Cagney <ac131313@redhat.com>
14044
14045 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14046 beginning of function. Fix PR gdb/191.
14047
61d11d80
FCE
140482001-08-16 Frank Ch. Eigler <fche@redhat.com>
14049
14050 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14051 what to force sid endianness to.
14052
942a4df2
KS
140532001-08-15 Keith Seitz <keiths@redhat.com>
14054
14055 * lib/gdb.exp (gdbtk_start): Don't set environment
14056 variables for TCL_LIBRARY and friends. Insight will
14057 now figure these out for itself.
14058
0521c418
MS
140592001-08-02 Michael Snyder <msnyder@redhat.com>
14060
14061 * gdb.base/completion.exp: Remove the symbol "a64l" from
14062 the expect string; this is target-specific, and not related
14063 to what is being tested.
14064
74a9a58a
DB
140652001-08-02 Dave Brolley <brolley@redhat.com>
14066
14067 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14068
c70819fa
MS
140692001-07-25 Michael Snyder <msnyder@redhat.com>
14070
c2b8fa57
MS
14071 * gdb.base/consecutive.exp: New file. Test stepping over
14072 breakpoints on consecutive instructions.
14073 * gdb.base/consecutive.c: New file.
14074
c70819fa
MS
14075 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14076 curly braces in regular expressions.
14077
2b1a1355
MS
140782001-07-25 Michael Snyder <msnyder@redhat.com>
14079
14080 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14081 legitimate output from stepping out of main.
14082
413eca6f
KS
140832001-07-22 Keith Seitz <keiths@redhat.com>
14084
14085 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14086 the empty string, do not run the tests.
14087
7e5a9322
SC
140882001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14089
14090 * gdb.base/long_long.exp: Detect size of pointer. Take into
14091 account 2-byte pointers when testing for p/a results.
14092
de58f10f
SC
140932001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14094
d63a86f8 14095 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
14096 and defined to 1K for m68hc11.
14097 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14098 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14099 (sizeof_random_data): New variable to tell the size of the data table;
14100 don't test past this size; always run to main.
14101
d6f5fea1
SC
141022001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14103
14104 * gdb.base/return2.exp: return of long long and double fails for
14105 68HC11; don't execute these tests on that platform.
14106 * gdb.base/return.exp: Return of a double fails for 68hc11.
14107
c477543d
SC
141082001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14109
14110 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14111 tests that print a float.
14112 * call-rt-st.exp: Likewise.
14113
63cf1c79
MK
141142001-07-12 Mark Kettenis <kettenis@gnu.org>
14115
14116 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14117 running this test on Linux.
14118
112f9ab5
MC
141192001-06-24 Michael Chastain <chastain@redhat.com>
14120
14121 * gdb.base/arithmet.exp: Remove some tests to make all test names
14122 unique.
14123
4970cb0f
MS
141242001-07-03 Michael Snyder <msnyder@redhat.com>
14125
14126 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14127 the output of the ptype command.
14128
d85da69f
MS
141292001-07-02 Michael Snyder <msnyder@redhat.com>
14130
4c8a82de
MS
14131 * gdb.base/completion.exp: Don't assume that break.c is the only
14132 source file that may contain functions named "marker".
d85da69f
MS
14133 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14134
8afc772b
AC
141352001-06-28 Andrew Cagney <ac131313@redhat.com>
14136
14137 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14138 of files to delete.
14139
14140 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14141 * gdb.disasm/h8300s.exp: New file.
14142 gdb.disasm/h8300s.s: Likewise.
14143
cff22675
AC
141442001-06-27 Andrew Cagney <ac131313@redhat.com>
14145
14146 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14147 empty breakpoint tables.
14148
68c81b54
AC
141492001-06-25 Andrew Cagney <ac131313@redhat.com>
14150
14151 * lib/mi-support.exp: Update args=... part of stop-reason
14152 patterns. Accept either a list or a tuple.
14153
2dd62704
AC
141542001-06-23 Andrew Cagney <ac131313@redhat.com>
14155
14156 * lib/mi-support.exp: Remove local emacs variable defining
14157 change-log-default-name.
14158
b4127474
MC
141592001-06-22 Michael Chastain <chastain@redhat.com>
14160
14161 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14162 This is operationally compatible with the previous version.
14163
8dbfb380
JB
141642001-06-13 Jim Blandy <jimb@redhat.com>
14165
14166 * lib/gdb.exp (gdb_test): Doc fix.
14167
f2d8c86d
MC
141682001-06-10 Michael Chastain <chastain@redhat.com>
14169
14170 * gdb.base/exprs.exp: Remove a duplicate test.
14171
81564d34
JB
141722001-06-06 Jim Blandy <jimb@redhat.com>
14173
14174 * gdb.base/return2.exp (main): Use values to test float and double
14175 returns that are not NaN's, to avoid being confused by IEEE
14176 comparison rules.
14177
da55addb
MS
141782001-06-04 Michael Snyder <msnyder@redhat.com>
14179
14180 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 14181 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
14182 rather than wait for 12 more tests to time out.
14183
42c65987
JB
141842001-06-06 Jim Blandy <jimb@redhat.com>
14185
b18bced9 14186 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 14187 Don't forget to match the GDB prompt.
b18bced9 14188
42c65987
JB
14189 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14190
5b41e5f0
JB
141912001-06-04 Jim Blandy <jimb@redhat.com>
14192
14193 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14194 command.
14195
015e046f
KB
141962001-05-31 Kevin Buettner <kevinb@redhat.com>
14197
14198 * gdb.base/annota1.exp (info break): Match four or more spaces
14199 after "Address".
14200
fb1ffbbe
MC
142012001-05-31 Michael Chastain <chastain@redhat.com>
14202
14203 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14204 (dm_type_int_star): Likewise.
14205 (dm_type_long_star): Likewise.
14206 (dm_type_void_star): Likewise.
14207
5ea2a32c
KB
142082001-05-29 Kevin Buettner <kevinb@redhat.com>
14209
14210 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14211 to a known value in order to get consistent results regardless
14212 of the setting of INPUTRC or the presence or contents of .inputrc.
14213
ae23c492
MS
142142001-05-24 Michael Snyder <msnyder@redhat.com>
14215
ac55707e
MS
14216 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14217 Don't require that the main thread and the manager thread are the
14218 first in the list.
14219
ae23c492
MS
14220 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14221 debugging. If test fails, issue an "unsupported" not a "fail".
14222
400071f1
JB
142232001-05-24 Jim Blandy <jimb@redhat.com>
14224
14225 Don't assume that short is shorter than int.
14226 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14227 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 14228 this isn't true.
400071f1
JB
14229 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14230 an int, is not equal to ~0 stored in an unsigned char. This tests
14231 the same thing that the previous test meant to, but works on
14232 16-bit machines, too.
14233 ("print unsigned char != (~0)"): Same test, complemented.
14234
0816a3e5
MS
142352001-05-24 Michael Snyder <msnyder@redhat.com>
14236
14237 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 14238 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
14239 and prevents dejagnu getting out of step.
14240
f6dc23a9
KB
142412001-05-23 Kevin Buettner <kevinb@redhat.com>
14242
14243 * gdb.base/finish.exp (finish_void): Revise pattern for
14244 stopping on the call statement to not permit stopping at
14245 the start of the instructions comprising the call sequence.
14246
7dbd117d
MC
142472001-05-19 Michael Chastain <chastain@redhat.com>
14248
14249 * gdb.base/callfuncs.exp: Make all test names unique.
14250 * gdb.base/commands.exp: Make all test names unique.
14251 * gdb.base/condbreak.exp: Make all test names unique.
14252 * gdb.base/dbx.exp: Make all test names unique.
14253 * gdb.base/default.exp: Make all test names unique.
14254 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14255 and TIMEOUT messages to their corresponding PASS message.
14256 * gdb.base/ending-run.exp: Make all test names unique.
14257 * gdb.base/long_long.exp: Remove duplicate test.
14258
6b0b0a9e
KB
142592001-05-21 Kevin Buettner <kevinb@redhat.com>
14260
14261 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14262 stop on the call statement as well as the statement after the
14263 call.
14264
2caa35cb
MS
142652001-05-21 Michael Snyder <msnyder@redhat.com>
14266
14267 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14268
40713331
EZ
142692001-05-10 Elena Zannoni <ezannoni@redhat.com>
14270
a9c64011
AS
14271 * gdb.base/completion.exp: Revamp test. Make it execute on all
14272 platforms.
40713331 14273
c2c1be8d
EZ
142742001-05-10 Elena Zannoni <ezannoni@redhat.com>
14275
a9c64011
AS
14276 * config/gdbserver.exp (gdb_load): Handle the case
14277 in which the arguments to gdbserver are given in the
14278 baseboard configuration file.
14279 Also handle the case in which the server needs to do a
14280 load.
2c9cd303 14281
9671de48
KS
142822001-05-07 Keith Seitz <keiths@cygnus.com>
14283
a9c64011
AS
14284 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14285 set up the display for testing.
14286 (gdbtk_start): Convert all paths to paths that tcl will like.
14287 Export target information to environment.
14288 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14289 necessary.
14290 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14291 (to_tcl_path): New proc to convert a given pathname into
14292 a path acceptible as an argument to a tcl command.
14293 (_gdbtk_export_target_info): New proc to export target info
14294 into the environment for gdbtk testing.
14295 (gdbtk_done): New proc to signal end-of-test.
9671de48 14296
5a360f47
JB
142972001-05-06 Jim Blandy <jimb@redhat.com>
14298
14299 * restore.c: Make the code of caller0 correspond to its comment.
14300
66c756c6
MS
143012001-05-03 Michael Snyder <msnyder@redhat.com>
14302
14303 * config/sid.exp (gdb_target_sid): Check for error messages.
14304 On error or timeout, don't make expect exit (which will terminate
14305 all subsequent tests); instead just make gdb exit.
d63a86f8 14306 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
14307 return a negative value.
14308
a966fde5
JB
143092001-04-24 Jim Blandy <jimb@redhat.com>
14310
851c18e0
JB
14311 * gdb.c++/templates.exp: If we see the prompt for the overload
14312 list, but we haven't recognized any of the longer patterns,
14313 arrange for this test to fail, not hang.
14314
a966fde5
JB
14315 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14316 variations.
14317
db144853
MC
143182001-04-22 Michael Chastain <chastain@redhat.com>
14319
14320 * gdb.c++/local.exp: Use the 'runto' library function.
14321 * gdb.c++/namespace.exp: Likewise.
14322 * gdb.c++/overload.exp: Likewise.
14323
3207ec21
KB
143242001-03-26 Kevin Buettner <kevinb@redhat.com>
14325
14326 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14327 * gdb.base/step-line.exp: New file. Test step/next in presence of
14328 #line directives.
14329 * gdb.base/step-line.c: New file. Test program for the above.
14330 * gdb.base/step-line.inp: New file. We pretend that this file has
14331 been transformed by some other tool into step-line.c.
14332
13b57657
JB
143332001-03-21 Jim Blandy <jimb@redhat.com>
14334
14335 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14336 unmangled operator names.
14337
754cbe1c
JB
143382001-03-20 Jim Blandy <jimb@redhat.com>
14339
14340 * gdb.threads/linux-dp.exp: Recognize an additional message
14341 generated by GDB when it doesn't understand how to debug threads
14342 on the target system.
14343
177495c9
AC
143442001-03-19 Andrew Cagney <ac131313@redhat.com>
14345
14346 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14347
f266096b
MC
143482001-03-12 Michael Chastain <chastain@redhat.com>
14349
14350 * gdb.c++/derivation.exp: Use the 'runto' library function.
14351
cac3c2ff
MC
143522001-03-12 Michael Chastain <chastain@redhat.com>
14353
14354 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14355
b6c11a24
MC
143562001-02-24 Michael Chastain <chastain@redhat.com>
14357
14358 * gdb.c++/ref-types.exp: Change handwritten code to library
14359 function 'runto'.
14360
6bae5bce
OF
143612001-03-16 Orjan Friberg <orjanf@axis.com>
14362
14363 * gdb.base/signals.exp: Set count to 0 explicitly.
14364
0015fd9a
MS
143652001-03-15 Mark Salter <msalter@redhat.com>
14366
14367 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14368 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
14369 (gdb_load): Add support for additional target_info: gdb_download_size
14370 and gdb_load_timeout.
0015fd9a 14371
fc33412a
DT
14372Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14373
14374 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14375 file -- to prevent failing when the compile fails but we have no
14376 intention of running the tests anyway.
14377
14378 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14379 tests if set.
14380
14381 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14382 integers.
14383
14384 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14385 * gdb.c++/namespace.exp: Ditto.
14386
115f06de
OF
143872001-03-07 Orjan Friberg <orjanf@axis.com>
14388
14389 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14390 * gdb.base/pointers.exp: Relax pattern match of decimals.
14391
b6ba6518
KB
143922001-03-06 Kevin Buettner <kevinb@redhat.com>
14393
14394 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14395 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14396 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14397 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14398 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14399 config/sh.exp, config/sid.exp, config/slite.exp,
14400 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14401 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14402 config/vxworks.exp, config/vxworks29k.exp,
14403 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14404 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14405 gdb.base/arithmet.exp, gdb.base/assign.exp,
14406 gdb.base/async.exp, gdb.base/attach.exp,
14407 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14408 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14409 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14410 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14411 gdb.base/commands.exp, gdb.base/completion.exp,
14412 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14413 gdb.base/constvars.exp, gdb.base/corefile.exp,
14414 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14415 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14416 gdb.base/ending-run.exp, gdb.base/environ.exp,
14417 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14418 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14419 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14420 gdb.base/funcargs.exp, gdb.base/help.exp,
14421 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14422 gdb.base/logical.exp, gdb.base/long_long.exp,
14423 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14424 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14425 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14426 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14427 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14428 gdb.base/regs.exp, gdb.base/relational.exp,
14429 gdb.base/remote.exp, gdb.base/reread.exp,
14430 gdb.base/restore.exp, gdb.base/return2.exp,
14431 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14432 gdb.base/selftest.exp, gdb.base/setshow.exp,
14433 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14434 gdb.base/sigall.exp, gdb.base/signals.exp,
14435 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14436 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14437 gdb.base/step-test.exp, gdb.base/structs.c,
14438 gdb.base/structs.exp, gdb.base/structs2.exp,
14439 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14440 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14441 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14442 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14443 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14444 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14445 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14446 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14447 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14448 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14449 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14450 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14451 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14452 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14453 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14454 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14455 gdb.trace/circ.exp, gdb.trace/collection.exp,
14456 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14457 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14458 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14459 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14460 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14461 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14462 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14463 notices.
14464
dc96c6c7 144652001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14466
14467 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14468 first arg is int not float.
14469
dc96c6c7 144702001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14471
14472 * gdb.base/reread.exp: Unsupported for non-native targets;
14473 doesn't work for remote debugging.
14474
9b0c4aeb
FN
144752001-02-19 Fernando Nasser <fnasser@redhat.com>
14476
14477 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14478 * gdb.base/ending-run.exp: Properly handle the BSP state when
14479 stepping past the end of main.
9b0c4aeb 14480
02aa71d5
MC
144812001-02-19 John Moore <jmoore@redhat.com>
14482
14483 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14484 Converted HPUX fix for non-expected items following multiple
14485 step commands into general solution for all platforms.
14486
1fa449a4
MC
144872001-02-18 Michael Chastain <chastain@redhat.com>
14488
14489 * gdb.c++/classes.exp (do_tests): Change runto statements
14490 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14491 statements demangler agnostic.
14492 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14493 (gdb_virtfunc_restart): Likewise.
14494
b2f9ec70
MC
144952001-02-14 Michael Chastain <chastain@redhat.com>
14496
14497 * gdb.c++/inherit.exp (do_tests): Change runto statements
14498 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14499 statements demangler agnostic.
14500
cf74b8ca
AC
14501Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14502
14503 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14504 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14505 before calling common_routine 15 times'' tests.
14506
99f78f56
MC
145072001-02-11 Michael Chastain <chastain@redhat.com>
14508
14509 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14510 Helps the test script figure out which demangler is in use.
14511 (dm_type_foo_ref): Ditto.
14512 (dm_type_int_star): Ditto.
14513 (dm_type_long_star): Ditto.
14514 (dm_type_unsigned_int): Ditto.
14515 (dm_type_void): Ditto.
14516 (dm_type_void_star): Ditto.
99707966 14517 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14518 Probe the gdb demangler and set variables to accommodate
14519 formatting differences.
14520 (info_func_regexp): New function. Same as info_func, but
14521 matches against a regexp.
14522 (info_func): Match against a literal string.
14523 (print_addr_2): New function. Match against a literal string,
14524 which can be different from the input to gdb.
14525 (print_addr): Simply call print_addr_2 with the same argument twice.
14526 (test_lookup_operator_functions): Use demangler formatting variables.
14527 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14528 the tests in the same order as the C++ class declaration.
14529 (test_paddr_operator_functions): Ditto.
14530 (test_paddr_overloaded_functions): Ditto.
14531 (test_paddr_hairy_functions): Use demangler formatting variables.
14532 Add reference to gdb/19 for related tests.
14533 (do_tests): Call probe_demangler.
14534
1de8f023
KB
145352001-01-30 Kevin Buettner <kevinb@redhat.com>
14536
14537 * gdb.c++/templates.cc (printf): Remove unused function definition.
14538
ca3f91ed
MS
145392001-01-26 Felix Lee <flee@redhat.com>
14540
14541 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14542
145432001-01-25 matthew green <mrg@redhat.com>
14544
14545 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14546 up sid.
14547 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14548
145492001-01-25 matthew green <mrg@redhat.com>
14550
14551 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14552 Deprecate $sid_spawn_id.
ca3f91ed
MS
14553 (sid_exit): Remove code necessary only for `spawn.'
14554
145552001-01-25 matthew green <mrg@redhat.com>
14556
14557 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14558
fb18ec4a
MC
145592001-01-28 Michael Chastain <chastain@redhat.com>
14560
14561 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14562 to call when tests fail. It takes gdb out of the overloaded
14563 function choice menu back to the main prompt, so that the test
14564 program stays synchronized.
14565 (set_bp_overloaded): New proc to collect all the common
14566 code for setting a breakpoint on an overloaded name. Calls
14567 take_gdb_out_of_choice_menu when needed.
14568 (menu_overload1arg): New variable to collect the repeated
14569 instances of the expected menu for an overloaded name. Change
14570 the regular expression to handle changes in g++ type encoding:
14571 "void" can be either "void" or "", and "unsigned int" can be
14572 either "unsigned int" or "unsigned".
14573 (continue_to_bp_overloaded): Change regular expressions to handle
14574 changes in g++ type encoding.
14575 (no proc): Call take_gdb_out_of_choice_menu when needed.
14576 Remove redundant calls to "info break". Accept either "canceled"
14577 or "cancelled". Change regular expressions in "info break"
14578 calls to handle changes in g++ type encoding. Give all tests
14579 unique strings.
14580
9c646a6e
BE
145812001-01-17 Ben Elliston <bje@redhat.com>
14582
14583 * config/sid.exp: New file.
14584
9549d9c1
AC
14585Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14586
14587 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14588
dc96c6c7 145892000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14590
14591 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14592 Add a RE to accept a non-ascii char if one is ever presented.
14593
b4df4f68
FN
145942000-12-20 Fernando Nasser <fnasser@redhat.com>
14595
297dd0fd 14596 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14597
dc96c6c7 145982000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14599
d63a86f8 14600 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14601 in regexp. One '\' does not suffice on Linux.
14602
4a7bddb6
MC
146032000-12-09 Michael Chastain <chastain@redhat.com>
14604
14605 * gdb.base/break.exp (test_clear_command): Use a marker function
14606 rather than 'main' for the test function. Also move this
14607 test to an execution point where the marker function names are
14608 guaranteed to be bound to functions. (Executing tests after a
14609 'finish' from main runs into name conflicts with local names
14610 in __libc_start_main).
14611
dc96c6c7 146122000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14613
14614 * gdb.base/finish.exp: New test for gdb's "finish" command.
14615 * gdb.base/return2.exp: New test for gdb's "return" command.
14616 * gdb.base/return2.c: New source file for above.
14617
dc96c6c7 146182000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14619
14620 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14621 * gdb.base/miscexprs.exp: Ditto.
14622 * gdb.base/pointers.exp: Ditto.
14623 * gdb.c++/derivation.exp: Ditto.
14624 * gdb.c++/local.exp: Ditto.
14625 * gdb.c++/namespace.exp: Ditto.
14626 * gdb.c++/overload.exp: Ditto.
14627 * gdb.c++/ref-types.exp: Ditto.
14628
dc96c6c7 146292000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14630
14631 * gdb.base/constvars.exp: Test result of "up" command.
14632 * gdb.base/miscexprs.exp: Ditto.
14633 * gdb.base/pointers.exp: Ditto.
14634 * gdb.base/scope.exp: Ditto.
14635 * gdb.c++/derivation.exp: Ditto.
14636 * gdb.c++/local.exp: Ditto.
14637 * gdb.c++/namespace.exp: Ditto.
14638 * gdb.c++/overload.exp: Ditto.
14639 * gdb.c++/ref-types.exp: Ditto.
14640
44097287
FN
146412000-11-22 Michael Chastain <chastain@redhat.com>
14642
14643 * mips_pro.exp: Accept either "middle -> top -> main" or
14644 "middle -> main" in the backtrace, because gcc can optimize
14645 tail calls to jumps. Remove setup_xfail for the hppa case.
14646 Add a comment with the original warning messages from PR 3016,
14647 which was filed in 1993, to preserve them for posterity.
14648
9d2e1bab
ND
146492000-11-17 Nick Duffek <nsd@redhat.com>
14650
14651 * lib/gdb.exp (gdb_test): Override timeout with board info.
14652
1aca8eb7
ND
146532000-11-17 Nick Duffek <nsd@redhat.com>
14654
14655 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14656 the second kill and detach messages.
14657
93076499
ND
146582000-11-17 Nick Duffek <nsd@redhat.com>
14659
14660 * configure.in: Add AC_EXEEXT.
14661 * configure: Regenerate.
14662 * Makefile.in (just-check): Export EXEEXT.
14663 * lib/gdb.exp ($EXEEXT): Import from environment.
14664 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14665 expect "maint dump-me" on Cygwin.
14666 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14667 $EXEEXT.
14668
30e87cd3
ND
146692000-11-17 Nick Duffek <nsd@redhat.com>
14670
14671 * gdb.base/break.exp: Test backtrace and finish from called
14672 function on all platforms, not just HP-UX.
14673
dc96c6c7 146742000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
14675
14676 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14677 code from gdb_target_monitor, so it can be used independantly
14678 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 14679
dc96c6c7 146802000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
14681
14682 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14683 * gdb.base/corefile.exp: Expect the message "Program is being
14684 debugged already" when we send the "corefile" command, since
14685 the preceeding gdb_load may have connected gdb to a remote target.
14686 * gdb.base/display.exp: Disable hardware watchpoints if new
14687 board info variable "no_hardware_watchpoints" is true.
14688 Replace single-letter commands with more readable ones.
14689 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14690 if new board info variable "no_hardware_watchpoints" is true.
14691 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14692 to see if stdio (printf) testing is possible.
14693 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14694 board info variable "no_hardware_watchpoints" is true. Use new
14695 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14696
39124dea
FN
146972000-11-13 Fernando Nasser <fnasser@redhat.com>
14698
14699 From Orjan Friberg <orjanf@axis.com>:
14700 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14701 in array print pattern match.
14702
a9e2e984
FN
147032000-11-09 Fernando Nasser <fnasser@redhat.com>
14704
14705 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14706 spelling "cancelled" to U.S. spelling "canceled" to match changes
14707 made to gdb.
14708 * gdb.c++/ovldbreak.exp: Ditto.
14709
c7db355b
PS
147102000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14711
14712 * gdb.base/callfuncs.c (main): Moved to end of file, call
14713 t_double_values to initialize the FPU before inferior calls are made.
14714 * gdb.base/callfuncs.exp: Test for register preservation after calling
14715 inferior functions. Add tests for continuining, finishing and
14716 returning from a stop in a call dummy.
14717
dc96c6c7 147182000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
14719
14720 * gdb.base/commands.exp: Break up long lines, and re-indent.
14721
dc96c6c7 147222000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
14723
14724 * config/gdbserver.exp: Rewritten from the ground up, to make it
14725 compatible with the current dejagnu tree, and to make it work with
14726 the new "gdbserver" in libremote.
14727
dc96c6c7 147282000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14729
14730 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14731 * gdb.base/varargs.exp: Skip entire test if no printf support.
14732 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14733 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14734
dc96c6c7 147352000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14736
14737 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14738 no floating point support.
14739 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14740 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14741 * gdb.base/call-rt-st.exp: Ditto.
14742 * gdb.base/call-strs.exp: Ditto.
14743
bac5fc66
JG
147442000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14745
14746 * gdb.base/sizeof.c: include <stdio.h>.
14747
14748 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
14749 'finish', otherwise uncaptured gdb_prompt would potentially
14750 throw remaining test points out of sync.
bac5fc66 14751
b22a6027
SB
147522000-07-26 Scott Bambrough <scottb@netwinder.org>
14753
14754 * gdb.base/recurse.exp: Run tests for all targets.
14755 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14756 gnu-oldld case on ARM.
14757 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14758 for ARM targets.
d63a86f8 14759
d8231941
AG
14760Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14761
14762 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14763 * gdb.java/configure: Rebuild.
14764
8caabe69
AG
14765Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14766
14767 * gdb.java/jv-exp.exp: New file.
14768
9d273ca3
AG
14769Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14770
14771 * configure: Rebuilt.
14772 * configure.in (configdirs): Add gdb.java.
14773 * gdb.java/jmisc.java: New file.
14774 * gdb.java/jmisc.exp: New file.
14775 * gdb.java/Makefile.in: New file.
14776 * gdb.java/configure: Rebuilt.
14777 * gdb.java/configure.in: New file.
14778 * lib/java.exp: New file.
14779
4f823a66
AC
14780Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14781
14782 * gdb.base/exprs.exp: Test casts to a pointer including over and
14783 underflow.
14784
2391e11d
AC
14785Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14786
14787 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14788 and the compilers sizes.
14789
54602222
ND
147902000-07-09 Nick Duffek <nsd@redhat.com>
14791
14792 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14793 (use_methods): New function.
14794 (main): Call use_methods().
14795 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14796 (do_tests): Call test_method_param_class.
14797
2bec0572
ND
147982000-07-09 Nick Duffek <nsd@redhat.com>
14799
14800 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14801 spelling.
14802 (test_enums): New procedure. Move enum tests from end of script
14803 to here. Set breakpoint on function name instead of line number.
14804 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14805 (enums2): New marker function.
14806 (enums1): New function.
14807 (main): Call enums1(). Move enum tests to enums1().
14808
78492fde
AC
14809Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14810
14811 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14812 compile/link program. Update line numbers.
14813 * gdb.asm/d10v.inc: Define ``startup''.
14814 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 14815
49a2cef8
AC
14816Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14817
14818 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14819
3e6c8688
EZ
148202000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14821
14822 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14823 of 'help maint print' command.
14824
9ff5cbe9
AC
14825Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14826
14827 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14828 they use gdb_expect_list.
14829
17c579bd
AC
14830Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14831
14832 * gdb.base/commands.exp: Use ``set remote
14833 memory-read-packet-size'' instead of ``set endian big'' to test
14834 long commands.
14835
e6d71bf3
DB
148362000-06-03 Daniel Berlin <dan@cgsoftware.com>
14837
14838 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 14839 g++, and stop skipping them.
e6d71bf3
DB
14840
14841 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14842 work under g++.
14843
d63a86f8 14844 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
14845 initialization.
14846
dc96c6c7 148472000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
14848
14849 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14850 the regular expression: accept an (almost) arbitrary sequence of
14851 "frames-invalid" and "breakpoints-invalid" messages both before
14852 and after the "starting" message.
14853
dc96c6c7 148542000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
14855
14856 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 14857
dc96c6c7 148582000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
14859
14860 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14861 Relax the regular expression a little, make it pass on Solaris 8.
14862
8216cda9
KB
148632000-05-12 Kevin Buettner <kevinb@redhat.com>
14864
14865 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 14866 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
14867 Instead, it is permissible for gdb to stop on the line of the
14868 call itself.
14869
1a570b2f
MS
148702000-05-12 Michael Snyder <msnyder@.cygnus.com>
14871
14872 * gdb.base/break.exp (bp on small function, optimized file):
14873 Add a second pass pattern. The behavior differs here between stabs
14874 and dwarf for one-line functions. Stabs preserves two line symbols
14875 (one before the prologue and one after) with the same line number,
14876 but dwarf regards these as duplicates and discards one of them.
14877 Therefore the address after the prologue (where the breakpoint is)
14878 has no exactly matching line symbol, and GDB reports the breakpoint
14879 as if it were in the middle of a line rather than at the beginning.
14880
dc96c6c7 148812000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 14882
d63a86f8 14883 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
14884 rather than "send_gdb" (for consistancy).
14885
7d418785
AC
14886Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14887
14888 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14889 * gdb.c++/templates.cc: Properly check for GCC version number.
14890 * lib/compiler.cc: Likewise
14891
dc96c6c7 148922000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 14893
d63a86f8 14894 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
14895 gdb may not stop at the first line of main, due to code motion.
14896
dc96c6c7 148972000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
14898
14899 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14900 This test depends on parsing the printf output from the target.
14901 Since the sparclet stub doesn't do stdio, this will never work.
14902 * gdb.base/call-rt-st.exp: ditto.
14903 * gdb.base/call-strs: ditto.
14904
dc96c6c7 149052000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
14906
14907 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14908
14909 * gdb.base/ending-run.exp: After connecting to a remote target,
14910 but before running, the target will appear to be in a random
14911 location. Specify both a file and a line for breakpoints.
14912 Also, the function that calls main may be called 'init'
14913 rather than 'start'.
14914
a5a51225
EZ
149152000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14916
14917 * gdb.base/help.exp: Update output for add-symbol-file command.
14918
7930cc7c
FN
149192000-04-10 Fernando Nasser <fnasser@cygnus.com>
14920
14921 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14922 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14923
23e37ab1
C
149242000-04-07 J.T. Conklin <jtc@redback.com>
14925
e93c542c
C
14926 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
14927
23e37ab1
C
14928 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
14929
591b8fa3
PDM
14930Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
14931
14932 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
14933 values that can be represented exactly.
14934 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
14935 above change, and to not check against the directory part of the source
14936 file name.
14937 (step into print_long_arg_list): Likewise.
14938 (print print_small_structs from print_long_arg_list): Likewise.
14939 (print print_long_arg_list): Likewise.
14940
7a495180
EZ
149412000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14942
30b53638 14943 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 14944
beb998c6
AC
14945Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
14946
14947 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
14948
1c689132
DB
149492000-03-25 Daniel Berlin <dan@cgsoftware.com>
14950
14951 * gdb.base/commands.exp (deprecated_command_test): Add test for
14952 deprecate with no arguments.
14953
c1790a9d
JL
149542000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
14955
14956 * gdb.base/break.exp: Add new test for setting breakpoints on
14957 optimized code so we can test breakpoints work even when function
14958 prologues may be optimized away
14959
003ba290
FN
149602000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
14961
14962 From David Whedon <dwhedon@gordian.com>
a9c64011 14963 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 14964
6837a0a2
DB
149652000-03-22 Daniel Berlin <dan@cgsoftware.com>
14966
14967 * gdb.base/help.exp: Added test for new apropos command.
14968
b9593231
KB
149692000-03-21 Kevin Buettner <kevinb@redhat.com>
14970
14971 * gdb.base/pointers.c (usevar): New function.
14972 (main): Make sure that global variables v_int_pointer2, rptr,
14973 and y are all referenced someplace in the program by calling
14974 usevar() on them. [Some linkers delete symbols which are
14975 never referenced. The space remains, but there's no way to
14976 get a (symbolic) handle on the variable from the debugger.]
14977
751a959b
EZ
149782000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14979
14980 * gdb.base/printcmds.c: Add typedeffed arrays.
14981
14982 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
14983 procedure to test arrays that are typedef'd.
14984
73a93a32
JI
149852000-03-13 James Ingham <jingham@leda.cygnus.com>
14986
14987 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 14988 the library directories.
73a93a32 14989
fb40c209
AC
14990Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
14991
14992 * configure.in (configdirs): Add sub directory gdb.mi.
14993 * configure: Re-generate.
14994
14995 * gdb.mi: New directory.
d63a86f8 14996
ee4dd2c9
AC
149972000-02-25 Scott Bambrough <scottb@netwinder.org>
14998
14999 * gdb.base/long_long.exp: Correct test suite failure when printing
15000 a long long value as a double on ARM platforms.
15001
70f0cc22
JB
150022000-02-16 Jim Blandy <jimb@redhat.com>
15003
15004 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15005 default source file is set properly before running this test.
15006
853819b8
EZ
150072000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15008
15009 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15010 gdbtk/library directory, not in gdbtcl2.
15011
dfcd3bfb
JM
150122000-02-04 Jim Blandy <jimb@redhat.com>
15013
15014 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15015 backslash from regexp pattern.
15016
15017 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15018 procedure. Use it to run all the "continue to bp overloaded"
15019 tests. Note that this changes the names of the tests slightly.
15020 If the breakpoint hit message includes a hex PC value, because
15021 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15022 from the real source code, still consider that a pass.
15023
15024 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15025 XFAIL here if the breakpoint message contains a hex address. Note
15026 similar change on 1999-11-02.
15027
15028 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15029
15030 * gdb.base/ptype.exp: Establish a default source file before
15031 calling get_debug_format.
15032
150332000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15034
15035 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15036
8b93c638
JM
150372000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15038
15039 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15040 of successive stepi commands -- while in the prologue we should see
15041 the function entry bracket.
15042
150432000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15044
15045 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15046 reach __change_mode() when stepping through the end of main().
15047
c5394b80
JM
150482000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15049
15050 * gdb.base/default.exp: Fix expected pattern.
15051 * gdb.base/help.exp: Same.
15052
0d06e24b
JM
150532000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15054
15055 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15056 Don't use xfail's because that affects only the following test.
d63a86f8 15057
0d06e24b
JM
15058 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15059 solaris or linux.
15060
15061 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15062
dc96c6c7 150632000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 15064
d63a86f8 15065 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
15066 "A syntax error" rather than "A parse error". Accept both.
15067
150682000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15069
15070 * gdb.base/default.exp: Remove OS dependent string from "target
15071 remote" test.
15072 * gdb.base/help.exp: Same for "help target remote" test.
15073
c3f6f71d
JM
150742000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15075
15076 From Jim Kingdon <kingdon@redhat.com>:
15077
15078 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15079 prompt (cleanup rather than necessity, but still might keep output
15080 from spilling to next test).
15081
150822000-01-02 Fred Fish <fnf@cygnus.com>
15083
15084 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15085 AIX, which defines them in <sys/types.h>.
15086
ed9a39eb 150871999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 15088
ed9a39eb
JM
15089 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15090 float" test.
15091
150921999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 15093
ed9a39eb 15094 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
15095
15096 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15097 outermost frame disallowed".
15098
150991999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15100
15101 * gdb.base/setvar.exp: New tests for setting the value of a struct
15102 with a constant list.
15103
151041999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15105
15106 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15107 require the user to type a cast before setting the value of a struct.
15108
de57eccd
JM
151091999-12-06 Jim Blandy <jimb@cygnus.com>
15110
15111 * gdb.base/default.exp: Expect the new 'info float' command on
15112 all i386 platforms.
15113
15114 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15115 LinuxThreads libraries that don't support debugging.
15116
c2d11a7d
JM
15117Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15118
15119 * gdb.base/remote.c: Fill the buffer with truely random data.
15120 Change the buffer type to ``unsigned char'' to simplify size
15121 arithmetic.
15122
15123 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15124 stub only handles 400-1 byte packets. Verify that the download
15125 worked.
15126
151271999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15128
15129 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15130 tests, using UNRESOLVED for the untested cases. Also, does not wait
15131 for a timeout if the prompt was received before a recognizable pattern.
15132
151331999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15134
15135 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15136
151371999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15138
15139 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15140 watchpoints.
15141
151421999-11-24 Jason Merrill <jason@casey.cygnus.com>
15143
15144 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15145
15146 * gdb.c++/local.exp: Be more flexible in recognizing local class
15147 name mangling. Don't allow horribly truncated method names.
15148 * gdb.c++/derivation.exp: Expect protected inheritance.
15149 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15150 * gdb.c++/virtfunc.exp: Likewise.
15151 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15152 when printing a nested enum.
15153
151541999-11-22 Jim Blandy <jimb@cygnus.com>
15155
15156 * gdb.base/step-test.exp: Properly await GDB's response to setting
15157 a breakpoint on the call to large_struct_by_value.
15158
15159 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15160 just because we have debug info for the `start' function.
15161
151621999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15163
15164 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15165 "Unknown signal" messages, which indicate (on LinuxThreads) that
15166 GDB doesn't know how to debug threads on this system. This is
15167 better than hanging while philosopher 0 dumps chatter into gdb.log.
15168
151691999-11-18 Tom Tromey <tromey@cygnus.com>
15170
15171 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15172
151731999-11-18 Fred Fish <fnf@cygnus.com>
15174
15175 * gdb.base/coremaker2.c: Add sample program for generating
15176 cores that is more self contained than coremaker.c. Eventually
15177 I'll add more code to this and tie it into the testsuite.
15178
4ce44c66
JM
151791999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15180
15181 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15182
151831999-11-10 Jimmy Guo <guo@cup.hp.com>
15184
15185 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15186 from $srcdir/lib/.
15187 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15188 and gdb.c++/.
15189
15190 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15191
d63a86f8 15192 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
15193 'continue with watch' test point.
15194
151951999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15196
15197 Merged from p2linux-990323-branch:
d63a86f8 15198
4ce44c66
JM
15199 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15200
11cf8741
JM
15201Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15202
15203 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15204 {limit,fixed}''. Test ``set download-write-size''.
15205
15206Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15207
15208 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15209 gdb_expect_list.
15210
15211Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15212
15213 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15214
152151999-11-03 Mark Salter <msalter@cygnus.com>
15216
15217 * gdb.base/break.exp: Fix "stub continue" pattern.
15218
152191999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15220
15221 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15222
152231999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15224
15225 * gdb.base/display.exp ("finish"): Add timeout clause.
15226
15227 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15228 plain prompt clause, so this doesn't have to time out in order to
15229 fail.
15230
15231 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15232 breakpoint hit messages include an address.
15233
15234 * gdb.base/display.exp: Don't forget to escape parens in regular
15235 expressions. Unix regexp notatation sucks.
15236
152371999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15238
15239 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15240 order for 'signalled' message.
15241
5c44784c
JM
152421999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15243
15244 From Jimmy Guo <guo@cup.hp.com>:
15245 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15246 * gdb.base/annota1.c: Add code for tests to work with.
15247
152481999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15249
15250 * gdb.base/remote.exp: New test for remote downloading settings.
15251 * gdb.base/remote.c: New file with large .data.
15252
917317f4
JM
152531999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15254
15255 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15256 for LinuxThreads support, merged from the Code Fusion branch.
15257
15258Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15259
15260 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15261 containing exp_continue into a while within an expect. Don't
15262 attempt a start more than three times. Check return value from
15263 gdb_load.
d63a86f8 15264
2df3850c
JM
15265Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15266
15267 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15268 a pass case.
15269
2acceee2
JM
152701999-10-01 Kevin Buettner <kevinb@cygnus.com>
15271
15272 * gdb.base/break.c (main): Added a statement that we can step
15273 off of.
15274 * gdb.base/break.exp: Added tests for setting a breakpoint
15275 at an offset and stepping onto a breakpoint.
15276
152771999-10-01 Fred Fish <fnf@cygnus.com>
15278
d63a86f8 15279 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
15280 gdb output.
15281
c2c6d25f
JM
152821999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15283
15284 * gdb.base/break.exp: Code locations are in hex, don't forget!
15285 (For HP-UX.)
15286
152871999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15288
15289 * condbreak.exp: Use break.c as test program.
15290 * condbreak.c: Remove, redundant with break.c.
15291
152921999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15293
15294 * config/monitor.exp (gdb_target_monitor): Disable X- and
15295 Z-packets if the target needs it.
15296
152971999-09-13 James Ingham <jingham@leda.cygnus.com>
15298
15299 * gdb.c++/overload.exp: Added tests for listing overloaded
15300 functions with function pointers in the arg, explicitly calling
15301 out the version you want.
15302
cff3e48b
JM
153031999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15304
15305 * long_long.exp: Add variations of test cases that work for
15306 targets with 16-bit ints and 32-bit doubles.
15307
d4f3574e
SS
153081999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15309
15310 * break.c (main): Compare a possibly-uninitialized argc with an
15311 unlikely value that fits in 16 bits.
15312
153131999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15314
15315 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15316 0xfeeb, don't want negative numbers if ints are 16 bits.
15317
15318 * lib/gdb.exp (skip_cplus_tests): New proc.
15319 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15320 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15321 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15322 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15323 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15324 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15325 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15326 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15327
15328 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15329
15330Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15331
15332 * gdb.base/corefile.exp (up): Allow a parameter to appear
15333 in the frame that we're going up to.
15334
15335 From Jim Blandy <jimb@cygnus.com>:
15336
15337 * gdb.base/default.exp (info float): Expect some output now.
15338
15339 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15340 returning floating-point values to fail on the x86.
15341 * gdb.base/callfwmall.exp (do_function_calls): Same.
15342
15343 * gdb.base/list.exp (test_listsize): Correct expectations for
15344 listing line 1 with listsize 2. Also, listing a single line
15345 works now, as does listing three lines. [Kevin's note: There
15346 were a number of other cases fixed too where the expectations
15347 differed...]
15348
153491999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15350
15351 * gdb.base/selftest.exp: Add case for when version prints as
15352 constant string instead of char pointer.
15353
104c1213
JM
153541999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15355
15356 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15357 stepping out of main.
15358
15359 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15360 G++ used.
15361
15362 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15363 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15364
15365 * gdb.c++/ovldbreak.exp: Update match string in test that
15366 includes a warning of multiple breakpoints.
15367
153681999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15369
15370 * gdb.base/display.exp: Improve precision of step-after-finish
15371 added yesterday.
15372
15373 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15374 test.
15375
15376 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15377 configs when using G++, not just hppa*.
15378
153791999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15380
15381 * gdb.base/async.c: New file.
15382 * gdb.base/async.exp: New file.
15383
15384Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15385
15386 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15387 PA64.
15388
53a5351d
JM
15389Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15390
104c1213
JM
15391 * gdb.base/display.exp: "finish" can leave us mid-line on many
15392 targets, deal with it. Add a small constant to main, instead of
15393 1000 since main+1000 may not be a valid address in the target.
15394
53a5351d
JM
15395 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15396 on hpux11.
15397
15398 * gdb.base/attach.exp: Handle another hpux11 error message variant
15399 when attaching to a process that does not exist.
15400
154011999-08-19 J.T. Conklin <jtc@redback.com>
15402
15403 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15404 characters in 'continue to 1241' test.
15405
154061999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15407
15408 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15409 stop in print_long_arg_list, define and use a whitespace
15410 variable in print_small_structs test, add an XFAIL for Solaris.
15411 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15412 interested enough to fix.
15413
7be570e7
JM
154141999-08-13 Keith Seitz <keiths@cygnus.com>
15415
15416 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15417 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15418 proc knows about targets other than the natives.
15419 (test_assign): Use "gdb_run_cmd" to "run" the target.
15420 Check that we've actually hit the breakpoint at main.
15421 When we attempt to assign a value to a local variable, check
15422 that the variable is in the current scope, i.e., don't use
15423 a test with an empty result.
15424
15425Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15426
15427 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15428 command.
15429
154301999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15431
15432 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15433 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15434 gdb.compat, gdb.threads-hp.
15435 gdb.hp/configure, gdb.hp/configure.in: New files.
15436 gdb.hp/Makefile.in: Recurse into new subdirs.
15437 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15438 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15439 in object files.
15440 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15441
96baa820
JM
154421999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15443
15444 * gdb.base/display.exp: Help expect by putting a newline in the
15445 funky printf, remove a bogus p/a test.
15446
154471999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15448
15449 * gdb.base/display.exp: Make sure that when we say 'run', we are
15450 connected to the target. This is necessary when running not
15451 natively.
15452
154531999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15454
15455 * gdb.base/step-test.exp: Removed some extraneous messages.
15456
15457 * gdb.base/long_long.exp: Don't run memory examination tests
15458 on little-endian targets (they will need a different set of
15459 results to match).
15460
154611999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15462
15463 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15464 until somebody decides to fix GDB.
15465
15466 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15467 constant as "ULL".
15468 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15469 matches for a couple x/2 commands.
15470
a0b3c4fd
JM
154711999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15472
15473 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15474 by merging in ref-types2 tests.
15475 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15476
15477 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15478 * gdb.c++/Makefile.in: Add standard actions.
15479 (EXECUTABLES): Rename from PROGS, update list.
15480 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15481 from gdb.hp.
15482 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15483 foo and bar locals.
15484 * gdb.c++/anon-union.exp: Fix tests to match.
15485 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15486 expect matches to handle output variations.
15487 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15488 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15489 output, add HP alternatives for new and delete prints.
15490 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15491 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15492 * gdb.c++/demangle.exp: Use $style when reporting failure.
15493 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15494 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15495 match alternatives.
15496 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15497 compilers.
15498 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15499 * gdb.c++/method.exp: Add match alternatives.
15500 * gdb.c++/misc.cc: Add bool types.
15501 * gdb.c++/misc.exp: Add tests for bool types.
15502 * gdb.c++/overload.exp: Add xfails.
15503 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15504 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15505 add some more template parameter tests (only for HP currently).
15506 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15507 * gdb.c++/virtfunc.cc: Add return type and value for main.
15508 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15509 match alternatives.
d63a86f8 15510
a0b3c4fd
JM
155111999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15512
15513 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15514
155151999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15516
15517 * gdb.base/signals.exp: Don't expect getting a backtrace from
15518 within a signal handler to fail on Linux.
15519
155201999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15521
15522 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15523 * lib/gdb.exp: Remove some gratuitious semicolons.
15524 (delete_breakpoints): Increase timeout.
15525 (gdb_expect): Add -notransfer option.
15526 (gdb_test): Use -notransfer option.
15527 (get_compiler_info): Add f77 case.
15528 (get_compiler): New proc, split out from gdb_preprocess, add f77
15529 case.
15530 (gdb_preprocess): Call get_compiler.
15531
15532 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15533 * gdb.base/attach.exp, gdb.base/display.exp,
15534 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15535 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15536 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15537 third arg to gdb_test.
15538 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15539 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15540 HP-UX xfails, add others.
15541 * gdb.base/completion.exp: Reflect name change of self-test.
15542 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15543 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15544 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15545 HP failure number.
15546 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15547 useless HP-UX 10.30 references.
15548 * gdb.base/maint.exp: Loosen matches.
15549 * gdb.base/pointers.c (main): Declare more_code.
15550 * gdb.base/pointers.exp: Match on output of a `next'.
15551 * gdb.base/structs.c: Add prototypes.
15552 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15553 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15554
155551999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15556
15557 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15558 command.
15559
155601999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15561
15562 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15563 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15564
15565 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15566 debug info. Deal with lack of signal hanlder info in stack.
15567
a9c64011 15568 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15569 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15570
5a2468f5
JM
155711999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15572
15573 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15574 gdb.base/foll-vfork.exp: Don't run for crosses.
15575
adf40b2e
JM
15576Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15577
15578 * gdb.base/configure.in: Check for gdbvars.exp instead of
15579 a1-selftest.exp.
15580 * gdb.base/configure: Re-generate.
15581
155821999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15583
15584 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15585 in trying to run first and name is too long.
15586
15587 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15588 pointers2.c and pointers2.exp, respectively.
15589 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15590 doschk happier.
15591
43e526b9
JM
155921999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15593
15594 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15595 callfuncs2.c and callfuncs2.exp.
15596
15597 * gdb.base/list.exp: Remove mistaken xfails.
15598 * gdb.base/list0.h: Add optional prototypes.
15599
9846de1b
JM
15600Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15601
a9c64011 15602 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15603 calling malloc.
a9c64011
AS
15604 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15605 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15606 use.
15607
156081999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15609
15610 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15611 * gdb.base/annota2.cc, annota2.exp: Move from here.
15612 * gdb.c++/annota2.cc, annota2.exp: To here.
15613 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15614
43ff13b4
JM
15615Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15616
15617 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15618 a consistent format.
15619
085dd6e6
JM
156201999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15621
15622 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15623 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15624 HP compilers, also set the globals $true and $false.
15625
15626 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15627 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15628 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15629 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15630 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15631 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15632 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15633 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15634 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15635 whatis.c} Add C++ compatible function definitions and return
15636 types, add includes for library functions.
15637 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15638 * gdb.base/step-test.c (myglob): Rename from glob.
15639 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15640 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15641 files, move here from gdb.hp.
15642 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15643 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15644 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15645 Adjust line numbers in regexps.
15646
15647 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15648 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15649 instead of 0/1.
15650
15651 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15652 foll-vfork.exp: New files, move here from gdb.hp.
15653 * gdb.base/page.exp: New file, test of pagination command.
15654
15655 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15656 recursion test.
15657 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15658
15659 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15660 gdb.base/solib.exp: Fix compiler invocation process.
15661
15662 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15663 HP-UX 11, turn off overload resolution explicitly.
15664 * gdb.base/commands.exp: Set argument list explicitly, add
15665 watchpoint test.
15666 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15667 them work.
15668 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15669 expressions properly.
15670 * gdb.base/corefile.exp: Loosen the match slightly.
15671 * gdb.base/default.exp: Allow "Error accessing memory" message
15672 also.
15673 * gdb.base/display.exp: Skip over x/0 j if PA64.
15674 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15675 * gdb.base/interrupt.exp: Ditto.
15676 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15677 in use.
15678 * gdb.base/list.exp: Add xfails for HP-UX.
15679 * gdb.base/long_long.exp: Refine some of the numeric matches.
15680 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15681 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15682 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15683 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15684 * gdb.base/ptype.exp: Succeed on more varieties of output.
15685 * gdb.base/scope.exp: Add xfails for HP-UX.
15686 * gdb.base/sect-cmd.exp: Add more cases.
15687 * gdb.base/setvar.exp: Add xfails for HP-UX.
15688 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15689 * gdb.base/signals.exp: Match on void symbolically.
15690 * gdb.base/step-test.exp: Add case for PA64.
15691 * gdb.base/term.exp: Add exit and restart.
15692 * gdb.base/twice.exp: Clean up after self.
15693 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15694 * gdb.base/whatis.exp: Allow more ways to pass tests.
15695
15696 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15697 no longer useful.
15698
15699Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15700
15701 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15702 list of patterns.
15703 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15704 print_double_array(double_array)", "continuing to breakpoint
15705 1018", "print print_double_array(array_d)" and "continuing to
15706 1034" tests.
d63a86f8 15707
085dd6e6
JM
157081999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15709
a9c64011 15710 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
15711
157121999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15713
15714 * config/mt-*: Remove, these haven't been used since 1996.
15715
157161999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15717
15718 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15719 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15720 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15721
9e0b60a8
JM
157221999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15723
15724 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15725 simpler match case for the ptype of the big class.
15726
157271999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15728
15729 * gdb.exp: Fix test for gdb_prompt existence.
15730
157311999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15732
15733 * gdb.exp (gdb_test): Add fail after calls to perror.
15734
157351999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15736
15737 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15738
157391999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15740
15741 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15742
0f71a2f6
JM
15743Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15744
15745 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15746 malloc() is linked in.
15747
157481999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15749
15750 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15751 step at end.
15752
15753 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15754
157551999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15756
15757 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15758
cce74817
JM
15759Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15760
15761 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15762 * gdb.base/mips_pro.exp: Likewise.
15763
157641999-06-02 Keith Seitz <keiths@cygnus.com>
15765
15766 * gdb.c++/templates.cc: Change all "new" operators to throw
15767 an exception.
15768 * gdb.c++/cplusfuncs.cc: Likewise.
15769
15770 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15771
15772Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15773
15774 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
15775 * gdb.base/ending-run.exp: When stepping out of main, accept a
15776 step into an arbitrary assembler file.
cce74817 15777
392a587b
JM
157781999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15779
d63a86f8 15780 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 15781 "breakpoint-invalid" to be printed.
d63a86f8 15782 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
15783 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15784 * gdb.base/annota2.cc: Initialize a.x to 0.
15785
9e086581
JM
157861999-05-17 Keith Seitz <keiths@cygnus.com>
15787
15788 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15789 when "skip_float_tests" set.
15790 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15791 "print print_ten_doubles", and "step into print_long_arg_list".
15792 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15793 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15794 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15795 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15796 "skip_float_tests" is set.
15797 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15798 when "skip_float_tests" set.
d63a86f8 15799
cd0fc7c3
SS
158001999-05-06 Keith Seitz <keiths@cygnus.com>
15801
15802 * gdb.base/annota2.cc: Include stdio.h.
15803
15804Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15805
15806 * gdb.base/crossload.exp: Remove, this has been disabled ever
15807 since BFD stopped including all targets, and cross-GDB gets
15808 plenty of testing anyway.
15809 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15810 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15811 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15812 * gdb.base/README: Remove, was doc for this.
15813 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15814 needed.
15815
b83266a0
SS
158161999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15817
15818 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15819 output.
15820
15821 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15822 * gdb.base/annota2.exp: New file. More annotation tests.
15823 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15824 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15825
158261999-04-23 Angela Marie Thomas <angela@cygnus.com>
15827
15828 * config/cfdbug.exp: New file.
15829
7a292a7a
SS
158301999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15831
15832 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15833 Marcus Daniel's and Dale Hawkins's demangler crashes.
15834
15835 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15836 test_lucid_style_demangling, test_arm_style_demangling,
15837 test_hp_style_demangling): Try Tom Tromey's core-dumping
15838 identifier under each demangling style.
15839
158401999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15841
15842 * gdb.c++/demangle.exp: Include the current demangling style
15843 in all test names.
15844 (current_demangling_style): New global variable.
15845 (set_demangling_style, test_demangling_core, test_demangling,
15846 test_demangling_exact): New functions.
15847 (test_gnu_style_demangling, test_lucid_style_demangling,
15848 test_arm_style_demangling, test_hp_style_demangling): Use those,
15849 instead of calling gdb_test and gdb_test_exact directly.
15850 (catch_demangling_errors): New function, which reports errors
15851 signalled by the demangling test functions in an orderly way.
15852 (do_tests): Use catch_demangling_errors.
15853
158541999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15855
15856 * gdb.base/signals.exp (test_handle_all_print): Use () for
15857 grouping in expressions, not {}.
15858
15859 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15860 initialized yet.
15861
158621999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15863
15864 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15865 are listed.
15866
158671999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15868
15869 * gdb.stabs/weird.exp: Test for CC being defined before
15870 looking at its value.
15871
158721999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15873
15874 * gdb.base/call-ar-st.exp: Remove stray '#'.
15875 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15876 "short int" and "long int".
15877 * gdb.c++/overload.cc: Cast the string added in the previous
15878 change, to mollify finicky HP compiler.
15879 * gdb.hp/reg-test.exp (testfile): Fix file name.
15880 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 15881
7a292a7a
SS
15882 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15883 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15884 alternate form of enum ptype.
15885
c906108c
SS
158861999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15887
7a292a7a
SS
15888 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15889 * gdb.hp/*.exp: Change all to run compiler probe only after
15890 passing skip_hp_tests, so as not to waste time on guaranteed
15891 failure.
15892
c906108c
SS
15893 * gdb.c++/overload.cc: Pass string instead of char addr, always
15894 init ccpfoo.
15895 * gdb.c++/templates.cc: Fix syntax error.
15896
7a292a7a
SS
15897Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15898
15899 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 15900 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
15901 command.
15902
159031999-03-18 James Ingham <jingham@cygnus.com>
15904
15905 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15906
15907 * gdb.c++/method.exp: It was testing an uninitialized int on the
15908 stack and assuming it was positive.
15909
15910 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15911
15912 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 15913 keep it from killing the rest of the tests.
7a292a7a
SS
15914 Use gdb_continue_to_end.
15915
15916 * gdb.base/sigall.exp: use gdb_continue_to_end.
15917
15918 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15919
15920 * gdb.base/display.exp: use runto_main, not run.
15921
d63a86f8
RM
15922 * gdb.base/default.exp: Check for the current error message in the
15923 r abbreviation test.
7a292a7a
SS
15924 Add strongarm to the targets that know info float.
15925
d63a86f8 15926 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
15927 run which doesn't work with monitors.
15928
15929 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
15930
15931 * gdb.base/break.exp: use the gdb_continue_to_end proc.
15932
15933 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
15934 program. Traps the case (in Cygmon) when the program never really
15935 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
15936 more places, so I used my name. Sorry Mark...
15937
15938 * config/monitor.exp (gdb_target_monitor): added another
15939 target_info parameter: remotebinarydownload. This will set the
15940 remotebinarydownload flag if this is causing some boards trouble.
15941
159421999-03-18 Mark Salter <msalter@cygnus.com>
15943
15944 * lib/gdb.exp (continue_to_exit): New function.
15945
15946 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
15947 * gdb.base/ending-run.exp: Ditto.
15948 * gdb.base/step-test.exp: Ditto.
15949
159501999-03-16 Stan Shebs <shebs@andros.cygnus.com>
15951
15952 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
15953 (suggested by Art Haas <ahaas@neosoft.com>).
15954
159551999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
15956
15957 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
15958
15959Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
15960
15961 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
15962 descriptions of types (short unsigned int vs unsigned short, etc).
15963
159641999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
15965
15966 * gdb.base/call-strs.exp: Don't assume that `step' will step over
15967 a call to strlen; sometimes we do have sources.
15968
159691999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
15970
15971 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
15972 character, so GDB won't print garbage after its end.
d63a86f8 15973
c906108c
SS
15974 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
15975 breakpoint there instead. Sometimes GCC emits memcpy to handle
15976 the large structures being passed by value, so we step into that
15977 instead of sum_array_print, which obscures what we're really testing.
15978 * gdb.base/step-test.exp: However, we do want a test that notices
15979 the bizarre steps into memcpy, so do that here. Add check for
15980 stepping into function calls that pass large structures by value.
15981 ("Is that a noun clause, or are you just happy to see me?")
15982 Remove all references to specific line numbers.
15983 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
15984 New type and function.
15985 (main): Call large_struct_by_value, passing it a large struct by value.
15986 * lib/gdb.exp (gdb_get_line_number): New function.
15987
15988 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
15989 more portable.
15990
7a292a7a
SS
159911999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
15992
c906108c
SS
15993 * lib/gdb.exp: Doc fixes.
15994
7a292a7a
SS
159951999-03-05 Nick Clifton <nickc@cygnus.com>
15996
d63a86f8 15997 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
15998
159991999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16000
c906108c
SS
16001 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16002 commands. They're not germane to this test, and they don't work
16003 that way on remote targets.
16004
3fc11d3e
JM
160051999-03-01 James Ingham <jingham@cygnus.com>
16006
16007 * Changelog entries merged over from gdb development branch.
16008
3fc11d3e
JM
16009 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16010
16011 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16012 for outputting results of test run.
16013
2d4a1622 16014 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
16015
16016 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 16017
7a292a7a
SS
160181999-02-25 Felix Lee <flee@cygnus.com>
16019
16020 * lib/gdb.exp (debug_format): initialize
16021
c906108c
SS
160221999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16023
16024 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16025 * gdb.base/call-rt-st.c: Ditto.
16026
c906108c
SS
160271999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16028
16029 * gdb.threads/pthreads.exp (horiz): New variable.
16030 (test_startup): Fix regexps that capture thread numbers.
16031
160321999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16033
16034 * gdb.base/smoke.exp: Disambiguate two test case names (both
16035 called ``print'').
16036
16037Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16038
16039 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16040 compilation.
16041
160421999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16043
16044 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16045 actual output formatting.
16046 * gdb.base/smoke.exp: GDB removes leading 0's.
16047 * gdb.base/volatile.exp: Don't check type of remuneration;
16048 that variable is no longer defined in constvars.c.
16049 * gdb.base/step-test.c (main): Exit with explicit exit code.
16050 * gdb.base/step-test.exp: Remove two nexti checks--they are
16051 not portable.
16052
160531999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16054
16055 * gdb.base/help.exp ("help delete display"): Fix test to match
16056 gdb's output.
16057
16058 * gdb.base/long_long.c (known_types): Initialize values to zero.
16059 * gdb.base/long_long.exp: Step one more line
16060 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
16061 leading zeros. Explicitly ask for hex formatting. Use
16062 unique test case names.
c906108c
SS
16063
16064Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16065
d63a86f8 16066 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
16067
16068 * gdb.c++/method.exp: Add missing close brace.
16069
160701999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16071
16072 * gdb.base/maint.exp: Use 'set height 0' to disable page
16073 prompting, not 'set height 400'.
16074
16075 Fix a bunch of timeouts.
16076 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16077 four separate tests, so expect doesn't take forever to match a ton
16078 of text against a regexp with lots of .* forms.
16079 ("maint print psymbols", "maint print symbols"): Make some of
16080 these greps more selective, so that expect doesn't try to wade
16081 through huge piles of output and time out.
16082
16083 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16084
16085 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16086 tests: one which doesn't expect shlib events to be reported, and
16087 another which does, but is XFAIL for all platforms other than
16088 HP/UX.
16089
16090 * gdb.base/break.exp: Teach the test suite that the `catch
16091 fork', `catch vfork', and `catch exec' commands produce error
16092 messages on platforms that don't provide these features.
16093
16094Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16095
16096 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16097 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16098 (shortening names from solib_threshold.exp etc), won't run on
16099 anything but HP-UX for the foreseeable future.
16100 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16101 reflect move.
16102
16103Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16104
16105 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16106 gdb.trace/Makefile.in (clean): Remove all test executables.
16107
16108Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16109
16110 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16111 successfully re-sets breakpoints in shared libraries.
16112 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16113
16114Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16115
d63a86f8
RM
16116 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16117 and compiled w/o GCC.
c906108c
SS
16118
16119 * gdb.hp/watch-cmd.exp: ditto.
16120
16121 * gdb.hp/watch-hp.exp: ditto.
16122
16123 * gdb.hp/xdb1.exp: ditto.
16124
16125 * gdb.hp/xdb2.exp: ditto.
16126
16127 * gdb.hp/dbx.exp: ditto.
16128
16129Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16130
16131 * constvars.c: Remove C++-isms.
16132 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16133 with GCC.
16134
16135Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16136
16137 The following changes are part of the HP merge.
16138
16139 * gdb.base/break.exp: new tests to verify that catchpoints for
16140 fork, vfork, and exec don't trigger inappropriately.
16141
16142 * gdb.base/opaque.exp: compile one file at a time, then link.
16143
16144 * gdb.base/signals.exp: be more restrictive about which hppa
16145 systems receive a setup_xfail. new tests.
16146
16147 * gdb.base/solib_threshold.build: new file.
16148 * gdb.base/solib_threshold.exp: new file.
16149 * gdb.base/solib_threshold.link_opts: new file.
16150 * gdb.base/solib_threshold.mk: new file.
16151 * gdb.base/gen_solib_threshold.c: new file.
16152
16153 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16154 tests. New tests for enums inside classes.
16155
16156 * gdb.c++/compiler.cc: indicate support of template debugging.
16157
16158 * gdb.c++/demangle.exp: run hp style demangling tests.
16159
16160 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16161 tests.
16162
16163 * gdb.c++/misc.cc: changes to support new tests.
16164
16165 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16166 to support new tests.
16167
16168 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16169 gcc, then skip these tests.
16170
16171Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16172
16173 The following files are part of the HP merge; some had longer
16174 names at HP, but have been renamed to be no more than 14
16175 characters in length.
16176
16177 * gdb.hp/ambiguous.cc: new file.
16178 * gdb.hp/ambiguous.exp: new file.
16179 * gdb.hp/attach.exp: new file.
16180 * gdb.hp/attach2.exp: new file.
16181 * gdb.hp/classes-hp.exp: new file.
16182 * gdb.hp/ctti.exp: new file.
16183 * gdb.hp/ctti-add.cc: new file.
16184 * gdb.hp/ctti-add1.cc: new file.
16185 * gdb.hp/ctti-add2.cc: new file.
16186 * gdb.hp/ctti-add3.cc: new file.
16187 * gdb.hp/dbx.exp: new file.
16188 * gdb.hp/exception.cc: new file.
16189 * gdb.hp/exception.exp: new file.
16190 * gdb.hp/foll-exec.c: new file.
16191 * gdb.hp/foll-exec.exp: new file.
16192 * gdb.hp/foll-fork.c: new file.
16193 * gdb.hp/foll-fork.exp: new file.
16194 * gdb.hp/foll-vfork.c: new file.
16195 * gdb.hp/foll-vfork.exp: new file.
16196 * gdb.hp/inherit-hp.exp: new file.
16197 * gdb.hp/more-steps.exp: new file.
16198 * gdb.hp/namespace.cc: new file.
16199 * gdb.hp/namespace.exp: new file.
16200 * gdb.hp/optimize.exp: new file.
16201 * gdb.hp/pxdb.c: new file.
16202 * gdb.hp/pxdb.exp: new file.
16203 * gdb.hp/quicksort.exp: new file.
16204 * gdb.hp/reg-test.exp: new file.
16205 * gdb.hp/reg-test.s: new file.
16206 * gdb.hp/sized-enum.c: new file.
16207 * gdb.hp/sized-enum.exp: new file.
16208 * gdb.hp/start-stop.exp: new file.
16209 * gdb.hp/templ-hp.cc: new file.
16210 * gdb.hp/templ-hp.exp: new file.
16211 * gdb.hp/thr-lib.c: new file.
16212 * gdb.hp/thr-lib.exp: new file.
16213 * gdb.hp/thr-lib.h: new file.
16214 * gdb.hp/thr-liblib.c: new file.
16215 * gdb.hp/virtfun-hp.c: new file.
16216 * gdb.hp/virtfun-hp.exp: new file.
16217 * gdb.hp/watch-cmd.exp: new file.
16218 * gdb.hp/watch-hp.exp: new file.
16219 * gdb.hp/xdb1.exp: new file.
16220 * gdb.hp/xdb2.exp: new file.
16221 * gdb.hp/xdb3.exp: new file.
16222
16223Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16224
16225 The following files are part of the HP merge; some had longer
16226 names at HP, but have been renamed to be no more than 14
16227 characters in length.
16228
16229 * gdb.base/ss.h: new file.
16230 * gdb.base/call-ar-st.c: new file.
16231 * gdb.base/call-ar-st.exp: new file.
16232 * gdb.base/call-rt-st.c: new file.
16233 * gdb.base/call-rt-st-exp: new file.
16234 * gdb.base/call-strs.exp: new file.
16235 * gdb.base/ena-dis-br.exp: new file.
16236 * gdb.base/environ.exp: new file.
16237 * gdb.base/long_long.exp: new file.
16238 * gdb.base/sect-cmd.exp: new file.
16239 * gdb.base/shlib-cl2.exp: new file.
16240 * gdb.base/smoke.exp: new file.
16241 * gdb.base/so-impl-ld.c: new file.
16242 * gdb.base/so-impl-ld.exp: new file.
16243 * gdb.base/so-indr-cl.c: new file.
16244 * gdb.base/so-indr-cl.exp: new file.
16245 * gdb.base/varargs.exp: new file.
16246 * gdb.base/volatile.exp: new file.
16247 * gdb.base/whatis-exp.exp: new file.
7a292a7a 16248 * gdb.base/display.exp: new file.
c906108c
SS
16249 * gdb.c++/derivation.exp: new file.
16250 * gdb.c++/local.exp: new file.
16251 * gdb.c++/member-ptr.exp: new file.
16252 * gdb.c++/overload.exp: new file.
16253 * gdb.c++/ovldbreak.exp: new file.
16254 * gdb.c++/ref-types.exp: new file.
16255 * gdb.c++/ref-types2.exp: new file.
16256 * gdb.c++/userdef.exp: new file.
d63a86f8 16257
c906108c
SS
16258Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16259
16260 * gdb.base/default.exp: Reflect wording change in remote.c.
16261
dc96c6c7 16262Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16263
16264 * gdb.base/help.exp: Update to reflect current text.
16265
16266Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16267
16268 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16269 they're stack variables and contain garbage.
16270 * gdb.c++/anon-union.exp: new file.
16271
16272 The following changes were made by David Taylor
16273 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16274 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16275 in changes by HP.
16276
16277 * gdb.base/bitops.exp: new file.
16278 * gdb.base/default.exp: change expected messages for catch and
16279 info catch tests to reflect HP merge changes.
16280 * gdb.base/enable-disable-break.exp
16281 * gdb.base/ending-run.c: new file.
16282 * gdb.base/long_long.c: new file.
16283 * gdb.base/maint.exp: new file.
16284 * gdb.base/pointers2.exp: new file.
16285 * gdb.base/shlib-call2.exp: new file.
16286 * gdb.base/solib.exp: new file.
16287 * gdb.base/step-test.c: new file.
16288 * gdb.c++/anon-union.cc: new file.
16289 * gdb.c++/local.cc: new file.
16290 * gdb.c++/member-pointer.cc: new file.
16291 * gdb.c++/method.cc: new file.
16292 * gdb.c++/ref-types.cc: new file.
16293 * gdb.c++/ref-types2.cc: new file.
16294 * gdb.c++/userdef.cc: new file.
d63a86f8 16295
c906108c
SS
16296 * gdb.base/scope.exp: compile one file at a time, then link.
16297 * gdb.base/langs.exp: ditto.
16298 * gdb.base/list.exp: ditto.
d63a86f8 16299
c906108c
SS
16300Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16301
16302 The following changes were made by David Taylor
16303 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16304 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16305 in changes by HP.
d63a86f8 16306
c906108c
SS
16307 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16308 skip tests. When compiling pass c++ flag to gdb_compile.
16309 * gdb.c++/
d63a86f8 16310
c906108c
SS
16311 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16312 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16313 (skip_hp_tests): new function.
16314 (gdb_preprocess): new function.
16315
16316 * configure.in (hpdir): decide whether to configure gdb.hp.
16317 * configure: regenerated.
16318
16319 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16320 to delete on clean.
16321 (EXECUTABLES): update to reflect new additions.
16322 * gdb.base/commands.exp: update message expected.
16323 * gdb.base/default.exp: add copyright notice.
16324 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16325 * gdb.base/help.exp: update messages to reflect current text.
16326 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16327 targets for recurse tests.
16328 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16329 skip this file.
16330
16331 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16332 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16333 compilation.
16334 * gdb.c++/misc.exp: ditto.
16335 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16336 run the tests. tell gdb_compile that it's a c++ compilation.
16337
16338 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 16339
c906108c
SS
16340 * gdb.base/all-bin.exp: new file.
16341 * gdb.base/arithmet.exp: new file.
16342 * gdb.base/assign.exp: new file.
16343 * gdb.base/completion.exp: new file.
16344 * gdb.base/cond-expr.exp: new file.
16345 * gdb.base/condbreak.exp: new file.
16346 * gdb.base/define.exp: new file.
16347 * gdb.base/dollar.exp: new file.
16348 * gdb.base/environment.exp: new file.
16349 * gdb.base/eval-skip.exp: new file.
16350 * gdb.base/jump.exp: new file.
16351 * gdb.base/logical.exp: new file.
16352 * gdb.base/pointers.exp: new file.
16353 * gdb.base/relational.exp: new file.
16354 * gdb.base/section_command.exp: new file.
16355 * gdb.base/whatis-expr.exp: new file.
16356
16357 * gdb.base/all-types.c: new file.
16358 * gdb.base/call-array-struct.c: new file.
16359 * gdb.base/call-return-struct.c: new file.
16360 * gdb.base/call-strings.c: new file.
16361 * gdb.base/callfuncs2.c: new file.
16362 * gdb.base/condbreak.c: new file.
16363 * gdb.base/constvars.c: new file.
16364 * gdb.base/display.c: new file.
16365 * gdb.base/int-type.c: new file.
16366 * gdb.base/jump.c: new file.
16367 * gdb.base/miscexprs.c: new file.
16368 * gdb.base/pointers.c: new file.
16369 * gdb.base/pointers2.c: new file.
16370 * gdb.base/shmain.c: new file.
16371 * gdb.base/shr1.c: new file.
16372 * gdb.base/shr2.c: new file.
16373 * gdb.base/solib.c: new file.
16374 * gdb.base/solib1.c: new file.
16375 * gdb.base/solib2.c: new file.
16376 * gdb.base/varargs.c: new file.
16377 * gdb.c++/derivation.cc: new file.
16378 * gdb.c++/overload.cc: new file.
16379 * gdb.c++/ovldbreak.cc: new file.
16380 * gdb.hp/attach.c: new file.
16381 * gdb.hp/attach2.c: new file.
16382 * gdb.hp/average.c: new file.
16383 * gdb.hp/compiler.c: new file.
16384 * gdb.hp/compiler.cc: new file.
16385 * gdb.hp/execd-program.c: new file.
16386 * gdb.hp/follow-exec.c: new file.
16387 * gdb.hp/follow-fork.c: new file.
16388 * gdb.hp/follow-vfork-and-exec.c: new file.
16389 * gdb.hp/misc-hp.cc: new file.
16390 * gdb.hp/more-steps.c: new file.
16391 * gdb.hp/optimize.c: new file.
16392 * gdb.hp/quicksort.c: new file.
16393 * gdb.hp/run-hp.c: new file.
16394 * gdb.hp/start-stop.c: new file.
16395 * gdb.hp/sum.c: new file.
16396 * gdb.hp/templates-hp.cc: new file.
16397 * gdb.hp/thread-local-in-lib.c: new file.
16398 * gdb.hp/thread-local-in-lib.h: new file.
16399 * gdb.hp/thread-local-in-lib.lib.c: new file.
16400 * gdb.hp/vforked-program.c: new file.
16401 * gdb.hp/virtfunc-hp.cc: new file.
16402 * gdb.hp/watchpoint-hp.c: new file.
16403 * gdb.hp/xdb.c: new file.
16404 * gdb.hp/xdb0.c: new file.
16405 * gdb.hp/xdb0.h: new file.
16406 * gdb.hp/xdb1.c: new file.
16407
16408Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16409
16410 The following change was made by Edith Epstein
16411 <eepstein@cygnus.com> as part of a project to merge in changes
16412 originally made by HP; HP did not create ChangeLog entries.
16413
16414 * gdb.c++/demangle.exp: changed the expected output for some
16415 ARM-style mangling -- removed second reference to datatype.
16416 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16417 T1<char>::~T1<char>(void)
c906108c 16418 becomes,
a9c64011
AS
16419 maint demangle __dt__11T1__pt__2_cFv
16420 T1<char>::~T1(void)
c906108c
SS
16421
16422 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16423
c906108c
SS
16424Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16425
16426 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16427 * gdb.trace/backtrace.exp: Likewise.
16428 * gdb.trace/circ.exp: Likewise.
16429 * gdb.trace/collection.exp: Likewise.
16430 * gdb.trace/deltrace.exp: Likewise.
16431 * gdb.trace/infotrace.exp: Likewise.
16432 * gdb.trace/limits.exp: Likewise.
16433 * gdb.trace/packetlen.exp: Likewise.
16434 * gdb.trace/passc-dyn.exp: Likewise.
16435 * gdb.trace/passcount.exp: Likewise.
16436 * gdb.trace/report.exp: Likewise.
16437 * gdb.trace/save-trace.exp: Likewise.
16438 * gdb.trace/tfind.exp: Likewise.
16439 * gdb.trace/tracecmd.exp: Likewise.
16440 * gdb.trace/while-dyn.exp: Likewise.
16441 * gdb.trace/while-stepping.exp: Likewise.
16442
164431998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16444
16445 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16446
16447Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16448
16449 From Brendan Kehoe:
16450 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16451 int return types.
16452
16453Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16454
16455 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16456 remote dos host testing right.
16457
16458Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16459
16460 * gdb.base/corefile.exp: remove some xfails.
16461
16462Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16463
16464 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16465 have different timestamps.
16466
16467Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16468
16469 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16470 gdb.base/default.exp: Replace "exec" with "executable".
16471
16472Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16473
16474 * gdb.base/default.exp: Change else if to elseif from previous
16475 delta.
16476
16477Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16478
16479 * gdb.base/default.exp: Add brace missing from previous delta.
16480
16481Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16482
16483 * gdb.base/default.exp: Support test for info float for all
16484 varieties of arm toolchain.
16485
dc96c6c7 16486Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16487
16488 * gdb.trace/*.exp: remove "remote_download" command.
16489
dc96c6c7 16490Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16491
16492 * gdb.trace/*.exp: remove -gdwarf from compile.
16493
16494Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16495
16496 * gdb.trace/configure.in(AC_INIT): typo
16497 * gdb.trace/configure: regenerated
16498
dc96c6c7 16499Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16500
16501 * config/m68k-emc.exp: New file.
16502 * lib/<emc-support.exp trace-support.exp}: New files.
16503 * configure.in: add new test directory gdb.trace.
16504 * gdb.trace/{configure configure.in Makefile.in}: New files.
16505 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16506 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16507 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16508 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16509 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16510 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16511 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16512
dc96c6c7 16513Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16514
16515 * gdb.c++/classes.exp: Change all regular expressions to match
16516 arbitrary combinations of newline/carriage-return, so that they
16517 will work equally well on Unix and Windows.
16518 * gdb.c++/inherit.exp: ditto.
16519 * gdb.c++/virtfunc.exp: ditto.
16520
165211998-08-11 Dawn Perchik <dawn@cygnus.com>
16522
16523 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16524
c2d11a7d
JM
16525Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16526
16527 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16528 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16529 to use a0-a3/d0-d3 as needed.
16530
16531Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16532
16533 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16534 * gdb.disasm/am33.exp: Corresponding changes.
16535
c906108c
SS
165361998-07-11 Felix Lee <flee@cygnus.com>
16537
16538 * gdb.base/callfuncs.exp: add cmp10 test.
16539 * gdb.base/callfuncs.c (cmp10): new function.
16540
16541Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16542
d63a86f8 16543 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16544 into two parts to get around a synchronization problem in expect.
16545
3fc11d3e
JM
16546Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16547
16548 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16549
16550 * configure.in: Add options for gdbtk testsuite.
16551
16552 * configure: Regenerate.
16553
16554 * gdb.gdbtk: New directory to hold gdbtk tests.
16555
c906108c
SS
16556Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16557
16558 * gdb.fortran/types.exp: Escape brackets in expect patterns
16559 for test_float_literal_types_accepted tests.
16560 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16561 before run test.
16562
c2d11a7d
JM
16563Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16564
16565 * am33.exp: Just compile, do not link the testcase.
16566 * am33.s: Add ".am33" pseudoop to force am33 mode.
16567
c906108c
SS
165681998-06-25 Felix Lee <flee@cygnus.com>
16569
16570 * gdb.base/setshow.exp: make sure $pc is sane.
16571
16572 * gdb.stabs/weird.exp: split expect patterns properly.
16573
c2d11a7d
JM
16574Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16575
16576 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16577 * gdb.disasm/am33.exp: Run it.
16578
dc96c6c7 16579Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16580
16581 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16582 match processing (and eliminate spurious timeouts when running).
16583
dc96c6c7 16584Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16585
16586 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16587 exception test, but conditionalize it on target [mach | gnu].
16588
dc96c6c7 16589Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16590
16591 * gdb.base/overlays.exp: fixup compile line for linker script.
16592
16593Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16594
16595 * gdb.fortran/types.exp: don't guess at float size.
16596
16597Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16598
16599 * gdb.base/exprs.exp: delete test that depends on int size.
16600
16601Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16602
16603 * config/sim.exp: Removed checks for target triplets.
16604 (gdb_target_sim): Use gdb,target_sim_options.
16605
16606Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16607
16608 * gdb.base/reread.exp: New file.
16609 * gdb.base/reread1.c: New file.
16610 * gdb.base/reread2.c: New file.
16611
16612Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16613
16614 * config/sim.exp: Use 'target sim -sparclite' when running
16615 SPARClite programs.
16616
16617Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16618
16619 * gdb.base/structs2.exp: New file.
16620 * gdb.base/structs2.c: New file.
16621
16622Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16623
16624 * gdb.asm/common.inc: New file.
16625 * gdb.asm/d10v.inc: New file.
16626 * asm-source.exp: Pass -I's to gas to find .inc files.
16627 Update line numbers in expected output.
16628 * asmsrc1.s: Rewrite.
16629 * asmsrc2.s: Rewrite.
16630 * configure.in: Create arch.inc symlink.
16631 * configure: Regenerate.
16632 * Makefile.in (distclean): Delete arch.inc.
16633
16634Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16635
16636 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16637 (t_enum_value2): ditto
16638 (t_enum_value3): ditto
16639 (main): ditto
16640Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16641
16642 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16643 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16644 change.
16645 Use gdb_test instead of send_gdb/gdb_expect sequences.
16646
16647Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16648
16649 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16650 not void.
16651
16652Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16653
16654 * gdb.base/branches.c: Code with lots of loops and
16655 subroutines. Used to test gdbs ability to single step through PC
16656 changes, especially to test mips-tdep.c:mips_next_pc
16657
16658Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16659
16660 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16661 more rigorous EGCS C++ error checking.
16662
16663Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16664
a9c64011
AS
16665 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16666 tests.
16667 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16668 function when asleep.
16669 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16670 for i*86 Linux and SVR4 signal handling problems.
16671 Remove linux xfail for `next to handler in signals_tests_1', fixed
16672 by recent infrun.c change.
16673 Limit backtrace to 10 frames to avoid timeout problems with infinite
16674 stack backtraces.
16675 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16676 target.[ch] change.
c906108c
SS
16677
16678Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16679
16680 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16681 for a newline from gdb before continuing.
16682 (default_gdb_exit): Just look for y or n.
16683 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16684 it does, fail the rests of the tests in the file.
16685
16686Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16687
16688 * config/cygmon.exp: New file.
16689
16690Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16691
16692 * gdb.base/list.exp: Fix problem with "list default lines around
16693 main" test on remote targets.
16694
16695 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16696 run test on remote targets.
16697
16698Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16699
16700 * gdb.asm: New directory.
16701 * configure.in: Configure it.
16702 * configure: Regenerate.
16703 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16704 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16705
16706Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16707
16708 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16709
dc96c6c7 16710Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16711
a9c64011
AS
16712 * gdb.base/overlays (several files): Merge the two overlay
16713 managers into one. Change variables (foox, barx, bazx, grbxx)
16714 back into ints but force them to load in their proper sections.
c906108c
SS
16715
16716Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16717
16718 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16719 on-chip insn memory and IMAP1 to upper 128k.
16720 (D10VCopy): Handle memory regions crossing 16k boundaries.
16721 (D10VCopy): Transfer data in 32 bit chunks.
16722
16723Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16724
16725 * gdb.base/overlays.c (main): Exit normally when result is
16726 correct.
16727
16728 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16729 map. Include space for printf in .text segment.
16730
16731 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16732 updated d10v memory VMA/LMA map.
16733 (D10VCopy): Call D10VTranslate.
d63a86f8 16734
c906108c
SS
16735Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16736
16737 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16738
16739 * gdb.base/bar.c (barx, bar): Change variable to small array so
16740 that it won't be put into the .sdata - small data -
16741 section. Update reference.
16742 * gdb.base/baz.c (bazx, baz): Ditto.
16743 * gdb.base/foo.c (foox, foo): Ditto.
16744 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16745
16746 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16747 to be arrays.
d63a86f8 16748
dc96c6c7 16749Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16750
a9c64011
AS
16751 * gdb.base/overlays.exp: fix up and get working again.
16752 Add tests for backtraces from an overlay function.
d63a86f8 16753
c906108c
SS
16754Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16755
16756 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16757 "calling function with watchpoint enabled".
16758
16759Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16760
16761 * gdb.base/break.exp (test_next_with_recursion): Remove
16762 gdb_suppress_tests for d10v-*-*.
16763 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16764 pending review of whether it is useful or not.
16765
16766Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16767
16768 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16769
16770Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16771
16772 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16773 * config/dve.exp: New file to support Densan boards.
16774
16775Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16776
16777 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16778 reads and BSD.
16779
16780Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16781
16782 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16783 response.
16784
16785 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16786
16787Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16788
16789 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16790 test.
16791
16792 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16793 target_sizeof_long and target_bigendian_p.
16794 (structs_by_value, structs_by_reference): Check values according
16795 to targets word size and endianess.
d63a86f8 16796
c906108c
SS
16797Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16798
16799 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16800 output.
16801
16802Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16803
16804 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16805 Update test of set args help to match source change.
16806
16807Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16808
16809 * gdb.base/default.exp: Expect help system output to be in
16810 alphabetical order.
16811 * gdb.base/help.exp: Ditto.
16812
16813Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16814
16815 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16816 "i*86-pc-linux-gnu*".
16817 * gdb.base/interrupt.exp: Ditto.
16818 * gdb.base/corefile.exp: Ditto.
16819
16820 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16821 define vxworks when building the testcase.
16822
16823 * gdb.base/ptype.exp: Fix testnames to be unique.
16824 * gdb.base/radix.exp: Ditto.
16825 * gdb.base/term.exp: Ditto.
16826 * gdb.base/whatis.exp: Ditto.
16827 * gdb.c++/classes.exp: Ditto.
16828
16829Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16830
16831 * gdb.base/callfuncs.exp: Fix indentation.
16832
16833 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16834 suppress_flag has been set.
16835 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16836 target feature.
16837
16838Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16839
16840 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16841 the testcase.
16842
16843 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16844 set_debug_traps() and breakpoint().
16845 * gdb.c++/misc.cc (main): Ditto.
16846 * gdb.c++/templates.cc (main): Ditto.
16847 * gdb.c++/virtfunc.cc (main): Ditto.
16848
16849Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16850
16851 * lib/gdb.exp(gdb_step_for_stub): New function.
16852 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16853 exists, reload the executable and do a "continue" instead of
16854 doing a jump.
16855 (runto_main): Use gdb_step_for_stub.
d63a86f8 16856
c906108c
SS
16857 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16858 tests to have unique names.
16859 * gdb.base/callfuncs.exp: Ditto.
16860 * gdb.base/commands.exp: Ditto.
16861 * gdb.base/default.exp: Ditto.
16862 * gdb.base/help.exp: Ditto.
16863 * gdb.base/list.exp: Ditto.
16864 * gdb.base/opaque.exp: Ditto.
16865 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16866 similar tests.
d63a86f8 16867
c906108c
SS
16868 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16869 * gdb.c++/cplusfuncs.cc: Ditto.
16870 * gdb.c++/virtfunc.cc: Ditto.
16871
16872 * config/monitor.exp: Keep track of the last file we saw, rather
16873 than trying to get the info from gdb.
16874
16875 * gdb.fortran/types.exp: Move comment to previous line.
16876
16877Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16878
16879 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16880 target mode.
16881
16882Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16883
16884 From Bob Manson:
16885 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16886 string from GDB when it connects.
16887
16888 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16889
16890Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16891
16892 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16893 if we can't get a debug format from GDB (we may be testing an
16894 older GDB). Use a 10 second timeout when checking for the format.
16895
16896 * gdb.stabs/weird.exp: Fix quoting.
16897
16898 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16899
16900Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16901
16902 * config/arm-ice.exp: New file.
16903
16904Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16905
16906 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16907 until it has been modified to work with the new testsuite.
16908
99707966 16909 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
16910 testcase won't compile, cause all of the testcases in the file to
16911 fail instead.
16912
16913 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16914 (gdb_clear_suppressed): New procedure.
16915 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16916 it contains a positive value.
16917
16918Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16919
16920 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16921
16922 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16923
16924Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
16925
16926 * lib/gdb.exp (setup_xfail_format): New function.
16927 (get_debug_format): New function to get debug format.
16928 (debug_format): New global variable to hold last value set
16929 by get_debug_format.
16930 * gdb.base/list.exp: Call get_debug_format and expect some
16931 tests to fail for DWARF 1 and COFF formats.
16932 * gdb.c++/ptype.exp: Ditto.
16933 * gdb.c++/classes.exp: Ditto.
16934 * gdb.c++/cplusfuncs.exp: Ditto.
16935 * gdb.c++/inherit.exp: Ditto.
16936 * gdb.c++/templates.exp: Ditto.
16937 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 16938
c906108c
SS
16939Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
16940
16941 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
16942 host doesn't have a currently-open connection.
16943
16944 * config/sparclet.exp: Cleanups and fixes to make it generic for
16945 any gdb stub target. Handle cases where gdb doesn't respond when
16946 interrupted in a sane fashion.
16947
16948 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
16949 same thing in a totally different way.
16950
16951 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
16952 setting "timeout".
16953 (gdb_start): We set the global gdb_prompt variable in
16954 default_gdb_init now.
16955
16956Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
16957
16958 * gdb.base/printcmds.exp: Fix "check for floating addition"
16959 regexp to accept results within approx +/- .01 of exact value.
16960 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
16961
16962Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
16963
16964 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
16965 properly.
16966 (gdb_expect): Add optional timeout parameter, and add timeout
16967 value to various calls.
16968 (gdb_suppress_tests): Only give one warning message per group.
16969
16970Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
16971
16972 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
16973 global variables. Handle getting a value for $timeout more
16974 gracefully.
16975
16976Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
16977
16978 * lib/gdb.exp: Close connection to remote host if gdb doesn't
16979 initialize.
16980 (default_gdb_init): New procedure; allow gdb_init to be overridden
16981 by a target configuration file.
16982 (gdb_expect): Pass the timeout to remote_expect.
16983
16984 * config/monitor.exp(gdb_load): Fix typo in regexp.
16985
16986Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
16987
16988 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
16989
16990Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
16991
16992 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
16993 here. Call gdb_target_exec before rebooting the target, to make
16994 sure the connection to the target is closed.
16995 (gdb_load): Pass the name of the executable to gdb_target_monitor.
16996 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
16997 Also detect "Timeout reading from remote" error.
16998
16999 * config/gdbserver.exp: Pass the executable being loaded to
17000 gdb_target_monitor. Don't call gdb_file_cmd here; let
17001 gdb_target_monitor do it.
17002
17003 * gdb.disasm/hppa.exp: Don't use exec_output.
17004
17005Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17006
17007 * gdb.base/list.exp: If we're debugging a non-native target,
17008 try to set the pc register to point to the start of the
17009 program before doing the first list command.
17010
17011 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17012 test_calls after restarting.
17013
17014 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17015 reloading.
17016
17017 * gdb.base/watchpoint.exp: Fix typo.
17018
17019 * gdb.base/setshow.exp: Check for use_gdb_stub.
17020
17021 * gdb.base/break.exp: Fix continue until exit test for the gdb
17022 stub case.
17023 * gdb.base/langs.exp: Ditto.
17024
17025 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17026 gdb_load_offset. If we weren't given a file to load, figure out
17027 what the current file is and use it.
17028
17029 * config/i386-bozo.exp: New file.
17030
17031Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17032
17033 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17034 feature.
17035
17036 * config/proelf.exp: New entry.
17037
17038Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17039
17040 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17041 of regexps.
17042
17043 * gdb.base/watchpoint.exp: Don't run the test_stepping
17044 tests if gdb can't call functions on the target.
17045
17046 * gdb.base/setshow.exp: Don't run the set prompt tests if
17047 the board has gdb_prompt set.
17048
17049Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17050
17051 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17052 * gdb.base/commands.exp: Likewise.
17053 * gdb.base/setshow.exp: Likewise.
17054
17055Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17056
17057 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17058 feature.
17059
17060 * config/i960.exp: New file.
17061
17062Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17063
17064 * gdb.base/funcargs.exp: Check for gdb,short_int target
17065 feature instead of looking for explicit target triplets.
17066
dc96c6c7 17067Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 17068
d63a86f8 17069 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
17070 "p 123DEADBEEF", to check parse_number.
17071 * top.c: change "to enable to enable" to "to enable" in a couple
17072 of help strings.
17073
17074Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17075
17076 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17077 on the mn10300.
d63a86f8 17078
c906108c
SS
17079Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17080
17081 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17082 where the test executable is run with explicit args.
17083 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17084
17085Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17086
17087 * gdb.base/run.c: Use FAKEARGV to build test executable that
17088 does not require a command line arg, since most simulators
17089 don't currently support passing such an arg into the simulated
17090 program.
17091 * gdb.base/commands.exp: Change tests to insert the proper
17092 value as the arg to the first recursive factorial call. Change
17093 compilation line to define FAKEARGV at compile time.
17094
17095Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17096
17097 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17098 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17099 function with watchpoint enabled" test.
17100
17101Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17102
17103 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17104 Don't call gdb_test when the command doesn't return to a gdb prompt.
17105
17106 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17107 "Tests restarted" messages.
17108
17109Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17110
17111 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17112
dc96c6c7 17113Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17114
17115 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17116 for INFO SYMBOL; add help tests for OVERLAY commands.
17117 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17118 add tests for OVERLAY commands
17119 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17120 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17121 * gdb.base/sigall.c: add usestubs code frag
17122 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 17123
c906108c
SS
17124Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17125
17126 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17127 failures.
17128 (gdb_stop_suppressing_tests): Note that tests have restarted.
17129
17130Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17131
17132 * config/h8300.exp: New file.
17133
17134Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17135
17136 * gdb.base/setshow.exp: Check for the existence of a
17137 feature, not its value.
17138
17139Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17140
17141 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17142
17143 * gdb.base/scope.exp: It's now init0(), not init().
17144
17145 * gdb.base/scope0.c: For now, change init() to be init0().
17146
17147 * config/monitor.exp: Use gdb_serial in preference to serial
17148 or netport.
17149
17150 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17151 and it's not already set.
17152
17153Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17154
17155 * gdb.base/setshow.exp: Only test the run command if the target
17156 isn't using a stub and if it supports argument passing.
17157
17158Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17159
17160 * config/udi.exp(gdb_start): Make sure UDICONF is set
17161 properly before starting gdb.
17162
17163Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17164
17165 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17166 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17167 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17168
17169Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17170
17171 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17172 specialized code to reboot the board, use remote_reboot instead.
17173
17174 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17175
17176 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17177
17178 * config/monitor.exp: Make sure we disconnect from the target.
17179 Also, try a reboot/reload cycle instead of failing if the
17180 load fails.
17181
17182Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17183
17184 * gdb.base/default.exp: Don't set match_max.
17185 * gdb.base/help.exp: Ditto.
17186 * gdb.base/list.exp: Ditto.
17187 * gdb.base/signals.exp: Ditto.
17188
17189 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17190 set, use remote_ld to download the testcase instead of
17191 the GDB loader.
17192
17193Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17194
17195 * config/vr5000.exp: New file.
17196
17197 * config/monitor.exp(gdb_target_monitor): Add pattern for
17198 "Ending remote" to detect errors in connecting.
17199
17200 * gdb.base/setshow.exp: Add .* within auto language test.
17201
17202 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17203 target feature.
17204
17205 * config/monitor.exp(gdb_load): Check for a failure when loading,
17206 and reboot the board if necessary.
17207
17208 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17209 a set of tests. Remove print.* from the patterns being checked.
17210
17211Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17212
17213 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17214 refer to gdb_spawn_id.
17215
17216 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17217 longer used.
17218 * config/sparclet.exp: Ditto.
17219 * config/sparclet-old.exp: Ditto.
17220 * config/slite.exp: Ditto.
17221 * config/sim.exp: Ditto.
17222 * gdb.base/funcargs.exp: Ditto.
17223
17224 * lib/gdb.exp:Remove references to gdb_spawn_id.
17225 (gdb_expect): Move to remote.exp.
17226
17227Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17228
17229 * config/monitor.exp: Detect the "Couldn't establish connection"
17230 message from GDB.
17231
17232Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17233
17234 * gdb.base/bitfields.exp: Use runto instead of explicit
17235 gdb_run_cmd/gdb_expect sequences.
17236
17237 * gdb.base/break.exp(text_next_with_recursion): Add match for
17238 gdb_expect call.
17239
17240 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17241 We also need to handle the "A program is being debugged already"
17242 prompt from gdb. Use gdb_test to set the baud rate.
17243
17244 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17245 to 20000. Really. I mean it.
17246
17247Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17248
17249 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17250 fails. If suppress_flag is set, skip perror message about not
17251 being able to send to GDB.
17252 (send_gdb): If suppress_flag is set, don't try to send commands to
17253 GDB.
17254 (gdb_expect): If suppress_flag is set, always fail immediately.
17255 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17256 (gdb_init): Call gdb_stop_suppressing_tests.
17257 (default_gdb_exit): Ditto.
17258 (default_gdb_start): Ditto.
17259
17260 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17261 gdb_stop_suppressing_tests as appropriate.
17262 * gdb.base/break.exp: Ditto.
17263 * gdb.base/callfuncs.exp: Ditto.
17264 * gdb.base/commands.exp: Ditto.
17265 * gdb.base/exprs.exp: Ditto.
17266 * gdb.base/funcargs.exp: Ditto.
17267 * gdb.base/list.exp: Ditto.
17268 * gdb.base/recurse.exp: Ditto.
17269 * gdb.base/scope.exp: Ditto.
17270 * gdb.base/structs.exp: Ditto.
17271 * gdb.c++/inherit.exp: Ditto.
17272
17273Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17274
17275 * config/vr4300.exp: New file.
17276
99707966 17277 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 17278
99707966 17279 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
17280
17281Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17282
17283 * lib/gdb.exp(gdb_init): New function.
17284
17285 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17286 for each individual variable set.
17287
17288 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17289 name.
17290
17291 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17292
17293 * gdb.base/scope.exp: Use gdb_test.
17294
17295 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17296 aborting; the testsuite driver will do that for us (see
17297 gdb_finish). Also, use gdb_test in a few more places.
17298
17299Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17300
17301 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17302
17303Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17304
17305 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17306 and "add_tests" are not at the same address.
17307
17308Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17309
17310 * gdb.base/ptype.exp: Use gdb_test.
17311
17312Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17313
17314 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17315 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17316 left in. No longer expect them to fail.
17317
17318 * gdb.stabs/*.mt; Deleted, no longer used.
17319 * gdb.stabs/configure.in: Remove references to target makefile
17320 frags.
17321 * gdb.stabs/configure: Rebuilt.
17322
17323 * gdb.disasm/*.mt: Deleted, no longer used.
17324 * gdb.disasm/configure.in: Remove references to target makefile
17325 frags. Use "sh3.s" as the unique filename for this directory.
17326 * gdb.disasm/configure: Rebuilt.
17327
17328 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17329 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17330 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17331
17332Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17333
17334 * config/udi.exp: Use mondfe,name instead of remote_host.
17335
17336Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17337
17338 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17339 a function with a watchpoint enabled on the mn10200.
17340
17341 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17342 before trying to create it!
17343
17344Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17345
17346 * config/vx.exp: Use hostname instead of netport.
17347
17348 * config/vxworks.exp: New file.
17349
17350 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17351
17352 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17353 gdb before assuming everything worked. Send a ^C if a timeout
17354 occurs.
17355
17356 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17357 $gdb_spawn_id directly.
17358 (gdb_run_cmd): Try _start as well as start. Use the target feature
17359 gdb,start_symbol as the symbol to start from when jumping.
17360
17361Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17362
17363 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17364 redundant) test.
17365
17366 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17367 it doesn't lose for 16bit integer systems.
17368
17369Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17370
17371 * gdb.fortran/types.exp: If the target doesn't support "double"
17372 data types, then expect "real" types to only be 4 bytes.
17373
17374 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17375 call tests if the target doesn't support inferior function calls.
17376
17377 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17378 in printf tests.
17379
17380Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17381
17382 * gdb.base/help.exp: Disable "help set", "help show", and
17383 "help support". Simplify regexp for "help stack".
17384
17385 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17386 to 60 seconds. Temporarily set match_max to 15000 around the
17387 "info copying" test.
17388
17389 * gdb.base/nodebug.exp: Don't try to do an inferior function
17390 call if the target doesn't support them.
17391 * gdb.base/printcmds.exp: Likewise.
17392 * gdb.base/setvar.exp: Likewise.
17393 * gdb.base/structs.exp: Likewise.
17394 * gdb.c++/templates.exp: Likewise.
17395 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17396
17397 * gdb.base/recurse.exp: Enable for the mn10200.
17398
17399 * configure.in: Do configure gdb.stabs directory for *-*-elf
17400 targets.
17401 * configure: Rebuilt.
17402
17403 * gdb.base/break.exp: Check for gdb,noresults before testing
17404 exit status and/or results from the target.
17405 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17406 * lib/gdb.exp: Remove old (now bogus) initialization of
17407 noinferior, noargs, noresults and nosignals.
17408
17409Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17410
17411 * config/sh.exp: New file.
17412
17413 * config/slite.exp: Try to connect multiple times to the board
17414 before rebooting. Only send a "monitor run" if need_monitor_run
17415 is set.
17416
17417 * gdb.base/break.exp: Don't do the "stub continue" test if
17418 the target has gdb_stub set.
17419
17420 * gdb.base/callfuncs.exp: Increase the timeout.
17421
17422 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17423 if the target has gdb,noinferiorio set.
17424
17425 * gdb.base/list.exp: Increase match_max to 10000 characters.
17426
17427 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17428
17429 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17430 target.
17431
17432 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17433
17434Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17435
17436 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17437 trying to delete the copy of gdb. Catch the file delete so we
17438 don't die if the delete fails; also, the file should be copied to
17439 the host, not to the build.
17440
17441Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17442
17443 * lib/gdb.exp(gdb_test): Surround the result pattern with
17444 parenthesis in case it contains multiple regexps separated
17445 with |.
17446
17447 * gdb.base/watchpoint.exp: Use gdb_test.
17448 * gdb.base/default.exp: Ditto.
17449
17450Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17451
99707966 17452 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17453
c906108c
SS
17454 * gdb.base/scope.exp: Use gdb_test.
17455 * gdb.c++/classes.exp: Ditto.
17456 * gdb.c++/inherit.exp: Ditto.
17457
17458Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17459
17460 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17461 remote_exec instead.
17462 * gdb.base/corefile.exp: Don't be ridiculous.
17463 * gdb.base/*.c: Add missing stub invocations.
17464
17465Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17466
17467 * config/slite.exp: Miscellaneous fixes.
17468
17469 * lib/gdb.exp: Fix runto.
17470
17471 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17472 the target.
17473
17474 * gdb.base/watchpoint.exp: Fix regexp.
17475
17476 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17477 close and wait commands, as the descriptor may now be
17478 invalid. Always call "remote_close host".
17479
17480Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17481
17482 Major rewrite for testsuite revision.
d63a86f8 17483
c906108c
SS
17484 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17485 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17486 instead of relying on spawn_id to always contain a valid
17487 spawn id.
17488 (get_compiler_info): New procedure to build the ${binfile}.ci
17489 file, instead of replicating this in N different places.
17490 (gdb_compile): New procedure.
d63a86f8 17491
c906108c
SS
17492 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17493 appropriate arguments) instead of compile. Use gdb_test in a lot
17494 more places. Use send_gdb instead of send. Always run gdb_start
17495 at the start of a testcase, as this is no longer done magically.
17496
17497 config/*-gdb.exp: Rename without the -gdb suffix.
17498
17499 config/mips.exp: Use remote_close instead of exit_remote_shell.
17500 config/monitor.exp: Use target_info instead of looking at
17501 baud, timeout, etc.
17502 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17503
17504Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17505
17506 * gdb.c++/templates.exp (test_ptype_of_templates),
17507 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17508 Update expect patterns for destructors and assignment operators
17509 to match corresponding c-typeprint.c changes.
17510 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17511 to destructor breakpoint test, GDB should be able to set the
17512 destructor breakpoint without specifying arguments.
17513
17514Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17515
17516 * gdb.threads/pthreads.exp: Change result for failure to compile due
17517 to lack of pthreads runtime support from an error to simply an
17518 unsupported test, per dejagnu standards.
17519
17520Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17521
17522 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17523 where GDB exits to reduce pattern match time.
17524 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17525
17526 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17527
dc96c6c7 17528Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17529
17530 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17531 * gdb.base/default.exp: ditto.
17532 * gdb.base/nodebug.exp: ditto.
17533 * gdb.base/printcmds.exp: ditto.
17534 * gdb.base/ptype.exp: ditto.
17535 * gdb.base/setvar.exp: ditto.
17536 * gdb.base/structs.exp: ditto.
17537 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17538
17539Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17540
17541 * configure, */configure: Rebuild with autoconf 2.12.
17542
17543Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17544
17545 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17546 use new i*86-pc-linux*-gnu quads.
17547 * gdb.base/corefile.exp: Ditto.
17548 * gdb.base/signals.exp: Ditto.
17549 * gdb.base/sigall.exp: Ditto.
17550 * gdb.base/interrupt.exp: Ditto.
17551
17552 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17553 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17554 RedHat 4.0.
d63a86f8 17555
c906108c
SS
17556 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17557 linux. This allows the test case to at least compile on latest
17558 linux, but still not run due to missing the threads runtime library.
17559
17560Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17561
17562 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17563 directory to search gdb directory. Accept and step over conditional
17564 stack alignment code. Consume $prompt in failure cases.
17565 Reset timeout to $oldtimeout instead of some arbitrary value.
17566 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17567 timeout problems with infinite stack backtraces.
17568 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17569 Accept function parameters for linkfunc member.
17570
17571Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17572
17573 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17574 (CXXFLAGS): Remove, unreferenced.
17575 (B_OPTIONS): Add for -B options and add code to initialize with
17576 previous -B options and also add -B option to pick up cross compiled
17577 runtime.
17578 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17579 doing cross compiles.
17580 (target_alias): Declare global.
17581 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17582 to verify that gcc exists in build tree, and if so set CC to that
17583 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17584
c906108c
SS
17585Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17586
17587 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17588 ptype test for anonymous union. Fixup testcase to match
17589 current gcc debug output.
17590
17591Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17592
17593 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17594 force argument to an unsigned long type.
17595
17596Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17597
17598 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17599 tests and anonymous union print/ptype tests.
17600 * gdb.base/list.exp (test_forward-search): Increase timeout by
17601 5 minutes for the "search extremely long line" case.
17602 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17603 completely optional and that the pass/fail messages use the command as
17604 the message if that third arg is a null string.
17605 (gdb_test_exact): Arrange that a null string pattern means match a
17606 null string output rather than any output, which might include random
17607 errors.
17608 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17609 backtrace test.
17610 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17611 always failing and failure is now exposed by gdb.exp changes.
17612
17613Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17614
17615 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17616 weren't being noted.
17617
17618Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17619
17620 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17621 * gdb.stabs/weird.exp: Remove v_comb xfails.
17622
dc96c6c7 17623Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17624
17625 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17626 list.exp scope.exp watchpoint.exp]
c906108c 17627 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17628
dc96c6c7 17629Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17630
17631 * config/monitor.exp: Increase download timeout to 1000 seconds.
17632
dc96c6c7 17633Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17634
17635 * config/m32r.exp: Increase timeout to 120 seconds.
17636
17637Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17638
17639 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17640 and accept older ordering as obsolescent gcc or gdb.
17641 * gdb.c++/templates.exp: Ditto.
17642 * gdb.c++/virtfunc.exp: Ditto.
17643
17644Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17645
17646 * gdb.base/coremaker.c: Add code to mmap some data so we
17647 can check that it ends up in the core file.
17648 * gdb.base/corefile.exp: Add test to read mmapped data
17649 from core file.
17650
dc96c6c7 17651Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17652
17653 * config/m32r.exp: New file.
17654
17655Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17656
17657 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17658 that cflags can contains -gstabs, and work correctly for other tests.
17659
dc96c6c7 17660Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17661
17662 * gdb.base/setshow.exp: New file, tests show and set.
17663 * gdb.base/setshow.c: New file, tests show and set.
17664 * gdb.base/help.exp: Add test for help set|show annotate.
17665 * gdb.base/default.exp: Add test for set|show annotate.
17666
17667Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17668
17669 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17670 errors unique.
17671 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17672 explicitly.
17673
17674Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17675
17676 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17677 and width commands. This is done elsewhere.
17678 * (gdb_start): Don't call gdb_start_sim here. That's already
17679 done in gdb_load. This fixes lots of failures in default.exp.
17680
17681Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17682
17683 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17684 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17685 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17686 in the same we we treat other failures (since it may be an expected
17687 condition), rather than as an error.
17688 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17689 old test format.
17690
17691Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17692
17693 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17694 (distclean maintainer-clean realclean): No need to remove files
17695 twice. Nuke the duplicates.
17696 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 17697 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
17698 Remove config.h along with other config files.
17699
17700Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17701
17702 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17703 "p func1 ()" and note that rests of tests are skipped.
17704 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17705 setup_xfails for "print func2::coremaker_local".
17706 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17707 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17708 affected by the previous run test.
17709 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17710 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17711 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17712 "pass int powerset tuple" and "pass modeless int powerset tuple".
17713 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17714 "real write 4" and "real write 8".
17715 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17716 setup_xfails for "print vs1 after tuple assign 2",
17717 "print \$i after tuple assign 2", and
17718 "print vs2 after tuple assign 2".
17719 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17720 meaningful error message and return -1 so the caller can
17721 suppress further tests and avoid a cascade of errors.
d63a86f8 17722
c906108c
SS
17723Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17724
17725 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17726 format for printing version.
17727 * gdb.base/default.exp: Ditto.
17728 * gdb.base/interrupt.exp: Fix problem with cascade of
17729 errors if child process dies while calling a function.
d63a86f8 17730
c906108c
SS
17731Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17732
17733 * Makefile.in (VPATH): Add
17734 * Makefile.in (Makefile, config.status): Fix rules so things get
17735 remade when necessary.
17736
17737Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17738
17739 * Makefile.in (just-check): Add path to sibling expect dir
17740 to environment variable specified by RPATH_ENVVAR.
17741
17742Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17743
17744 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17745 (just-check): Add shared library paths for libstdc++, tk,
17746 tcl, bfd, and opcodes to the environment variable specified
17747 in RPATH_ENVVAR.
17748 * configure.in: Add support to recognize --enable-shared flag
17749 and generate correct value for RPATH_ENVVAR.
17750 * configure: Regenerated with autoconf.
17751
17752Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17753
17754 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17755 include all osf versions.
17756 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17757 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17758 when target is linux. When failing to build pthreads test
17759 executable, give more meaningful message.
17760 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17761 arg for pthread_create.
d63a86f8 17762
c906108c
SS
17763Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17764
17765 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17766 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17767 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17768 and -lpthreads (everybody else).
17769 (test_startup): Fail gracefully if threads are not supported.
17770 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17771 "p/c array_index("abcdef",2)" when not gcc compiled.
17772 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17773 "print func2::coremaker_local" when not gcc compiled.
17774 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17775 "ptype on opaque struct tagname (statically)",
17776 "ptype on opaque struct tagname (dynamically) 1", and
17777 "ptype on opaque struct tagname (dynamically) 2"
17778 for not compiled with gcc.
17779 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17780 backtrace when compiled with gcc.
d63a86f8 17781 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
17782 than always return success.
17783
17784Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17785
17786 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17787
17788Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17789
17790 * gdb.base/structs.exp: Undo last change.
17791
17792Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17793
17794 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17795 encapsulate all the steps/nexts done during self test, starting
17796 at main, and makes them less sensitive to optimization issues.
17797 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17798 signal handler" test.
17799 * gdb.threads/pthreads.exp: Only run this for native configs.
17800 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17801 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17802 tests.
17803 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17804 for "runto test_calls(void)" test.
d63a86f8 17805
c906108c
SS
17806Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17807
17808 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17809 and don't expect address info in breakpoint confirmations.
17810
17811Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17812
17813 * gdb.base/list.exp (test_forward_search): Increase timeout
17814 temporarily by 60 seconds for searching extremely long line,
17815 and then reset to old value when done. Increase expect input
17816 buffer to 10000.
17817
17818Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17819
17820 * gdb.base/list.exp (test_forward_search): Fix to handle very
17821 long source line without overflowing expect's input buffer.
17822
17823Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17824
17825 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17826 "buffer_full".
17827
17828 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17829 "buffer_full".
17830
17831 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17832 "buffer_full".
17833
17834 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17835 "buffer_full".
17836
17837Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17838
17839 * configure.in (configdirs): Add gdb.threads.
17840 * configure: Regenerated with autoconf.
17841 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17842 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17843 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 17844
c906108c
SS
17845Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17846
17847 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17848
17849Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17850
17851 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17852 each signal's status in the output of "handle all print".
17853 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17854 the \r\n sequence that immediately precedes the gdb prompt.
17855 * gdb.base/a1-selftest.exp: Save original timeout and restore
17856 after test.
17857
17858Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17859
17860 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17861 symbol.
17862
17863Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17864
17865 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17866
17867Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17868
17869 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17870 timeout by 60 seconds.
17871
17872Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17873
17874 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17875 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17876 error return.
17877
17878Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17879
17880 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17881 gdb initialization, also report how long dejagnu waited. Restore
17882 old timeout before doing error return. Temporarily increase timeout
17883 by 3 minutes to allow for slow startups over heavy NFS use.
17884
17885Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17886
17887 * lib/gdb.exp: Report timeout value for verbosity level 2.
17888 * config/gdbserver.exp: Ditto.
17889 * config/hppro.exp: Ditto.
17890 * config/mips-gdb.exp: Ditto.
17891 * config/monitor.exp: Ditto.
17892 * config/netware.exp: Ditto.
17893 * config/sim-gdb.exp: Ditto.
17894 * config/slite-gdb.exp: Ditto.
17895 * config/udi-gdb.exp: Ditto.
17896 * config/unix-gdb.exp: Ditto.
17897 * config/vx-gdb.exp: Ditto.
17898 * gdb.base/a1-selftest.exp: Ditto.
17899 * gdb.base/a2-run.exp: Ditto.
17900 * gdb.base/break.exp: Ditto.
17901 * gdb.base/corefile.exp: Ditto.
17902 * gdb.base/list.exp: Ditto.
17903 * gdb.base/recurse.exp: Ditto.
17904 * gdb.base/scope.exp: Ditto.
17905 * gdb.base/signals.exp: Ditto.
17906
17907Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17908
17909 * gdb.threads/Makefile.in (docdir): Removed.
17910
17911Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17912
17913 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 17914 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 17915 @srcdir@.
d63a86f8 17916 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
17917 autoconf 2.5 or higher.
17918 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17919
17920Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17921
17922 * configure: Regenerated.
17923 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17924 avoid name clashes with SunOS headers.
17925
17926Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
17927
17928 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
17929
17930Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
17931
17932 * gdb.base/callfuncs.exp: Finish last change -- make sure the
17933 prototype information ends up in the compiler info file.
17934
17935Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
17936
17937 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
17938 attempting to regenerate it. Eliminate use of a temporary file
17939 and just generate the info file directly. Source it immediately,
17940 for consistency of use.
17941 * gdb.base/corefile.exp: Ditto
17942 * gdb.base/exprs.exp: Ditto.
17943 * gdb.base/funcargs.exp: Ditto.
17944 * gdb.base/langs.exp: Ditto.
17945 * gdb.base/list.exp: Ditto.
17946 * gdb.base/mips_pro.exp: Ditto.
17947 * gdb.base/nodebug.exp: Ditto.
17948 * gdb.base/opaque.exp: Ditto.
17949 * gdb.base/ptype.exp: Ditto.
17950 * gdb.base/scope.exp: Ditto.
17951 * gdb.base/setvar.exp: Ditto.
17952 * gdb.base/signals.exp: Ditto.
17953 * gdb.base/whatis.exp: Ditto.
17954 * gdb.c++/templates.exp: Ditto.
17955 * gdb.c++/virtfunc.exp: Ditto.
17956 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
17957 whether or not to add -lstdc++ to the compile command line args.
17958
17959Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17960
17961 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
17962 it got fixed by the recent lookup_minimal_symbol_by_pc change.
17963 Increase timeout, a lot of single stepping might be needed if the
17964 target has no hardware watchpoints.
17965
17966Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
17967
17968 * gdb.base/break.exp: Ignore compiler warnings when compiling
17969 break.c.
17970 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
17971 * gdb.base/default.exp: Add h8300 xfails. Handle messages
17972 from remote-sim.
17973 * gdb.base/exprs.exp: Add h8300 xfails.
17974 * gdb.base/funcargs.exp: Likewise.
17975 * gdb.base/nodebug.exp: Likewise.
17976 * gdb.base/printcmds.exp: Likewise.
17977 * gdb.base/ptype.exp: Likewise.
17978 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
17979 h8300 xfails.
d63a86f8 17980 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
17981 on the h8300.
17982 * gdb.base/funcargs.c: Explicitly make last constant argument to
17983 call_after_alloca_subr an unsigned long type.
17984 * gdb.base/return.c: Include stdio.h.
17985
17986Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17987
17988 * config/abug.exp: New file for the older Motorola Bug monitor
17989 that runs on the mvme13x series VME boards.
17990 * config/monitor.exp: Use the new config array for target settings
17991 if they exist.
17992
17993Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
17994
17995 * sim-gdb.exp: Make the SH simulator allocate less space when
17996 it is targeted.
17997
17998Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
17999
18000 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18001 test.
18002
18003Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18004
18005 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18006 "rs6000-*-*" for "list function in include file" when gcc compiled.
18007 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18008 for "p ctable1[120]".
18009 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18010 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18011 Remove setup_xfail for "rs6000-*-*" for
18012 "print 'scope0.c'::filelocal before run".
18013 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18014 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18015 since some compilers don't allow both options to be given
18016 on the same command line. Create object file and move it.
d63a86f8 18017
c906108c
SS
18018Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18019
18020 * gdb.base/corefile.exp: Always regenerate the core file, since
18021 we always regenerate the coremaker program. Detect special case
18022 where registers cannot be read from core file.
d63a86f8 18023
c906108c
SS
18024Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18025
18026 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18027 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18028 * gdb.c++/templates.exp: Only match on basename of file since
18029 some formats like xcoff don't encode directory information.
18030 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18031 and rs6000 AIX xcoff targets.
18032 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18033 * configure: Regenerate.
18034 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18035 here, rather than in distclean.
d63a86f8 18036
c906108c
SS
18037Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18038
18039 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18040 defined, and use it to compile the test case with -O2. The
18041 native compilation still uses no optimization.
18042 * gdb.base/mips_pro.c: Remove inline assembly code since
18043 it is compiled PIC by default, which results in assembler
18044 warnings that make the testsuite think the compilation
18045 was unsuccessful.
18046
18047Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18048
18049 * gdb.c++/misc.exp: Add note to message for
18050 "print s.a for foo struct" that this is a known gcc 2.7.2
18051 and earlier bug.
18052
18053Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18054
18055 * gdb.base/break.exp: Fix pattern for matching "Delete all
18056 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18057 setup_xfail for deleting all breakpoints test. Fix various
18058 timeout messages to include "(timeout)".
18059 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18060 for "p t_float_values2(3.14159,float_val2)".
18061 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18062 for "continue to call2g" when gcc compiled.
18063 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18064 "up to foo in langs.exp", "show language at foo in langs.exp",
18065 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18066 and "show language at fsub in langs.exp".
18067 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18068 "list line 1 in include file", "list message for lines past EOF",
18069 "list function in include file", "list list0.h:foo", and
18070 "list filename:function; nonexistant function".
18071 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18072 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18073 and "ptype t_char_array" to be for native cc only.
d63a86f8 18074
c906108c
SS
18075Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18076
d63a86f8 18077 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
18078 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18079 "print func2::coremaker_local", and "backtrace in corefile.exp".
18080
18081Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18082
18083 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18084 "bt in signals.exp". This problem only appears when running
18085 the testsuite, and then only intermittently.
18086
18087Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18088
18089 * gdb.base/return.exp (return_tests): Differentiate between
18090 two tests of continuing.
18091
18092Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18093
18094 * */Makefile.in (maintainer-clean): Remove config.log.
18095 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18096 * gdb.c++/Makefile.in (PROGS): Add inherit.
18097 (clean): Remove *.ci.
18098
18099Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18100
18101 * gdb.c++/misc.cc: Add test code from Mike Stump.
18102 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18103
18104Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18105
18106 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18107 to "alpha-*-osf2*" and add comment.
18108 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18109 setup_xfail for "step over execarg initialization" and
18110 "step over corearg initialization".
18111 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18112 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18113 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18114 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18115 "print func2::coremaker_local", and "backtrace in corefile.exp".
18116 * gdb.base/signals.exp: Build and source signals.ci.
18117 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18118 to be for gcc only.
18119 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 18120
c906108c
SS
18121Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18122
18123 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18124 Feb 3 procfs.c change.
18125
18126Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18127
18128 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18129
18130Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18131
18132 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18133 from dejagnu's apparent default of 10 seconds, which gives random
18134 results when running the tests over NFS on moderately loaded systems.
18135 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18136
18137Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18138
18139 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18140 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18141 result reports.
18142
18143Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18144
18145 * configure.in (CY_AC_PATH_TCLH): Remove.
18146 * configure: Regenerate.
18147
18148Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18149
18150 * gdb.c++/Makefile.in (clean): Add missing '{'.
18151
18152Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18153
18154 * lib/gdb.exp: Provide a default value for noinferior.
18155
18156 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18157 Load libgloss.exp.
18158
18159Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18160
18161 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18162 the executable, not the .o to run the tests from.
18163
18164Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18165
18166 * gdb.base/break.exp: Don't test for program exit or exit status
18167 if $noresults if nonzero.
18168 * gdb.base/langs.exp: Likewise.
18169 * gdb.base/watchpoint.exp: Likewise.
18170
18171 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18172 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18173 trying to compile the testcase.
18174
18175Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18176
18177 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18178 * gdb.base/signals.exp (continue to handler): Likewise.
18179
18180Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18181
18182 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18183
18184 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18185
18186Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18187
18188 * gdb.base/corefile.exp: Recognize "not found" as failure
18189 when trying to determine if a core file was generated.
18190 If no core file was generate the first time, try again without
18191 the ulimit -c to work around braindamaged shells.
18192
18193Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18194
18195 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18196 [] tests with "test" and enclose string in quotes.
18197 * gdb.stabs/configure: Rebuild
d63a86f8 18198
c906108c
SS
18199Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18200
18201 Changes in sync with expect:
18202 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18203 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18204 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18205 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18206 argument to AC_REQUIRE.
18207 * configure: Regenerated.
18208
18209Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18210
18211 * gdb.base/corefile.exp: When generating a core, discard any
18212 error messages about ulimit not found and the "core dumped"
18213 message from the shell that runs the coredumper.
18214
18215Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18216
18217 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18218
18219 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18220 which sed script to run. Expect failure for v_comb test
18221 on PA targets too.
d63a86f8 18222
c906108c
SS
18223Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18224
18225 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18226 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18227
18228Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18229
18230 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18231 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18232 "sparc-sun-solaris*" xfails for "p v_comb".
18233 * lib/gdb.exp (default_gdb_start): Fix typo.
18234 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18235 messages to not include the full program name that caused
18236 the core dump since some systems (such as solaris) apparently
18237 truncate this path to about 80 characters.
18238 When generating a core file first try increasing the core file
18239 size limit to unlimited since some systems may default it to
18240 zero, and it is harmless to try it. Move the test for failing
18241 to generate a core file to where it will actually get executed.
18242 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18243 new gdb result from g++ debug info improvements and make old
18244 pattern obsolescent. Also account for size_t differences
18245 (may be int or long).
18246 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18247 initialization before function call is placed in the delay slot
18248 and thus appears to be skipped over by commands such as "next".
18249
18250Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18251
18252 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18253
18254Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18255
18256 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18257 input source file; fix code to compile test to deal with this
18258 convention.
18259 * gdb.c++/*.exp: Likewise.
18260
18261Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18262
18263 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18264 "bt in signals.exp".
18265
18266Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18267
18268 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18269 "step over execarg initialization" and
18270 "step over corearg initialization".
18271
18272Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18273
18274 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18275 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18276
18277Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18278
18279 From Rob Savoye (rob@poseidon.cygnus.com)
18280 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18281 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18282 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18283 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18284 configure.in}: Major reworking for autoconfig.
18285 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18286 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18287 New files.
18288 * config/unix-gdb.exp: Make GDB global.
18289 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18290 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18291 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18292 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18293 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18294 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18295 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18296 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18297 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18298 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18299 pr-8136.exp, result.exp, string.exp, tuples.exp},
18300 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18301 to returns as necessary, arrange for test to compile own testcase
18302 executable.
18303 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 18304
c906108c
SS
18305Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18306
18307 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18308 clear_xfail at end of test which might not call either pass or fail.
18309 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18310 "backtrace through signal handler".
18311
18312Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18313
18314 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18315 continuing from a job control stop signal.
18316 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18317
18318Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18319
18320 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18321 * gdb.base/corefile.exp: Likewise.
18322 * gdb.base/funcargs.exp: Likewise.
18323
18324Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18325
18326 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18327 * config/monitor.exp: Add support for setting baud rate.
18328
18329Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18330
18331 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18332 i*86-*-linux* xfails for "backtrace through signal handler".
18333 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18334 "print func2::coremaker_local".
18335 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18336 alpha-dec-osf2* xfail for
18337 "delete all breakpoints when none".
18338
18339Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18340
18341 * gdb.base/break.exp: Change test that deletes all breakpoints
18342 when no user breakpoints are installed. A post 4.15 change
18343 causes gdb to no longer prompt in this case.
18344
18345Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18346
18347 * gdb.base/return.exp (return_tests): Change xfail for test
18348 "correct value returned double test" to stop xfailing at
18349 Solaris 2.5. Apparently the bug has been fixed.
18350
18351Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18352
18353 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18354 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18355
18356Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18357
18358 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18359 * gdb.disasm/hppa.s: Corresponding changes.
18360
18361Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18362
18363 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18364 makefile fragment.
18365 * config/mt-hpux: Deleted.
18366
18367Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18368
d63a86f8 18369 * Many files: When warning about suppressed tests due to a
c906108c
SS
18370 nonexistant test binary, avoid incrementing the warning count.
18371
18372Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18373
18374 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 18375
c906108c
SS
18376Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18377
18378 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18379 "sparc-*-solaris2*".
18380
18381Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18382
18383 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18384 Add global and local variables and initialize them.
18385 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18386 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18387 extracts the file name and terminating signal from the core file.
18388 * TODO: Remove note about tests for correct mapping of corefile.
18389 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18390 from optimizing it away.
18391 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18392 handles common blocks.
18393
18394Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18395
18396 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18397 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18398
18399Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18400
18401 * Makefile.in (maintainer-clean): New target, synonym for
18402 realclean.
18403 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18404 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18405 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18406 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18407 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18408 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18409
18410Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18411
18412 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18413 xfails when not gcc compiled for "print foo::funclocal".
18414 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18415 "print foo::funclocal at foo",
18416 "print 'scope1.c'::foo::funclocal at foo",
18417 "print foo::funclocal_bss at foo",
18418 "print 'scope1.c'::foo::funclocal_bss at foo",
18419 "print foo::funclocal_ro at foo",
18420 "print 'scope1.c'::foo::funclocal_ro at foo",
18421 "print bar::funclocal at foo" and
18422 "print 'scope1.c'::bar::funclocal at foo".
18423 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18424 gcc compiled for "print foo::funclocal at bar".
18425 Expand all messages to ensure that they identify that
18426 the test is at bar().
18427 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18428 gcc compiled for:
18429 "ptype on opaque struct pointer (statically)",
18430 "ptype on opaque struct tagname (statically)",
18431 "ptype on opaque struct pointer (dynamically) 1",
18432 "ptype on opaque struct tagname (dynamically) 1",
18433 "ptype on opaque struct pointer (dynamically) 2" and
18434 "ptype on opaque struct tagname (dynamically) 2
18435 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18436 gcc compiled for:
18437 "p datalocal"
18438 "whatis datalocal",
18439 "ptype datalocal",
18440 "p bsslocal",
18441 "whatis bsslocal", and
18442 "ptype bsslocal".
18443 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18444 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18445 when not gcc compiled.
18446 * gdb.base/funcargs.exp (float_and_integral_args): Add
18447 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18448 compiled.
18449 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18450 "backtrace from call6a" when not gcc compiled.
18451 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18452 "backtrace from call7a" when not gcc compiled.
18453 * gdb.base/callfuncs.exp (do_function_calls):
18454 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18455 "p t_char_array_values(char_array_val2,char_array_val1)",
18456 "p t_char_array_values(char_array_val1,char_array_val2)",
18457 "p t_char_array_values("carray 1","carray 2")",
18458 "p t_char_array_values("carray 1",char_array_val2)",
18459 "p t_char_array_values(char_array_val1,"carray 2")",
18460 "p sum_args(1,{2})",
18461 "p sum_args(2,{2,3})",
18462 "p sum_args(3,{2,3,4})",
18463 "p sum_args(4,{2,3,4,5})"
18464 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18465 "backtrace in corefile.exp" when not gcc compiled.
18466
18467Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18468
18469 * gdb.base/signals.exp: Rewrite `handle all print' test as
18470 a procedure. Accept blanks or TABs as whitespace, increase
18471 timeout and expect input buffer size for the large output
18472 from the command. Remove "i*86-*-bsdi2.0" xfail.
18473
18474Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18475
18476 * gdb.base/setvar.exp: Add new testcases for truncation when
18477 assigning invalid values to bitfields.
18478
18479Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18480
d63a86f8 18481 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18482 mips-sgi-irix* xfail for
18483 "call inferior func with struct - returns char *"
18484 and fix test so that an optional (unsigned char *) cast is
18485 accepted in the result.
18486
18487Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18488
18489 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18490 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18491 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18492 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18493 that accidentally got checked in.
18494
18495Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18496
d63a86f8 18497 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18498 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18499 compiled test.
18500 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18501 Add mips-sgi-irix5* xfail for not gcc compiled.
18502 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18503 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18504 "p top", "whatis top", "p middle", and "whatis middle".
18505 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18506 "whatis signed char" for not gcc compiled.
18507 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18508 "set variable signed char=-1 (-1)" and
18509 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18510 * gdb.base/funcargs.exp (float_and_integral_args):
18511 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18512 Add mips-sgi-irix* xfail when not gcc compiled for
18513 "continue to call2b".
18514 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18515 "continue to call2g".
18516 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18517 "backtrace from call6a"
18518 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18519 "backtrace from call7k".
18520 Add mips-sgi-irix5* xfail when not gcc compiled for
18521 "backtrace from call7a".
18522 (localvars_after_alloca): Fix gdb_test cmds for
18523 "print * after runto ...".
18524 Remove rs6000-*-* xfails for
18525 "print i after runto localvars_after_alloca" and
18526 "print l after runto localvars_after_alloca"
18527 for all compilers.
18528 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18529 when not compiled with gcc, for:
18530 "print signed char == (minus)",
18531 "print signed char != (minus)",
18532 "print signed char < (minus)",
18533 "print signed char > (minus)".
18534 * gdb.base/callfuncs.exp (do_function_calls):
18535 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18536 "call inferior func with struct - returns char *".
d63a86f8 18537 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18538 "correct value returned double test" to include Solaris 2.4.
18539 * gdb.base/funcargs.exp (float_and_integral_args):
18540 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18541
c906108c
SS
18542Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18543
18544 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18545 enumeration bitfields if compiling with GNU C.
18546 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18547 to empty' prompt.
18548
18549Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18550
18551 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18552 test for PRO targets.
18553
18554 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18555 breakpoints in the inferior at any given time by making
18556 two groups of breakpoints for call2*, call6* and call7*
18557 tests.
18558
18559Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18560
18561 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18562 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18563 from optimizing it away.
18564 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18565 "call inferior func with struct".
18566
18567Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18568
18569 * configure.in: Only configure gdb.chill for particular targets.
18570
18571Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18572
18573 * gdb.base/Makefile.in: Add action to .c.o transformation
18574 rule that generates a .ci file for each .o file and remove
18575 explicit .c.o rules except for callfuncs.o.
18576 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18577 generates a .ci file for each .o file and remove explicit
18578 .cc.o rules.
18579 (clean): Remove *.tmp *.ci files.
18580 (EXECUTABLES): Remove templ-info.exp.
18581 * gdb.base/compiler.c: New file.
18582 * gdb.c++/compiler.cc: New file
18583 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18584 Change rs6000-*-* xfail for
18585 "print 'scope0.c'::filelocal_ro" and
18586 "print 'scope1.c'::filelocal" and
18587 "print 'scope1.c'::filelocal_bss" and
18588 "print 'scope1.c'::filelocal_ro" and
18589 "print 'scope1.c'::foo::funclocal" and
18590 "print 'scope1.c'::foo::funclocal_ro" and
18591 "print 'scope1.c'::bar::funclocal" and
18592 "print 'scope0.c'::filelocal_ro" and
18593 "print 'scope1.c'::filelocal at foo" and
18594 "print 'scope1.c'::filelocal_bss at foo" and
18595 "print 'scope1.c'::filelocal_ro at foo" and
18596 "print 'scope1.c'::foo::funclocal at foo" and
18597 "print 'scope1.c'::foo::funclocal_bss at foo" and
18598 "print 'scope1.c'::foo::funclocal_ro at foo" and
18599 "print 'scope1.c'::bar::funclocal at foo" and
18600 "print 'scope0.c'::filelocal_ro" and
18601 "print 'scope1.c'::filelocal" and
18602 "print 'scope1.c'::filelocal_bss" and
18603 "print 'scope1.c'::filelocal_ro" and
18604 "print 'scope1.c'::foo::funclocal" and
18605 "print 'scope1.c'::foo::funclocal_bss" and
18606 "print 'scope1.c'::foo::funclocal_ro" and
18607 "print 'scope1.c'::bar::funclocal" and
18608 "print 'scope1.c'::bar::funclocal_bss"
18609 to only be xfail'd when not compiled with gcc.
d63a86f8 18610 Add rs6000-*-* xfail for
c906108c
SS
18611 "print 'scope0.c'::filelocal_bss before run"
18612 when compiled with gcc.
18613 (test_at_main): Add rs6000-*-* xfail for
18614 "print filelocal_ro in test_at_main"
18615 when compiled with gcc.
18616 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18617 Add rs6000-*-aix* xfail for
c906108c
SS
18618 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18619 "ptype t_char_array", not compiled with gcc.
18620 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18621 xfail for "list foo (in include file)" when gcc compiled.
18622 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18623 (integral_args): Add rs6000-*-* xfail for
18624 "run to call0a" if not compiled with gcc.
18625 (unsigned_integral_args): Add rs6000-*-* xfail for
18626 "run to call1a" if not compiled with gcc.
18627 (float_and_integral_args): Add rs6000-*-* xfail for
18628 "run to call2a" if not compiled with gcc and for
18629 "continue to call2b" for any compiler.
18630 Add rs6000-*-* xfail to
18631 "print f1 after run to call2a" for gcc compiled.
18632 (discard_and_shuffle): Add rs6000-*-* xfail for
18633 "run to call6a".
18634 (shuffle_round_robin): Add rs6000-*-* xfail for
18635 "backtrace from call7a" if not compiled with gcc.
18636 Add rs6000-*-* xfail for
18637 "backtrace from call7b" if compiled with gcc.
18638 (call_after_alloca): Add rs6000-*-* xfail for
18639 "print c in call_after_alloca" and
18640 "print s in call_after_alloca" and
18641 "backtrace from call_after_alloca_subr"
18642 if not compiled with gcc.
18643 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18644 "print c in localvars_in_indirect_call" and
18645 "print c in localvars_in_indirect_call" and
18646 "backtrace in indirectly called function" and
18647 "stepping into indirectly called function"
18648 if not compiled with gcc.
18649 (localvars_after_alloca): Add rs6000-*-* xfail for
18650 "print c after runto localvars_after_alloca" and
18651 "print s after runto localvars_after_alloca" and
18652 "print i after runto localvars_after_alloca" and
18653 "print l after runto localvars_after_alloca"
18654 for all compilers.
18655 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18656 than whatis-info.exp.
18657 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18658 than opaque-info.exp.
18659 Setup rs6000-*-* xfail for
d63a86f8 18660 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18661 "ptype on opaque struct pointer (dynamically)" when
18662 not compiled with gcc.
18663 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18664 rather than callf-info.exp.
18665 (do_function_calls): Add clear_xfail for rs6000-*-* for
18666 "p t_float_values2(3.14159,float_val2)". Seems to work
18667 fine there, both with xlc and gcc. Need to find out what
18668 it is doing right and fix other platforms.
18669 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18670 "call inferior func with struct - returns int",
18671 "call inferior func with struct - returns long",
18672 "call inferior func with struct - returns float",
18673 "call inferior func with struct - returns double",
18674 "call inferior func with struct - returns char *",
18675 but only if not gcc compiled (presumes xlc compiled).
18676 Change rs6000-*-* xfails for
18677 "call inferior func with struct - returns char" and
18678 " call inferior func with struct - returns short" to only
18679 xfail if not using gcc.
18680 (clean mostlyclean): Remove *.ci and *.tmp files.
18681 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18682 than templ-info.exp.
18683 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18684 Add rs6000-*-* xfail for "up to foo in langs.exp"
18685 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18686 when not gcc compiled.
d63a86f8 18687
c906108c
SS
18688Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18689
18690 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18691 * gdb.base/corefile.exp: Likewise.
18692 * gdb.base/list.exp: Likewise.
18693 * gdb.base/scope.exp: Likewise.
18694 * gdb.base/siganls.exp: Likewise.
18695
18696 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18697 compiler output.
18698 * gdb.base/whatis.exp: Likewise.
18699
18700Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18701
18702 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18703 failure (opcode table has been fixed to match reality).
18704
18705Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18706
18707 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18708 "call inferior func with struct - returns char",
18709 "call inferior func with struct - returns short"
18710
18711 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18712 "print 'scope0.c'::filelocal at main",
18713 "print 'scope0.c'::filelocal_bss in test_at_main",
18714 "print 'scope0.c'::filelocal at foo",
18715 "print 'scope0.c'::filelocal_bss in test_at_foo",
18716 "print 'scope0.c'::filelocal at bar",
18717 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 18718
c906108c
SS
18719 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18720 in source file 1". This bug seems to have been fixed with both
18721 gcc and native cc (was native assembler bug?).
18722
18723Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18724
18725 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18726 "backtrace through signal handler" to "i*86-*-sysv4*".
18727 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18728 continue" case. Add "known SVR4 bug" to fail message.
18729 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18730 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18731 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18732 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18733 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18734 "up to foo in langs.exp", "show language at foo in
18735 langs.exp", "up to cppsub_ in langs.exp", "show
18736 language at cppsub_ in langs.exp", "up to fsub in
18737 langs.exp", and "show language at fsub in langs.exp".
18738 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18739 "bactrace in corefile.exp".
18740 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18741 "call inferior function with struct - returns float" and
18742 "call inferior function with struct - returns double".
d63a86f8 18743
c906108c
SS
18744Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18745
18746 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18747 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18748 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18749 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18750
18751Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18752
18753 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18754 (or overriden) "CHILL" macro rather then bare "gcc".
18755 Also look for ../../gcc/xgcc since that is what we will
18756 actually need, not "Makefile". Remove following assignment
18757 of CHILL to CHILL_FOR_TARGET because that results in
18758 recursive definition.
18759
18760Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18761
18762 * gdb.base/corefile.exp: Change xfail for backtrace in
18763 corefile.exp from linuxaout to all linux.
18764 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18765 cases where we miss the breakpoint at the signal handler
18766 for some reason. Setup xfail for linuxoldld/linuxaout and
18767 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18768 hitting SIGURG breakpoint.
18769 * gdb.base/signals.exp: Setup xfail for "next" acting like
18770 continue to add linuxoldld. Setup xfail for all linux for
18771 "next to handler in signals_tests_1", "backtrace in
18772 signals_tests_1", "continue to func1", "pass SIGUSR1",
18773 and continue to handler".
18774
18775Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18776
18777 * Update all FSF addresses except those in COPYING* files.
18778
18779Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18780
18781 * gdb.base/a2-run.exp: Change messages to be more explicit about
18782 the status of args, and quote binfile in results.
18783
18784Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18785
18786 * gdb.base/callfuncs.exp: Add tests for passing structs to
18787 inferior functions and return various types.
18788 * gdb.base/callfuncs.c: Add functions to receive a struct
18789 and return a member of the struct, in various types.
18790
18791Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18792
18793 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18794
18795Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18796
18797 * config/vxworks29k.exp: New file, sources vxworks.exp.
18798
18799Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18800
18801 * config/gdbremote.exp: New file. Testing framework using
18802 gdbserver.
18803
18804Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18805
18806 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18807 "call function when asleep" and "send end of file".
18808 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18809 for "backtrace in corefile.exp".
18810 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18811 for "backtrace through signal handler".
18812 * gdb.base/corefile.exp: Make sure we actually generate a core file
18813 before trying the core tests. Some systems allow the user to suppress
18814 generation of core files and default to that (linux for example).
18815 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18816 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18817
18818Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18819
18820 * gdb.threads: New directory with some crude multi-threaded
18821 gdb tests (step.exp and step2.exp).
18822 * config/mt-lynx (STEP_EXECUTABLE): Define.
18823 (THREADFLAGS): Define.
18824
18825Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18826
18827 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18828
18829 * gdb.base/signals.exp: Disable whole file for lynx until
18830 further notice.
18831
18832 * gdb.base/signals.exp: xfail test where "next" acts like
18833 "continue" for lynx.
18834
18835 * gdb.base/interrupt.exp: xfail test for calling function while
18836 inferior is asleep for lynx.
18837
18838 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18839 than one cr-lf after each command.
18840
18841Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18842
18843 * configure.in: Reinstate setting of stabsdirs variable, fix
18844 typo in setting up configdirs for native builds.
18845
18846 * gdb.base/return.exp: Fix typo in return double test.
18847 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18848 compiler from optimizing them away.
18849
18850Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18851
18852 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18853 sequences to be echo'd by gdb when using gdb_test.
18854 * gdb.chill/chexp.exp: Likewise.
18855 * gdb.fortran/exprs.exp: Likewise
18856
18857Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18858
18859 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18860 after the inferior gdb has started.
18861
18862 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18863 after each command.
18864 * gdb.base/funcargs.exp: Likewise.
18865 * gdb.base/gdbvars.exp: Likewise.
18866 * gdb.base/interrupt.exp: Likewise.
18867 * gdb.base/list.exp: Likewise.
18868 * gdb.base/watchpoint.exp: Likewise.
18869 * gdb.c++/demangle.exp: Likewise.
18870 * gdb.c++/inherit.exp: Likewise.
18871 * gdb.chill/chexp.exp: Likewise.
18872 * gdb.fortran/exprs.exp: Likewise.
18873
18874 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18875 test if we can't handle IO to/from the inferior.
18876
18877 * gdb.c++/misc.exp: Always check for a program already being
18878 started after sending a "run" command to gdb.
18879
18880 * gdb.base/twice.exp: Start with a fresh gdb.
18881
18882 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18883 only depend on gdb's expression code, not the chill runtime.
18884
18885 * gdb.base/return.c: Put return values into variables so we
18886 can have gdb print them rather than depending on the program
18887 to print them.
18888 * gdb.base/return.exp: Corresponding changes.
18889
18890 * lib/gdb.exp: Provide default value for noinferiorio.
18891 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18892 the inferior.
18893
18894 * gdb.base/break.exp: Always check for a program already being
18895 started after sending a "run" command to gdb.
18896 (text_next_with_recursion): Don't check the output from the
18897 program's printf statement. Instead just make sure the program
18898 exited.
18899
18900 * gdb.base/commands.exp: Protect tests which need arguments with
18901 $noargs conditionals.
18902
18903Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18904
18905 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18906 of structure member arrays to match gdb/valops.c:value_addr change.
18907
18908Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18909
18910 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18911 cases.
18912
18913Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18914
18915 * configure.in (configdirs): Remove gdb.chill from default list
18916 of subdirs and then add it back in only if doing a native build.
18917 The current chill compiler does not yet work in any cross build.
18918 * Revert all signal changes from Jul 6.
18919 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18920 for sh-hms targets, allowing these tests to link, with no other
18921 changes. Testing is suppressed by setting "nosignals" in site.exp.
18922
18923Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18924
18925 * configure.in (signaldirs): Define and add to configdirs for all
18926 targets except some specific ones that are known to not support signals.
18927 Also clean up formatting.
18928 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
18929 (signals, sigall): Remove rules to build.
18930 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
18931 Moved to new gdb.signals directory.
18932 * gdb.signals: New test directory.
18933 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
18934 signals.c signals.exp}: New or moved files.
18935
18936Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
18937
18938 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
18939
18940Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
18941
18942 * gdb.base/return.exp: Xfail `return double' test failure
18943 on at least Solaris 2.3 and handle future/past versions on
18944 a case by case basis as appropriate. Also update message
18945 to include i*86 failures.
18946
18947Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18948
18949 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
18950
18951 * lib/gdb.exp: Fix comment which erroneously identified
18952 gdb_file_cmd as gdb_load (the 19 May change was in fact to
18953 gdb_file_cmd not gdb_load).
18954 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
18955
18956 * gdb.base/setvar.exp: Make test names consistent between pass and
18957 fail cases. Use gdb_test more.
18958
18959Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18960
18961 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
18962
18963Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18964
18965 * gdb.base/help.exp: Fix expected help string for `show commands'.
18966
18967Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
18968
18969 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
18970
18971 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
18972 of a text section.
18973
18974Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
18975
18976 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
18977 that loop eventually terminates. Fix Connection refused logic so
18978 that testsuite will expire nicely.
18979
18980Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
18981
18982 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
18983 config/rom68k.exp: New tcl glue for the appropriate monitors.
18984 These all just end up calling monitor.exp.
18985 * config/monitor.exp (gdb_target_monitor): Handle `Connection
18986 refused' by retrying. Cleanup some timeout issues.
18987 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
18988 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
18989 callers don't have to set/restore global timeout variable.
18990
18991 * The following set of changes centralizes management of the global
18992 timeout variable. This way, it can be set in one target dependent
18993 place instead of dozens of places scattered throughout the test suite.
18994 If you need to lengthen a timeout, then you should either set timeout
18995 in one of the config/{target}.exp files, or multiply it by a factor.
18996 Setting it to an absolute value is always going to lose for some
18997 targets.
18998 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
18999 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19000 * gdb.base/funcargs.exp: Don't set timeout.
19001 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19002 * gdb.base/printcmds.exp (test_print_string_constants
19003 test_print_array_constants): Don't set timeout.
19004 * gdb.base/ptype.exp: Don't set timeout.
19005 * gdb.base/recurse.exp: Don't set timeout.
19006 * gdb.base/return.exp: Don't set timeout.
19007 * gdb.base/watchpoint.exp: Don't set timeout.
19008 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19009 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19010
19011Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19012
19013 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19014
19015Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19016
19017 * lib/gdb.exp: Disable chill tests for irix5.
19018
19019Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19020
19021 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19022 each test pass or fail.
19023
19024Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19025
19026 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19027 xlc not gcc.
19028
19029Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19030
19031 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19032
19033Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19034
19035 * config/est.exp: Fix copyright and comments. Remove dead code.
19036 Use targetname, serialport and baud variables instead of fixed
19037 constants.
19038 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19039 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19040
19041Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19042
19043 * gdb.base/watchpoint.exp: Don't run
19044 test_watchpoint_triggered_in_syscall for sunos.
19045
19046Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19047
19048 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19049 they don't seem to exist. Do include stdio.h.
19050
19051Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19052
19053 * gdb.base/a1-selftest.exp: Add alpha xfail.
19054
19055Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19056
19057 * gdb.base/watchpoint.c (main): Prompt before calling read().
19058 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19059 Revise accordingly. Remove cruft about sending "123" several
19060 times, until it gets noticed. Clean up the "print buf[0]" stuff
19061 so that it passes or fails, and waits for prompts in the usual way.
19062
19063Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19064
19065 * gdb.base/recurse.exp: Fix comment.
19066
19067 * TODO: Remove item about printing variables in nodebug.exp. Add
19068 item about enabling tests which are only run on some targets.
19069
19070 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19071 fail, make test names unique, use new gdb_test convention
19072 regarding pattern, use gdb_test more, etc.).
19073
19074 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19075 fail, make test names unique, etc.).
19076
19077Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19078
19079 * gdb.base/nodebug.c: Change return type of top and middle to
19080 short.
19081 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19082 are fixed by the recent mdebugread.c changes. Allow `short ()'
19083 as type for top and middle.
19084
19085Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19086
19087 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19088 nearly as I can tell, the whole thing was an accident in Stu's
19089 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19090 to replace a send/expect pair with gdb_test, but ended up only
19091 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19092 of 30 Mar 1995 took care of it, but left this vestigial comment
19093 which I am now nuking.
19094
19095Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19096
19097 * gdb.base/break.exp: Look for different line number for
19098 breakpoint at main depending on usestubs.
19099
19100Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19101
19102 * gdb.base/list.exp: Adjust some alternate expect patterns to
19103 match recent list0.c change. Add alternate expect pattern for
19104 output from `list default lines around main' for optimizing
19105 compilers.
19106
19107Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19108
19109 * lib/gdb.exp: If nosignals is not set, set it to 0.
19110
19111Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19112
19113 * config/slite-gdb.exp: Responds to load symbol table prompt.
19114 * gdb.base/break.exp: Adjust line number, fix rerun.
19115 * gdb.base/langs0.c: Add #ifdef usestubs.
19116
19117Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19118
19119 * gdb.base/list.exp: Adjust line contents after adding new lines in
19120 list0.c. Also fix a syntax error.
19121
19122 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19123 * gdb.base/break.exp: ditto.
19124 * gdb.base/list.exp: ditto.
19125 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19126 * gdb.base/run.c: ditto.
19127 * gdb.base/list0.c: ditto.
19128 * gdb.base/funcargs.c: ditto.
19129
19130Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19131
19132 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19133 $targetname, $serialport and $baud instead of hardwired variables.
19134 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19135 target doesn't support signals.
19136
19137Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19138
19139 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19140
19141Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19142
19143 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19144 Don't rely on the value of an auto variable before it has been
19145 initialized. Use gdb_test more.
19146
19147Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19148
19149 * lib/gdb.exp (default_gdb_version): A version number must start
19150 with a digit, but other than that contains all characters up to
19151 the first whitespace character.
19152
19153Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19154
19155 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19156
19157Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19158
19159 * gdb.c++/*.exp: Warn if executable does not exist. The original
19160 reason for skipping the warning was that configure.in sometimes
19161 intentionally skipped building the executables but the tcl code
19162 had no way of knowing. That (a) was always bogus with respect to
19163 error handling, (b) is no longer true (right now there is no way
19164 to skip C++ tests).
19165
19166 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19167
19168Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19169
19170 * gdb.base/list.exp: Add expect patterns for output from
19171 SunPRO compiled executables.
19172 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19173 types.
19174
19175Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19176
19177 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19178 number (we are already testing that the correct source line text
19179 gets printed).
19180
19181 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19182 that is what is intended, but something needed to be done to get
19183 sunos4 native working again.
19184
19185 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19186
19187 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19188 apparently went with a (very) old xfail.
19189
19190Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19191
19192 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19193 runto_main is a proc in gdb.exp that will do 'step' for target use
19194 stubs.
19195 * gdb.base/exprs.exp: ditto.
19196 * gdb.base/interrupt.exp: ditto.
19197 * gdb.base/opaque.exp: ditto.
19198 * gdb.base/printcmds.exp: ditto.
19199 * gdb.base/ptype.exp: ditto.
19200 * gdb.base/scope.exp: ditto.
19201 * gdb.base/setvar.exp: ditto.
19202 * gdb.base/signals.exp: ditto.
19203 * gdb.base/twice.exp: ditto.
19204 * gdb.c++/classes.exp: ditto.
19205 * gdb.c++/inherit.exp: ditto.
19206 * gdb.c++/templates.exp: ditto.
19207 * gdb.base/break.exp: no run and hit main for stubs. Change line
19208 numbers for breakpoints and info breakpoint.
19209 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19210 breakpoint().
19211 * gdb.base/callfuncs.c: ditto.
19212 * gdb.base/exprs: ditto.
19213 * gdb.base/interrupt.c: ditto.
19214 * gdb.base/opaque0.c: ditto.
19215 * gdb.base/printcmds.c: ditto.
19216 * gdb.base/ptype.c: ditto.
19217 * gdb.base/scope0.c: ditto.
19218 * gdb.base/setvar.c: ditto.
19219 * gdb.base/signals.c: ditto.
19220 * gdb.base/twice.c: ditto.
19221 * gdb.c++/misc.cc: ditto.
19222 * gdb.c++/templates.cc: ditto.
19223
19224Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19225
19226 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19227
19228 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19229 somewhere between `read' and `main.c'. I'm pretty sure the
19230 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19231 and it isn't particularly useful.
19232
19233 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19234
19235Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19236
19237 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19238
19239Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19240
19241 * config/mt-slite: add LIBS and -nostdlib.
19242 * config/slite-gdb.exp: add this new file to support sparclite target.
19243
19244Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19245
19246 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19247
19248 * gdb.base/a2-run.exp: Change argument to istarget from
19249 "*-*-vxworks" to "*-*-vxworks*".
19250 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19251
19252Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19253
19254 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19255 will not runto main but do a 'step' to step out of breakpoint().
19256 * config/mt-slite: add -Dusestubs.
19257
19258Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19259
19260 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19261 instead of just @.
19262
19263 * gdb.base/signals.exp: Add test for "handle all print".
19264 * TODO: Remove "handle all print". Also remove item about
19265 checking copyright date (I don't like the idea of a spurious FAIL
19266 based on when we run the tests).
19267
19268 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19269 for SunOS4 (reason for failure not investigated). Remove
19270 redundant test for $binfile.
19271
19272 * gdb.base/nodebug.c (array_index): Call malloc.
19273
19274 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19275
19276Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19277
19278 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19279 conventions and slightly simplify the matching regexp.
19280
19281Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19282
19283 * gdb.base/break.exp: Update gdb_test invocation to use new
19284 convention.
19285
19286 * lib/gdb.exp: If noargs is not set, set it to 0.
19287
19288 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19289 tests unique.
19290
19291 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19292
19293Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19294
19295 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19296 one argument of type "<non-float parameter>".
19297
19298Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19299
19300 * config/rom68k.exp: New file to support Motorola IDP board.
19301 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19302 * gdb.base/break.c: Change things around so that this program
19303 doesn't depend upon args. This is necessary to make remote
19304 targets work (in general, they can't take args).
19305 * gdb.base/break.exp: Don't try to send args to program. Don't
19306 expect output. Also, replace lots of code with gdb_test.
19307
19308Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19309
19310 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19311 printing of '\'' (which is what the comment says we are testing,
19312 even though we were not), not '''.
19313 (test_integer_literals_rejected): Test that printing ''' is an error.
19314
19315 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19316 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19317 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19318 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19319 Use gdb_test not test_print_accept.
19320 * lib/gdb.exp: Remove test_print_accept.
19321
19322 * gdb.base/signals.exp (signal_tests_1): Make pass message
19323 consistent with fail message.
19324
19325 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19326 unsigned char; the bug (PR 1821) is fixed.
19327
19328 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19329
19330 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19331 successful tests--makes xfailing them work right.
19332
19333Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19334
19335 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19336 only \r\n, not .*. The test can pass .* as the last thing in
19337 $pattern if that is what it wants. In addition to providing this
19338 flexibility, this change should speed up pattern matching in cases
19339 where the pattern already ended with .* (there were a number of
19340 them). This change also helps catch bad patterns--in the old
19341 scheme the typo "char \*" instead of "char \\*" would pass. Now
19342 it is caught.
19343 * Many .exp files: Update callers.
19344
19345 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19346 clearer and does not spuriously match multiple ('s. Likewise for
19347 ) and *.
19348
19349 * gdb.base/nodebug.exp: Test ability to call a function and pass
19350 it a string (even with no debugging info).
19351
19352 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19353 "p '\'", which is the same as "p ''" once tcl gets done with
19354 quoting, to "p '\\'", which I suspect is what is intended (one
19355 backslash gets sent to GDB).
19356
19357 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19358
19359Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19360
19361 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19362 1817) was fixed literally years ago.
19363
19364Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19365
19366 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19367 test, it causes stepping out of call_after_alloca_subr with
19368 optimizing compilers.
19369 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19370 fails.
19371
19372 * gdb.c++/templates.exp: Source templ-info.exp only if
19373 the templates executable exists.
19374
19375 * gdb.c++/misc.cc (class Contains_static_instance,
19376 class Contains_nested_static_instance),
19377 gdb.c++/classes.exp (test_static_members): Test printing of
19378 a class that contains a static instance of the class.
19379
19380Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19381
19382 * gdb.base/langs2.c (cppsub_): Don't prototype.
19383 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19384 only, I believe).
19385
19386Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19387
19388 * lib/gdb.exp (skip_chill_tests): New procedure.
19389
19390 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19391
19392Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19393
19394 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19395 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19396
19397Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19398
19399 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19400
19401 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19402 disassemble 8, not 16, instructions for part 4.
19403
19404 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19405 support the latter anymore.
19406
19407 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19408 -DNO_PROTOTYPES.
19409 * gdb.base/callfuncs.c: Control use of prototypes based on
19410 NO_PROTOTYPES, not __STDC__.
19411 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19412 t_float_values2 tests if prototypes in use.
19413
19414 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19415 t_double_values): When checking differences against DELTA, check
19416 that difference is within the range (-DELTA,DELTA), not just
19417 (-infinity,DELTA).
19418
19419Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19420
19421 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19422 'file' command firts, then 'target', then 'load', this is due to gdb
19423 target set up.
19424 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19425
19426Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19427
19428 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19429 FP load/store variants.
19430 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19431
19432Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19433
19434 * gdb.base/term.exp: Do not give a warning if not native, it is
19435 not an abnormal condition.
19436
19437Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19438
19439 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19440 t_char_array".
19441
19442Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19443
19444 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19445 are getting the version number.
19446
19447 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19448 if not native, it is not an abnormal condition.
19449
19450Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19451
19452 * lib/gdb.exp: Just use "file exists", rather than undocumented
19453 dejagnu procedure "findfile".
19454
19455Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19456
19457 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19458 (LDFLAGS): Set to -Xlinker -Ur.
19459
19460 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19461 Removed, these values are set by lib/gdb.exp.
19462
19463 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19464
19465Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19466
19467 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19468 of replicating gdb startup code.
19469
19470 * config/mt-vxworks (LDFLAGS): Set to -r.
19471 (CFLAGS_FOR_TARGET): Removed.
19472
19473 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19474 (gdb) and gdb for vxworks uses (vxgdb).
19475
19476 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19477 executable is not in the tree and host != target, use sed and
19478 program_transform_name to determine the gdb name used by the
19479 target.
19480
19481 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19482 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19483
19484Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19485
19486 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19487 floats, chars, and shorts where there are ANSI-style function
19488 definitions.
19489
19490 * gdb.base/langs.exp, gdb.base/langs*: New test.
19491 * gdb.base/Makefile.in: Build it.
19492 * TODO: Remove item about checking that C names don't get C++
19493 demangling applied; this test tests it.
19494
19495Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19496
19497 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19498 went with the const70 xfail. The xfail went away a year ago.
19499
19500 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19501
19502 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19503 for hp300.
19504
19505 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19506
19507 * gdb.base/a1-selftest.exp: Don't run on hp300.
19508
19509Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19510
19511 * Makefile.in (site.exp): Set host_alias and target_alias as well
19512 as host_triplet and target_triplet.
19513
19514Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19515
19516 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19517
19518 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19519 places as other ecoff systems).
19520
19521 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19522 ultrix.
19523
19524Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19525
19526 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19527 remove them.
19528 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19529 variable and "variable" in addition to "data variable".
19530 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19531
19532 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19533 2.
19534 * gdb.base/list1.c (long_line): Add additional statement at start
19535 of function.
19536 * gdb.base/list.exp (test_forward_search): Update line number to
19537 reflect new statement.
19538
19539Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19540
19541 * gdb.base/signals.exp: Reinitialize searched source directories
19542 after gdb_start call.
19543
19544Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19545
19546 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19547 * gdb.stabs/Makefile.in: Likewise.
19548
19549 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19550 change. Instead split the tests into smaller pieces.
19551 * gdb.disasm/hppa.s: Corresponding changes.
19552
19553Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19554
19555 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19556 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19557
19558 * gdb.base/funcargs.exp: Modify many tests so that every test
19559 either passes or fails. Make some test names unique.
19560
19561Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19562
19563 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19564 Call stty to set interrupt character.
19565
19566 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19567 for HP assembler versus GNU assembler based on actual behavior of
19568 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19569
19570 * TODO: Suggest a few more stepping tests.
19571
19572Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19573
19574 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19575 restart GDB for h8300 after a continue.
19576 (return): Add pattern to match a29k-udi behavior.
19577 * gdb.base/nodebug.exp: Remove obsolete comment.
19578 * gdb.base/regs.exp: New file, testing of register displays.
19579 * gdb.base/return.exp: Fix typo in reference to $objdir.
19580 * gdb.base/whatis.exp: Always start with a fresh GDB.
19581
19582Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19583
19584 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19585 higher, these tests generate a lot of output.
19586
19587Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19588
19589 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19590 code following the catch silently ignored some errors; without the
19591 catch they should be thrown like any other tcl error. Also, the
19592 catch used "" instead of {} which meant all the callers who wanted
19593 to include one of the characters "[]$ had to quote it an extra time.
19594 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19595 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19596 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19597 Remove extra quoting.
19598
19599Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19600
19601 * gdb.base/commands.exp: Make test names unique; every test either
19602 passes or fails. Update some comments.
19603
19604 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19605
19606Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19607
19608 The following fixes a FAIL caused by the fact that the alpha stabs
19609 configuration didn't use the ".if alpha" code in weird.def.
19610 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19611 bit pointer, so the 32 bit version works even on the alpha.
19612 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19613 Remove the stuff which allowed us to have separate versions for
19614 alpha and everything else.
19615
19616 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19617 regexp which "info func operator\[\](" is supposed to match. Fix
19618 string to send to GDB. Note that GDB still doesn't work right. Add a
19619 new test for "info func .perator\[\](" which GDB does handle correctly.
19620
19621 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19622
19623Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19624
19625 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19626 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19627 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19628 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19629 it makes the tests harder to understand and confuses test-o-matic.
19630 The preferred style is that each test provides a PASS or a FAIL,
19631 and has a unique message (e.g. "continue #54" not just "continue")
19632 which is the same for the pass and the fail.
19633 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19634 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19635 to lib/gdb.exp.
19636 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19637 prt_accept which was basically the same thing. Likewise for
19638 test_print_reject and prt_reject.
19639 * lib/gdb.exp (test_print_reject): Add some more error message
19640 patterns to match from the former printcmds.exp (prt_reject).
19641 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19642 One defect of the passcount stuff is that some of it failed to
19643 report XPASS where appropriate.
19644 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19645 stuff before and after arg in expected pattern.
19646 (test_paddr_operator_functions): Re-do test without print_addr_of;
19647 this is the only test which seems to want extra stuff there.
19648
19649Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19650
19651 * gdb.base/nodebug.exp: Update new tests to reflect improved
19652 wording of gdb output.
19653
19654 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19655 and "ptype" work on variables in files compiled without -g.
19656 Replaces commented out "maint print msymbol" tests.
19657
19658Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19659
19660 * gdb.base/setvar.c (dummy): Call malloc.
19661
19662 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19663 losing with the irix4 sed.
19664
19665 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19666 ALRM" on irix4.
19667
19668Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19669
19670 * TODO: Remove items about corefile.exp testing new exec-file and
19671 backtrace; both are now done. Add items about printing enums.
19672
19673Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19674
19675 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19676 "get signal $thissig" test fails.
19677
19678 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19679
19680Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19681
19682 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19683 compiler warning with dec alpha compiler.
19684
19685 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19686 extra \n from gdb_test call (this explains why the prompt test
19687 that I removed yesterday was there).
19688 (user_defined_command_test): Remove extra \n and prompt test.
19689
19690 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19691 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19692 doesn't exist.
19693 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19694 Also remove alpha workaround, which turns out to be because
19695 SIGABRT == SIGLOST.
19696
19697 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19698
19699 * gdb.base/help.exp: Don't test "help show".
19700
19701Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19702
19703 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19704 "set print address" is on.
19705 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19706 pass prompt to gdb_test; gdb_test already looks for the prompt.
19707
19708 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19709
19710 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19711 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19712 was to make sure that gdb can read a core file. But (a) the "read
19713 the corefile" part didn't make it to a1-selftest.exp, we just
19714 delete the corefile after creating it, and (b) we test reading
19715 corefiles in corefile.exp anyway. Also, this test left around a
19716 xgdb process on Solaris.
19717
19718 * gdb.base/corefile.exp: Also test backtrace.
19719
19720Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19721
19722 * gdb.base/commands.exp: Test a simple user defined command with
19723 arguments and if/while statements; verify the full user command is
19724 printed by "show user".
19725
19726 * gdb.base/commands.exp: Test if/while commands as part of a
19727 breakpoint command list; verify they appear in breakpoint
19728 information.
19729
19730Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19731
19732 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19733 than by dividing by zero.
19734
19735Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19736
19737 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19738 performing an inferior call with watchpoints enabled.
19739 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19740 call.
19741
19742Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19743
19744 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19745 of "file" command.
19746
19747 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19748 Add additional pattern for when "int operator int(void);" appears
19749 in a different order.
19750
19751Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19752
19753 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19754
19755 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19756 and "signal" with ".*".
19757
19758Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19759
19760 * TODO: Add note about "handle all nostop".
19761
19762 * gdb.base/{sigall.c, sigall.exp}: New test.
19763 * gdb.base/Makefile.in: Add it.
19764
19765Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19766
19767 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19768 when invoking GDB, suppresses any windowing interface.
19769
19770Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19771
19772 * config/sim-gdb: New file, simulator testing support.
19773
19774Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19775
19776 * gdb.base/interrupt.exp: Test calling func1 twice.
19777
19778Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19779
19780 * gdb.base/list.exp (test_forward_search): Set timeout higher
19781 when we'll be getting lots of output from gdb.
19782
19783 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19784 "init_malloc" to after the expect statement. Run it if that
19785 regexp is taken, but also for two others which happen if source
19786 cannot be found.
19787
19788Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19789
19790 * gdb.base/printcmds.exp: New test, for printing register before
19791 program is running.
19792
19793Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19794
19795 * gdb.base/list.exp: Correct some alternate expect patterns
19796 to reflect changes in list1.c.
19797
19798Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19799
19800 * TODO: Add item regarding large frames.
19801
19802 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19803
19804 * TODO: Remove item about enabling return.exp; it
19805 is enabled. Suggest a few more "return" tests.
19806
19807Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19808
19809 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19810 anonymous unions.
19811
19812Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19813
19814 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19815 and pr-5646.o, so "make" is the same as "make all", not "make
19816 pr-4975.o".
19817
19818Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19819
19820 * gdb.base/list.exp: Adjust expectations to reflect changes in
19821 list1.c.
19822 (test_forward_search): New test proc.
19823 * gdb.base/list1.c (long_line): New function, has long source line.
19824
19825Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19826
19827 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19828 additional line of code that was added.
19829
19830Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19831
19832 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19833 tests so as not to overflow expect's input buffers.
19834 * gdb.disasm/hppa.exp: Corresponding changes.
19835
19836Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19837
19838 Beginnings of template debugging tests.
19839 * gdb.c++/templ-info.cc: New file to test for template
19840 debugging capability of the compiler.
19841 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19842 templ-info.cc.
19843 * gdb.c++/templates.cc: Add explicit template instantiations
19844 to enable compiling with -fno-implicit-templates. Add destructor
19845 and 'value' method to T5 class for template tests.
19846 * gdb.c++/templates.exp: Add testcases for printing of template
19847 types, setting breakpoints on template methods and calling a
d63a86f8 19848 template method.
c906108c
SS
19849
19850Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19851
19852 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19853 branch target since some assemblers (gas-2.5) may emit a
19854 relocation for the branch instead of resolving it in the
19855 assembler.
19856
19857Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19858
19859 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19860 through signal handler.
19861
19862Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19863
19864 * configure.in (*-*-netware): Use config/mt-netware.
19865
19866 * config/mt-netware: New file.
19867 * config/mt-i386-netware: Removed, separate configs for different
19868 netware architectures are no longer needed now that we have
19869 --with-headers.
19870
19871Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19872
19873 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19874 by the recent changes to use ANSI C arithmetic conversions.
19875
19876Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19877
19878 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19879 bug involving using inferior_pid to figure out whether to select a
19880 frame.
19881
19882Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19883
19884 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19885 match the current disassembler output.
19886
19887Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19888
19889 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19890 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19891 types, expect "int" as type of integer values (for now).
19892
19893Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19894
19895 * gdb.base/commands.exp: New tests for if/while commands.
19896
19897Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19898
19899 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19900 by .*, since hex values have different syntax in Chill mode.
19901
19902Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19903
19904 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19905 linefeed from expect pattern for repeated types with indices > 9.
19906
19907Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19908
19909 First part of Fortran test suite.
19910 * gdb.fortran: New directory.
19911 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19912
19913Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19914
19915 * gdb.base/default.exp: Update expect pattern for load command
19916 without arguments.
19917
19918Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19919
19920 * configure.in: Change i386 to i[345]86.
19921 * gdb.base/configure.in: Likewise.
19922 * gdb.c++/configure.in: Likewise.
19923 * gdb.chill/configure.in: Likewise.
19924
19925Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
19926
19927 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
19928 patterns, since that is not a valid context for comments.
19929
19930Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
19931
19932 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
19933 repeated types and repeated types with indices > 9.
19934
19935Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
19936
19937 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
19938 2417; old bug has been fixed.
19939
19940Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
19941
19942 * gdb.base/interrupt.exp: When trying to wake up the inferior,
19943 send the newline ourselves instead of assuming gdb_test will do
19944 so when passed an empty input string.
19945
19946 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
19947 stabs testcode.
19948
19949Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19950
19951 * lib/gdb.exp (gdb_test): Don't send anything if the first
19952 argument is an empty string. This makes cases where we want to
19953 match output that is already in expect's buffers (for example,
19954 matching a breakpoint after gdb_run_cmd has been called) work
19955 reliably.
19956
19957Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19958
19959 * config/netware.exp: New file.
19960
19961Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19962
19963 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
19964 the -B and -L prefixes so we can find the debugging stub.
19965
19966 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
19967 there and we are using the gcc from the tree.
19968
19969 * gdb.base/types.c: Removed.
19970
19971 * gdb.base/configure.in: Look for makefile fragments in ../config.
19972 Recognize i386-*-netware.
19973 * gdb.c++/configure.in: Likewise.
19974
19975Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19976
19977 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
19978 the correct TCL syntax.
19979
19980Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19981
19982 * gdb.base/opaque.exp: use runto instead of messing around with
19983 breakpoints. Simplify by using gdb_test.
19984
19985 * gdb.base/bitfields.exp: restart between tests on netware targets
19986 because breakpoints aren't relocated after target death. Run
19987 processes to completion.
19988
19989 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
19990
19991Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
19992
19993 * Makefile.in: Remove extra tabs that confuse some versions
19994 of "make". Use the newly built gdb to test with by default,
19995 rather than the first one in the tester's search path.
19996
19997Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
19998
19999 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20000
20001 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20002 condition help.
20003
20004Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20005
20006 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20007
20008 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20009 running.
20010 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20011 * gdb.base/funcargs.exp: Likewise.
20012
20013 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20014 * gdb.base/funcargs.exp: Likewise.
20015
20016 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20017 message is "".
20018
20019Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20020
20021 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20022 return,signals,twice}.exp: Handle non-existant binaries
20023 consistantly.
20024
20025 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20026 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20027 might testing a cross development system.
20028
20029Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20030
20031 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20032 runtest script is relative to ${srcdir}, not ${rootdir}.
20033
20034Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20035
20036 * gdb.base/signals.exp: Allow for optionality of breakpoint
20037 address.
20038
20039Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20040
20041 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20042
20043Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20044
20045 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20046 for size_t definition.
20047 * gdb.c++/templates.cc: Likewise
20048
20049 * config/mt-i386-netware: New file.
20050
20051 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20052 defined.
20053
20054 * gdb.base/Makefile.in: Added support for systems that name core
20055 files by appending "core" to the program name.
20056 * gdb.base/a1-selftest.exp: Likewise.
20057
20058Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20059
20060 * gdb.base/return.exp: Add comment and message for `return double'
20061 test failure on Sparc Solaris.
20062
20063Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20064
20065 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20066
20067Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20068
20069 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20070 from optimizing them away.
20071 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20072 patterns to include default constructors and assignment operators,
20073 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20074 character in the output of the virtual base pointer.
20075
20076Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20077
20078 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20079 expression match in print_addr_of to avoid unintented matches.
20080 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20081 versions up to 2.5.8.
20082
20083Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20084
20085 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20086 included file to run under newer versions of expect.
20087 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20088 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20089 Remove xfail for the virtual table of BDDHookV.
20090
20091Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20092
20093 * lib/gdb.exp (string_to_regexp): Set a default result.
20094 (default_gdb_start): Fix misleading message.
20095
20096Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20097
20098 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20099 Remove all CC, etc definitions.
20100 * config/mt-hpux: New file.
20101 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20102 (CFLAGS, LDFLAGS): Define.
20103 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20104
20105 * Makefile.in (site.exp): Don't insert host_os, etc.
20106 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20107 (distclean): Check existence of subdir.
20108 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20109 * gdb.base/Makefile.in: General cleanup and simplification.
20110 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20111 to build executables. Use default rule to build .o files.
20112 (EXPECT, RUNTEST, CC): Fix relative pathname.
20113 (site.exp): Don't insert host_os, etc.
20114 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20115 and/or SIGUSR1 defined.
20116 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20117 * gdb.c++/Makefile.in: General cleanup and simplification.
20118 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20119 (CFLAGS): Remove.
20120 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20121
20122Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20123
20124 * gdb.base/recurse.exp: Misc changes to get tests running again
20125 after Kung's changes to the watchpoint code.
20126 * gdb.base/watchpoint.exp: Likewise.
20127
20128Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20129
20130 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20131
20132Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20133
20134 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20135 * lib/gdb.exp (default_gdb_start): Define.
20136 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20137 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20138 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20139 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20140 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20141 Don't call gdb_target_udi in between tests.
20142
20143Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20144
20145 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20146 (which was basically just a local version of the same thing). In
20147 addition to avoiding duplication, gdb_test_exact is faster.
20148 * lib/gdb.exp (gdb_test_exact): Fix typo.
20149
20150 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20151 don't give an error.
20152
20153 * gdb.base/term.exp: Call delete_breakpoints before starting.
20154
20155 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20156 (t10): Add comment.
20157
20158Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20159
20160 Reorganization of the GDB Test Suite.
20161
20162 * gdb.base: New directory, contains all the basic tests.
20163 * gdb.c++: New directory, tests specific to C++.
20164 * gdb.chill: New directory, tests specific to Chill.
20165 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20166 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20167 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20168 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20169 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20170 t30-31 to chill).
20171 * */gdbme.*: Rename to match appropriate expect scripts.
20172 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20173 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20174 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20175 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20176 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20177 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20178 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20179 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20180 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20181 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20182 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20183 gdb.c++/virtfunc.cc: New names of C++ files.
20184 * gdb.chill/chillvars.ch: New name of Chill file.
20185 * gdb.base/configure.in, gdb.c++/configure.in,
20186 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20187 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20188 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20189 * configure.in (configdirs): Update to reflect directory changes.
20190 (target_abbrev): No longer define for any configuration.
20191 * Makefile.in: Cosmetic improvements to header comments.
20192
20193Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20194
20195 Various changes to gdb.t31:
20196
20197 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20198 * gdbme.ch: Make all key-words and predefineds be upper-case.
20199 * chillvars.exp: Expect key-words and predefinds in upper-case.
20200
20201 * chillvars.exp: Use gdb_test_exact many places.
20202 Change expected output for arrays (which now includes index labels).
20203
20204 * pr-5020.exp, gdme.ch (module PR_5020):
20205 New test, for PR-5020.
20206
20207Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20208
20209 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20210 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20211
20212Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20213
20214 * Makefile.in: Fix bit-rot in definitions of CHILL,
20215 CHILL_FOR_TARGET and Chill_LIB.
20216 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20217 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20218 CHILL, and CHILL_LIB.
20219
20220Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20221
20222 * Revert the previous changes. Please see Rob's directory
20223 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20224
20225Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20226
20227 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
20228 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20229 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20230 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
20231 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20232 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20233 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20234 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20235 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20236 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20237 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20238 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20239 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20240 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20241 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20242 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20243 changes from 94Q1.
20244
20245Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20246
20247 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20248 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20249 Rob's new testing fragments.
20250
20251Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20252
20253 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 20254 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
20255
20256Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20257
20258 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20259 version also, match on casted version strings, and match on
20260 gdb startup case where the line numbers might be messed up.
20261
20262Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20263
20264 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 20265 (CFLAGS): Delete it from here.
c906108c
SS
20266
20267Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20268
20269 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20270
20271Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20272
20273 * Makefile.in (RUNTEST): Default to just "runtest".
20274
20275Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20276
20277 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20278 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20279 the code has been restructured.
20280
20281Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20282
20283 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20284 \n, not just one of each.
20285
20286 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20287 /bin/cc gives a warning if you do.
20288
20289Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20290
d63a86f8 20291 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
20292 __t10ListS_link1ZUiRCUiPT0
20293
20294Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20295
20296 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20297 on local variables in recursive functions.
20298
20299 * gdb.t07/Makefile.in: Build the new test.
20300
20301Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20302
20303 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20304 directly. Instead compare the return values from actual calls.
20305
20306Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20307
20308 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20309
20310Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20311
20312 * From Peter Schauer with minor modifications.
a9c64011
AS
20313 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20314 stops in mid-line in the caller. Add xfail for returning a float
20315 value on X86 targets.
c906108c
SS
20316
20317Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20318
20319 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20320 to avoid expect lossage.
20321 (fmem_LRbug_tests): Likewise.
20322 * gdb.disasm/hppa.s: Corresponding changes.
20323
20324 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20325 conditions to work with latest dejagnu/expect.
20326
20327 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20328 expected to fail on the PA.
20329 (backtrace in call with trampolines): Explicitly require main
20330 to be frame #1 (no trampolines should show up in backtrace).
20331
20332 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20333 "continue -expect".
20334 * gdb.t06/break.exp: Likewise.
20335 * gdb.t07/watchpoint.exp: Likewise.
20336 * gdb.t13/bitfields.exp: Likewise.
20337 * gdb.t15/{funcargs,return}.exp: Likewise.
20338 * gdb.stabs/weird.exp: Likewise.
20339 * config/{mips,udi}-gdb.exp: Likewise.
20340
20341 * hppa.sed: Enclose comments within a sed command to avoid
20342 losing with the old OSF1 sed.
20343
20344Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20345
20346 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20347 sequent dynix.
20348 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20349 * gdb.t15/funcargs.exp: Conditionally step again to really
20350 finish from marker_call_with_trampolines. Handle the case where
20351 the first step from within call_with_trampolines already steps
20352 us back to main.
20353 * gdb.t15/gdbme.c: Add comment to closing brace of
20354 call_with_trampolines for funcargs.exp.
20355
20356Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20357
d63a86f8 20358 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
20359 Fix typo(s).
20360
20361Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20362
20363 * gdb.t07/gdbme.c: More code for watchpoint testing.
20364
20365 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20366 "Hardware watchpoint" throughout file.
20367 (test_watchpoint_triggered_in_syscall): New test.
20368 (test_complex_watchpoint): New test.
20369
20370Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20371
20372 * gdbme.c (call_with_trampolines): New function to try and step
20373 into. Tests trampoline problems on the PA.
20374
20375 * funcargs.exp (localvars_in_indirect_call): No longer expect
20376 stepping into indirect call to fail on PAs.
20377 (test_stepping_over_trampolines): New test.
20378
20379Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20380
20381 * TODO: Add suggestions for static member function tests, and
20382 completion tests.
20383
20384Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20385
20386 * TODO: Add suggestions for "p/a" tests.
20387
20388 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20389 (default_gdb_exit): Replace all the hair with sending "quit" to
20390 the process with a simple close.
20391
20392Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20393
20394 * TODO: Add suggestions for shared library tests.
20395
20396Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20397
20398 * TODO: Add suggestions for x/s tests.
20399
20400Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20401
20402 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20403 "enable once", and "enable breakpoints once" with ".*".
20404
20405Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20406
20407 * TODO: Add suggestions about structure passing tests.
20408
20409Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20410
20411 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20412 the primary1 test, use work around if __GNUC__ < 2.
20413 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20414 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20415 Test for bad output rather than waiting for timeout. Issue
20416 second continue only if first continue failed.
20417
20418Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20419
20420 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20421 operator[] test with gdb_test because the old code didn't seem to
20422 be getting the quoting right with the new dejagnu.
20423
20424Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20425
20426 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20427 one from the path.
20428 * Makefile.in: Use a fresh expect if there is one, use runtest
20429 from the src tree if there is one.
d63a86f8 20430
c906108c
SS
20431Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20432
20433 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20434 next over recursive call. Revise the tests from that point on
20435 (which had been skipped) to match GDB's actual (correct) output.
20436
20437 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20438 with next over a breakpoint whose condition is false.
20439
20440 * gdb.t00/help.exp: Comment out "help set print" tests just like
20441 (and for same reason as) "help set" test.
20442
20443Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20444
20445 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20446 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20447
20448Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20449
20450 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20451 necessary gdb_target_udi.
20452
20453 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20454
20455 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20456 1838 and 2417; they are fixed.
20457
20458 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20459 gdb.t03/ptype.exp (ptype structure, ptype union):
20460 Remove xfails; the test is looser than when the xfails were added.
20461
20462 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20463 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20464
20465 * gdb.t01/run.exp: Only run shell test if isnative.
20466
20467 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20468 since "run" automatically loads if necessary. Call gdb_target_udi
20469 after the "file" since "file" kills any execution target.
20470
20471 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20472 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20473 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20474 argument for UDI.
20475
20476Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20477
20478 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20479
20480 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20481
20482Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20483
20484 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20485 properly quoting regexps. This makes the second argument to
20486 demangle a fixed string, which matches the callers, instead of a
20487 shell-style pattern which is what the previous implementation
20488 used. Update some of the callers.
20489
20490Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20491
20492 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20493 (comib_nullified_tests): Fix typo.
20494 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20495 strings. No longer expected to fail.
20496
20497 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20498 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20499 strings. No longer expected to fail.
20500
20501 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20502 string. No longer expected to fail.
20503
20504Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20505
20506 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20507 No longer expected to fail.
20508
20509 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20510 string. No longer expected to fail.
20511
20512Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20513
20514 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20515 only in the names (I probably got most of them). I was even
20516 generous with some which differed in underscores in names, and
20517 probably missed a few, and I *still* was able to remove almost a
20518 third of the file with almost no impact on testsuite coverage.
20519
20520Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20521
20522 * gdb.t00/default.exp: Match udi_attach error message as well as
20523 the one from child_attach.
20524
20525 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20526
20527 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20528
20529 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20530 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20531
20532 * Move test with enums and partial symbols back to
20533 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20534 Reverts the change of 26 May 93. Per today's change to
20535 stabs.texinfo, the behavior that weird.exp was expecting was
20536 unreasonable; what is important is that the compiler+gdb get
20537 things right, which happens with a recent gcc. Also fix the test
20538 to deal with native compilers which put out the stab gdb can't
20539 deal with.
20540
20541Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20542
20543 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20544 in the names. The main thing these accomplish is to slow things down.
20545 Many more such duplicates surely remain.
20546
20547 * gdb.t00/help.exp: Comment out "help support" test just like
20548 (and for same reason as) "help set" test.
20549
20550Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20551
20552 * gdb.t06/break.exp: Remove setup_xfails for
20553 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20554 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20555 about known bug in gcc to include up through 2.5.8.
20556 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20557 well as "_vb$".
20558 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20559 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20560 with latest gcc and gdb.
20561 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20562 well as "_vb$".
20563
20564Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20565
20566 * configure.in (hppa*-*-*): Also configure and build stabs-only
20567 tests.
20568
20569Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20570
20571 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20572 * gdb.t10/configure.in (hppa*-*-*): Use it.
20573
20574Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20575
20576 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20577
20578Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20579
20580 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20581 versions prior to 1.13.5.
20582
20583Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20584
20585 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20586 the prompt is at the start of a line.
20587
20588Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20589
20590 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20591 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20592 in the copr tests now.
20593 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20594 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20595 expected to fail.
20596
20597Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20598
20599 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20600 gdb.t31/chillvars.exp, lib/gdb.exp:
20601 Tweak to run under either version of expect.
20602 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20603 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20604 * gdb.t11/list.exp: Remove extraneous whitespace.
20605
20606Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20607
20608 * gdb.t16/printcmds.exp (test_print_strings): Accept
20609 "(unsigned char *) " before the string.
20610
20611 * TODO: Add notes about printing of fancy types and GDB expressions.
20612
20613Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20614
20615 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20616 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20617 if doing mips-idt-ecoff.
c906108c
SS
20618
20619Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20620
20621 * Most .exp files: Tweak to run under either version of expect.
20622
20623Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20624
20625 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20626 xfails; I'm not sure why they are failing, but not because of PR 1806.
20627
20628Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20629
20630 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20631 defined in lib/gdb.exp.
20632
20633Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20634
20635 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20636 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20637 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20638 have to be typeless.
20639
20640Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20641
20642 * TODO: Add suggestion for copyright year test.
20643
20644Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20645
20646 * configure.in (*-*-lynxos*): Add stabs tests.
20647
20648Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20649
20650 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20651 so insert a tab before any assembler directive in column zero.
20652
20653 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20654 stores.
20655 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20656 stores.
20657 (fpu_short_memory_tests): Likewise.
20658
20659Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20660
20661 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20662 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20663 .stabs directives in comments.
20664
20665Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20666
20667 * TODO: New file, describing tests we could write.
20668 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20669
20670Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20671
20672 * gdb.t06/signals.exp: Add kludge to force re-sync.
20673
20674 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20675 to xgdb instead of gdb, get out of gdb.
20676
20677Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20678
20679 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20680 for info.
20681
20682Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20683
20684 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20685 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20686 * gdb.stabs/hppa.sed: New sed script for the PA.
20687
20688Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20689
20690 * gdb.stabs: Re-write weird.def and configuration to use sed
20691 instead of cpp. sed is portable and POSIX; cpp is neither.
20692
20693Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20694
20695 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20696
20697Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20698
20699 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20700
20701Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20702
20703 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20704 "_vb$".
20705 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20706 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20707
20708Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20709
20710 * lib/gdb.exp: Comment out code which depends on non-existent
20711 `transform' procedure.
20712
20713Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20714
20715 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20716 * lib/gdb.exp: Transform tool name.
20717 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20718 1.1's new error handling system.
20719
20720Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20721
20722 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20723
20724Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20725
20726 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20727 They made pattern matching so slow that timeouts happened on
20728 heavily loaded systems. Now any output from "show print" which
20729 gets us back to the GDB prompt is a PASS.
20730
20731Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20732
20733 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20734
20735Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20736
20737 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20738
20739 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20740 It is not from PR 3220.
20741
20742Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20743
20744 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20745 just started failing because they depended on the order the
20746 subcommands are presented, or exact docstring text. This kind of
20747 test is a pain and has minimal benefit.
20748
20749Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20750
20751 * gdb.t09/corefile.exp: At end of test, use "core" command with
20752 no arguments.
20753
20754Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20755
20756 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20757 17}/Makefile.in: Make it possible to run the testsuite with Sun
20758 make and CC = cross gcc by adding explicit build rules for .o
20759 files.
20760
20761Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20762
20763 * gdb.t15/funcargs.exp: Don't put comments on same line as
20764 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 20765
c906108c
SS
20766Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20767
20768 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20769
20770Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20771
20772 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20773 * gdb.t20/inherit.exp: remove three dumplicate entries.
20774
20775Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20776
20777 * gdb.t06/break.exp: For "next over recursive call", fail on any
20778 incorrect output, not just on "factorial (value=2)".
20779
20780Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20781
20782 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20783 working now. Add an xfail if accesing a bss variable causes
20784 a memory error if the target is not yet run.
20785
20786Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20787
20788 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20789 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20790 name of __st* demangling (2 strings). Did Kung really get the
20791 more than 95 others right without testing them?
20792
20793Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20794
20795 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20796
20797Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20798
20799 * configure.in (configdirs): Add gdb.disasm
20800 * gdb.disasm: New directory for GDB disassembler tests.
20801 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20802
20803Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20804
20805 * gdb.t00/help.exp: Don't test "help set".
20806
20807 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20808 from within expect statements. None of these happen anymore and
20809 they cause regressions to be silently unnoticed.
20810
20811 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20812 messages) about known failures with gcc cygnus-2.4.5-930417.
20813
20814 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20815 comp-info.exp so it gets built if it doesn't exist.
20816
20817 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20818 it is no longer used.
20819 * gdb.t13/comp-info.c: Removed.
20820
20821Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20822
20823 * gdb.t06/signals.exp: Add xfail for sun3.
20824
20825Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20826
20827 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20828 relevant because ^C doesn't get sent but failure can be reproduced
20829 interactively).
20830
20831Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20832
20833 * gdb.stabs/alpha.mt: New configuration file for alpha.
20834 * gdb.stabs/configure.in: Use it.
20835 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20836 sharing with alpha.mt, redefine long to word via preprocessor.
20837 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20838 for alpha.
20839 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20840 native cc.
20841 * gdb.t00/teststrategy.exp: Change expect string so that we
20842 consume the `(xgdb)' from the command echo and from the gdb prompt.
20843 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20844 gdb currently compares all values as long, so this failure probably
20845 applies to any configuration where LONGEST is bigger than a target int.
20846 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20847 with gcc.
20848 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20849 to handle opaque pointers, gcc is.
20850 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20851 as first argument. Include <sys/types.h> and change all operator
20852 new definitions to use size_t.
20853 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20854 now that we use size_t.
20855
20856Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20857
a9c64011 20858 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 20859 a long or float array cast all array members to the same type.
a9c64011 20860 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 20861 with 64 bit longs.
a9c64011 20862 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 20863 on alpha.
a9c64011 20864 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
20865
20866Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20867
20868 * gdb.t24 (demangle.exp): Constructors of templates have names like
20869 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20870 section 14.6 of the ARM.
20871
20872 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20873 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20874 accomplish little and slow down the testsuite.
20875
20876 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20877 Accept spaces various places.
20878
20879Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20880
20881 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20882 with watchpoint enabled.
20883
20884 * Makefile.in: Remove definition of CC and remove the second
20885 definition of CXX (the "CXX = gcc" one remains). These definitions
20886 were causing backquotes to be expanded within backquotes, which
20887 doesn't work.
20888
20889Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20890
20891 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20892
20893Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20894
a9c64011
AS
20895 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20896 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
20897 by mips cc and contains no stabs entries.
20898
20899Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20900
20901 * config/vx-gdb.exp: Use fake device to load files rather than
20902 NFS.
20903 * lib/gdb.exp: New proc to do "file" command.
20904 * config/unix-gdb.exp: Use new "file" proc.
20905
20906Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20907
20908 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20909 Rework board rebooting slightly.
20910 (gdb_exit): Don't exit from the remote shell; there isn't one.
20911 * gdb.stabs/weird.exp: If a program is being debugged already,
20912 kill it.
20913 * gdb.t04/setvar.exp: Stop and restart gdb.
20914 * gdb.t05/expr.exp: Likewise.
20915 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20916 restart gdb and reload the program.
20917 * gdb.t08/opaque.exp: Likewise.
20918 * gdb.t12/scope.exp: Likewise.
20919 * gdb.t13/bitfields.exp: Likewise.
20920 * gdb.t15/funcargs.exp: Likewise.
20921 * gdb.t20/classes.exp: Likewise.
20922 * gdb.t03/ptype.exp: Increase timeout.
20923 * gdb.t16/printcmds.exp (test_print_string_constants,
20924 test_print_array_constants): Likewise.
20925 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
20926 * gdb.t20/classes.exp (do_tests): Likewise.
20927 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
20928
20929Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
20930
20931 * gdb.stabs: Renamed *wierd* to *weird*.
20932
20933Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20934
20935 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
20936 for timeout. Add "known gcc 2.4.5 bug" to failure message.
20937
20938Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20939
20940 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
20941 (do_tests): Remove xfail for whatis on one_var and two_var.
20942
20943Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
20944
20945 * Makefile.in: Made cross building work better by adding
20946 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
20947
20948Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20949
20950 * gdb.t15/{return.c,return.exp,Makefile.in}:
20951 New test, currently commented out.
20952
20953Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
20954
20955 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
20956 still running and removes the leftover named socket so GDb can do
20957 clean restarts.
20958
20959Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
20960
20961 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
20962 console, not GDB.
20963 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
20964 cross testing works better with "make check"
20965 * config/unix-gdb: Use default procedures for exit and version.
20966 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20967 with the newest VxWorks.
20968
20969Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20970
20971 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
20972 old form.
20973
20974 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
20975 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
20976
20977 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
20978
20979 * config/unix-gdb.exp: Remove this version of gdb_exit
20980 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
20981 Rob says he'll look at it when he gets back to testing boards.
20982
20983Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
20984
20985 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
20986 an expected fail for certain ptype commands.
20987
20988 * gdb.t20/classes.exp: Update expected results of "ptype class
20989 Base1" to account for the constructor that now appears in the type.
20990
20991Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
20992
20993 * configure.in (configdirs): Restore gdb.t04, which mysteriously
20994 disappeared from list.
20995 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
20996 "alldone" proc with call to cleanup and exit.
20997 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
20998 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
20999 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21000 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21001 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21002 "alldone" proc with simple returns that suppress remaining
21003 tests. The alldone proc went away many months ago.
21004
21005Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21006
21007 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21008
21009 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21010
21011Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21012
21013 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21014 as vax gdb will display them.
21015
21016Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21017
21018 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21019 optimizers.
21020
21021 * scope.exp: Change "bad value for localval" messages so each one
21022 is unique.
21023
21024 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21025 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21026
21027 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21028
21029Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21030
21031 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21032 doesn't exist (due to optimization).
21033
21034Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21035
21036 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21037 contains \r because the filename is long.
21038
21039 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21040 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21041
21042Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21043
21044 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21045 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21046 Ultrix.
21047 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21048 int tests.
21049 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21050
21051Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21052
21053 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21054
21055 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 21056 to match does not match the passing case but still matches the
c906108c
SS
21057 failing case.
21058
21059Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21060
21061 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21062
21063Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21064
21065 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21066 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21067 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21068 Remove various versions of gdb_exit.
21069 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21070 gdb_exit.
21071 * config/unix-gdb.exp: gdb_exit remains here, and should override
21072 the generic version, since it's doing a lot of wierd stuff that
21073 the other versions aren't. FIXME, fold it in, or abandon this
21074 version.
21075
21076Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21077
21078 * gdb.t24/demangle.exp: Add tests for PR 3220.
21079
21080Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21081
21082 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21083
21084Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21085
21086 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21087 "i386-*-*". Works for i486 as well.
21088
21089 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21090 bug, and expand domain of xfail to all SVR4 systems, since the
21091 actual problem is likely to be in generic SVR4 /proc support.
21092
21093Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21094
21095 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21096
21097Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21098
21099 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21100 xfails for other systems. Match a missing 'Continuing.' as an
21101 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21102
21103 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21104 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21105 Only issue warning for missing executables if -all option is used.
21106
21107 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21108 file if -all option is used. It's like an unpredictable XFAIL.
21109
21110Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21111
21112 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21113 for dynamically linked binaries.
21114
21115 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21116
21117Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21118
21119 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21120 to state that this is a known bug in old versions of g++.
21121
21122Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21123
21124 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21125 while waiting for `Continuing'.
21126
21127Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21128
21129 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21130 in text, data, and bss.
21131 * gdb.t10/nodebug.c: Add local and global test variables for
21132 initialized and uninitialized data.
21133
21134Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21135
21136 * config/unix-gdb.exp (gdb_exit): Add "wait".
21137
21138Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21139
21140 * gdb.t06/signals.exp: xfail the continue from the handler for all
21141 targets.
21142
21143 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21144 function with watchpoints enabled, the i386 call dummy starts with
21145 a call.
21146
21147 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21148 386 bsd names its corefiles.
21149
21150Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21151
21152 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21153 compilers don't grok it.
21154 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21155 with small octal ints rather than character constants, which
21156 are signed and might not fit if first promoted to int.
21157
21158Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21159
21160 * gdb.t09/Makefile.in (clean): Remove corefile.
21161
21162Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21163
21164 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21165
21166Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21167 and Jim Kingdon (kingdon@cygnus.com)
21168
21169 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21170 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21171 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21172
21173Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21174
21175 * gdb.t17/interrupt.exp: Add xfail for hppa.
21176
21177Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21178
21179 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21180 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21181 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21182 to determine signed-ness of bitfields and use the result to setup
21183 the xfail.
21184 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21185 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21186 call line is reached if necessary.
21187
21188Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21189
21190 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21191
21192Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21193
21194 * gdb.t06/break.exp: Also test `clear' command.
21195
21196Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21197
21198 * gdb.t00/teststrategy.exp: Remove extra quote.
21199
21200 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21201 watchpoint enabled to be for all non-68k machines.
21202
21203 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21204
21205Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21206
21207 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21208 targets use aout.mt instead of ecoff.mt as gas understands
21209 standard aout format.
21210
21211Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21212
21213 * lib/gdb.exp (runto): Don't insist that function we are running to
21214 was compiled with -g.
21215
21216 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21217
21218 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21219 to get back into the read system call.
21220 Accept leading newline in case where we woke it up.
21221
21222Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21223
21224 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21225 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21226 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21227 enable ecoff configuration.
21228
21229Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21230
21231 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21232
21233Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21234
21235 * gdb.t16/printcmds.exp: Add another printf test.
21236
21237Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21238
21239 * configure.in: If configured -with-stabs on any target, add
21240 stabsdirs to configdirs.
21241
21242Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21243
21244 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21245 fun" so pattern does not match the command itself.
21246
21247Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21248
21249 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21250
21251Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21252
21253 * gdb.t17/interrupt.exp: Test for more things.
21254
21255Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21256
21257 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21258 compiler arranges the code and line numbers.
21259
21260 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21261
21262Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21263
21264 * gdb.t00/help.exp: Increase expect input buffer size.
21265
21266Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21267
21268 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21269
21270 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21271
21272 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21273
21274 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21275 [0-9]*, not just [0-9].
21276
21277Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21278
21279 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21280
21281 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21282
21283Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21284
21285 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21286
21287Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21288
21289 * gdb.t06/signals.c: Add xfails for sun3.
21290
21291 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21292
21293 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21294 test_stepping tests.
21295
21296Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21297
21298 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21299
21300 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21301
21302 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21303 rather than actually putting it through cpp twice.
21304
21305 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21306
21307Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21308
21309 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21310 no longer needed.
21311
21312Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21313
21314 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21315
21316 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21317 C++ features prints as "struct", make it a pass, not an xfail.
21318
21319Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21320
21321 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21322 Don't require VA to print as "class" rather than "struct".
21323
21324Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21325
21326 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21327
21328Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21329
21330 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21331
21332Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21333
21334 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21335 order.
21336
21337Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21338
21339 * gdb.t16/printcmds.exp: Add printf tests.
21340
21341 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21342
21343 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21344
21345Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21346
21347 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21348 pass counts, to counteract any existing or future setup_xfails.
21349
21350Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21351
21352 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21353 {BEGIN,END}_COMMON for common block instead of STAB.
21354 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21355
21356 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21357 intp_var should be N_GSYM not N_LSYM.
21358 wierd-aout.S: Use a label for the value of the N_SO.
21359 wierd.def: Remove all backslashes.
21360 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21361
21362Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21363
21364 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21365 get the expected next to inheritance3.
21366
21367Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21368
21369 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21370 now that gcc-2.4 gets it right.
21371
21372Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21373
21374 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21375
21376 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21377 generating comp-info.exp which works for cross-compilation.
21378
21379Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21380
21381 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21382 "*-*-sysv4.*".
21383
21384Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21385
21386 * gdb.t01/run.exp: Start with a fresh gdb.
21387 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21388 SVR4.x.
21389
21390Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21391
21392 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21393 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21394 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21395 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21396 things to remove.
21397
21398Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21399
21400 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21401 test cases from bug reports.
21402
21403Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21404
21405 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21406 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21407 avoid spurious xfails.
21408 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21409 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21410 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21411
21412Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21413
21414 * gdb.t00/teststrategy.exp: Rework to provide more useful
21415 description of each test, fix problem with systems that define
21416 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21417 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21418 results for "next over recursive call" so timeouts aren't taken
21419 by error.
21420
21421Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21422
21423 * gdb.t12/scope.exp: Test printing of variables before run.
21424
21425 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21426 printed in wrong order due to sorting.
21427
21428Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21429
21430 * gdb.t00/teststrategy.exp: Fix expected results for printing
21431 user entered string constant. Is array of char, prints with no
21432 address.
21433
21434 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21435 commands.
21436 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21437 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21438 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21439 of struct of char arrays.
21440 * gdb.t00/radix.exp: New tests for radix commands.
21441
21442Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21443
21444 * gdb.t16/printcmd.exp: Print a variable before running program
21445 (with xfail for AIX).
21446
21447Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21448
21449 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21450
21451 * gdb.t16/printcmd.exp: Don't print variables before running program.
21452
21453 * gdb.t06/break.exp: Don't require envp argument to main.
21454
21455 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21456
21457 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21458 Add xfails for rs6000.
21459
21460 * gdb.t02/whatis.exp: Change other tests not to re-test something
21461 we already tested.
21462
21463 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21464 each type used has a variable of that type.
21465
21466Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21467
21468 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21469
21470Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21471
21472 * configure.in: change srctrigger to be a file, not a directory
21473
21474Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21475
21476 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21477
21478 * gdb.t11/list.exp: Fixed a couple of typos.
21479
21480Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21481
21482 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21483 is fixed and PR is closed.
21484 * gdb.t16 (gdbme.c): Add simple test string variable.
21485 * gdb.t16 (printcmds.exp): Add tests with simple test string
21486 variable, primarily for boundaries on "set print elements".
21487
21488Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21489
21490 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21491 Make leading 0's optional and don't expect a tab in the middle
21492 of the number.
21493
21494 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21495
21496 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21497 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21498 don't end command passed to gdb_test with newline.
21499
21500 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21501 signed keyword away, don't expect signed bitfields to be signed.
21502
21503 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21504 printing with only as many 1's as are in the field as well as printing
21505 with 32 1's (see comment).
21506
21507Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21508
21509 * gdb.t00/default.exp: Start with a fresh gdb.
21510 * configure.in (configdirs): Remove gdb.t31 until the chill
21511 compiler works again. It no longer is able to find chillrt0
21512 since it isn't in libchill.a anymore.
21513 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21514 wierd.o, make more modular.
21515 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21516 spurious newlines that caused problems.
21517
21518Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21519
21520 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21521 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21522 gdb.stabs/wierd.{exp,def}: Many new tests.
21523
21524 * gdb.t00/default.exp: update info line for new message.
21525
21526 * gdb.t02/{whatis.exp,gdbme.c}:
21527 Test that "char *" doesn't print as "caddr_t".
21528
21529Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21530
21531 * gdb.t00/help.exp: Use .* in place of some help messages which
21532 just changed.
21533 gdb.t00/default.exp: Update "info frame" test for new message.
21534 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21535 Remove some xfails
21536
21537Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21538
21539 * gdb.t03/{gdbme.c,ptype.exp}:
21540 Add tests for typedef'd struct and union without tags.
21541 Also check "whatis" on a variable of a typedef'd enum without a tag.
21542
21543 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21544 PRMS 1823; the bug still exists but isn't reproduced by this test
21545 anymore), and remove rs6000 XFAIL (the bug is fixed).
21546
21547 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21548 duplicated from whatis.exp. For those that are left, accept
21549 "long", "long int", or "int" for long variables (whatis.exp already
21550 has an XFAIL for "int", so no need to fail it here).
21551
21552 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21553 Deal with GCC's names for types now that GDB uses the compiler's names.
21554
21555 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21556 setup_xfail's for sunos4. If we #defined the signed keyword away,
21557 don't expect GDB to know that char it is signed.
21558
21559 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21560
21561Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21562
21563 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21564 should work on any system, regardless of debugging format.
21565 * gdb.t21/demangle.exp: Move to gdb.t24.
21566 * gdb.t24/demangle.exp: Move from gdb.t21.
21567 * gdb.t24/{Makefile.in, configure.in}: New files.
21568
21569Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21570
21571 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21572 * gdb.stabs: New directory.
21573
21574Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21575
21576 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21577 not just "Quit anyway?".
21578
21579Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21580
21581 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21582 that all setup_xfails are immediately followed by clear_xfails.
21583
21584Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21585
21586 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21587 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21588 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21589 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21590 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21591 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21592 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21593 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21594 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21595 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21596 gdb.t31/chillvars.exp, lib/gdb.exp:
21597 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21598 bug-gdb@prep.ai.mit.edu.
21599
21600Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21601
21602 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21603 with 0.0, not integer 0.
21604
21605Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21606
21607 * gdb.t06/break.exp: Update for "Kill the program" message change.
21608
21609Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21610
21611 * Makefile.in (GDBFLAGS): Set to -nx.
21612 * Makefile.in (site.exp): Use GDBFLAGS.
21613
21614Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21615
21616 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21617 Makefiles.
21618 (check): depend on just-check.
21619 (just-check): added so that tests can be run without a noop
21620 build pass.
21621
21622Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21623
21624 Switch to using configure's configdirs.
21625 * Makefile.in (Makefile): add configure.in dependency.
21626 (SUBDIRS): removed redundant assignment.
21627 * configure.in: switch subdirs assignment to configdirs.
21628 * gdb.t*/configure.in: new files.
21629
21630Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21631
21632 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21633 works.
21634
21635Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21636
21637 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21638 in explicit rules. Apparently this is not supported by some makes.
21639
21640Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21641
21642 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21643
21644Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21645
21646 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21647 disappeared.
21648
21649Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21650
21651 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21652
21653Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21654
21655 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21656 watchpoint problem that is now fixed.
21657 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21658 uninitialized convenience variables.
21659 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21660 structures.
21661
21662Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21663
21664 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21665 which causes expect to get out of sync with gdb on long output
21666 from help set.
21667 * gdb.t09/corefile.exp: Make expected pattern for core file
21668 failing signal and frame output format less sun specific.
21669
21670Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21671
21672 * gdb.t31/chillvars.exp: Add and remove initial dummy
21673 breakpoint, so that symbol table is forced in.
21674 (Needed at least on Sunos4, though it seems not SVR4.)
21675 * gdb.t31/chillvars.exp: Update for changed output format.
21676
21677Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21678
a9c64011 21679 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
21680
21681Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21682
21683 * Makefile.in: Added --srcdir when invoking runtest, removed the
21684 need for a local config file. (optional now)
21685
21686Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21687
21688 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21689 failure count used to force early termination. Add some more
21690 expected failures for gnu style demangling.
21691
21692Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21693
21694 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21695 pmi variable from gdb.t20/gdbme to get optimized away.
21696 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21697 Check for written corefile upon timeout _and_ eof.
21698
21699Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21700
21701 * config/unix-gdb.exp: Add missing return 0.
21702
21703Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21704
21705 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21706 test termination.
21707
21708Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21709
21710 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21711 disappeared.
21712
21713Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21714
21715 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21716 time as i860 support works.
21717
d63a86f8 21718 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
21719 "backtrace 100\r" rather than just "backtrace\r", to match last
21720 change.
21721
21722Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21723
21724 * config/udi-gdb.exp (gdb_exit): Remove close command.
21725 (gdb_target_udi): New procedure to set the UDI target.
21726 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21727 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21728 Added waits for prompts after several question responses. Added
21729 some more responses used by a29k-amd-udi-gdb.
21730 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21731 pass different arguments, restart UDI connection after program
21732 completion.
21733 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21734 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21735 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21736 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21737 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21738 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21739 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21740 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21741 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21742 after program completion.
21743 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21744 compiled with a SELECT_VECS setting.
21745 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21746 infinite recursion.
21747
21748 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21749 Added checks for COFF results, and made them expected failures for
21750 all targets. It would be better to make them expected failures
21751 for COFF targets only.
21752
21753Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21754
21755 * Makefile.in: add null dvi target, don't bother to recurse
21756 through test directories for info and install-info; rename
21757 $(datadir) to be dejagnu instead of deja-gnu
21758
21759Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21760
21761 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21762 compiler to coredump.
21763 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21764 code.
21765
21766Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21767
21768 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21769 coredump.
21770 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21771 code.
21772
21773Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21774
21775 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21776 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21777 which in a shell. Deletes xgdb when done.
21778 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21779 Tests the return from the "set height" or "set width" commands.
21780 Added a few return codes where needed.
21781
21782Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21783
21784 * Makefile.in (SUBDIRS): Add gdb.t17.
21785 * configure.in (subdirs): Add gdb.t17.
21786 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21787 files to test gdb's calling of functions in the inferior with
21788 the correct arguments and gdb's ability to retrieve any
21789 result returned.
21790
21791Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21792
21793 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21794 may be called after gdb goes away. Previous versions of expect
21795 needed these to avoid file descriptor leaks, but they cause
21796 errors with the current revision of expect.
21797 * gdb.t00/gdbvars.exp: Use -re on expected output after
21798 setting sevenbit-strings.
21799 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21800 to set sevenbit-strings consistent across tests.
21801 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21802 set sevenbit-strings consistent across tests.
21803
21804Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21805
21806 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21807 expected output to match current "expect" expectations.
21808
21809Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21810
21811 * gdb.t00/default.exp: Change expected output for default "source"
21812 command, to match new gdb behavior which requires a filename to
21813 source.
21814
21815Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21816
21817 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21818 expected fail for i486-*-* that misses the marker2 function.
21819 * gdb.t10/crossload.exp (bfddefault): Allow successful
21820 recognition of a format to pass even if no symbols are found.
21821 Explicitly catch failures where the format is not recognized
21822 or is ambiguous, and add the reason to the fail message.
21823 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21824 the cause is and invalid target and add reason to failure message.
21825 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21826 elf32-i386, elf32-sparc, and elf32-i860.
21827 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21828 Set up expected failure for 'filename'::variable scope resolution,
21829 which is now apparently broken on all targets.
21830 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21831 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21832 gdb.t23/templates.exp: Change failure for missing binfile into
21833 just a warning.
21834 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21835 references.
21836
21837Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21838
21839 * gdb.t00/default.exp: Add expected output for default "source"
21840 command, to match new gdb behavior.
21841 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21842
21843Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21844
21845 * config/*-gdb.exp: returns an error, rather than exiting on
21846 internal errors.
21847
21848Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21849
21850 * gdb.t03/gdbme.c: Add pointer to struct variable.
21851 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21852 referencing struct members.
21853
21854Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21855
21856 * configure.in (mips-idt-ecoff): New target.
21857 * config/mips-gdb.exp: New file for remote board using MIPS remote
21858 debugging protocol.
21859
21860 * Redid configuration scheme. Removed gdb.t*/configure.in.
21861 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21862 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21863 distclean targets. Built executables via .o files. Adjusted
21864 tests to account for source files in $(srcdir) rather than
21865 $(objdir).
21866 * lib/gdb.exp (runto): Don't expect () after the function name,
21867 because it may have arguments.
21868
21869Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21870
21871 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21872 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21873 expected failures for mips-idt-* and mips-sgi-*.
21874 * gdb.t00/default.exp (attach): Kill process if requested.
21875 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21876 that does not read core files.
21877 * gdb.t01/run.exp: Removed checks for exit status code.
21878 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21879 it is linked in.
21880 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21881 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21882 appropriate, rather than doing it by hand.
21883 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21884 execution.
21885 * gdb.t10/crossload.exp: Kill existing program if needed.
21886 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21887 appropriate, rather than doing it by hand. Always increase
21888 timeout for this test, not just for VxWorks.
21889
21890Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21891
21892 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21893 of Chill STRUCT types and STRUCT values.
21894 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21895 than "char".
21896 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 21897 struct2): New struct definitions and initializations to test
c906108c
SS
21898 simple Chill STRUCT types.
21899
21900Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21901
21902 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21903 the null byte at the end of strings.
21904 * gdb.t00/default.exp: Make show version insensitive to copyright
21905 date.
21906 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21907 to avoid dependencies on target char signedness.
21908 * gdb.t16/printcmds.exp: Update expected results for explicitly
21909 unsigned char.
21910 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21911 now work.
21912 * gdb.t21/demangle.exp: Add many more patterns for template
21913 demangling, most of them being expected failures.
21914 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21915 string we are matching for, to match on the whole string.
21916 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21917 and fix a whole bunch that had incorrect expected output but were
21918 passing anyway because of the bug in "proc demangle".
21919 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21920 type.
21921 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21922
21923Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21924
a9c64011
AS
21925 * gdb/testsuite: made modifications to testcases, etc., to allow
21926 them to work properly given the reorganization of deja-gnu and the
21927 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
21928
21929Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
21930
21931 * gdb/testsuite: Initial creation of gdb/testsuite.
21932 Migrated dejagnu testcases and support files for testing nm to
21933 gdb/testsuite from deja-gnu. These files were moved "as is"
21934 with no modifications. This migration is part of a major overhaul
21935 of dejagnu. The modifications to these testcases, etc., which
21936 will allow them to work with the new version of dejagnu will be
21937 made in a future update.
48efe704 21938
8d8cb839 21939 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 21940\f
8d8cb839
EZ
21941;; Local Variables:
21942;; mode: change-log
21943;; left-margin: 8
21944;; fill-column: 74
21945;; version-control: never
21946;; End:
902f2ccb
MC
21947
21948 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 21949 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
21950 Copying and distribution of this file, with or without modification,
21951 are permitted provided the copyright notice and this notice are preserved.
This page took 2.279002 seconds and 4 git commands to generate.