merge from gcc
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
883df6dd
SW
12010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2
3 * gdb.cp/fpointer.cc: New test.
4 * gdb.cp/fpointer.exp: New test.
5
569b05a5
JK
62010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.base/solib-nodir.exp: New file.
9 * lib/gdb.exp (runto): New case for a GDB internal error.
10
51d7d803
JK
112010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12 Ulrich Weigand <uweigand@de.ibm.com>
13 Tom Tromey <tromey@redhat.com>
14
15 * gdb.base/charset-malloc.c: New file.
16 * gdb.base/charset.c (malloc_stub): New prototype.
17 (main): Call it instead of malloc itself.
18 * gdb.base/charset.exp: Use only prepare_for_testing.
19 (binfile): Remove the variable.
20
c0edd9ed
JK
212010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 Make core files the process_stratum.
24 * gdb.base/corefile.exp (run: load core again)
25 (run: sanity check we see the core file, run: with core)
26 (run: core file is cleared, attach: load core again)
27 (attach: sanity check we see the core file, attach: with core)
28 (attach: core file is cleared): New tests.
29 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
30
3cbaedff
KW
312010-07-14 Ken Werner <ken.werner@de.ibm.com>
32
33 * gdb.arch/altivec-abi.exp: New tests.
34
91158a56
TT
352010-07-13 Tom Tromey <tromey@redhat.com>
36
37 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
38 (main): Use it.
39 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
40
0f5238ed
TT
412010-07-13 Tom Tromey <tromey@redhat.com>
42
43 * gdb.base/label.exp: New file.
44 * gdb.base/label.c: New file.
45
add265ae
L
462010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
47 H.J. Lu <hongjiu.lu@intel.com>
48
49 * lib/gdb.exp (is_ilp32_target): New.
50 (is_lp64_target): Likewise.
51
52 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
53 target.
54 * gdb.arch/amd64-disp-step.exp: Likewise.
55 * gdb.arch/amd64-dword.exp: Likewise.
56 * gdb.arch/amd64-i386-address.exp: Likewise.
57 * gdb.arch/amd64-word.exp: Likewise.
58
59 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
60 target.
61 * gdb.arch/i386-bp_permanent.exp: Likewise.
62 * gdb.arch/i386-byte.exp: Likewise.
63 * gdb.arch/i386-disp-step.exp: Likewise.
64 * gdb.arch/i386-gnu-cfi.exp: Likewise.
65 * gdb.arch/i386-prologue.exp: Likewise.
66 * gdb.arch/i386-size-overlap.exp: Likewise.
67 * gdb.arch/i386-size.exp: Likewise.
68 * gdb.arch/i386-sse.exp: Likewise.
69 * gdb.arch/i386-unwind.exp: Likewise.
70 * gdb.arch/i386-word.exp: Likewise.
71
72 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
73 test only when building 64-bit executables. Do not hard-code
74 -m64 option.
75
2dfb8c17
DE
762010-07-07 Doug Evans <dje@google.com>
77
78 * lib/gdb.exp (gdb_test_list_exact): New function.
79 * gdb.base/default.exp (show convenience): Call it, add tests for
80 $_sdata = void, $_thread = 0.
81
4e5799b6
JK
822010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
83 Joel Brobecker <brobecker@adacore.com>
84
85 Fix re-run of PIE executable, PR shlibs/11776.
86 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
87 Remove $displacement_main to match the solib-svr4.c change. New "kill"
88 and re-"run" of the inferior.
89
1a219cc7
JK
902010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
91 Joel Brobecker <brobecker@adacore.com>
92
93 Cope with missing /usr/sbin/prelink.
94 * lib/prelink-support.exp (prelink_no):
95 <result == 1 && $output is "no such file or directory">: New.
96 (prelink_yes): Likewise. Return on failed prelink_no.
97
5e3b36f8
JK
982010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
99 Joel Brobecker <brobecker@adacore.com>
100
101 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
102 build_executable by build_executable_own_libs. Replace "prelink -R"
103 execution by a call of prelink_yes. Comment why "prelink -r" needs no
104 change.
105 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
106 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
107 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
108 Replace build_executable by build_executable_own_libs's function
109 build_executable_own_libs.
110 (prelinkNO): Create new stub to call prelink_no.
111 (prelinkYES): Create new stub to call prelink_yes.
112 (test_attach): Rename calls of copy to file_copy.
113 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
114 (copy): Move to ...
115 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
116 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
117 * gdb.base/prelink.exp: Disable testcase also for is_remote and
118 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
119 special flags by gdb_compile_shlib. Replace second gdb_compile by
120 build_executable_own_libs. Replace "prelink -R" execution by a call of
121 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
122 a second call of prelink_yes. Replace restart commands by
123 clean_restart.
124 (prelink): Rename to ...
125 (seen displacement message): ... this test. Extend its expectation
126 strictness.
127
86e4bafc
JK
1282010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
131 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
132 displacement message exactly once.
133
3cd07d20
JK
1342010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
135 Joel Brobecker <brobecker@adacore.com>
136
137 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
138 its restore after the <$relink_args != ""> loop. new comment.
139
0a1e94c7
JK
1402010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
141 Joel Brobecker <brobecker@adacore.com>
142
143 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
144 code for it. New variable relink_args.
145 (prelinkYES): Call prelinkNO.
146 (test_attach): Accept new parameter relink_args. Re-prelink the binary
147 in such case. Move the core code to ...
148 (test_attach_gdb): ... a new function. Send GDB command "file".
149 Extend expected "Attaching to " string.
150
2f70bcfb
TT
1512010-07-02 Tom Tromey <tromey@redhat.com>
152
153 * gdb.base/bitops.exp: Remove extraneous "pass".
154
a17ac5b0
TT
1552010-07-02 Ken Werner <ken.werner@de.ibm.com>
156
157 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
158
dc10affe
PA
1592010-07-01 Pedro Alves <pedro@codesourcery.com>
160
d41c0fc8
PA
161 * gdb.base/help.exp: Adjust expected output.
162
1632010-07-01 Pedro Alves <pedro@codesourcery.com>
164
165 * gdb.base/help.exp: Adjust expected output.
dc10affe 166
0a600c36
JK
1672010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
170 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
171 c++/11702.
172
37cc8bfe
JK
1732010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
174 Doug Evans <dje@google.com>
175
176 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
177 add .dynamic entry'.
178
254e6b9e
DE
1792010-06-29 Doug Evans <dje@google.com>
180
181 Test PR c++/11702.
182 * gdb.cp/m-static.exp: Add testcase.
183 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
184
595939de
PM
1852010-06-28 Phil Muldoon <pmuldoon@redhat.com>
186 Tom Tromey <tromey@redhat.com>
187 Thiago Jung Bauermann <bauerman@br.ibm.com>
188
189 * gdb.python/py-inferior.c: New File.
190 * gdb.python/py-infthread.c: New File.
191 * gdb.python/py-inferior.exp: New File.
192 * gdb.python/py-infthread.exp: New File.
193
98751a41
JK
1942010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
195
196 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
197 (ptype ::C::OtherFileClass typedefs): New.
198 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
199 (C::OtherFileClass::cOtherFileClassVar2): New.
200 (C::OtherFileClass::cOtherFileClassVar_use): Use also
201 cOtherFileClassVar2.
202 (C::cOtherFileType2, C::cOtherFileVar2): New.
203 (C::cOtherFileVar_use): use also cOtherFileVar2.
204 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
205
41f62f39
JK
2062010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
209 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
210 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
211 (print ::C::cOtherFileVar)
212 (whatis C::OtherFileClass::cOtherFileClassType)
213 (whatis ::C::OtherFileClass::cOtherFileClassType)
214 (print C::OtherFileClass::cOtherFileClassVar)
215 (print ::cOtherFileClassVar)
216 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
217 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
218 trailing content.
219 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
220 (C::OtherFileClass::cOtherFileClassVar)
221 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
222 (C::cOtherFileVar, C::cOtherFileVar_use): New.
223
af53d231
JK
2242010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 Test PR c++/11703 and PR gdb/1448.
227 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
228 gdb/1448.
229
9655fd1a
JK
2302010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
233 (main) <rtti_data>: New.
234 * gdb.cp/virtbase.exp (print rtti_data): New.
235
824cc8dd
JK
2362010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
237 Joel Brobecker <brobecker@adacore.com>
238
239 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
240
6036c742
JK
2412010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
242
243 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
244
de6a0421
DE
2452010-06-28 Doug Evans <dje@google.com>
246
247 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
248
b2dae948
DE
2492010-06-27 Doug Evans <dje@google.com>
250
251 * gdb.cp/m-static.exp: Update expected test output.
252
0f3bb72e
PH
2532010-06-25 Paul Hilfinger <hilfinger@adacore.com>
254
255 * gdb.gdb/selftest.exp: Adjust expected message for
256 capturing start-up runtime.
257
bc9f0842
TT
2582010-06-25 Tom Tromey <tromey@redhat.com>
259
260 PR python/10808:
261 * gdb.python/python.exp: Add new tests.
262
099ef718
SW
2632010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
264
265 * gdb.cp/operator.cc: Created an import loop.
266 * gdb.cp/operator.exp: Added testcase for import loop.
267
5868a632
JK
2682010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
269
270 Test PR python/11407.
271 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
272 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
273 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
274 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
275 executable_nofb and executable_fb. New variables srcsfile, objsfile,
276 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
277 binfile. Call gdb_compile with clean_restart twice.
278 (func_nofb print, func_nofb backtrace, func_loopfb print)
279 (func_loopfb backtrace): New.
280
af76db58
JK
2812010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
282
283 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
284 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
285 by a hand made one.
286 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
287 i?86 requirement. Remove variables srcfile and binfile. New variable
288 sources, executable_nofb and executable_fb. Call prepare_for_testing.
289
f2c7657e
UW
2902010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
291
292 * gdb.cell/dwarfaddr.exp: New file.
293 * gdb.cell/dwarfaddr.S: New file.
294
628fe4e4
JK
2952010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 Test PR 9436.
298 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
299
f1421989
HZ
3002010-06-24 Hui Zhu <teawater@gmail.com>
301
302 * gdb.base/eval.exp: New file.
303
d03285ec
UW
3042010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
305
306 * gdb.cell/fork.exp: New file.
307 * gdb.cell/fork.c: Likewise.
308 * gdb.cell/fork-spu.c: Likewise.
309
41b2c92d
PM
3102010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
311
312 * lib/gdb.exp (banned_variables_traced): New global variable.
313 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
314 (gdb_init): Use `trace add variable' instead of obsolete
315 `trace variable'.
316
d5bc977f
DE
3172010-06-21 Doug Evans <dje@google.com>
318
319 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
320
d2ed6730
UW
3212010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
322
323 * gdb.arch/spu-ls.exp: New file.
324 * gdb.arch/spu-ls.c: Likewise.
325
6aed2dbc
SS
3262010-06-18 Stan Shebs <stan@codesourcery.com>
327
328 * gdb.threads/thread-specific.exp: Add tests of $_thread.
329
e0756905
UW
3302010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
331
332 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
333 * gdb.base/watch-cond.exp: Likewise.
334 * gdb.python/py-breakpoint.exp: Likewise.
335
d8053d4d
PA
3362010-06-18 Pedro Alves <pedro@codesourcery.com>
337
338 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
339 clean_restart, make sure every test has a distinct message, and
340 that messages don't include the executable' full path.
341
81ce510c
DE
3422010-06-17 Doug Evans <dje@google.com>
343
344 * gdb.arch/i386-size.exp: Updated expected output for
345 DISASSEMBLY_OMIT_FNAME.
346
65d79d4b
SDJ
3472010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
348 Sergio Durigan Junior <sergiodj@redhat.com>
349
350 * gdb.base/watch-notconst.c: New file.
351 * gdb.base/watch-notconst.S: New file.
352 * gdb.base/watch-notconst2.c: New file.
353 * gdb.base/watch-notconst2.S: New file.
354 * gdb.base/watch-notconst.exp: New file.
355 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
356 (func4): Add operations on `global_ptr_ptr'.
357 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
358 routine to test watchpoints created with a constant expression.
359 (test_inaccessible_watchpoint): Include tests for watchpoints
360 created with a constant expression.
361
df0f4836
KB
3622010-06-14 Kevin Buettner <kevinb@redhat.com>
363
364 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
365 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
366 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
367 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
368 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
369 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
370 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
371 of `_start'.
372
b769def5
UW
3732010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
374
375 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
376 not supported on the target.
377 * gdb.mi/mi-nonstop-exit.exp: Likewise.
378 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
379 * gdb.mi/mi-nsintrall.exp: Likewise.
380 * gdb.mi/mi-nsmoribund.exp: Likewise.
381 * gdb.mi/mi-nsthrexec.exp: Likewise.
382
d914c394
SS
3832010-06-11 Stan Shebs <stan@codesourcery.com>
384
385 * gdb.base/permissions.exp: New file.
386
3872010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
388
389 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
390 does not support ELF executable class.
391
f3ce5b9c
UW
3922010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
393
394 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
395
8e46892c
JK
3962010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
399 (runto): Catch "The target does not support running in non-stop mode.".
400
6cc55c64
MS
4012010-06-11 Michael Snyder <msnyder@vmware.com>
402
403 * gdb.base/setshow.exp (set language asm): Don't use
404 gdb_test_no_output, fails on some targets.
405
caddefa4
UW
4062010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
407
408 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
409 * gdb.cp/pr9167.exp: Likewise.
410
468b1aa7
UW
4112010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
412
413 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
414
5c3552dc
UW
4152010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
416
417 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
418
02e6fe6a
UW
4192010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
420
421 * gdb.base/charset.c (main): Make sure malloc gets linked in.
422
0e03807e
TT
4232010-06-11 Tom Tromey <tromey@redhat.com>
424
425 PR gdb/9977, PR exp/11636::
426 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
427 (pieces_test_f6): Update expected output.
428
2bdf28a0
JK
4292010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
430
431 * gdb.base/moribund-step.exp: New.
432
f6978de9
MS
4332010-06-08 Michael Snyder <msnyder@vmware.com>
434
435 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
436 * gdb.ada/boolean_expr.exp:
437 * gdb.ada/frame_args.exp: Ditto.
438 * gdb.ada/lang_switch.exp: Ditto.
439 * gdb.ada/ptype_arith_binop.exp: Ditto.
440 * gdb.ada/ref_param.exp: Ditto.
441 * gdb.ada/type_coercion.exp:Ditto.
442
443 * gdb.asm/asm-source.exp: Ditto.
444
445 * gdb.base/attach.exp: Ditto.
446 * gdb.base/bitfields2.exp: Ditto.
447 * gdb.base/call-signal-resume.exp: Ditto.
448 * gdb.base/callfuncs.exp: Ditto.
449 * gdb.base/commands.exp: Ditto.
450 * gdb.base/dbx.exp: Ditto.
451 * gdb.base/default.exp: Ditto.
452 * gdb.base/dump.exp: Ditto.
453 * gdb.base/exprs.exp: Ditto.
454 * gdb.base/freebpcmd.exp: Ditto.
455 * gdb.base/interrupt.exp: Ditto.
456 * gdb.base/list.exp: Ditto.
457 * gdb.base/long_long.exp: Ditto.
458 * gdb.base/maint.exp: Ditto.
459 * gdb.base/ptype.exp: Ditto.
460 * gdb.base/return.exp: Ditto.
461 * gdb.base/setshow.exp: Ditto.
462 * gdb.base/sigbpt.exp: Ditto.
463 * gdb.base/sigrepeat.exp: Ditto.
464
465 * gdb.cp/classes.exp: Ditto.
466
467 * gdb.dwarf2/dw2-restore.exp: Ditto.
468
469 * gdb.gdb/selftest.exp: Ditto.
470
471 * gdb.multi/base.exp: Ditto.
472 * gdb.multi/bkpt-multi-exec.exp: Ditto.
473
474 * gdb.python/py-block.exp: Ditto.
475 * gdb.python/py-prettyprint.exp: Ditto.
476 * gdb.python/py-template.exp: Ditto.
477
478 * gdb.server/ext-attach.exp: Ditto.
479 * gdb.server/ext-run.exp: Ditto.
480 * gdb.server/server-mon.exp: Ditto.
481
482 * gdb.threads/fork-thread-pending.exp: Ditto.
483 * gdb.threads/hand-call-in-threads.exp: Ditto.
484 * gdb.threads/interrupted-hand-call.exp: Ditto.
485 * gdb.threads/linux-dp.exp: Ditto.
486 * gdb.threads/manythreads.exp: Ditto.
487 * gdb.threads/print-threads.exp: Ditto.
488 * gdb.threads/pthreads.exp: Ditto.
489 * gdb.threads/schedlock.exp: Ditto.
490 * gdb.threads/thread-unwindonsignal.exp: Ditto.
491 * gdb.threads/threadapply.exp: Ditto.
492
de7ff789
MS
4932010-06-08 Michael Snyder <msnyder@vmware.com>
494
495 * gdb.ada/exec_changed.exp:
496 Use ".*" instead of "" as wildcard regexp.
497
498 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
499 * gdb.base/call-ar-st.exp: Ditto.
500 * gdb.base/checkpoint.exp: Ditto.
501 * gdb.base/default.exp: Ditto.
502 * gdb.base/dump.exp: Ditto.
503 * gdb.base/ending-run.exp: Ditto.
504 * gdb.base/fileio.exp: Ditto.
505 * gdb.base/miscexprs.exp: Ditto.
506 * gdb.base/pointers.exp: Ditto.
507 * gdb.base/readline.exp: Ditto.
508 * gdb.base/reread.exp: Ditto.
509 * gdb.base/restore.exp: Ditto.
510 * gdb.base/shlib-call.exp: Ditto.
511 * gdb.base/valgrind-db-attach.exp: Ditto.
512 * gdb.base/volatile.exp: Ditto.
513 * gdb.base/watchpoints.exp: Ditto.
514
515 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
516
517 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
518 * gdb.python/py-value.exp: Ditto.
519
520 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
521 * gdb.trace/circ.exp: Ditto.
522 * gdb.trace/collection.exp: Ditto.
523 * gdb.trace/packetlen.exp: Ditto.
524 * gdb.trace/passc-dyn.exp: Ditto.
525 * gdb.trace/report.exp: Ditto.
526 * gdb.trace/tfile.exp: Ditto.
527 * gdb.trace/tfind.exp: Ditto.
528 * gdb.trace/while-dyn.exp: Ditto.
529
3bebe2f2
JK
5302010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
533
5c631832
JK
5342010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 Test PR 10640.
537 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
538
4c3376c8
SW
5392010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
540
541 * gdb.cp/koenig.exp: Test for ADL operators.
542 * gdb.cp/koenig.cc: Added ADL operators.
543 * gdb.cp/operator.exp: New test.
544 * gdb.cp/operator.cc: New test.
545
dc226d5a
MS
5462010-06-04 Michael Snyder <msnyder@vmware.com>
547
dfb88a23
MS
548 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
549 * gdb.base/pending.exp: Ditto.
f7ae76b3 550
dc226d5a
MS
551 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
552
967cf477
DE
5532010-06-04 Doug Evans <dje@google.com>
554
555 * gdb.python/py-prettyprint.exp: Add new test for enabled and
556 disabled printers.
557 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
558 (enable_lookup_function): New function.
559
eb801841
TT
5602010-06-04 Tom Tromey <tromey@redhat.com>
561
562 * gdb.python/py-value.exp (test_value_hash): Don't test equality
563 of hash and id.
564
38979823
JK
5652010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
568 newline.
569 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
570 (empty verbose non-noisy clear, empty verbose noisy clear)
571 (empty non-verbose noisy clear): Likewise.
572
35ec993f
MS
5732010-06-03 Michael Snyder <msnyder@vmware.com>
574
575 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
576 * gdb.base/display.exp: Ditto.
577 * gdb.base/find.exp: Ditto.
578 * gdb.base/ifelse.exp: Ditto.
579 * gdb.base/multi-forks.exp: Ditto.
580 * gdb.base/recurse.exp: Ditto.
581 * gdb.base/setshow.exp: Ditto.
582 * gdb.base/value-double-free.exp: Ditto.
583 * gdb.base/watch-vfork.exp: Ditto.
584 * gdb.base/watch_thread_num.exp: Ditto.
585 * gdb.base/watchpoint-solib.exp: Ditto.
586 * gdb.base/watchpoint.exp: Ditto.
587 * gdb.base/watchpoints.exp: Ditto.
588
589 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
590 * gdb.cp/overload.exp: Ditto.
591 * gdb.cp/virtfunc.exp: Ditto.
592
593 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
594
595 * gdb.reverse/watch-precsave.exp:
596 Replace gdb_test with gdb_test_no_output.
597
598 * gdb.threads/attach-into-signal.exp:
599 Replace gdb_test with gdb_test_no_output.
600 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
601 * gdb.threads/watchthreads.exp: Ditto.
602 * gdb.threads/watchthreads2.exp: Ditto.
603
604 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
605 * gdb.trace/tfind.exp: Ditto.
606
c22decce
JB
6072010-06-03 Joel Brobecker <brobecker@adacore.com>
608
609 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
610 successful test if message is the empty string.
611
fd5700c7
JK
6122010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
613
614 * gdb.fortran/module.exp (stopped language detection): New test.
615
f55ee35c
JK
6162010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
617
618 Support DW_TAG_module as separate namespaces.
619 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
620 gdb.fortran/library-module-lib.f90: New.
621 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
622 (print i): Remove.
623 (continue to breakpoint: i-is-1, print var_i value 1)
624 (continue to breakpoint: i-is-2, print var_i value 2)
625 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
626 (print var_d, print var_i value 14, ptype modmany, complete `modm)
627 (complete `modmany, complete `modmany`, complete `modmany`var)
628 (show language, setting breakpoint at module): New tests.
629 * gdb.fortran/module.f90 (module mod): Remove.
630 (module mod1, module mod2, module modmany, subroutine sub1)
631 (subroutine sub2, program module): New.
632
b8e8282f
JK
6332010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
636 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
637 * gdb.cp/anon-union.exp (pass): Rename to ...
638 (print z 2): ... here.
b8e8282f 639
019ebafc
MS
6402010-06-02 Michael Snyder <msnyder@vmware.com>
641
e68d8fd4
MS
642 * gdb.trace/actions.exp: Use gdb_test_no_output.
643 * gdb.trace/circ.exp: Ditto.
644 * gdb.trace/packetlen.exp: Ditto.
645 * gdb.trace/save-trace.exp: Ditto.
646 * gdb.trace/tracecmd.exp: Ditto.
647 * gdb.trace/tsv.exp: Ditto.
648
12b5d08a
MS
649 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
650 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
651 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
652 * gdb.threads/manythreads.exp: Ditto.
653 * gdb.threads/print-threads.exp: Ditto.
654 * gdb.threads/pthreads.exp: Ditto.
655 * gdb.threads/schedlock.exp: Ditto.
656 * gdb.threads/staticthreads.exp: Ditto.
657 * gdb.threads/thread-specific.exp: Ditto.
658 * gdb.threads/thread-unwindonsignal.exp: Ditto.
659 * gdb.threads/threadapply.exp: Ditto.
660 * gdb.threads/watchthreads.exp: Ditto.
661 * gdb.threads/watchthreads2.exp: Ditto.
662
89493308
MS
663 * gdb.python/py-block.exp: Use gdb_test_no_output.
664 * gdb.python/py-prettyprint.exp: Ditto.
665 * gdb.python/py-template.exp: Ditto.
666 * gdb.python/py-value.exp: Ditto.
667
668 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
669 * gdb.reverse/watch-reverse.exp: Ditto.
670
671 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
672 * gdb.server/ext-run.exp: Ditto.
673
019ebafc
MS
674 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
675 * gdb.dwarf2/dw2-compressed.exp: Ditto.
676 * gdb.dwarf2/dw2-intercu.exp: Ditto.
677 * gdb.dwarf2/dw2-intermix.exp: Ditto.
678 * gdb.dwarf2/dw2-producer.exp: Ditto.
679 * gdb.dwarf2/mac-fileno.exp: Ditto.
680
681 * gdb.gdb/observer.exp: Use gdb_test_no_output.
682 * gdb.gdb/selftest.exp: Ditto.
683
684 * gdb.multi/base.exp: Use gdb_test_no_output.
685
686 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
687
3e0ca3a5
JK
6882010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
691
9db70545
MS
6922010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
693
a8d52276
MS
694 * gdb.cp/class2.exp: Use gdb_test_no_output.
695 * gdb.cp/classes.exp: Ditto.
696 * gdb.cp/extern-c.exp: Ditto.
697 * gdb.cp/inherit.exp: Ditto.
698 * gdb.cp/maint.exp: Ditto.
699 * gdb.cp/mb-inline.exp: Ditto.
700 * gdb.cp/mb-templates.exp: Ditto.
701 * gdb.cp/method2.exp: Ditto.
702 * gdb.cp/misc.exp: Ditto.
703 * gdb.cp/ovldbreak.exp: Ditto.
704 * gdb.cp/punctuator.exp: Ditto.
705 * gdb.cp/templates.exp: Ditto.
706 * gdb.cp/virtbase.exp: Ditto.
707
9db70545
MS
708 * gdb.threads/attach-stopped.exp:
709 Replace uses of send_gdb / gdb_expect.
710 * gdb.threads/attachstop-mt.exp:
711 Replace uses of send_gdb / gdb_expect.
712 * gdb.threads/gcore-thread.exp:
713 Replace uses of send_gdb / gdb_expect.
714 * gdb.threads/hand-call-in-threads.exp:
715 Replace uses of send_gdb / gdb_expect.
716 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
717 * gdb.threads/print-threads.exp:
718 Replace uses of send_gdb / gdb_expect.
719 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
720 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
721 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
722
723 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
724 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
725 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
726 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
727 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
728 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
729 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
730 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
731 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
732 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
733 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
734
359cc68c
JK
7352010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
738
7d3fe98e
SW
7392010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
740
741 * gdb.cp/koenig.exp: Added new test case.
742 * gdb.cp/koenig.cc: Ditto.
743
27d3a1a2
MS
7442010-06-01 Michael Snyder <msnyder@vmware.com>
745
746 * gdb.base/arithmet.exp: Use gdb_test_no_output.
747 * gdb.base/arrayidx.exp: Ditto.
748 * gdb.base/attach.exp: Ditto.
749 * gdb.base/auxv.exp: Ditto.
750 * gdb.base/bigcre.exp: Ditto.
751 * gdb.base/break-always.exp: Ditto.
752 * gdb.base/break-interp.exp: Ditto.
753 * gdb.base/break.exp: Ditto.
754 * gdb.base/breakpoint-shadow.exp: Ditto.
755 * gdb.base/call-ar-st.exp: Ditto.
756 * gdb.base/call-sc.exp: Ditto.
757 * gdb.base/call-signal-resume.exp: Ditto.
758 * gdb.base/callfuncs.exp: Ditto.
759 * gdb.base/catch-syscall.exp: Ditto.
760 * gdb.base/charset.exp: Ditto.
761 * gdb.base/code-expr.exp: Ditto.
762 * gdb.base/commands.exp: Ditto.
763 * gdb.base/cond-expr.exp: Ditto.
764 * gdb.base/condbreak.exp: Ditto.
765 * gdb.base/cursal.exp: Ditto.
766 * gdb.base/cvexpr.exp: Ditto.
767 * gdb.base/default.exp: Ditto.
768 * gdb.base/del.exp: Ditto.
769 * gdb.base/detach.exp: Ditto.
770 * gdb.base/display.exp: Ditto.
771 * gdb.base/ena-dis-br.exp: Ditto.
772 * gdb.base/eval-skip.exp: Ditto.
773 * gdb.base/foll-fork.exp: Ditto.
774 * gdb.base/foll-vfork.exp: Ditto.
775 * gdb.base/frame-args.exp: Ditto.
776 * gdb.base/funcargs.exp: Ditto.
777 * gdb.base/gcore-buffer-overflow.exp: Ditto.
778 * gdb.base/gdbvars.exp: Ditto.
779 * gdb.base/help.exp: Ditto.
780 * gdb.base/ifelse.exp: Ditto.
781 * gdb.base/included.exp: Ditto.
782 * gdb.base/list.exp: Ditto.
783 * gdb.base/macscp.exp: Ditto.
784 * gdb.base/maint.exp: Ditto.
785 * gdb.base/multi-fork.exp: Ditto.
786 * gdb.base/overlays.exp: Ditto.
787 * gdb.base/page.exp: Ditto.
788 * gdb.base/pending.exp: Ditto.
789 * gdb.base/pointers.exp: Ditto.
790 * gdb.base/pr11022.exp: Ditto.
791 * gdb.base/prelink.exp: Ditto.
792 * gdb.base/printcmds.exp: Ditto.
793 * gdb.base/psymtab.exp: Ditto.
794 * gdb.base/randomize.exp: Ditto.
795 * gdb.base/relational.exp: Ditto.
796 * gdb.base/relocate.exp: Ditto.
797 * gdb.base/remote.exp: Ditto.
798 * gdb.base/sepdebug.exp: Ditto.
799 * gdb.base/set-lang-auto.exp: Ditto.
800 * gdb.base/setshow.exp: Ditto.
801 * gdb.base/setvar.exp: Ditto.
802 * gdb.base/signals.exp: Ditto.
803 * gdb.base/signull.exp: Ditto.
804 * gdb.base/sigstep.exp: Ditto.
805 * gdb.base/sizeof.exp: Ditto.
806 * gdb.base/solib-disc.exp: Ditto.
807 * gdb.base/store.exp: Ditto.
808 * gdb.base/structs.exp: Ditto.
809 * gdb.base/structs2.exp: Ditto.
810 * gdb.base/subst.exp: Ditto.
811 * gdb.base/term.exp: Ditto.
812 * gdb.base/trace-commands.exp: Ditto.
813 * gdb.base/unwindonsignal.exp: Ditto.
814 * gdb.base/valgrind-db-attach.exp: Ditto.
815 * gdb.base/varargs.exp: Ditto.
816 * gdb.base/watch-cond.exp: Ditto.
817 * gdb.base/watch_thread_num.exp: Ditto.
818 * gdb.base/watchpoint-cond-gone.exp: Ditto.
819 * gdb.base/watchpoint.exp: Ditto.
820 * gdb.base/whatis-exp.exp: Ditto.
821
f8d3bf8f
MS
8222010-06-01 Michael Snyder <msnyder@vmware.com>
823
824 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
825 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
826 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
827 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
828 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
829 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
830 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
831 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
832 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
833 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
834 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
835 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
836 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
837 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
838 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
839
3f9e0d32
JK
8402010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
841
842 * gdb.base/commands.exp (begin commands on watch): Remove excessive
843 trailing newline.
844 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
845 * gdb.java/jmisc.exp (p *args\n): Rename to ...
846 (p *args): ... here and remove excessive trailing newline.
847
f629457d
JB
8482010-05-31 Joel Brobecker <brobecker@adacore.com>
849
850 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
851
09eef106
JK
8522010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
853
854 Accept the new Linux kernel "t (tracing stop)" string.
855 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
856 Update comment.
857 (state_wait) <T (tracing stop)>: New.
858 (main): Update the state_wait expect string.
859
94f31136
PA
8602010-05-28 Pedro Alves <pedro@codesourcery.com>
861
862 * limits.c, limits.exp: Delete files.
863 * Makefile.in (clean mostlyclean): Adjust.
864 * tracecmd.exp: Adjust.
865
096554ab
JK
8662010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
867
868 * gdb.base/tui-layout.exp: New.
869
27d3a1a2 8702010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50
MS
871
872 * gdb.reverse/break-precsave.exp:
873 Replace uses of send_gdb / gdb_expect.
874 * gdb.reverse/break-reverse.exp:
875 Replace uses of send_gdb / gdb_expect.
876 * gdb.reverse/consecutive-precsave.exp:
877 Replace uses of send_gdb / gdb_expect.
878 * gdb.reverse/consecutive-reverse.exp:
879 Replace uses of send_gdb / gdb_expect.
880 * gdb.reverse/finish-precsave.exp:
881 Replace uses of send_gdb / gdb_expect.
882 * gdb.reverse/finish-reverse.exp:
883 Replace uses of send_gdb / gdb_expect.
884 * gdb.reverse/i386-precsave.exp:
885 Replace uses of send_gdb / gdb_expect.
886 * gdb.reverse/i386-reverse.exp:
887 Replace uses of send_gdb / gdb_expect.
888 * gdb.reverse/i386-sse-reverse.exp:
889 Replace uses of send_gdb / gdb_expect.
890 * gdb.reverse/i387-env-reverse.exp:
891 Replace uses of send_gdb / gdb_expect.
892 * gdb.reverse/i387-stack-reverse.exp:
893 Replace uses of send_gdb / gdb_expect.
894 * gdb.reverse/machinestate-precsave.exp:
895 Replace uses of send_gdb / gdb_expect.
896 * gdb.reverse/machinestate.exp:
897 Replace uses of send_gdb / gdb_expect.
898 * gdb.reverse/sigall-precsave.exp:
899 Replace uses of send_gdb / gdb_expect.
900 * gdb.reverse/sigall-reverse.exp:
901 Replace uses of send_gdb / gdb_expect.
902 * gdb.reverse/solib-precsave.exp:
903 Replace uses of send_gdb / gdb_expect.
904 * gdb.reverse/solib-reverse.exp:
905 Replace uses of send_gdb / gdb_expect.
906 * gdb.reverse/step-precsave.exp:
907 Replace uses of send_gdb / gdb_expect.
908 * gdb.reverse/step-reverse.exp:
909 Replace uses of send_gdb / gdb_expect.
910 * gdb.reverse/until-precsave.exp:
911 Replace uses of send_gdb / gdb_expect.
912 * gdb.reverse/until-reverse.exp:
913 Replace uses of send_gdb / gdb_expect.
914 * gdb.reverse/watch-precsave.exp:
915 Replace uses of send_gdb / gdb_expect.
916 * gdb.reverse/watch-reverse.exp:
917 Replace uses of send_gdb / gdb_expect.
918
3def43e0
JK
9192010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
920
921 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
922 excessive newline.
923
27d3a1a2 9242010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
925
926 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
927 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
928 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
929 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
930 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
931 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
932 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
933 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
934 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
935 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
936 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
937 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
938 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
939 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
940 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
941 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
942 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
943 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
944 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 945
27d3a1a2 9462010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 947
22454424
MS
948 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
949 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
950
951 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
952 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
953 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
954
955 * gdb.reverse/consecutive-reverse.exp:
956 Replace uses of send_gdb / gdb_expect.
957 * gdb.reverse/consecutive-precsave.exp:
958 Replace uses of send_gdb / gdb_expect.
959
960 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
961 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
962 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
963 * gdb.mi/mi-ns-stale-regcache.exp:
964 Replace uses of send_gdb / gdb_expect.
965 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
966 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
967 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
968 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
969 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
970 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
971 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
972 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
973 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
974
9752010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 976
22454424 977 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 978
22454424 979 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 980
22454424
MS
981 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
982 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
983 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
984 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
985 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
986 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
987 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
988 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
989 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 990
6e5f2c59
TT
9912010-05-25 Tom Tromey <tromey@redhat.com>
992
993 * gdb.base/macscp.exp: Add missing space after setup_kfail.
994
bbc8b958
TT
9952010-05-25 Tom Tromey <tromey@redhat.com>
996
997 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
998 argument order.
999 * gdb.base/macscp.exp: Fix setup_kfail argument order.
1000 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
1001 order.
1002 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
1003 order.
1004 * gdb.base/call-sc.exp (setup_kfails): Remove.
1005 (setup_compiler_kfails): Remove.
1006 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
1007 argument order.
1008 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
1009 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
1010 (advancei): Fix setup_kfail argument order.
1011 * gdb.base/radix.exp: Fix setup_kfail argument order.
1012 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
1013 order.
1014 * gdb.base/structs.exp (setup_kfails): Remove.
1015 (setup_compiler_kfails): Fix setup_kfail argument order.
1016 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
1017 order.
1018 * gdb.java/jmain.exp: Fix setup_kfail argument order.
1019 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
1020 setup_kfail argument order.
1021 * gdb.cp/overload.exp: Fix setup_kfail argument order.
1022
83d1babf
TT
10232010-05-25 Tom Tromey <tromey@redhat.com>
1024
1025 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
1026
6acb16a2
MS
10272010-05-25 Michael Snyder <msnyder@vmware.com>
1028
1029 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
1030 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
1031 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
1032 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
1033 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
1034 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
1035 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
1036 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
1037 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
1038 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
1039 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
1040 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
1041 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
1042 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
1043 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
1044 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
1045 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
1046 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
1047 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
1048 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
1049 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
1050 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
1051 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
1052 * gdb.base/default.exp: Replace send_gdb with gdb_test.
1053 * gdb.base/define.exp: Replace send_gdb with gdb_test.
1054 * gdb.base/display.exp: Replace send_gdb with gdb_test.
1055 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
1056 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
1057 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
1058 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
1059 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
1060 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
1061 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
1062 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
1063 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
1064 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
1065 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
1066 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
1067 * gdb.base/help.exp: Replace send_gdb with gdb_test.
1068 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
1069 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
1070 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1071 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
1072 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
1073 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
1074 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
1075 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 1076 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
1077
10782010-05-25 Doug Evans <dje@google.com>
1079
1080 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
1081 gdb.string_to_argv.
ad3986f0 1082
d3b1e874
TT
10832010-05-21 Tom Tromey <tromey@redhat.com>
1084
1085 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
1086 Call it.
1087 * gdb.dwarf2/pieces.S: Update.
1088 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
1089
cb826367
TT
10902010-05-21 Tom Tromey <tromey@redhat.com>
1091
1092 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
1093 Call it.
1094 * gdb.dwarf2/pieces.c (struct C): New.
1095 (f6): New function.
1096 * gdb.dwarf2/pieces.S: Replace.
1097
74de6778
TT
10982010-05-21 Tom Tromey <tromey@redhat.com>
1099
1100 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
1101 Call it.
1102
afd74c5f
TT
11032010-05-21 Tom Tromey <tromey@redhat.com>
1104
1105 * gdb.dwarf2.pieces.exp: New file.
1106 * gdb.dwarf2.pieces.S: New file.
1107 * gdb.dwarf2.pieces.c: New file.
1108
a7b75dfd
JB
11092010-05-20 Pedro Alves <pedro@codesourcery.com>
1110 Joel Brobecker <brobecker@adacore.com>
1111
1112 * lib/gdb.exp (gdb_test_no_output): New function.
1113 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
1114 when testing commands that should produce no output.
1115
c81c812a
JB
11162010-05-17 Joel Brobecker <brobecker@adacore.com>
1117
1118 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
1119 parameter that we want to watch being a constant.
1120
0cce5bd9
JB
11212010-05-17 Joel Brobecker <brobecker@adacore.com>
1122
1123 * gdb.ada/cond_lang: New testcase.
1124
47050449
JB
11252010-05-17 Joel Brobecker <brobecker@adacore.com>
1126
1127 * lib/gdb.exp (banned_variables): New variable/constant.
1128 (gdb_init): Add write trace on variables listed in banned_variables.
1129 (gdb_finish): Remove write traces on variables listed in
1130 banned_variables.
1131
77c01586
JB
11322010-05-17 Joel Brobecker <brobecker@adacore.com>
1133
1134 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
1135 * gdb.cp/koenig.exp: Likewise.
1136
88d4aea7
PM
11372010-05-14 Phil Muldoon <pmuldoon@redhat.com>
1138
1139 PR python/11482
1140
1141 * gdb.python/py-value.exp (test_value_hash): New function.
1142
f5a010c0
PM
11432010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
1144
1145 PR exp/11530.
1146 * gdb.base/gdb11530.c: New file.
1147 * gdb.base/gdb11530.exp: New file.
1148
8ef4892f
JK
11492010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1150
1151 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
1152 * gdb.dwarf2/dw2-modula2-self-type.S: New.
1153
7322dca9
SW
11542010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
1155
1156 * gdb.cp/koenig.exp: New test.
1157 * gdb.cp/koenig.cc: New test program.
1158
02e7ea18
JB
11592010-05-05 Joel Brobecker <brobecker@adacore.com>
1160
1161 Remove the use of prms_id and bug_id throughout the testsuite.
1162
e1c34c5d
PM
11632010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
1164
1165 PR exp/11349.
1166 * testsuite/gdb.cp/ref-types.exp: Add test to examine
1167 use a reference local variable.
1168
8e1d0c49
JK
11692010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
1172 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
1173 variable different_dir. Move debugfile into a full directory pathname
1174 under DIFFERENT_DIR.
1175 * lib/gdb.exp (separate_debug_filename): Remove.
1176 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
1177 variable debug_dir and mkdir of it. Update function comments.
1178
e66408ed
PA
11792010-04-29 Pedro Alves <pedro@codesourcery.com>
1180
1181 PR gdb/11557
1182
1183 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
1184 files.
1185
d7b32ed3
PM
11862010-04-29 Phil Muldoon <pmuldoon@redhat.com>
1187
1188 * gdb.python/py-param.exp: New File.
1189
6aecb9c2
JB
11902010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
1191
1192 * gdb.base/default.exp: Fix "set language" test.
1193
bdf92a1c
PM
11942010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
1195
1196 PR breakpoints/11531.
1197 * gdb.base/gdb11531.c: New file.
1198 * gdb.base/gdb11531.exp: New file.
1199
3f172e24
TT
12002010-04-26 Tom Tromey <tromey@redhat.com>
1201
1202 * gdb.base/completion.exp: Add tests for completion and deprecated
1203 commands.
1204
64af4c92
JK
12052010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
1208 (print /x char_array): Escape curly brackets.
1209
492928e4
JK
12102010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1211
1212 Fix deadlock on looped list of loaded shared objects.
1213 * gdb.base/solib-corrupted.exp: New.
1214
66d09542
DE
12152010-04-23 Doug Evans <dje@google.com>
1216
1217 * gdb.python/py-section-script.c: New file.
1218 * gdb.python/py-section-script.exp: New file.
1219 * gdb.python/py-section-script.py: New file.
1220
8bd10a10
CM
12212010-04-20 Chris Moller <cmoller@redhat.com>
1222
1223 PR 10179
1224
1225 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
1226 * gdb.base/pr10179-a.c:
1227 * gdb.base/pr10179-b.c:
1228 * gdb.base/pr10179.exp: New files.
1229
c0201579
JK
12302010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 Fix crashes on dangling display expressions.
1233 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
1234 is SEP.
1235 (lib_flags): Remove the "debug" keyword.
1236 (libsepdebug): New variable for iterating new loop.
1237 (save_pf_prefix): New variable wrapping the loop.
1238 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
1239 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
1240
793b0ff8
PM
12412010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1242
1243 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
1244
097f51f7
PM
12452010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1246
1247 PR stabs/11479.
1248 * gdb.stabs/gdb11479.exp: New file.
1249 * gdb.stabs/gdb11479.c: New file.
1250
9a22f0d0
PM
12512010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
1252
1253 * gdb.base/charset.c (Strin16, String32): New variables.
1254 * gdb.base/charset.exp (gdb_test): Test correct display
1255 of 16 or 32 bit strings.
1256
12572010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
1258
1259 PR 9167
1260 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
1261 * gdb.cp/pr9167.cc: New file.
1262 * gdb.cp/pr9167.exp: New file.
1263
1264
6e354e5e
PM
12652010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
1266
1267 PR pascal/11492.
1268 * gdb.pascal/gdb11492.pas: New file.
1269 * gdb.pascal/gdb11492.exp: New file.
1270
be942545
JB
12712010-04-20 Joel Brobecker <brobecker@adacore.com>
1272
1667e6e3 1273 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 1274
0c3acc09
JB
12752010-04-20 Joel Brobecker <brobecker@adacore.com>
1276
1277 * gdb.ada/dyn_loc: New testcase.
1278
ec31cde5
CM
12792010-04-20 Chris Moller <cmoller@redhat.com>
1280
1281 PR 10867
1282
1283 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
1284 * gdb.cp/pr10687.cc: New file.
1285 * gdb.cp/pr10687.exp: New file.
1286
1287
ce4b0682
SDJ
12882010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1289 Sergio Durigan Junior <sergiodj@redhat.com>
1290
1291 * gdb.fortran/logical.exp: New testcase.
1292 * gdb.fortran/logical.f90: New file.
1293
3436961f
DE
12942010-04-19 Doug Evans <dje@google.com>
1295
1296 * gdb.base/help.exp (help source): Update expected output.
1297
4d836c09
JK
12982010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
1301 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
1302 gdb_exit and return.
1303 (executable): New variable.
1304 (binfile): Use it.
1305
6149aea9
PA
13062010-04-19 Pedro Alves <pedro@codesourcery.com>
1307
1308 PR breakpoints/8554.
1309
1310 * gdb.trace/save-trace.exp: Adjust.
1311
ed41462c
L
13122010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1313
1314 PR corefiles/11511
1315 * gdb.arch/system-gcore.exp: New.
1316 * gdb.arch/gcore.c: Likewise.
1317
3f7b2faa
DE
13182010-04-15 Doug Evans <dje@google.com>
1319
fa33c3cd
DE
1320 * gdb.python/py-progspace.c: New file.
1321 * gdb.python/py-progspace.exp: New file.
1322
3f7b2faa
DE
1323 * gdb.base/source.exp: Add tests for "source -s".
1324
79f283fe
PM
13252010-04-14 Phil Muldoon <pmuldoon@redhat.com>
1326
1327 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
1328 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
1329 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
1330 * gdb.python/py-mi.exp: New test for to_string returning None.
1331
fc8eb08a
PM
13322010-04-12 Phil Muldoon <pmuldoon@redhat.com>
1333
1334 * gdb.python/py-breakpoint.c: Make result global.
1335
26e197f6
JK
13362010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1337
1338 Fix non-GNU make compatibility.
1339 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
1340
adc36818
PM
13412010-04-09 Phil Muldoon <pmuldoon@redhat.com>
1342
1343 * gdb.python/py-breakpoint.exp: New File.
1344 * gdb.python/py-breakpoint.C: Ditto.
1345
64e17368
SS
13462010-04-08 Stan Shebs <stan@codesourcery.com>
1347
1348 * gdb.trace/actions.exp: Clear default-collect.
1349 * gdb.trace/save-trace.exp: Clear default-collect.
1350
fff5cc64
PM
13512010-04-08 Phil Muldoon <pmuldoon@redhat.com>
1352
1353 * gdb.python/py-value: Add null string variable.
1354 (test_lazy_string): Test zero length, NULL address lazy
1355 strings.
1356
a055a187
L
13572010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1358
1359 * gdb.arch/i386-avx.c: New.
1360 * gdb.arch/i386-avx.exp: Likewise.
1361
1362 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
1363
96e39866
DE
13642010-04-06 Doug Evans <dje@google.com>
1365
1366 * gdb.base/source-test.gdb: New file.
1367 * gdb.base/source.exp: Test source -v.
1368
5984a431
UW
13692010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1370
1371 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
1372
ec8a089a
PM
13732010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
1374
1375 * gdb.stabs/aout.sed: Convert all backslash to double backslash
1376 within one line, unless it is followed by a double quote.
1377 * gdb.stabs/hppa.sed: Idem.
1378 * gdb.stabs/weird.def: Add char and String constants
1379 * gdb.stabs/weird.exp: Check for correct parsing of
1380 chhar and string constants.
1381 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
1382 in .stabs to .stabx substitution.
1383
fce3c1f0
SS
13842010-04-05 Stan Shebs <stan@codesourcery.com>
1385
1386 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
1387 constant global.
1388 * gdb.trace/tfile.exp: Try to print them.
1389
d77f58be
SS
13902010-04-04 Stan Shebs <stan@codesourcery.com>
1391
1392 * gdb.base/completion.exp: Update for new "info watchpoints".
1393 * gdb.base/default.exp: Ditto.
1394 * gdb.base/help.exp: Ditto.
1395 * gdb.base/watchpoint.exp: Ditto.
1396 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
1397
af54718e
SS
13982010-04-04 Stan Shebs <stan@codesourcery.com>
1399
1400 * gdb.trace/tfile.exp: Sharpen tfind test.
1401
74d1f91e
JK
14022010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1403
1404 * gdb.base/break-entry.exp: New.
1405
eb8e76db
HZ
14062010-04-02 Hui Zhu <teawater@gmail.com>
1407 Michael Snyder <msnyder@vmware.com>
1408
1409 * gdb.reverse/i386-sse-reverse.exp: New file.
1410 * gdb.reverse/i386-sse-reverse.c: New file.
1411
bf65cad8
PA
14122010-04-02 Pedro Alves <pedro@codesourcery.com>
1413
1414 * gdb.trace/tfind.exp: Adjust expected disassembly output.
1415
fff87407
SS
14162010-04-01 Stan Shebs <stan@codesourcery.com>
1417
1418 * gdb.trace/actions.exp: Tweak expected output.
1419 * gdb.trace/while-stepping.exp: Tweak expected output.
1420
fe01d668
L
14212010-04-01 H.J. Lu <hongjiu.lu@intel.com>
1422
1423 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
1424
86b17b60
PA
14252010-04-01 Pedro Alves <pedro@codesourcery.com>
1426
1427 * gdb.base/commands.exp: Adjust.
1428 * gdb.cp/extern-c.exp: Adjust.
1429
2c58c0a9
PA
14302010-04-01 Pedro Alves <pedro@codesourcery.com>
1431
1432 * gdb.trace/collection.c (local_test_func): Define a local struct,
1433 and instanciate it.
1434
0db9b91c
PA
14352010-04-01 Pedro Alves <pedro@codesourcery.com>
1436
1437 * gdb.trace/collection.exp (gdb_collect_args_test)
1438 (gdb_collect_argarray_test): XFAIL the tests that assume the
1439 argarray argument's elements are collected.
1440
8072405b
JK
14412010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1442
1443 * gdb.dwarf2/dw2-bad-parameter-type.exp,
1444 gdb.dwarf2/dw2-bad-parameter-type.S: New.
1445
8bf6485c
SS
14462010-03-31 Stan Shebs <stan@codesourcery.com>
1447
1448 * gdb.trace/save-trace.exp: Test save/restore of default-collect
1449 and tracepoint conditionals.
1450 (gdb_verify_tracepoints): Delete unused return.
1451
fd7f724a
KS
14522010-03-26 Keith Seitz <keiths@redhat.com>
1453
1454 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
1455 appear in the output before main.
1456 Remove KFAIL for gdb/2215 aka bz 9320.
1457
8d9e7719
DE
14582010-03-30 Doug Evans <dje@google.com>
1459
0906dd0b
DE
1460 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
1461 by dejagnu.
1462 * gdb.arch/amd64-dword.exp: Ditto.
1463
8d9e7719
DE
1464 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
1465 match.
1466 (break printf): Ditto.
1467
1da644f0
SW
14682010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
1469
1470 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
1471 gcc < 4.4.
1472 * gdb.cp/shadow.exp: Ditto.
1473
a8121990
PA
14742010-03-29 Pedro Alves <pedro@codesourcery.com>
1475
1476 * gdb.trace/collection.exp (run_trace_experiment): Make sure
1477 "tstart" is silent.
1478
6e79d367
PA
14792010-03-29 Pedro Alves <pedro@codesourcery.com>
1480
1481 * gdb.trace/collection.exp (executable): New.
1482 (binfile): Use it.
1483 (fpreg, spreg, pcreg): New.
1484 (test_register): Use gdb_test_multiple. Pass /x to print.
1485 (prepare_for_trace_test): New.
1486 (run_trace_experiment): Use "continue", not gdb_run_cmd.
1487 (gdb_collect_args_test, gdb_collect_argstruct_test)
1488 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
1489 prepare_for_trace_test.
1490 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
1491 fpreg, spreg and pcreg.
1492 (gdb_collect_expression_test, gdb_collect_globals_test): Use
1493 prepare_for_trace_test.
1494 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
1495 try to detect tracing support here. Don't set breakpoints at
1496 `begin' or `end' here.
1497 <global scope>: Use clean_restart. Run to main before checking
1498 for tracing support. Check for for tracing support here.
1499
09248348
JK
15002010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
1503 " as $displacement" to "seen displacement message".
1504
d350db38
PA
15052010-03-28 Pedro Alves <pedro@codesourcery.com>
1506
1507 * gdb.trace/while-dyn.exp (executable): New variable.
1508 (binfile): Use it.
1509 (test_while_stepping): New function. Move most tests here. Call
1510 it once for each of the while-stepping, stepping and ws aliases.
1511
907af001
UW
15122010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1513
1514 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
1515 that do not provide the tagless_struct type name at all.
1516 (test_print_anon_union): Do not check value of uninitialized
1517 union member. Do not use cp_test_ptype_class, so we can accept
1518 "long" as well as "long int".
1519
610197fd
PA
15202010-03-26 Pedro Alves <pedro@codesourcery.com>
1521
1522 * gdb.trace/tfile.c (tohex, bin2hex): New.
1523 (write_error_trace_file): Hexify error description.
1524
6c28cbf2
SS
15252010-03-25 Stan Shebs <stan@codesourcery.com>
1526
1527 * gdb.trace/tfile.c: Generate an additional trace file, improve
1528 portability.
1529 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
1530 files in a better way.
1531
e62b8c7e
KS
15322010-03-25 Keith Seitz <keiths@redhat.com>
1533
1534 * gdb.java/jprint.exp: XFAIL printing of static class members
1535 because of GCC debuginfo problem.
1536
82ccf5a5
JK
15372010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
1540
293e2f9e
DJ
15412010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1542
1543 * gdb.base/completion.exp: Allow long instead of long int.
1544 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
1545 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
1546 variable p.
1547 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
1548 * gdb.base/pointers.exp: Allow long instead of long int.
1549 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
1550 * gdb.base/step-line.exp: Allow a directory before the source file name.
1551
95a42b64
TT
15522010-03-24 Tom Tromey <tromey@redhat.com>
1553
1554 PR breakpoints/9352:
1555 * gdb.base/default.exp: Update.
1556 * gdb.base/commands.exp: Update.
1557 * gdb.cp/extern-c.exp: Test setting commands on multiple
1558 breakpoints at once.
1559
2390201f
DJ
15602010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1561
1562 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
1563 if gdb,nosignals.
1564 * gdb.base/watchpoints.c: Do not include unnecessary headers.
1565 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
1566 exited".
1567
8c9a6790
SS
15682010-03-24 Stan Shebs <stan@codesourcery.com>
1569
1570 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
1571
a6c727b2
DJ
15722010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
1573
1574 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
1575 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
1576 argument. Handle "short" and "long".
1577 (Top level): Pass overprototyped output for old_fptr and xptr.
1578
4dfd5423
PA
15792010-03-23 Pedro Alves <pedro@codesourcery.com>
1580
1581 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
1582 format strings and add casts to avoid compiler warnings.
1583
15842010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
1585
1586 * lib/trace-support.exp (gdb_trace_setactions):
1587 Don't expect whitespace after ">" prompt.
1588 * gdb.trace/actions.exp: Adjust for output changes.
1589 * gdb.trace/while-stepping.exp: Likewise.
1590
c847d045
JK
15912010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1592
1593 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
1594 and r157645).
1595
5f717f1d
JK
15962010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
1599 New.
1600
7d6d51d5
DJ
16012010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1602
1603 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
1604 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
1605
3b11a015
SS
16062010-03-19 Stan Shebs <stan@codesourcery.com>
1607
1608 * gdb.trace/ax.exp: New file.
1609
d7d158ed
DE
16102010-03-19 Doug Evans <dje@google.com>
1611
6bb85cd1
DE
1612 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
1613 output from gcc.
1614
d7d158ed
DE
1615 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
1616 named /usr/sbin/prelink<foo>.
1617
4daf5ac0
SS
16182010-03-18 Stan Shebs <stan@codesourcery.com>
1619
1620 * gdb.trace/circ.exp: Test circular-trace-buffer.
1621 * gdb.trace/tfile.exp: Update tstatus test.
1622
e8d05480
JB
16232010-03-18 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gdb.dwarf2/dw2-anonymous-func.S: New file.
1626 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
1627
441b986a
UW
16282010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1629
1630 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
1631
4247603b
PA
16322010-03-18 Pedro Alves <pedro@codesourcery.com>
1633
1634 * gdb.base/default.exp: Adjust the expected output of the finish
1635 and until commands when the inferior is not being run.
1636
13387711
SW
16372010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
1638
1639 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
1640 * gdb.cp/nsusing.exp: Ditto.
1641
6e31430b
TT
16422010-03-15 Tom Tromey <tromey@redhat.com>
1643
1644 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
1645 * gdb.cp/userdef.cc (operator==): New function.
1646 (main): New locals mem1, mem2.
1647
e2d69cb5
JZ
16482010-03-15 Jie Zhang <jie@codesourcery.com>
1649
1650 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
1651 Declare and use new loadtimeout variable.
1652
f572f0a9
DJ
16532010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
1654
1655 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
1656 Use gdb_load later.
1657
51f4c0b0
PA
16582010-03-14 Pedro Alves <pedro@codesourcery.com>
1659
1660 * gdb.base/solib-disc.c (main): Make format of fprintf a string
1661 literal. Add missing endlines to prints to stderr.
1662
1c809c68
TT
16632010-03-12 Tom Tromey <tromey@redhat.com>
1664
1665 PR c++/9708:
1666 * gdb.cp/m-static.exp: Add regression test.
1667 * gdb.cp/m-static.cc (method): New method.
1668 (main): Call it.
1669
00ae8fef
SW
16702010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
1671
1672 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
1673 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
1674
759f0f0b
PA
16752010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1676
21e24d21
PA
1677 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
1678
16792010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
1680
759f0f0b
PA
1681 * lib/gdb.exp (skip_stl_tests): New.
1682 (gdb_compile): Symbian needs -ldl.
1683 (shlib_target_file): New.
1684 (shlib_symbol_file): New.
1685 (gdb_load_shlibs): Use shlib_target_file.
1686 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
1687 * gdb.cp/exception.exp: Use skip_stl_tests.
1688 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
1689 * gdb.cp/try_catch.exp: Use skip_stl_tests.
1690 * gdb.cp/mb-templates.exp: Ditto.
1691 * gdb.base/commands.exp: Relax regexes.
1692 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
1693 shlib_target_file and shlib_symbol_file.
1694 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
1695 sections.
1696 * gdb.base/ending-run.exp: Accept E32Main for symbian.
1697 * gdb.base/solib-disc.exp: Use
1698 shlib_target_file and shlib_symbol_file.
1699 * gdb.base/unload.exp: Don't skip on symbian. Use
1700 shlib_target_file and shlib_symbol_file.
1701 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
1702
6a8f2671
PA
17032010-03-12 Pedro Alves <pedro@codesourcery.com>
1704
1705 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
1706 * gdb.trace/report.exp: Adjust for x86 and x86_64.
1707 Issue a tfind end before looking for a tracepoint frame.
1708 * gdb.trace/tfind.exp: Adjust tstatus output.
1709 Adjust disassembly output.
1710 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
1711
ccf26247
JK
17122010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * gdb.base/break-interp.exp: Create new displacement parameter value
1715 for the test_ld calls.
1716 (reach): New parameter displacement, verify its content. New push of
1717 pf_prefix "reach-$func:". Import global expect_out.
1718 (test_core): New parameter displacement, verify its content. New push
1719 of pf_prefix "core:". New command "set verbose on". Import global
1720 expect_out.
1721 (test_attach): New parameter displacement, verify its content. New
1722 push of pf_prefix "attach:". New command "set verbose on". Import
1723 global expect_out.
1724 (test_ld): New parameter displacement, pass it to the reach, test_core
1725 and test_attach calls and verify its content in the "ld.so exit" test.
1726 * gdb.base/prelink.exp: Remove gdb_exit and final return.
1727 (prelink): Update expected text, use gdb_test.
1728
e469c7fb
DE
17292010-03-10 Doug Evans <dje@google.com>
1730
1731 * gdb.base/checkpoint.exp: Fix comment.
1732 Lengthen timeout while doing >600 checkpoints test.
1733 Rename duplicate "kill all one" test to keep test names unique.
1734
60e1c644
PA
17352010-03-10 Pedro Alves <pedro@codesourcery.com>
1736
1737 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
1738
cec808ec
KS
17392010-03-08 Keith Seitz <keiths@redhat.com>
1740
1741 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
1742 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
1743 (dm_type_long): New function.
1744 (dm_type_unsigned_short): New function.
1745 (dm_type_unsigned_long): New function.
1746 (myint): New typedef.
1747 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
1748 long, unsigned shor and long, operator char*, and typedef.
1749 (test_lookup_operator_functions): Add operator char* test.
1750 (test_paddr_operator_functions): Likewise.
1751 (test_paddr_overloaded_functions): Use probe values for
1752 short, long, and unsigned short and long.
1753 (test_paddr_hairy_functions): If the demangler probe detected
1754 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
1755 demangler.
1756 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
1757 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
1758 and "print null_pmf".
1759 Add test "ptype a.*pmf".
1760 * gdb.cp/overload.exp: Allow optional "int" to appear with
1761 "short" and "long".
1762 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
1763 long expect value for men_overload1arg.
1764 Allow "int" to appear with "short" and "long".
1765 When testing "info break", add argument for main (void).
1766 Also allow "int" to appear with "short" and "long".
1767 Ditto with "unsigned" and "long long".
1768 * gdb.java/jmain.exp: Do not enclose methods names in single
1769 quotes.
1770 * gdb.java/jmisc.exp: Likewise.
1771 * gdb.java/jprint.exp: Likewise.
1772 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
1773
1774 From Jan Kratochvil <jan.kratochvil@redhat.com>:
1775 * gdb.cp/exception.exp (backtrace after first throw)
1776 (backtrace after second throw): Allow a namespace before __cxa_throw.
1777 (backtrace after first catch, backtrace after second catch): Allow
1778 a namespace before __cxa_begin_catch.
1779
1780 * gdb.cp/cpexprs.exp: New file.
1781 * gdb.cp/cpexprs.cc: New file.
1782
1783 From Daniel Jacobowitz <dan@codesourcery.com>
1784 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
1785 to use string_to_regexp.
1786 (ctor, dtor): New functions. Use them to match constructor
1787 and destructor function types.
1788 (Top level): Use runto_main.
1789
f870a310
TT
17902010-03-05 Tom Tromey <tromey@redhat.com>
1791
1792 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
1793 gdb.target_charset.
1794 (pp_ns.to_string): Likewise.
1795
0c199f28
KS
17962010-03-04 Keith Seitz <keiths@redhat.com>
1797
1798 * gdb.cp/overload.exp: Test that the filename portion of a linespec
1799 can be quoted. Test that both the filename and function/line
1800 portions can be quoted at the same time.
1801
c7437ca6
PA
18022010-03-04 Pedro Alves <pedro@codesourcery.com>
1803
1804 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
1805
b111b805
DE
18062010-03-03 Doug Evans <dje@google.com>
1807
24486cb7
DE
1808 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
1809 libc contains libpthread.
1810
b111b805
DE
1811 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
1812 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
1813 of gdb_compile. Add another pattern to match android backtrace.
1814
a0e0ef55
TT
18152010-03-03 Tom Tromey <tromey@redhat.com>
1816
1817 PR gdb/11345:
1818 * gdb.base/printcmds.exp (test_printf): Add test.
1819
1ba53b71
L
18202010-03-02 H.J. Lu <hongjiu.lu@intel.com>
1821
1822 * gdb.arch/amd64-byte.exp: New.
1823 * gdb.arch/amd64-dword.exp: Likewise.
1824 * gdb.arch/amd64-pseudo.c: Likewise.
1825 * gdb.arch/amd64-word.exp: Likewise.
1826 * gdb.arch/i386-byte.exp: Likewise.
1827 * gdb.arch/i386-pseudo.c: Likewise.
1828 * gdb.arch/i386-word.exp: Likewise.
1829
f5dff777
DJ
18302010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
1831
1832 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
1833 types. Add structreg, bitfields, and flags registers.
1834 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
1835 registers.
1836
90884b2b
L
18372010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1838
1839 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
1840 (load_description): Set architecture if defined.
1841
dc00d89f
PM
18422010-02-28 Phil Muldoon <pmuldoon@redhat.com>
1843
1844 * gdb.python/py-frame.exp: Add read_var block tests.
1845 * gdb.python/py-frame.c (block): New function.
1846
0e095b7e
JK
18472010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1848 Daniel Jacobowitz <dan@codesourcery.com>
1849
1850 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
1851
624f1a65
DM
18522010-02-25 David S. Miller <davem@davemloft.net>
1853
1854 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
1855 fix logic for setting all_syscalls_numbers.
1856
f3e9a817
PM
18572010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1858
1859 * Makefile.in: Add py-block and py-symbol.
1860 * gdb.python/py-symbol.exp: New File.
1861 * gdb.python/py-symtab.exp: New File.
1862 * gdb.python/py-block.exp: New File.
1863 * gdb.python/py-symbol.c: New File.
1864 * gdb.python/py-block.c: New File.
1865
f6bbabf0
PM
18662010-02-24 Phil Muldoon <pmuldoon@redhat.com>
1867
1868 PR python/11314
1869 * lib/gdb.exp (skip_python_tests): New function.
1870 * gdb.python/py-cmd.exp: Use skip_python_tests.
1871 * gdb.python/py-frame.exp: Likewise.
1872 * gdb.python/py-function.exp: Likewise.
1873 * gdb.python/py-prettyprint.exp: Likewise.
1874 * gdb.python/py-template.exp: Likewise.
1875 * gdb.python/py-type.exp: Likewise.
1876 * gdb.python/py-value.exp: Likewise.
1877
85d721b8
PA
18782010-02-22 Pedro Alves <pedro@codesourcery.com>
1879
1880 PR9605
1881
1882 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
1883
48e32051
TT
18842010-02-19 Tom Tromey <tromey@redhat.com>
1885
1886 PR c++/8693, PR c++/9496:
1887 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
1888 regression tests.
1889
ac9c0048
JK
18902010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 Fix compatibility with m68k as.
1893 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
1894 Use only /* comments */.
1895
57bb97a4
UW
18962010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1897
1898 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
1899 * configure: Regenerate.
1900
7d1bf85c
DJ
19012010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
1902
1903 * gdb.python/py-type.exp: Check for Python support.
1904
061b5285
PA
19052010-02-17 Pedro Alves <pedro@codesourcery.com>
1906
1907 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
1908 `regsub' syntax available.
1909
f8a8bc2c
PA
19102010-02-17 Pedro Alves <pedro@codesourcery.com>
1911
1912 * gdb.base/shmain.c (main): Remove printf call.
1913 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
1914 * gdb.base/unload.c (main): Make format of fprintf a string
1915 literal. Add missing endlines to prints to stderr.
1916 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
1917
6f451e5e
TT
19182010-02-17 Tom Tromey <tromey@redhat.com>
1919
1920 * gdb.java/jprint.java (jprint.props): New field.
1921 * gdb.java/jprint.exp (set_lang_java): Add regression test.
1922
12d79008
PA
19232010-02-17 Pedro Alves <pedro@codesourcery.com>
1924
ef801a0e 1925 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
1926 available.
1927
d252f7e5
DJ
19282010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1929
1930 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
1931 creation to support remote host testing.
1932
67bdab6c
DJ
19332010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1934
1935 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
1936 Recognize "command not found".
1937
bb391223
DJ
19382010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1939
1940 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
1941 single-stepping.
1942
70362913
DJ
19432010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1944
1945 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
1946 if arguments are not supported.
1947
493f3c00
DJ
19482010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1949
1950 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
1951 be const or non-const.
1952
8034c749
DJ
19532010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1954
1955 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
1956 mi_send_resuming_command to send -exec-continue.
1957
791dfb64
DJ
19582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1959
1960 * gdb.base/list.exp (test_list_filename_and_function): Add test
1961 with single quotes.
1962 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
1963 matching.
1964 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
1965 Add KFAIL'd tests for PR gdb/11289.
1966
7c5fe868
DJ
19672010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1968
1969 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
1970
fdc498b8
DJ
19712010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1972
1973 * gdb.base/comp-dir/subdir/dummy.txt: New file.
1974 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
1975 a temporary directory.
1976
b519e2a6
DJ
19772010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
1978
1979 * gdb.base/charset.exp: Use a single regular expression to match
1980 show host-charset and show target-charset output.
1981
74164c56
JK
19822010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
1985 "Illegal process-id" expect string more exact.
1986 (attach to digits-starting nonsense is prohibited): New.
1987
701ed6dc
JK
19882010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1989
1990 * gdb.base/prelink.exp (set verbose on): New.
1991
fa19b4e5
MS
19922010-02-12 Tomas Holmberg <th@virtutech.com>
1993
1994 * mi-reverse.exp: New file. Test for reverse option to the
1995 following MI commands: exec-continue, exec-finish, exec-next,
1996 exec-step, exec-next-instruction, exec-step-instruction.
1997
dadf0e9c
JB
19982010-02-09 Joel Brobecker <brobecker@adacore.com>
1999
2000 * gdb.ada/ptype_tagged_param: New testcase.
2001
714f19d5
TT
20022010-02-08 Tom Tromey <tromey@redhat.com>
2003
2004 PR c++/8017:
2005 * gdb.cp/overload.exp: Add tests.
2006 * gdb.cp/overload.cc (struct K): New.
2007 (namespace N): New.
2008 (main): Call new functions.
2009 (K::staticoverload): Define.
2010
83b10087
CM
2011Mon Feb 8 13:18:22 2010 Chris Moller <moller@mollerware.com>
2012
2013 PR gdb/10728
2014 * gdb.cp/pr10728-x.h: New file.
2015 * gdb.cp/pr10728-x.cc: New file.
2016 * gdb.cp/pr10728-y.cc: New file.
2017 * gdb.cp/pr10728.exp: New file.
2018 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
2019
99903ae3
CM
2020Mon Feb 8 12:54:54 2010 Chris Moller <moller@mollerware.com>
2021
2022 PR gdb/9067
2023 * gdb.cp/pr9067.exp: New
2024 * gdb.cp/pr9067.cc: New
2025 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
2026
7b356089
JB
20272010-02-08 Joel Brobecker <brobecker@adacore.com>
2028
2029 * lib/gdb.exp (gdb_test_timeout): New global variable.
2030 Set it to timeout if not already set.
2031 (gdb_init): Reset the value of timeout to gdb_test_timeout.
2032
1be00882
DE
20332010-02-05 Doug Evans <dje@google.com>
2034
2035 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
2036 user.
2037
82856980
SW
20382010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
2039
2040 PR c++/7935:
2041 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
2042
1a334831
TT
20432010-02-04 Tom Tromey <tromey@redhat.com>
2044
2045 * gdb.cp/virtbase.exp: Make test case names unique.
2046
9c3c02fd
TT
20472010-02-02 Tom Tromey <tromey@redhat.com>
2048
2049 * gdb.cp/virtbase.exp: Add regression tests.
2050 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
2051 (main): Instantiate RHC.
2052
0cc2414c
TT
20532010-02-02 Tom Tromey <tromey@redhat.com>
2054
2055 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
2056 type-printing change.
2057
edf3d5f3
TT
20582010-02-02 Tom Tromey <tromey@redhat.com>
2059
2060 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
2061 * gdb.cp/virtbase.cc: New file.
2062 * gdb.cp/virtbase.exp: New file.
2063 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
2064
e4b7f41c
JK
20652010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2066
2067 PR libc/11214:
2068 * gdb.threads/current-lwp-dead.c: Include features.h.
2069 (HAS_NOMMU): New.
2070 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
2071
b381ea14
JK
20722010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2073
2074 * gdb.base/symbol-without-target_section.exp,
2075 gdb.base/symbol-without-target_section.c: New.
2076
c593ac0e
DJ
20772010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2078
2079 * gdb.base/bigcore.exp: Reset increased timeout.
2080 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
2081
db25f29d
DJ
20822010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2083
2084 * gdb.base/gcore.exp (capture_command_output): Use
2085 gdb_test_multiple.
2086
f9d67f43
DJ
20872010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2088
2089 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
2090 * gdb.arch/thumb2-it.exp (test_it_break): New function.
2091 (Top level): Call it.
2092
177321bd
DJ
20932010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2094
2095 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
2096
97f2ed50
DJ
20972010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2098
2099 * gdb.base/call-strs.exp, gdb.base/default.exp,
2100 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
2101 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
2102 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
2103 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
2104 gdb.base/watchpoint-solib.exp: Save and restore timeout.
2105 * gdb.base/ending-run.exp: Correct restore of timeout.
2106 * gdb.base/page.exp: Remove unnecessary timeout setting.
2107
e4e2711a
JB
21082010-01-29 Joel Brobecker <brobecker@adacore.com>
2109
2110 * gdb.ada/rec_return: New testcase.
2111
ba581dc1
JB
21122010-01-29 Joel Brobecker <brobecker@adacore.com>
2113
2114 * gdb.ada/call_pn: New testcase.
2115
4ea95be9
DJ
21162010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2117
2118 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
2119 (Top level): Use it to resume.
2120 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
2121 the Thumb mode displaced stepping error as unsupported.
2122
df83a9bf
SW
21232010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
2124
2125 * gdb.cp/nsusing.exp: Added more tests.
2126 * gdb.cp/nsrecurs.exp: Ditto.
2127 * gdb.cp/nsusing.cc: Added test functions.
2128 * gdb.cp/nsrecurs.cc: Ditto.
2129
40b27cdc
JK
21302010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
2133 absolute directory pathnames in gdb.sum file.
2134
de958931
SW
21352010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
2136
2137 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
2138 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
2139
708ead4e
TT
21402010-01-26 Tom Tromey <tromey@redhat.com>
2141
2142 PR exp/7643:
2143 * gdb.base/printcmds.exp (test_print_string_constants): Remove
2144 setup_kfail.
2145
b14e635e
SW
21462010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
2147
2148 * gdb.cp/nsrecurs.exp: New test.
2149 * gdb.cp/nsrecurs.cc: New test program.
2150 * gdb.cp/nsstress.exp: New test.
2151 * gdb.cp/nsstress.cc: New test program.
2152 * gdb.cp/nsdecl.exp: New test.
2153 * gdb.cp/nsdecl.cc: New test program.
2154
8540c487
SW
21552010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
2156
2157 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
2158 imported into file scope.
2159 Marked test as xfail.
2160 * gdb.cp/namespace-using.cc (marker5): New function.
2161 * gdb.cp/shadow.exp: New test.
2162 * gdb.cp/shadow.cc: New test program.
2163 * gdb.cp/nsimport.exp: New test.
2164 * gdb.cp/nsimport.cc: New test program.
2165
421d5d99
TT
21662010-01-25 Tom Tromey <tromey@redhat.com>
2167
2168 PR gdb/11049:
2169 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
2170 with "set print null-stop on".
2171
691f8dc1
JK
21722010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
2175 Adjust it for DISASSEMBLY_OMIT_FNAME.
2176
0b92b5bb
TT
21772010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2178
2179 PR symtab/11199:
2180 * gdb.dwarf2/member-ptr-forwardref.exp,
2181 gdb.dwarf2/member-ptr-forwardref.S: New.
2182
23787403
JK
21832010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
2186 (thread1_func): Protect thread1_tid with thread1_tid_cond by
2187 thread1_tid_mutex. Remove gdbstop_mutex handling.
2188 (thread2_func): Protect thread2_tid with thread2_tid_cond by
2189 thread2_tid_mutex. Remove gdbstop_mutex handling.
2190 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
2191 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
2192 pthread_cond_wait conditionalizations by while loops.
2193
b966cb8a
TT
21942010-01-20 Tom Tromey <tromey@redhat.com>
2195
2196 PR backtrace/10770:
2197 * gdb.dwarf2/pr10770.exp: New file.
2198 * gdb.dwarf2/pr10770.c: New file.
2199 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
2200
fcae584b
VP
22012010-01-20 Vladimir Prus <vladimir@codesourcery.com>
2202
2203 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
2204 that target was removed, and the test always runs native anyway.
2205
a0f49112
JK
22062010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
2209 gdb.base/watchpoint-cond-gone-stripped.c: New.
2210
ceeb3d5a
TT
22112010-01-19 Tom Tromey <tromey@redhat.com>
2212
2213 PR c++/8000:
2214 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
2215 existing tests.
2216 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
2217 (main): Use AAA::SomeEnum.
2218
dd322c54
JK
22192010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2220
2221 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
2222 (test_ignore_count): Declare line_callme_body global.
2223 (run to breakpoint with ignore count): Use line_callme_body.
2224 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
2225 (set line_main_hello, set line_main_return): Reindent.
2226 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
2227 New.
2228 (continue to callee4): Use line_callee4_body.
2229 (check *stopped from CLI command): Use line_callee4_next.
2230 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
2231 (set line_main_hello, set line_main_return): Reindent.
2232 (set line_callee4_head, set line_callee4_body): New.
2233 (continue to callee4): Use line_callee4_body.
2234
4e8f195d
TT
22352010-01-18 Tom Tromey <tromey@redhat.com>
2236
2237 PR c++/9680:
2238 * gdb.cp/casts.cc: Add new classes and variables.
2239 * gdb.cp/casts.exp: Test new operators.
2240
9e14a9ba
JB
22412010-01-18 Tom Tromey <tromey@redhat.com>
2242 Thiago Jung Bauermann <bauerman@br.ibm.com>
2243
2244 * gdb.python/source2.py: New file.
2245 * gdb.python/source1: New file.
2246 * gdb.python/python.exp: Test "source" command.
2247
00bf0b85
SS
22482010-01-15 Stan Shebs <stan@codesourcery.com>
2249
2250 * gdb.trace/tfile.c: New file.
2251 * gdb.trace/tfile.exp: New file.
2252
55235ad7
JK
22532010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2254
2255 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
2256
9f2982ff
JK
22572010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2258
2259 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
2260
bbfba9ed
JK
22612010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
2264 (libfunc): New parameter action. Implement also selectable "sleep".
2265 * gdb.base/break-interp-main.c: Include assert.h.
2266 (libfunc): New parameter action.
2267 (main): New parameters argc and argv. Assert argc. Pass argv.
2268 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
2269 (test_attach): New proc.
2270 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
2271 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
2272
61f0d762
JK
22732010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2274
2275 * gdb.base/break-interp.exp (test_core): New proc.
2276 (test_ld): Call it.
2277
06a6f270
JK
22782010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2279
2280 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
2281 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
2282 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
2283 and gdb_compile_shlib. Use new -Wl compiler options.
2284 (dl bt, main bt): New tests.
2285
51bee8e9
JK
22862010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2287
2288 Support PIEs with no symfile_objfile.
2289 * gdb.base/break-interp.exp: New argument at the test_ld calls.
2290 (test_ld): New parameter trynosym.
2291 (test_ld <$trynosym>): New block.
2292
b8040f19
JK
22932010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 * gdb.base/break-interp.exp: New file.
2296
be759fcf
PM
22972010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2298
2299 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
2300 * gdb.python/py-prettyprint.py (pp_ls): New printer.
2301 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
2302 test.
2303 * gdb.python/py-prettyprint.c: Define lazystring test structure.
2304 * gdb.python/py-mi.exp: Add lazy string test.
2305
dc146f7c
VP
23062010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2307
2308 * lib/mi-support.exp (mi_check_thread_states): Handle
2309 core number in thread listing.
2310
b4ba55a1
JB
23112010-01-12 Joel Brobecker <brobecker@adacore.com>
2312
2313 * gdb.base/maint.exp: Adjust the expected output for the
2314 "maint print type" test. Use gdb_test_multiple instead of
2315 gdb_sent/gdb_expect.
2316
08e24bd4
DE
23172010-01-11 Doug Evans <dje@google.com>
2318
6496a609
DE
2319 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
2320 from gdbserver_download. All callers updated.
2321
08e24bd4
DE
2322 * gdb.server/ext-run.exp: "info os processes" requires xml support.
2323
b5cfddf5
JK
23242010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 Implement binary numbers parsing.
2327 * gdb.base/printcmds.exp (test_integer_literals_accepted)
2328 (test_integer_literals_rejected): New binary tests.
2329
3725885a
RW
23302010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2331
2332 * gdb.cell/configure: Regenerate.
2333
37aeb5df
JK
23342010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * gdb.base/corefile.exp: Move the core finding block out and call it as
2337 core_find, new variable $corefile, replace corefile by $corefile and
2338 [file tail $corefile] for usage vs. test names resp.
2339 * lib/gdb.exp (core_find): Move it as a new function here. New
2340 parameter binfile and deletefiles. New variable $destcore. Pre-delete
2341 $destcore. Return "" on error.
2342
d521f563
JK
23432010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 Workaround PR binutils/10802.
2346 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
2347 (twice).
2348
28f24826
DJ
23492010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
2350
2351 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
2352
2de75e71
JB
23532010-01-08 Joel Brobecker <brobecker@adacore.com>
2354
2355 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
2356 call, to avoid interruption.
2357
fe00719b 23582010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
2359
2360 * gdb.stabs/weird.def (args93): New.
2361
d0ef5df8
DE
23622010-01-07 Doug Evans <dje@google.com>
2363
2364 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
2365
3a08d52f
TT
23662010-01-07 Tom Tromey <tromey@redhat.com>
2367
2368 * gdb.base/source.exp: Use correct line number.
2369
7a697b8d
SS
23702010-01-05 Stan Shebs <stan@codesourcery.com>
2371
2372 * gdb.trace/tracecmd.exp: Test ftrace.
2373
7803799a
UW
23742010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2375
2376 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
2377
c54eabfa
JK
23782010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2379
2380 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
2381 "uint_for_mi_testing".
2382
02e7ef19
JB
23832010-01-01 Joel Brobecker <brobecker@adacore.com>
2384
2385 Test indented comment in file being sourced.
2386 * gdb.base/commands.exp: Test indented comment in file being sourced.
2387
abd775ce
JB
23882010-01-01 Joel Brobecker <brobecker@adacore.com>
2389
2390 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
2391 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
2392 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
2393 notice.
2394
79b55b82
JB
23952010-01-01 Joel Brobecker <brobecker@adacore.com>
2396
2397 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
2398 notice.
2399
8997583e
JK
24002010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
2403 missing $after_stopped and comma (,) expectation.
2404
6da95a67
SS
24052009-12-31 Stan Shebs <stan@codesourcery.com>
2406
2407 * gdb.trace/actions.exp: Test teval action.
2408
218d2fc6
TJB
24092009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2410
2411 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
2412 (top level): Call test_watchpoint_in_big_blob.
2413 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
2414 watchpoints.
2415 (func3): Write to buf.
2416
236f1d4d
SS
24172009-12-29 Stan Shebs <stan@codesourcery.com>
2418
2419 * gdb.trace/actions.exp: Test default-collect.
2420
f61e138d
SS
24212009-12-28 Stan Shebs <stan@codesourcery.com>
2422
2423 * gdb.trace/tsv.exp: New file.
2424 * gdb.base/completion.exp: Update ambiguous info output.
2425
0219b378
DJ
24262009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
2427
2428 * gdb.base/find.c (main): Reference search buffers.
2429 * gdb.base/included.c (main): Reference integer.
2430 * gdb.base/ptype.c (charfoo): Declare.
2431 (intfoo): Call charfoo.
2432 * gdb.base/scope0.c (useitp): New function.
2433 (usestatics): Use useitp.
2434 (useit): Add a type for val.
2435 * gdb.base/scope1.c (useit1): Take a pointer argument.
2436 (usestatics1): Update calls to useit1.
2437 * gdb.cp/call-c.cc: Declare foo.
2438 (main): Call foo.
2439 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
2440 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
2441 (main): Call C::ensureRefs and ensureOtherRefs.
2442 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
2443 variables.
2444 (ensureOtherRefs): New function.
2445 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
2446 * gdb.cp/templates.cc (main): Call t5i.value.
2447
3f78692f
JK
24482009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2449
2450 Fix compatibility with G++-4.5.
2451 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
2452 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
2453 (uncaught return): Remove.
2454
429374b8
JK
24552009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2456 Phil Muldoon <pmuldoon@redhat.com>
2457
2458 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
2459 (bp_location13, bp_location14, bp_location17, bp_location18)
2460 (marker3_proto, marker4_proto): New variables.
2461 (breakpoint info): Update output.
2462 (run until breakpoint at marker3, run until breakpoint at marker4): New
2463 tests.
2464
859825b8
JK
24652009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
2468 Replace the printf call of Y by provided "y-set-1" label. New block
2469 for the second shared library.
2470 * gdb.base/unload.exp: Compile also the second library, call
2471 gdb_load_shlibs also for it. Use now gdb_breakpoint.
2472 (single pending breakpoint info): Rename to ...
2473 (pending breakpoint info before run): ... this extended test.
2474 (libfile2, libname2, libsrcfile2, libsrc2)
2475 (lib_sl2): New variables.
2476 (exec_opts): Set also SHLIB_NAME2.
2477 (pending breakpoint info on first run at shrfunc1)
2478 (pending breakpoint info on second run at shrfunc1)
2479 (pending breakpoint info on second run at shrfunc2)
2480 (print y from libfile, print y from libfile2): New tests.
2481 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
2482 * gdb.base/unloadshr2.c: New.
2483
e6a386cd
HZ
24842009-12-22 Hui Zhu <teawater@gmail.com>
2485
2486 * gdb.reverse/sigall-reverse.exp: Adjust.
2487
9e19b45e
VP
24882009-12-21 Vladimir Prus <vladimir@codesourcery.com>
2489
2490 PR gdb/10884
2491
2492 * gdb.mi/var-cmd.c (do_bitfield_tests): New
2493 (main): Call do_bitfield_tests.
aacf5b1e 2494 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 2495
d53a7b30
JB
24962009-12-20 Joel Brobecker <brobecker@adacore.com>
2497
2498 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
2499 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
2500 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
2501 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
2502 gdb.modula2/unbounded1.c: Update copyright header.
2503
191ca0a1
CM
25042009-12-10 Chris Moller <moller@mollerware.com>
2505
2506 PR gdb/9399
2507 * gdb.cp/virtfunc2.exp: New tests
2508 * gdb.cp/virtfunc2.cc: New tests
2509 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
2510
0fa6cf1b
MS
25112009-12-10 Oza Pawandeep (paawan1982@yahoo.com
2512
2513 * gdb.reverse/i387-env-reverse.c: New file.
2514 * gdb.reverse/i387-env-reverse.exp: New file.
2515 * gdb.reverse/i387-stack-reverse.c: New file.
2516 * gdb.reverse/i387-stack-reverse.exp: New file.
2517
361ae042
PM
25182009-12-08 Phil Muldoon <pmuldoon@redhat.com>
2519
2520 * gdb.python/py-type.exp (test_range): New test.
2521
bfd31e71
PM
25222009-12-03 Phil Muldoon <pmuldoon@redhat.com>
2523
2524 PR python/10805
2525
2526 * gdb.python/py-type.exp: New file.
2527 * gdb.python/py-type.c: New file.
2528 * Makefile.in: Add py-type.
2529
57a1d736
TT
25302009-12-03 Tom Tromey <tromey@redhat.com>
2531
2532 * gdb.python/py-value.exp (test_parse_and_eval): New
2533 function.
2534
1f3b5d1b
PP
25352009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
2536
2537 PR gdb/11022
2538
2539 * gdb.base/pr11022.exp: New test.
2540 * gdb.base/pr11022.c: New test.
2541
8b7dbdc9
JK
25422009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2543
2544 Fix spurious false FAILs.
2545 * gdb.base/structs.c (chartest): New.
2546 (main): Fill-in chartest.
2547 * gdb.base/structs.exp (anychar_re, first): New.
2548 (start_structs_test): Import global anychar_re and first.
2549 New gdb_test call "set print elements 300; ${testfile}"
2550 (start_structs_test <$first>): New block.
2551 (any): Import global anychar_re. New variable ac. Use ${ac}.
2552
6a53b2ec
JK
25532009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2554
2555 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2556
d7167b4c
JK
25572009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2558
2559 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
2560 Force $srcfile file.
2561 * gdb.base/foll-fork.c (callee): Comment out the printf call.
2562
b1798462
UW
25632009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2564
2565 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
2566 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2567 * gdb.threads/watchthreads-reorder.exp: Likewise.
2568
b6199126
DJ
25692009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2570
2571 PR gdb/8704
2572
2573 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
2574 "if", and "thread". Correct matching in the previous test.
2575
b22a0510
DJ
25762009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
2577
2578 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
2579
930636d2
MS
25802009-11-23 Michael Snyder <msnyder@vmware.com>
2581
2582 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
2583 * gdb.reverse-watch-precsave.exp: Ditto.
2584
21a0512e
PP
25852009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2586
2587 * gdb.asm/asm-source.exp: Adjust.
2588 * gdb.base/help.exp: Adjust.
2589
fc30d5e0
PA
25902009-11-22 Pedro Alves <pedro@codesourcery.com>
2591
2592 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
2593 (do_syscall_tests_without_xml): Set data-directory to
2594 /the/path/to/nowhere.
2595
f6bc2008
PA
25962009-11-21 Pedro Alves <pedro@codesourcery.com>
2597
2598 * gdb.threads/local-watch-wrong-thread.c,
2599 gdb.threads/local-watch-wrong-thread.exp: New files.
2600
8c2fb5de
PA
26012009-11-21 Pedro Alves <pedro@codesourcery.com>
2602
2603 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
2604 assume new `regsub' syntax available.
2605
ebec9a0f
PA
26062009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
a79d3c27
JK
2608 * gdb.base/watchpoint-hw-hit-once.exp,
2609 gdb.base/watchpoint-hw-hit-once.c: New.
2610
26112009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 * gdb.threads/watchthreads-reorder.exp,
2614 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 2615
276a961b
MK
26162009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2617
2618 * gdb.xml/tdesc-regs.exp: Use for m68k.
2619
4867c1fb
PA
26202009-11-15 Pedro Alves <pedro@codesourcery.com>
2621
2622 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
2623
f6838f81
DJ
26242009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2625
2626 * lib/gdb.exp (current_target_name): New procedure.
2627 (gdb_wrapper_target): New variable.
2628 (gdb_wrapper_init): Set gdb_wrapper_target.
2629 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
2630 wrapper.
2631
4ac4dd3f
DJ
26322009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2633
2634 * gdb.base/remote.exp: Delete the slowest load test.
2635 Do not load with fixed packet sizes.
2636
a7881759
DJ
26372009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2638
2639 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
2640
97a5b505
DJ
26412009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2642
2643 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
2644 srcfile when setting a breakpoint.
2645
d3e1fc54
DJ
26462009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2647
2648 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
2649 macros.
2650
7cbcbded
DJ
26512009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
2652
2653 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
2654 to be in memory.
2655 * gdb.base/display.c (force_mem): New.
2656 (do_loops): Use it. Add breakpoint comments.
2657 (do_vars): Add a breakpoint comment.
2658 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
2659 line numbers.
2660
bdea3a92
NF
26612009-11-13 Nathan Froyd <froydnj@codesourcery.com>
2662
2663 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
2664 instead of a bare "run".
2665
269f82e5
PP
26662009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2667
2668 * gdb.python/py-prettyprint.exp: Adjust.
2669
a69b7d9d
DJ
26702009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2671
2672 * lib/cell.exp (skip_cell_tests): Clean up test files before
2673 returning.
2674
b598bfda
DJ
26752009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2676
2677 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
2678 and the breakpoint menu. Do not call perror if a prompt is seen.
2679 Consume the following GDB prompt.
2680 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
2681 * gdb.cp/namespace.exp: Use gdb_test.
2682 * gdb.cp/templates.exp: Use gdb_test.
2683 (test_template_breakpoints): Use gdb_test_multiple.
2684
87728fa0
DJ
26852009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2686
2687 * gdb.base/break1.c (struct some_struct, values): Move earlier.
2688 (marker4): Reference values.
2689
b67c692f
DJ
26902009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2691
2692 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
2693 is missing.
2694
f0df251a
DJ
26952009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2696
2697 * gdb.base/break.c (need_malloc): New.
2698 * gdb.base/constvars.c (main): Reference crass and crisp.
2699 * gdb.base/gdb1821.c (main): Reference bar.
2700 * gdb.cp/gdb1355.cc (main): Reference s1.
2701 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
2702 (main): Call them.
2703 * gdb.cp/hang2.cc (dummy2): Define.
2704 * gdb.cp/hang3.cc (dummy3): Define.
2705 * gdb.cp/m-data.cc (main): Reference shadow.
2706
bdf7534a
NF
27072009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
2708 Nathan Froyd <froydnj@codesourcery.com>
2709
2710 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
2711 remote host.
2712
f24fce77
NF
27132009-11-12 Nathan Froyd <froydnj@codesourcery.com>
2714
2715 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
2716 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
2717 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2718 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2719 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2720 * gdb.dwarf2/dw2-producer.exp: Likewise.
2721 * gdb.dwarf2/mac-fileno.exp: Likewise.
2722 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
2723 py-prettyprint.py to the remote host.
2724 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
2725
40f0318e
KS
27262009-11-11 Keith Seitz <keiths@redhat.com>
2727
2728 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
2729 use it instead of "Foo".
2730 * gdb.cp/classes.exp (do_tests): Add a test to access
2731 a method through a typedef'd class name.
2732
f3d9f7fb
NF
27332009-11-11 Nathan Froyd <froydnj@codesourcery.com>
2734
2735 * gdb.base/long_long.exp: Permit leading zeros on floating-point
2736 exponents.
2737 * gdb.base/pointers.exp: Likewise.
2738 * gdb.cp/ref-types.exp: Likewise.
2739
a4216f37
KS
27402009-11-11 Keith Seitz <keiths@redhat.com>
2741
2742 * gdb.cp/cplusfuncs.cc (class foo): Add operators
2743 new[] and delete[].
2744 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
2745 "void".
2746 (probe_demangler): Remove all single-quoting of
2747 method and variable names.
2748 (info_func_regexp): Remove the word "void" from any
2749 occurrence of "(void)".
2750 (print_addr_2): Remove all single-quoting of
2751 method names.
2752 (print_addr_2_kfail): Likewise.
2753 (print_addr): Single-quote C function names before
2754 passing to print_addr_2.
2755 (test_paddr_operator_functions): Remove single-quoting
2756 for method names.
2757 Add tests for operator new[] and operator delete[].
2758
9b14d7aa
JK
27592009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2760
2761 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
2762
85feb311
KS
27632009-11-09 Keith Seitz <keiths@redhat.com>
2764
2765 * gdb.cp/overload.exp: Add tests for resolving overloaded
2766 methods in expression parsing/evaluation.
2767
fa335448
DJ
27682009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
2769
2770 * lib/gdb.exp (default_gdb_version): Use --version instead of
2771 --command.
2772
ec3c07fc
NS
27732009-11-10 Nathan Sidwell <nathan@codesourcery.com>
2774
2775 * lib/gdb.exp (gdb_compile_test): New.
2776 (skip_ada_tests, skip_java_tests): New.
2777 (gdb_compile): Use gdb_compile_test for f77.
2778 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
2779 * lib/java.exp (compile_java_from_source): Remove runtests check,
2780 use gdb_compile_test to record result.
2781 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
2782 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
2783 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
2784 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
2785 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
2786 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
2787 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
2788 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
2789 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
2790 adjust gdb_compile invocations.
2791
b8b4e42b
JK
27922009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 * Makefile.in (abs_builddir): New.
2795 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
2796 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
2797 `$(abs_builddir)/site.exp'.
2798
f8b7eaf3
DJ
27992009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
2800
2801 * config/m68k-emc.exp, lib/emc-support.exp,
2802 gdb.trace/gdb_c_test.c: Delete.
2803 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
2804 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
2805 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2806 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
2807 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2808 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
2809 casing for m68k-*-elf.
2810
c4187697
NS
28112009-11-03 Pedro Alves <pedro@codesourcery.com>
2812
2813 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
2814 * gdb.arch/i386-prologue.exp: Likewise.
2815 * gdb.arch/i386-unwind.exp: Likewise.
2816
db16b772
DJ
28172009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2818
2819 * lib/gdb.exp (gdb_expect): Fix timeout typo.
2820
bcf71277
DJ
28212009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2822
2823 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
2824
0105cee2
DJ
28252009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2826
2827 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
2828
24ddea62
JK
28292009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2830
2831 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
2832
287ccc17
JK
28332009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
2836 * gdb.base/sepdebug2.c: New file.
2837
08bca259 28382009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
2839
2840 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
2841 the modified warnings for catch syscall. Verify if GDB was compiled
2842 with support for lib expat, and choose which tests to run depending
2843 on this.
2844
5d4e2b76
VP
28452009-10-30 Vladimir Prus <vladimir@codesourcery.com>
2846
2847 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
2848 that composite commands are parsed OK. And also test
2849 that breakpoint commands do work.
2850
240e538a
MS
28512009-10-23 Michael Snyder <msnyder@vmware.com>
2852
2853 gdb.reverse/consecutive-precsave.exp: Change expect pattern
2854 to allow for new disassembly style.
2855
9c419145
PP
28562009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
2857
2858 * gdb.asm/asm-source.exp: Adjust.
2859
02506ff1
MS
28602009-10-22 Michael Snyder <msnyder@vmware.com>
2861
2862 * gdb.reverse/break-precsave.exp: New test.
2863 * gdb.reverse/consecutive-precsave.exp: Ditto.
2864 * gdb.reverse/finish-precsave.exp: Ditto.
2865 * gdb.reverse/i386-precsave.exp: Ditto.
2866 * gdb.reverse/machinestate-precsave.exp: Ditto.
2867 * gdb.reverse/sigall-precsave.exp: Ditto.
2868 * gdb.reverse/solilb-precsave.exp: Ditto.
2869 * gdb.reverse/step-precsave.exp: Ditto.
2870 * gdb.reverse/until-precsave.exp: Ditto.
2871 * gdb.reverse/watch-precsave.exp: Ditto.
2872
4cf866a3
MS
28732009-10-22 Michael Snyder <msnyder@vmware.com>
2874
2875 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
2876 for gdb_expect. Adjust one test's expect strings for the new
2877 format of disassemble.
2878 * gdb.reverse/finish-reverse.exp: Delete 'return'.
2879 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
2880 gdb_test_multiple.
2881 * gdb.reverse/step-reverse.exp: Delete 'return'.
2882 * gdb.reverse/until-reverse.exp: Delete blank lines.
2883 * gdb.reverse/watch-reverse.exp: Delete blank lines.
2884
2b28d209
PP
28852009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2886
2887 * gdb.base/consecutive.exp: Adjust.
2888 * gdb.base/display.exp: Likewise.
2889 * gdb.base/pc-fp.exp: Likewise.
2890 * gdb.base/sigbpt.exp: Likewise.
2891
33b9c32b
MS
28922009-10-19 Michael Snyder <msnyder@vmware.com>
2893
2894 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
2895 * gdb.reverse/finish-reverse.c: Ditto.
2896 * gdb.reverse/sigall-reverse.c: Ditto.
2897 * gdb.reverse/solib-reverse.c: Ditto.
2898 * gdb.reverse/step-reverse.c: Ditto.
2899 * gdb.reverse/watch-reverse.c: Ditto.
2900
6c95b8df
PA
29012009-10-19 Pedro Alves <pedro@codesourcery.com>
2902 Stan Shebs <stan@codesourcery.com>
2903
2904 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
2905 * gdb.base/foll-exec.exp: Adjust to expect a process id before
2906 "Executing new program".
2907 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
2908 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
2909 left listed after having been killed.
2910 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
2911 * gdb.base/maint.exp: Adjust test.
2912
2913 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
2914 * gdb.multi/Makefile.in: New.
2915 * gdb.multi/base.exp: New.
2916 * gdb.multi/goodbye.c: New.
2917 * gdb.multi/hangout.c: New.
2918 * gdb.multi/hello.c: New.
2919 * gdb.multi/bkpt-multi-exec.c: New.
2920 * gdb.multi/bkpt-multi-exec.exp: New.
2921 * gdb.multi/crashme.c: New.
2922
279017b7
TG
29232009-10-13 Tristan Gingold <gingold@adacore.com>
2924
2925 * gdb.base/sepdebug.exp: Check debug info are found.
2926
0413d738
PA
29272009-10-08 Pedro Alves <pedro@codesourcery.com>
2928
2929 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
2930 bits.
2931
c628eecc
JK
29322009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2933
2934 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
2935
38af1bfe
JB
29362009-10-07 Joel Brobecker <brobecker@adacore.com>
2937
2938 * gdb.base/watchpoints.c: Add copyright header. Reformat one
2939 of the comments.
2940
2b0adecd
PM
29412009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
2942
2943 * gdb.base/annota1.exp: Remove obsolete match_max increase.
2944 * gdb.base/annota3.exp: Idem.
2945 * gdb.base/maint.exp: Idem.
2946
8d417781
PM
29472009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
2948
2949 * lib/gdb.exp (default_gdb_init): Set current value of match_max
2950 to default.
2951
bb61102d
PM
29522009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2953
2954 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
2955 mingw and cygwin targets.
2956
ace5c364
PM
29572009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
2958 Pedro Alves <pedro@codesourcery.com>
2959
2960 * lib/gdb.exp (gdb_compile): Avoid adding
2961 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
2962
c2d494a0
PM
29632009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2964
e1b52ce2
PM
2965 * gdb.base/shr1.c: Use %p in format string.
2966 * gdb.base/unload.c: Avoid warning in fprintf.
2967 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 2968
209f53f5
PM
29692009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
2970
2971 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
2972 long type.
2973 (test_unlink): Correct printf string.
2974 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
2975 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
2976
8172766a
JK
29772009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2978
2979 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
2980 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
2981 * gdb.arch/ia64-breakpoint-shadow.S: New file.
2982
0f73703c
UW
29832009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2984
2985 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
2986 * gdb.objc/nondebug.exp: Likewise.
2987
b32306ca
UW
29882009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2989
2990 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
2991 target_info setting.
2992
2993 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
2994 that detect new threads during "info threads".
2995
0057022f
UW
29962009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2997
2998 * gdb.threads/manythreads.c (main): Increase thread stack size
2999 to 2*PTHREAD_STACK_MIN.
3000 * gdb.threads/multi-create.c (main): Likewise.
3001 (create_function): Likewise.
3002
f29c0325
UW
30032009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3004
3005 * gdb.base/dump.exp: Pass difference of pointer types instead
3006 of integer types as offset to restore in intarr3.srec case.
3007
fcb34849
UW
30082009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3009
3010 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
3011
d5142e3b
UW
30122009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3013
3014 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
3015
087b74b2
PM
30162009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
3017
3018 New test for two watchpoints, with disabling of
3019 the first inserted.
3020 * testsuite/gdb.base/watchpoints.c: New file.
3021 * testsuite/gdb.base/watchpoints.exp: New file.
3022
96c07c5b
TT
30232009-09-25 Tom Tromey <tromey@redhat.com>
3024
3025 * gdb.base/charset.exp: Test utf-16 strings with Python.
3026
b8899f2b
TT
30272009-09-25 Tom Tromey <tromey@redhat.com>
3028
3029 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
3030 UCS-4.
3031 * gdb.base/charset.c (utf_32_string): Rename.
3032 (init_utf32): Rename.
3033 (main): Update.
3034
329719ec
TT
30352009-09-22 Tom Tromey <tromey@redhat.com>
3036
3037 * gdb.python/py-function.exp: Add regression tests.
3038
11ef0d76
KS
30392009-09-21 Keith Seitz <keiths@redhat.com>
3040
3041 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
3042 with invalid operator.
3043
3fe8f3b3
KS
30442009-09-21 Keith Seitz <keiths@redhat.com>
3045
3046 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
3047 and destructor using typedef name of class.
3048 * gdb.cp/classes.cc (class Base1): Add a destructor.
3049 (base1): New typedef.
3050 (use_methods): Instanitate an object of type base1.
3051 * gdb.cp/templates.exp (test_template_typedef): New procedure.
3052 (do_tests): Call test_template_typedef.
3053 * gdb.cp/templates.cc (Baz::~Baz): New method.
3054 (intBazOne): New typedef.
3055 (main): Instantiate intBazOne.
3056
7a9fe101
PM
30572009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3058
3059 PR python/10633
3060
3061 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
3062 Function.
3063 (run_lang_tests): Add print elements test.
3064
2e4d963f
PM
30652009-09-21 Phil Muldoon <pmuldoon@redhat.com>
3066
3067 * gdb.python/py-value.exp (test_subscript_regression): New
3068 function. Test for invalid subscripts.
3069 * gdb.python/py-value.c (main): Add test array, and pointer to it.
3070 (ptr_ref): New function.
3071
ec7e75e7
PP
30722009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
3073
3074 * gdb.base/default.exp: Fix "show convenience".
3075
0cc7d26f
TT
30762009-09-15 Tom Tromey <tromey@redhat.com>
3077
3078 * lib/mi-support.exp (mi_create_varobj): Update.
3079 (mi_create_floating_varobj): Likewise.
3080 (mi_create_dynamic_varobj): New proc.
3081 (mi_varobj_update): Update.
3082 (mi_varobj_update_with_type_change): Likewise.
3083 (mi_varobj_update_kv_helper): New proc.
3084 (mi_varobj_update_dynamic_helper): Rewrite.
3085 (mi_varobj_update_dynamic): New proc.
3086 (mi_list_varobj_children): Update.
3087 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
3088 * gdb.python/python-prettyprint.py (pp_outer): New class.
3089 (pp_nullstr): Likewise.
3090 (lookup_function): Register new printers.
3091 * gdb.python/python-prettyprint.c (struct substruct): New type.
3092 (struct outerstruct): Likewise.
3093 (substruct_test): New function.
3094 (struct nullstr): New type.
3095 (string_1, string_2): New globals.
3096 (main): Add new tests.
3097 * gdb.python/python-mi.exp: Added regression tests.
3098 * gdb.mi/mi2-var-display.exp: Update.
3099 * gdb.mi/mi2-var-cmd.exp: Update.
3100 * gdb.mi/mi2-var-child.exp: Update.
3101 * gdb.mi/mi2-var-block.exp: Update.
3102 * gdb.mi/mi-var-invalidate.exp: Update.
3103 * gdb.mi/mi-var-display.exp: Update.
3104 * gdb.mi/mi-var-cmd.exp: Update.
3105 * gdb.mi/mi-var-child.exp: Update.
3106 * gdb.mi/mi-var-block.exp: Update.
3107 * gdb.mi/mi-break.exp: Update.
3108 * gdb.mi/gdb701.exp: Update.
3109
a96d9b2e
SDJ
31102009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3111
3112 * Makefile.in: Inclusion of catch-syscall object.
3113 * gdb.base/catch-syscall.c: New file.
3114 * gdb.base/catch-syscall.exp: New file.
3115
b43b923a
MS
31162009-09-12 Michael Snyder <msnyder@vmware.com>
3117
3118 * gdb.reverse/step-reverse.exp: Explicitly check for targets
3119 that can support reverse debuggnig.
3120
cec03d70
TT
31212009-09-11 Tom Tromey <tromey@redhat.com>
3122
3123 * gdb.dwarf2/valop.S: New file.
3124 * gdb.dwarf2/valop.exp: New file.
3125
e23bb3fc
MK
31262009-09-11 Mark Kettenis <kettenis@gnu.org>
3127
3128 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
3129
37c3696d
DE
31302009-09-10 Doug Evans <dje@google.com>
3131
3132 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
3133 Add $gdb_prompt to second breakpoint regexp.
3134
5172aecb
JB
31352009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
3136
3137 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
3138 names, add missing ones.
3139 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
3140 * gdb.python/py-frame.c: Rename from python-frame.c.
3141 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
3142 testfile name.
3143 * gdb.python/py-function.exp: Rename from python-function.exp.
3144 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
3145 testfile name.
3146 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
3147 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
3148 Adjust testfile name.
3149 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
3150 * gdb.python/py-template.cc: Rename from python-template.cc.
3151 * gdb.python/py-template.exp: Rename from python-template.exp.
3152 Adjust testfile name.
3153 * gdb.python/py-value.c: Rename from python-value.c.
3154 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
3155 testfile name.
3156
b554e4bd
JK
31572009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
3160 $bpt2address.
3161 (Second breakpoint address is valid on ia64)
3162 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
3163
9a68ae16
JM
31642009-09-03 Joseph Myers <joseph@codesourcery.com>
3165
3166 * gdb.base/ending-run.exp: Restrict regular expression matching
3167 line number to require closing brace following.
3168
146b9145
DE
31692009-09-03 Doug Evans <dje@google.com>
3170
3171 * gdb.base/store.exp (check_set): Fix typo in expected value message.
3172
787d21e1
TT
31732009-09-02 Tom Tromey <tromey@redhat.com>
3174
3175 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
3176
e7802207
TT
31772009-09-02 Tom Tromey <tromey@redhat.com>
3178
3179 * gdb.dwarf2/callframecfa.exp: New file.
3180 * gdb.dwarf2/callframecfa.S: New file.
3181
817aadd2
JK
31822009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
3185 gdb.base/solib-overlap-main.c: New.
3186
4a76eae5
DJ
31872009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3188
3189 PR gdb/10565
3190
3191 * gdb.base/bitfields.c (struct container, container): New.
3192 (main): Initialize it and call break5.
3193 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
3194
d4b96c9a
JK
31952009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3196
3197 Support constant DW_AT_data_member_location by GCC PR debug/40659.
3198 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
3199
4e22772d
JK
32002009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
3203
2efab443
MS
32042009-08-26 Michael Snyder <msnyder@vmware.com>
3205
3206 * gdb.base/i386-reverse.c: New file.
3207 * gdb.base/i386-reverse.exp: New file.
3208 * gdb.base/Makefile.in: Add new files to be removed.
3209
07ab73a0
JM
32102009-08-26 Joseph Myers <joseph@codesourcery.com>
3211
3212 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
3213 environment-pwd for remote host.
3214 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
3215
676accff
KS
32162009-08-24 Keith Seitz <keiths@redhat.com>
3217
3218 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
3219 Add two new C++ completer tests which limit the output to a
3220 given class.
3221
f9f7ad22
MS
32222009-08-24 Michael Snyder <msnyder@vmware.com>
3223
3224 * gdb.base/del.exp: Fix typo in comment.
3225 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
3226
81ecdfbb
RW
32272009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3228
3229 * configure: Regenerate.
3230 * gdb.hp/configure: Likewise.
3231 * gdb.hp/gdb.aCC/configure: Likewise.
3232 * gdb.hp/gdb.base-hp/configure: Likewise.
3233 * gdb.hp/gdb.compat/configure: Likewise.
3234 * gdb.hp/gdb.defects/configure: Likewise.
3235 * gdb.hp/gdb.objdbg/configure: Likewise.
3236 * gdb.stabs/configure: Likewise.
3237
cab0c772
UW
32382009-08-19 Doug Evans <dje@google.com>
3239
3240 * gdb.base/gdbvars.c: New file.
3241 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
3242
b8fa0bfa
PA
32432009-08-14 Pedro Alves <pedro@codesourcery.com>
3244
3245 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
3246 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
3247
b84aa90a
PA
32482009-08-13 Pedro Alves <pedro@codesourcery.com>
3249
3250 * gdb.base/default.exp: Adjust "set language test": it's now an
3251 enum command. Larger help string moved to "help set language".
3252 * gdb.base/help.exp: Adjust "help set language" expected output,
3253 now lists all known languages.
3254
0d8f9b2c
NF
32552009-08-11 Nathan Froyd <froydnj@codesourcery.com>
3256
3257 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
3258 all frame arguments.
3259 * gdb.arch/altivec-regs.exp: Likewise.
3260
bda180e0
TT
32612009-08-07 Tom Tromey <tromey@redhat.com>
3262
3263 * gdb.base/setshow.exp: Add tests for changes to set language, set
3264 check range, and set check type.
3265
48cb2d85
VP
32662009-08-03 Vladimir Prus <vladimir@codesourcery.com>
3267
3268 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
3269 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
3270 Call it.
3271
1ea34204
UW
32722009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3273
3274 * configure.ac: Run gdb.cell tests when appropriate.
3275 * configure: Regenerate.
3276 * lib/cell.exp: New file.
3277 * gdb.cell: New directory.
3278 * gdb.cell/configure.ac: New file.
3279 * gdb.cell/configure: New file.
3280 * gdb.cell/Makefile.in: New file.
3281 * gdb.cell/arch.exp: New file.
3282 * gdb.cell/break.c: New file.
3283 * gdb.cell/break.exp: New file.
3284 * gdb.cell/break-spu.c: New file.
3285 * gdb.cell/bt.c: New file.
3286 * gdb.cell/bt2-spu.c: New file.
3287 * gdb.cell/bt-spu.c: New file.
3288 * gdb.cell/bt.exp: New file.
3289 * gdb.cell/coremaker.c: New file.
3290 * gdb.cell/coremaker-spu.c: New file.
3291 * gdb.cell/core.exp: New file.
3292 * gdb.cell/gcore.exp: New file.
3293 * gdb.cell/data.c: New file.
3294 * gdb.cell/data.exp: New file.
3295 * gdb.cell/data-spu.c: New file.
3296 * gdb.cell/ea-cache.exp: New file.
3297 * gdb.cell/ea-cache.c: New file.
3298 * gdb.cell/ea-cache-spu.c: New file.
3299 * gdb.cell/ea-standalone.c: New file.
3300 * gdb.cell/ea-standalone.exp: New file.
3301 * gdb.cell/ea-test.c: New file.
3302 * gdb.cell/ea-test.exp: New file.
3303 * gdb.cell/f-regs.exp: New file.
3304 * gdb.cell/mem-access.c: New file.
3305 * gdb.cell/mem-access.exp: New file.
3306 * gdb.cell/mem-access-spu.c: New file.
3307 * gdb.cell/ptype.exp: New file.
3308 * gdb.cell/registers.exp: New file.
3309 * gdb.cell/size.c: New file.
3310 * gdb.cell/sizeof.exp: New file.
3311 * gdb.cell/size-spu.c: New file.
3312 * gdb.cell/solib.exp: New file.
3313 * gdb.cell/solib-symbol.exp: New file.
3314
85e747d2
UW
33152009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3316
3317 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
3318
58d6951d
DJ
33192009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3320
3321 * gdb.base/float.exp: Handle VFP registers.
3322
6e0a4f15
MS
33232009-07-14 Michael Snyder <msnyder@vmware.com>
3324
dcd5da87
MS
3325 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
3326 to bring gdb to the beginning of the calling line.
3327
6e0a4f15
MS
3328 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
3329 confusing the i386 epilogue unwinder.
3330
782b2b07
SS
33312009-07-14 Stan Shebs <stan@codesourcery.com>
3332
3333 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
3334
f662c3bc
MS
33352009-07-14 Michael Snyder <msnyder@vmware.com>
3336
3337 * gdb.reverse/step-reverse.exp (stepi into function call):
3338 Call instruction may not be first instruction in the line.
3339 (reverse stepi from a function call): Used wrong line number.
3340
8f313923
JK
33412009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
3344
4662c76e
JK
33452009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 Fix gdb.base/macscp.exp when using custom inputrc.
3348 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
3349 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
3350 env(TERM) set.
3351 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
3352 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
3353
aa81e255
JK
33542009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
3357 * gdb.base/annota1.exp (thread_test): Import global $testfile.
3358 Change the compilation target to match the testcase name.
3359 * gdb.base/sect-cmd.exp: Change the compilation target to match the
3360 testcase name.
3361 * a2-run.exp: Use for setup prepare_for_testing. Change the
3362 compilation target to match the testcase name.
3363 * gdb.base/commands.exp: Likewise.
3364 * gdb.base/finish.exp: Likewise.
3365 * gdb.base/float.exp: Likewise.
3366 * gdb.base/info-target.exp: Likewise.
3367 * gdb.base/relational.exp: Likewise.
3368 * gdb.base/term.exp: Likewise.
3369 * gdb.base/until.exp: Likewise.
3370 * gdb.base/volatile.exp: Likewise.
3371 * gdb.base/whatis-exp.exp: Likewise.
3372
4c93b1d7
HZ
33732009-07-11 Hui Zhu <teawater@gmail.com>
3374
3375 * gdb.base/help.exp (disassemble): Update expected help text.
3376
812f7342
TT
33772009-07-09 Tom Tromey <tromey@redhat.com>
3378
3379 * lib/gdb.exp: Handle TRANSCRIPT.
3380 (remote_spawn, remote_close, send_gdb): New procs.
3381
fbb8f299
PM
33822009-07-10 Phil Muldoon <pmuldoon@redhat.com>
3383
3384 * gdb.python/python-prettyprint.c: Add counted null string
3385 structure.
3386 * gdb.python/python-prettyprint.exp: Print null string. Test for
3387 embedded nulls.
3388 * gdb.python/python-prettyprint.py (pp_ns): New Function.
3389 * gdb.python/python-value.exp (test_value_in_inferior): Add
3390 variable length string fetch tests.
3391 * gdb.python/python-value.c (main): Add strings for string fetch tests.
3392
c0ac0ec7
JK
33932009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3394
3395 * gdb.base/dump.exp (inaccessible memory is reported): New test.
3396
30b66ecc
TT
33972009-07-07 Tom Tromey <tromey@redhat.com>
3398
3399 * gdb.base/call-rt-st.exp: Update for change to escape output.
3400 * gdb.base/callfuncs.exp: Likewise.
3401 * gdb.base/charset.exp: Likewise.
3402 * gdb.base/constvars.exp: Likewise.
3403 * gdb.base/long_long.exp: Likewise.
3404 * gdb.base/pointers.exp: Likewise.
3405 * gdb.base/printcmds.exp: Likewise.
3406 * gdb.base/setvar.exp: Likewise.
3407 * gdb.base/store.exp: Likewise.
3408 * gdb.cp/ref-types.exp: Likewise.
3409 * gdb.mi/mi-var-child.exp: Likewise.
3410 * gdb.mi/mi-var-display.exp: Likewise.
3411 * gdb.mi/mi2-var-display.exp: Likewise.
3412 * gdb.base/charset.exp: Test octal escape sequence length.
3413 Update for change to escape output.
3414
187c4a2b
JK
34152009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
3418
d80a43f9
DJ
34192009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
3420
3421 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
3422
047427a8
JK
34232009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3424
3425 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
3426 gdbserver increasing $portnum if "Can't bind address" has been seen.
3427
8b5a0f4f
PA
34282009-07-05 Pedro Alves <pedro@codesourcery.com>
3429
3430 * gdb.base/ending-run.exp: Add "step out of main" pattern for
3431 mingw32ce.
3432
7d93ba58
PA
34332009-07-05 Pedro Alves <pedro@codesourcery.com>
3434
3435 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
3436 VFP format.
3437
2277426b
PA
34382009-07-02 Pedro Alves <pedro@codesourcery.com>
3439
3440 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
3441 linux. Adjust to use "inferior", "info inferiors", "detach
3442 inferior" and "kill inferior" instead of "restart", "info fork",
3443 "detach fork" and "delete fork".
3444 * gdb.base/ending-run.exp: Spell out "info".
3445 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
3446 the "kill" command.
3447
5af949e3
UW
34482009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3449
3450 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
3451 change to prefix TLS offset in hex with 0x.
3452
5d3729b5
UW
34532009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3454
3455 * gdb.base/default.exp: Update test case for "x" changes.
3456
af589bd0
TG
34572009-07-01 Tristan Gingold <gingold@adacore.com>
3458
3459 * gdb.base/bigcore.exp: Make darwin untested.
3460
40974f91
JK
34612009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.base/completion.exp (directory completion): Create the directory.
3464 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
3465 escapeuniquesub.
3466 (directory completion 2): Expect now ${escapeuniquesub}.
3467 (Glob remaining of directory test): Remove one excessive newline.
3468 Expect the real output.
3469
59dd3af6
JK
34702009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 Fix `make check//%' target after `make check' has been ran.
3473 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
3474 a mkdir call.
3475 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
3476 (%/.dir): Remove.
3477
f4e164aa
JK
34782009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3479
3480 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
3481 the expected result record.
3482
69af2122
JK
34832009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3484
3485 Remove racy FAILs relying just on the timeouts.
3486 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
3487 (annotation_level 2): Remove racy FAILs.
3488
2fd481e1
PP
34892009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
3490
3491 gdb/10275
3492 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
3493
c38f313d
DJ
34942009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
3495
3496 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
3497
8b777f02
VP
34982009-06-30 Vladimir Prus <vladimir@codesourcery.com>
3499
3500 * gdb.mi/mi-stack.exp: Testing symbolic options
3501 to -stack-list-locals and -stack-list-arguments.
3502
00c7eacf
JK
35032009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3504
3505 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
3506
6bc80edc
TT
35072009-06-29 Tom Tromey <tromey@redhat.com>
3508
3509 * dg-extract-results.sh: New file.
3510 * Makefile.in (FORCE_PARALLEL): New variable.
3511 (CHECK_TARGET): New conditional variable.
3512 (check): Use CHECK_TARGET.
3513 (DO_RUNTEST): New variable.
3514 (check-single): New target.
3515 (TEST_DIRS): New variable.
3516 (TEST_TARGETS): Likewise.
3517 (check-parallel): New target.
3518 (check-gdb.%): New pattern.
3519 (BASE1_FILES): New variable.
3520 (BASE2_FILES): Likewise.
3521 (check-gdb.base%): New pattern.
3522 (%/.dir): New pattern.
3523 * configure: Rebuild.
3524 * aclocal.m4 (AM_CONDITIONAL): New defun.
3525 * configure.ac: Check whether user is using GNU make.
3526 (GMAKE): New conditional.
3527
794684b6
SW
35282009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
3529
3530 * gdb.cp/namespace-nested-import.cc: New test.
3531 * gdb.cp/namespace-nested-import.exp: New test.
3532
edb3359d
DJ
35332009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3534
3535 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
3536 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
3537 * gdb.opt/Makefile.in (EXECUTABLES): Update.
3538 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
3539 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
3540 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
3541 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
3542 gdb.opt/inline-markers.c: New files.
3543 * lib/gdb.exp (skip_inline_frame_tests): New function.
3544 (skip_inline_var_tests): New function.
3545
cf657a0c
AS
35462009-06-27 Andreas Schwab <schwab@linux-m68k.org>
3547
3548 * gdb.cp/exception.exp: Don't require $hex before inner frame in
3549 backtrace.
3550
28d41a99
MS
35512009-06-27 Michael Snyder <msnyder@vmware.com>
3552
3553 * gdb.reverse: New directory.
3554 * gdb.reverse/break-reverse.c: New test.
3555 * gdb.reverse/break-reverse.exp: New test.
3556 * gdb.reverse/consecutive-reverse.c: New test.
3557 * gdb.reverse/consecutive-reverse.exp: New test.
3558 * gdb.reverse/finish-reverse.c: New test.
3559 * gdb.reverse/finish-reverse.exp: New test.
3560 * gdb.reverse/machinestate.c: New test.
3561 * gdb.reverse/ms1.c: New test.
3562 * gdb.reverse/machinestate.exp: New test.
3563 * gdb.reverse/Makefile.in: New file.
3564 * gdb.reverse/shr2.c: New test.
3565 * gdb.reverse/solib-reverse.c: New test.
3566 * gdb.reverse/solib-reverse.exp: New test.
3567 * gdb.reverse/step-reverse.c: New test.
3568 * gdb.reverse/step-reverse.exp: New test.
3569 * gdb.reverse/until-reverse.c: New test.
3570 * gdb.reverse/ur1.c: New test.
3571 * gdb.reverse/until-reverse.exp: New test.
3572 * gdb.reverse/watch-reverse.c: New test.
3573 * gdb.reverse/watch-reverse.exp: New test.
3574 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
3575 * configure: Regenerate.
3576
fe3c8b0d
DE
35772009-06-26 Doug Evans <dje@google.com>
3578
3579 * gdb.base/psymtab.exp: Turn off pending breakpoints.
3580
3a72a602
PM
35812009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
3582
3583 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
3584 windows problem for 'file delete $binfile'.
3585
27aa8d6a
SW
35862009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
3587
3588 * gdb.cp/namespace-using.exp: New test.
3589 * gdb.cp/namespace-using.cc: New test.
3590
8ac055f8
JB
35912009-05-20 Joel Brobecker <brobecker@adacore.com>
3592
3593 * gdb.ada/variant_record_packed_array: New testcase.
3594
85e306ed
TT
35952009-06-23 Tom Tromey <tromey@redhat.com>
3596
3597 * gdb.base/charset.exp (test_combination): Regression test.
3598 * gdb.base/charset.c (my_wchar_t): New typedef.
3599 (myvar): New global.
3600 (main): Set myvar.
3601
56643c5e
PM
36022009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
3603
3604 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
3605 target.
3606
1fac167a
UW
36072009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3608
3609 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
3610
7ccb0be9
UW
36112009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3612
3613 * gdb.mi/gdb680.exp: Update test for error message.
3614
568d6575
UW
36152009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3616
3617 * gdb.base/annota1.exp: Allow multiple occurrences of the
3618 frames-invalid annotation.
3619 * gdb.cp/annota2.exp: Likewise.
3620
7cd1089b
PM
36212009-06-15 Phil Muldoon <pmuldoon@redhat.com>
3622
3623 * gdb.cp/gdb2495.cc: New file.
3624 * gdb.cp/gdb2495.exp: New file.
3625
72c63395
JK
36262009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3627
3628 Report error on GDB crash during runto.
3629 * lib/gdb.exp (runto <eof>): New.
3630
3788363d
DJ
36312009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
3632
3633 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
3634 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
3635 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
3636 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
3637 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
3638 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
3639 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
3640 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
3641 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
3642 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
3643 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
3644 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
3645 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
3646 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
3647 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
3648 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
3649 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
3650 gdb.server/server-mon.exp, gdb.server/server-run.exp,
3651 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3652 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3653 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
3654 gdb.trace/passcount.exp, gdb.trace/report.exp,
3655 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
3656 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
3657 gdb.trace/while-stepping.exp: Use a unique name for the compiled
3658 executable.
3659
17592de3
PA
36602009-06-07 Pedro Alves <pedro@codesourcery.com>
3661
3662 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
3663 defined before referencing it.
3664
701e355d
DE
36652009-06-03 Doug Evans <dje@google.com>
3666
3667 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
3668 * gdb.arch/i386-see.c: Ditto.
3669
f2292c65
PM
36702009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
3671
3672 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
3673 (check_macro): Return 1 if undefined.
3674 If first test fails, check if macro debug information is available,
3675 and report unsupported test if no macro information is found.
3676
5a437975
DE
36772009-05-29 Doug Evans <dje@google.com>
3678
3679 * gdb.threads/hand-call-in-threads.exp: New.
3680 * gdb.threads/hand-call-in-threads.c: New.
3681
c141c696
MS
36822009-05-29 Michael Snyder <msnyder@vmware.com>
3683
3684 * gdb.base/break-always.exp: Change "1" to "on".
3685 Add confirmation check.
3686
b3444185
PA
36872009-05-28 Pedro Alves <pedro@codesourcery.com>
3688
3689 * gdb.threads/threxit-hop-specific.c: New.
3690 * gdb.threads/threxit-hop-specific.exp: New.
3691 * gdb.threads/thread-execl.c: New.
3692 * gdb.threads/thread-execl.exp: New.
3693
b6313243
TT
36942009-05-27 Tom Tromey <tromey@redhat.com>
3695 Thiago Jung Bauermann <bauerman@br.ibm.com>
3696
3697 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
3698 (mi_child_regexp): Likewise.
3699 (mi_list_varobj_children_range): Likewise.
3700 (mi_get_features): Likewise.
3701 (mi_list_varobj_children): Rewrite.
3702 * gdb.python/python-mi.exp: New file.
3703
a6bac58e
TT
37042009-05-27 Tom Tromey <tromey@redhat.com>
3705 Thiago Jung Bauermann <bauerman@br.ibm.com>
3706 Phil Muldoon <pmuldoon@redhat.com>
3707 Paul Pluzhnikov <ppluzhnikov@google.com>
3708
3709 * gdb.python/python-prettyprint.exp: New file.
3710 * gdb.python/python-prettyprint.c: New file.
3711 * gdb.python/python-prettyprint.py: New file.
3712 * gdb.base/display.exp: print/r is now valid.
3713
2c74e833
TT
37142009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
3715 Tom Tromey <tromey@redhat.com>
3716 Pedro Alves <pedro@codesourcery.com>
3717 Paul Pluzhnikov <ppluzhnikov@google.com>
3718
3719 * gdb.python/python-template.exp: New file.
3720 * gdb.python/python-template.cc: New file.
3721 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3722 tests.
3723 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3724 Call it.
3725 (test_value_after_death): New proc.
3726 * gdb.python/python-value.c (PTR): New typedef.
3727 (main): New variable 'x'.
3728
89c73ade
TT
37292009-05-27 Tom Tromey <tromey@redhat.com>
3730
3731 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
3732 tests.
3733 * gdb.python/python-value.exp (py_objfile_tests): New proc.
3734 Call it.
3735
a75724bc
PA
37362009-05-27 Pedro Alves <pedro@codesourcery.com>
3737
3738 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
3739
e58b0e63
PA
37402009-05-24 Pedro Alves <pedro@codesourcery.com>
3741
3742 * gdb.threads/fork-thread-pending.c: New.
3743 * gdb.threads/fork-thread-pending.exp: New.
3744
4ac36638
JK
37452009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
3748 * gdb.dwarf2/dw2-strp.S (a_string2): New.
3749
c28c63d8
JB
37502009-05-18 Jon Beniston <jon@beniston.com>
3751
3752 * gdb.asm/asm-source.exp: Add lm32 target.
3753
b242c3c2
PA
37542009-05-17 Pedro Alves <pedro@codesourcery.com>
3755
3756 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
3757 `gdb_get_line_number'. Call `callee' in both parent and child.
3758 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
3759 `gdb_get_line_number' instead of hardcoding line numbers.
3760 (catch_fork_unpatch_child): New procedure to test detaching
3761 breakpoints from child fork.
3762 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
3763 hardcoding line numbers.
3764 (do_fork_tests): Run `catch_fork_unpatch_child'.
3765
ee342b23
VP
37662009-05-17 Vladimir Prus <vladimir@codesourcery.com>
3767
3768 * gdb.mi/mi-cmd-var.exp: Check that when varobj
3769 of structure type enters or leaves the scope, it
3770 is reported by -var-update.
3771
e2009e98
DE
37722009-05-11 Doug Evans <dje@sebabeach.org>
3773
3774 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
3775 * gdb.threads/pending-step.c (main): Fix off-by-one error.
3776 * gdb.threads/schedlock.c (main): Fix off-by-one error.
3777
00903456
JK
37782009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3779
3780 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
3781
dc621c35
DE
37822009-04-30 Doug Evans <dje@google.com>
3783
3784 * gdb.threads/watchthreads2.exp: New testcase.
3785 * gdb.threads/watchthreads2.c: New testcase.
3786
9ab4e744
DE
37872009-04-29 Doug Evans <dje@google.com>
3788
3789 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
3790 * gdb.cp/mb-ctor.cc: Ditto.
3791 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
3792 * gdb.cp/mb-inline.h (multi_line_foo): New function.
3793 * gdb.cp/mb-inline1.cc: Call it.
3794 * gdb.cp/mb-inline2.cc: Ditto.
3795 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
3796 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
3797
484086b7
JK
37982009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3799
3800 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
3801 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
3802 Replace all uses of `decimal' by `nonzero'.
3803 (info macro FROM_COMMANDLINE): New test.
3804
379a77b5
TT
38052009-04-27 Tom Tromey <tromey@redhat.com>
3806
3807 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
3808
b92b73c2
DE
38092009-04-27 Doug Evans <dje@google.com>
3810
3811 * gdb.threads/watchthreads.c (main): Initialize args before starting
3812 the threads. Plus formatting cleanup.
3813 * gdb.threads/watchthreads.exp: Avoid errant failures due to
3814 biased scheduling of one thread.
3815
945a118d
JG
38162009-04-27 Jerome Guitton <guitton@adacore.com>
3817
3818 * gdb.cp/templates.cc (GetMax): New template.
3819 (main): Declare two instances of GetMax.
3820 * gdb.cp/templates.exp: Add new test.
3821
d389af10
JK
38222009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
3825
e7f86de9
JM
38262009-04-22 Joseph Myers <joseph@codesourcery.com>
3827
3828 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
3829
334cc82d
TT
38302009-04-15 Tom Tromey <tromey@redhat.com>
3831
3832 * gdb.base/charset.exp: Add regression test.
3833
d12672cc
JB
38342009-04-14 Joel Brobecker <brobecker@adacore.com>
3835
3836 * gdb.base/exe-lock.exp: New testcase.
3837
18e8c3bc
TT
38382009-04-13 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
3841 operator on Frame.
3842
5ecd5cbe
UW
38432009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3844
3845 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
3846 * gdb.server/ext-attach.exp: Likewise.
3847
7309f756
VP
38482009-04-03 Vladimir Prus <vladimir@codesourcery.com>
3849
3850 Eliminate some sleep usage.
3851
3852 * gdb.mi/basics.c (do_nothing): New.
3853 (main): Use do_nothing instead of printf, so that
3854 not to introduce race condition between output of
3855 inferiour and output of gdb. Do not use sleep as it
3856 is not generally available on embedded targets.
3857
f4b95f6f
PA
38582009-04-02 Pedro Alves <pedro@codesourcery.com>
3859
3860 * gdb.server/ext-attach.exp: Expect an optional process id after
3861 "Detached from remote process".
3862
de40b933
JK
38632009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
3866 gdb.dwarf2/dw2-unresolved.exp: New.
3867
2ae101a4
PA
38682009-04-02 Pedro Alves <pedro@codesourcery.com>
3869
3870 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
3871 mi_run_to_main.
3872
56a8e183
PA
38732009-04-02 Pedro Alves <pedro@codesourcery.com>
3874
3875 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
3876 mi_run_to_main. Skip thread exit test on remote targets.
3877 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
3878 mi_run_to_main.
3879 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
3880 mi_run_to_main.
3881 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
3882 when expecting ^connected. Detect when the target doesn't support
3883 non-stop mode.
3884 (mi_run_cmd): Detect if non-stop mode was requested by isn't
3885 supported. Return -1 on error, 0 on success.
3886 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
3887 (mi_runto): Return mi_runto_helper's result explicitly.
3888
c35fafde
PA
38892009-04-01 Pedro Alves <pedro@codesourcery.com>
3890
3891 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
3892
f8a8dce6
JB
38932009-04-01 Tom Tromey <tromey@redhat.com>
3894
3895 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
3896 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
3897 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
3898 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
3899
71c25dea
TT
39002009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
3901 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 PR gdb/931
3904 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
3905 output.
3906 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
3907 for gdb/931.
3908 * dw2-strp.S (DW_AT_language): Change to C++.
3909 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
3910
02d9a9ce
JB
39112009-03-31 Joel Brobecker <brobecker@adacore.com>
3912
3913 * gdb.ada/tasks: New testcase.
3914
1042e4c0
SS
39152009-03-30 Stan Shebs <stan@codesourcery.com>
3916
3917 * gdb.trace/actions.exp: Update to match new info trace format.
3918 * gdb.trace/deltrace.exp: Ditto.
3919 * gdb.trace/infotrace.exp: Ditto.
3920 * gdb.trace/passcount.exp: Ditto.
3921 * gdb.trace/save-trace.exp: Ditto.
3922 * gdb.trace/while-stepping.exp: Ditto.
3923 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
3924
f8f6f20b
TJB
39252009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3926
3927 * gdb.python/python-frame.c: New file.
3928 * gdb.python/python-frame.exp: New file.
3929
c0c6f777
TJB
39302009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
3931
3932 * gdb.python/python-value.exp: Add tests for the address
3933 attribute.
3934
3cb51905
AS
39352009-03-29 Andreas Schwab <schwab@linux-m68k.org>
3936
3937 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
3938
88fc996f
DE
39392009-03-26 Doug Evans <dje@google.com>
3940
3941 * gdb.mi/mi-nonstop-exit.exp: New file.
3942 * gdb.mi/non-stop-exit.c: New file.
3943
56ef84b1
TT
39442009-03-26 Tom Tromey <tromey@redhat.com>
3945
3946 Update for change to prologue skipping:
3947 * gdb.mi/mi2-simplerun.exp: Update.
3948 * gdb.mi/mi2-break.exp: Update.
3949 * gdb.mi/mi-simplerun.exp: Update.
3950 * gdb.mi/mi-break.exp: Update.
3951 * gdb.base/ending-run.exp: Update.
3952
def2b000
TJB
39532009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
3954
3955 * gdb.python/python-value.exp (test_value_in_inferior): Test
3956 gdb.Value.is_optimized_out attribute.
3957
442ddf59
JK
39582009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 * gdb.dwarf2/dw2-noloc-main.c: New file.
3961 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
3962 (.text): Remove.
3963 (.data): New.
3964 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
3965 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
3966 (DW_TAG_subprogram func_cu1, noloc): Remove.
3967 (main): New.
3968 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
3969 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
3970 (file_symbols): New procedure.
3971
a8df5de4
TT
39722009-03-25 Tom Tromey <tromey@redhat.com>
3973
3974 * gdb.base/charset.exp (valid_target_charset): New proc.
3975 Use it to skip tests on invalid charsets.
3976
cc1d7add
PM
39772009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
3978
3979 * gdb.base/completion.exp: Add a test for directory completion.
3980
bcd5727b
JK
39812009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 Fix a racy FAIL.
3984 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
3985 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
3986
cc924cad
TJB
39872009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
3988
3989 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
3990 * gdb.python/python-function.exp: Add test for function returning
3991 a GDB value.
3992
bc3b79fd
TJB
39932009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
3994
3995 * gdb.python/python-function.exp: New file.
3996
6c7a06a3
TT
39972009-03-20 Tom Tromey <tromey@redhat.com>
3998
3999 * gdb.base/store.exp: Update for change to escape output.
4000 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
4001 to escape output.
4002 * gdb.base/pointers.exp: Update for change to escape output.
4003 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
4004 to escape output.
4005 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
4006 escape output.
4007 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
4008 to escape output.
4009 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
4010 escape output.
4011 * gdb.base/setvar.exp: Update for change to escape output.
4012 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
4013 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
4014 to escape output.
4015 (test_print_string_constants): Likewise.
4016 * gdb.base/charset.exp (valid_host_charset): Check size of
4017 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
4018 cases. Handle "auto"-related output.
4019 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
4020 (uvar, Uvar): New globals.
4021
c31af87b
JG
40222009-03-19 Jerome Guitton <guitton@adacore.com>
4023
4024 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
4025 deltas.
4026 * gdb.ada/fixed_points.exp: Ditto.
4027
51272cf2
PA
40282009-03-18 Pedro Alves <pedro@codesourcery.com>
4029
4030 * return-nodebug.c: Don't include stdio.h.
4031 (init): Delete.
4032 (func): Delete definition and provide extern declaration.
4033 (t): New.
4034 (main): Don't call printf. Call func and store its result in t.
4035 * return-nodebug1.c: New.
4036 * return-nodebug.exp: Don't expect stdio output. Instead, print
4037 the global variable t. Drop printf formatters and cast types from
4038 foreach loop. Don't use prepare_for_testing. Compile
4039 return-nodebug.c and return-nodebug1.c in separate steps. Don't
4040 define FORMAT or CAST.
4041
d24948ac
PP
40422009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4043
4044 * gdb.base/solib-display.exp: Disable test for remote targers.
4045
61ff14c6
JK
40462009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4047
4048 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
4049
cb4dce93
JK
40502009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4051
4052 Fix a racy FAIL.
4053 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
4054 code from `follow parent, print pids'.
4055 (`follow child, print pids', `follow parent, print pids'): Call it.
4056 Replace `gdb_test "break..."' by gdb_breakpoint.
4057
f7c60c5e
VP
40582009-03-13 Vladimir Prus <vladimir@codesourcery.com>
4059
4060 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 4061 sync and async modes.
f7c60c5e 4062
383ace49
JB
40632009-03-12 Joel Brobecker <brobecker@adacore.com>
4064
4065 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
4066 that was checked in by mistake. Remove loading of ada.exp, since
4067 this is not necessary in this case.
4068
4ce102af
JB
40692009-03-12 Joel Brobecker <brobecker@adacore.com>
4070
4071 * gdb.ada/ptype_arith_binop.exp: New testcase.
4072
529a2aef
JB
40732009-03-12 Joel Brobecker <brobecker@adacore.com>
4074
4075 * gdb.ada/mod_from_name: New testcase.
4076
8a38181c
JB
40772009-03-12 Joel Brobecker <brobecker@adacore.com>
4078
4079 * gdb.ada/tick_last_segv: New testcase.
4080
11436dee
VP
40812009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4082
61ff14c6 4083 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 4084
1f31650a
VP
40852009-03-12 Vladimir Prus <vladimir@codesourcery.com>
4086
61ff14c6
JK
4087 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
4088 include the token in ^running and frame info in *stopped.
1f31650a 4089
a3247a22
PP
40902009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4091
4092 * solib-display.exp: New file.
4093 * solib-display-main.c: New file.
4094 * solib-display-lib.c: New file.
61ff14c6 4095
aae64587
PA
40962009-03-05 Pedro Alves <pedro@codesourcery.com>
4097
4098 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
4099
44aabfbc
JK
41002009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
4102 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
4103 (list_and_check_macro): Use more specific test name.
4104 (next to definition): Make the test names unique.
4105
c087fcd3
PM
41062009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
4107
4108 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 4109
c86cf029
VP
41102009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4111
4112 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
4113 notifications.
4114 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
4115 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
4116 * lib/mi-support.exp (library_loaded_re): New.
4117 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
4118
3ea85240
VP
41192009-02-17 Vladimir Prus <vladimir@codesourcery.com>
4120
4121 * gdb.gdb/observer.exp: Use test_notification observer, not
4122 normal_stop, everywhere.
4123 (test_normal_stop_notifications): Rename to...
4124 (test_notifications): ...this.
4125 (test_observer_normal_stop): Rename to...
4126 (test_observer): ...this.
4127
1903f0e6
DE
41282009-02-16 Doug Evans <dje@google.com>
4129
4130 * gdb.arch/amd64-disp-step.S (test_int3): New test.
4131 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
4132 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
4133 (test_prefixed_syscall,test_int3): New tests.
4134 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
4135 (test_prefixed_syscall,test_int3): New tests.
4136
1d33d6ba
VP
41372009-02-14 Vladimir Prus <vladimir@codesourcery.com>
4138
3cb51905
AS
4139 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
4140 (mi_expect_interrupt): Likewise.
4141 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
4142 response.
1d33d6ba 4143
faafb047
PM
41442009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4145
4146 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
4147 * gdb.base/pc-fp.exp (get_valueofx): Remove.
4148 Replace calls to get_valueofx by get_hexadecimal_valueof.
4149
417e16e2
PM
41502009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4151
4152 * lib/gdb.exp (get_valueof): Accept anything as a return value.
4153 (get_integer_valueof): New procedure.
4154 (get_sizeof): Use new get_integer_value_of.
4155 * gdb.base/sizeof.exp: Replace all uses of get_valueof
4156 by get_integer_valueof.
4157
7065b901
TT
41582009-02-13 Tom Tromey <tromey@redhat.com>
4159
4160 * gdb.base/remote.exp (get_sizeof): Remove.
4161 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
4162 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
4163 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
4164 * lib/gdb.exp (get_valueof): Move from long_long.exp.
4165 (get_sizeof): Likewise.
4166
5d7cb8df
JK
41672009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 PR fortran/9806
4170 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
4171
b2febfff
PP
41722009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4173
4174 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
4175
4aa995e1
PA
41762009-02-06 Pedro Alves <pedro@codesourcery.com>
4177
4178 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
4179
d8906c6f
TJB
41802009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4181
4182 * gdb.python/python-cmd.exp: New file.
4183
ff4ab08d
TG
41842009-02-06 Tristan Gingold <gingold@adacore.com>
4185
4186 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
4187
aacd552b
TG
41882009-02-05 Tristan Gingold <gingold@adacore.com>
4189
4190 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
4191 pointer is dereferenced and use this signal name in regexp.
4192 * gdb.base/signull.exp: Ditto.
4193 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
4194 * gdb.base/signull.c (main): Ditto.
4195
08c637de
TJB
41962009-02-04 Tom Tromey <tromey@redhat.com>
4197 Thiago Jung Bauermann <bauerman@br.ibm.com>
4198
4199 * gdb.python/python-value.exp: Use `gdb.history' instead of
4200 `gdb.value_from_history'.
4201 (test_value_numeric_ops): Add test for conversion of enum constant.
4202 * gdb.python/python-value.c (enum e): New type.
4203 (evalue): New global.
4204 (main): Use argv.
4205
20261af8
JG
42062009-02-04 Jerome Guitton <guitton@adacore.com>
4207
4208 * gdb.ada/uninitialized_vars: New test program.
4209 * gdb.ada/uninitialized_vars.exp: New testcase.
4210
52e44b43
TT
42112009-02-02 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
4214 * gdb.cp/pr2489.cc: Rename...
4215 * gdb.cp/pr9594.cc: ... to this.
4216
1c71341a
TT
42172009-02-02 Tom Tromey <tromey@redhat.com>
4218
4219 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
4220 * gdb.cp/pr2489.cc: New file.
4221 * gdb.cp/cpcompletion.exp: New file.
4222
a4295225
TT
42232009-02-02 Tom Tromey <tromey@redhat.com>
4224
4225 PR exp/9059:
4226 * gdb.cp/call-c.exp: Add regression test.
4227 * gdb.cp/call-c.cc (FooHandle): New typedef.
4228 (main): New variable 'handle'.
4229
592375cd
VP
42302009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4231
4232 * lib/mi-support.exp (et_mi_thread_list)
4233 (check_mi_and_console_threads): Adjust for current thread in
4234 -thread-list-ids output.
4235
41447f92
VP
42362009-01-30 Vladimir Prus <vladimir@codesourcery.com>
4237
4238 * gdb.mi/mi-break.exp (test_disabled_creation): New.
4239 Call it.
4240
35669430
DE
42412009-01-28 Doug Evans <dje@google.com>
4242
4243 * gdb.arch/amd64-disp-step.S: New file.
4244 * gdb.arch/amd64-disp-step.exp: New file.
4245 * gdb.arch/i386-disp-step.S: New file.
4246 * gdb.arch/i386-disp-step.exp: New file.
4247
09f00d9a
PM
42482009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
4249
4250 * gdb.base/find.exp: Set newline variable
4251 using quotes instead of braces to fix cygwin failures.
4252
1e8fb976
PA
42532009-01-23 Pedro Alves <pedro@codesourcery.com>
4254
4255 * gdb.base/radix.exp: Add tests to ensure that that set
4256 input-radix 0 and set output-radix 0 are really rejected.
4257
da061712
PA
42582009-01-23 Pedro Alves <pedro@codesourcery.com>
4259
4260 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
4261 copyright years.
4262
dd7e2d2b
PA
42632009-01-23 Pedro Alves <pedro@codesourcery.com>
4264
4265 PR gdb/9664:
4266 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
4267
392452f6
PA
42682009-01-22 Pedro Alves <pedro@codesourcery.com>
4269
4270 PR c++/9631:
4271 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
4272
8653e71c
PM
42732009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
4274
4275 * gdb.server/file-transfer.exp: Use EXEEXT variable for
4276 binfile definition to fix Windows OS failure.
4277
a12cc160
DJ
42782009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4279
4280 PR gdb/9346
4281 * gdb.base/interrupt.c (sigint_handler): New.
4282 (main): Install a SIGINT handler if SIGNALS is defined. Exit
4283 on error.
4284 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
4285 Test "signal SIGINT".
4286
b89667eb
DE
42872009-01-19 Doug Evans <dje@google.com>
4288
4289 * gdb.base/break.exp: Update expected gdb output.
4290 * gdb.base/sepdebug.exp: Ditto.
4291 * gdb.mi/mi-syn-frame.exp: Ditto.
4292 * gdb.mi/mi2-syn-frame.exp: Ditto.
4293 * gdb.base/call-signal-resume.exp: New file.
4294 * gdb.base/call-signals.c: New file.
4295 * gdb.base/unwindonsignal.exp: New file.
4296 * gdb.base/unwindonsignal.c: New file.
4297 * gdb.threads/interrupted-hand-call.exp: New file.
4298 * gdb.threads/interrupted-hand-call.c: New file.
4299 * gdb.threads/thread-unwindonsignal.exp: New file.
4300
adb483fe
DJ
43012009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
4302
4303 * gdb.base/define.exp: Test defining and hooking prefix commands.
4304 * gdb.python/python.exp: Update test for "show user" output.
4305
60023297
JK
43062009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
4309 now the output exactly, using less wildcards. Expect also the output
4310 of gfortran-4.3. Update for the f-valprint.c modification from
4311 2008-04-22.
4312 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
4313 Remove gdb_test test names where matching the command.
4314
ccc57cf9
PA
43152009-01-01 Pedro Alves <pedro@codesourcery.com>
4316
4317 PR breakpoints/9681:
4318 * gdb.base/watchpoint.exp: Add regression test.
4319
c7a6ca08
PA
43202008-12-31 Pedro Alves <pedro@codesourcery.com>
4321
4322 * gdb.threads/attach-into-signal.exp: Don't use
4323 gdb_suppress_entire_file.
4324 * gdb.threads/attach-stopped.exp: Ditto.
4325 * gdb.threads/attachstop-mt.exp: Ditto.
4326
3a031f65
PA
43272008-12-31 Pedro Alves <pedro@codesourcery.com>
4328
4329 PR gdb/8812:
4330 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
4331
09e6485f
PA
43322008-12-29 Pedro Alves <pedro@codesourcery.com>
4333
4334 PR gdb/7536:
4335 * gdb.base/radix.exp: Add tests to ensure invalid input radices
4336 and unsupported output radices are really rejected.
4337
0cd53049
JK
43382008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 * gdb.cp/punctuator.exp: Backslash the '$' signs.
4341
ba163c7e
TT
43422008-12-22 Tom Tromey <tromey@redhat.com>
4343
4344 * gdb.cp/punctuator.exp: New file.
4345
6f4de6c9
JK
43462008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * gdb.base/completion.exp (Completing non-existing component): New test.
4349
0f34d0b4
JK
43502008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4351
4352 Fix for PR gdb/8648.
4353 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
4354 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
4355 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
4356 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
4357
db2ad4c3
JK
43582008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
4361
bb5ef15e
DP
43622008-12-16 Christophe Lyon <christophe.lyon@st.com>
4363
4364 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
4365 compiler actually generate code at the expected line number.
4366
90142adc
JZ
43672008-12-15 Jie Zhang <jie.zhang@analog.com>
4368
4369 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
4370
fad6eecd
TT
43712008-12-12 Tom Tromey <tromey@redhat.com>
4372
4373 * gdb.base/commands.exp (redefine_hook_test): New proc.
4374 Call it.
4375
17c8aaf5
TT
43762008-12-11 Tom Tromey <tromey@redhat.com>
4377
4378 * gdb.base/macscp.exp: New regression test.
4379
7c8adf68
TT
43802008-12-11 Tom Tromey <tromey@redhat.com>
4381
4382 * gdb.base/macscp.exp: Print "address.addr".
4383 * gdb.base/macscp1.c (struct outer): New struct.
4384 (address): New global.
4385
b05dcbb7
TT
43862008-12-09 Tom Tromey <tromey@redhat.com>
4387
4388 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
4389 Call it.
4390
2d476de1
DE
43912008-12-04 Doug Evans <dje@google.com>
4392
4393 * gdb.server/ext-run.exp: Relax regexp for init program.
4394
87bdc959
TG
43952008-12-03 Tristan Gingold <gingold@adacore.com>
4396
4397 * gdb.base/macscp.exp: Generate an object file during compilation
4398 to work around Darwin dsymutil limitations.
4399
e0740f77
JK
44002008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4401
4402 Test resolving external references to TLS variables.
4403 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
4404 FILE2_THREAD_LOCAL.
4405 (testfile2, srcfile2): New variables.
4406 * gdb.threads/tls.c (file2_thread_local)
4407 (function_referencing_file2_thread_local): New.
4408 * gdb.threads/tls2.c: New file.
4409
67f0aac5
JB
44102008-11-28 Joel Brobecker <brobecker@adacore.com>
4411
4412 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
4413 rather than integer, as integer might not be big enough when
4414 on 64bit targets.
67f0aac5 4415
c332165e
JG
44162008-11-27 Jerome Guitton <guitton@adacore.com>
4417
4418 * gdb.cp/formatted-ref.exp: Add equality test.
4419 * gdb.ada/formatted_ref.exp: Ditto.
4420
fc9b693c
JK
44212008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4422
4423 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
4424 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
4425
a9c64011
AS
44262008-11-20 Andreas Schwab <schwab@suse.de>
4427
4428 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
4429 matching syscall entry point.
4430 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4431 (tcatch_vfork_then_child_follow): Likewise. Finish through
4432 vfork even if we stopped at the syscall trampoline.
4433
e2fd701e
DE
44342008-11-20 Doug Evans <dje@google.com>
4435
4436 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
4437
69abc51c
TJB
44382008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4439
4440 * gdb.arch/ppc-dfp.exp: New file.
4441 * gdb.arch/ppc-dfp.c: New file.
4442
c14c28ba
PP
44432008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4444
4445 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 4446
2e74121d
DE
44472008-11-17 Doug Evans <dje@google.com>
4448
4449 * gdb.mi/mi-syn-frame.exp: Update expected output.
4450 * gdb.mi/mi2-syn-frame.exp: Update expected output.
4451
66bb093b
VP
44522008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4453
4454 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
4455 "thread N" results in =thread-selected.
4456 * lib/mi-support (mi_run_cmd, mi_expect_stop)
4457 (mi_send_resuming_command_raw): Be prepared for
4458 =thread-selected.
4459
3d043ef6
VP
44602008-11-17 Vladimir Prus <vladimir@codesourcery.com>
4461
a9c64011
AS
4462 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
4463 * lib/mi-support.exp: Likewise.
3d043ef6 4464
808104c8
JB
44652008-11-16 Joel Brobecker <brobecker@adacore.com>
4466
4467 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
4468 commands from the expected output for "help catch".
4469
00b22944
JB
44702008-11-15 Joel Brobecker <brobecker@adacore.com>
4471
4472 * gdb.ada/int_deref.exp: New testcase.
4473
59669435
TT
44742008-11-14 Nick Roberts <nickrob@snap.net.nz>
4475
4476 * gdb.mi/gdb2549.exp: New file.
4477
de04a248
DE
44782008-11-11 Doug Evans <dje@google.com>
4479
4480 * gdb.base/callexit.exp: New file.
4481 * gdb.base/callexit.c: New file.
4482
6b8ce727
DE
44832008-11-10 Doug Evans <dje@google.com>
4484
4485 * lib/gdb.exp (GDBFLAGS): Move -nx ...
4486 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
4487 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
4488 (default_gdb_start,default_gdb_exit): Ditto.
4489 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
4490 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
4491 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
4492 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
4493 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
4494 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
4495
1b14b8aa
AS
44962008-11-03 Andreas Schwab <schwab@suse.de>
4497
4498 * gdb.base/hashline2.exp: Fix typo.
4499 * gdb.base/hashline3.exp: Likewise.
4500
f3134b88
TT
45012008-10-30 Tom Tromey <tromey@redhat.com>
4502
4503 * gdb.base/pointers.exp: Add test.
4504 * gdb.base/pointers.c (k, S): New typedefs.
4505 (instance): New global.
4506
c2226152
AS
45072008-10-30 Andreas Schwab <schwab@suse.de>
4508
4509 * gdb.base/args.exp: Add tests for newlines.
4510
462f405c
JB
45112008-10-30 Joel Brobecker <brobecker@adacore.com>
4512
4513 gdb.base/foll-exec.exp: Update the expected output of a couple
4514 of "info breakpoints" tests.
4515
79a45b7d
TT
45162008-10-28 Tom Tromey <tromey@redhat.com>
4517
4518 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
4519
adc13a14
PA
45202008-10-24 Pedro Alves <pedro@codesourcery.com>
4521
4522 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
4523 gdb_start_cmd.
4524 Use runto_main before any test that requires execution.
4525
252fbfc8
PA
45262008-10-23 Pedro Alves <pedro@codesourcery.com>
4527
4528 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
4529 instead of SIGINT.
4530
28148e3d
JB
45312008-10-22 Joel Brobecker <brobecker@adacore.com>
4532
4533 * gdb.base/completion.exp: Update expected output following
4534 the addition of the "info tasks" command.
4535
c209f847
TT
45362008-10-22 Tom Tromey <tromey@redhat.com>
4537
4538 * gdb.base/exprs.exp (test_expr): Add test for string
4539 concatenation.
4540
f177e350
PA
45412008-10-19 Pedro Alves <pedro@codesourcery.com>
4542
4543 * configure.ac: Output gdb.python/Makefile.
4544 * configure: Regenerate.
4545 * gdb.python/Makefile.in: New.
4546
cce89356
JB
45472008-10-16 Joel Brobecker <brobecker@adacore.com>
4548
4549 * gdb.base/foll-fork.exp: Adjust the expected output to match
4550 the new description for fork/vfork catchpoints in the "info
4551 breakpoints" output.
4552
176d289d
TJB
45532008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
4554
4555 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
4556
a08702d6
TJB
45572008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4558
4559 * gdb.python/python-value.c: New file.
4560 * gdb.python/python-value.exp: New file.
4561
1c5cfe86
PA
45622008-10-15 Pedro Alves <pedro@codesourcery.com>
4563
4564 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
4565
5a98ad69
DP
45662008-10-15 Denis Pilat <denis.pilat@st.com>
4567
41702f1b 4568 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 4569
dcb1a1e2
TT
45702008-10-09 Tom Tromey <tromey@redhat.com>
4571
4572 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
4573 'fprintf' and 'stderr'.
4574
9124fe48
JB
45752008-10-07 Joel Brobecker <brobecker@adacore.com>
4576
4577 * gdb.ada/ref_tick_size.exp: New testcase.
4578
45452591
DE
45792008-10-06 Doug Evans <dje@google.com>
4580
4581 * gdb.dwarf2/dw2-cu-size.exp: New file.
4582 * gdb.dwarf2/dw2-cu-size.S: New file.
4583
4584 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
4585 .Ltype_int for clarity.
4586
4fc5b208
PP
45872008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
4588
4589 PR gdb/2384:
4590 * gdb.cp/gdb2384.exp: Extended to test more cases.
4591 * gdb.cp/gdb2384.cc: Likewise.
4592 * gdb.cp/gdb2384-base.h: Likewise.
4593 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 4594
d78df370
JK
45952008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4596
4597 * gdb.base/maint.exp (maint print type): Remove printing
4598 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
4599
9a044a89
TT
46002008-09-30 Tom Tromey <tromey@redhat.com>
4601
4602 * gdb.base/macscp.exp: Add completion tests.
4603 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
4604 (TWENTY_THREE): Likewise.
4605 (FORTY_EIGHT): Likewise.
4606
506800a9
TT
46072008-09-30 Tom Tromey <tromey@redhat.com>
4608
4609 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
4610 everywhere.
4611 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
4612
1a6f01b5
JK
46132008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4614
4615 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
4616 testcase is derived from. Fix racy dependency on an expected PID
4617 number. No longer support the testcase on Linux kernel 2.4.x.
4618
2fae03e8
TT
46192008-09-27 Tom Tromey <tromey@redhat.com>
4620
4621 * gdb.base/macscp.exp: Add tests for stringification, splicing,
4622 and varargs.
4623
1ad15515
PA
46242008-09-22 Pedro Alves <pedro@codesourcery.com>
4625
4626 * lib/mi-support.exp (mi_expect_interrupt): New.
4627 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
4628 from gdb.mi/mi-nonstop.exp.
4629 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
4630 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
4631 lib/mi-support.exp.
4632 Use mi_check_thread_states throughout. Avoid ".*" and do not
4633 require an anchor after -exec-run.
4634
d0b76dc6
DJ
46352008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
4636
4637 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
4638 stop is pending. Avoid ".*" when two stops are pending.
4639 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
4640 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
4641 newlines in fullnames.
4642 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
4643 (mi_expect_stop): Update comments. Only anchor in sync mode.
4644 Do not match newlines.
4645 (mi_send_resuming_command_raw): Always return status.
4646 (mi_get_stop_line): Do not match more than one line by accident.
4647 Only anchor in sync mode.
4648 (mi_run_inline_test): If -exec-next fails, give up.
4649
9990c830
UW
46502008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4651
4652 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
4653 on SPU.
4654
ebcf6f00
JB
46552008-09-10 Joel Brobecker <brobecker@adacore.com>
4656
4657 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
4658
b6db24e5
JB
46592008-09-10 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
4662 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
4663 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
4664 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
4665 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
4666 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
4667 gdb.ada/interface.exp, gdb.ada/null_array.exp,
4668 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
4669 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
4670 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
4671 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
4672 Include the "= " sequence in the expected output of print tests.
4673
2bf448e0
JB
46742008-09-10 Joel Brobecker <brobecker@adacore.com>
4675
4676 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
4677 description for boolean types.
4678
d51fd4c8
PA
46792008-09-09 Pedro Alves <pedro@codesourcery.com>
4680
4681 * gdb.base/hook-stop-continue.c: New.
4682 * gdb.base/hook-stop-continue.exp: New.
4683
694182d2
DJ
46842008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4685
4686 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
4687
3b8a7fc0
JG
46882008-09-08 Jerome Guitton <guitton@adacore.com>
4689
4690 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
4691 (stack_check_probe_2, stack_check_probe_loop_1)
4692 (stack_check_probe_loop_2): New functions.
4693 (main): Add call to these new functions.
4694 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
4695 functions, check that the breakpoint is inserted at the appropriate
4696 location.
4697 (insert_breakpoint): Slightly refine this procedure so that it can
4698 be called several times in the test.
4699
96cc0ae8
JG
47002008-09-08 Jerome Guitton <guitton@adacore.com>
4701
4702 * gdb.base/stack-checking.c: New file.
4703 * gdb.base/stack-checking.exp: New file.
4704
1f08b409
TJB
47052008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4706
4707 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
4708 * gdb.arch/altivec-regs.exp: Likewise.
4709 * gdb.arch/vsx-regs.exp: Likewise.
4710
3099e1c4
TJB
47112008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4712
4713 * gdb.arch/ppc-fp.exp: New file.
4714 * gdb.arch/ppc-fp.c: New file.
4715
cc69bfc1
PP
47162008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
4717
4718 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
4719 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 4720
b02a33db
MS
47212008-09-04 Michael Snyder <msnyder@vmware.com>
4722
4723 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
4724 as "at" (for non-debug functions such as _start).
4725
2992cbe0
UW
47262008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4727
4728 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
4729 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
4730 software watchpoints.
4731 * gdb.base/watch_thread_num.exp: Likewise.
4732
514f746b
AR
47332008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
4734
4735 * gdb.arch/i386-bp_permanent.exp: New test.
4736
876cecd0
TT
47372008-08-24 Tom Tromey <tromey@redhat.com>
4738
4739 * gdb.base/maint.exp: Update "maint print type".
4740
80f73d71
VP
47412008-08-21 Vladimir Prus <vladimir@codesourcery.com>
4742
4743 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
4744 support. Adjust the order of "*running" notifications.
4745 * gdb.mi/non-stop.c: Don't cast from int to void* and
4746 back.
4747
d9c78d7d
MK
47482008-08-20 Mark Kettenis <kettenis@gnu.org>
4749
4750 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
4751 expect to find it in the "info frame" output.
4752
97a2d1d3
DJ
47532008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
4754
4755 * gdb.base/interp.exp: Always consume both prompts.
4756
b96e2927
PA
47572008-08-20 Pedro Alves <pedro@codesourcery.com>
4758
4759 * gdb.base/pending.exp: Test pending breakpoints without symbols
4760 loaded.
4761
8cf6e61a
VP
47622008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4763
4764 * lib/mi-support.exp (mi_expect_stop): Produce
4765 more details on failures.
4766 * gdb.mi/mi-nonstop.exp: New.
4767 * gdb.mi/non-stop.c: New.
4768
c6ebd6cf
VP
47692008-08-19 Vladimir Prus <vladimir@codesourcery.com>
4770
a9c64011
AS
4771 * gdb.mi/mi-async.exp: Use 'set target-async'.
4772 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 4773
46a9b8ed
DJ
47742008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
4775
4776 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
4777
44feb3ce
TT
47782008-08-17 Tom Tromey <tromey@redhat.com>
4779
4780 * gdb.base/help.exp (help catch): Rewrite.
4781
311a4e6b
TJB
47822008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
4783
4784 * gdb.base/define.exp: Test indented command documentation.
4785 * gdb.python/python.exp: Test indented multi-line command.
4786
604c2f83
LM
47872008-08-15 Luis Machado <luisgpm@br.ibm.com>
4788
4789 * testsuite/gdb.arch/vsx-regs.c: New source file.
4790 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
4791 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
4792
886a217c
TT
47932008-08-14 Tom Tromey <tromey@redhat.com>
4794
4795 * gdb.base/macscp.exp: Add regression test for "macro define" or
4796 "macro undef" with no arguments.
4797
c814a4f3
PP
47982008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4799
4800 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 4801
12ab8a60
UW
48022008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4803
4804 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
4805
d57a3c85
TJB
48062008-08-06 Tom Tromey <tromey@redhat.com>
4807
4808 * gdb.python/python.exp: New file.
4809
c7b778ff
JK
48102008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 Fix for PR gdb/1543.
4813 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
4814 $LOCATION.
4815 (location): New variable.
4816 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
4817 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
4818 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
4819 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
4820 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
4821 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
4822 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
4823 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
4824 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
4825 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
4826 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
4827 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
4828 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
4829 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
4830 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
4831 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
4832 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
4833 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
4834 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
4835 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
4836 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
4837 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
4838 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
4839 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
4840 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
4841 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
4842 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
4843 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
4844 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
4845 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
4846 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
4847 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
4848 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
4849 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
4850 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
4851 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
4852 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
4853 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
4854 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
4855 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
4856 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
4857 gdb.base/type-opaque.exp, gdb.base/until.exp,
4858 gdb.base/value-double-free.c, gdb.base/varargs.exp,
4859 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
4860 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
4861 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4862 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
4863 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
4864 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4865 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4866 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
4867 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
4868 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
4869 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
4870 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
4871 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
4872 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
4873 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
4874 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
4875 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
4876 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
4877 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
4878 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
4879 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
4880 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
4881 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
4882 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4883 gdb.pascal/types.exp, gdb.stabs/weird.exp,
4884 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
4885 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
4886 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
4887 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
4888 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
4889 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
4890 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4891 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
4892 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
4893 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
4894 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
4895 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
4896 lib/mi-support.exp, lib/trace-support.exp: Remove reference
4897 to bug-gdb@prep.ai.mit.edu .
4898
5e06a3d1
VP
48992008-07-31 Vladimir Prus <vladimir@codesourcery.com>
4900
4901 * lib/mi-support.exp (mi_load_shlibs): New.
4902 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
4903
9d81d21b
VP
49042008-07-30 Vladimir Prus <vladimir@codesourcery.com>
4905
4906 * lib/mi-support.exp (get_mi_thread_list)
4907 (check_mi_and_console_threads): New, moved from ...
4908 * gdb.mi/mi-pthread.exp: ...here.
4909 * gdb.mi/gdb669.exp (get_mi_thread_list)
4910 (check_mi_and_console_threads): Delete.
4911 * gdb.mi/mi2-pthread.exp: Likewise.
4912
bae98fe0
TT
49132008-07-28 Tom Tromey <tromey@redhat.com>
4914
4915 * Makefile.in (just-check): Remove. Move body to...
4916 (check): ... here.
4917
57380f4e
DJ
49182008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4919
4920 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
4921 Add a test for duplicated SIGINTs.
4922
e09490f1
DJ
49232008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4924
4925 * gdb.threads/schedlock.exp (get_args): Update to work for any
4926 value of NUM.
4927 (Top level): Report the number of threads that did not resume.
4928
6387b45f
DJ
49292008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4930
4931 * gdb.dwarf2/dw2-compressed.S: Also define __start.
4932
62f64ff2
DJ
49332008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
4934
4935 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
4936 non-MI prompt.
4937
fa8de41e
TT
49382008-07-26 Tom Tromey <tromey@redhat.com>
4939
4940 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
4941 (function_struct, function_struct_ptr): New globals.
4942 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
4943 function pointer in a struct.
4944
ccb3ac8a
TT
49452008-07-26 Tom Tromey <tromey@redhat.com>
4946
4947 * gdb.base/macscp.exp: Add test for macro lexing bug.
4948
d7d9f01e
TT
49492008-07-18 Tom Tromey <tromey@redhat.com>
4950
4951 * gdb.base/macscp.exp: Add macro tests.
4952
9bf07184
PP
49532008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4954
4955 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
4956
becf6477
PP
49572008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4958
4959 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
4960
0709f7d3
PP
49612008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
4962
4963 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 4964
7093c834
PP
49652008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4966
4967 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 4968
b432ffe3
JK
49692008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4970
4971 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
4972
b1a268e5
VP
49732008-07-12 Vladimir Prus <vladimir@codesourcery.com>
4974
4975 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
4976
e2995f8e
KB
49772008-07-11 Kevin Buettner <kevinb@redhat.com>
4978
4979 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
4980 of regexp to account for changes made to GDB in the printing of
4981 byte vectors.
4982
14032a66
TT
49832008-07-11 Tom Tromey <tromey@redhat.com>
4984
4985 * gdb.base/completion.exp: Add 'help' completion test.
4986
981505ef
JK
49872008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4988
4989 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
4990
10568435
JK
49912008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4992
4993 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
4994
4487aabf
PA
49952008-07-09 Pedro Alves <pedro@codesourcery.com>
4996
4997 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
4998
a4a9b1c4
PA
49992008-07-09 Pedro Alves <pedro@codesourcery.com>
5000
5001 * gdb.base/fullname.exp: Restore pwd if compiling failed.
5002
3c3185ac
JK
50032008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
5006
7ebd49dc
VP
50072008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5008
5009 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
5010 previous commit. Add a comment.
5011
84e46146
PA
50122008-06-28 Pedro Alves <pedro@codesourcery.com>
5013
5014 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
5015
0f8d4a2f
VP
50162008-06-28 Vladimir Prus <vladimir@codesourcery.com>
5017
5018 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
5019
f747e0ce
PA
50202008-06-27 Pedro Alves <pedro@codesourcery.com>
5021
5022 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
5023 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
5024 compiling an executable, link in an object that forces unbuffered
5025 output.
5026 * lib/set_unbuffered_mode.c: New file.
5027
734a5c36
JK
50282008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5029
5030 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
5031
a2840c35
VP
50322008-06-25 Vladimir Prus <vladimir@codesourcery.com>
5033
a9c64011
AS
5034 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
5035 mi_expect_stop.
5036 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
5037 Demand that *running is output.
5038 (detect_async): Perform checking every time.
5039 (mi_send_resuming_command): Extract everything into...
5040 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
5041 (mi_expect_stop): Don't accept any output before *stopped.
5042
6ae37fef
VP
50432008-06-13 Vladimir Prus <vladimir@codesourcery.com>
5044
5045 Robustify mi-simplerun.
a9c64011
AS
5046 * gdb.mi/basics.c (main): Add a call to sleep.
5047 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
5048 * gdb.mi/mi2-cli.exp: Likewise.
5049 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 5050
b4aa76f0 50512008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
5052
5053 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
5054
e1ac3328
VP
50552008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5056
a9c64011
AS
5057 * gdb.mi/mi-console.exp: Adjust.
5058 * gdb.mi/mi-syn-frame.exp: Adjust.
5059 * gdb.mi/mi2-console.exp: Adjust.
5060 * gdb.mi/mi2-syn-frame.exp: Adjust.
5061 * lib/mi-support.exp (mi_run_cmd): Adjust.
5062 (mi_send_resuming_command): Adjust.
e1ac3328 5063
f7f9a841
VP
50642008-06-10 Vladimir Prus <vladimir@codesourcery.com>
5065
5066 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
5067 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
5068 testing of stopped.
5069 * gdb.mi/mi2-syn-frame.exp: Likewise.
5070 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
5071 (async, detect_async): New.
5072 (mi_expect_stop, mi_continue_to_line): Adjust expectation
5073 depending on if we're running in sync or async mode.
f7f9a841 5074
37cd5d19
TT
50752008-06-09 Tom Tromey <tromey@redhat.com>
5076
5077 * gdb.base/completion.exp: New tests for field name completion
5078 with spaces, and field name completion with '->'.
5079
65d12d83
TT
50802008-06-06 Tom Tromey <tromey@redhat.com>
5081
5082 * gdb.base/break1.c (struct some_struct): New struct.
5083 (values): New global.
5084 * gdb.base/completion.exp: Add field name completion test.
5085
ebfe2e3f
PP
50862008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5087
5088 * gdb.cp/call-c.exp: Test for incorrect handling of reference
5089 to pointer.
5090 * gdb.cp/call-c.cc: Likewise.
5091
bcf6fc3a
NR
50922008-06-06 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
5095 annotation.
5096
49fd4a42 50972008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 5098 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
5099
5100 * gdb.threads/execl.c, gdb.threads/execl1.c,
5101 gdb.threads/execl.exp: New tests.
a9c64011 5102
8a34ac3f
AR
51032008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
5104 Daniel Jacobowitz <dan@codesourcery.com>
5105
5106 * gdb.cp/exception.exp: Activate test, make it work with pending
5107 catchpoints.
5108
86ae69ef
JK
51092008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
5112
f7f9ae2c
VP
51132008-05-28 Vladimir Prus <vladimir@codesourcery.com>
5114
a9c64011
AS
5115 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
5116 now printed.
5117 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 5118
2a2d4dc3
AS
51192008-05-27 Andreas Schwab <schwab@suse.de>
5120
5121 * gdb.base/frame-args.exp: Handle arguments that are optimized
5122 out.
5123
5099e4d9
LM
51242008-05-26 Luis Machado <luisgpm@br.ibm.com>
5125
5126 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
5127 quiet for ppc32 and group options into a single variable.
5128
d9c36a91
JB
51292008-05-23 Joel Brobecker <brobecker@adacore.com>
5130
5131 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
5132 of zero-size elements.
5133 * gdb.ada/null_array.exp: Test printing this new array.
5134
103a8671
JK
51352008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
5138
07a4cc1a 51392008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
5140
5141 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
5142 of the "finish" command.
5143
55f996a7
NR
51442008-05-21 Nick Roberts <nickrob@snap.net.nz>
5145
5146 * gdb.base/annota1.exp: Test for new annotation.
5147
907fc202
UW
51482008-05-16 Pedro Alves <pedro@codesourcery.com>
5149
5150 * gdb.base/fixsection.exp: New file.
5151 * gdb.base/fixsection0.c: New file.
5152 * gdb.base/fixsection1.c: New file.
5153
e8f97270
UW
51542008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5155
5156 * gdb.base/annota1.exp: Accept printf@... in place of printf.
5157 * gdb.base/annota3.exp: Likewise.
5158
ac0bb574
NF
51592008-05-13 Nathan Froyd <froydnj@codesourcery.com>
5160
5161 * gdb.base/watch_thread_num.exp: Don't run tests that require
5162 watchpoints if the target doesn't support them.
5163
6fadd07a
DE
51642008-05-12 Doug Evans <dje@google.com>
5165
5166 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
5167
6e9a4a30
JB
51682008-05-09 Joel Brobecker <brobecker@adacore.com>
5169
5170 * gdb.ada/assign_1.exp: New testcase.
5171
08388c79
DE
51722008-05-09 Doug Evans <dje@google.com>
5173
a3c83fae
DE
5174 * gdb.base/find.exp: New file.
5175 * gdb.base/find.c: New file.
08388c79 5176
bd5ddfe8
DJ
51772008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
5178
5179 * gdb.base/commands.exp (watchpoint_command_test): Handle
5180 gdb,no_hardware_watchpoints.
5181 * gdb.base/float.exp: Allow ARM targets without floating point.
5182 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
5183
b5dd68e2 51842008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 5185 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
5186
5187 * gdb.ada/lang_switch: New test program.
5188 * gdb.ada/lang_switch.exp: New testcase.
5189
382d13d1
DE
51902008-05-05 Doug Evans <dje@google.com>
5191
5192 * gdb.base/help.exp (disassemble): Update expected help text.
5193
9dd789d0
PA
51942008-05-04 Pedro Alves <pedro@codesourcery.com>
5195
5196 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
5197
611c83ae
PA
51982008-05-04 Pedro Alves <pedro@codesourcery.com>
5199
5200 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
5201 different times.
5202
ff013f42
JK
52032008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
5206 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
5207 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
5208 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
5209
96dff6a2
VP
52102008-05-04 Vladimir Prus <vladimir@codesourcery.com>
5211
5212 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
5213 notification to appear.
5214
55cd6f92
DJ
52152008-05-04 Daniel Jacobowitz <dan@debian.org>
5216
5217 * gdb.base/fullname.c: New file.
5218 * gdb.base/fullname.exp: New file.
5219 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
5220
d705c43c
PA
52212008-05-03 Pedro Alves <pedro@codesourcery.com>
5222
5223 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
5224 expressions with macros.
5225
333222e1
JK
52262008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5227
5228 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
5229
5ac01682
DJ
52302008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
5231
5232 * gdb.base/completion.exp: Handle lack of other symbols beginning
5233 with "a".
5234
5235 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
5236
237fc4c9
PA
52372008-05-02 Jim Blandy <jimb@codesourcery.com>
5238
5239 * gdb.asm/asmsrc1.s: Add scratch space.
5240
ed5e9466
DJ
52412008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5242 Daniel Jacobowitz <dan@codesourcery.com>
5243
5244 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
5245 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
5246 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
5247
b39cc962
DJ
52482007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
5249
5250 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
5251
36d520f5
JB
52522008-05-01 Joel Brobecker <brobecker@adacore.com>
5253
5254 * gdb.base/info-target.exp: New testcase.
5255
8d4e3071
DJ
52562008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5257
5258 * gdb.cp/hang.exp: Use .cc instead of .C.
5259 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
5260 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
5261
6f3f3097
DJ
52622008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
5263
5264 * gdb.base/gdb1250.exp: Remove perror.
5265 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
5266
5550a914
PA
52672008-04-30 Pedro Alves <pedro@codesourcery.com>
5268
5269 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
5270 .2byte.
5271
d848e687
DJ
52722008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
5273
5274 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
5275 (maybe_kfail): New.
5276
93b5768b
PA
52772008-04-25 Pedro Alves <pedro@codesourcery.com>
5278
5279 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
5280
721c02de
VP
52812008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5282
a9c64011
AS
5283 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
5284 * gdb.mi/mi2-syn-frame.exp: Likewise.
5285 * lib/mi-support.exp: Likewise.
721c02de 5286
74960c60
VP
52872008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5288
5289 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
5290 to specify regexp for the location to stop at.
5291 * gdb.base/break-always.c: New.
5292 * gdb.base/break-always.exp: New.
5293
d24317b4
VP
52942008-04-24 Vladimir Prus <vladimir@codesourcery.com>
5295
5296 * lib/mi-support.exp (mi_runto_helper): Adjust
5297 for the original-location field.
5298 (mi_create_breakpoint, mi_list_breakpoints): New.
5299 * gdb.mi/mi-break.exp: Adjust.
5300 * gdb.mi/mi2-break.exp: Adjust.
5301 * gdb.mi/mi-pending.exp: Adjust.
5302 * gdb.mi/mi-simplerun.exp: Adjust.
5303 * gdb.mi/mi2-simplerun.exp: Adjust.
5304 * gdb.mi/mi-syn-frame.exp: Adjust.
5305 * gdb.mi/mi2-syn-frame.exp: Adjust.
5306 * gdb.mi/mi-until.exp: Adjust.
5307 * gdb.mi/mi2-until.exp: Adjust.
5308 * gdb.mi/mi-var-display.exp: Adjust.
5309 * gdb.mi/mi2-var-display.exp: Adjust.
5310 * gdb.mi/mi-watch.exp: Adjust.
5311 * gdb.mi/mi2-watch.exp: Adjust.
5312
fdc59709 53132008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 5314
a9c64011
AS
5315 * aclocal.m4: Add override.m4.
5316 * configure: Regenerate.
fdc59709 5317
8e91f023
VP
53182008-04-19 Vladimir Prus <vladimir@codesourcery.com>
5319
5320 * gdb.mi/var-cmd.c (do_at_tests): Verify that
5321 '-var-update --all-values' reports new value even the type
5322 of a variable object has changed.
5323
233a11ab
CS
53242008-04-18 Craig Silverstein <csilvers@google.com>
5325
5326 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
5327 files.
d24317b4 5328
9c1137ad
JB
53292008-04-18 Joel Brobecker <brobecker@adacore.com>
5330
5331 * gdb.ada/atomic_enum: New test program.
5332 * gdb.ada/atomic_enum.exp: New testcase.
5333
66d0bbc7
DE
53342008-04-17 Doug Evans <dje@google.com>
5335
5336 * gdb.opt/Makefile.in: Fix whitespace.
5337
100906b0
UW
53382008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5339
5340 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
5341
4584e32e
DE
53422008-04-17 Doug Evans <dje@google.com>
5343
5344 * gdb.base/hashline1.exp: New testcase.
5345 * gdb.base/hashline2.exp: New testcase.
5346 * gdb.base/hashline2.exp: New testcase.
5347
0a320680
PA
53482008-04-17 Pedro Alves <pedro@codesourcery.com>
5349
5350 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
5351
18ac113b
AR
53522008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
5353
5354 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
5355 temporary breakpoint to match "Temporary breakpoint".
5356 * gdb.base/break.exp (delete_breakpoints): Likewise.
5357 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
5358 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
5359 * gdb.base/display.exp: Likewise.
5360 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
5361 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
5362 * gdb.base/restore.exp (restore_tests): Likewise.
5363 * gdb.base/sepdebug.exp: Likewise.
5364 * gdb.base/watchpoint.exp: Likewise.
5365 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
5366 * gdb.mi/mi-pending.exp: Likewise.
5367 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
5368 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
5369 * gdb.mi/mi-var-cmd.exp: Likewise.
5370 * gdb.mi/mi-var-display.exp: Likewise.
5371 * gdb.mi/mi2-cli.exp: Likewise.
5372 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
5373 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
5374 * gdb.mi/mi2-var-display.exp: Likewise.
5375 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
5376 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
5377 new "disp" field.
a9c64011 5378 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
5379 reason. This is to support fix for PR2424.
5380
add38693
JK
53812008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
5384
fcacd99f
VP
53852008-04-13 Vladimir Prus <vladimir@codesourcery.com>
5386
5387 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 5388 field. Add more floating varobj tests.
fcacd99f 5389 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
5390 field.
5391 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
5392 (main): Call do_at_tests.
5393 * lib/mi-support.exp (mi_create_floating_varobj)
5394 (mi_varobj_update_with_type_change): New.
fcacd99f 5395
de051565
MK
53962008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
5397
5398 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
5399 option of -var-evaluate-expression.
5400 * gdb.mi/mi2-var-display.exp: Likewise.
5401
dbc52822
VP
54022008-04-07 Vladimir Prus <vladimir@codesourcery.com>
5403
5404 Introduce test setup helpers.
a9c64011
AS
5405 * lib/gdb.exp (build_executable, clean_restart)
5406 (prepare_for_testing): New.
5407 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
5408 * gdb.base/return.exp: Likewise.
5409 * gdb.base/ending-run.exp: Likewise.
dbc52822 5410
473591da
NR
54112008-04-07 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * gdb.mi/mi-async.exp: New test for asynchronous Machine
5414 Interface (MI) responses.
5415
2b2d9e11
VP
54162008-04-06 Vladimir Prus <vladimir@codesourcery.com>
5417
a9c64011
AS
5418 * gdb.cp/breakpoint.cc: New code to test conditions involving
5419 member variables.
5420 * gdb.cp/breakpoint.exp: Test condition involving member
5421 variables.
2b2d9e11 5422
bb378428
VP
54232008-04-05 Vladimir Prus <vladimir@codesourcery.com>
5424
5425 * lib/mi-support.exp (mi_expect_stop): New.
5426 (mi_run_cmd): Change the
5427 token. Use mi_send_resuming_command, use
5428 mi_expect_stop.
5429 (mi_execute_to_helper): Rename to mi_execute_to.
5430 (mi_send_resuming_command): Add more error patterns.
5431 (mi_wait_for_stop): Renamed to...
5432 (mi_get_stop_line): ...this.
5433 (mi_run_inline_test): Adjust.
5434
5435 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
5436 * gdb.mi/mi-console.exp: Likewise.
5437 * gdb.mi/mi-pending.exp: Likewise.
5438 * gdb.mi/mi-simplerun.exp: Likewise.
5439 * gdb.mi/mi-stack.exp: Likewise.
5440 * gdb.mi/mi-stepi.exp: Likewise.
5441 * gdb.mi/mi-syn-frame.exp: Add comment.
5442 * gdb.mi/mi-until.exp: Likewise.
5443 * gdb.mi/mi-var-display.exp: Likewise.
5444 * gdb.mi/mi-watch.exp: Likewise.
5445 * gdb.mi/mi2-cli.exp: Likewise.
5446 * gdb.mi/mi2-console.exp: Likewise.
5447 * gdb.mi/mi2-simplerun.exp: Likewise.
5448 * gdb.mi/mi2-stack.exp: Likewise.
5449 * gdb.mi/mi2-stepi.exp: Likewise.
5450 * gdb.mi/mi2-until.exp: Likewise.
5451 * gdb.mi/mi2-var-display.exp: Likewise.
5452 * gdb.mi/mi2-watch.exp: Likewise.
5453
62172bb9
UW
54542008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5455
5456 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
5457
5458 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
5459
a13e061a
PA
54602008-04-04 Pedro Alves <pedro@codesourcery.com>
5461
5462 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
5463 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
5464 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5465 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
5466 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
5467 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
5468 expect an mi error duplicated in stderr.
5469
eae06beb
JB
54702008-04-03 Joel Brobecker <brobecker@adacore.com>
5471
5472 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
5473 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
5474 Add a couple of tests that verify the behavior when the new setting
5475 is set to "cancel" and "all".
5476 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
5477 "ask" before we start the testing.
5478
79c6ced6
AR
54792008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5480
5481 * gdb.cp/casts.cc: Add class reference variables.
5482 * gdb.cp/casts.exp: New test cases for up/down casting references.
5483
6c2d1a6b
MK
54842008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
5485
5486 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
5487 instead of beginning to make an extra test pass.
5488 * gdb.mi/mi2-var-display.exp: Likewise.
5489
55b411d9
MR
54902008-03-31 Maciej W. Rozycki <macro@mips.com>
5491
5492 * gdb.base/break.exp: Mark failures as such. Fix formatting.
5493
c6140da2
MD
54942008-03-31 Markus Deuling <deuling@de.ibm.com>
5495 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5496
5497 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
5498 value. Add xfail for older kernels.
5499
79732189
AR
55002008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
5501
5502 Bring mi-support in line with gdb.exp.
5503 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
5504 (mi_gdb_start): New function.
5505
33c3676e
MR
55062008-03-28 Maciej W. Rozycki <macro@mips.com>
5507
5508 * gdb.mi/mi-var-cmd.exp: Fix a typo.
5509
92e28119
VP
55102008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5511
5512 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
5513 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 5514
9e8e3afe
VP
55152008-03-26 Vladimir Prus <vladimir@codesourcery.com>
5516
5517 * lib/mi-support.exp (mi_create_varobj_checked): New.
5518 (mi_list_varobj_children): Allow to check for a
5519 value.
5520 (mi_list_array_varobj_children): New.
5521
5522 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
5523 and mi_list_varobj_children, as opposed to hardcoding
5524 expected strings.
5525 * gdb.mi/gdb701.exp: Likewise.
5526 * gdb.mi/gdb792.exp: Likewise.
5527 * gdb.mi/mi-var-block.exp: Likewise.
5528 * gdb.mi/mi-var-cmd.exp: Likewise.
5529 * gdb.mi/mi-var-invalidate.exp: Likewise.
5530 * gdb.mi/mi2-var-block.exp: Likewise.
5531 * gdb.mi/mi2-var-child.exp: Likewise.
5532 * gdb.mi/mi2-var-cmd.exp: Likewise.
5533 * gdb.mi/mi2-var-display.exp: Likewise.
5534
9df50351
JK
55352008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5536
5537 Fix random false FAILs on i386.
5538 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
5539
31e5d73a
DJ
55402008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5541
5542 PR gdb/544
5543 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
5544
12f4afab
DJ
55452008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
5546
5547 PR gdb/544
5548 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
5549
b562a0cb
DJ
55502008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
5553 fixed PR gdb/544.
5554
17faa917
DJ
55552008-03-21 Pedro Alves <pedro@codesourcery.com>
5556
5557 * gdb.threads/fork-child-threads.exp: Test next over fork.
5558
6214f497
DJ
55592008-03-21 Chris Demetriou <cgd@google.com>
5560
5561 * gdb.base/break.exp (rbreak junk): New test for rbreak
5562 "Junk at end of arguments" issue.
5563
63092375
DJ
55642008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5565
5566 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
5567 *& to work on created array elements.
5568 (Top level): Test print $pc with a file. Test string operations
5569 without a target.
5570 * gdb.base/ptype.exp: Do not expect *& to work on created array
5571 elements.
5572
b21991b0
DJ
55732008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
5574
5575 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
5576 gdb.threads/staticthreads.exp: Update exit query.
5577
c4b347c7
SL
55782008-03-07 Sandra Loosemore <sandra@codesourcery.com>
5579
5580 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
5581
fa4727a6
DJ
55822008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5583
5584 * gdb.base/watchpoint.c (global_ptr, func4): New.
5585 (main): Call func4.
5586 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
5587 (test_inaccessible_watchpoint): New.
5588
2f34202f
MR
55892008-02-29 Maciej W. Rozycki <macro@mips.com>
5590
5591 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
5592 select the largest.
5593
0d6ba1b1
DJ
55942008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
5595
5596 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
5597 frames-invalid annotations.
5598
e691325a
PM
55992008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
5600
a9c64011 5601 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 5602
f85b5ecc
DE
56032008-02-27 Doug Evans <dje@google.com>
5604
5605 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
5606 for bug 1738.
5607 (breakpoint_to_handler_entry): Ditto.
5608
b40e7bf3
JB
56092008-02-27 Joel Brobecker <brobecker@adacore.com>
5610
5611 * gdb.base/ending-run.exp: Use the first line of code inside
5612 function body to test breakpoints.
5613 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
5614 location where the breakpoint is inserted when using the line
5615 where a function is declared. Fix typo in the description of
5616 one of the tests.
5617 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
5618
2faca73a
PM
56192008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5620
5621 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 5622 tests.
2faca73a 5623
6f439c36
PM
56242008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
5625
5626 * gdb.base/args.exp: avoid same output for tests
5627 with single quotes.
5628
54e52265
VP
56292008-02-26 Vladimir Prus <vladimir@codesourcery.com>
5630
a9c64011
AS
5631 * gdb.base/annota1.exp: Adjust for 'info break'
5632 format changes.
5633 * gdb.base/annota3.exp: Likewise.
5634 * gdb.base/break.exp: Likewise.
5635 * gdb.base/condbreak.exp: Likewise.
5636 * gdb.base/pending.exp: Likewise.
5637 * gdb.base/sepdebug.exp: Likewise.
5638 * gdb.base/unload.exp: Likewise.
5639 * gdb.cp/ovldbreak.exp: Likewise.
5640 * gdb.mi/mi-pending.exp: Likewise.
54e52265 5641
897b09ca
DE
56422008-02-07 Doug Evans <dje@google.com>
5643
5644 * gdb.cp/mb-inline.exp: New.
5645 * gdb.cp/mb-inline.h: New.
5646 * gdb.cp/mb-inline1.cc: New.
5647 * gdb.cp/mb-inline2.cc: New.
5648
b1c32d35
PM
56492008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5650
5651 * gdb.pascal/floats.pas: New test program.
5652 * gdb.pascal/floats.exp: New testcase.
5653
1a4ca44a
TJB
56542008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5655
5656 * gdb.base/callfuncs.c (t_float_many_args): New function.
5657 (t_double_many_args): New function.
5658 * gdb.base/callfuncs.exp: Add tests for exceeding float
5659 and double parameters passed through the stack.
5660
439048e8
JB
56612008-02-05 Joel Brobecker <brobecker@adacore.com>
5662
5663 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
5664 gdb.ada/complete/foo.adb: New files.
5665 * gdb.ada/complete.exp: New testcase.
5666
81fe8080
DE
56672008-02-03 Doug Evans <dje@google.com>
5668
301f0ecf
DE
5669 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
5670
81fe8080
DE
5671 * gdb.cp/gdb2384.exp: New file.
5672 * gdb.cp/gdb2384.cc: New file.
5673 * gdb.cp/gdb2384-base.h: New file.
5674 * gdb.cp/gdb2384-base.cc: New file.
5675
4b071aec
DE
56762008-02-02 Doug Evans <dje@google.com>
5677
5678 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
5679
61137ba6
JB
56802007-02-01 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/sym_print_name: New test program.
5683 * gdb.ada/sym_print_name.exp: New testcase.
5684
56852007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
5686
5687 * gdb.ada/nested/hello.adb: New file.
5688 * gdb.ada/nested.exp: New testcase.
5689 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
5690
98deb0da
VP
56912008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5692
5693 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
5694 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
5695 don't cause future evaluations of function to report
5696 creation of internal breakpoints.
98deb0da 5697
723a2275
VP
56982008-02-01 Vladimir Prus <vladimir@codesourcery.com>
5699
5700 * gdb.mi/mi-break.exp (test_error): New.
5701 Call it.
5702
fb546a2f
LM
57032008-01-31 Luis Machado <luisgpm@br.ibm.com>
5704
5705 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
5706 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
5707
2d8fd90a
PM
57082008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5709
5710 * gdb.pascal/integers.pas: New test program.
5711 * gdb.pascal/integers.exp: New testcase.
5712
a7fa0ded
PM
57132008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
5714
5715 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
5716
5e1a1926
TJB
57172008-01-30 Luis Machado <luisgpm@br.ibm.com>
5718
5719 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
5720 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
5721
8d04f9f0
JB
57222008-01-30 Paul Hilfinger <hilfinger@adacore.com>
5723
5724 * gdb.ada/formatted_ref: New test program.
5725 * gdb.ada/formatted_ref.exp: New testcase.
5726
5727 * gdb.cp/formatted-ref.cc: New file.
5728 * gdb.cp/formatted-ref.exp: New testcase.
5729
ce75a98f
JB
57302008-01-30 Joel Brobecker <brobecker@adacore.com>
5731
5732 * gdb.base/ptype.exp: Add testing of "ptype $pc".
5733
e835f6bf
NR
57342008-01-30 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
5737 (test_file_list_exec_source_file): Update to new macro-info field.
5738
d118ef87
PH
57392008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
5740
5741 * gdb.ada/exprs: New test program.
5742 * gdb.ada/exprs.exp: New testcase.
5743
7d35ab09
TJB
57442008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5745
5746 * dfp-test.c (DELTA, DELTA_B): New definitions.
5747 (double_val1, double_val2, double_val3, double_val4, double_val5,
5748 double_val6, double_val7, double_val8, double_val9, double_val10,
5749 double_val11, double_val12, double_val13, double_val14, dec32_val1,
5750 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
5751 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
5752 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
5753 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
5754 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
5755 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
5756 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
5757 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
5758 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
5759 dec128_val16): New global variables.
5760 (decimal_dec128_align): New function.
5761 (decimal_mixed): Likewise.
5762 (decimal_many_args_dec32): Likewise.
5763 (decimal_many_args_dec64): Likewise.
5764 (decimal_many_args_dec128): Likewise.
5765 (decimal_many_args_mixed): Likewise.
5766 * dfp-test.exp: Add tests calling new inferior functions.
5767
2d717e4f
DJ
57682008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5769
5770 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
5771 gdb.server/ext-run.exp: New files.
5772 * lib/gdbserver-support.exp (gdbserver_download): New.
5773 (gdbserver_start): New. Update gdbserver expected
5774 output.
5775 (gdbserver_spawn): Use them.
5776 (gdbserver_start_extended): New.
5777
e85a822c
DJ
57782008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5779
5780 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
5781 Run on GNU/Linux.
5782 (do_exec_tests): Check for systems which do not support catchpoints.
5783 Do not match START.
5784 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
5785 Run on GNU/Linux. Enable verbose output.
5786 (check_fork_catchpoints): New.
5787 (explicit_fork_child_follow, catch_fork_child_follow)
5788 (tcatch_fork_parent_follow): Update expected messages.
5789 (do_fork_tests): Use check_fork_catchpoints.
5790 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
5791 Run on GNU/Linux. Enable verbose output.
5792 (check_vfork_catchpoints): New.
5793 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
5794 expected messages.
5795 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
5796
401ea829
JB
57972008-01-29 Jim Blandy <jimb@red-bean.com>
5798
5799 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
5800 host' errors.
5801 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
5802
aceaf3ad
JB
58032008-01-29 Jim Blandy <jimb@red-bean.com>
5804
5805 * gdb.threads/sigthread.c: Use barriers to ensure that
5806 child_thread and child_thread_two are always initialized before we
5807 start to use them.
5808
a5606eee
VP
58092008-01-29 Vladimir Prus <vladimir@codesourcery.com>
5810
5811 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
5812 * gdb.base/watchpoint-solib.c: New.
5813 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 5814
c55a82bb
PM
58152008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
5816
5817 * gdb.base/gdb1056.exp: Add unsigned integer test.
5818
0993fe05
DE
58192008-01-28 Doug Evans <dje@google.com>
5820
5821 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
5822
4fe42e7f
JB
58232008-01-27 Jim Blandy <jimb@codesourcery.com>
5824
c7a69933
JB
5825 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
5826
4fe42e7f
JB
5827 * gdb.base/expand-psymtabs.exp: Doc fix.
5828
5def8285
MK
58292008-01-26 Mark Kettenis <kettenis@gnu.org>
5830
5831 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
5832
5313c911
NR
58332008-01-24 Nick Roberts <nickrob@snap.net.nz>
5834
a9c64011 5835 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
5836 -var-set-format.
5837
93815fbf
VP
58382008-01-23 Chris Demetriou <cgd@google.com>
5839
5840 * gdb.threads/thread_events.c: New testcase source file.
5841 * gdb.threads/thread_events.exp: New testcase expect file.
5842
467a88ee
NR
58432008-01-23 Nick Roberts <nickrob@snap.net.nz>
5844
5845 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
5846
5847 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
5848 -var-set-format.
5849
d8f82aba
DJ
58502008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
5851 Vladimir Prus <vladimir@codesourcery.com>
5852
5853 * gdb.base/float.exp: Allow missing floating point for m68k and
5854 PowerPC.
5855
60c46647
VP
58562008-01-22 Vladimir Prus <vladimir@codesourcery.com>
5857
5858 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
5859 ignore count.
5860 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
5861 * gdb.mi/mi-cli.exp: Adjust.
5862 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 5863
c7dd36a1
PA
58642008-01-17 Pedro Alves <pedro@codesourcery.com>
5865
5866 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
5867 and 'dummy_ptr' integer pointer. Initialize struct_declarations
5868 with dummy_ptr's address.
5869 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
5870 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
5871 all targets.
5872 * gdb.mi/mi2-var-child.exp: Likewise.
5873
39d5313e
JB
58742008-01-09 Joel Brobecker <brobecker@adacore.com>
5875
5876 * gdb.ada/null_array: New test program.
5877 * gdb.ada/null_array.exp: New testcase.
5878
0aea4bf3
LM
58792008-01-09 Luis Machado <luisgpm@br.ibm.com>
5880
5881 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
5882 with required float modifiers.
5883
0b354900
JB
58842008-01-08 Joel Brobecker <brobecker@adacore.com>
5885
5886 * gdb.ada/funcall_param: New test program.
5887 * gdb.ada/funcall_param.exp: New testcase.
5888
cdb7f5d4
JB
58892008-01-08 Joel Brobecker <brobecker@adacore.com>
5890
5891 * gdb.ada/arrayparam: New test program.
5892 * gdb.ada/arrayparam.exp: New testcase.
5893
88e2547f
JB
58942008-01-08 Joel Brobecker <brobecker@adacore.com>
5895
5896 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
5897 landed. Should also fix random failures in the test following it.
5898
f6867ce0
TJB
58992008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
5900
5901 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
5902 for expressions with decimal float values.
5903 (test_dfp_conversions): New function to test casts to and from
5904 decimal float types.
5905 Call test_dfp_conversions.
5906 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
5907 elements.
5908 (main): Initialize ds.float4 and ds.double8 elements.
5909 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
5910 string to new error message.
5911 (d64_set_tests): Likewise.
5912 (d128_set_tests): Likewise.
5913 Add tests for expressions with decimal float variables. Add tests for
5914 conversions to and from decimal float types.
5915
f9c11282
JB
59162008-01-05 Joel Brobecker <brobecker@adacore.com>
5917
5918 * gdb.ada/packed_tagged/comp_bug.adb: New file.
5919 * gdb.ada/packed_tagged.exp: New testcase.
5920
0ecbca72
JB
59212008-01-04 Joel Brobecker <brobecker@adacore.com>
5922
5923 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
5924 gdb.ada/homonym/homonym_main.adb: New files.
5925 * gdb.ada/homonym.exp: New testcase.
5926
c18d3d89
JB
59272008-01-04 Joel Brobecker <brobecker@adacore.com>
5928
5929 * gdb.ada/packed_array.exp: Add testing of references to
5930 a packed array.
5931
ecc7085b
JB
59322008-01-04 Joel Brobecker <brobecker@adacore.com>
5933
5934 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
5935 New files.
5936 * gdb.ada/type_coercion.exp: New testcase.
5937
c474c922
JB
59382008-01-04 Joel Brobecker <brobecker@adacore.com>
5939
5940 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
5941 gdb.ada/tagged/foo.adb: New file.
5942 * gdb.ada/tagged.exp: New testcase.
5943
9005b927
JB
59442008-01-04 Joel Brobecker <brobecker@adacore.com>
5945
5946 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
5947 gdb.ada/ptype_field/foo.adb: New files.
5948 * gdb.ada/ptype_field.exp: New testcase.
5949
1a6aaad8
JB
59502008-01-03 Joel Brobecker <brobecker@adacore.com>
5951
5952 * gdb.ada/print_pc.exp: New testcase.
5953
0ef22f53
JB
59542008-01-03 Joel Brobecker <brobecker@adacore.com>
5955
5956 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
5957 gdb.ada/taft_type/p.adb: New files.
5958 * gdb.ada/taft_type.exp: New testcase.
5959
1689ecf8
JB
59602008-01-03 Joel Brobecker <brobecker@adacore.com>
5961
5962 * gdb.ada/array_bounds/bar.adb: New file.
5963 * gdb.ada/array_bounds.exp: New testcase.
5964
a4d0b9c3
JB
59652008-01-03 Joel Brobecker <brobecker@adacore.com>
5966
5967 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
5968 gdb.ada/arrayptr/foo.adb: New files.
5969 * gdb.ada/arrayptr.exp: New testcase.
5970
a31ace00
JB
59712008-01-03 Joel Brobecker <brobecker@adacore.com>
5972
5973 * gdb.base/set-lang-auto.exp: New testcase.
5974
a97fced3
JB
59752008-01-03 Joel Brobecker <brobecker@adacore.com>
5976
5977 * gdb.ada/fun_addr/foo.adb: New file.
5978 * gdb.ada/fun_addr.exp: New testcase.
5979
ef29ce1a
JK
59802008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5981
5982 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
5983 New files
5984
0fafefe3
JB
59852008-01-02 Joel Brobecker <brobecker@adacore.com>
5986
5987 * array_subscript_addr/p.adb: New file.
a9c64011 5988 * array_subscript_addr.exp: New testcase.
0fafefe3 5989
c4359f8d
JB
59902008-01-02 Joel Brobecker <brobecker@adacore.com>
5991
a9c64011 5992 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
5993 New files.
5994 * gdb.ada/str_cmp_ref.exp: New testcase.
5995
1aa1b15b
JB
59962008-01-01 Joel Brobecker <brobecker@adacore.com>
5997
5998 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
5999 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 6000 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 6001
81c9b2cf
JB
60022008-01-01 Joel Brobecker <brobecker@adacore.com>
6003
6004 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
6005 gdb.ada/ref_param/pck.ads: New files.
6006 * gdb.ada/ref_param.exp: New testcase.
6007
319e4674
JB
60082008-01-01 Joel Brobecker <brobecker@adacore.com>
6009
6010 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
6011 gdb.ada/interface/foo.adb: New files.
6012 * gdb.ada/interface.exp: New testcase.
6013
ef682c56
JB
60142007-12-31 Jim Blandy <jimb@codesourcery.com>
6015
6016 * gdb.base/multi-forks.exp: Consume all output from child
6017 processes before proceeding to next test.
6018
f6f3eb6c
JB
60192007-12-29 Jim Blandy <jimb@codesourcery.com>
6020
6021 * configure: Regenerated.
6022
f652e42f
JB
60232007-12-27 Joel Brobecker <brobecker@adacore.com>
6024
6025 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
6026 gdb.ada/fixed_cmp/fixed.adb: New files.
6027 * gdb.ada/fixed_cmp.exp: New testcase.
6028
6943e596
JB
60292007-12-27 Joel Brobecker <brobecker@adacore.com>
6030
6031 * gdb.ada/boolean_expr.exp: New testcase.
6032
aad9a193
JB
60332007-12-26 Jim Blandy <jimb@codesourcery.com>
6034
6035 * gdb.base/multi-forks.exp: Doc fix.
6036
fb5f3683
JB
60372007-12-26 Joel Brobecker <brobecker@adacore.com>
6038
6039 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6040 * gdb.ada/char_param.exp: Do not compile our test program with
6041 -gnata, this is unnecessary.
6042 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
6043
384e4a9c
JB
60442007-12-24 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
6047 gdb.ada/print_chars/foo.adb: New files.
6048 * gdb.ada/print_chars.exp: New testcase.
6049
01e044f7
JB
60502007-12-24 Joel Brobecker <brobecker@adacore.com>
6051
6052 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
6053 gdb.ada/char_param/foo.adb: New files.
6054 * gdb.ada/char_param.exp: New testcase.
6055
0ce17860
JB
60562007-12-22 Jim Blandy <jimb@codesourcery.com>
6057
6058 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
6059 hard-coding source line numbers into the test.
6060 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
6061 gdb_get_line_number to find.
6062
919809b9
JB
60632007-12-22 Joel Brobecker <brobecker@adacore.com>
6064
6065 * gdb.base/ptype.c (highest): New struct type.
6066 (the_highest): New variable of that type.
6067 (main): Add dummy assignment to a field of variable the_highest.
6068 * gdb.base/ptype.exp: Test type printing of our new variable.
6069
abc8a88d
PM
60702007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
6071
6072 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 6073 and record first explicitly generated thread number.
abc8a88d
PM
6074 Use that thread number for thread specific watchpoint test.
6075 Add iteration number to repetitive tests.
6076
5158f3e3
CES
60772007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
6078 Jim Blandy <jimb@codesourcery.com>
6079
6080 * gdb.base/expand-psymtabs.c: New testcase
6081 source file.
6082 * gdb.base/expand-psymtabs.exp: New testcase
6083 expect file.
6084
37e4754d
LM
60852007-12-17 Luis Machado <luisgpm@br.ibm.com>
6086
6087 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
6088 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
6089
551e5d04
JB
60902007-12-17 Joel Brobecker <brobecker@adacore.com>
6091
6092 * gdb.ada/frame_args/foo.adb: New file.
6093 * gdb.ada/frame_args/pck.ads: New file.
6094 * gdb.ada/frame_args/pck.adb: New file.
6095 * gdb.ada/frame_args.exp: New testcase.
6096
a05ee097
JB
60972007-12-17 Joel Brobecker <brobecker@adacore.com>
6098
6099 * gdb.base/frame-args.c: New file.
6100 * gdb.base/frame-args.exp: New testcase.
6101
c162e8c9 61022007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 6103 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
6104
6105 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
6106
afe8ab22 61072007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6108
afe8ab22
VP
6109 * gdb.mi/mi-pending.exp: New.
6110 * gdb.mi/mi-pending.c: New.
6111 * gdb.mi/mi-pendshr.c: New.
6112
dfdfb3ca
JB
61132007-12-06 Jim Blandy <jimb@codesourcery.com>
6114
6115 * gdb.base/default.exp: Update expected output for 'info catch'.
6116
b7fca990
JK
61172007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
6120 must be set to binary.
6121
6a1afc1e
PA
61222007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
6123
6124 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
6125
a6b151f1
DJ
61262007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6127
6128 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
6129 gdb.mi/mi-file-transfer.exp: New.
6130
43039443
JK
61312007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6132
6133 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
6134
0ef2251b
MR
61352007-11-22 Maciej W. Rozycki <macro@mips.com>
6136
6137 * gdb.trace/backtrace.exp: Fix a typo.
6138 * gdb.trace/circ.exp: Likewise.
6139 * gdb.trace/collection.exp: Likewise.
6140 * gdb.trace/limits.exp: Likewise.
6141 * gdb.trace/report.exp: Likewise.
6142 * gdb.trace/tfind.exp: Likewise.
6143 * gdb.trace/while-dyn.exp: Likewise.
6144
5443631e
NR
61452007-11-21 Nick Roberts <nickrob@snap.net.nz>
6146
6147 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
6148 objects of pointers that can't be dereferenced are now
6149 "noneditable".
6150
a4ce5b0d
UW
61512007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6152
6153 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6154 (target_cpu): Remove.
6155
d6e956e5
VP
61562007-10-15 Vladimir Prus <vladimir@codesourcery.com>
6157
6158 * gdb.base/ending-run.exp: Expect the list of cleared
6159 breakpoint to come in natural order, not the reversed one.
a9c64011 6160
214270ab
VP
61612007-11-07 Vladimir Prus <vladimir@codesourcery.com>
6162
6163 * gdb.mi/mi-var-child.c (do_child_deletion): New.
6164 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 6165
1a619819
LM
61662007-11-05 Luis Machado <luisgpm@br.ibm.com>
6167
6168 * gdb.base/printcmds.exp: New function
6169 test_printf_with_dfp.
6170
5b01a6fa
DE
61712007-11-02 Doug Evans <dje@google.com>
6172
6173 * gdb.disasm/t01_mov.s: Remove carriage returns.
6174 * gdb.disasm/t02_mova.s: Ditto.
6175 * gdb.disasm/t03_add.s: Ditto.
6176 * gdb.disasm/t04_sub.s: Ditto.
6177 * gdb.disasm/t05_cmp.s: Ditto.
6178 * gdb.disasm/t06_ari2.s: Ditto.
6179 * gdb.disasm/t07_ari3.s: Ditto.
6180 * gdb.disasm/t08_or.s: Ditto.
6181 * gdb.disasm/t09_xor.s: Ditto.
6182 * gdb.disasm/t10_and.s: Ditto.
6183 * gdb.disasm/t11_logs.s: Ditto.
6184 * gdb.disasm/t12_bit.s: Ditto.
6185 * gdb.disasm/t13_otr.s: Ditto.
6186
ec33ab7f
JK
61872007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
6190
ae0d01ff
UW
61912007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6192
6193 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
6194 provide DFP support.
6195
55eddb0f
DJ
61962007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
6197
6198 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
6199 Test "set powerpc vector-abi". Skip auto-detection tests for old
6200 toolchains.
6201
7020f05c
PA
62022007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6203
6204 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
6205 with [string compare].
6206
84bc3db9
PA
62072007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
6208
6209 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
6210 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
6211
5876dc88
LM
62122007-10-25 Luis Machado <luisgpm@br.ibm.com>
6213
6214 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
6215 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
6216 * gdb.opt/Makefile.in: New makefile.
6217 * Makefile.in: Create new directory "gdb.opt".
6218 * configure.ac: Add "gdb.opt" directory.
6219 * configure: Regenerated.
a9c64011 6220
c3ea9a14
DE
62212007-10-25 Doug Evans <dje@google.com>
6222
6223 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
6224 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
6225
a9c64011 62262007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
6227 Thiago Jung Bauermann <bauerman@br.ibm.com>
6228
6229 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
6230 Floating Point expressions.
6231 * gdb.base/dfp-test.exp: new file adding tests for Decimal
6232 Floating Point variables.
6233 * gdb.base/dfp-test.c: new file containing program with Decimal
6234 Floating variables, used by gdb.base/dfp-test.exp.
6235
62a24a2b
DJ
62362007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6237
6238 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
6239
e7b1eae6
UW
62402007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6241
6242 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
6243 compiling test case with GCC.
6244 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
6245
c641edcc
UW
62462007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6247
6248 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6249 format changes.
6250
5e5ebfe6
MS
62512007-10-18 Michael Snyder <msnyder@specifix.com>
6252
6253 * gdb.base/dbx.exp: Add missing "-re " operator.
6254
e831e7b6
GM
62552007-10-16 Gaius Mulley <gaius@glam.ac.uk>
6256
6257 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
6258 * configure.ac: Removed trailing spaces after backslash.
6259 * gdb.modula2: New directory.
6260 * gdb.modula2/Makefile.in: New file.
6261 * gdb.modula2/unbounded-array.exp: New file.
6262 * gdb.modula2/unbounded1.c: New file.
6263
7cc46491
DJ
62642007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6265
6266 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
6267
62682007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
6269
6270 * gdb.base/sigstep.c (main): Add checks for
6271 return values for setitimer call.
6272 Call setitimer again with itimer = ITIMER_REAL
6273 if first call to setitimer fails.
6274
e91528f0
KH
62752007-10-11 Kazu Hirata <kazu@codesourcery.com>
6276
6277 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
6278 of $timeout.
6279
2ec9a4f8
DJ
62802007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
6281
6282 * gdb.server/server-run.exp: Test for dynamic linker symbols.
6283
62842007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
6285
6286 * lib/gdb.exp (gdb_run_cmd): Move comment outside
6287 of gdb_expect call, to avoid interruption.
6288
64b2fa04
PA
62892007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
6290
6291 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
6292 (v_unsigned_long_long, v_long_long_array)
6293 (v_signed_long_long_array, v_unsigned_long_long_array)
6294 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
6295 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
6296 [!NO_LONG_LONG]: New.
6297 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
6298 v_long_long_member.
6299
6300 (v_long_long_func, v_signed_long_long_func)
6301 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
6302 (main) [!NO_LONG_LONG]: Initialize long long variants.
6303
6304 * gdb.base/whatis.exp: If board file requests no_long_long, build
6305 test with NO_LONG_LONG defined. Test long long, signed long long,
6306 and unsigned long long variants but only if board file doesn't
6307 disable it.
6308
a912286e 63092007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 6310 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
6311
6312 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
6313 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
6314 * configure: Regenerated.
6315 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
6316 gdb.pascal/types.exp, lib/pascal.exp: New files.
6317
471ba8c9
DJ
63182007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
6319
6320 * gdb.cp/classes.exp (do_tests): Always step to the line after the
6321 call.
6322 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
6323 to return to the call.
6324 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
6325 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
6326 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
6327 * gdb.mi/mi-until.exp (test_until): Likewise.
6328 * gdb.mi/mi2-until.exp (test_until): Likewise.
6329
fef8a650
DJ
63302007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
6331
6332 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
6333 two-char array.
6334 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
6335
d983da9c
DJ
63362007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
6337
6338 * gdb.threads/watchthreads.c (thread_function): Sleep between
6339 iterations.
6340 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
6341 at once for S/390. Generate matching fails and passes.
6342
17f62551
VP
63432007-09-27 Vladimir Prus <vladimir@codesourcery.com>
6344
6345 * gdb.mi/var-cmd.c (do_children_tests): Initialize
6346 the 'struct_declarations' variable to zeros.
a9c64011 6347
ed0616c6
VP
63482007-09-24 Vladimir Prus <vladimir@codesourcery.com>
6349
6350 * gdb.cp/mb-ctor.cc: New.
6351 * gdb.cp/mb-ctor.exp: New.
6352 * gdb.cp/mb-templates.cc: New.
6353 * gdb.cp/mb-templates.exp: New.
6354
41f1b697
DJ
63552007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
6356
6357 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
6358
3f213f78
PA
63592007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
6360
6361 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
6362 targets.
6363 * configure: Regenerate.
6364
0d381245 63652007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6366
0d381245
VP
6367 * gdb.base/annota1.exp: Adjust for 'info break'
6368 format changes.
6369 * gdb.base/annota3.exp: Likewise.
6370 * gdb.base/break.exp: Likewise.
6371 * gdb.base/condbreak.exp: Likewise.
6372 * gdb.base/pending.exp: Likewise.
6373 * gdb.base/sepdebug.exp: Likewise.
6374 * gdb.base/unload.exp: Likewise.
6375 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 6376
fe3f5fa8
VP
63772007-09-22 Vladimir Prus <vladimir@codesourcery.com>
6378
6379 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
6380 messages.
6381 * gdb.base/chng-syms.exp: Likewise.
6382 * gdb.base/unload.exp: Likewise.
a9c64011 6383
a75cf6c0
DJ
63842007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6385
6386 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
6387
18ecae38
DJ
63882007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6389
6390 * schedlock.c (NUM): Change to 1.
6391 (main): Use args[0] for the main thread.
6392 * schedlock.exp: Only expect two threads. Only issue one pass or fail
6393 regardless of the number of threads.
6394
5509918f
MR
63952007-09-14 Maciej W. Rozycki <macro@mips.com>
6396
4a543daf
MR
6397 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
6398 type down.
6399 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6400 test.
6401 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
6402 watchpoint type down.
6403 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
6404 test.
6405
64062007-09-14 Maciej W. Rozycki <macro@mips.com>
6407
5509918f
MR
6408 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
6409 Move all the tests here and run them twice, once using software
6410 watchpoints and once using hardware watchpoints.
6411 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
6412
40b53987
DJ
64132007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
6414
6415 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
6416 test.
6417
695e2681
MK
64182007-09-10 Mark Kettenis <kettenis@gnu.org>
6419
8b3fc8d8
MK
6420 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
6421 build-id.
6422
695e2681
MK
6423 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
6424 know about $ORIGIN. Calculate output dir from $dest instead of
6425 using ${objdir}/{$subdir}.
6426
58d69f29
MK
64272007-09-09 Mark Kettenis <kettenis@gnu.org>
6428
6429 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
6430 gcore, before continuing with the test.
6431
3e347599
DJ
64322007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
6433
6434 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
6435 * gdb.mi/mi-watch.exp: Likewise.
6436
ea37ba09
DJ
64372007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6438 Jim Blandy <jimb@codesourcery.com>
6439
6440 * gdb.arch/i386-sse.exp: Do not expect character constants.
6441 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
6442 * gdb.base/display.exp: Allow print/s.
6443 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
6444 and unsigned char array changes.
6445
2025a643
DJ
64462007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6447
6448 * gdb.base/display.exp: Add tests for printf %p.
6449
26669a27
PA
64502007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6451
6452 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
6453 the dll name to unicode.
6454
c8f021f8
JK
64552007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6456
6457 * gdb.base/default.exp (show version): Update the version text.
6458 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
6459
4cf31eea
JK
64602007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
6463 New files.
6464
4935890f
JK
64652007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6466
6467 * lib/gdb.exp (build_id_debug_filename_get): New function.
6468 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
6469 Remove the generate DEBUG file for the future testcase runs.
6470 New testcase for the NT_GNU_BUILD_ID retrieval.
6471 Move the final testing step to ...
6472 (test_different_dir): ... a new function.
6473 New parameter XFAIL to XFAIL all the tests performed.
6474 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
6475 New parameter TYPE to PF_PREFIX all the tests performed.
6476
02142340
VP
64772007-08-31 Vladimir Prus <vladimir@codesourcery.com>
6478
6479 * gdb.mi/mi-var-cp.cc (path_expression): New
6480 function.
6481 * gdb.mi/mi-var-cp.exp: Run path exression tests.
6482
36acd84e
UW
64832007-08-27 Markus Deuling <deuling@de.ibm.com>
6484
6485 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
6486 to fit into SPU Local Store memory.
6487
a896d121
JB
64882007-08-23 Joel Brobecker <brobecker@adacore.com>
6489
6490 * gdb.base/default.exp: Adjust the expected output of "info
6491 warranty" after the switch to GPLv3.
6492
7b433602
JB
64932007-08-23 Joel Brobecker <brobecker@adacore.com>
6494
6495 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
6496 to 30000 (from 20000).
6497
e22f8b7c
JB
64982007-08-23 Joel Brobecker <brobecker@adacore.com>
6499
6500 Switch the license of all .exp files to GPLv3.
6501 Switch the license of all .f and .f90 files to GPLv3.
6502 Switch the license of all .s and .S files to GPLv3.
6503
5a0e3bd0
JB
65042007-08-23 Joel Brobecker <brobecker@adacore.com>
6505
6506 * configure.ac: Switch license to GPLv3.
6507
cc00619d
JB
65082007-08-23 Joel Brobecker <brobecker@adacore.com>
6509
6510 Switch the licensing to GPLv3 for all .ads and .adb files.
6511
8d26208a
DJ
65122007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
6513
6514 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
6515 and t_int_double.
6516 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
6517
4fcb9948
JB
65182007-08-17 Joel Brobecker <brobecker@adacore.com>
6519
6520 * gdb.base/step-line.c: Switch license to GPL version 3, and
6521 update copyright year.
6522 * gdb.base/step-line.inp: Likewise.
6523
b9c34f67
JB
65242007-08-17 Joel Brobecker <brobecker@adacore.com>
6525
6526 * gdb.base/gdb1555.exp: Make expected output immune to formatting
6527 changes inside gdb1555.c.
6528 * gdb.base/pending.exp: Likewise.
6529
2cc17678
DJ
65302007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
6531
6532 * config/default.exp: New file.
6533
e48883f7
DJ
65342007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
6535
6536 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
6537 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
6538
1ab80e5b
MR
65392007-07-30 Maciej W. Rozycki <macro@mips.com>
6540
6541 * gdb.base/dump.exp: Force the correct endianness for binary
6542 formats not carrying this information.
6543
aba471f5
DJ
65442007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6545
6546 * gdb.threads/staticthreads.exp: Match .*sem_post.
6547
d4e07204
DJ
65482007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
6549
6550 * gdb.base/readline.exp (operate_and_get_next): Match the final
6551 prompt.
6552
2b97317d
KB
65532007-07-23 Kevin Buettner <kevinb@redhat.com>
6554
6555 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
6556 to restarting SID.
6557
44efa07a
KB
65582007-07-18 Kevin Buettner <kevinb@redhat.com>
6559
6560 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
6561 prior to `gdb_start'.
6562
7b5ebade
KB
65632007-07-18 Kevin Buettner <kevinb@redhat.com>
6564
6565 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
6566 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
6567 Remove call to gdb_unload.
6568
255e7678
DJ
65692007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6570 Daniel Jacobowitz <dan@codesourcery.com>
6571
6572 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
6573 for __WIN32__.
6574 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
6575 * gdb.base/unload.exp: Use shared library test routines.
6576
3a40aaa0
UW
65772007-07-03 Markus Deuling <deuling@de.ibm.com>
6578
6579 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
6580 * gdb.base/solib-symbol-lib.c: Likewise.
6581 * gdb.base/solib-symbol-main.c: Likewise.
6582
b0f4b84b
DJ
65832007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6584
6585 * config/gdbserver.exp (gdb_reconnect): New.
6586 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
6587 gdb.base/solib-disc.exp: New files.
6588 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
6589 remote debugging".
6590 (gdb_compile): Add shlib_load flag.
6591 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
6592 port.
6593 (gdbserver_reconnect): New.
6594
1b05479a
DJ
65952007-07-01 Nick Roberts <nickrob@snap.net.nz>
6596 Daniel Jacobowitz <dan@codesourcery.com>
6597
6598 * gdb.base/annota3.exp: Test for if construct.
6599
86f78eb2
DJ
66002007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
6601
6602 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
6603
6a2eb474 66042007-06-21 Chris Dearman <chris@mips.com>
a9c64011 6605 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
6606
6607 * gdb.base/display.exp: Allow a newline after display/i.
6608 * gdb.base/pc-fp.exp: Likewise.
6609 * gdb.base/sigbpt.exp: Likewise.
6610
f8b73d13
DJ
66112007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6612
6613 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
6614 required features to be included.
6615
4339e69e
DJ
66162007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6617
6618 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
6619 in info threads output.
6620
23d964e7
UW
66212007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6622 Markus Deuling <deuling@de.ibm.com>
6623
6624 * gdb.arch/spu-info.exp: New testcase.
6625 * gdb.arch/spu-info.c: New file.
6626
fd20f75b
DJ
66272007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
6628
6629 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
6630 tpcs_offset. Restore lr after the call.
6631 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
6632
2226f861
DJ
66332007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
6634
6635 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
6636 (gdbserver_run): Kill any running gdbserver.
6637 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
6638
d12371a9
MR
66392007-05-17 Maciej W. Rozycki <macro@mips.com>
6640
6641 * gdb.base/sigbpt.exp: Preset segv_addr.
6642
93f02886
DJ
66432007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
6644
6645 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
6646 (gdb_compile_shlib): Likewise.
6647 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
6648 (default_gdb_init): Clear cleanfiles.
6649 (gdb_finish): Delete recorded cleanfiles.
6650 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
6651
6652 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
6653 Do not use isnative.
6654 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
6655 gdb.base/so-impl-ld.exp: Likewise.
6656 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
6657 * gdb.base/unload.exp: Likewise. Do not pass empty option to
6658 gdb_compile.
6659
b04e06d7
VP
66602007-05-15 Vladimir Prus <vladimir@codesourcery.com>
6661
6662 * config/unknown.exp: Remove.
6663
069ed931
UW
66642007-05-15 Markus Deuling <deuling@de.ibm.com>
6665
6666 * gdb.base/info-proc.exp: Check is_remote.
6667
09db0d03
UW
66682007-05-14 Markus Deuling <deuling@de.ibm.com>
6669
6670 * gdb.base/gcore.exp: Initialize variable core_supported.
6671
af2cbe8c
DJ
66722007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6673
6674 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
6675
027c0295
DJ
66762007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6677
6678 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
6679 * gdb.threads/print-threads.exp (test_all_threads): Allow
6680 negative and hexadecimal thread IDs.
6681
dc5000e7
DJ
66822007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
6683
6684 * gdb.java/jprint.java (public): Avoid invalid call to static
6685 method.
6686
2e74ed18
DP
66872007-05-14 Denis Pilat <denis.pilat@st.com>
6688
6689 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
6690 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
6691 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
6692 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
6693 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
6694
83547f02
UW
66952007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6696
6697 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 6698 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
6699 this mode.
6700 * gdb.base/ovlymgr.c: Provide stubs for spu target.
6701 * gdb.base/spu.ld: New file.
6702
b18be20d
DJ
67032007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
6704
6705 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
6706
be444858
DJ
67072007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
6708
6709 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
6710
b1d53152
DJ
67112007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6712
6713 * gdb.java/jmain.exp: Handle demangled names with and without method
6714 signatures.
6715
d084b331
DJ
67162007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * gdb.mi/mi-syn-frame.c (main, foo, bar)
6719 (have_a_very_merry_interrupt): Remove calls to puts.
6720 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
6721 inferior output.
6722 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
6723 test names.
6724
db9d7fc5
DJ
67252007-04-29 Markus Deuling <deuling@de.ibm.com>
6726 Daniel Jacobowitz <dan@codesourcery.com>
6727
6728 * gdb.base/auxv.exp (core_works): Also check is_remote.
6729 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
6730
ef783a7d 67312007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 6732
ef783a7d
VP
6733 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
6734 message, not the undefined 'module' variable.
6735 * gdb.base/siginfo.exp: Likewise.
6736 * gdb.base/sigstep.exp: Likewise.
6737 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
6738 serialport.
6739 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
6740
b7b73cae
CV
67412007-04-25 Corinna Vinschen <vinschen@redhat.com>
6742
6743 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
6744 target sim fails. Return 0 otherwise.
6745 (gdb_load): Return prematurely if gdb_target_sim fails.
6746
7d90fdfa
DP
67472007-04-16 Denis Pilat <denis.pilat@st.com>
6748
6749 * gdb.base/setshow.exp: Reset height after having set it to 100.
6750
5d3e9c85
DP
67512007-04-16 Denis Pilat <denis.pilat@st.com>
6752
6753 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
6754
18e75969
DP
67552007-04-16 Denis Pilat <denis.pilat@st.com>
6756
6757 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
6758
25d5ea92
VP
67592007-04-14 Vladimir Prus <vladimir@codesourcery.com>
6760
6761 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
6762 tests. Run the frozen varobjs test.
6763 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 6764 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 6765
0b49cb80
JK
67662007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6767
6768 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
6769 gdb.base/type-opaque.exp: New files.
6770
a73bafbc 67712007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
6772
6773 * gdb.mi/mi-var-child.c
a73bafbc
VP
6774 (do_children_tests): User char[2] instead of
6775 char so that automatic printing of pointers to char
6776 don't give unpredicable result.
6777 * gdb.mi/var-cmd.c (do_locals_test): Initialize
6778 local variables.
6779 * gdb.mi/mi-var-child.exp: Step to right line
6780 of do_children_tests.
6781 * gdb.mi/mi2-var-child.exp: Likewise.
6782 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 6783 do_locals_tests.
a73bafbc
VP
6784 (do_children_tests): User char[2] instead of
6785 char so that automatic printing of pointers to char
a9c64011 6786 don't give unpredicable result.
a73bafbc 6787 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 6788 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
6789 Pass test name to mi_wait_for_stop.
6790
7ce59000
DJ
67912007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6792
6793 * gdb.asm/asm-source.exp: Remove d10v case.
6794 * lib/gdb.exp (skip_cplus_tests): Likewise.
6795 * gdb.asm/d10v.inc: Deleted.
6796
20389057
DJ
67972007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6798
6799 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
6800
8807d78b
DJ
68012007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6802
6803 * config/netware.exp: Delete file.
6804
aa3edb8e
JB
68052007-03-29 Joel Brobecker <brobecker@adacore.com>
6806
6807 * gdb.dwarf2/dw2-noloc.S: New file.
6808 * gdb.dwarf2/dw2-noloc.exp: New file.
6809
297561ac
PA
68102007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6811
6812 * gdb.cp/method2.cc: New test.
6813 * gdb.cp/method2.exp: New test.
6814 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
6815
1f81bd39
DJ
68162007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6817
6818 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
6819
9453113a
DJ
68202007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6821
6822 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6823
b741e217
DJ
68242007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
6825
6826 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
6827 (gdb_load): Delete, replace with...
6828 (gdb_reload): ...this.
6829 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
6830 * gdb.server/server-mon.exp: Likewise.
6831 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
6832 (gdb_start_cmd): New.
6833 (gdb_file_cmd): Save the last loaded file.
6834 (gdb_reload): New.
6835 (gdb_gnu_strip_debug): Use transform.
6836 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
6837 support here. Use new $last_loaded_file. Check mtime.
6838 (gdb_target_cmd): Handle ObjC failure case.
6839 (infer_host_exec): Delete.
6840 (gdbserver_load): Rename to...
6841 (gdbserver_run): ...this. Simplify.
6842 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
6843 (mi_gdb_load): Move most contents to a new function...
6844 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
6845 (mi_run_cmd): Use mi_gdb_target_load.
6846 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
6847 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
6848 Use gdb_run_cmd.
6849 * gdb.base/charsign.exp: Remove incorrect comment.
6850 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
6851 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
6852 gdb.base/start.exp: Use gdb_start_cmd.
6853
446ab585 68542007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 6855 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
6856
6857 * gdb.base/sigbpt.exp: Fix the message when skipping test.
6858 * gdb.base/signull.exp: Similarly.
6859
bbb88ebf
UW
68602007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6861
6862 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
6863 messages available to test cases (like chng-sym.exp).
6864
cb8c4a99
AS
68652007-03-14 Andreas Schwab <schwab@suse.de>
6866
6867 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
6868 format changes.
6869
4e463ff5
DJ
68702007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
6871
6872 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
6873 (optimized_1): New.
6874 (main): Call optimized_1.
6875 (gdb2029): Correct typos. Call gdb2029_marker.
6876 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
6877 for gdb2029.
6878
b6db2c47
MK
68792007-03-12 Mark Kettenis <kettenis@gnu.org>
6880
6881 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
6882 as tabs. Remove redundant test pattern.
6883
70ed3737
UW
68842007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6885
6886 * gdb.base/long_long.exp: Accept optional symbol name in <...>
6887 for /a format output.
6888
47b67b60
DJ
68892007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
6890
6891 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
6892 collect output incrementally.
6893
b8953b0e
UW
68942007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6895
6896 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
6897 for -var-create lpcharacter test.
6898 * gdb.mi/mi2-var-cmd.exp: Likewise.
6899
7acd5c40
UW
69002007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6901
6902 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
6903 pass on targets where address zero is readable.
6904
9c6759c1
UW
69052007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6906
6907 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
6908 just a single architecture.
6909
a2f1aeb4
UW
69102007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6911
6912 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
6913 (fetch_all_registers): New function, uses gdb_test_multiple and
6914 exp_continue to fetch inferior output line-by-line.
6915 Replace all uses of do_get_all_registers by fetch_all_registers.
6916
46579ac2
UW
69172007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6918
6919 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
6920 in target_info.
6921
fc133f24
MS
69222007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6923
a9c64011 6924 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
6925 consistancy; add a default (timeout) case.
6926
7646a51d
MS
69272007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6928
6929 * gdb.base/watchpoint.exp: Fix truncated comment.
6930
dcfff61f
MS
69312007-03-02 Michael Snyder <michael.snyder@palmsource.com>
6932
6933 * Makefile.in: Remove spurious single-quotes from sed command.
6934
664e3ee9
DJ
69352007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6936
6937 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
6938 func.
6939 * gdb.mi/mi2-var-cmd.exp: Likewise.
6940
d7cc6f2f
JB
69412007-02-27 Joel Brobecker <brobecker@adacore.com>
6942
a9c64011
AS
6943 * gdb.dwarf2/dw2-producer.S: New file.
6944 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
6945
69462007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
6947
6948 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
6949 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
6950 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
6951 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
6952 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
6953 Revert tests to use mi_gdb_test and include value field in output
6954 of -var-create.
6955
93d42b30
DJ
69562007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6957
6958 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
6959
c499ed39
DJ
69602007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6961
6962 * gdb.base/maint.exp: Remove full paths from test names.
6963 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
6964 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
6965
9836f81b
JB
69662007-02-27 Joel Brobecker <brobecker@adacore.com>
6967
6968 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
6969
c74d0ad8
DJ
69702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6971
6972 * gdb.server/server-mon.exp: New test.
6973
2711e456
DJ
69742007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6975
6976 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
6977
ff6f572f
DJ
69782007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6979
6980 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
6981 register capitalization.
6982
fada3feb
DP
69832007-02-13 Denis Pilat <denis.pilat@st.com>
6984
6985 * gdb.mi/mi-var-invalidate.exp: New file.
6986
fb1e4ffc
DJ
69872007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6988
6989 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
6990
3da939d7
DJ
69912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6992
6993 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
6994
123dc839
DJ
69952007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6996
6997 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
6998 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
6999
877e3645 70002007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
7001
7002 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7003 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7004 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7005 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7006 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 7007 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 7008 Update tests to include value field in output of -var-create.
a9c64011 7009
3c0a2960
AS
70102007-02-08 Andreas Schwab <schwab@suse.de>
7011
7012 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
7013
108546a0
DJ
70142007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
7015
7016 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
7017 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
7018
d701dcab
DP
70192007-02-02 Denis Pilat <denis.pilat@st.com>
7020
7021 * gdb.threads/threadapply.exp: check that frame is not changed by
7022 the thread apply all command.
7023
783e3e2f
AS
70242007-01-31 Andreas Schwab <schwab@suse.de>
7025
6d9c3a87
AS
7026 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
7027
3c50d7b9
AS
7028 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
7029 in the dwarf sections.
7030 * gdb.dwarf2/mac-fileno.S: Likewise.
7031
783e3e2f
AS
7032 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
7033 bspstore register on ia64.
7034
78ff580e
AS
70352007-01-29 Andreas Schwab <schwab@suse.de>
7036
cc8e9b12
AS
7037 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
7038 "frame-begin" annotation.
7039
78ff580e
AS
7040 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
7041 number of "frames-invalid" annotations.
7042
704a4f78
DJ
70432007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7044
7045 * gdb.base/commands.exp: Call if_commands_test.
7046 (gdb_test_no_prompt, if_commands_test): New.
7047
e741bf94
MK
70482007-01-28 Mark Kettenis <kettenis@gnu.org>
7049
7050 * gdb.threads/sigthread.c (NSIGS): Make bigger.
7051
474d0ad3
AS
70522007-01-27 Andreas Schwab <schwab@suse.de>
7053
7054 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
7055 .short/.int/.quad in the dwarf sections.
7056 * gdb.dwarf2/dw2-intercu.S: Likewise.
7057 * gdb.dwarf2/dw2-intermix.S: Likewise.
7058
e784b426
JK
70592007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7060
7061 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
7062 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
7063 array.
e784b426
JK
7064 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
7065 * gdb.base/setvar.exp: Likewise.
7066
37f08e04
AS
70672007-01-26 Andreas Schwab <schwab@suse.de>
7068
9a01813a
AS
7069 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
7070 test.
7071
37f08e04
AS
7072 * gdb.base/multi-forks.exp ("restart $i"): Also match
7073 __kernel_syscall_via_break.
7074
6e2a9270
VP
70752007-01-24 Vladimir Prus <vladimir@codesourcery.com>
7076
7077 * lib/mi-support.exp (mi_delete_varobj): New.
7078 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
7079 testcase.
7080 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
7081 (main): Call the above.
7082 (reference_update_test, base_in_reference_test)
7083 (reference_to_pointer): Delete the created varobjs.
a9c64011 7084
e515b470
DJ
70852007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
7086
7087 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
7088 * configure: Regenerated.
7089 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
7090 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
7091 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
7092 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
7093 * lib/gdb.exp (gdb_skip_xml_test): New function.
7094
08d8bcd7
DJ
70952007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
7096
7097 * gdb.base/sigrepeat.exp: Correct error message.
7098
70992007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
7100 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
7103 gdb.arch/i386-gnu-cfi-asm.S: New files.
7104
97c3f1f3
JK
71052007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 * lib/gdb.exp: Abort on missing `site.exp'.
7108
cb1df416
DJ
71092007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7110 Daniel Jacobowitz <dan@codesourcery.com>
7111
7112 * gdb.base/included.c, gdb.base/included.exp,
7113 gdb.base/included.h: New files.
7114
35990120
DJ
71152007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7116
7117 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
7118 (maximize_rlimit): Reduce limits on 64-bit systems.
7119
6e81a116 71202007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
7121
7122 From Marcus Deuling <deuling@de.ibm.com>:
7123 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
7124 every case.
7125
6c3c41f3
NR
71262007-01-13 Nick Roberts <nickrob@snap.net.nz>
7127
7128 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
7129 (test_path_specification): Use objdir instead of srcdir to always
7130 get an absolute filename.
7131
2f12c312
DJ
71322007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
7135
81121995
VP
71362007-01-11 Vladimir Prus <vladimir@codesourcery.com>
7137
7138 * gdb.mi/mi-var-cp.cc (reference_update_tests):
7139 Make sure the variable we're using is in scope.
7140 (reference_to_pointer): Likewise.
7141
4741b737
DJ
71422007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7143
7144 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
7145 has no debug information.
7146
054410c3
DJ
71472007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7148
7149 * gdb.base/annota1.exp: Remove extra send_gdb.
7150
818f79f6
DJ
71512007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7152
7153 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
7154
f7a6bb70
DJ
71552007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
7158
57e66780
DJ
71592007-01-08 Nick Roberts <nickrob@snap.net.nz>
7160 Daniel Jacobowitz <dan@codesourcery.com>
7161
7162 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
7163 lcharacter or linteger change. Correct duplicated test name.
7164 * gdb.mi/mi2-var-cmd.exp: Likewise.
7165
3d799a95
DJ
71662007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7167
7168 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
7169
71702007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 7171
a9c64011
AS
7172 * gdb.base/nofield.c: New file.
7173 * gdb.base/nofield.exp: New testcase.
51679ba9 7174
eafb94e8
NR
71752007-01-05 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
7178
7179 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
7180 test.
7181
5e572bb4
DJ
71822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7183
7184 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
7185
74a44383
DJ
71862007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
7187
7188 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
7189 when continuing.
7190
1b572db9
DJ
71912007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7192
7193 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
7194 Expect ".exe" extension.
7195
381bc39b
DJ
71962007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7197
7198 * gdb.base/charset.exp: Add explicit filename to break.
7199 * gdb.base/dbx.exp: Add explicit filename to breaks.
7200
2b70e4c6
DJ
72012007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
7202
7203 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
7204 * gdb.mi/mi2-file.exp: Likewise.
7205
303b6f5d
DJ
72062007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7207
7208 Implement specification of MI tests as comments
7209 in C and C++ sources.
7210 * lib/mi-support.exp (mi_autotest_data): New variable.
7211 (mi_autotest_source): New variable.
7212 (count_newlines, mi_prepare_inline_tests)
7213 (mi_get_inline_test, mi_continue_to_line)
7214 (mi_run_inline_test, mi_tbreak)
7215 (mi_send_resuming_command, mi_wait_for_stop): New functions.
7216 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
7217 Run inline tests.
7218 * gdb.mi/mi-var-cp.cc: Define tests here.
7219
23da0d94
VP
72202007-01-04 Vladimir Prus <vladimir@codesourcery.com>
7221
7222 Simplify usage of mi_continue_to.
7223 * lib/mi-support.exp (mi_runto_helper): Renamed
7224 from mi_runto, added new parameter 'run_or_continue'.
7225 (mi_runto): Use mi_runto_helper.
7226 (mi_continue_to): Accept just function name as parameter.
7227 Use mi_runto_helper.
7228 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
7229 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 7230
f9e18282
JB
72312006-01-04 Joel Brobecker <brobecker@adacore.com>
7232
7233 Make this testcase a bit more realistic. The current code
7234 is too simplistic, and allows the compiler to optimize out
7235 some of the entities we need for this testcase.
7236 * gdb.ada/null_record/bar.ads (Void_Star): New type.
7237 (Do_Nothing): Add extra parameter.
7238 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
7239 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
7240 by using a variable of type Void_Star.
7241
fd678c65
JB
72422006-01-04 Joel Brobecker <brobecker@adacore.com>
7243
7244 * gdb.ada/catch_ex/foo.adb: New file.
7245 * gdb.ada/catch_ex.exp: New testcase.
7246
05cfdb42
DJ
72472007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
7248
7249 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
7250 pass --image-base to linker.
7251
2e03ee74
DJ
72522007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7253 Daniel Jacobowitz <dan@codesourcery.com>
7254
7255 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
7256 secondary prompts.
7257
0d5de010
DJ
72582007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7259
7260 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
7261 output. Test the types of members and member pointers.
7262 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
7263 gdb/2092.
7264 * gdb.cp/member-ptr.exp: Search for a comment instead of a
7265 statement. Enable for GCC. Update expected output for some tests
7266 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
7267 layout.
7268 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
7269 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
7270 (Diamond::vget_base): New.
7271 (main): Add new tests.
7272 * gdb.cp/printmethod.exp: Update expected output for member functions.
7273 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
7274 print pEe->D::vg().
7275
61a771aa
DJ
72762007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7277
7278 * gdb.threads/tls.exp: Allow stops in sem_post.
7279
2fa63963
DJ
72802006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
7281
7282 * gdb.base/annota1.exp: Allow .*printf in backtraces.
7283 * gdb.base/annota3.exp: Likewise.
7284 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
7285 again (instead of timing out).
7286 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
7287 GCC bug 26475.
7288 * gdb.java/jmisc.exp: Adjust to work with method signatures including
7289 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
7290 test from jmisc1.exp.
7291 * gdb.java/jmisc1.exp: Delete.
7292 * gdb.java/jprint.exp: Adjust to work with method signatures including
7293 return types.
7294 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
7295 * gdb.threads/linux-dp.exp: Don't be confused by program output.
7296 * lib/java.exp (compile_java_from_source): Pass the correct type
7297 to target_compile.
7298
5eefc2b7
JB
72992006-12-31 Joel Brobecker <brobecker@adacore.com>
7300
7301 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
7302 (stack_align_edx): New function.
7303 (stack_align_eax): New function.
7304 (main): Add calls to stack_align_edx and stack_align_eax.
7305 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
7306 Add testing for the cases where the register used during a stack
7307 realignment is edx. Same for eax.
7308
227c54da
DJ
73092006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
7310
7311 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
7312 and generic PE targets.
7313
cab8ac94
JB
73142006-12-29 Joel Brobecker <brobecker@adacore.com>
7315
7316 * gdb.ada/array_return.exp: Update copyright date list.
7317
ba54f318
JB
73182006-12-27 Joel Brobecker <brobecker@adacore.com>
7319
7320 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
7321 (Create_Small_Float_Vector): New function.
7322 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
7323 function body.
7324 * gdb.ada/array_return/p.adb: Use new type and function from
7325 package Pck.
7326 * gdb.ada/array_return.exp: Add a test verifying that GDB is
7327 able to print the value returned by a function returning an
7328 array of float.
7329
6b7a35dd
JB
73302006-12-20 Joel Brobecker <brobecker@adacore.com>
7331
7332 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
7333 The associated tests should be PASSing.
7334
038224f6
VP
73352006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7336
7337 Test for base in references.
7338 * gdb.mi/mi-var-cp.cc: Add test code.
7339 * gdb.mi/mi-var-cp.exp: Test for bases in references.
7340 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
7341 * gdb.mi/mi2-watch.exp: Likewise.
7342 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
7343 (mi_list_varobj_children): New function.
7344
b26ed50d
VP
73452006-12-08 Vladimir Prus <vladimir@codesourcery.com>
7346
7347 * lib/mi-support.exp
7348 (mi_runto): Accept "()" after function name.
7349 (mi_create_varobj): New function.
7350 (mi_varobj_update): New function.
7351 (mi_Check_varobj_value): New function.
7352 * gdb.mi/mi-var-cp.exp: New file.
7353 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 7354
08232497
DJ
73552006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
7356
7357 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
7358 gdb.base/weaklib2.c: New files.
7359
d394c993 73602006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 7361
ac6c2fba
NS
7362 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
7363 info. Adjust test names.
7364
8ec659a0 7365 * gdb.base/break.c (main): Move position of malloc.
d394c993 7366 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 7367
acd65feb
VP
73682006-11-28 Vladimir Prus <vladimir@codesourcery.com>
7369
7370 * gdb.mi/mi-var-cmd.exp: Check -var-update after
7371 assignement of arrays and function pointers.
7372 * gdb.mi/var-cmd.c: Add declaration necessary for above
7373 tests.
7374
f556d5e5
NS
73752006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7376
7377 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
7378
7379 * gdb.threads/linux-dp.exp: Read thread table before and after
7380 creating each philosopher and verify it.
7381
697bc68d
NS
73822006-11-27 Nathan Sidwell <nathan@codesourcery.com>
7383 Paul Brook <paul@codesourcery.com>
7384 Daniel Jacobowitz <dan@codesourcery.com>
7385
7386 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 7387 main to remove duplication. Add start function of the form
697bc68d
NS
7388 '_*start[1-9]*'. Add RVDS start function.
7389
29d73ae4
DJ
73902006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7391
7392 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
7393
c1d88655
UW
73942006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7395
7396 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
7397 * gdb.asm/spu.inc: New file.
7398 * gdb.base/term.exp: Disable if [target_info exists noargs].
7399 * gdb.gdb/complaints.exp: Disable if ![isnative].
7400 * gdb.gdb/selftest.exp: Likewise.
7401 * gdb.gdb/observer.exp: Likewise.
7402 * gdb.gdb/xfullpath.exp: Likewise.
7403 * gdb.base/attach.exp: Disable on SPU target.
7404 * gdb.cp/bs145503.exp: Likewise.
7405 * gdb.cp/exception.exp: Likewise.
7406 * gdb.cp/userdef.exp: Likewise.
7407
32a13b1a
DJ
74082006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
7409
7410 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
7411
d8295fe9
VP
74122006-11-10 Vladimir Prus <vladimir@codesourcery.com>
7413
7414 * gdb.base/completion.exp: Fix completion tests for
7415 'info' and 'info '.
7416 * gdb.base/help.exp (help_test_raw, test_class_help)
7417 (test_prefix_command_help): Move...
7418 * lib/gdb.exp: Here.
7419 * gdb.base/main.exp: Adjust.
7420 * gdb.cp/maint.exp: Adjust.
7421 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 7422
8c394015
VP
74232006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7424
7425 * gdb.stabs/weird.exp (print_weird_var): Use
7426 gdb_test_multiple instead of gdb_expect.
7427
027fc1bc
VP
74282006-11-09 Vladimir Prus <vladimir@codesourcery.com>
7429
7430 * gdb.base/help.exp (help_test_raw): New.
7431 (test_class_help): New.
7432 (test_prefix_command_help): New.
7433 Adjust testcases.
7434
67609209
FR
74352006-11-09 Christophe Lyon <christophe.lyon@st.com>
7436
7437 * gdb.base/constvars.c (main): Write to crass and crips, so that
7438 they are allocated by the compiler.
7439
f73adfeb
AS
74402006-10-27 Andreas Schwab <schwab@suse.de>
7441
7442 * gdb.base/multi-forks.exp: Use "detach fork" instead of
7443 "detach-fork".
7444
2f83a18e
DJ
74452006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
7446
7447 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
7448 of patterns.
7449
94277a38
DJ
74502006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7451
7452 * gdb.base/sepdebug.exp: Remove debug format test.
7453 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
7454 Handle no-symtab.
7455 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
7456
5bd2f6e2
DJ
74572006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7458
7459 * gdb.threads/manythreads.c (thread_function, main): Don't cast
7460 int to pointer or pointer to int.
7461 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
7462
8c008720
DJ
74632006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
7464
7465 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
7466
9e35dae4
DJ
74672006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7468
7469 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
7470
d9639e13
DJ
74712006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7472
7473 PR c++/2116
7474 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
7475
390a1bd0
JB
74762006-10-06 Joel Brobecker <brobecker@adacore.com>
7477
7478 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
7479 the corresponding bug has been fixed in GDB (PR/2018).
7480
dd920c33
JB
74812006-10-06 Joel Brobecker <brobecker@adacore.com>
7482
7483 * gdb.base/subst.exp: New testcase.
7484
53bbefe9
JB
74852006-10-06 Joel Brobecker <brobecker@adacore.com>
7486
7487 * gdb.ada/array_return/pck.ads: Add copyright notice.
7488 * gdb.ada/array_return/pck.adb: Likewise.
7489 * gdb.ada/array_return/p.adb: Likewise.
7490 * gdb.ada/exec_changed/first.adb: Likewise.
7491 * gdb.ada/exec_changed/second.adb: Likewise.
7492
09851417
JB
74932006-10-06 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.ada/watch_arg/watch.adb: New file.
7496 * gdb.ada/watch_arg.exp: New testcase.
7497
041bf30d
VP
74982006-10-02 Vladimir Prus <vladimir@codesourcery.com>
7499
7500 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 7501 via string_to_regexp.
041bf30d 7502 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 7503
f286fbdd 75042006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
7505
7506 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
7507 Remove unused / obsolete files.
7508
7c07f349
NR
75092006-09-19 Nick Roberts <nickrob@snap.net.nz>
7510
7511 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
7512
cd5ff84a
VP
75132006-09-17 Vladimir Prus <vladimir@codesourcery.com>
7514
7515 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
7516 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 7517 the number of frames.
cd5ff84a 7518
ae018d1a
DJ
75192006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
7520
7521 * gdb.base/args.c (main): Add breakpoint marker.
7522 * gdb.base/args.exp: Use args_test for tests. Add new tests which
7523 really test empty arguments.
7524 (args_load): Delete.
7525 (args_test): New.
7526
b399c549
NR
75272006-09-13 Nick Roberts <nickrob@snap.net.nz>
7528
7529 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
7530 check for one file.
7531
2ab1eb7a
VP
75322006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
7533
7534 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
7535 HIGH_FRAME argument to -stack-list-locals can be larger than
7536 the number of frames.
a9c64011 7537
476308bf
FF
75382006-08-18 Fred Fish <fnf@specifix.com>
7539
7540 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
7541 '$' in front of skip_vmx_tests_saved when setting that.
7542
8625200f
AS
75432006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
7544
7545 * gdb.base/trace-commands.exp: New file.
7546
089ec8f1
DJ
75472006-08-10 Joel Brobecker <brobecker@adacore.com>
7548 Daniel Jacobowitz <dan@codesourcery.com>
7549
7550 * gdb.base/step-bt.exp: Make hexadecimal address optional in
7551 expected output of the backtrace commands.
7552
b60f0898
JB
75532006-08-09 Joel Brobecker <brobecker@adacore.com>
7554
7555 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
7556 untested followed by return combination.
7557 * gdb.arch/altivec-regs.exp: Likewise.
7558 * gdb.arch/e500-abi.exp: Likewise.
7559 * gdb.arch/e500-regs.exp: Likewise.
7560 * gdb.arch/gdb1291.exp: Likewise.
7561 * gdb.arch/gdb1431.exp: Likewise.
7562 * gdb.arch/gdb1558.exp: Likewise.
7563 * gdb.arch/i386-prologue.exp: Likewise.
7564 * gdb.arch/i386-unwind.exp: Likewise.
7565 * gdb.asm/asm-source.exp: Likewise.
7566 * gdb.base/a2-run.exp: Likewise.
7567 * gdb.base/advance.exp: Likewise.
7568 * gdb.base/all-bin.exp: Likewise.
7569 * gdb.base/annota1.exp: Likewise.
7570 * gdb.base/annota3.exp: Likewise.
7571 * gdb.base/args.exp: Likewise.
7572 * gdb.base/arithmet.exp: Likewise.
7573 * gdb.base/assign.exp: Likewise.
7574 * gdb.base/async.exp: Likewise.
7575 * gdb.base/attach.exp: Likewise.
7576 * gdb.base/bang.exp: Likewise.
7577 * gdb.base/bigcore.exp: Likewise.
7578 * gdb.base/bitfields.exp: Likewise.
7579 * gdb.base/bitfields2.exp: Likewise.
7580 * gdb.base/break.exp: Likewise.
7581 * gdb.base/call-sc.exp: Likewise.
7582 * gdb.base/call-strs.exp: Likewise.
7583 * gdb.base/callfuncs.exp: Likewise.
7584 * gdb.base/checkpoint.exp: Likewise.
7585 * gdb.base/chng-syms.exp: Likewise.
7586 * gdb.base/code-expr.exp: Likewise.
7587 * gdb.base/commands.exp: Likewise.
7588 * gdb.base/completion.exp: Likewise.
7589 * gdb.base/cond-expr.exp: Likewise.
7590 * gdb.base/condbreak.exp: Likewise.
7591 * gdb.base/consecutive.exp: Likewise.
7592 * gdb.base/constvars.exp: Likewise.
7593 * gdb.base/corefile.exp: Likewise.
7594 * gdb.base/cvexpr.exp: Likewise.
7595 * gdb.base/dbx.exp: Likewise.
7596 * gdb.base/define.exp: Likewise.
7597 * gdb.base/detach.exp: Likewise.
7598 * gdb.base/display.exp: Likewise.
7599 * gdb.base/dump.exp: Likewise.
7600 * gdb.base/ena-dis-br.exp: Likewise.
7601 * gdb.base/ending-run.exp: Likewise.
7602 * gdb.base/environ.exp: Likewise.
7603 * gdb.base/eval-skip.exp: Likewise.
7604 * gdb.base/exprs.exp: Likewise.
7605 * gdb.base/fileio.exp: Likewise.
7606 * gdb.base/finish.exp: Likewise.
7607 * gdb.base/float.exp: Likewise.
7608 * gdb.base/foll-exec.exp: Likewise.
7609 * gdb.base/foll-fork.exp: Likewise.
7610 * gdb.base/foll-vfork.exp: Likewise.
7611 * gdb.base/freebpcmd.exp: Likewise.
7612 * gdb.base/funcargs.exp: Likewise.
7613 * gdb.base/gcore.exp: Likewise.
7614 * gdb.base/gdb1090.exp: Likewise.
7615 * gdb.base/gdb1250.exp: Likewise.
7616 * gdb.base/huge.exp: Likewise.
7617 * gdb.base/info-proc.exp: Likewise.
7618 * gdb.base/interrupt.exp: Likewise.
7619 * gdb.base/jump.exp: Likewise.
7620 * gdb.base/langs.exp: Likewise.
7621 * gdb.base/lineinc.exp: Likewise.
7622 * gdb.base/list.exp: Likewise.
7623 * gdb.base/logical.exp: Likewise.
7624 * gdb.base/long_long.exp: Likewise.
7625 * gdb.base/macscp.exp: Likewise.
7626 * gdb.base/maint.exp: Likewise.
7627 * gdb.base/mips_pro.exp: Likewise.
7628 * gdb.base/miscexprs.exp: Likewise.
7629 * gdb.base/multi-forks.exp: Likewise.
7630 * gdb.base/opaque.exp: Likewise.
7631 * gdb.base/overlays.exp: Likewise.
7632 * gdb.base/pc-fp.exp: Likewise.
7633 * gdb.base/pointers.exp: Likewise.
7634 * gdb.base/printcmds.exp: Likewise.
7635 * gdb.base/psymtab.exp: Likewise.
7636 * gdb.base/ptype.exp: Likewise.
7637 * gdb.base/recurse.exp: Likewise.
7638 * gdb.base/relational.exp: Likewise.
7639 * gdb.base/relocate.exp: Likewise.
7640 * gdb.base/remote.exp: Likewise.
7641 * gdb.base/reread.exp: Likewise.
7642 * gdb.base/restore.exp: Likewise.
7643 * gdb.base/return.exp: Likewise.
7644 * gdb.base/return2.exp: Likewise.
7645 * gdb.base/scope.exp: Likewise.
7646 * gdb.base/sect-cmd.exp: Likewise.
7647 * gdb.base/sep.exp: Likewise.
7648 * gdb.base/sepdebug.exp: Likewise.
7649 * gdb.base/setshow.exp: Likewise.
7650 * gdb.base/setvar.exp: Likewise.
7651 * gdb.base/sigall.exp: Likewise.
7652 * gdb.base/sigbpt.exp: Likewise.
7653 * gdb.base/signals.exp: Likewise.
7654 * gdb.base/signull.exp: Likewise.
7655 * gdb.base/sizeof.exp: Likewise.
7656 * gdb.base/solib.exp: Likewise.
7657 * gdb.base/step-line.exp: Likewise.
7658 * gdb.base/step-test.exp: Likewise.
7659 * gdb.base/structs.exp: Likewise.
7660 * gdb.base/structs2.exp: Likewise.
7661 * gdb.base/term.exp: Likewise.
7662 * gdb.base/twice.exp: Likewise.
7663 * gdb.base/until.exp: Likewise.
7664 * gdb.base/varargs.exp: Likewise.
7665 * gdb.base/volatile.exp: Likewise.
7666 * gdb.base/watchpoint.exp: Likewise.
7667 * gdb.base/whatis-exp.exp: Likewise.
7668 * gdb.base/whatis.exp: Likewise.
7669 * gdb.cp/ambiguous.exp: Likewise.
7670 * gdb.cp/annota2.exp: Likewise.
7671 * gdb.cp/annota3.exp: Likewise.
7672 * gdb.cp/bool.exp: Likewise.
7673 * gdb.cp/breakpoint.exp: Likewise.
7674 * gdb.cp/casts.exp: Likewise.
7675 * gdb.cp/class2.exp: Likewise.
7676 * gdb.cp/classes.exp: Likewise.
7677 * gdb.cp/cplusfuncs.exp: Likewise.
7678 * gdb.cp/ctti.exp: Likewise.
7679 * gdb.cp/derivation.exp: Likewise.
7680 * gdb.cp/exception.exp: Likewise.
7681 * gdb.cp/gdb1355.exp: Likewise.
7682 * gdb.cp/hang.exp: Likewise.
7683 * gdb.cp/inherit.exp: Likewise.
7684 * gdb.cp/local.exp: Likewise.
7685 * gdb.cp/m-data.exp: Likewise.
7686 * gdb.cp/m-static.exp: Likewise.
7687 * gdb.cp/member-ptr.exp: Likewise.
7688 * gdb.cp/method.exp: Likewise.
7689 * gdb.cp/misc.exp: Likewise.
7690 * gdb.cp/namespace.exp: Likewise.
7691 * gdb.cp/overload.exp: Likewise.
7692 * gdb.cp/ovldbreak.exp: Likewise.
7693 * gdb.cp/pr-1023.exp: Likewise.
7694 * gdb.cp/pr-1210.exp: Likewise.
7695 * gdb.cp/pr-574.exp: Likewise.
7696 * gdb.cp/printmethod.exp: Likewise.
7697 * gdb.cp/psmang.exp: Likewise.
7698 * gdb.cp/ref-params.exp: Likewise.
7699 * gdb.cp/ref-types.exp: Likewise.
7700 * gdb.cp/rtti.exp: Likewise.
7701 * gdb.cp/templates.exp: Likewise.
7702 * gdb.cp/try_catch.exp: Likewise.
7703 * gdb.cp/userdef.exp: Likewise.
7704 * gdb.cp/virtfunc.exp: Likewise.
7705 * gdb.disasm/am33.exp: Likewise.
7706 * gdb.disasm/h8300s.exp: Likewise.
7707 * gdb.disasm/mn10300.exp: Likewise.
7708 * gdb.disasm/sh3.exp: Likewise.
7709 * gdb.disasm/t01_mov.exp: Likewise.
7710 * gdb.disasm/t02_mova.exp: Likewise.
7711 * gdb.disasm/t03_add.exp: Likewise.
7712 * gdb.disasm/t04_sub.exp: Likewise.
7713 * gdb.disasm/t05_cmp.exp: Likewise.
7714 * gdb.disasm/t06_ari2.exp: Likewise.
7715 * gdb.disasm/t07_ari3.exp: Likewise.
7716 * gdb.disasm/t08_or.exp: Likewise.
7717 * gdb.disasm/t09_xor.exp: Likewise.
7718 * gdb.disasm/t10_and.exp: Likewise.
7719 * gdb.disasm/t11_logs.exp: Likewise.
7720 * gdb.disasm/t12_bit.exp: Likewise.
7721 * gdb.disasm/t13_otr.exp: Likewise.
7722 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
7723 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
7724 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
7725 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
7726 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
7727 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
7728 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
7729 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
7730 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
7731 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
7732 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
7733 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
7734 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
7735 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
7736 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
7737 * gdb.mi/gdb701.exp: Likewise.
7738 * gdb.mi/gdb792.exp: Likewise.
7739 * gdb.mi/mi-basics.exp: Likewise.
7740 * gdb.mi/mi-break.exp: Likewise.
7741 * gdb.mi/mi-cli.exp: Likewise.
7742 * gdb.mi/mi-console.exp: Likewise.
7743 * gdb.mi/mi-disassemble.exp: Likewise.
7744 * gdb.mi/mi-eval.exp: Likewise.
7745 * gdb.mi/mi-file.exp: Likewise.
7746 * gdb.mi/mi-read-memory.exp: Likewise.
7747 * gdb.mi/mi-regs.exp: Likewise.
7748 * gdb.mi/mi-return.exp: Likewise.
7749 * gdb.mi/mi-simplerun.exp: Likewise.
7750 * gdb.mi/mi-stack.exp: Likewise.
7751 * gdb.mi/mi-stepi.exp: Likewise.
7752 * gdb.mi/mi-syn-frame.exp: Likewise.
7753 * gdb.mi/mi-until.exp: Likewise.
7754 * gdb.mi/mi-var-block.exp: Likewise.
7755 * gdb.mi/mi-var-child.exp: Likewise.
7756 * gdb.mi/mi-var-cmd.exp: Likewise.
7757 * gdb.mi/mi-var-display.exp: Likewise.
7758 * gdb.mi/mi-watch.exp: Likewise.
7759 * gdb.mi/mi2-basics.exp: Likewise.
7760 * gdb.mi/mi2-break.exp: Likewise.
7761 * gdb.mi/mi2-cli.exp: Likewise.
7762 * gdb.mi/mi2-console.exp: Likewise.
7763 * gdb.mi/mi2-disassemble.exp: Likewise.
7764 * gdb.mi/mi2-eval.exp: Likewise.
7765 * gdb.mi/mi2-file.exp: Likewise.
7766 * gdb.mi/mi2-read-memory.exp: Likewise.
7767 * gdb.mi/mi2-regs.exp: Likewise.
7768 * gdb.mi/mi2-return.exp: Likewise.
7769 * gdb.mi/mi2-simplerun.exp: Likewise.
7770 * gdb.mi/mi2-stack.exp: Likewise.
7771 * gdb.mi/mi2-stepi.exp: Likewise.
7772 * gdb.mi/mi2-syn-frame.exp: Likewise.
7773 * gdb.mi/mi2-until.exp: Likewise.
7774 * gdb.mi/mi2-var-block.exp: Likewise.
7775 * gdb.mi/mi2-var-child.exp: Likewise.
7776 * gdb.mi/mi2-var-cmd.exp: Likewise.
7777 * gdb.mi/mi2-var-display.exp: Likewise.
7778 * gdb.mi/mi2-watch.exp: Likewise.
7779 * gdb.stabs/exclfwd.exp: Likewise.
7780 * gdb.stabs/weird.exp: Likewise.
7781 * gdb.threads/gcore-thread.exp: Likewise.
7782 * gdb.trace/actions.exp: Likewise.
7783 * gdb.trace/backtrace.exp: Likewise.
7784 * gdb.trace/circ.exp: Likewise.
7785 * gdb.trace/collection.exp: Likewise.
7786 * gdb.trace/deltrace.exp: Likewise.
7787 * gdb.trace/infotrace.exp: Likewise.
7788 * gdb.trace/limits.exp: Likewise.
7789 * gdb.trace/packetlen.exp: Likewise.
7790 * gdb.trace/passc-dyn.exp: Likewise.
7791 * gdb.trace/passcount.exp: Likewise.
7792 * gdb.trace/report.exp: Likewise.
7793 * gdb.trace/save-trace.exp: Likewise.
7794 * gdb.trace/tfind.exp: Likewise.
7795 * gdb.trace/tracecmd.exp: Likewise.
7796 * gdb.trace/while-dyn.exp: Likewise.
7797 * gdb.trace/while-stepping.exp: Likewise.
7798
f4b618d1
JB
77992006-08-08 Joel Brobecker <brobecker@adacore.com>
7800
7801 * gdb.base/step-bt.c: New file.
7802 * gdb.base/step-bt.exp: New testcase.
7803
3d00d119
DJ
78042006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
7805
7806 * config/monitor.exp (gdb_load): Remove support for obsolete
7807 download-write-size.
7808 * gdb.base/remote.exp: Likewise. Update all callers of
7809 gdb_timed_load.
7810
017b5bd4
DJ
78112006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
7812
7813 * cursal.exp: Pass binfile to gdb_load.
7814
837c599d
DJ
78152006-08-01 Nathan Sidwell <nathan@codesourcery.com>
7816
7817 * gdb.base/cursal.exp: Add "" to gdb_load call.
7818
8dd4540b
MK
78192006-07-29 Mark Kettenis <kettenis@gnu.org>
7820
7821 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
7822 NetBSD/ELF targets.
7823
ab5c9f60
DJ
78242006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
7825
7826 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
7827 operator*.
7828
4c42eaff
DJ
78292006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
7830
7831 * gdb.base/completion.exp: Update for change in "file" behavior.
7832 * gdb.stabs/weird.exp: Likewise.
7833 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
7834 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
7835
0155cc76
NS
78362006-07-24 Nathan Sidwell <nathan@codesourcery.com>
7837
7838 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
7839 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
7840
16026cd7
AS
78412006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
7842
7843 * gdb.base/default.exp: Update source command error message.
7844 * gdb.base/help.exp: Update 'help source' message.
7845
16963cb6
DJ
78462006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
7847
7848 * gdb.cp/bs15503.exp: Update comment for no longer crashing
7849 test.
7850
6d7fd486
AS
78512006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
7852
7853 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
7854
29e8a844
DJ
78552006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7856
7857 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
7858
6afcfa39
DJ
78592006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
7860
7861 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
7862
267a692b
MK
78632006-07-17 Mark Kettenis <kettenis@gnu.org>
7864
7865 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
7866 *-*-openbsd* from targets for wich we expect ARM FPA floating
7867 point format.
7868
85d2fec4
NR
78692006-07-17 Nick Roberts <nickrob@snap.net.nz>
7870
7871 * gdb.cp/annota3.exp: Expect frame-begin annotation.
7872
78732006-07-17 Mark Kettenis <kettenis@gnu.org>
7874
7875 * gdb.base/annota3.exp: Expect frame-begin annotation.
7876
85b4c6e8
JB
78772006-07-14 Joel Brobecker <brobecker@adacore.com>
7878
7879 * gdb.base/help.exp: Adjust "help unset" test to accept
7880 any list of unset commands.
7881
fb933624
DJ
78822006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
7883 Daniel Jacobowitz <dan@codesourcery.com>
7884
7885 * gdb.cp/ref-params.exp: New test.
7886 * gdb.cp/ref-params.cc: New source file.
7887 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
7888
1dff4b64
MK
78892006-07-08 Mark Kettenis <kettenis@gnu.org>
7890
7891 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
7892 spaces/tabs in regular expressions since they might not be there.
7893
40d2e0e3
AS
78942006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
7895
7896 * gdb.base/ifelse.exp: New file.
7897
f6c957d2
NS
78982006-07-04 Nathan Sidwell <nathan@codesourcery.com>
7899
7900 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
7901 line.
7902 * gdb.base/huge.exp: Loop over compilation to find a size that
7903 is acceptable.
7904 * gdb.base/remote.exp: Correct expected strings.
7905 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
7906
b9c5a23d
DJ
79072006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7908
7909 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
7910
9af2e58d
DJ
79112006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7912
7913 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
7914 native.
7915
30930ca5
DJ
79162006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7917
7918 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
7919 enable stabs testing.
7920
aa32fa1d
DJ
79212006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7922
bd4a4c80 7923 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
7924 gdb_test_multiple does.
7925
321fef15
DJ
79262006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7927
7928 * Makefile.in (host_alias): Remove.
7929 (target_alias): Use @target_noncanonical@.
7930 (site.exp): Don't set host_alias.
7931 * aclocal.m4: Remove contents. Include acx.m4.
7932 * configure: Regenerated.
7933 * configure.ac: Use ACX_NONCANONICAL_TARGET.
7934
e1c2defa
NS
79352006-06-13 Nathan Sidwell <nathan@codesourcery.com>
7936
e63b55d1
NS
7937 * lib/gdb.exp (gdb_load_cmd): New.
7938
5600ea19
NS
7939 * gdb.base/fileio.c: Add system(NULL) test.
7940 * gdb.base/fileio.exp: Check it.
7941
e1c2defa
NS
7942 * gdb.base/break.c: Add 10a breakpoint at }
7943 * gdb.base/break.exp: Add test for breakpoint at }
7944 * gdb.cp/anon-union.cc: Add code at end of function.
7945 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
7946 * gdb.mi/var-cmd.c: Add code at end of function.
7947 * gdb.mi/mi-var-display.exp: Adjust end of next.
7948 * gdb.mi/mi2-var-display.exp: Likewise.
7949 * gdb.base/fileio.c: Add stop function and insert calls at
7950 stopping places.
7951 * gdb.base/fileio.exp: Breakpoint stop function and remove
7952 explicit line number references.
7953
6c0112ec
JB
79542006-05-19 Joel Brobecker <brobecker@adacore.com>
7955
a9c64011
AS
7956 * gdb.base/del.exp (test_delete_alias): New function.
7957 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 7958
154189a4
FF
79592006-05-18 Fred Fish <fnf@specifix.com>
7960
7961 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
7962 required. Check for spurious output after program exits normally.
7963
582e64c2
FF
79642006-05-17 Fred Fish <fnf@specifix.com>
7965
7966 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
7967 gdb_load, so it works in the simulator.
7968
8ef6493a
FF
79692006-05-11 Fred Fish <fnf@specifix.com>
7970
7971 * gdb.base/bang.exp: Ignore unexpected output between the
7972 "program exited normally" and the gdb prompt, as many other
7973 tests do.
7974
692b141c
MK
79752006-05-07 Mark Kettenis <kettenis@gnu.org>
7976
7977 * gdb.base/help.exp: Make "delete checkpoint" part option for
7978 "help d" and "help delete" tests.
7979
540b8a30
UW
79802006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7981
a9c64011 7982 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
7983 expected output in some mi_gdb_test statements.
7984 * gdb.mi/mi2-basics.exp: Likewise.
7985
9b6462d9
JB
79862006-05-05 Joel Brobecker <brobecker@adacore.com>
7987
7988 * gdb.base/del.c: New file.
7989 * gdb.base/del.exp: New testcase.
7990
954de43b
DM
79912006-05-05 David S. Miller <davem@sunset.davemloft.net>
7992
7993 * gdb.base/break.exp: Do not assume a breakpoint on
7994 main will actually be in $srcfile when optimizing.
1303f75e
DM
7995 * gdb.base/savedregs.exp: Do not require that the dummy
7996 frame location match up to a symbol and source file location.
c3242428
DM
7997 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
7998 will get printed without a mi_cmd_data_list_register_values prefix.
7999 (*-data-list-register-*): Correct regular expressions to expect the new
8000 pseudo d? floating point registers.
8001 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 8002
c7e64c9a
DJ
80032006-05-05 Christophe Lyon <christophe.lyon@st.com>
8004
8005 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
8006 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
8007 is allocated by the compiler.
8008 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
8009 anons, e, anone to force their allocation by the compiler.
8010
80112006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
8012
8013 * gdb.base/help.exp: Update expected text for help d and
8014 help delete.
8015
27ce9a6d
MK
80162006-05-02 Mark Kettenis <kettenis@gnu.org>
8017
8018 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
8019 NetBSD/ELF targets.
8020
8608915f
MK
80212006-04-30 Mark Kettenis <kettenis@gnu.org>
8022
8023 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
8024 single-step breakpoint fails; make this a KFAIL on
8025 sparc*-*-openbsd*.
8026 * gdb.base/siginfo.exp: Likewise.
8027 * gdb.base/sigstep.exp (advance, advancei): Likewise.
8028
b8db102d
MS
80292006-04-26 Michael Snyder <msnyder@redhat.com>
8030
8031 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
8032 which may have to consume output from other forks.
8033 Add tests to make sure that "delete fork" succeeded.
8034
c702009a
MS
80352006-04-20 Michael Snyder <msnyder@redhat.com>
8036
8037 * 2006-03-22 Jim Blandy <jimb@redhat.com>
8038 Add support for the Renesas M32C and M16C.
8039
8040 * gdb.asm/asm-source.exp: Add m32c target.
8041 * gdb.asm/m32c.inc: Support for m32c target.
8042
e28493f2
AS
80432006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
8044
8045 * gdb.base/commands.exp (recursive_source_test): New test.
8046
880da185
DM
80472006-04-04 David S. Miller <davem@sunset.davemloft.net>
8048
8049 * gdb.base/float.exp: Add pattern for sparc targets.
8050
61d9b92f
DJ
80512006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8052
8053 * gdb.base/commands.exp (stray_arg0_test): New test.
8054
bd717df8
PB
80552006-03-30 Paul Brook <paul@codesourcery.com>
8056
8057 * gdb.mi/mi-until.exp: kfail broken until command.
8058 * gdb.mi/mi2-until.exp: Ditto.
8059
ec793d3c
NR
80602006-03-27 Nick Roberts <nickrob@snap.net.nz>
8061
8062 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
8063
831004b7
AO
80642006-03-08 Alexandre Oliva <aoliva@redhat.com>
8065
8066 * gdb.base/prelink.exp: Anchor tested-for regular expression
8067 on gdb prompt.
8068
effe49a0
PB
80692006-03-07 Paul Brook <paul@codesourcery.com>
8070
8071 * gdb.base/assign.exp: Correct fail message.
8072
e5461016
PB
80732006-03-07 Paul Brook <paul@codesourcery.com>
8074
8075 * lib/compiler.c: Extract armcc version number.
8076 * lib/compiler.cc: Ditto.
8077
fc91c6c2
PB
80782006-03-07 Paul Brook <paul@codesourcery.com>
8079
8080 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
8081 additional_flags=-w.
8082 * gdb.arch/altivec-regs.exp: Ditto.
8083 * gdb.arch/e500-abi.exp: Ditto.
8084 * gdb.arch/e500-regs.exp: Ditto.
8085 * gdb.base/all-bin.exp: Ditto.
8086 * gdb.base/annota1.exp: Ditto.
8087 * gdb.base/annota3.exp: Ditto.
8088 * gdb.base/args.exp: Ditto.
8089 * gdb.base/arithmet.exp: Ditto.
8090 * gdb.base/assign.exp: Ditto.
8091 * gdb.base/async.exp: Ditto.
8092 * gdb.base/bang.exp: Ditto.
8093 * gdb.base/break.exp: Ditto.
8094 * gdb.base/call-rt-st.exp: Ditto.
8095 * gdb.base/completion.exp: Ditto.
8096 * gdb.base/cond-expr.exp: Ditto.
8097 * gdb.base/condbreak.exp: Ditto.
8098 * gdb.base/consecutive.exp: Ditto.
8099 * gdb.base/define.exp: Ditto.
8100 * gdb.base/display.exp: Ditto.
8101 * gdb.base/ena-dis-br.exp: Ditto.
8102 * gdb.base/environ.exp: Ditto.
8103 * gdb.base/eval-skip.exp: Ditto.
8104 * gdb.base/info-proc.exp: Ditto.
8105 * gdb.base/jump.exp: Ditto.
8106 * gdb.base/logical.exp: Ditto.
8107 * gdb.base/long_long.exp: Ditto.
8108 * gdb.base/maint.exp: Ditto.
8109 * gdb.base/miscexprs.exp: Ditto.
8110 * gdb.base/pc-fp.exp: Ditto.
8111 * gdb.base/pointers.exp: Ditto.
8112 * gdb.base/relational.exp: Ditto.
8113 * gdb.base/reread.exp: Ditto.
8114 * gdb.base/sect-cmd.exp: Ditto.
8115 * gdb.base/sep.exp: Ditto.
8116 * gdb.base/sepdebug.exp: Ditto.
8117 * gdb.base/until.exp: Ditto.
8118 * gdb.base/whatis-exp.exp: Ditto.
8119 * gdb.cp/annota2.exp: Ditto.
8120 * gdb.cp/annota3.exp: Ditto.
8121 * gdb.trace/actions.exp: Ditto.
8122 * gdb.trace/backtrace.exp: Ditto.
8123 * gdb.trace/circ.exp: Ditto.
8124 * gdb.trace/collection.exp: Ditto.
8125 * gdb.trace/deltrace.exp: Ditto.
8126 * gdb.trace/infotrace.exp: Ditto.
8127 * gdb.trace/limits.exp: Ditto.
8128 * gdb.trace/packetlen.exp: Ditto.
8129 * gdb.trace/passc-dyn.exp: Ditto.
8130 * gdb.trace/passcount.exp: Ditto.
8131 * gdb.trace/report.exp: Ditto.
8132 * gdb.trace/save-trace.exp: Ditto.
8133 * gdb.trace/tfind.exp: Ditto.
8134 * gdb.trace/tracecmd.exp: Ditto.
8135 * gdb.trace/while-dyn.exp: Ditto.
8136 * gdb.trace/while-stepping.exp: Ditto.
8137 * lib/gdb.exp: Ditto.
8138 (gdb_compile): Handle nowarning option.
8139
5f4a23d9
AO
81402006-03-07 Alexandre Oliva <aoliva@redhat.com>
8141
8142 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
8143 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
8144 Rename executable to prelinkt. Don't re-prelink if we didn't
8145 get a core file. Test prelink -u exit status to tell whether
8146 prelinking failed. Use gdb_test_multiple.
8147
9733fc94
DJ
81482006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
8149
8150 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
8151 (do_tests): Call it.
8152
cc10cae3
AO
81532006-02-28 Alexandre Oliva <aoliva@redhat.com>
8154
8155 * gdb.base/prelink.exp: New test.
8156 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
8157
15c46491
WZ
81582006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
8159
8160 * gdb.fortran/derived-type.f90: New file.
8161 * gdb.fortran/derived-type.exp: New testcase.
8162
5c9f7ded
DJ
81632006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
8164
8165 * gdb.base/default.exp: Allow ';' as a directory separator.
8166
5b96932b
AS
81672006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8168
8169 * gdb.base/help.exp (help add-symbol-file): Update.
8170
1986bccd
AS
81712006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
8172
8173 * gdb.base/help.exp (help load): Update expected results.
8174
a8b7528f
FF
81752006-02-19 Fred Fish <fnf@specifix.com>
8176
8177 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
8178 specifix hex value as part of results.
8179 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 8180
f8261448
FF
81812006-02-16 Fred Fish <fnf@specifix.com>
8182
8183 * gdb.base/whatis.c: Define variables using typedefs char_addr,
8184 ushort_addr, and slong_addr, so the typedefs are not optimized
8185 away.
8186 * gdb.base/whatis.exp: Add tests using type name for struct type,
8187 union type, enum type, and typedef.
a9c64011 8188
31d8bdd2
MK
81892006-02-13 Mark Kettenis <kettenis@gnu.org>
8190
8191 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
8192
34e41e63
JB
81932006-02-13 Jim Blandy <jimb@redhat.com>
8194
8195 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
8196 case where it takes two "next" commands to skip past the init
8197 call.
8198
ac6e4f31
FF
81992006-02-12 Fred Fish <fnf@specifix.com>
8200
8201 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
8202 to handle cases where it takes two "next" commands to skip
8203 past the init call.
8204
2db2d571
JB
82052006-02-07 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.ada/array_return.exp: Mark the last test as expected to fail
8208 on hppa32 targets.
8209
38fcd64c
DJ
82102006-02-06 Vladimir Prus <ghost@cs.msu.su>
8211
8212 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
8213 field.
8214
1315ad46
MK
82152006-01-29 Mark Kettenis <kettenis@gnu.org>
8216
8217 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
8218
5625b943
DJ
82192006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8220
8221 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
8222 files.
8223
80df1bbe
DJ
82242006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8225
8226 * gdb.cp/maint.exp: Set complaints to a positive value.
8227
9078e690
DJ
82282006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8229
8230 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
8231 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
8232 function name.
8233
9c903399
DJ
82342006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
8235
8236 * gdb.base/checkpoint.c: Update copyright notice. Include
8237 <stdlib.h>.
8238
761ae4d6
JB
82392006-01-04 Jim Blandy <jimb@redhat.com>
8240
8241 * gdb.asm/asm-source.exp: Independently provide default values for
8242 asm-flags and debug-flags. Use 'string equal' to do the
8243 comparison, not the implicit expr's '==' operator. Remove
8244 now-unneeded assignments to asm-flags. In h8300 case, place
8245 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
8246
099ac3dd
MS
82472006-01-04 Michael Snyder <msnyder@redhat.com>
8248
8249 * gdb.base/checkpoint.c: New file.
8250 * gdb.base/checkpoint.exp: New file.
8251 * gdb.base/multi-fork.c: New file.
8252 * gdb.base/multi-fork.exp: New file.
8253 * gdb.base/pi.txt: New file (data for checkpoint.c test).
8254
f4d85314
FF
82552006-01-04 Fred Fish <fnf@specifix.com>
8256
8257 * gdb.base/ptype.c (foo): Add typedef.
8258 (intfoo): Add function.
8259 * gdb.base/ptype1.c: New file.
8260 * gdb.base/ptype.exp: Handle compilation and linking with two
8261 source files. Test that proper type for "foo" is found based
8262 on source context rather than first match found in symtabs.
8263
a1b06f35
MK
82642005-12-28 Mark Kettenis <kettenis@gnu.org>
8265
8266 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
8267 * gdb.asm/openbsd.inc: Indent commands.
8268
d082a1e2
MK
82692005-12-26 Mark Kettenis <kettenis@gnu.org>
8270
c65016bd
MK
8271 * gdb.base/freebpcmd.exp: Increase timeout.
8272
d082a1e2
MK
8273 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
8274
d3c32a0e
DJ
82752005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
8276
8277 * gdb.base/default.exp: Update check for "show version".
8278
9fdb1f50
RC
82792005-12-09 Randolph Chung <tausq@debian.org>
8280
8281 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
8282 * gdb.asm/pa64.inc: New file.
8283
5f2c56f7
RC
82842005-12-09 Randolph Chung <tausq@debian.org>
8285
8286 * gdb.asm/common.inc: Indent commands.
8287 * gdb.asm/asmsrc1.s: Likewise.
8288 * gdb.asm/asmsrc2.s: Likewise.
8289
8117349c
RC
82902005-12-09 Randolph Chung <tausq@debian.org>
8291
8292 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
8293 (get_addr_of_sym): Remove duplicate print.
8294 (gen_core): xfail hppa*-*-hpux*, update expected output.
8295 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
8296 * gdb.arch/pa64-nullify.s: New file.
8297
8f07f25a
RC
82982005-12-09 Randolph Chung <tausq@debian.org>
8299
8300 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
8301
55b39184
DJ
83022005-12-07 Christophe Lyon <christophe.lyon@st.com>
8303
8304 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
8305 code generation for these functions.
8306 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
8307 error message.
8308
31e2b00f
AS
83092005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
8310
8311 * gdb.base/help.exp (help b, help br, help bre, help brea)
8312 (help break): Update the expected message.
8313
c3d0b56e
SC
83142005-11-11 Stephane Carrez <stcarrez@nerim.fr>
8315
8316 * gdb.asm/m68hc11.inc: Setup the data section.
8317 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
8318 script for this test.
8319 (m6812-*-*): Likewise.
8320
36ae0ea9
RC
83212005-11-09 Randolph Chung <tausq@debian.org>
8322
8323 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
8324
9d6f42e9
WZ
83252005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
8326
8327 * gdb.base/break.exp: Fix a comment typo.
8328
e2126a14
EZ
83292005-11-03 Jim Blandy <jimb@redhat.com>
8330
a9c64011
AS
8331 Checked in by Elena Zannoni <ezannoni@redhat.com>
8332
e2126a14
EZ
8333 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
8334
e0ac7199
CV
83352005-11-02 Corinna Vinschen <vinschen@redhat.com>
8336
8337 * gdb.arch/gdb1558.c: Include stdio.h.
8338
31d3fb18
MK
83392005-10-31 Mark Kettenis <kettenis@gnu.org>
8340
8341 * gdb.asm/asm-source.exp: Use -e instead of --entry.
8342
e52b687c
MK
83432005-10-31 Mark Kettenis <kettenis@gnu.org>
8344
8345 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
8346
f4711d79
PG
83472005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
8348
a9c64011
AS
8349 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8350 vscr" tests to better match output.
f4711d79 8351
987a9106
JB
83522005-10-12 Jim Blandy <jimb@redhat.com>
8353
8354 * gdb.base/structs.exp (any): New function.
8355 (test_struct_returns): Don't make any assumptions at all about
8356 what value the function returns when GDB can't set the return
8357 value.
8358
2336bb58
JB
83592005-10-09 Joel Brobecker <brobecker@adacore.com>
8360
8361 * gdb.ada/arrayidx/p.adb: New file.
8362 * gdb.ada/arrayidx.exp: New testcase
8363
83642005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
8365
8366 * gdb.ada/array_return/pck.ads: New file.
8367 * gdb.ada/array_return/pck.adb: New file.
8368 * gdb.ada/array_return/p.adb: New file.
8369 * gdb.ada/array_return.exp: New testcase.
8370
705335ea
JB
83712005-10-03 Joel Brobecker <brobecker@adacore.com>
8372
a9c64011
AS
8373 * gdb.base/arrayidx.c: New file.
8374 * gdb.base/arrayidx.exp: New testcase.
705335ea 8375
11ee9940
NR
83762005-09-29 Nick Roberts <nickrob@snap.net.nz>
8377
8378 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
8379 frames-invalid and breakpoints-invalid are no longer generated
8380 with level 3 so don't expect them in the output.
8381
39fb8e9e
BR
83822005-09-27 Bob Rossi <bob@brasko.net>
8383
a9c64011 8384 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
8385 from test. Escape the | in mi_gdb_test call.
8386 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
8387 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
8388 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
8389 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
8390 expected regex's in mi_gdb_test calls.
8391 * lib/mi-support.exp: Remove arbitrary .* from tests.
8392 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
8393 Fully anchor GDB/MI expected results in mi_gdb_test.
8394 * lib/gdb.exp (string_to_regexp): Escape the ] character.
8395 * gdb.base/sizeof.exp: Remove escape character. Correct test.
8396
2af48f68
PB
83972005-09-26 Paul Brook <paul@codesourcery.com>
8398
8399 * long_long.exp: Exclude eabi targets from arm FPA float format test.
8400
f34502bc
WZ
84012005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8402
8403 * bfp-test.c: New file.
8404 * bfp-test.exp: New testcase.
8405
ca929517
WZ
84062005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
8407
8408 * gdb.fortran/subarray.exp: New testcase to test the evaluation
8409 of subarray and substring variable.
8410 * gdb.fortran/subarray.f: New source file for the test of subarray
8411 and substring variable evaluation.
8412 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
8413 of string constant.
8414
c761af65
DJ
84152005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8416
8417 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
8418 copyright dates.
8419
561d7a1d
PG
84202005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
8421
8422 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
8423 powerpc altivec' test with an almost identical 'info vector' test.
8424
b2b64cc9
PG
84252005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8426
a9c64011
AS
8427 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
8428 vscr" tests to match output.
b2b64cc9 8429
6ac4d15a
PG
84302005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
8431
a9c64011
AS
8432 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
8433 output.
6ac4d15a 8434
40e55bef
BR
84352005-09-11 Bob Rossi <bob@brasko.net>
8436
8437 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 8438 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
8439 commands that return an MI output command and an asyncronous MI output
8440 command.
8441 * gdb.mi/mi-console.exp: Ditto.
8442
3c7385ec
BR
84432005-09-11 Bob Rossi <bob@brasko.net>
8444
8445 * gdb.mi/mi-var-child.c: Include <string.h>.
8446
a6cd0eb3
DJ
84472005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
8448
8449 * killed.exp: Correct gdb_expect syntax.
8450
2f168eed
CV
84512005-08-09 Corinna Vinschen <vinschen@redhat.com>
8452
8453 * lib/mi-support.exp (mi_gdb_load): Fix typo.
8454
ecd3fd0f
BR
84552005-08-02 Bob Rossi <bob@brasko.net>
8456
8457 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
8458 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
8459 Change tests to inferior-tty-set/show.
8460 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
8461 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
8462 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
8463 inferior. Use mi_gdb_test to get GDB and Inferior output.
8464 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
8465 descriptor.
8466 (mi_inferior_tty_name): Add inferior PTY file name.
8467 (mi_gdb_start): Add INFERIOR_PTY parameter.
8468 (mi_gdb_test): Add IPATTERN parameter.
8469
f1ea48cb 84702005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 8471
f1ea48cb
BR
8472 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
8473 parameter to mi_gdb_test.
8474 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
8475
6e650a67
DJ
84762005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8477
8478 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
8479 struct_declarations.
8480 * gdb.mi/mi-var-child.exp: Step over the initialization of
8481 struct_declarations.
8482
8be260b6
DJ
84832005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
8484
8485 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
8486 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
8487 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
8488 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
8489 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
8490 file.
8491
4e660f07
NR
84922005-07-27 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
8495 (do_children_tests): Assign values to the extra elements.
8496
8497 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
8498 them for tests for "-var-update --no-values" and
a9c64011 8499 "-var-update --all-values".
4e660f07
NR
8500 Add test for "-var-list-children --simple-values".
8501
8502 * gdb.mi/basics.c (callee4): Add integer array D[3]...
8503
8504 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
8505 "-stack-list-locals --simple-values" Improve doc strings and
8506 comments.
8507
6bdae935
MK
85082005-07-18 Mark Kettenis <kettenis@gnu.org>
8509
598b7a6f
MK
8510 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
8511 *-*-openbsd*.
8512 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
8513
6bdae935
MK
8514 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
8515 sigaltsatck'.
8516
1323e929 85172005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 8518
1323e929
BR
8519 * gdb.base/default.exp (tty): Changed output of command.
8520 * gdb.base/help.exp (help tty): Ditto.
8521
b1a9c082
MK
85222005-07-12 Mark Kettenis <kettenis@gnu.org>
8523
8524 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
8525
10a844a2
MK
85262005-07-10 Mark Kettenis <kettenis@gnu.org>
8527
8528 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
8529 -stack-select-frame without arguments.
8530 (test_stack_frame_listing): Add test for newly implemented command
8531 -stack-info-frame.
8532
3cb3b8df
BR
85332005-07-06 Bob Rossi <bob@brasko.net>
8534
8535 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
8536 command.
8537 (Copyright): Update copyright.
8538
a0c5fbcf
WZ
85392005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
8540
8541 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
8542 tests to evaluate exponentiation expression.
8543
984971d0
AS
85442005-06-29 Andreas Schwab <schwab@suse.de>
8545
8546 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
8547 main to avoid warnings.
8548
8549 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
8550
fe03833f
NR
85512005-06-20 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
8554 -stack-select-frame without arguments.
8555 (test_stack_frame_listing): Add test for newly implemented command
8556 -stack-info-frame.
a9c64011 8557
7a55f279
WZ
85582005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
8559
0ffa0ea5
DJ
8560 * gdb.fortran/array-element.f: New file.
8561 * gdb.fortran/array-element.exp: New testcase.
7a55f279 8562
26585198
DJ
85632005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8564
8565 * gdb.base/bigcore.exp: Correct checks for systems which can
8566 not dump a large core file.
8567
c1bd25fd
DJ
85682005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8569
8570 * gdb.base/relocate.c: Add a copyright notice.
8571 (dummy): Remove.
8572 * gdb.base/relocate.exp: Test printing the values of variables
8573 from a relocatable file.
8574
589e074d
DJ
85752005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8576
8577 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
8578 excess MI output after an error.
8579
0915f927
JB
85802005-05-29 Joel Brobecker <brobecker@adacore.com>
8581
8582 * gdb.arch/alpha-step.c: New file.
8583 * gdb.arch/alpha-step.exp: New testcase.
8584
76ff342d
DJ
85852005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
8586 Dennis Brueni <dennis@slickedit.com>
8587
8588 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
8589 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
8590 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
8591 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
8592 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
8593 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
8594 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
8595
96b0c7ac
DJ
85962005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
8597 Wu Zhou <woodzltc@cn.ibm.com>
8598
8599 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
8600 IBM's xlc compiler.
8601 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
8602 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
8603
f21565d2
JB
86042005-05-13 Jim Blandy <jimb@redhat.com>
8605
8606 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
8607 calling gdb_suppress_entire_file.
8608 * gdb.base/charset.exp: Same.
8609 * gdb.base/call-rt-st.exp: Same.
8610
6006a3a1
BR
86112005-05-05 Bob Rossi <bob_rossi@cox.net>
8612
8613 * lib/gdb.exp (fullname_syntax): Added global regex.
8614 (fullname_syntax_POSIX): Ditto.
8615 (fullname_syntax_UNC): Ditto.
8616 (fullname_syntax_DOS_CASE): Ditto.
8617 (fullname_syntax_DOS): Ditto.
8618 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
8619 fullname_syntax variable to scope and use it.
8620 (test_file_list_exec_source_files): Ditto.
8621 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
8622
c3b69c04
DJ
86232005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8624
8625 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
8626
3c95e6af
PG
86272004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
8628
a9c64011
AS
8629 * lib/gdb.exp (skip_altivec_tests): New function, based on
8630 check_vmx_hw_available from the GCC testsuite.
8631 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
8632 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 8633
78df6c56
JB
86342005-05-02 Jim Blandy <jimb@redhat.com>
8635
8636 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
8637 calling gdb_suppress_entire_file.
8638
1690f9cf
DJ
86392005-04-30 Randolph Chung <tausq@debian.org>
8640
8641 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
8642 Slightly relax "sem_post" name checking.
8643
5ea106f7
PG
86442005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8645
8646 * gdb.base/unload.exp: Use new shared library infrastructure.
8647
bf7234cf
PG
86482005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
8649
8650 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 8651 infrastructure.
bf7234cf 8652
547b869a
CV
86532005-04-29 Corinna Vinschen <vinschen@redhat.com>
8654
8655 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
8656 * gdb.asm/h8300.inc: New file.
8657
f07e55f0
PG
86582005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8659
8660 * gdb.base/shlib-call.exp: Change to use new shared library
8661 infrastructure.
8662
3cbba3d1
PG
86632005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8664
a9c64011
AS
8665 * gdb.base/pending.exp: Change to use new shared library
8666 infrastructure.
3cbba3d1 8667
ed6df200
PG
86682005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
8669
a9c64011
AS
8670 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
8671 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 8672
8c8f4ebe
PG
86732005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
8674
a9c64011
AS
8675 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
8676 shared objects being adjusted and update copyright years.
8c8f4ebe 8677
607fbc54
DJ
86782005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * ChangeLog: Correct some 2003-01-13 dates.
8681 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
8682 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
8683 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
8684 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
8685 gdb.trace/tfind.exp: Update copyright years.
8686
57bf0e56
DJ
86872005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
8688 Daniel Jacobowitz <dan@codesourcery.com>
8689
8690 * lib/gdb.exp (gdb_compile): Handle shlib=.
8691 (gdb_compile_shlib): New function.
8692
9b593790
PG
86932005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
8694
a9c64011 8695 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 8696
9494c6a5
DJ
86972005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8698
8699 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
8700 gdb.server.
8701 * configure.ac: Likewise.
8702 * configure: Regenerated.
8703 * gdb.gdbserver/Makefile.in: Moved to...
8704 * gdb.server/Makefile.in: ... here.
8705 * gdb.gdbserver/server.c: Moved to...
8706 * gdb.server/server.c: ... here.
8707 * gdb.gdbserver/server-run.exp: Moved to...
8708 * gdb.server/server-run.exp: ... here.
8709
6f8eac0e
DJ
87102005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
8711
8712 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
8713 * configure.ac: Create gdb.gdbserver/Makefile.
8714 * configure: Regenerated.
8715 * lib/gdbserver-support.exp: New file, derived from
8716 config/gdbserver.exp.
8717 * config/gdbserver.exp: Use gdbserver-support.exp.
8718 * gdb.gdbserver/Makefile.in: New file.
8719 * gdb.gdbserver/server.c: New file.
8720 * gdb.gdbserver/server-run.exp: New file.
8721
6e87504d
PG
87222005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
8723
a9c64011
AS
8724 * lib/gdb.exp (test_compiler_info): Return compiler_info
8725 if no arguments are given.
6e87504d 8726
d1779be4
PG
87272005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
8728
8729 * gdb.arch/altivec-abi.exp: Check for compiler and set
8730 use altivec' flag accordingly.
8731 * gdb.arch/altivec-regs.exp: Likewise.
8732
88750304
DJ
87332005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
8734
8735 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
8736
f3fb768d
AS
87372005-03-27 Andreas Schwab <schwab@suse.de>
8738
8739 * gdb.base/bigcore.c (main): Add missing mode argument in open
8740 call.
8741
7e813ac5
DJ
87422005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
8743
8744 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
8745 downloads.
8746 * config/gdbserver.exp (gdb_load): Likewise.
8747
8e3049aa
PB
87482005-03-14 Paul Brook <paul@codesourcery.com>
8749
8750 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
8751 targets.
8752
a9df7c44
JB
87532005-03-09 Joel Brobecker <brobecker@adacore.com>
8754
8755 * gdb.dwarf2/dup-psym.S: New file.
8756 * gdb.dwarf2/dup-psym.exp: New testcase.
8757
9f0d94e8
JB
87582005-03-09 Joel Brobecker <brobecker@adacore.com>
8759
8760 * gdb.ada/exec_changed/first.adb: New file.
8761 * gdb.ada/exec_changed/second.adb: New file.
8762 * gdb.ada/exec_changed.exp: New testcase.
8763
5f579bc5
NS
87642005-03-08 Nathan Sidwell <nathan@codesourcery.com>
8765
36e9969c
NS
8766 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
8767 (A2): New class.
8768 (main): Test operator+.
8769 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
8770 breakpoint test.
8771
5f579bc5
NS
8772 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
8773 * gdb.base/signull.exp: Disable if gdb,nosignals.
8774 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
8775 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
8776 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
8777 * gdb.mi/mi2-console.exp: Likewise.
8778 * gdb.trace/collection.exp (run_trace_experiment): Consume the
8779 continue output at start.
8780 (gdb_collect_locals_test): Robustify regexp.
8781 * gdb.trace/passc-dyn.exp: Fix comment typo.
8782 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
8783
be46087e
CV
87842005-03-08 Corinna Vinschen <vinschen@redhat.com>
8785
8786 * gdb.asm/asm-source.exp: Add iq2000 case.
8787 * gdb.asm/iq2000.inc: New file.
8788
384e1a61 87892005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 8790
384e1a61
MI
8791 * gdb.base/command.exp: Change hardcoded value to regular expression.
8792 * gdb.base/float.exp: Add powerpc to the list of targets checked.
8793
584b6e9e
DJ
87942005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
8795
8796 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
8797 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
8798 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
8799 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
8800 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
8801
ab5b5d61
MK
88022005-03-05 Mark Kettenis <kettenis@gnu.org>
8803
8804 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
8805 changes.
8806
ae051c1b
PG
88072004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
8808
a9c64011
AS
8809 * lib/compiler.c: Add test for IBM's xlc compiler.
8810 * lib/compiler.cc: Likewise.
ae051c1b 8811
3f0f6ed2
JB
88122004-02-24 Joel Brobecker <brobecker@adacore.com>
8813
8814 * gdb.ada/fixed_points.exp: Create compilation object directory
8815 before running the test.
8816 * gdb.ada/null_record.exp: Likewise.
8817 * gdb.ada/packed_array.exp: Likewise.
8818 * gdb.ada/start.exp: Likewise.
8819
724f452b
JB
88202005-02-15 Joel Brobecker <brobecker@adacore.com>
8821
8822 * gdb.ada/packed_array/pa.adb: New file.
8823 * gdb.ada/packed_array.exp: New testcase.
8824
57f5cdfb 88252005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 8826
1f393151
MK
8827 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
8828 files.
8829
ebdda337
MK
8830 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
8831 on *-*-openbsd*. Correctly match whitespace in regukar
8832 expressions.
8833
cf309262
DJ
88342005-02-10 Daniel Jacobowitz <dan@debian.org>
8835
8836 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
8837 PR exp/1821
8838 * gdb.base/gdb1821.c: New test file.
8839 * gdb.base/gdb1821.exp: New test file.
8840
3be49e7a
JB
88412005-02-09 Joel Brobecker <brobecker@adacore.com>
8842
8843 * gdb.base/start.c: New file.
8844 * gdb.base/start.exp: New testcase.
8845
e292e67d
JB
88462005-02-09 Joel Brobecker <brobecker@adacore.com>
8847
8848 * gdb.ada/start/dummy.adb: New file.
8849 * gdb.ada/start.exp: New testcase.
8850
dbdfa66c
CV
88512005-02-09 Corinna Vinschen <vinschen@redhat.com>
8852
8853 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
8854 for printing symbols and statistics.
8855 Add test for using relative pathnames in "maint print msymbols" test.
8856 Mark "maint info sections DATA" XFAIL on Cygwin.
8857 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
8858 tests.
8859
d7941671
AC
88602005-02-09 Andreas Schwab <schwab@suse.de>
8861
8862 Committed by Andrew Cagney <cagney@gnu.org>
8863 * gdb.base/remotetimeout.exp: New file.
8864
74e5ef44
MK
88652005-02-07 Mark Kettenis <kettenis@gnu.org>
8866
8867 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
8868
464dd14d
JB
88692005-02-03 Joel Brobecker <brobecker@adacore.com>
8870
8871 * gdb.ada/gnat_ada.gpr: New file.
8872 * gdb.ada/gnat_ada.gin: Delete, no longer used.
8873 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
8874 * configure.ac: No longer generate gnat_ada.gpr.
8875 * configure: Regenerate.
8876 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
8877 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
8878 * gdb.ada/null_record/bar.ads: Likewise.
8879 * gdb.ada/null_record/bar.adb: Likewise.
8880 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
8881 * gdb.ada/null_record.exp (testdir): New variable.
8882 (testfile): executable is now in testdir subdirectory.
8883 (srcfile): Use full path to the main compilation unit.
8884 * gdb.ada/fixed_points.exp: Same changes as above.
8885
30d756ae
NR
88862005-02-03 Nick Roberts <nickrob@snap.net.nz>
8887
8888 * gdb.base/interp.exp: New test.
8889
9d799f85
AC
88902005-01-24 Andrew Cagney <cagney@gnu.org>
8891
8892 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
8893
15656118
AC
88942005-01-19 Andrew Cagney <cagney@gnu.org>
8895
a892c31b
AC
8896 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
8897 configure.ac not configure.in.
8898
15656118
AC
8899 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
8900 of powerpc*-*-*.
8901 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 8902 * gdb.base/list.exp (test_list_function)
15656118
AC
8903 (test_list_filename_and_function): Ditto.
8904 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
8905
a7b01baf
AC
89062005-01-16 Andrew Cagney <cagney@gnu.org>
8907
17d92a02
AC
8908 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
8909
a7b01baf
AC
8910 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
8911
bc8332bb
AC
89122005-01-14 Andrew Cagney <cagney@gnu.org>
8913
8914 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
8915 * gdb.mi/mi2-var-cmd.exp: Ditto.
8916
4d074752
CV
89172005-01-10 Corinna Vinschen <vinschen@redhat.com>
8918
8919 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
8920
bec39cab
AC
89212005-01-07 Andrew Cagney <cagney@gnu.org>
8922
8923 * configure.ac: Rename configure.in, require autoconf 2.59.
8924 * configure: Re-generate.
8925 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
8926 * gdb.stabs/configure: Re-generate.
8927 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
8928 * gdb.hp/configure: Re-generate.
8929 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
8930 autoconf 2.59.
8931 * gdb.hp/gdb.objdbg/configure: Re-generate.
8932 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
8933 autoconf 2.59.
8934 * gdb.hp/gdb.defects/configure: Re-generate.
8935 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
8936 autoconf 2.59.
8937 * gdb.hp/gdb.compat/configure: Re-generate.
8938 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
8939 autoconf 2.59.
8940 * gdb.hp/gdb.base-hp/configure: Re-generate.
8941 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
8942 autoconf 2.59.
8943 * gdb.hp/gdb.aCC/configure: Re-generate.
8944
f10b16d4
JB
89452004-12-15 Jim Blandy <jimb@redhat.com>
8946
8947 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
8948 under NPTL when there is debugging info available for libpthread.
8949
fb6e1814
JG
89502004-12-13 Jerome Guitton <guitton@gnat.com>
8951
8952 * gdb.ada/fixed_points.c: New file.
8953 * gdb.ada/fixed_points.exp: New file.
8954
fe46cd3a
RC
89552004-12-03 Randolph Chung <tausq@debian.org>
8956
8957 * gdb.arch/pa-nullify.exp: New file.
8958 * gdb.arch/pa-nullify.s: New file.
8959
8de0841b
RC
89602004-11-30 Randolph Chung <tausq@debian.org>
8961
8962 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
8963 instead of "tbug". Fix regexp to work properly with gdb_test.
8964
c8170782
PH
89652004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
8966
8967 * gdb.base/bitfields2.exp: New test.
8968 * gdb.base/bitfields2.c: New file.
8969
954269c2
RE
89702004-11-28 Richard Earnshaw <rearnsha@arm.com>
8971
8972 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
8973
0107feed
RC
89742004-11-16 Randolph Chung <tausq@debian.org>
8975
8976 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
8977
f073ae8c
DJ
89782004-11-14 Daniel Jacobowitz <dan@debian.org>
8979
8980 * gdb.threads/threadapply.exp: Correct "macro details" test.
8981
19ad59e7
JJ
89822004-11-11 Jeff Johnston <jjohnstn@redhat.com>
8983
8984 * gdb.threads/threadapply.exp: New test.
8985 * gdb.threads/threadapply.c: New file.
8986
9cf0961b
MK
89872004-11-07 Mark Kettenis <kettenis@gnu.org>
8988
8989 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
8990 frames.
8991
c789492a
FL
89922004-11-05 Felix Lee <felix+log1@specifixinc.com>
8993
8994 * gdb.base/cursal.exp: New file.
8995 * gdb.base/cursal.c: New file.
8996
a1e167bb
AC
89972004-11-03 Andrew Cagney <cagney@gnu.org>
8998
8999 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
9000
b7cbf173
MK
90012004-10-30 Mark Kettenis <kettenis@gnu.org>
9002
9003 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
9004 NetBSD/ELF targets.
9005
88f9d34f
JB
90062004-10-29 Joel Brobecker <brobecker@gnat.com>
9007
9008 * gdb.threads/bp_in_thread.c: New file, copied from
9009 pthread_cond_wait.c.
9010 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
9011 file, rather than reusing the .c file from another testcase.
9012
ca7d6a0c
JB
90132004-10-20 Joel Brobecker <brobecker@gnat.com>
9014
9015 * gdb.ada/null_record.exp: Check where we stopped after
9016 sending the start command, instead of where the associated
9017 temporary breakpoint was inserted.
9018
0d863d03
AC
90192004-10-14 Andrew Cagney <cagney@gnu.org>
9020
9021 * gdb.mi/gdb701.c (main): Return 0.
9022
d11e72cb
DJ
90232004-10-13 Daniel Jacobowitz <dan@debian.org>
9024
d40539a4 9025 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 9026
e1923096
JJ
90272004-10-12 Jeff Johnston <jjohnstn@redhat.com>
9028
9029 * gdb.threads/schedlock.c: Add comment markers to use to find
9030 line numbers.
9031 * gdb.threads/schedlock.exp: Adjust regex to handle the new
9032 comments.
9033 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
9034 breakpoint lines.
9035
ec8ba2c9
DJ
90362004-10-12 Daniel Jacobowitz <dan@debian.org>
9037
9038 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
9039
0eb3658b
DJ
90402004-10-12 Daniel Jacobowitz <dan@debian.org>
9041
9042 * configure.in: Add gdb.dwarf2.
9043 * configure: Regenerated.
9044 * Makefile.in: Add gdb.dwarf2.
9045 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
9046 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
9047 gdb.dwarf2/file1.txt: New files.
9048
a271cc33
OF
90492004-10-11 Orjan Friberg <orjanf@axis.com>
9050
a9c64011 9051 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
9052 of "run", since the latter doesn't work with remote targets. Adjust
9053 the breakpoint numbering accordingly.
9054 * gdb.threads/pthread_cond_wait.exp: Ditto.
9055
895ce074
MC
90562004-10-08 Michael Chastain <mec.gnu@mindspring.com>
9057
9058 * gdb.base/overlays.exp: Update copyright years.
9059
6be3092d
KI
90602004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
9061
9062 * gdb.base/overlays.exp: Disable if target is Linux.
9063
e05389b8
FL
90642004-10-06 Felix Lee <felix+log1@specifixinc.com>
9065
9066 * config/gdbserver.exp (gdb_load): Use right filename on remote.
9067
73cb587d
KI
90682004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
9069
9070 * gdb.asm/asm-source.exp: Add m32r-linux target.
9071 * gdb.asm/m32r-linux.inc: New file.
9072
3c0edcdc
AC
90732004-09-24 Andrew Cagney <cagney@redhat.com>
9074 David Anderson <anderson@redhat.com>
9075
9076 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
9077 command fails, assume things will work.
9078 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
9079 (_GNU_SOURCE): Define.
9080 (print_unsigned, print_hex): Change parameter to "long long".
9081 (print_byte_count): New function, use to print byte counts.
9082 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
9083 O_LARGEFILE.
9084 (main): Compute an upper bound on a corefile in max_core_size.
9085 Limit memory chunk size to max_core_size. Limit total memory
9086 allocated to max_core_size.
9087
4bb3667f
AC
90882004-09-23 Andrew Cagney <cagney@gnu.org>
9089
9090 * gdb.base/bigcore.exp: Replace the code that creates a corefile
9091 from a separate process with code that creates a corefile by
9092 making the inferior dump core.
9093
60fe1a51
MK
90942004-09-23 Mark Kettenis <kettenis@gnu.org>
9095
9096 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
9097 block.
9098
8e937346
MC
90992004-09-23 Michael Chastain <mec.gnu@mindspring.com>
9100
9101 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
9102 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
9103 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
9104 Likewise.
9105
7213f6d6
JJ
91062004-09-20 Jeff Johnston <jjohnstn@redhat.com>
9107
9108 * gdb.java/jprint.exp: New test case for java inferior call.
9109 * gdb.java/jprint.java: Ditto.
9110
eac69dca
JB
91112004-09-15 Joel Brobecker <brobecker@gnat.com>
9112
9113 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
9114
22227696
MC
91152004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9116
9117 * gdb.threads/killed.c: Include <stdlib.h>.
9118 * gdb.threads/pthreads.c: Likewise.
9119
7dd403a4
MC
91202004-09-14 Michael Chastain <mec.gnu@mindspring.com>
9121
9122 * gdb.threads/killed.c: Add copyright notice.
9123
33f2d567
JM
91242004-09-10 Jason Molenda (jmolenda@apple.com)
9125
a9c64011
AS
9126 * gdb.base/define.exp: Two new tests to verify zero space chars
9127 after 'if' and 'while' commands in a user-defined command is correctly
9128 parsed.
33f2d567 9129
e05b62ac
AC
91302004-09-08 Andrew Cagney <cagney@gnu.org>
9131
9132 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
9133 delivery test with duplicate at end of file.
9134
9cbe82da
MK
91352004-09-06 Mark Kettenis <kettenis@jive.nl>
9136
9137 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
9138
564803d9
MC
91392004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9140
9141 * config/hppro.exp: Removed.
9142
7c6807ce
MC
91432004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9144
9145 * config/sparclet.exp: Removed.
9146
bf7e26dd
MC
91472004-09-05 Michael Chastain <mec.gnu@mindspring.com>
9148
9149 * config/udi.exp: Removed.
9150
714e341b
MC
91512004-09-02 Michael Chastain <mec.gnu@mindspring.com>
9152
9153 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
9154 of "exp_continue".
9155 (advancei): Likewise.
9156
1236e623
JJ
91572004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9158
9159 * gdb.base/unload.exp: Fix so messages aren't duplicated.
9160
3bdcad15
MI
91612004-09-01 Manoj Iyer <manjo@austin.ibm.com>
9162
228af206 9163 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
9164 to check for nodebug in executable.
9165 * gdb.gdb/observer.exp (setup_test): Likewise.
9166 * gdb.gdb/selftest.exp (test_with_self): Likewise.
9167 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
9168
c72b934c
AC
91692004-09-01 Andrew Cagney <cagney@gnu.org>
9170
9171 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9172 files.
9173
edd9b715
JJ
91742004-09-01 Jeff Johnston <jjohnstn@redhat.com>
9175
9176 * gdb.base/unload.exp: Fix expected warning message to match
9177 latest format.
9178
fb4ce06b
CV
91792004-09-01 Corinna Vinschen <vinschen@redhat.com>
9180
9181 * gdb.base/call-rt-st.exp: Fix typos.
9182
ce78e7c3
MI
91832004-08-31 Manoj Iyer <manjo@austin.ibm.com>
9184
9185 * gdb.threads/thread_check.exp: New testcase.
9186 * gdb.threads/thread_check.c: New testcase.
9187
2dedb159
AC
91882004-08-31 Andrew Cagney <cagney@gnu.org>
9189
9190 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
9191 (skip_to_handler_entry): New procedures. Test stepping into a
9192 handler when the breakpoint is at the handler's entry point.
9193
68f53502
AC
91942004-08-30 Andrew Cagney <cagney@gnu.org>
9195
9196 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
9197 gdb/1757.
9198
3e3ffd2b
MC
91992004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9200
9201 With code from Manoj Iyer <manjo@austin.ibm.com>:
9202 * lib/gdb.exp (gdb_file_cmd): Return more information in the
9203 return value. Add an arm for "no debugging symbols found".
9204 Change a stray "error" to "perror".
9205 (gdb_run_cmd): Adapt to new return value.
9206 * gdb.base/remote.exp: Adapt to new return value.
9207 * gdb.gdb/complaints.exp: Likewise.
9208 * gdb.gdb/observer.exp: Likewise.
9209 * gdb.gdb/selftest.exp: Likewise.
9210 * gdb.gdb/xfullpath.exp: Likewise.
9211
4b6f5fd2
JB
92122004-08-27 Joel Brobecker <brobecker@gnat.com>
9213
9214 * gdb.threads/bp_in_thread.exp: New testcase.
9215
e5b25496
MC
92162004-08-27 Michael Chastain <mec.gnu@mindspring.com>
9217
9218 Fix PR testsuite/1735.
9219 * gdb.threads/schedlock.c (thread_function): Add a cast
9220 to suppress a gcc warning.
9221 * gdb.threads/thread-specific.c (thread_function): Likewise.
9222
934353d6
MC
92232004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9224
9225 * gdb.base/unload.c: Include <stdlib.h>.
9226
f98a0aef 92272004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 9228
f98a0aef 9229 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
9230 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
9231 synchronized after the "return".
9232
5a2e8882
MC
92332004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9234
9235 * gdb.mi/basics.c: Include <stdio.h>.
9236 * gdb.mi/pthreads.c: Include <stdlib.h>.
9237 * gdb.mi/var-cmd.c: Include <stdlib.h>.
9238
a9640423
MC
92392004-08-26 Michael Chastain <mec.gnu@mindspring.com>
9240
9241 * gdb.threads/schedlock.c: Add copyright notice.
9242
b04e311d
AC
92432004-08-25 Andrew Cagney <cagney@gnu.org>
9244
9245 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
9246 (skip_over_handler, breakpoint_over_hander): New test procedures.
9247 (advance, advancei): Add a proper prefix, do not use
9248 rerun_to_main.
9249 * gdb.base/sigstep.c (main): Change to use an infinite loop.
9250
7c27f15b
MC
92512004-08-24 Michael Chastain <mec.gnu@mindspring.com>
9252
9253 * gdb.mi/basics.c: Add copyright notice.
9254 * gdb.mi/var-cmd.c: Add copyright notice.
9255
fffc87ae
MC
92562004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9257
9258 * lib/gdb.exp: Remove signed_keyword_not_used.
9259 * lib/compiler.c: Likewise.
9260 * lib/compiler.cc: Likewise.
9261
d782e0bf
MC
92622004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9263
9264 * gdb.base/whatis.c: Remove conditional disabling of "signed".
9265 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
9266
96033e83
MC
92672004-08-23 Michael Chastain <mec.gnu@mindspring.com>
9268
9269 * gdb.base/whatis.c: Add copyright notice.
9270
cf38c229
MK
92712004-08-20 Mark Kettenis <kettenis@gnu.org>
9272
9273 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
9274 it to skip the breakpoints encoded in the inline assembly.
9275
f4b49756
MC
92762004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9277
9278 * Makefile.in: Add gdb.fortran.
9279
2f193b69
MC
92802004-08-20 Michael Chastain <mec.gnu@mindspring.com>
9281
9282 * gdb.base/call-sc.exp (test_scalar_returns):
9283 Fix cut-and-paste glitch in "Make fun return now".
9284
89a237cb
MC
92852004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9286
9287 * configure.in: Add gdb.fortran.
9288 * configure: Regenerate.
9289 * gdb.fortran/Makefile.in: New file.
9290 * lib/gdb.exp (skip_fortran_tests): New procedure.
9291
469aff8e
MC
92922004-08-17 Michael Chastain <mec.gnu@mindspring.com>
9293
9294 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
9295 reference to bug-gnu@prep.ai.mit.edu.
9296 * gdb.mi/mi-var-child.exp: Likewise.
9297 * gdb.mi/mi-var-cmd.exp: Likewise.
9298 * gdb.mi/mi-var-display.exp: Likewise.
9299 * gdb.mi/mi2-var-block.exp: Likewise.
9300 * gdb.mi/mi2-var-child.exp: Likewise.
9301 * gdb.mi/mi2-var-cmd.exp: Likewise.
9302 * gdb.mi/mi2-var-display.exp: Likewise.
9303
00b51b9f
MK
93042004-08-15 Mark Kettenis <kettenis@gnu.org>
9305
9306 * gdb.base/unload.c (main): Make local variable msg const.
9307
45f07fef
MC
93082004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9309
9310 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
9311 to bug-gnu@prep.ai.mit.edu.
9312 * gdb.mi/mi-disassemble.exp: Likewise.
9313 * gdb.mi/mi-eval.exp: Likewise.
9314 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
9315 default line number.
9316 * gdb.mi/mi-return.exp: Likewise.
9317 * gdb.mi/mi-simplerun.exp: Likewise.
9318 * gdb.mi/mi-stack.exp: Likewise.
9319 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
9320 number with explicit range test.
9321 * gdb.mi/mi-watch.exp: Likewise.
9322 * gdb.mi/mi2-break.exp: Likewise.
9323 * gdb.mi/mi2-cli.exp: Likewise.
9324 * gdb.mi/mi2-disassemble.exp: Likewise.
9325 * gdb.mi/mi2-eval.exp: Likewise.
9326 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
9327 default line number.
9328 * gdb.mi/mi2-return.exp: Likewise.
9329 * gdb.mi/mi2-simplerun.exp: Likewise.
9330 * gdb.mi/mi2-stack.exp: Likewise.
9331 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
9332 number with explicit range test.
9333 * gdb.mi/mi2-watch.exp: Likewise.
9334
dd8c8ee7
MC
93352004-08-15 Michael Chastain <mec.gnu@mindspring.com>
9336
9337 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
9338 * gdb.cp/m-static.exp: Likewise.
9339 * gdb.cp/rtti.exp: Likewise.
9340
4e838464
MK
93412004-08-14 Mark Kettenis <kettenis@gnu.org>
9342
9343 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
9344
8d8cb839
EZ
93452004-08-14 Eli Zaretskii <eliz@gnu.org>
9346
9347 * ChangeLog: Prefix Local Variables with semi-colons and indent
9348 the reference to older ChangeLog files, to fix fontification in
9349 Emacs.
9350
deea8bb0
MC
93512004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9352
9353 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
9354 * gdb.mi/mi2-break.exp: Likewise.
9355
c3297504
MC
93562004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9357
9358 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
9359
25808999
MC
93602004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9361
9362 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
9363
226a8d71
MC
93642004-08-13 Michael Chastain <mec.gnu@mindspring.com>
9365
9366 * gdb.cp/classes.exp: Remove unused declarations. Just let
9367 test names default instead of providing special names. Remove
9368 extraneous demangler test.
9369
37fdf854
JJ
93702004-08-12 Jeff Johnston <jjohnstn@redhat.com>
9371
9372 * gdb.base/unload.exp: New test for breakpoints in dynamically
9373 loaded libraries.
9374 * gdb.base/unload.c: Ditto.
9375 * gdb.base/unloadshr.c: Ditto.
9376
2d3a7986
MC
93772004-08-12 Michael Chastain <mec.gnu@mindspring.com>
9378
9379 * gdb.cp/classes.exp (test_ptype_class_objects): Call
9380 cp_test_ptype_class.
9381 (test_enums): Likewise.
9382
c72b934c
AC
93832004-08-10 Andrew Cagney <cagney@gnu.org>
9384
9385 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
9386 files.
9387
cc503c8a
AC
93882004-08-10 Andrew Cagney <cagney@gnu.org>
9389
9390 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
9391 init_malloc call.
9392
902f2ccb
MC
93932004-08-10 Michael Chastain <mec.gnu@mindspring.com>
9394
9395 * ChangeLog: Add copyright notice. The notice is copied
9396 from emacs 21.3 top level ChangeLog.
9397
78c90502
MC
93982004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9399
9400 * lib/cp-support.exp: New file.
9401 * lib/cp-support.exp (cp_test_type_class): New function.
9402 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
9403 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
9404 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
9405 cp_test_ptype_class.
9406
88e5ea78
MC
94072004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9408
9409 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
9410 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9411 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
9412 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
9413 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
9414 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
9415 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
9416 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
9417 gdb.mi/mi2-watch.exp: Update copyright years.
9418
6a89fc9c
MK
94192004-08-09 Mark Kettenis <kettenis@gnu.org>
9420
9421 * gdb.base/sigaltstack.exp: Provide proper anchoring.
9422
1482e0de
MC
94232004-08-09 Michael Chastain <mec.gnu@mindspring.com>
9424
9425 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
9426 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
9427 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
9428 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9429 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
9430 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
9431 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
9432 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9433 gdb.mi/mi-watch.exp: Update copyright years.
9434
1a5ce3f3
DJ
94352004-08-08 Daniel Jacobowitz <dan@debian.org>
9436
9437 PR gdb/1738
9438 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
9439 from a breakpoint with a pending signal.
9440
04f6ecf2
DJ
94412004-08-08 Daniel Jacobowitz <dan@debian.org>
9442
9443 PR gdb/1736
9444 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
9445 * gdb.base/sigaltstack.exp (finish_test): Consume output until
9446 the prompt.
9447 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
9448
54d90d35
DJ
94492004-08-08 Daniel Jacobowitz <dan@debian.org>
9450
9451 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
9452
d2f6abb0
DJ
94532004-08-08 Daniel Jacobowitz <dan@debian.org>
9454
9455 PR gdb/1736
9456 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
9457 for i?86-*-linux*.
9458
5598c03d
DJ
94592004-08-08 Daniel Jacobowitz <dan@debian.org>
9460
9461 * gdb.arch/i386-prologue.exp: Compile without debug information.
9462
c6fee705
MC
94632004-08-08 Michael Chastain <mec.gnu@mindspring.com>
9464
9465 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
9466 rather than asking gdb to search.
9467
dd90efdb
MC
94682004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9469
9470 * gdb.base/gcore.c: Include <string.h>.
9471
1e84bec1
MC
94722004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9473
9474 * gdb.base/gcore.c: Add copyright notice.
9475
e425eb2b
MC
94762004-08-05 Michael Chastain <mec.gnu@mindspring.com>
9477
9478 * gdb.base/freebpcmd.c: Include <stdio.h>.
9479 * gdb.base/long_long.c: Include <string.h>.
9480 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
9481 * gdb.base/siginfo.c: Include <string.h>.
9482 * gdb.base/sigstep.c: Include <string.h>.
9483
cb9aaed5
MC
94842004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9485
9486 * gdb.base/complex.c: Include <stdlib.h>.
9487
55944f3d
MC
94882004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9489
9490 * gdb.base/complex.c: Add copyright notice.
9491
7b2953d9
MC
94922004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9493
9494 * gdb.base/charset.c: Include <stdlib.h>.
9495
c9133d23
MC
94962004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9497
9498 * gdb.base/auxv.c: Include <stdlib.h>.
9499
0a8490ad
MC
95002004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9501
9502 * gdb.base/auxv.c: Add copyright notice.
9503
3426d5ec
MC
95042004-08-04 Michael Chastain <mec.gnu@mindspring.com>
9505
9506 * gdb.base/coremaker.c: Add copyright notice.
9507 * gdb.base/coremaker2.c: Add copyright notice.
9508
8da195dd
AC
95092004-08-04 Andrew Cagney <cagney@gnu.org>
9510
9511 * gdb.base/store.exp: Update copyright.
9512 (check_set, up_set, check_struct, up_struct): Add a prefix to test
9513 names, do not import gdb_prompt.
9514
8d394f98
AC
95152004-08-01 Andrew Cagney <cagney@gnu.org>
9516
9517 Fix PR testsuite/1729.
9518 * gdb.base/dump.exp: Add test name to callers of capture_value, do
9519 not use capture_value with value 4.
9520 (capture_value): Add optional test name parameter.
9521 (test_reload_saved_value, test_restore_saved_value): Use $msg as
9522 the prefix, pass to capture_value.
9523
b6702b23
MK
95242004-08-01 Mark Kettenis <kettenis@gnu.org>
9525
9526 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
9527 * gdb.arch/i386-prologue.c (standard): New prototype and function.
9528 (main): Call new function.
9529
c203e0ca
MC
95302004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9531
9532 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
9533
a7995a30
MC
95342004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9535
9536 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
9537
9366563b
MC
95382004-07-31 Michael Chastain <mec.gnu@mindspring.com>
9539
b6eeaf26 9540 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
9541 Accept more values of vtbl pointer. Remove some messages
9542 about "obsolete gcc or gdb".
9543
2fc1f950
MC
95442004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9545
9546 * gdb.cp/classes.exp: Accept more varieties of ptype output.
9547
c724d49b
MC
95482004-07-30 Michael Chastain <mec.gnu@mindspring.com>
9549
9550 * gdb.base/asm-source.exp: Properly convert target board
9551 debug flags from gcc format to binutils format.
9552
736b0fce
MK
95532004-07-28 Mark Kettenis <kettenis@gnu.org>
9554
9555 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
9556 gdb1718". PR backtrace/1718 partially fixed.
9557
5633ea5c
JJ
95582004-07-27 Jeff Johnston <jjohnstn@redhat.com>
9559
9560 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
9561
575eebb1
NC
95622004-07-26 Nick Clifton <nickc@redhat.com>
9563
9564 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
9565 good default value for a specific architecture is available then
9566 set it to that value. Otherwise default to the -gstabs switch.
9567 Remove the -g... switches from the asm-flags variable. Allow the
9568 target board info to override the value if it wants to. Pass the
9569 switch on the assembler command line.
9570
62104619
MK
95712004-07-23 Mark Kettenis <kettenis@gnu.org>
9572
9573 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
9574 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
9575 (main): Call new function.
9576
4a1135b8
MC
95772004-07-22 Michael Chastain <mec.gnu@mindspring.com>
9578
9579 Test for PR exp/1715.
9580 * gdb.base/radix.exp: Refactor common procedures. Make all
9581 test names unique. Change XFAIL to KFAIL.
9582
8a12c1f0
MC
95832004-07-20 Michael Chastain <mec.gnu@mindspring.com>
9584
9585 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
9586 * gdb.ada/gnat_ada.gin: ... to here.
9587 * configure.in: Use gnat_ada.gin.
9588 * configure: Regenerate.
9589
23b451cf
AC
95902004-07-20 Andrew Cagney <cagney@gnu.org>
9591
9592 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
9593 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
9594 XFAILs. Clean up test messages and comments. Check backtraces.
9595 Delete re-sync code.
9596
ab618a02
MC
95972004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9598
9599 Fix PR cli/740.
9600 * gdb.base/annota1.exp: Honor gdb,nosignals.
9601 * gdb.base/annota3.exp: Likewise.
9602
46dad340
MC
96032004-07-19 Michael Chastain <mec.gnu@mindspring.com>
9604
9605 * lib/java.exp: Update copyright notice.
9606
756d8c70
AC
96072004-07-19 Andrew Cagney <cagney@gnu.org>
9608
9609 * gdb.base/selftest.exp: Copy file from here ...
9610 * gdb.gdb/selftest.exp: ... to here.
9611
586027e6
AC
96122004-07-16 Andrew Cagney <cagney@redhat.com>
9613
9614 * lib/insight-support.exp: Delete file.
9615 * lib/java.exp (java_init): Fix copyright.
9616
029d2200
AC
96172004-07-16 Andrew Cagney <cagney@gnu.org>
9618
9619 * gdb.base/restore.c: Append "prologue" to comments marking the a
9620 function's prologue.
9621 * gdb.base/restore.exp: Update copyright, re-indent.
9622 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
9623 callerN" prefix where needed. Update patterns that match a
9624 function's prologue.
9625
653b62c5
MC
96262004-07-16 Michael Chastain <mec.gnu@mindspring.com>
9627
9628 * gdb.base/restore.c: Add copyright notice.
9629
f7d690e5
AC
96302004-07-16 Andrew Cagney <cagney@gnu.org>
9631
9632 * gdb.base/logical.exp: Update copyright.
9633 (evaluate): New procedure. Use to re-implement tests using
9634 several tables.
9635
d629a7cb
MH
96362004-07-14 Martin Hunt <hunt@redhat.com>
9637
9638 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
9639 which fixes some problems where init.tcl was not found.
9640
9c7bb332
AC
96412004-07-13 Andrew Cagney <cagney@gnu.org>
9642
6bf46641
AC
9643 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
9644 (check_sizeof, check_valueof): Do not include the output in the
9645 test name. Use gdb_test.
9646 (get_valueof): Use gdb_test_multiple.
9647
c4ffd4c0
AC
9648 * gdb.base/step-test.exp: Update copyright. Use
9649 gdb_test_multiple. Ensure that test names do not include
9650 architecture dependent output.
9651
ab89363a
AC
9652 * gdb.gdb/observer.exp: Update copyright.
9653 (setup_test): Use gdb_test_multiple.
9654 (attach_first_observer, attach_second_observer)
9655 (attach_third_observer, detach_first_observer)
9656 (detach_second_observer, detach_third_observer)
9657 (reset_counters, check_counters): Make $message a prefix.
9658 (test_normal_stop_notifications): Add "args" parameter - a list of
9659 init functions to be called. Make $message a prefix,
9660 (test_observer_normal_stop): Change the message prefixes so that
9661 they are unique, pass the attach / detach procedures to
9662 test_normal_stop_notifications.
9663
ec58997a
AC
9664 * gdb.base/signull.exp (test_segv): Prefix all tests with
9665 "${name}". Clean up test messages.
9666
b475183b
AC
9667 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
9668
9c7bb332
AC
9669 * gdb.base/ena-dis-br.exp: Update copyright.
9670 (break_at): New function. Replace send_gdb with gdb_test,
9671 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
9672 ignore count, not stopped at bpt", with KFAIL.
9673
2dd95497
CV
96742004-07-13 Corinna Vinschen <vinschen@redhat.com>
9675
9676 * gdb.base/attach.exp: Remove cleanupfile handling.
9677
419e626b
AC
96782004-07-12 Andrew Cagney <cagney@gnu.org>
9679
9680 * gdb.base/annota1.exp: Cleanup corefile test name.
9681 * gdb.base/annota3.exp: Ditto.
9682
8b1b3228
AC
96832004-07-12 Andrew Cagney <cagney@gnu.org>
9684
78650829
AC
9685 * gdb.base/signals.exp: Clean up copyright, re-indent.
9686
8b1b3228
AC
9687 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
9688 gdb_test and gdb_test_multiple.
9689
935c2760
JJ
96902004-07-08 Jeff Johnston <jjohnstn@redhat.com>
9691
9692 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 9693 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
9694 provide line number info for first statement in main.
9695
1544280f
AC
96962004-07-08 Andrew Cagney <cagney@gnu.org>
9697
1279f4ff
AC
9698 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
9699
1544280f
AC
9700 * gdb.base/sigbpt.exp: Make the common part of each test name a
9701 prefix instead of suffix.
9702
bcc82369
BR
97032004-07-07 Bob Rossi <bob_rossi@cox.net>
9704
9705 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
9706 test from test_tbreak_creation_and_listing to
9707 test_file_list_exec_source_file
9708 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
9709 Changed name of test from test_tbreak_creation_and_listing to
9710 test_file_list_exec_source_file
9711
23f4b0aa
JJ
97122004-07-07 Jeff Johnston <jjohnstn@redhat.com>
9713
9714 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
9715 the jmisc() constructor instead of <init>.
9716 * gdb.java/jmisc1.exp: Ditto.
9717
56401cd5
AC
97182004-07-07 Andrew Cagney <cagney@gnu.org>
9719
9720 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
9721 corrupting the PC.
9722
44ae2f6a
MC
97232004-07-06 Michael Chastain <mec.gnu@mindspring.com>
9724
9725 * gdb.cp/templates.exp: Accept whitespace change in demangler
9726 output.
9727
45a83408
AC
97282004-07-06 Andrew Cagney <cagney@gnu.org>
9729
9730 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
9731
d205ad70
MC
97322004-07-02 Michael Chastain <mec.gnu@mindspring.com>
9733
9734 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
9735 * lib/compiler.cc: Likewise.
9736
06ea1a61
MC
97372004-06-30 Michael Chastain <mec.gnu@mindspring.com>
9738
9739 * lib/compiler.cc: Work around string preprocessing problem
9740 with old hp c++ compiler.
9741 * lib/compiler.c: Likewise.
9742
daab1251
CV
97432004-06-29 Corinna Vinschen <vinschen@redhat.com>
9744
9745 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
9746 directives to conditionalize symbol prefixing.
9747 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
9748 additional_flags handling. Add underscore prefix for Cygwin.
9749 * gdb.arch/i386-unwind.c: Use preprocessor directives to
9750 conditionalize symbol prefixing.
9751 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
9752 additional_flags handling. Add underscore prefix for Cygwin.
9753
cc984116
CV
97542004-06-29 Corinna Vinschen <vinschen@redhat.com>
9755
9756 * gdb.base/bigcore.exp: Skip test on Cygwin.
9757
c279b077
MC
97582004-06-28 Michael Chastain <mec.gnu@mindspring.com>
9759
9760 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
9761 formats for "info register". Use gdb_test_multiple. Fix
9762 the "invalid register" test.
9763
0e915747
CV
97642004-06-28 Corinna Vinschen <vinschen@redhat.com>
9765
9766 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
9767 PID for Cygwin. Add Cygwin specific strings to check for in some
9768 tests.
9769 (do_attach_tests): Add a test for user interaction when attaching
9770 to a process with no matching symbol table already loaded.
9771
11422c86
AC
97722004-06-26 Andrew Cagney <cagney@gnu.org>
9773
9774 Test PR java/1567 and PR java/1565.
9775 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
9776 * gdb.java/jmisc2.exp: Delete file.
9777
cefbce26
MC
97782004-06-26 Michael Chastain <mec.gnu@mindspring.com>
9779
9780 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
9781
e19f872c
CV
97822004-06-25 Corinna Vinschen <vinschen@redhat.com>
9783
9784 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
9785 attach process.
9786
d931ba3b
MC
97872004-06-23 Michael Chastain <mec.gnu@mindspring.com>
9788
9789 * gdb.cp/pr-1553.exp: Remove.
9790
aef68c48
MC
97912004-06-22 Michael Chastain <mec.gnu@mindspring.com>
9792
9793 * gdb.cp/pr-1553.cc: Remove.
9794 * gdb.cp/pr-1553.exp: Disable this test.
9795
8d5df71a
JB
97962004-06-20 Jim Blandy <jimb@redhat.com>
9797
a9c64011 9798 Fix PR testsuite/1680.
8d5df71a
JB
9799 * gdb.arch/i386-sse.exp: Properly quote curly braces in
9800 regular expressions.
9801
4ac6f39d
MC
98022004-06-19 Michael Chastain <mec.gnu@mindspring.com>
9803
9804 Fix PR testsuite/1679.
9805 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
9806 Issue an UNSUPPORTED result instead.
9807
1b413552
JB
98082004-06-18 Jim Blandy <jimb@redhat.com>
9809
9810 * gdb.base/charset.exp: Only send a control-C if we see a new
9811 prompt and incomplete command.
9812
6daa6ebd
MC
98132004-06-18 Michael Chastain <mec.gnu@mindspring.com>
9814
9815 * gdb.cp/pr-574.cc: Add copyright notice.
9816
51fa4ae0
JB
98172004-06-17 Jim Blandy <jimb@redhat.com>
9818
9819 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
9820 cases where the regexp has no groups; this grabs random text from
9821 the previous test suite, whatever that was.
9822
8fea26c5
MC
98232004-06-17 Michael Chastain <mec.gnu@mindspring.com>
9824
9825 * gdb.cp/printmethod.cc: Add copyright notice.
9826
1e3aeb41
MC
98272004-06-16 Michael Chastain <mec.gnu@mindspring.com>
9828
9829 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
9830
9d9030bc
AC
98312004-06-16 Andrew Cagney <cagney@gnu.org>
9832
9833 * gdb.base/signull.c: Update copyright. Include <string.h>.
9834 (bowler): Replace data_pointer with data_read
9835 and data_write cases. Add code_descriptor case.
9836 (zero, desc): New array and pointer.
9837 (data, code): Change to simple pointers.
9838 * gdb.base/signull.exp: Fix probe pattern matching a function
9839 descriptor SIGSEGV. Replace data_pointer with data_read and
9840 data_write tests.
9841
acd4ad44
AC
98422004-06-16 Andrew Cagney <cagney@gnu.org>
9843
9844 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
9845
08fd625c
MC
98462004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9847
9848 * gdb.base/long_long.c: Add copyright notice.
9849
1903502c
MC
98502004-06-15 Michael Chastain <mec.gnu@mindspring.com>
9851
9852 * gdb.base/long_long.exp: Remove reference to
9853 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
9854 to gdb_breakpoint and gdb_continue_to_breakpoint.
9855
83313cb1
JB
98562004-06-14 Jim Blandy <jimb@redhat.com>
9857
9858 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
9859 endian case.
9860
1bf404ef
AC
98612004-06-14 Andrew Cagney <cagney@gnu.org>
9862
9863 * gdb.base/gcore.exp (capture_command_output): Delete the always
9864 passing tests containing inferior values.
9865 * gdb.base/ending-run.exp: Do not include the breakpoint address
9866 in the test message. Update copyright.
9867 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
9868 size in the test name, use gdb_test_multiple. Update copyright.
9869
ef220b33
MC
98702004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9871
9872 * gdb.cp/ref-types.cc: Add copyright notice.
9873
4f70a4c9
MC
98742004-06-14 Michael Chastain <mec.gnu@mindspring.com>
9875
9876 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
9877 hp_aCC_compiler.
9878 * lib/compiler.cc: Likewise.
9879 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
9880 'set' commands. Log diagnostics for other lines. Set
9881 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
9882
335928ac
MC
98832004-06-13 Michael Chastain <mec.gnu@mindspring.com>
9884
9885 * gdb.cp/try_catch.cc: Add copyright notice.
9886
2efb12e8
MC
98872004-06-12 Michael Chastain <mec.gnu@mindspring.com>
9888
9889 * gdb.cp/userdef.cc: Add copyright notice.
9890
0bbed51a
MC
98912004-06-11 Michael Chastain <mec.gnu@mindspring.com>
9892
9893 * gdb.cp/virtfunc.cc: Add copyright notice.
9894
e12a46c9
RC
98952004-06-11 Randolph Chung <tausq@debian.org>
9896
9897 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
9898 problem.
9899
338e05af
AC
99002004-06-10 Andrew Cagney <cagney@gnu.org>
9901
9902 * lib/compiler.cc, lib/compiler.c: Append either
9903 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
9904 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
9905 instead of gcc-3-3.
9906
dc3f10cb
AC
99072004-06-09 Andrew Cagney <cagney@gnu.org>
9908
b4d946af
AC
9909 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
9910 gdb/1455, bug is specific to "long long" and "double".
a9c64011 9911
dc3f10cb
AC
9912 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
9913 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
9914 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
9915 fixed.
9916
b5c0bfa2
AC
99172004-06-09 Andrew Cagney <cagney@gnu.org>
9918
9919 * gdb.base/structs.exp (test_struct_returns): Replace
9920 "return_value_unknown" and "finish_value_unknown" by
9921 "return_value_known" and "finish_value_known". Instead of
9922 "return_value_unknown" iff "finish_value_unknown", check
9923 "return_value_known" implies "finish_value_known".
9924
caeb605f
MH
99252004-06-08 Martin Hunt <hunt@redhat.com>
9926
9927 * gdb.base/float.exp: Add pattern for mips targets.
9928
c892bb64
RC
99292004-06-08 Randolph Chung <tausq@debian.org>
9930
9931 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
9932 message for unknown architectures more clear.
9933
48306d3e
JB
99342004-06-08 Joel Brobecker <brobecker@gnat.com>
9935
9936 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
9937 start the execution of the program.
9938
83ecb59f
JB
99392004-06-07 Jim Blandy <jimb@redhat.com>
9940
9941 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
9942 * gdb.arch/i386-cpuid.h: New helper file.
9943
55264cb4
RC
99442004-06-07 Randolph Chung <tausq@debian.org>
9945
9946 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
9947 has started.
9948
23cadb28
RM
99492004-06-04 Roland McGrath <roland@redhat.com>
9950
9951 Fix PR gdb/1647.
9952 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
9953 differently to be robust to output buffering differences.
9954
51d01eda
MC
99552004-06-04 Michael Chastain <mec.gnu@mindspring.com>
9956
9957 * gdb.threads/pthreads.exp: Update copyright years.
9958 (check_control_c): Change asynchronous 'after' to synchronous.
9959
f4fc3b93
RM
99602004-06-04 Roland McGrath <roland@redhat.com>
9961
9962 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
9963 next gdb prompt.
9964
4013522b
MC
99652004-06-02 Michael Chastain <mec.gnu@mindspring.com>
9966
9967 Fix PR gdb/1636.
9968 * gdb.threads/manythreads.exp: Change asynchronous 'after'
9969 calls to synchronous.
9970
7a8f1e6b
JB
99712004-05-26 Jim Blandy <jimb@redhat.com>
9972
9973 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
9974
81bb3443
RC
99752004-05-24 Randolph Chung <tausq@debian.org>
9976
9977 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
9978 * gdb.asm/pa.inc: New file.
9979
8f5a3103
MK
99802004-05-22 Mark Kettenis <kettenis@gnu.org>
9981
9982 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
9983
734b8fe8 99842004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 9985 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
9986
9987 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
9988 GDB prompt.
9989
725603e1
UW
99902004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9991
f4fc3b93 9992 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
9993 setjmp/longjmp. Use sigaction instead of signal.
9994
8b923272 99952004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 9996 Michael Snyder <msnyder@redhat.com>
8b923272
JB
9997
9998 * gdb.threads/pthread_cond_wait.c: New file.
9999 * gdb.threads/pthread_cond_wait.exp: New testcase.
10000
8bfabb04
AC
100012004-05-13 Andrew Cagney <cagney@redhat.com>
10002
10003 * gdb.base/signull.exp, gdb.base/signull.c: New files.
10004 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
10005
42edda50
AC
100062004-05-11 Andrew Cagney <cagney@redhat.com>
10007
10008 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
10009 fixed but revealed gdb/1639.
10010
d303a6c7
AC
100112004-05-10 Andrew Cagney <cagney@redhat.com>
10012
10013 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
10014 func1" and "next to 2nd alarm", kernel bug avoided.
10015
bf08c2a1
DJ
100162004-05-10 Daniel Jacobowitz <dan@debian.org>
10017
10018 PR external/1568
10019 * gdb.base/bigcore.exp: Check the size of the dumped core file.
10020 XFAIL if it is smaller than bytes_allocated.
10021 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
10022 (main): Make chunks_allocated unsigned. Correct comment.
10023
c0586a34
JB
100242004-05-07 Joel Brobecker <brobecker@gnat.com>
10025
10026 * gdb.arch/powerpc-aix-prologue.c: New file.
10027 * gdb.arch/powerpc-aix-prologue.exp: New file.
10028
f2785d12
JB
100292004-05-07 Jim Blandy <jimb@redhat.com>
10030
10031 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
10032 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
10033
bd7f6e30
JB
100342004-05-06 Joel Brobecker <brobecker@gnat.com>
10035
10036 * gdb.base/sep.exp: No longer setup_kfail when the program was
10037 built with dwarf2.
10038
0a5e7efe
JI
100392004-05-05 Jim Ingham <jingham@apple.com>
10040
10041 * gdb.base/pending.exp: Make sure pending breakpoints
10042 preserve the ignore count.
f4fc3b93 10043
a8958849
MK
100442004-04-27 Jerome Guitton <guitton@gnat.com>
10045
10046 * i386-prologue.exp: Add testcase for jump instruction as first
10047 instruction of the real code.
10048 * i386-prologue.c (jump_at_beginning): New function.
10049
7e103f5b
MK
100502004-04-28 Mark Kettenis <kettenis@gnu.org>
10051
10052 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
10053 x86_64-*-*.
10054
5d38b224
MK
100552004-04-28 Mark Kettenis <kettenis@gnu.org>
10056
10057 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
10058 i*86-*-*.
10059
0ef32fd9
MK
100602004-04-25 Mark Kettenis <kettenis@gnu.org>
10061
10062 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
10063 expression that checks the return type.
10064
71d7dd7c
AC
100652004-04-23 Andrew Cagney <cagney@redhat.com>
10066
10067 * gdb.base/call-sc.exp: New test of scalar call/return values.
10068 * gdb.base/call-sc.c: Ditto.
10069
1e9f977e
JJ
100702004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10071
10072 * gdb.threads/manythreads.c: Reduce thread stack size.
10073
899d9e3a
JJ
100742004-04-23 Jeff Johnston <jjohnstn@redhat.com>
10075
10076 * gdb.threads/manythreads.c: Add copyright notice.
10077
61bcae62
AC
100782004-04-23 Andrew Cagney <cagney@redhat.com>
10079
10080 * gdb.base/siginfo.exp: Better handle step out of signal.
10081 * gdb.base/sigstep.exp: Ditto.
10082
7339a42e 100832004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 10084 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
10085
10086 * gdb.threads/manythreads.c: New testcase.
10087 * gdb.threads/manythreads.exp: Ditto.
10088
5c98409b
JB
100892004-04-22 Jim Blandy <jimb@redhat.com>
10090
10091 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
10092 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
10093
3b611f1a
MC
100942004-04-21 Michael Chastain <mec.gnu@mindspring.com>
10095
10096 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
10097
f0fd9238
AC
100982004-04-21 Andrew Cagney <cagney@redhat.com>
10099
10100 * gdb.base/sigstep.c: New file.
10101 * gdb.base/sigstep.exp: New file.
10102
90990674
JB
101032004-04-16 Joel Brobecker <brobecker@gnat.com>
10104
10105 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
10106 call to observer_notify_normal_stop.
10107
78cef34b
AC
101082004-04-15 Andrew Cagney <cagney@redhat.com>
10109
10110 * gdb.base/siginfo.c: New file.
10111 * gdb.base/siginfo.exp: New file.
10112
d2343407
JB
101132004-04-12 J. Brobecker <brobecker@gnat.com>
10114
10115 * gdb.base/sep.exp: Fix typo in comment.
10116
a2dba3c8
JB
101172004-04-12 J. Brobecker <brobecker@gnat.com>
10118
10119 * gdb.base/sep.c: New file.
10120 * gdb.base/sep-proc.c: New file.
10121 * gdb.base/sep.exp: New testcase.
10122
15f7b60e
MK
101232004-04-09 Mark Kettenis <kettenis@gnu.org>
10124
10125 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
10126 support.
10127
44f4de1a
AC
101282004-04-05 Andrew Cagney <cagney@redhat.com>
10129
10130 * gdb.base/sigaltstack.c: New file.
10131 * gdb.base/sigaltstack.exp: New file.
10132
ef04f396
JB
101332004-04-04 Joel Brobecker <brobecker@gnat.com>
10134
10135 * gdb.base/foll-fork.exp: Update the expected output for
10136 "help set follow-fork-mode", to match a change that was made
10137 to the help of this variable on 2004-01-13.
10138
d40d2c92
JB
101392004-04-01 Joel Brobecker <brobecker@gnat.com>
10140
10141 * lib/ada.exp: Add copyright notice.
10142 * bar.ads: Likewise.
10143 * bar.adb: Likewise.
10144 * null_record.adb: Likewise.
10145 * null_record.exp: Likewise.
10146 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
10147
f86ef5a3
JB
101482004-04-01 Joel Brobecker <brobecker@gnat.com>
10149
10150 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
10151 * configure: Regenerate.
10152
414e70e3
JB
101532004-04-01 Joel Brobecker <brobecker@gnat.com>
10154
10155 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
10156 to build the application. Remove the message printed when in
10157 verbose mode, redundant with the UNSUPPORTED message above.
10158
f0aaee49
JB
101592004-03-31 Joel Brobecker <brobecker@gnat.com>
10160
10161 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
10162 * gdb.ada (null_record.exp): New testcase.
10163
ac81cb54
JB
101642004-03-31 Joel Brobecker <brobecker@gnat.com>
10165
10166 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
10167
854af2f7
JB
101682004-03-31 Joel Brobecker <brobecker@gnat.com>
10169
10170 * gdb.ada: New subdirectory.
10171 * gdb.ada/Makefile.in: New file.
10172 * gdb.ada/gnat_ada.gpr.in: New file.
10173
034cb681
JB
101742004-03-31 Joel Brobecker <brobecker@gnat.com>
10175
10176 * lib/ada.exp: New file.
10177
78a1a894
DJ
101782004-03-24 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
10181 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
10182
4b2b3b3e
AC
101832004-03-22 Andrew Cagney <cagney@redhat.com>
10184
10185 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
10186 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
10187 Problem identified by Ulrich Weigand.
10188
23c73aa3
DC
101892004-03-17 David Carlton <carlton@kealia.com>
10190
10191 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
10192 PR c++/826.
10193
d63a86f8
RM
101942004-03-16 Roland McGrath <roland@redhat.com>
10195
10196 * gdb.base/auxv.exp: New file.
10197 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
10198
0e02aa50
DC
101992004-03-12 David Carlton <carlton@kealia.com>
10200
10201 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
10202 * gdb.cp/pr-1553.cc: Ditto.
10203 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
10204 pass branch.
10205
c20b71be
MC
102062004-03-12 Michael Chastain <mec.gnu@mindspring.com>
10207
10208 * gdb.cp/templates.exp: Accept more template types.
10209
c7414a01
MC
102102004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10211
10212 From Corinna Vinschen with modifications.
10213 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
10214 local variable obj_with_enum.
10215 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
10216 results with obj_with_enum.
10217
ed69573c
MC
102182004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10219
10220 * gdb.cp/classes.cc: New file, copied from misc.cc.
10221 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
10222
28301461
MC
102232004-03-09 Michael Chastain <mec.gnu@mindspring.com>
10224
10225 * gdb.cp/misc.cc: Add copyright notice.
10226
1198ecbe
DC
102272004-03-05 David Carlton <carlton@kealia.com>
10228
10229 * gdb.cp/rtti.exp: Add 'print *obj3' test.
10230 * gdb.cp/rtti.h: Update copyright.
10231 (namespace n2::n3): New.
10232 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
10233 (n2::n3::func3): New.
10234 (main): Call n2::n3::func3.
10235 * gdb.cp/rtti2.cc: Update copyright.
10236 (n2::create3): New.
10237
9e08c470
MK
102382004-03-04 Mark Kettenis <kettenis@gnu.org>
10239
10240 * gdb.asm/openbsd.inc: Fix typo.
10241
4bebc3aa
FF
102422004-03-03 Fred Fish <fnf@redhat.com>
10243
10244 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
10245 "val" instead of unused "size". Update copyright year.
10246
6ea9fb37
DJ
102472004-02-29 Daniel Jacobowitz <drow@mvista.com>
10248
10249 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
10250 to use unsigned char.
10251 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
10252 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
10253
23b23974
DJ
102542004-02-29 Daniel Jacobowitz <drow@mvista.com>
10255
10256 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
10257 line of output.
10258
7574fd53
DJ
102592004-02-28 Daniel Jacobowitz <drow@mvista.com>
10260
10261 * gdb.base/relocate.c (dummy): Initialize.
10262
a195357f
DJ
102632004-02-28 Daniel Jacobowitz <drow@mvista.com>
10264
10265 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
10266 a breakpoint at exit.
10267
72fd54a9
FF
102682004-02-27 Fred Fish <fnf@redhat.com>
10269
10270 * gdb.base/chng-syms.exp: Add expect condition to match failing
10271 case that isn't a timeout.
10272
b9d23137
AC
102732004-02-27 Andrew Cagney <cagney@redhat.com>
10274
10275 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
10276 support.
10277
15d208f6 102782004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 10279
15d208f6
FF
10280 * gdb.arch/gdb1431.c: Remove.
10281 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
10282 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
10283 of "until" incorrectly.
10284
98f9cd2d
JB
102852004-02-26 J. Brobecker <brobecker@gnat.com>
10286
10287 * gdb.cp/class2.cc (empty): New class.
10288 (refer): New function.
10289 (main): Declare an object of type empty and use it.
10290 * gdb.cp/class2.exp: Print the value of an object of type empty.
10291
9b50c11b
JJ
102922004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10293
10294 * gdb.base/langs.exp: Update query string to match the
10295 new nquery format used for pending breakpoints.
10296
0dcd613f
AC
102972004-02-26 Andrew Cagney <cagney@redhat.com>
10298
10299 Fix PR i18n/1570.
10300 * gdb.base/charset.c: Update copyright notice.
10301 (main, init_string): Remove the escape character '\e' tests.
10302 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
10303 * gdb.base/charset.exp (valid_host_charset): Ditto.
10304 * gdb.base/setvar.exp: Ditto.
10305
b8a56647
AC
103062004-02-24 Andrew Cagney <cagney@redhat.com>
10307
90d59e34
AC
10308 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
10309 mmapped data in core file" PASS and FAIL messages consistent.
10310
b8a56647
AC
10311 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
10312 setting a breakpoint. Work around PR java/1565.
10313
9f27c604
JJ
103142004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10315
10316 * lib/gdb.exp (gdb_breakpoint): Update query string to match
10317 new nquery format.
10318 * gdb.base/pending.exp: Ditto.
10319
3224a706
MK
103202004-02-22 Mark Kettenis <kettenis@gnu.org>
10321
10322 * configure.in: Run stabs tests on *BSD.
10323 * configure: Regenerated.
10324
41e0a9ca
MK
103252004-02-21 Mark Kettenis <kettenis@gnu.org>
10326
10327 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
10328
1e1b3428
FF
103292004-02-20 Fred Fish <fnf@redhat.com>
10330
10331 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
10332 blank in test for "returns short", for consistency with other
10333 "returns xxx" tests. Update copyright year.
10334
f9a7572a
FF
103352004-02-19 Fred Fish <fnf@redhat.com>
10336
10337 New testcase for PR breakpoint/1558.
10338 * gdb.arch/gdb1558.exp: New file.
10339 * gdb.arch/gdb1558.c: New file.
10340
b2ce2854
EZ
103412004-02-19 Elena Zannoni <ezannoni@redhat.com>
10342
10343 * gdb.base/nodebug.exp: Fix typo.
10344
e7c9ff01
JB
103452004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10346
10347 Committed by Jim Blandy <jimb@redhat.com>.
10348
62f4b920
JB
10349 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
10350
2db536a1
JB
10351 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
10352
e7c9ff01
JB
10353 * gdb.base/float.exp: Support s390*-*-* targets.
10354
f3205b34
AF
103552004-02-17 Adam Fedor <fedor@gnu.org>
10356
10357 * gdb.base/gdb1555.exp: New file.
10358 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
10359
9d62932d
EZ
103602004-02-17 Elena Zannoni <ezannoni@redhat.com>
10361
10362 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
10363
344c9711
FF
103642004-02-16 Fred Fish <fnf@redhat.com>
10365
10366 * gdb.arch/gdb1291.c: Remove
10367 * gdb.arch/gdb1291.s: New test input file.
10368 * gdb.arch/gdb1291.exp: Expand test to check case that should not
10369 fail. Test for correct result, known incorrect result, other
10370 failures and timeouts.
10371
2d822687
AC
103722004-02-16 Andrew Cagney <cagney@redhat.com>
10373
10374 * gdb.base/bigcore.exp: New file.
10375 * gdb.base/bigcore.c: New file.
10376
dac15b66
AC
103772004-02-13 Andrew Cagney <cagney@redhat.com>
10378
10379 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
10380 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
10381 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
10382 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
10383 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
10384 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
10385 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
10386 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
10387 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
10388 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
10389
6bdfc2c4
JJ
103902004-02-11 Jeff Johnston <jjohnstn@redhat.com>
10391
10392 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
10393 executed is an alloc instruction.
10394
87b3ede8
DC
103952004-02-11 David Carlton <carlton@kealia.com>
10396
10397 * gdb.cp/breakpoint.exp: New.
10398 * gdb.cp/breakpoint.cc: New.
10399
6e19e2bf
MC
104002004-02-11 Michael Chastain <mec.gnu@mindspring.com>
10401
10402 Partial fix for PR gdb/1543.
10403 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
10404 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
10405 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
10406 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
10407 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
10408 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
10409 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
10410 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
10411 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
10412 to bug-gdb@prep.ai.mit.edu .
10413 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
10414 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
10415 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
10416 Likewise.
10417
5c5455dc
AC
104182004-02-10 Andrew Cagney <cagney@redhat.com>
10419
10420 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
10421 using gdb_internal_error_resync.
10422
9cf689d7
DJ
104232004-02-09 Daniel Jacobowitz <drow@mvista.com>
10424
10425 * gdb.threads/thread-specific.exp: Stop early if no threads are
10426 found.
10427
d2dc51db
MC
104282004-02-09 Michael Chastain <mec.gnu@mindspring.com>
10429
10430 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
10431
14b1a056
DJ
104322004-02-08 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
10435 breakpoints.
10436
83f66e8f
DJ
104372004-02-07 Daniel Jacobowitz <drow@mvista.com>
10438
10439 * config/sim.exp (gdb_load): Handle $arg == "".
10440 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
10441 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
10442
30fc0091
EZ
104432004-02-07 Elena Zannoni <ezannoni@redhat.com>
10444
a9c64011
AS
10445 * gdb.base/maint.exp: Update test to reflect
10446 obstack changes.
30fc0091 10447
4d806929
JJ
104482004-02-04 Jeff Johnston <jjohnstn@redhat.com>
10449
10450 * gdb.base/pendshr.c (pendfunc): New function that calls
10451 pendfunc1.
10452 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
10453
7bfdd688
FF
104542004-02-04 Fred Fish <fnf@redhat.com>
10455
10456 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
10457 function symbols and update copyright years.
10458 * gdb.arch/gdb1291.c: Ditto.
10459
aaa08ee4
MC
104602004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10461
10462 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
10463
dbad7755
MC
104642004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10465
10466 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
10467
ec4646ef
MC
104682004-02-03 Michael Chastain <mec.gnu@mindspring.com>
10469
10470 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
10471
1b802196
FF
104722004-02-02 Fred Fish <fnf@redhat.com>
10473
10474 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
10475 remote targets. Update copyright years.
10476
18fe2033
JJ
104772004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10478
10479 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
10480 support.
10481 * gdb.base/langs.exp: Fix test which attempts to create
10482 breakpoint on non-existent function to handle new pending
10483 support.
10484 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
10485 a breakpoint.
10486 * gdb.base/pending.exp: New test.
10487 * gdb.base/pending.c: New file.
10488 * gdb.base/pendshr.c: Ditto.
10489
8d577d32
DC
104902004-02-02 David Carlton <carlton@kealia.com>
10491
10492 * gdb.cp/overload.exp: Add overloadNamespace tests.
10493 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
10494 (overloadNamespace, XXX): New.
10495 (main): Call XXX::marker2.
10496
3ad13771
FF
104972004-02-01 Fred Fish <fnf@redhat.com>
10498
10499 * gdb.base/dump.exp: Use runto_main instead of "runto main".
10500 * gdb.base/finish.exp: Ditto.
10501 * gdb.base/gcore.exp: Ditto.
10502 * gdb.base/huge.exp: Ditto.
10503 * gdb.base/info-proc.exp: Ditto.
10504 * gdb.base/return2.exp: Ditto.
10505 * gdb.threads/gcore-thread.exp: Ditto.
10506
44c75849
DJ
105072004-02-01 Daniel Jacobowitz <drow@mvista.com>
10508
10509 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
10510
005bc093
MK
105112004-02-01 Mark Kettenis <kettenis@gnu.org>
10512
10513 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
10514 that opening the file succeeds on OpenBSD.
10515
c47cebdb
DJ
105162004-02-01 Daniel Jacobowitz <drow@mvista.com>
10517
10518 * gdb.threads/thread-specific.c: New file.
10519 * gdb.threads/threads-specific.exp: New test script.
10520 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
10521 to expect_out.
10522
5a01311c
MK
105232004-02-01 Mark Kettenis <kettenis@gnu.org>
10524
10525 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
10526 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
10527 only on the "print_small_structs from print_long_arg_list" test.
10528
ce22a4f1
DJ
105292004-02-01 Daniel Jacobowitz <drow@mvista.com>
10530
10531 * gdb.base/completion.exp: Kill a stray backslash.
10532
10533 From Jim Ingham <jingham@apple.com>:
10534 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
10535 agrees with the result from sending a tab.
10536
abbab9d3
DJ
105372004-01-31 Daniel Jacobowitz <drow@mvista.com>
10538
10539 * gdb.base/chng-syms.exp: Remove stray newline.
10540
53904d1e
MK
105412004-01-31 Mark Kettenis <kettenis@gnu.org>
10542
10543 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
10544 *-*-openbsd*.
10545 * gdb.asm/openbsd.inc: New file.
10546
3a4b3aac
MK
105472004-01-30 Mark Kettenis <kettenis@gnu.org>
10548
10549 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
10550 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
10551 *-*solaris2*. Remove commented out default settings for
10552 asm-flags. Replace gdb_compile with target_link.
10553
ebac27b4
MC
105542004-01-29 Michael Chastain <mec.gnu@mindspring.com>
10555
10556 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
10557 for all tests. Remove old hp-ux and cygnus xfail cases.
10558
d8679d84
PH
105592004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
10560
10561 * gdb.base/chng-syms.exp: New file.
10562 * gdb.base/chng-syms.c: New file.
10563
0a55bc22
MC
105642004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10565
10566 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
10567 Provide arms for current output in all my configurations.
10568
94b8e876
MC
105692004-01-24 Michael Chastain <mec.gnu@mindspring.com>
10570
10571 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
10572 * lib/compiler.cc: Likewise.
10573 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
10574 get the right preprocessor. Eval the output directly. Remove
10575 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
10576 hp_f77_compiler and hp_f90_compiler completely.
10577 (gdb_preprocess): Delete.
10578 (get_compiler): Delete.
10579
7cf03d44
MK
105802004-01-24 Mark Kettenis <kettenis@gnu.org>
10581
10582 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
10583 <string.h>.
10584
68b6dce9
NR
105852004-01-24 Nick Roberts <nick@nick.uklinux.net>
10586
10587 * gdb.mi/mi-stack.exp: Update copyright.
10588
b368761e
DC
105892004-01-23 David Carlton <carlton@kealia.com>
10590
10591 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
10592 test for cp_lookup_transparent_type.
10593 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
10594 call them.
10595
f2061b53
DJ
105962004-01-23 Daniel Jacobowitz <drow@mvista.com>
10597
10598 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
10599 after -var-update.
10600
37fc574a
DC
106012004-01-23 David Carlton <carlton@kealia.com>
10602
10603 * gdb.cp/namespace.cc (C::ensureRefs): New.
10604 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
10605
8e94b928
NR
106062004-01-20 Nick Roberts <nick@nick.uklinux.net>
10607
10608 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
10609 case "-stack-list-locals 2".
10610 * gdb.mi/mi-var-child.exp: Test for case
10611 "-var-list-children --all-values NAME".
10612
997b0952
MC
106132004-01-18 Michael Chastain <mec.gnu@mindspring.com>
10614
10615 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
10616
52470da3
MK
106172004-01-18 Mark Kettenis <kettenis@gnu.org>
10618
7049b4b8
MK
10619 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
10620 used with gdb_test_multiple.
10621
52470da3
MK
10622 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
10623 read at address 0. This fixes PR testsuite/1504.
10624
da6012e5
DJ
106252004-01-18 Daniel Jacobowitz <drow@mvista.com>
10626
10627 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
10628 Remove downloading, guessing the host executable, the calls to
10629 gdb_file_cmd and gdb_target_cmd, and "load" support.
10630 (infer_host_exec): New function broken out from gdb_load.
10631 (gdb_load): New wrapper for gdbserver_gdb_load.
10632 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
10633 gdb_target_cmd. Use -target-select.
10634 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
10635 Download binaries to the host. Clear last_mi_remote_file when
10636 we load a new binary.
10637 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
10638 call gdbserver_gdb_load and mi_gdb_target_cmd.
10639
32c70722
MC
106402004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10641
10642 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
10643 type patterns.
10644
b0cecf36
MC
106452004-01-17 Michael Chastain <mec.gnu@mindspring.com>
10646
10647 * gdb.cp/templates.exp: Fix typo in test name of
10648 "print Foo<volatile char*>::foo".
10649
4120d7e6
MC
106502004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10651
10652 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
10653
f679e530
BE
106542004-01-16 Ben Elliston <bje@wasabisystems.com>
10655
10656 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
10657 (clean mostlyclean): Remove empty rm.
10658
091c48f6
MC
106592004-01-15 Michael Chastain <mec.gnu@mindspring.com>
10660
10661 * gdb.base/setvar.exp: Add copyright years.
10662
3e5fc8d2
DC
106632004-01-14 David Carlton <carlton@bactrian.org>
10664
10665 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
10666 PR c++/1511 and update coment.
10667 * gdb.cp/templates.exp: Update patterns to match current output.
10668 If changes involve something other than whitespace, KFAIL
10669 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
10670
63d06c5c
DC
106712004-01-14 David Carlton <carlton@kealia.com>
10672
10673 * gdb.cp/namespace.exp: Add tests involving classes defined within
10674 namespaces.
10675 * gdb.cp/namespace.cc (C::CClass): New.
10676 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
10677
a51dab88
EZ
106782004-01-14 Elena Zannoni <ezannoni@redhat.com>
10679
10680 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
10681 what debug info we have. Print a better message if something goes
10682 wrong while producing the separate debug info file.
10683
a476ccc9
MC
106842004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10685
10686 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
10687
f453692c
MC
106882004-01-14 Michael Chastain <mec.gnu@mindspring.com>
10689
10690 * gdb.base/callfuncs.c: Add copyright notice.
10691
f40063a5
MC
106922004-01-13 Michael Chastain <mec.gnu@mindspring.com>
10693
10694 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
10695 inheritance. PR gdb/1498, PR gcc/13539.
10696
19ac3974
EZ
106972004-01-13 Elena Zannoni <ezannoni@redhat.com>
10698
a9c64011
AS
10699 * gdb.threads/gcore-thread.exp: Prefix name of binary with
10700 test specific name.
10701 * gdb.mi/gdb669.exp: Ditto.
10702 * gdb.mi/mi-pthreads.exp: Ditto.
10703 * gdb.mi/mi1-pthreads.exp: Ditto.
10704 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 10705
56c97c6e
MC
107062004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10707
10708 * gdb.cp/member-ptr.cc: Add copyright notice.
10709
a0644324
MC
107102004-01-12 Michael Chastain <mec.gnu@mindspring.com>
10711
10712 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
10713 some patterns for recent versions of gcc and hpacc. Delete
10714 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
10715 Delete tests that access a NULL pointer-to-member-data. This
10716 script is still disabled for gcc.
10717
32fabe09
EZ
107182004-01-12 Elena Zannoni <ezannoni@redhat.com>
10719
10720 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 10721 escaped correctly.
32fabe09 10722
1f8a6abb
EZ
107232004-01-12 Elena Zannoni <ezannoni@redhat.com>
10724
10725 * gdb.base/sepdebug.exp: New file.
10726 * gdb.base/sepdebug.c: New file.
10727 * lib/gdb.exp (separate_debug_filename): New procedure.
10728 (gdb_gnu_strip_debug): New procedure.
10729
48efe704
AC
107302004-01-12 Andrew Cagney <cagney@redhat.com>
10731
10732 * gdb.mi/ChangeLog: Delete file. Renamed to ...
10733 * gdb.mi/ChangeLog-1999-2003: New file.
10734
a9415475
AC
107352004-01-12 Andrew Cagney <cagney@redhat.com>
10736
10737 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
10738 "Renaming a directory to a non-empty directory returns ENOTEMPTY
10739 or EEXIST", treat EBUSY as an XFAIL.
10740
83b8cf9d
MC
107412004-01-11 Michael Chastain <mec.gnu@mindspring.com>
10742
10743 * gdb.base/scope.exp: Remove obsolete setup_xfail for
10744 hp_cc_compiler.
10745
9939d2a8
MC
107462004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10747
10748 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
10749 decorations.
10750
1ff8cadf
MC
107512004-01-10 Michael Chastain <mec.gnu@mindspring.com>
10752
10753 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
10754 and "(aCC)" decorations. Remove obsolete doco about old
10755 test results.
10756
6fa9022e
MC
107572004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10758
10759 * gdb.cp/exception.exp: Fix typo in doco.
10760
209721fe
MK
107612004-01-09 Mark Kettenis <kettenis@gnu.org>
10762
10763 * gdb.base/gdb1476.exp: Fix typo.
10764
ef11303e
MC
107652004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10766
10767 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
10768 file.
10769
041ab88c
MC
107702004-01-09 Michael Chastain <mec.gnu@mindspring.com>
10771
10772 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
10773 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
10774 Use gdb_compile. Remove restriction on gcc. Add some patterns
10775 for recent version of gdb. Delete second half, which was a copy
10776 of the first half with different build flags. This test is
10777 still disabled because it is still not ready for production.
10778
e36d075a
MC
107792004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10780
10781 * gdb.cp/exception.cc: Add copyright notice.
10782 * gdb.cp/exception.exp: Add a notice that this file is broken
10783 because of line number changes caused by addition of copyright
10784 notice.
10785
42b190ad
MC
107862004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10787
10788 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
10789 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
10790
8f25f06b
MC
107912004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10792
10793 * gdb.cp/classes.exp: Accept gnu abi 2.
10794 * gdb.cp/derivation.exp: Likewise.
10795 * gdb.cp/overload.exp: Likewise.
10796 * gdb.cp/virtfunc.exp: Likewise.
10797
06ded8b8
MC
107982004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10799
10800 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
10801 semicolon after end of function.
10802
77c26ae3
MC
108032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10804
10805 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
10806 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
10807 boilerplate code for compiling and running the program under
10808 test. Add some string method tests.
10809
20757486
MC
108102004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10811
10812 * gdb.cp/bs15503.cc: Add copyright notice.
10813 * gdb.cp/bs15503.exp: Adjust line number.
10814
0fd3b503
MC
108152004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10816
10817 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
10818 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
10819
10d1bea8
MC
108202004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10821
10822 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
10823 hp_cc_compiler.
10824
2789202a
MC
108252004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10826
10827 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
10828 * gdb.cp/ctti.exp: Use the marker instead of "next".
10829 With gcc, run further before bailing.
10830
b862f14c
MC
108312004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10832
10833 * gdb.cp/cttiadd.cc: Add copyright notice.
10834 * gdb.cp/cttiadd1.cc: Likewise.
10835 * gdb.cp/cttiadd2.cc: Likewise.
10836 * gdb.cp/cttiadd3.cc: Likewise.
10837
96da2469
MC
108382004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10839
10840 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
10841 Use gdb_test, gdb_test_multiple. Use floating-point values that
10842 have exact representations in IEEE-ish formats.
10843
053248ff
MC
108442004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10845
10846 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
10847 compilers. Delete duplicate call to get_compiler_info.
10848 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
10849 * gdb.base/volatile.exp: Likewise.
10850
84acecdd
MK
108512004-01-07 Mark Kettenis <kettenis@gnu.org>
10852
10853 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
10854 memory at address 0.
10855
fe11a27f
MC
108562004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10857
10858 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
10859 to test for hp-ux assembler. Fix copyright years.
10860
60ad077b
AC
108612004-01-07 Andrew Cagney <cagney@redhat.com>
10862
10863 * gdb.base/fileio.c (strerrno): Add "EBUSY".
10864
1c9b8f33
AC
108652004-01-07 Andrew Cagney <cagney@redhat.com>
10866
10867 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
10868 when creating the read-only file. From analysis by Roland McGrath
10869 and Elena Zannoni.
10870
753ccc7a
MC
108712004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10872
10873 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
10874
eca3e36b
MC
108752004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10876
10877 * gdb.base/cvexpr.c: Be type-safe with function pointers and
10878 data pointers.
10879
f8d4bac4
MC
108802004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10881
10882 * gdb.cp/m-static.exp: Compile one source file at a time.
10883 Delete unused call to get_compiler_info.
10884
9b4e0f94
MC
108852004-01-06 Michael Chastain <mec.gnu@mindspring.com>
10886
10887 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
10888 * gdb.base/call-rt-st.exp: Likewise.
10889 * gdb.base/nodebug.exp: Likewise.
10890 * gdb.base/volatile.exp: Likewise.
10891 * gdb.cp/ref-types.exp: Likewise.
10892 * gdb.cp/templates.exp: Likewise.
10893
023c1024
MK
108942004-01-05 Mark Kettenis <kettenis@gnu.org>
10895
10896 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
10897
19703c4a
MC
108982004-01-05 Michael Chastain <mec.gnu@mindspring.com>
10899
10900 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
10901 hppa*-hp-hpux*.
10902
18b67037
MK
109032004-01-04 Mark Kettenis <kettenis@gnu.org>
10904
ba6219c8
MK
10905 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10906 x86_64-*-*.
10907
18b67037
MK
10908 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
10909 sparc64-*-* and sparc*-solaris2*.
10910
1bfbbb9d
MK
109112004-01-04 Mark Kettenis <kettenis@gnu.org>
10912
10913 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
10914 return ${tests}" test. The ${tests} already mentions the
10915 filename.
10916
06846494
MC
109172004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10918
10919 * gdb.cp/local.exp: Accept gcc abi 2.
10920
3b0cb202
MC
109212004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10922
10923 * gdb.cp/templates.exp: Accept gcc abi 2.
10924
0643ec3f
MC
109252004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10926
10927 * lib/compiler.cc: Remove supports_template_debugging.
10928 * gdb.cp/templates.exp: Do not test supports_template_debugging.
10929
d231d0b1
MC
109302004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10931
10932 * gdb.cp/namespace.exp: Accept gcc abi 2.
10933
44ffb27c
MC
109342004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10935
10936 * gdb.cp/method.exp: Accept gcc abi 2.
10937
184ad485
MC
109382004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10939
10940 * gdb.cp/classes.exp: Generate identical results as old version.
10941 * gdb.cp/derivation.exp: Likewise.
10942 * gdb.cp/overload.exp: Likewise.
10943 * gdb.cp/virtfunc.exp: Likewise.
10944
116f09e7
MC
109452004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10946
10947 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
10948 mysterious bug with sourceware version of expect.
10949
b1379776
MC
109502004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10951
10952 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
10953 current versions of gcc, including gcc abi 2. Remove gratuitous
10954 restart of test program. Use gdb_test_multiple and gdb_test for
10955 all tests. Add patterns to xfail missing "const" in "const char *"
10956 and kfail PR gdb/1155.
10957
6b7a4c0e
MC
109582004-01-01 Michael Chastain <mec.gnu@mindspring.com>
10959
10960 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
10961 current versions of gcc, including gcc abi 2. Remove gratuitous
10962 restart of test program. Use gdb_test_multiple and gdb_test for
10963 all tests. Add patterns to kfail PR gdb/1498.
10964
51615d72
MC
109652003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10966
10967 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
10968 current versions of gcc, including gcc abi 2. Use "breakpoint"
10969 and "continue" instead of restarting the target program. Use
10970 gdb_test_multiple and gdb_test for all tests.
10971
7b79a9d7
MK
109722004-01-01 Mark Kettenis <kettenis@gnu.org>
10973
10974 * gdb.asm/asm-source.exp: Update copyright year. Link statically
10975 for *-*-solaris2*.
10976
1cd3489f
MC
109772003-12-31 Michael Chastain <mec.gnu@mindspring.com>
10978
10979 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
10980 current versions of gcc, including gcc abi 2. Use "breakpoint"
10981 and "continue" instead of restarting the target program several
10982 times. Use gdb_test_multiple and gdb_test for all tests.
10983
850742db
MC
109842003-12-18 Michael Chastain <mec.gnu@mindspring.com>
10985
10986 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
10987 source files.
10988
eb4bbda8
MC
109892003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10990
10991 * gdb.base/environ.exp: Handle compiling test case from multiple
10992 source files.
10993
e42c7771
MC
109942003-12-16 Michael Chastain <mec.gnu@mindspring.com>
10995
10996 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
10997
80e4b428
JB
109982003-12-17 Jim Blandy <jimb@redhat.com>
10999
5f06973a
JB
11000 * gdb.base/freebpcmd.c: Add copyright notice.
11001
80e4b428
JB
11002 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
11003
0ab84fb7
MC
110042003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11005
11006 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
11007
1b3bb3d0
JB
110082003-12-13 Jim Blandy <jimb@redhat.com>
11009
11010 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
11011
3a4c9371
KB
110122003-12-12 Kevin Buettner <kevinb@redhat.com>
11013
11014 * gdb.asm/frv.inc: New file.
11015 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
11016
a1dea79a
FF
110172003-12-09 Fred Fish <fnf@redhat.com>
11018
11019 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
11020 functions to break1.c and leave prototypes behind. Add more
11021 "set breakpoint NN here" comments.
11022 * gdb.base/break1.c: New file.
11023
11024 * gdb.base/break.exp: Handle compiling test case from multiple
11025 source files and change source file references as needed.
11026 * gdb.base/completion.exp: Ditto.
11027 * gdb.base/condbreak.exp: Ditto.
11028 * gdb.base/define.exp: Ditto.
11029 * gdb.base/ena-dis-br.exp: Ditto.
11030 * gdb.base/info-proc.exp: Ditto.
11031 * gdb.base/maint.exp: Ditto.
11032 * gdb.base/until.exp: Ditto.
11033
11034 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
11035 hardcoded line numbers.
11036 * gdb.base/define.exp: Ditto.
11037 * gdb.base/ena-dis-br.exp: Ditto.
11038 * gdb.base/maint.exp: Ditto.
11039 * gdb.base/until.exp: Ditto.
11040
11041 * gdb.base/completion.exp: Use "break1" for completion tests since
11042 "break" is no longer a unique prefix.
11043
5266b69c
AC
110442003-12-06 Andrew Cagney <cagney@redhat.com>
11045
11046 * gdb.base/structs.exp (test_struct_returns): When applicable, set
11047 "return_value_unimplemented". When an unimplemented struct return
11048 architecture, report incorrect values as a KFAIL
11049
374451f0
MC
110502003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11051
11052 * gdb.cp/rtti.exp: Accept new wording of warning from
11053 cp_lookup_rtti_type.
11054
ba9b20a7
MC
110552003-12-05 Michael Chastain <mec.gnu@mindspring.com>
11056
11057 Partial fix for PR testsuite/1456.
11058 * gdb.base/scope.exp (test_at_main): Replace references to
11059 gcc_compiled with calls to test_compiler_info.
11060 (test_at_foo): Likewise.
11061 (test_at_bar): Likewise.
11062
b74b6d0b
MC
110632003-12-04 Michael Chastain <mec.gnu@mindspring.com>
11064
11065 Partial fix for PR testsuite/1456.
11066 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
11067 to test_compiler_info.
11068
ccfa3402
MC
110692003-12-03 Michael Chastain <mec.gnu@mindspring.com>
11070
11071 * gdb.base/so-impl-ld.exp: Update copyright notice.
11072
f6246aba
MC
110732003-12-02 Michael Chastain <mec.gnu@mindspring.com>
11074
11075 Partial fix for PR testsuite/1456.
11076 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
11077 to test_compiler_info.
11078
13ae734a
MC
110792003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11080
11081 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
11082 from current versions of gdb. Clean up regular expressions.
11083 Delete redundant timeout case.
11084
d8e1cdee
MC
110852003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11086
11087 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
11088 from current versions of gdb. Clean up regular expressions.
11089 Delete redundant timeout case.
11090
96457b64
MC
110912003-12-01 Michael Chastain <mec.gnu@mindspring.com>
11092
11093 Partial fix for PR testsuite/1456.
11094 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
11095 gcc_compiled with call to test_compiler_info.
11096
f35309fc
MC
110972003-11-30 Michael Chastain <mec.gnu@mindspring.com>
11098
11099 Partial fix for PR testsuite/1456.
11100 * gdb.base/list.exp (test_list_function): Delete unused declaration
11101 of gcc_compiled.
11102
d7afdf9b
MC
111032003-11-29 Michael Chastain <mec.gnu@mindspring.com>
11104
11105 Partial fix for PR testsuite/1456.
11106 * gdb.base/complex.exp: Replace reference to gcc_compiled with
11107 call to test_compiler_info.
11108
71507b56
MK
111092003-11-29 Mark Kettenis <kettenis@gnu.org>
11110
11111 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
11112 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
11113 it to create the appropriate note.inc.
11114 * gdb.asm/asmsrc1.s: Include "note.inc".
11115 * gdb.asm/netbsd.inc: New file.
11116 * gdb.asm/empty.inc: New file.
11117
f81f93f7
MC
111182003-11-28 Michael Chastain <mec.gnu@mindspring.com>
11119
11120 Partial fix for PR testsuite/1456.
11121 * gdb.base/constvars.exp: Replace references to gcc_compiled with
11122 calls to test_compiler_info.
11123
9a77938e
MC
111242003-11-27 Michael Chastain <mec.gnu@mindspring.com>
11125
11126 Partial fix for PR testsuite/1456.
11127 * gdb.base/volatile.exp: Replace references to gcc_compiled with
11128 calls to test_compiler_info.
11129
e8367dc7
MK
111302003-11-27 Mark Kettenis <kettenis@gnu.org>
11131
11132 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
11133 pattern for the KFAILs.
11134
526c61ee
AF
111352003-11-25 Adam Fedor <fedor@gnu.org>
11136
11137 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
11138 * gdb.objc/objcdecode.m: New file.
11139
28f2d600
AF
111402003-11-25 Adam Fedor <fedor@gnu.org>
11141
11142 * gdb.objc/nondebug.exp: Test for PR objc/1236.
11143 * gdb.objc/nondebug.m: New file.
11144
a3895cee
BE
111452003-11-26 Ben Elliston <bje@wasabisystems.com>
11146
11147 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11148 NetBSD as it does on FreeBSD. Modelled on a similar change by
11149 Mark Kettenis on 2003-05-30.
11150 (link-flags): Set to "--entry _start" regardless of target.
11151 Special linker flags are to be appended to $link-flags.
11152 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
11153
c9f2c8a3
MC
111542003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11155
11156 * gdb.cp/method.exp: Accept output of new demangler.
11157
15a0587a 111582003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
11159
11160 * gdb/class2.exp: New file.
11161 * gdb/class2.cc: New file.
11162
3c00b570
MC
111632003-11-25 Michael Chastain <mec.gnu@mindspring.com>
11164
11165 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
11166 of new demangler.
11167
7027acc7
MK
111682003-11-23 Mark Kettenis <kettenis@gnu.org>
11169
11170 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
11171 of gdb_test "run".
11172
b0e1598a
MK
111732003-11-23 Mark Kettenis <kettenis@gnu.org>
11174
11175 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
11176 "continue" into "run".
11177
4d9eda44
MC
111782003-11-23 Michael Chastain <mec.gnu@mindspring.com>
11179
11180 Partial fix for PR testsuite/1456.
11181 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
11182 call to test_compiler_info.
11183 * gdb.cp/ctti.exp: Likewise.
11184 * gdb.cp/derivation.exp: Likewise.
11185 * gdb.cp/member-ptr.exp: Likewise.
11186 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
11187 reference to gcc_compiled.
11188
111892003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
11190
11191 Fix PR testsuite/1463.
11192 * gdb.base/structs.exp (start_structs_test): Call
11193 get_debug_format before using the debug format.
11194
d422fe19
AC
111952003-11-22 Andrew Cagney <cagney@redhat.com>
11196
11197 * lib/gdb.exp (gdb_test_multiple): Add simple example.
11198 * gdb.base/structs.exp: Use gdb_test_multiple.
11199
039cf96d
AC
112002003-11-20 Andrew Cagney <cagney@redhat.com>
11201
6882279b
AC
11202 * gdb.base/structs.exp: Handle and recover from internal errors.
11203 Replace "foo${n}" with "foo<n>" in test messages.
11204
e53890ae
AC
11205 * gdb.base/structs.exp: Update copyright. Rewrite.
11206 * gdb.base/structs.c: Update copyright. Rewrite.
11207
2b211c59
AC
11208 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
11209 resync count exceeded.
d63a86f8 11210
039cf96d
AC
11211 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
11212 from the internal error.
11213 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
11214 Original from Jim Blandy.
11215 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 11216
eac98b22
AC
112172003-11-19 Andrew Cagney <cagney@redhat.com>
11218
11219 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
11220 KFAIL.
11221
67455b2a
MK
112222003-11-17 Mark Kettenis <kettenis@gnu.org>
11223
11224 New testcase for PR backtrace/1435.
11225 * gdb.arch/i386-unwind.exp: New file.
11226 * gdb.arch/i386-unwind.c: New file.
11227
853d6e5b
AC
112282003-11-17 Andrew Cagney <cagney@redhat.com>
11229
11230 * lib/gdb.exp (compiler_info): New global.
11231 (test_compiler_info): New function.
11232 (get_compiler_info): Set compiler_info.
11233 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
11234 "compiler_info" to gcc-<major>-<minor>.
11235
38cf6e11
MC
112362003-11-15 Michael Chastain <mec.gnu@mindspring.com>
11237
11238 * gdb.trace/configure: Remove.
11239
a50d3602
EZ
112402003-11-13 Elena Zannoni <ezannoni@redhat.com>
11241
11242 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 11243 breakpoints.
a50d3602
EZ
11244 * gdb.base/break.exp: Remove all references to explicit line
11245 numbers.
11246
d9407aaa
NC
112472003-11-11 Nick Clifton <nickc@redhat.com>
11248
11249 * gdb.base/shreloc.exp: Do not run for targets which do not
11250 support shared objects.
11251
db488fc1
CV
112522003-11-10 Corinna Vinschen <vinschen@redhat.com>
11253
11254 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
11255 Don't run tests if nofileio flag is given.
11256
6a90a18e
EZ
112572003-11-07 Elena Zannoni <ezannoni@redhat.com>
11258
11259 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 11260 as well as 'Watchpoint'.
6a90a18e 11261
0b915e9c
EZ
112622003-11-06 Elena Zannoni <ezannoni@redhat.com>
11263
11264 Reported by Jim Ingham <jingham@apple.com>:
11265 * gdb.base/annota1.exp: Match at least one occurrence of the
11266 signal handler annotation.
11267
d7e4b55f
EZ
112682003-11-06 Elena Zannoni <ezannoni@redhat.com>
11269
a9c64011
AS
11270 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
11271 as well as 'Watchpoint'.
d7e4b55f 11272
2fe4e8d0
MC
112732003-11-05 Michael Chastain <mec@shout.net>
11274
11275 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
11276
6ef88553
KW
112772003-11-03 Kris Warkentin <kewarken@qnx.com>
11278
11279 * gdb.arch/gdb1291.c: New test file.
11280 * gdb.arch/gdb1291.exp: New test script.
11281 * gdb.arch/gdb1431.c: New test file.
11282 * gdb.arch/gdb1431.exp: New test script.
11283
ae7dc4d8
MC
112842003-10-22 Michael Chastain <mec@shout.net>
11285
11286 * gdb.mi/pthreads.c: Add copyright notice.
11287
c39d7427
MC
112882003-10-22 Michael Chastain <mec@shout.net>
11289
11290 * gdb.threads/pthreads.c: Add copyright notice.
11291
8b7d96c1
MC
112922003-10-20 Michael Chastain <mec@shout.net>
11293
11294 * gdb.base/gdb1056.exp: New test script.
11295
d1d69fdd
DJ
112962003-10-13 Daniel Jacobowitz <drow@mvista.com>
11297
11298 * gdb.threads/killed.exp: Use gdb_run_cmd.
11299
7d605576
DJ
113002003-10-13 Daniel Jacobowitz <drow@mvista.com>
11301
11302 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
11303 create a core file.
11304 * gdb.threads/gcore-thread.exp: Likewise.
11305
618ec112
CV
113062003-10-13 Corinna Vinschen <vinschen@redhat.com>
11307
11308 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
11309 type, based on char type.
11310 (struct bit_flags_short_t): New bitfield type, based on short type.
11311 (init_bit_flags_char): New fuction.
11312 (init_bit_flags_short): Ditto.
11313 (print_bit_flags_char): Ditto.
11314 (print_bit_flags_short): Ditto.
11315 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
11316
9367a73c
MC
113172003-10-11 Michael Chastain <mec@shout.net>
11318
11319 * gdb.base/call-rt-st.exp: Update copyright year.
11320
1decf120
KI
113212003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
11322
11323 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
11324 * gdb.disasm/sh3.s: Ditto.
11325
5445b2ae
DJ
113262003-10-07 Daniel Jacobowitz <drow@mvista.com>
11327
11328 * gdb.threads/switch-threads.exp: New test.
11329 * gdb.threads/switch-threads.c: New source file.
11330
aec24853
CV
113312003-10-07 Corinna Vinschen <vinschen@redhat.com>
11332
11333 * gdb.base/ending-run.exp: Add sh specific case.
11334
adc7428d
AC
113352003-10-06 Andrew Cagney <cagney@redhat.com>
11336
11337 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
11338 * gdb.disasm/mn10200.exp: Delete obsolete file.
11339
c9d37158
DJ
113402003-09-29 Daniel Jacobowitz <drow@mvista.com>
11341
11342 * ChangeLog: Correct an entry command.exp -> commands.exp.
11343 * gdb.base/commands.exp (bp_deleted_in_command_test)
11344 (temporary_breakpoint_commands): Check noargs.
11345
79c2c32d
DC
113462003-09-25 David Carlton <carlton@kealia.com>
11347
11348 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
11349 of some print tests, where appropriate. Add tests for C::D::cd,
11350 E::ce, F::cXfX, G::XgX.
11351 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
11352
594e6d67
RE
113532003-09-25 Richard Earnshaw <rearnsha@arm.com>
11354
11355 * lib/java.exp (java_init): Import target_alias before using it.
11356
10f0d451
DC
113572003-09-25 David Carlton <carlton@kealia.com>
11358
11359 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
11360
274bcba0
EZ
113612003-09-23 Elena Zannoni <ezannoni@redhat.com>
11362
d63a86f8 11363 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 11364 weirdness.
274bcba0 11365
cdbf20f7
MC
113662003-09-17 Michael Chastain <mec@shout.net>
11367
11368 * gdb.cp/gdb1355.exp: New file.
11369 * gdb.cp/gdb1355.c: New file.
11370
71e06f80
CV
113712003-09-15 Corinna Vinschen <vinschen@redhat.com>
11372
11373 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
11374 * gdb.asm/sh.inc: New file.
11375
5c4e30ca
DC
113762003-09-11 David Carlton <carlton@kealia.com>
11377
bd45b7af
DC
11378 * gdb.cp/namespace.exp: Add tests for namespace types.
11379 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
11380 (test_namespace): New.
11381
1c199746
EZ
113822003-09-11 Elena Zannoni <ezannoni@redhat.com>
11383
a9c64011 11384 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 11385 * gdb.stabs/weird.exp: Ditto.
1c199746 11386
04ed252f
MC
113872003-09-08 Michael Chastain <mec@shout.net>
11388
11389 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
11390
d8a2d9e7
MC
113912003-09-07 Michael Chastain <mec@shout.net>
11392
11393 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
11394 'parse error'.
11395
161afb24
MK
113962003-09-07 Mark Kettenis <m.kettenis@osp.nl>
11397
11398 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
11399
49f2741a
MC
114002003-08-30 Michael Chastain <mec@shout.net>
11401
11402 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
11403 * gdb.gdb/observer.exp: Ditto.
11404 * gdb.gdb/xfullpath.exp: Ditto.
11405
8afa723e
MK
114062003-08-29 Mark Kettenis <kettenis@gnu.org>
11407
11408 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
11409 *-*-*bsd*.
11410
f31dfe3b
JJ
114112003-08-28 Jeff Johnston <jjohnstn@redhat.com>
11412
11413 * gdb.base/dump.exp: Skip for ia64.
11414
4630e498
JJ
114152003-08-25 Jeff Johnston <jjohnstn@redhat.com>
11416
11417 * gdb.asm/asm-source.exp: Add ia64 support.
11418 * gdb.asm/ia64.inc: New file.
11419
1105b7ef
MC
114202003-08-22 Michael Chastain <mec@shout.net>
11421
11422 * gdb.cp: New directory.
11423 * gdb.cp/*: Copy from gdb.c++/*.
11424 * gdb.c++/*: Remove.
11425 * Makefile.in: Change gdb.c++ to gdb.cp.
11426 * configure.in: Ditto.
11427 * configure: Regnerate.
11428
c945b932
MK
114292003-08-18 Mark Kettenis <kettenis@gnu.org>
11430
11431 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
11432 * gdb.arch/i386-prologue.c (gdb1338): Add function.
11433
2b66634b
DJ
114342003-08-17 Daniel Jacobowitz <drow@mvista.com>
11435
11436 * mi-var-display.exp (-var-list-children weird): Accept function
11437 pointers with argument types.
11438 * mi1-var-display.exp (-var-list-children weird): Likewise.
11439 * mi2-var-display.exp (-var-list-children weird): Likewise.
11440
a356f73b
DJ
114412003-08-17 Daniel Jacobowitz <drow@mvista.com>
11442
11443 * gdb.base/annota3.exp: Add missing newline.
11444
483417b8
MC
114452003-08-06 Michael Chastain <mec@shout.net>
11446
11447 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
11448
c99c59c3
MS
114492003-08-12 Michael Snyder <msnyder@redhat.com>
11450
11451 * gdb.base/float.exp: Add test for SH.
11452
55ed7501
MK
114532003-08-10 Mark Kettenis <kettenis@gnu.org>
11454
11455 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
11456
1a371f2e
EZ
114572003-08-07 Elena Zannoni <ezannoni@redhat.com>
11458
11459 * gdb.base/completion.exp: Remove reduntant completion test
11460 on filename.
11461
e0f353ce
EZ
114622003-08-07 Elena Zannoni <ezannoni@redhat.com>
11463
a9c64011
AS
11464 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
11465 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
11466 gdb.trace/save-trace.exp: Make sure that full pathnames are
11467 escaped correctly.
e0f353ce 11468
5710a1af 114692003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 11470
a9c64011
AS
11471 * configure.in: Don't generate config.h from config.hin.
11472 * configure: Regenerate.
11473 * config.hin: Remove file.
11474 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
11475 * gdb.threads/pthreads.c: Ditto.
5710a1af 11476
dcd81ce9
DJ
114772003-08-07 Daniel Jacobowitz <drow@mvista.com>
11478
11479 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11480 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
11481 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
11482 Replace ld24 with seth/add3.
11483
6009d884
AC
114842003-08-02 Andrew Cagney <cagney@redhat.com>
11485
11486 * gdb.base/annota3.exp: New file.
11487 * gdb.base/annota3.c: New file.
11488 * gdb.c++/annota3.exp: New file.
11489 * gdb.c++/annota3.cc: New file.
11490
51514e06
MC
114912003-07-29 Michael Chastain <mec@shout.net>
11492
11493 * gdb.threads/tls.c (spin): Check errno only if sem_wait
11494 actually failed.
11495 (do_pass): Likewise.
11496 * gdb.threads/tls.exp: Always initialize no_of_threads.
11497
4ee6625b
DJ
114982003-07-27 Daniel Jacobowitz <drow@mvista.com>
11499
11500 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
11501 pattern.
11502 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
11503 * gdb.threads/tls.exp: Recognize one case of the host library not
11504 supporting TLS.
11505
225f2bf6
AC
115062003-07-27 Andrew Cagney <cagney@redhat.com>
11507
11508 * gdb.base/fileio.exp: Use SH when running commands using
11509 remote_exec.
11510
bcb27c9f
DJ
115112003-07-24 Daniel Jacobowitz <drow@mvista.com>
11512
11513 From Kei Sakamoto <sakamoto.kei@renesas.com>:
11514 * gdb.base/relocate.c (dummy): New padding array.
11515
3d67be83
MS
115162003-07-22 Michael Snyder <msnyder@redhat.com>
11517
d63a86f8 11518 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
11519
11520 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
11521 patterns to be more general, accepting old and new output.
11522 Some output chars (such as '+') also must be quoted.
d63a86f8 11523 Some addresses are displayed numerically instead of
3d67be83
MS
11524 symbolically.
11525
57ba3b85
MS
115262003-07-23 Michael Snyder <msnyder@redhat.com>
11527
686d097c
MS
11528 * gdb.base/return2.exp: Don't test long-long return.
11529
57ba3b85
MS
11530 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
11531 * gdb.disasm/t01_mov.exp: Ditto.
11532 * gdb.disasm/t02_mova.s: Ditto.
11533 * gdb.disasm/t02_mova.exp: Ditto.
11534 * gdb.disasm/t03_add.s: Ditto.
11535 * gdb.disasm/t03_add.exp: Ditto.
11536 * gdb.disasm/t04_sub.s: Ditto.
11537 * gdb.disasm/t04_sub.exp: Ditto.
11538 * gdb.disasm/t05_cmp.s: Ditto.
11539 * gdb.disasm/t05_cmp.exp: Ditto.
11540 * gdb.disasm/t06_ari2.s: Ditto.
11541 * gdb.disasm/t06_ari2.exp: Ditto.
11542 * gdb.disasm/t07_ari3.s: Ditto.
11543 * gdb.disasm/t07_ari3.exp: Ditto.
11544 * gdb.disasm/t08_or.s: Ditto.
11545 * gdb.disasm/t08_or.exp: Ditto.
11546 * gdb.disasm/t09_xor.s: Ditto.
11547 * gdb.disasm/t09_xor.exp: Ditto.
11548 * gdb.disasm/t10_and.s: Ditto.
11549 * gdb.disasm/t10_and.exp: Ditto.
11550 * gdb.disasm/t11_logs.s: Ditto.
11551 * gdb.disasm/t11_logs.exp: Ditto.
11552 * gdb.disasm/t12_bit.s: Ditto.
11553 * gdb.disasm/t12_bit.exp: Ditto.
11554 * gdb.disasm/t13_otr.s: Ditto.
11555 * gdb.disasm/t13_otr.exp: Ditto.
11556
e00759ef
EZ
115572003-07-22 Elena Zannoni <ezannoni@redhat.com>
11558
11559 * gdb.threads/tls.exp :Add kfail for 'info address' case.
11560
8bc2021f
EZ
115612003-07-22 Elena Zannoni <ezannoni@redhat.com>
11562
a9c64011
AS
11563 * gdb.threads/tls.c : New file.
11564 * gdb.threads/tls.exp : New file.
11565 * gdb.threads/tls-main.c : New file.
11566 * gdb.threads/tls-shared.c : New file.
11567 * gdb.threads/tls-shared.exp : New file.
8bc2021f 11568
89320c4c
AS
115692003-07-22 Andreas Schwab <schwab@suse.de>
11570
11571 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
11572
180dea7c
AS
115732003-07-20 Andreas Schwab <schwab@suse.de>
11574
11575 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
11576 due to insn reordering.
11577
0714963c
AC
115782003-07-15 Andrew Cagney <cagney@redhat.com>
11579
11580 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
11581
98a23b3f
MC
115822003-07-15 Michael Chastain <mec@shout.net>
11583
11584 * gdb.base/gdb1250.exp: New file.
11585 * gdb.base/gdb1250.c: New file.
11586
27e417a2
ML
115872003-07-09 Michal Ludvig <mludvig@suse.cz>
11588
11589 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
11590 expansion of size_t to 'unsigned long', not only to 'unsigned'.
11591
8bc2021f
EZ
115922003-07-09 Elena Zannoni <ezannoni@redhat.com>
11593
a9c64011
AS
11594 * gdb.threads/tls.c: New file.
11595 * gdb.threads/tls.exp: New file.
11596 * gdb.threads/tls-main.c: New file.
11597 * gdb.threads/tls-shared.c: New file.
11598 * gdb.threads/tls-shared.exp: New file.
8bc2021f 11599
d99968dc
EZ
116002003-07-09 Elena Zannoni <ezannoni@redhat.com>
11601
11602 * gdb.base/annota1.exp: Make sure that we properly escape the
11603 full path of the source file. Xfail more permissive patterns,
d63a86f8 11604 due to a compiler debug info problem.
d99968dc 11605
83876b3b
AS
116062003-07-07 Andreas Schwab <schwab@suse.de>
11607
2705e972
AS
11608 * gdb.asm/m68k.inc: New file.
11609 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
11610
83876b3b
AS
11611 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
11612 arguments"): Also match negative number.
11613
11614 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
11615
3a871b37
DJ
116162003-07-03 Daniel Jacobowitz <drow@mvista.com>
11617
11618 * gdb.base/store.c (charest): New typedef.
11619 (add_char): Rename to add_charest, update.
11620 (wack_char): Rename to wack_charest, update types. Return l + r
11621 to keep r live across the call.
11622 (wack_short, wack_int, wack_long, wack_longest, wack_float)
11623 (wack_double, wack_doublest): Return l + r to keep r live across
11624 the call.
11625 * gdb.base/store.exp: Accomodate store.c changes.
11626
b2a7f303
DC
116272003-06-30 David Carlton <carlton@kealia.com>
11628
11629 * gdb.c++/maint.exp (test_invalid_name): New.
11630 (test_first_component): Add tests for invalid names.
11631
3c6cb4a1
MC
116322003-06-29 Michael Chastain <mec@shout.net>
11633
11634 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
11635 output of '<VTT for class>' for virtual base classes.
11636
f1c2644b
DJ
116372003-06-29 Daniel Jacobowitz <drow@mvista.com>
11638
11639 * gdb.base/completion.exp: Tab-complete "complet" instead of
11640 "compl".
11641 * gdb.base/complex.exp, gdb.base/complex.c: New files.
11642
18080350
DJ
116432003-06-29 Daniel Jacobowitz <drow@mvista.com>
11644
11645 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
11646 * gdb.base/volatile.exp: Likewise.
11647
f56973f8
DJ
116482003-06-29 Daniel Jacobowitz <drow@mvista.com>
11649
11650 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
11651 gdb/1265.
11652
116532003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
11654 Daniel Jacobowitz <drow@mvista.com>
11655
11656 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
11657 initial line count of 'captured_main' from 26 to 32.
11658 (test_with_self): Allow xmalloc call to be interleaved with the
11659 preceding two lines.
11660
e766d4d6
JB
116612003-06-24 Joel Brobecker <brobecker@gnat.com>
11662
11663 * gdb.base/bang.exp: New testcase.
11664
f125c9a4
JB
116652003-06-23 Joel Brobecker <brobecker@gnat.com>
11666
11667 * gdb.base/langs.exp: Add some tests for the "minimal" language
11668 support.
11669
6e25beaf
EZ
116702003-06-23 Elena Zannoni <ezannoni@redhat.com>
11671
11672 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
11673 the testcase.
11674
2f816dda
DJ
116752003-06-22 Daniel Jacobowitz <drow@mvista.com>
11676
11677 * gdb.base/relocate.exp: Test add-symbol-file with a variable
11678 offset.
11679
db5a5748
DJ
116802003-06-22 Daniel Jacobowitz <drow@mvista.com>
11681
11682 * gdb.c++/pr-1210.cc: New file.
11683 * gdb.c++/pr-1210.exp: New file.
11684
1df0c130
DJ
116852003-06-21 Daniel Jacobowitz <drow@mvista.com>
11686
11687 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
11688 000-exec-continue.
11689
a92feac0
MK
116902003-06-15 Mark Kettenis <kettenis@gnu.org>
11691
11692 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
11693 on *-*-*bsd* instead of *-*-freebsd*.
11694
81a58f5b
AC
116952003-06-14 Andrew Cagney <cagney@redhat.com>
11696
11697 * gdb.base/store.exp: Test longest and doublest. Test all
11698 parameters. Weaken return statement match.
11699 * gdb.base/store.c: Add longest and doublest - aka long long and
11700 long double functions. Put all parameters into local register
11701 variables. Use negative values.
11702
b257a0d3
AC
117032003-06-14 Andrew Cagney <cagney@redhat.com>
11704
11705 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
11706 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
11707 exit status.
11708 * gdb.base/fileio.exp: Disable target when nointerrupts and
11709 noinferiorio, instead of limiting it to remote. Use remote_exec
11710 instead of system.
d63a86f8 11711
21c38304
JJ
117122003-06-12 Jeff Johnston <jjohnstn@redhat.com>
11713
11714 * gdb.base/float.exp: Add ia64 support.
11715
1bcdb424
CV
117162003-06-12 Corinna Vinschen <vinschen@redhat.com>
11717
11718 * gdb.base/fileio.exp: Run only on remote targets.
11719
6aeb981f
CV
117202003-06-10 Corinna Vinschen <vinschen@redhat.com>
11721
11722 * gdb.base/fileio.c: New file, testing File-I/O.
11723 * gdb.base/fileio.exp: Ditto.
11724
53df362e
RG
117252003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
11726
11727 * gdb.base/shreloc.exp: New file, check symbol values obtained from
11728 shared objects after relocation at load time (gdb PR/1132).
11729 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 11730 as above, part of the shared object relocation test.
53df362e 11731
ffee1b46
MK
117322003-06-08 Mark Kettenis <kettenis@gnu.org>
11733
b5ca3722
MK
11734 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
11735 fully filled history list.
11736 * gdb.base/gdb_history: New file.
11737
03ed860d
MK
11738 * gdb.base/signals.exp: XFAIL "continue to func1" on
11739 i*86-*-freebsd*.
11740
ffee1b46
MK
11741 * gdb.base/attach.exp: When trying to attach to a nonexistent
11742 process, make it possible to specify the PID based on the target,
11743 and do so for *-*-freebsd*.
11744
d80dbb52
RH
117452003-06-02 Richard Henderson <rth@redhat.com>
11746
11747 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
11748
6dd77b81
RH
117492003-06-02 Richard Henderson <rth@redhat.com>
11750
11751 * gdb.base/selftest.exp: Next over lim_at_start initialization.
11752
f6347e16
RH
117532003-06-02 Richard Henderson <rth@redhat.com>
11754
11755 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
11756
2c161407
DJ
117572003-06-01 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
11760 of globalvar.
11761
572eb746
MK
117622003-06-01 Mark Kettenis <kettenis@gnu.org>
11763
11764 * gdb.asm/asm-source.exp: Check for memory read errors in
11765 disassembler test on *BSD too.
11766
9e9617a5
RH
117672003-06-01 Richard Henderson <rth@redhat.com>
11768
11769 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
11770 for .frame.
11771 (gdbasm_call): Lose ldgp.
11772 (gdbasm_startup): Add frame information.
11773 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
11774
7b34ad4e
MK
117752003-05-31 Mark Kettenis <kettenis@gnu.org>
11776
11777 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
11778 i?86-*-*.
11779
10059fdf
MK
117802003-05-30 Mark Kettenis <kettenis@gnu.org>
11781
11782 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
11783 FreeBSD.
11784
acf4b816
RH
117852003-05-29 Richard Henderson <rth@redhat.com>
11786
11787 * gdb.asm/alpha.inc: New file.
11788 * gdb.asm/asm-source.exp: Use it.
11789
e9ecd949
JB
117902003-05-29 Jim Blandy <jimb@redhat.com>
11791
11792 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
11793 'core.PID'.
11794
e3e5a4f3
JB
117952003-05-22 Jim Blandy <jimb@redhat.com>
11796
11797 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
11798 backtrace.
d63a86f8 11799
72fe3d25
DC
118002003-05-20 David Carlton <carlton@math.stanford.edu>
11801
11802 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
11803 this time.
11804
58da2eb2
DC
118052003-05-19 David Carlton <carlton@bactrian.org>
11806
11807 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
11808 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
11809
1fcb5155
DC
118102003-05-19 David Carlton <carlton@bactrian.org>
11811
11812 * gdb.c++/namespace.exp: Add namespace scope and anonymous
11813 namespace tests.
11814 Bump copyright date.
11815 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
11816 (main): Call C::D::marker2.
11817 * gdb.c++/namespace1.cc: New file.
11818
85e85163
JJ
118192003-05-14 Jeff Johnston <jjohnstn@redhat.com>
11820
11821 Roland McGrath <roland@redhat.com>
d63a86f8 11822 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
11823 there is no manager thread.
11824
a25fbfec
JJ
118252003-05-08 Jeff Johnston <jjohnstn@redhat.com>
11826
d63a86f8
RM
11827 * gdb.threads/schedlock.exp: Remove assumption that all threads
11828 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
11829 in one of the child threads rather than the main thread.
11830
be375bae
JB
118312003-05-07 Jim Blandy <jimb@redhat.com>
11832
09bf6082
JB
11833 Add support for assembly source testing on the s390x.
11834 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
11835 architecture.
11836 * gdb.asm/s390x.inc: New file.
11837
be375bae
JB
11838 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
11839 succession of 'if' statements.
11840
00905d52
AC
118412003-05-05 Andrew Cagney <cagney@redhat.com>
11842
11843 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
11844
b1e29e33
AC
118452003-05-05 Andrew Cagney <cagney@redhat.com>
11846
11847 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
11848 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
11849
e33d66ec
EZ
118502003-05-02 Elena Zannoni <ezannoni@redhat.com>
11851
11852 * gdb.base/charset.exp: Update based on new behavior of set/show
11853 charset commands.
11854
2b6fd0d8
AC
118552003-05-01 Andrew Cagney <cagney@redhat.com>
11856
11857 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
11858 variable do not give memory errors.
11859
130cacce
AF
118602003-04-30 Adam Fedor <fedor@gnu.org>
11861
11862 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
11863 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
11864 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
11865 gdb.objc/basicclass.m: : New files
11866
11867 * lib/gdb.exp (gdb_compile_objc): New procedure.
11868
bea71854
DJ
118692003-04-27 Daniel Jacobowitz <drow@mvista.com>
11870
11871 * gdb.base/signals.exp: Make backtrace tests more specific.
11872
0f20eeea
DC
118732003-04-23 David Carlton <carlton@bactrian.org>
11874
11875 * gdb.c++/maint.exp (test_first_component): Add tests for
11876 'operator' in more locations.
11877
c8c4d8dc
KB
118782003-04-16 Kevin Buettner <kevinb@redhat.com>
11879
11880 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
11881
3fe60e3c
EZ
118822003-04-16 Elena Zannoni <ezannoni@redhat.com>
11883
11884 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 11885 func marke' instead. Update test name.
3fe60e3c 11886
9219021c
DC
118872003-04-15 David Carlton <carlton@math.stanford.edu>
11888
11889 * gdb.c++/maint.exp: New file.
11890
5dd55bdd
EZ
118912003-04-14 Elena Zannoni <ezannoni@redhat.com>
11892
11893 * gdb.threads/schedlock.c: Change type of thread function argument
11894 to long, to avoid warnings on 64-bit platforms.
11895
00890572
EZ
118962003-04-14 Elena Zannoni <ezannoni@redhat.com>
11897
a9c64011
AS
11898 * gdb.base/attach.exp: Add new message from ptrace in case of
11899 attaching to nonexistent process.
d63a86f8 11900
93201743
JB
119012003-04-11 Jim Blandy <jimb@redhat.com>
11902
11903 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11904 gdb.c++/userdef.cc: Place comments on the lines to which the
11905 marker function might return.
11906 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11907 gdb.c++/userdef.exp: Look for those comments to check that we've
11908 returned to the right place, instead of checking line numbers.
11909
2a11c64d
EZ
119102003-04-11 Elena Zannoni <ezannoni@redhat.com>
11911
a9c64011
AS
11912 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
11913 match on sourcefile name, instead of directory name.
2a11c64d 11914
68ab8fc5
EZ
119152003-04-10 Elena Zannoni <ezannoni@redhat.com>
11916
d63a86f8 11917 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
11918 working directory name.
11919
5624293a
JB
119202003-04-09 Jim Blandy <jimb@redhat.com>
11921
11922 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
11923 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
11924 after an inferior function call, report the failure, but allow the
11925 test to continue.
11926
f1f02ee4
SC
119272003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11928
11929 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11930 with -DPROTOTYPES.
11931
6eb79af0
SC
119322003-04-05 Stephane Carrez <stcarrez@nerim.fr>
11933
11934 * gdb.base/break.exp: Revert last patch.
11935
8dfb4cf0
SC
119362003-04-04 Stephane Carrez <stcarrez@nerim.fr>
11937
11938 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
11939 with -DPROTOTYPES.
11940
ed4c619a
AC
119412003-04-02 Andrew Cagney <cagney@redhat.com>
11942
11943 * gdb.base/callfuncs.exp: Make "print add" messages unique.
11944 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
11945 matching directories by the name breakpoint.
11946 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
11947 Make "continue to marker1" consistent.
11948 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
11949 message consistent.
11950 * lib/gdb.exp: Put "the program is no longer running", and "the
11951 program exited" in parenthesis.
11952 * lib/mi-support.exp: Ditto.
d63a86f8 11953
4e35d5f0 119542003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 11955
4e35d5f0
BR
11956 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
11957
71900fe8
AC
119582003-03-29 Andrew Cagney <cagney@redhat.com>
11959
11960 * gdb.base/sizeof.c (main): Print the value of '\377'.
11961 * gdb.base/sizeof.exp: Check the sign of '\377'.
11962
c0655a16
MC
119632003-03-27 Michael Chastain <mec@shout.net>
11964
11965 * gdb.base/gdb1090.exp: New file.
11966 * gdb.base/gdb1090.cc: New file.
11967
5b2a3989
JB
119682003-03-27 J. Brobecker <brobecker@gnat.com>
11969
11970 * gdb.gdb/observer.exp: New regression test.
11971
79876890
MC
119722003-03-27 Michael Chastain <mec@shout.net>
11973
11974 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
11975 * gdb.base/ptype.exp: Likewise.
11976
6eac95e3
CV
119772003-03-27 Corinna Vinschen <vinschen@redhat.com>
11978
11979 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
11980
e8c71839
MC
119812003-03-26 Michael Chastain <mec@shout.net>
11982
11983 * gdb.base/ptype.exp: Actually use some typedef'd types.
11984
71b10041
SC
119852003-03-21 Stephane Carrez <stcarrez@nerim.fr>
11986
11987 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
11988 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
11989
2512cf80
CV
119902003-03-20 Corinna Vinschen <vinschen@redhat.com>
11991
11992 * gdb.base/default.exp: Fix regular expression.
11993
0d195a4f
CV
119942003-03-20 Corinna Vinschen <vinschen@redhat.com>
11995
11996 * gdb.base/args.exp: Fix regular expression.
11997
8a2dbca8
CV
119982003-03-20 Corinna Vinschen <vinschen@redhat.com>
11999
12000 * gdb.base/help.exp: Allow Win32 child process.
12001
bf028682
CV
120022003-03-20 Corinna Vinschen <vinschen@redhat.com>
12003
12004 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
12005 when stepping out of main().
12006
182dbe85
CV
120072003-03-20 Corinna Vinschen <vinschen@redhat.com>
12008
12009 * gdb.base/default.exp: Check for win32 specific message when calling
12010 "run" without executable.
12011
d67a6ba5
CV
120122003-03-20 Corinna Vinschen <vinschen@redhat.com>
12013
12014 * gdb.base/args.exp: Expect .exe in output.
12015
a955b5bb
CV
120162003-03-20 Corinna Vinschen <vinschen@redhat.com>
12017
12018 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
12019 Cygwin native.
12020
bf6bad4b
AC
120212003-03-17 Andrew Cagney <cagney@redhat.com>
12022
12023 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
12024 vector registes.
12025 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
12026 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
12027
293e9a31
DC
120282003-03-17 David Carlton <carlton@math.stanford.edu>
12029
12030 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
12031 test, for PR breakpoints/38.
12032 Call test_watchpoint_and_breakpoint.
12033 * gdb.base/watchpoint.c (func3): New function.
12034 (main): Call func3.
12035
5330f2db
DC
120362003-03-04 David Carlton <carlton@math.stanford.edu>
12037
12038 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
12039 Garply<Garply<char> >:: garply".
12040 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
12041 with respect to PR c++/1111; note also PR c++/1113.
12042 (test_template_breakpoints): KFAIL "constructor breakpoint" with
12043 respect to PR c++/1062.
12044 KFAIL "destructor breakpoint" with respect to PR c++/1112.
12045
6ece72da
DC
120462003-03-03 David Carlton <carlton@math.stanford.edu>
12047
12048 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
12049 with respect to PR c++/57.
12050 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
12051 c++/826.
12052 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
12053 respect to PR c++/57.
12054
85ca1584
DC
120552003-03-03 David Carlton <carlton@math.stanford.edu>
12056
12057 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
12058 respect to PR c++/33 into FAILs.
12059
98e9c5b8
MC
120602003-03-03 Michael Chastain <mec@shout.net>
12061
7bedbf27
MC
12062 * configure.in: Update copyright years.
12063
120642003-03-03 Michael Chastain <mec@shout.net>
12065
12066 * Makefile.in: Update copyright years.
98e9c5b8 12067
f683e100
DC
120682003-02-28 David Carlton <carlton@math.stanford.edu>
12069
12070 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
12071 print class instead of struct and/or superfluous protection
12072 specifiers, as long as the resulting output is equivalent to the
12073 source code.
12074 Delete FIXME from end of messages on tests that don't need
12075 fixing.
12076
a9e0cf2c
DC
120772003-02-28 David Carlton <carlton@math.stanford.edu>
12078
12079 * gdb.c++/templates.exp (do_tests): Allow const in the two
12080 Foo<volatile char *>::foo tests.
12081
e8d359df
MS
120822003-02-27 Michael Snyder <msnyder@redhat.com>
12083
d63a86f8 12084 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
12085 will be consistant.
12086
0b71dc91
DC
120872003-02-26 David Carlton <carlton@math.stanford.edu>
12088
12089 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
12090 char *>::foo" test with respect to PR c++/33. Create a new test
12091 which is identical to that one except that it doesn't put the
12092 space between the "char" and the "*"; KFAIL it, too.
12093
dd14ab43
DC
120942003-02-26 David Carlton <carlton@math.stanford.edu>
12095
12096 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
12097 template types into either PASSes or KFAILs (corresponding to PR
12098 c++/57). Tweak indentation. Update copyright.
12099
1146c7f1
SC
121002003-02-23 Stephane Carrez <stcarrez@nerim.fr>
12101
12102 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
12103
74641dfb
MC
121042003-02-13 Michael Chastain <mec@shout.net>
12105
12106 * gdb.base/exprs.exp: Remove i960 remnants.
12107 * gdb.base/funcargs.exp: Likewise.
12108 * gdb.base/list.exp: Likewise.
12109 * gdb.base/ptype.exp: Likewise.
12110
559cd2d0
DC
121112003-02-14 David Carlton <carlton@math.stanford.edu>
12112
12113 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
12114 pEe->D::vg()" from XFAIL to KFAIL.
12115
c4f90d87
JM
121162003-02-13 Jason Molenda (jmolenda@apple.com)
12117
12118 * gdb.base/maint.exp: Update maint print statistics regexp to include
12119 new entries.
12120
cbc4d97c
MC
121212003-02-13 Michael Chastain <mec@shout.net>
12122
12123 * gdb.c++/inherit.exp: Remove call to get_debug_format.
12124
40f235b7
MC
121252003-02-12 Michael Chastain <mec@shout.net>
12126
12127 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
12128 * gdb.c++/inherit.exp: Likewise.
12129 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
12130 * gdb.c++/templates.exp: Likewise.
12131 * gdb.c++/virtfunc.exp: Likewise.
12132
c56716b0
JM
121332003-02-06 Jason Molenda (jason-cl@molenda.com)
12134
12135 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
12136 why the code is written that way.
12137
070afcf8
MC
121382003-02-05 Michael Chastain <mec@shout.net>
12139
12140 * gdb.base/dump.exp: Add missing copyright line.
12141
5d0331e5
JM
121422003-02-05 Jason Molenda (jason-cl@molenda.com)
12143
f7ae6d3e 12144 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
12145 at the beginning so the breakpoint doesn't get set on the loop.
12146
92851186
MC
121472003-02-05 Michael Chastain <mec@shout.net>
12148
12149 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
12150 output for configurations with gcc 2.95.3.
12151
cbf1e085
AC
121522003-02-05 Keith Seitz <keiths@redhat.com>
12153 Andrew Cagney <ac131313@redhat.com>
12154
12155 * gdb.mi/mi-cli.exp: New file.
d63a86f8 12156
29518e1e
MC
121572003-02-04 Michael Chastain <mec@shout.net>
12158
12159 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
12160 Call perror and then continue.
12161
5af1d5f3
MC
121622003-02-03 Michael Chastain <mec@shout.net>
12163
12164 * gdb.c++/pr-1023.cc: New file.
12165 * gdb.c++/pr-1023.exp: New file.
12166
6b549786
JB
121672003-02-05 Jim Blandy <jimb@redhat.com>
12168
12169 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
12170 it's local to foobar. Check for it there, and check that it's not
12171 present in main.
12172 * gdb.c++/local.cc (marker2): New function.
12173 (foobar): Call marker1.
12174 (main): Call marker2 instead of marker1.
12175
67f16606
AC
121762003-02-04 Andrew Cagney <ac131313@redhat.com>
12177
12178 * gdb.disasm/mn10200.exp: Obsolete file.
12179 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
12180 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
12181 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
12182
1c5cb38e
DC
121832003-02-04 David Carlton <carlton@math.stanford.edu>
12184
12185 * gdb.c++/overload.exp: Test intToChar(1).
12186 * gdb.c++/overload.cc (intToChar): New.
12187 (main): Call intToChar.
12188
d1fe6965
DC
121892003-02-03 David Carlton <carlton@math.stanford.edu>
12190
12191 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
12192 'might_kfail' arg.
12193 KFAIL some of the continue_to_bp_overloaded calls, according to
12194 PR c++/1025.
12195
9ba61c5d
MC
121962003-02-01 Michael Chastain <mec@shout.net>
12197
12198 * gdb.base/advance.c (marker1): New marker function.
12199 * gdb.base/advance.exp: When the 'advance' command lands on the
12200 return breakpoint, it can legitimately stop on either the
12201 current line or the next line. Accommodate both outcomes.
12202 * gdb.base/until.exp: Likewise.
12203
e7494ffb
AC
122042003-02-02 Andrew Cagney <ac131313@redhat.com>
12205
12206 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12207 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
12208 now a list, not a tuple.
12209 * gdb.mi/mi-var-display.exp: Ditto.
12210 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 12211
075559bc
AC
122122003-02-01 Andrew Cagney <ac131313@redhat.com>
12213
12214 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
12215 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
12216 stack backtraces.
12217 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 12218
2bd4c7b1
MK
122192003-02-01 Mark Kettenis <kettenis@gnu.org>
12220
12221 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12222 gdb.mi/mi1-pthreads.exp: Return instead of calling
12223 gdb_suppress_entire_file.
12224
eabd8992
MS
122252003-02-01 Mark Salter <msalter@redhat.com>
12226
12227 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
12228
71469e2f
MS
122292003-01-31 Mark Salter <msalter@redhat.com>
12230
12231 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
12232 Support empty arg.
12233
38a94d44
MC
122342003-01-30 Michael Chastain <mec@shout.net>
12235
12236 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
12237 This was a workaround for a UTF-8 bug in readline 4.3. The bug
12238 has been fixed in gdb/readline on 2003-01-09.
12239
19ea9e73
MS
122402003-01-29 Michael Snyder <msnyder@redhat.com>
12241
e8d359df
MS
12242 * gdb.base/maint.exp: Allow for leading underscore in symbol.
12243 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
12244 * gdb.base/args.exp: Skip if target does not support args passing.
12245
2307bd6a
DJ
122462003-01-22 Daniel Jacobowitz <drow@mvista.com>
12247
19ea9e73 12248 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
12249 gdb_test. Accept a list of expect arguments as the third
12250 parameter.
12251 (gdb_test): Use it.
12252
f2dd3617
EZ
122532003-01-20 Elena Zannoni <ezannoni@redhat.com>
12254
12255 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
12256 allow for different test tree configurations. Update some
12257 tescases accordingly.
12258 * gdb.arch/altivec-regs.exp: Ditto.
12259 * gdb.asm/asm-source.exp: Ditto.
12260 * gdb.base/advance.exp: Ditto.
12261 * gdb.base/display.exp: Ditto.
d63a86f8 12262 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
12263 * gdb.base/mips_pro.exp: Ditto.
12264 * gdb.base/overlays.exp: Ditto.
12265 * gdb.base/relocate.exp: Ditto.
12266 * gdb.base/setshow.exp: Ditto.
12267 * gdb.base/step-line.exp: Ditto.
12268 * gdb.base/step-test.exp: Ditto.
12269 * gdb.base/until.exp: Ditto.
12270 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
12271
c71cdefd
DC
122722003-01-17 David Carlton <carlton@math.stanford.edu>
12273
12274 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
12275 corresponding to PR c++/945.
12276 Update copyright.
12277
fdba05d7
DC
122782003-01-17 David Carlton <carlton@math.stanford.edu>
12279
12280 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
12281 corresponding to PR c++/68.
12282
122832003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
12284
12285 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
12286 (test_paddr_hairy_functions): Call print_addr_2_kfail for
12287 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
12288
c362c33a
EZ
122892003-01-15 Elena Zannoni <ezannoni@redhat.com>
12290
0fbc361c
EZ
12291 * gdb.base/break.exp: Fix change of default location, because of
12292 removal of until tests.
12293 * gdb.base/help.exp: Update test for new 'until' help message.
12294 Add test for help on 'advance'.
a9c64011 12295 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 12296
dabf8a35
MK
122972003-01-15 Mark Kettenis <kettenis@gnu.org>
12298
12299 * gdb.base/default.exp: Adapt "info float" test for recent changes
12300 to that command. Add test for "info vector".
12301 * gdb.base/float.exp: New file. Add test for "info float" that
12302 resembles the old test in gdb.base/default.exp.
12303
a1769aca
DC
123042003-01-15 David Carlton <carlton@math.stanford.edu>
12305
12306 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
12307
82025e13
EZ
123082003-01-15 Elena Zannoni <ezannoni@redhat.com>
12309
12310 * gdb.base/break.exp: Move the tests of until command from here...
12311 * gdb.base/until.exp: ... to here. New file. Add other tests.
12312 * gdb.base/advance.c: New file.
12313 * gdb.base/advance.exp: New file.
12314
8f9ab801
EZ
123152003-01-14 Elena Zannoni <ezannoni@redhat.com>
12316
a9c64011
AS
12317 * gdb.base/args.c: New file.
12318 * gdb.base/args.exp: New file.
8f9ab801 12319
9ae66589
DJ
123202003-01-14 Daniel Jacobowitz <drow@mvista.com>
12321
12322 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
12323
8d77e5c3
DJ
123242003-01-14 Daniel Jacobowitz <drow@mvista.com>
12325
12326 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
12327
12d2f0a1
DJ
123282003-01-14 Daniel Jacobowitz <drow@mvista.com>
12329
12330 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
12331 dates.
12332
6ca37014
DJ
123332003-01-13 Daniel Jacobowitz <drow@mvista.com>
12334
12335 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
12336
b0023472
DJ
123372003-01-13 Daniel Jacobowitz <drow@mvista.com>
12338
12339 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
12340 (ptype &*"foo").
12341 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
12342
607fbc54 123432003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
12344
12345 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
12346 * gdb.mi/mi1-console.exp: Likewise.
12347
607fbc54 123482003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
12349
12350 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
12351 * gdb.mi/mi1-console.exp: Likewise.
12352
a1fb14a2
DJ
123532003-01-13 Daniel Jacobowitz <drow@mvista.com>
12354
12355 * gdb.c++/overload.exp: Remove some fixed XFAILs.
12356
c4cf40b7
DJ
123572003-01-09 Daniel Jacobowitz <drow@mvista.com>
12358
12359 * gdb.base/detach.exp: New test.
12360
696d5a5b
DJ
123612003-01-09 Daniel Jacobowitz <drow@mvista.com>
12362
12363 * Makefile.in (ALL_SUBDIRS): New variable.
12364 (subdirs, clean, distclean): Use it.
12365 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
12366 regenerating Makefile, since it is generated from the top level.
12367 * gdb.asm/Makefile.in: Likewise.
12368 * gdb.base/Makefile.in: Likewise.
12369 * gdb.c++/Makefile.in: Likewise.
12370 * gdb.disasm/Makefile.in: Likewise.
12371 * gdb.java/Makefile.in: Likewise.
12372 * gdb.mi/Makefile.in: Likewise.
12373 * gdb.threads/Makefile.in: Likewise.
12374 * gdb.trace/Makefile.in: Likewise.
12375
754533e4
DC
123762003-01-09 David Carlton <carlton@math.stanford.edu>
12377
12378 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
12379 Add copyright year 2003.
12380
d8b3e9ee
MC
123812003-01-06 Michael Chastain <mec@shout.net>
12382
12383 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
12384 When selecting a thread, 'line' and 'file' are optional.
12385 * gdb.mi/mi1-pthreads.exp: Likewise.
12386
8e9e0fe6
AS
123872003-01-06 Andreas Schwab <schwab@suse.de>
12388
12389 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
12390 failures.
12391
b5ab8ff3
DJ
123922003-01-04 Daniel Jacobowitz <drow@mvista.com>
12393
12394 Fix PR gdb/844
12395 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
12396 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
12397
12398 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
12399 instead of calling gdb_suppress_entire_file.
12400 * gdb.threads/print-threads.exp: Likewise.
12401 * gdb.threads/schedlock.exp: Likewise.
12402
12403 * gdb.threads/killed.exp: Return instead of calling
12404 gdb_suppress_entire_file.
12405 * gdb.threads/linux-dp.exp: Likewise.
12406 * gdb.threads/pthreads.exp: Likewise.
12407
1e698235
DJ
124082003-01-04 Daniel Jacobowitz <drow@mvista.com>
12409
12410 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
12411 stabs.
12412 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
12413 * gdb.base/whatis.exp: Always allow (void) after function names.
12414
147ff08c
DJ
124152003-01-04 Daniel Jacobowitz <drow@mvista.com>
12416
12417 * gdb.c++/casts.exp: Correct regexp.
12418
dc62bfc2
MK
124192003-01-04 Mark Kettenis <kettenis@gnu.org>
12420
12421 * configure.in: Call AC_CONFIG_HEADER. Don't call
12422 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
12423 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
12424 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
12425 aforementioned directories in the AC_OUPUT call.
12426 * config.hin: New file.
12427 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
12428 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
12429 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
12430 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
12431 pass -I$objdir instead of -I$objdir/$subdir in compilation.
12432 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
12433 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
12434 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
12435 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
12436 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
12437 gdb.threads/configure.in, gdb.threads/configure,
12438 gdb.threads/config.in, gdb.trace/configure.in,
12439 gdb.trace/configure: Removed.
12440
77afa639
MC
124412003-01-03 Michael Chastain <mec@shout.net>
12442
12443 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
12444 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
12445
7634bb6e
DJ
124462003-01-03 Daniel Jacobowitz <drow@mvista.com>
12447
12448 * gdb.base/store.exp: Fix regular expressions.
12449
b39c905e
MK
124502002-12-28 Mark Kettenis <kettenis@gnu.org>
12451
12452 * configure.in: Rewrite.
12453 * configure: Regenerated.
12454
0a8551dd
DC
124552003-01-03 David Carlton <carlton@math.stanford.edu>
12456
12457 * gdb.base/psymtab.exp: New file.
12458 * gdb.base/psymtab1.c: Ditto.
12459 * gdb.base/psymtab2.c: Ditto.
12460
c60b7188
AF
124612002-12-23 Adam Fedor <fedor@gnu.org>
12462
12463 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
12464
ee73db83
DC
124652002-12-23 David Carlton <carlton@math.stanford.edu>
12466
12467 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
12468 and current_directory initialization.
12469
d6c1774e
JB
124702002-12-22 Jim Blandy <jimb@redhat.com>
12471
f0a847b8
JB
12472 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
12473 rather than as part of the output file name.
12474
d6c1774e
JB
12475 * gdb.base/attach.exp: There's no need to copy the test program to
12476 /tmp; that was only ever necessary on HP/UX, and this test is
12477 entirely disabled there anyway.
12478
f0708dbb
JB
124792002-12-21 Jim Blandy <jimb@redhat.com>
12480
4c2acfea
JB
12481 * gdb.c++/psmang.exp: Doc fix.
12482
f0708dbb
JB
12483 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
12484 test.
12485
9579e000
DC
124862002-12-20 David Carlton <carlton@math.stanford.edu>
12487
12488 * gdb.c++/annota2.exp: KFAIL annotate-quit.
12489
d1810171
MC
124902002-12-18 Michael Chastain <mec@shout.net>
12491
12492 * gdb.c++/annota2.exp: Add copyright year 2002.
12493
76565097
DC
124942002-12-17 David Carlton <carlton@math.stanford.edu>
12495
12496 * gdb.c++/try_catch.cc: Add marker comments.
12497 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
12498 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
12499 * gdb.c++/m-static.cc: Ditto.
12500 * gdb.c++/m-static1.cc: Ditto.
12501 * gdb.c++/try_catch.cc: Ditto.
12502
da81390b
JJ
125032002-12-16 Jeff Johnston <jjohnstn@redhat.com>
12504
12505 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
12506 to see whether we are using the new -environment-directory
12507 command which resets via -r or the old version of the command
12508 which may prompt the user. Part of fix for gdb/741.
12509
b304d130
AC
125102002-12-13 Andrew Cagney <ac131313@redhat.com>
12511
12512 * gdb.fortran/types.exp: Update obsolete comment.
12513 * gdb.fortran/exprs.exp: Ditto.
12514 * lib/gdb.exp: Delete obsolete code.
12515 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
12516 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
12517 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
12518 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
12519 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
12520 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
12521 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
12522 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
12523 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
12524 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
12525 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
12526 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
12527 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
12528 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
12529 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
12530 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
12531 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
12532 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
12533 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
12534 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
12535 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
12536 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
12537 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
12538 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
12539 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
12540 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
12541 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
12542 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
12543 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
12544 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
12545 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
12546 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
12547 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
12548 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
12549 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
12550 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
12551 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
12552
a23b6e6a
DC
125532002-12-11 David Carlton <carlton@math.stanford.edu>
12554
12555 * gdb.c++/m-data.exp: Add test for members that shadow global
12556 variables: see PR gdb/804.
12557 * gdb.c++/m-data.cc: Ditto.
12558
6604731b
DJ
125592002-12-10 Daniel Jacobowitz <drow@mvista.com>
12560
12561 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
12562
de46ecd7
DC
125632002-12-06 David Carlton <carlton@math.stanford.edu>
12564
12565 * gdb.base/store.c: Don't declare functions static.
12566
27e829d0
AC
125672002-12-04 Andrew Cagney <ac131313@redhat.com>
12568
12569 * gdb.base/store.exp, gdb.base/store.c: New files.
12570
92806416
DJ
125712002-12-03 Daniel Jacobowitz <drow@mvista.com>
12572
12573 * gdb.base/selftest.exp: Update for current gdb.
12574
3bcbaac5
DJ
125752002-12-03 Daniel Jacobowitz <drow@mvista.com>
12576
12577 * gdb.base/maint.exp: Only dump symbols from one source file
12578 or objfile.
12579
f4f00b1f
DJ
125802002-12-03 Daniel Jacobowitz <drow@mvista.com>
12581
12582 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
12583 function call.
12584
f1c8a949
JB
125852002-11-25 Jim Blandy <jimb@redhat.com>
12586
12587 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
12588 function appearing in error message.
12589
9e297a97
DJ
125902002-11-21 Daniel Jacobowitz <drow@mvista.com>
12591
12592 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
12593
1f312e79
JJ
125942002-11-08 Jeff Johnston <jjohnstn@redhat.com>
12595
d63a86f8
RM
12596 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
12597 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
12598 should be in mi console format. This is part of fix for PR gdb/604.
12599
83c31e7d
FN
126002002-09-18 Fernando Nasser <fnasser@redhat.com>
12601
12602 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
12603 which explicitly prints the zero offset as "+0".
12604
322b3f65
DJ
126052002-10-22 Daniel Jacobowitz <drow@mvista.com>
12606
12607 * gdb.threads/schedlock.c (args): Make unsigned.
12608
126092002-10-21 Daniel Jacobowitz <drow@mvista.com>
12610
12611 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
12612 numbers. Allow "foo2|selected stack frame".
12613 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
12614 * gdb.asm/asmsrc2.s: Likewise.
12615 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12616 comments.
12617 * gdb.asm/mips.inc: New file.
12618
5e2fe5b8
AF
126192002-10-18 Adam Fedor <fedor@gnu.org>
12620
12621 * gdb.base/default.exp: Update expected output to include 'ObjC'.
12622 * gdb.base/help.exp: Likewise.
12623
abe1a5d0
KB
126242002-10-17 Kevin Buettner <kevinb@redhat.com>
12625
12626 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
12627 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
12628
10abb1d4
JB
126292002-10-02 Jim Blandy <jimb@redhat.com>
12630
12631 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
12632
1f609b42
AC
126332002-10-01 Andrew Cagney <ac131313@redhat.com>
12634
12635 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
12636 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
12637 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
12638 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
12639 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
12640 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
12641 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
12642
0aee02e4
AC
126432002-09-29 Andrew Cagney <ac131313@redhat.com>
12644
12645 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
12646 * mi0-disassemble.exp, mi0-eval.exp: Delete.
12647 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
12648 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
12649 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
12650 * mi0-var-block.exp, mi0-var-child.exp: Delete.
12651 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 12652
6fde09ad
KB
126532002-09-27 Kevin Buettner <kevinb@redhat.com>
12654
12655 * gdb.base/annota1.exp (info break): Make directory components of
12656 path optional since not all compilers emit this debug information.
12657
12658 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
12659 step ends up stepping out of the function instead of stopping on
12660 the epilogue.
12661
9e8aab75
KS
126622002-09-26 Keith Seitz <keiths@redhat.com>
12663
12664 * lib/insight-support.exp (gdbtk_start): Figure out where
12665 the insight executable is based on where gdb is. Use this
12666 executable to start insight instead of gdb.
12667
e36180d7
AC
126682002-09-25 Andrew Cagney <cagney@redhat.com>
12669
12670 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
12671
9dd34b2b
AC
126722002-09-24 Andrew Cagney <ac131313@redhat.com>
12673
12674 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
12675 test_isolated_complaints.
12676 (test_empty_complaint): New function.
12677 (test_empty_complaints): New function. Check no output when no
12678 complaints.
d63a86f8 12679
dea97812
KB
126802002-09-19 Jim Blandy <jimb@redhat.com>
12681
a9c64011 12682 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 12683
54951bd7
AC
126842002-09-19 Andrew Cagney <ac131313@redhat.com>
12685
12686 * gdb.gdb/complaints.exp: New file.
12687
dec43320
AC
126882002-09-18 Andrew Cagney <ac131313@redhat.com>
12689
12690 * gdb.base/maint.exp: Check `help maint internal-warning'.
12691
e70d6e3f
DC
126922002-09-18 David Carlton <carlton@math.stanford.edu>
12693
12694 * gdb.c++/m-static.exp: Remove breakpoints depending on line
12695 numbers, and replace them by a single breakpoint after the
12696 constructors are all finished.
12697 Add test 4.
12698 * gdb.c++/m-static.cc: Add test 4.
12699 * gdb.c++/m-static.h: New file.
12700 * gdb.c++/m-static1.cc: New file.
12701
12702 * gdb.c++/printmethod.exp: New file.
12703 * gdb.c++/printmethod.cc: New file.
12704
12705 * gdb.c++/pr-574.exp: New file.
12706 * gdb.c++/pr-574.cc: New file.
12707
afb5c968
CV
127082002-09-18 Corinna Vinschen <vinschen@redhat.com>
12709
12710 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
12711 embedded targets which never actually exit.
12712
31e45dee
FN
127132002-09-18 Fernando Nasser <fnasser@redhat.com>
12714
12715 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
12716 "don't step after run" as unresolved or unsupported, instead of xfail.
12717
a283c5a1
CV
127182002-09-18 Corinna Vinschen <vinschen@redhat.com>
12719
12720 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
12721 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
12722 Add newline to expected string in "step out of main (status wrapper)"
12723 case.
12724
11350d2a
CV
127252002-09-18 Corinna Vinschen <vinschen@redhat.com>
12726
12727 * lib/gdb.exp (rerun_to_main): Allow restarting application.
12728 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
12729
0deec7d6
TT
127302002-09-17 Tom Tromey <tromey@redhat.com>
12731
12732 * gdb.base/printcmds.exp (test_print_string_constants): Expect
12733 \000, not \0, in double-quoted string.
12734
b2b4a1b5
CV
127352002-09-14 Corinna Vinschen <vinschen@redhat.com>
12736
c9d37158 12737 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
12738 string after running the commands execution on breakpoint tests.
12739
1c56143a
CV
127402002-09-13 Corinna Vinschen <vinschen@redhat.com>
12741
12742 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
12743
37f8da45
JB
127442002-09-12 Joel Brobecker <brobecker@gnat.com>
12745
12746 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
12747
08b468e0
KS
127482002-09-10 Keith Seitz <keiths@redhat.com>
12749
12750 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
12751 runto proc.
12752 (mi_run_to_main): Use mi_runto.
12753 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
12754
dc360f58
KS
127552002-09-10 Keith Seitz <keiths@redhat.com>
12756
12757 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
12758 regexp for stopping at main. Could have multiple event notifications.
12759 Don't assume that main was declared with no parameters.
12760 (mi_next): Use mi_step_to.
12761 (mi_step): Use mi_next_to.
12762
ce3abcfb
CV
127632002-09-09 Corinna Vinschen <vinschen@redhat.com>
12764
12765 * gdb.base/default.exp: Fix expected string in `info float' test.
12766
d1f5b980
BE
127672002-09-09 Ben Elliston <bje@redhat.com>
12768
12769 * config/mips.exp: Update comments.
12770 * config/mips-idt.exp: Likewise.
12771 * config/nind.exp: Likewise.
12772 * config/slite.exp: Likewise.
12773 * config/sparclet.exp: Likewise.
12774 * config/udi.exp: Likewise.
12775 * config/vx.exp: Likewise.
12776 * config/vxworks29k.exp: Likewise.
12777
2f71430b
JB
127782002-09-05 Jim Blandy <jimb@redhat.com>
12779
12780 * gdb.threads/killed.exp: Fix test failure message.
12781
7ddebc7e
KS
127822002-09-04 Keith Seitz <keiths@redhat.com>
12783
12784 * lib/mi-support.exp: Update copyright.
12785 (mi_gdb_test): Increase the priority of the expected pattern
12786 so that it matches gdb_test.
12787
0ae67eb3
KS
127882002-09-03 Keith Seitz <keiths@redhat.com>
12789
12790 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
12791 Use integer comparison instead of string comparison for testing
12792 whether binary was built.
12793
38fc42c8
JB
127942002-09-03 Jim Blandy <jimb@redhat.com>
12795
12796 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
12797
b6ff0e81
JB
127982002-08-29 Jim Blandy <jimb@redhat.com>
12799
12800 * gdb.threads/pthreads.exp: Move the portable thread compilation
12801 code into a function in lib/gdb.exp, and call that from here.
12802 * lib/gdb.exp (gdb_compile_pthreads): New function.
12803
07c98896
KS
128042002-08-29 Keith Seitz <keiths@redhat.com>
12805
12806 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
12807 expect_out so that callers can get at it.
12808
0312286c
DJ
128092002-08-23 Daniel Jacobowitz <drow@mvista.com>
12810
12811 * gdb.threads/print-threads.c: New file.
12812 * gdb.threads/print-threads.exp: New file.
12813 * gdb.threads/schedlock.c: New file.
12814 * gdb.threads/schedlock.exp: New file.
12815
dd039bc4
EZ
128162002-08-22 Elena Zannoni <ezannoni@redhat.com>
12817
a9c64011
AS
12818 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
12819 not altivec.c.
dd039bc4 12820
1f36144c
MK
128212002-08-17 Mark Kettenis <kettenis@gnu.org>
12822
12823 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
12824 targets. The problem should be fixed now.
12825
16057ec7 128262002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
12827
12828 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
12829 2002-07-24 change that removes final dots from error messages.
12830
3c1499ad
TT
128312002-08-13 Tom Tromey <tromey@redhat.com>
12832
12833 * gdb.base/readline.exp: New file.
12834
a20ce2c3
AC
128352002-08-01 Andrew Cagney <ac131313@redhat.com>
12836
12837 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
12838 supress message.
12839
db034ac5
AC
128402002-08-01 Andrew Cagney <cagney@redhat.com>
12841
12842 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
12843 CHILL_FOR_TARGET and CHILL_LIB.
12844 * configure.in (configdirs): Remove gdb.chill.
12845 * configure: Regenerate.
12846 * lib/gdb.exp: Obsolete references to chill.
12847 * gdb.fortran/types.exp: Ditto.
12848 * gdb.fortran/exprs.exp: Ditto.
12849
3e000b18
KB
128502002-07-30 Kevin Buettner <kevinb@redhat.com>
12851
12852 * gdb.base/shlib-call.exp (additional_flags): Conditionally
12853 set Irix-specific compile and link flags.
12854
28f4966b
KB
128552002-07-29 Kevin Buettner <kevinb@redhat.com>
12856
12857 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
12858 source files. The ``-o'' option doesn't work with the ``-E'' option
12859 when using the Irix compiler.
12860
46c0d5a6
DJ
128612002-07-19 Daniel Jacobowitz <drow@mvista.com>
12862
12863 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
12864 Improve support for reusing an exec file. Copy exec file
12865 to target, and run gdbserver on the target instead of on the host.
12866
eecf4bed
JB
128672002-07-18 Jim Blandy <jimb@redhat.com>
12868
0f815cdf
JB
12869 * gdb.base/ending-run.exp: Don't expect to see the program end in
12870 some orderly fashion when we're running on a real stand-alone
12871 board.
12872
eecf4bed
JB
12873 * gdb.base/interrupt.exp: Correct logic for skipping tests on
12874 targets that don't support interrupts.
12875
52d309e4
JB
128762002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
12877
12878 * gdb.base/attach.exp: Add patterns to match output from /proc-based
12879 systems.
12880 Move comments in expect statements to inside the actions, so that they
12881 don't get matched against.
12882
ff683d9e
MK
128832002-07-10 Mark Kettenis <kettenis@gnu.org>
12884
12885 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
12886 function when asleep" test.
12887
b5356753
AC
128882002-07-10 Andrew Cagney <ac131313@redhat.com>
12889
12890 * gdb.base/page.exp: Rewrite to handle problems with very long
12891 `info set' output. Update copyright.
12892
6aa4d13a
AC
128932002-06-26 Andrew Cagney <ac131313@redhat.com>
12894
12895 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
12896 gdb.threads-hp.
12897 * gdb.hp/configure: Regenerate.
12898 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
12899 * gdb.hp/gdb.threads-hp/configure: Delete file.
12900 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
12901
8cf8c2b8
AC
129022002-06-22 Andrew Cagney <ac131313@redhat.com>
12903
12904 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
12905 setlocale, bindtextdomain and textdomain.
12906
6827a8f8
JB
129072002-06-11 Jim Blandy <jimb@redhat.com>
12908
919d772c
JB
12909 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
12910 preprocessor macro information is present.
12911
6827a8f8
JB
12912 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
12913 tests.
12914
c15b0d21
MS
129152002-06-06 Michael Snyder <msnyder@redhat.com>
12916
c5984d70
MS
12917 * gdb.base/overlays.exp: Record addresses of overlay
12918 functions in TCL variables rather than in GDB variables,
12919 to avoid having GDB convert them to pointers (with loss
12920 of information).
12921
d63a86f8 12922 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 12923 default linker script changes.
c15b0d21
MS
12924 * gdb.base/long_long.exp: Add check for sizeof (long double).
12925
be26fe0d
ML
129262002-06-06 Michal Ludvig <mludvig@suse.cz>
12927
12928 * gdb.asm/asm-source.exp: Add x86-64 target.
12929 * gdb.asm/x86_64.inc: New.
d63a86f8 12930
258093ca 129312002-05-30 Michael Chastain <mec@shout.net>
258093ca 12932
4b3153f1 12933 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
12934 * gdb.c++/m-static.cc: New file.
12935 * gdb.c++/m-static.exp: New file.
12936
241264c6
MS
129372002-05-28 Michael Snyder <msnyder@redhat.com>
12938
12939 * gdb.base/call-ar-st.exp: Allow for reduced floating point
12940 precision.
12941
9bba8c8f 129422002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 12943
4b3153f1 12944 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
12945 * gdb.c++/m-data.cc: New file.
12946 * gdb.c++/m-data.exp: New file.
12947
129482002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 12949
4b3153f1 12950 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 12951 * gdb.c++/try_catch.cc: New file.
d63a86f8 12952 * gdb.c++/try_catch.exp: New file.
9bba8c8f 12953
def1b996
MC
129542002-05-27 Michael Chastain <mec@shout.net>
12955
12956 * gdb.c++/local.exp: Accept more nested types in output.
12957
522ba268
MC
129582002-05-26 Michael Chastain <mec@shout.net>
12959
12960 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
12961
277254ba
MS
129622002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
12963
12964 * lib/gdb.exp (gdb_wrapper_init): Just because
12965 gdb_wrapper_file exists, this does not mean that the file
12966 should not be rebuilt. That is what gdb_wrapper_initialized
12967 is for.
12968 (default_gdb_init): Reset gdb_wrapper_initialized.
12969
b61a8733
MS
129702002-05-23 Michael Snyder <msnyder@redhat.com>
12971
d63a86f8 12972 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
12973 the precision of the floating point test results.
12974 * gdb.base/call-rt-st.exp: Ditto.
12975
b61a8733
MS
12976 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
12977 * gdb.base/call-rt-st.exp: Ditto.
12978
56f6e910
MC
129792002-05-19 Michael Chastain <mec@shout.net>
12980
12981 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
12982
ad0b0016
EZ
129832002-05-19 Elena Zannoni <ezannoni@redhat.com>
12984
a9c64011
AS
12985 * configure.in (configdirs): Add gdb.arch.
12986 * configure: Regenerate.
ad0b0016 12987
f617d2b6
JB
129882002-05-17 Jim Blandy <jimb@redhat.com>
12989
12990 * gdb.base/completion.exp: Recognize the more detailed error
12991 messages produced by the macro expander's lexical analyzer.
12992
eac2a696
EZ
129932002-05-14 Elena Zannoni <ezannoni@redhat.com>
12994
a9c64011
AS
12995 * gdb.arch/altivec-abi.c: New file.
12996 * gdb.arch/altivec-abi.exp: New file.
12997 * gdb.arch/altivec-regs.c: New file.
12998 * gdb.arch/altivec-regs.exp: New file.
eac2a696 12999
2fdde8f8
DJ
130002002-05-14 Daniel Jacobowitz <drow@mvista.com>
13001
13002 * gdb.base/maint.exp (maint print type): Update for new type
13003 structure.
d63a86f8 13004
e31f1a7c
EZ
130052002-05-14 Elena Zannoni <ezannoni@redhat.com>
13006
13007 * gdb.arch: New directory.
13008 * gdb.arch/configure.in: New file.
13009 * gdb.arch/configure: New file.
13010 * gdb.arch/Makefile.in: New file.
13011
db589741
CV
130122002-05-13 Corinna Vinschen <vinschen@redhat.com>
13013
13014 * gdb.asm/asm-source.exp: Add v850 as supported target.
13015 * gdb.asm/v850.inc: New file.
13016
8ce2a7dc
DJ
130172002-05-13 Daniel Jacobowitz <drow@mvista.com>
13018
13019 * gdb.c++/annota2.exp (annotate-quit): Add comment.
13020
df763c7f
DJ
130212002-05-12 Daniel Jacobowitz <drow@mvista.com>
13022
13023 * gdb.base/break.exp: Check 'break "marker2"'.
13024
377daeed
MS
130252002-05-10 Michael Snyder <msnyder@redhat.com>
13026
13027 * gdb.base/long_long.exp: Fix typo.
13028
c4b7bc2b
JB
130292002-05-10 Jim Blandy <jimb@redhat.com>
13030
ecac9a4e
JB
13031 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
13032 a bug.
13033
c4b7bc2b
JB
13034 * gdb.base/printcmds.exp (test_integer_literals_rejected):
13035 Recognize more detailed error message produced by the macro
13036 expander's lexical analyzer.
13037 * lib/gdb.exp (test_print_reject): Same.
13038
e71019a1
MK
130392002-05-09 Mark Kettenis <kettenis@gnu.org>
13040
13041 * gdb.c++/method.exp: Fix typo.
13042
fedfc8e6
MS
130432002-05-08 Michael Snyder <msnyder@redhat.com>
13044
166a1957
MS
13045 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
13046 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 13047 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
13048 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
13049 Add iftarget clause for strongarm.
d63a86f8 13050
f1c47eb2
MS
130512002-05-06 Michael Snyder <msnyder@redhat.com>
13052
cb9a9d3e
MS
13053 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
13054 (gdb_continue_to_end): Accept output from status wrapper.
13055 * gdb.base/ending-run.exp: Add case for output from status wrapper.
13056 Clean up fail messages to match pass messages.
13057
f1c47eb2
MS
13058 Enable the "needs_status_wrapper" testsuite feature.
13059 * lib/gdb.exp (gdb_wrapper_init): New procedure.
13060 (gdb_compile): Conditionally call gdb_wrapper_init.
13061 * gdb.base/a2-run.exp: Recognize output from status wrapper.
13062 * gdb.c++/method.exp: Recognize output from status wrapper.
13063
6079c749
BE
130642002-05-06 Ben Elliston <bje@redhat.com>
13065From Graydon Hoare <graydon@redhat.com>
13066
13067 * config/sid.exp: Include support for "rawsid" protocol.
13068
188baff3
JB
130692002-05-03 Jim Blandy <jimb@redhat.com>
13070
13071 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
13072 * gdb.c++/hang3.C: New file.
13073
b9c07f0f
AC
130742002-05-04 Andrew Cagney <ac131313@redhat.com>
13075
13076 * gdb.base/default.exp: Remove obsolete code.
13077 * gdb.c++/misc.exp: Ditto. Update copyright.
13078 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
13079 * gdb.base/whatis.exp: Ditto. Update copyright.
13080 * gdb.base/scope.exp: Ditto. Update copyright.
13081 * gdb.base/ptype.exp: Ditto. Update copyright.
13082 * gdb.base/printcmds.exp: Ditto. Update copyright.
13083 * gdb.base/opaque.exp: Ditto. Update copyright.
13084 * gdb.base/list.exp: Ditto.
13085 * gdb.base/funcargs.exp: Ditto. Update copyright.
13086 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
13087 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
13088 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
13089 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
13090 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
13091 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
13092
5c7a0397
MS
130932002-05-02 Michael Snyder <msnyder@redhat.com>
13094
d6dcc264 13095 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
13096 * gdb.base/long_long.exp: Add xscale target.
13097 * gdb.base/default.exp: Add xscale target.
13098
eb7f1c48
JB
130992002-05-01 Jim Blandy <jimb@redhat.com>
13100
13101 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
13102 gdb.c++/hang.exp: New test.
13103
a6befae8
FF
131042002-05-01 Fred Fish <fnf@redhat.com>
13105
13106 * gdb.base/completion.exp: Handle completions of "./Make" for
13107 more than one completion possibility, as is the case when we
13108 build and test in the source tree.
13109
0a310277
AG
131102002-04-29 Anthony Green <green@redhat.com>
13111
13112 * gdb.java/jmisc1.exp: New file.
13113 * gdb.java/jmisc2.exp: New file.
13114
6ff9af88
DJ
131152002-04-24 Daniel Jacobowitz <drow@mvista.com>
13116
13117 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
13118
96b3d632
EZ
131192002-04-23 Elena Zannoni <ezannoni@redhat.com>
13120
13121 * gdb.base/help.exp: Change 'help status' to allow for target
13122 dependent output differences.
13123
5019bb54
MC
131242002-04-22 Michael Chastain <mec@shout.net>
13125
13126 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
13127
a805a116
MC
131282002-04-22 Michael Chastain <mec@shout.net>
13129
13130 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
13131
a1706bfd
DM
131322002-04-17 David S. Miller <davem@redhat.com>
13133
13134 * gdb.asm/sparc64.inc: New file.
13135 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
13136
a73a20a2
EZ
131372002-04-19 Elena Zannoni <ezannoni@redhat.com>
13138
13139 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
13140 instruction file directly into the build tree. Clean up at end of
13141 test.
13142
ba678339
DM
131432002-04-18 David S. Miller <davem@redhat.com>
13144
13145 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
13146 handle 64-bit platforms correctly.
13147 * gdb.base/maint.exp: Likewise.
13148
b03399da
KB
131492002-04-18 Kevin Buettner <kevinb@redhat.com>
13150
13151 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
13152 ``-fpic'' when compiling files comprising a shared library, but
13153 it does need additional linker flags in order to find shared
13154 libraries at run time.
13155
e2004992
KB
131562002-04-18 Kevin Buettner <kevinb@redhat.com>
13157
13158 * gdb.base/cvexpr.c (use): New function.
13159 (main): Invoke use() on all global variables to prevent
13160 some linkers from deleting these otherwise unused symbols.
13161
d8937120
MC
131622002-04-17 Michael Chastain <mec@shout.net>
13163From David S. Miller <davem@redhat.com>
13164
13165 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
13166 handle 64-bit platforms correctly.
13167
ffd61a58
MS
131682002-04-12 Michael Snyder <msnyder@redhat.com>
13169From Jim Blandy <jimb@redhat.com>
a9c64011 13170 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
13171 script can handle this instead.
13172 * gdb.base/bar.c (barx): Same.
13173 * gdb.base/baz.c (bazx): Same.
13174 * gdb.base/grbx.c (grbxx): Same.
13175
13176 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
13177 manager doesn't automatically unmap overlays unnecessarily.
13178
6b8426a6
MH
131792002-04-10 Martin M. Hunt <hunt@redhat.com>
13180
13181 * gdb.base/ending-run.exp: Fix pattern for Mips targets
13182 stepping out of main.
13183
34af4875
MC
131842002-04-09 Michael Chastain <mec@shout.net>
13185
13186 * gdb.c++/local.cc (main): Move call to marker1() inside nested
13187 scope so that the nested scope tests will make sense.
13188 * gdb.c++/local.exp: Write patterns that actually work with gcc
13189 (the HP patterns "were never known to work with gcc").
13190 Keep the old aCC patterns too.
13191
2d1676a0
DJ
131922002-04-09 Daniel Jacobowitz <drow@mvista.com>
13193
13194 * gdb.base/attach.exp: Correct target board test.
13195
3a63e3f9
MC
131962002-04-08 Michael Chastain <mec@shout.net>
13197
13198 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
13199 in a const method. Add some xfail and fail cases for configurations
13200 that do not emit the "const ...".
13201
f18dabd2
MC
132022002-04-07 Michael Chastain <mec@shout.net>
13203
13204 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
13205 Accept "A * const" and "const A * const" as type of "this".
13206 Fix spelling of getFunky throughout. Make messages uniform.
13207
0fcddd82
EZ
132082002-04-07 Elena Zannoni <ezannoni@redhat.com>
13209
a9c64011 13210 Work around for PR gdb/285:
0fcddd82
EZ
13211 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
13212
16a8534a
EZ
132132002-04-07 Elena Zannoni <ezannoni@redhat.com>
13214
13215 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
13216 instructions file at run time instead of configure time.
13217 Sometimes we run the test in a directory that is not the one we
13218 configured in.
13219 * gdb.asm/configure.in: Delete creation of symlink.
13220 * gdb.asm/configure: Regenerate.
13221
24181d81
JB
132222002-04-05 J. Brobecker <brobecker@gnat.com>
13223
13224 * gdb.gdb/xfullpath.exp: New test, to exercise the new
13225 xfullpath () function.
13226
7cdb7107
DJ
132272002-04-04 Daniel Jacobowitz <drow@mvista.com>
13228
13229 * gdb.asm/Makefile.in: Correct dependencies.
13230
13231 * gdb.asm/powerpc.inc: New file.
13232 * gdb.asm/asm-source.exp: Add PowerPC.
13233 * gdb.asm/configure.in: Likewise.
13234 * gdb.asm/configure: Regenerated.
13235
a7d17088
DJ
132362002-04-04 Daniel Jacobowitz <drow@mvista.com>
13237
13238 * gdb.base/relocate.exp: New file.
13239 * gdb.base/relocate.c: New file.
13240
cd721503
FF
132412002-04-04 Fred Fish <fnf@redhat.com>
13242
13243 * gdb.base/step-test.exp: Update comment regarding stopping in
13244 memcpy/bcopy calls inserted as part of the compiler runtime.
13245
b22ad7a7
MS
132462002-04-04 Michael Snyder <msnyder@redhat.com>
13247
13248 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
13249
5f279fa6
DJ
132502002-04-03 Daniel Jacobowitz <drow@mvista.com>
13251
13252 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
13253 (gdb_expect): Remove $notransfer hack.
13254
dd0fd3ce
DJ
132552002-04-02 Daniel Jacobowitz <drow@mvista.com>
13256
13257 * gdb.c++/classes.exp ("calling method for small class"): Match
13258 updated register output.
13259
1e50cda1
DJ
132602002-03-30 Daniel Jacobowitz <drow@mvista.com>
13261
13262 Fix PR gdb/452
13263 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
13264 when finished. Make gdb_file_cmd send "exec-file" when
13265 appropriate.
13266
24015922
DJ
132672002-03-30 Daniel Jacobowitz <drow@mvista.com>
13268
13269 * gdb.base/attach.exp: Remove extra setup_xfail.
13270
dd7dfd64
MS
132712002-03-26 Michael Snyder <msnyder@redhat.com>
13272
13273 * gdb.base/default.exp: Add tests for dump, append, and restore.
13274 * gdb.base/help.exp: Add tests for dump, append, and restore.
13275 * gdb.base/dump.exp: New file, test dump, append and restore.
13276 * gdb.base/dump.c: New file.
13277
48b2f8d7
MS
132782002-03-27 Michael Snyder <msnyder@redhat.com>
13279
d63a86f8 13280 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
13281 clean-ups in help messages.
13282
05b4d525
FF
132832002-03-26 Fred Fish <fnf@redhat.com>
13284
13285 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
13286 have debugging info for those functions and the compiler uses them
13287 internally to copy structs around.
13288
d7679631
FF
132892002-03-26 Fred Fish <fnf@redhat.com>
13290
13291 * gdb.base/list.exp: Revert the change made yesterday and add note
13292 about why we don't list the default lines for remote targets.
13293
523ac3f9
MS
132942002-03-25 Michael Snyder <msnyder@redhat.com>
13295
13296 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
13297
754b2b8d
FF
132982002-03-25 Fred Fish <fnf@redhat.com>
13299
13300 * gdb.base/list.exp: This test works on remote targets so remove
13301 the short circuit for remote targets. Update copyright.
13302
33c3e192
FF
133032002-03-25 Fred Fish <fnf@redhat.com>
13304
13305 * gdb.base/attach.exp: Fix logic error that was suppressing this
13306 test for all non hppa*-*-hpux* targets, instead of the hp target.
13307 Move comments closer to the suppression point. Also now need to
13308 check that we are running natively.
13309
d43e73ee
MS
133102002-03-22 Michael Snyder <msnyder@redhat.com>
13311
882c8f02
MS
13312 * gdb.base/default.exp: Add test for gcore. Update copyright.
13313 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 13314
04c12f60
FF
133152002-03-06 Fred Fish <fnf@redhat.com>
13316
13317 * gdb.base/funcargs.c: Remove extraneous ';' character.
13318 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
13319
b43df995
MC
133202002-03-04 Michael Chastain <mec@shout.net>
13321
13322 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
13323 accommodate gcc v3 function signature.
13324 * gdb.mi/mi0-var-cmd-exp: Ditto.
13325
92362027
AC
133262002-02-24 Andrew Cagney <ac131313@redhat.com>
13327
13328 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
13329 ``GNU/Linux'' or ``Linux kernel''
13330 * testsuite/gdb.threads/pthreads.c: Ditto.
13331
258ad32d
MC
133322002-02-24 Michael Chastain <mec@shout.net>
13333
13334 * gdb.threads/pthreads.c (thread1): Add a return statement.
13335 (thread2): Likewise.
13336 (foo): Likewise.
13337
04c3b3d4
MC
133382002-02-23 Michael Chastain <mec@shout.net>
13339
13340 * gdb.threads/linux-dp.c (philosopher): Add a return statement
13341 to placate gcc.
13342
5a2a0a20
MC
133432002-02-23 Michael Chastain <mec@shout.net>
13344
13345 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
13346 test "ptype bint". The test passes on all my stabs configurations.
13347
a640f7fc
JB
133482002-02-21 Jim Blandy <jimb@redhat.com>
13349
27924826
JB
13350 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
13351 filename at a time, and watch for the ones we want to see.
13352
a640f7fc
JB
13353 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
13354 types of pointers to prototyped functions.
13355
edcc8c75
AC
133562002-02-20 Andrew Cagney <ac131313@redhat.com>
13357
13358 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
13359 signed, unsigned and straight char.
13360 (padding_char, padding_short, padding_int, padding_long,
13361 padding_long_long, padding_float, padding_double,
13362 padding_long_double): New global variables.
13363 (fill, fill_structs): New functions.
13364
13365 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
13366 for correctly sized writes. Update copyright.
13367 (get_valueof): New procedure.
13368 (get_sizeof): Call get_valueof.
13369 (check_valueof): New procedure.
13370 (check_padding): New procedure.
13371
ac57ea44
MC
133722002-02-20 Michael Chastain <mec@shout.net>
13373
13374 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
13375 to setup_xfail. Document some of the remaining calls.
13376
7a10c941
MC
133772002-02-18 Michael Chastain <mec@shout.net>
13378
13379 * gdb.c++/userdef.exp: Update copyright year.
13380
fb8acdcc
DJ
133812002-02-18 Daniel Jacobowitz <drow@mvista.com>
13382
13383 * gdb.c++/userdef.exp: Test overloaded operators properly.
13384 Remove xfails.
13385
fda6ae12
MS
133862002-02-14 Michael Snyder <msnyder@redhat.com>
13387
13388 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
13389
676a0442
DJ
133902002-02-14 Daniel Jacobowitz <drow@mvista.com>
13391
13392 * gdb.base/a2-run.exp: Check for a remote target properly.
13393 * gdb.base/annota1.exp: Likewise.
13394 * gdb.base/list.exp: Likewise.
13395 * gdb.base/reread.exp: Likewise.
13396 * gdb.base/scope.exp: Likewise.
13397 * gdb.base/shlib-call.exp: Likewise.
13398 * gdb.base/term.exp: Likewise.
13399 * gdb.c++/annota2.exp: Likewise.
13400
78b4f468
RE
134012002-02-13 Richard Earnshaw <rearnsha@arm.com>
13402
13403 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
13404
9a81ba51
MC
134052002-02-10 Michael Chastain <mec@shout.net>
13406
13407 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
13408 (call_after_alloca): Ditto.
13409
004af6c7
DJ
134102002-02-10 Daniel Jacobowitz <drow@mvista.com>
13411
13412 * gdb.base/ending-run.exp: Guard "cont" test with
13413 gdb_skip_stdio_test.
13414
37225f62
JB
134152002-02-06 Jim Blandy <jimb@redhat.com>
13416
13417 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
13418 from here...
13419 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
13420 To here. Disable this test on non-HP platforms. Add big comment.
13421
fe6fdd96
MS
134222002-02-04 Michael Snyder <msnyder@redhat.com>
13423
13424 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
13425 other than d10v and m32r.
13426
036fad3f
RE
134272002-02-02 Richard Earnshaw <rearnsha@arm.com>
13428
13429 * gdb.base/default.exp: Rewrite test patterns to reduce time
13430 taken to match them.
13431
7148ab62
DJ
134322002-01-30 Daniel Jacobowitz <drow@mvista.com>
13433
13434 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
13435 Allow a start function above main.
13436 * gdb.threads/linux-dp.exp: Fix copyright date.
13437
396cc255
DJ
134382002-01-30 Daniel Jacobowitz <drow@mvista.com>
13439
a9c64011
AS
13440 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
13441 (check_philosopher_stack): Check for manager thread before checking
13442 for a just-starting thread.
396cc255 13443
f038d31b
DJ
134442002-01-30 Daniel Jacobowitz <drow@mvista.com>
13445
13446 From Neil Booth <neil@daikokuya.demon.co.uk>:
13447 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
13448 warnings.
13449
b3ff9d9a
FF
134502002-01-21 Fred Fish <fnf@redhat.com>
13451
13452 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
13453 not caller.
13454
39ad761d
JB
134552002-01-21 Jim Blandy <jimb@redhat.com>
13456
13457 * gdb.base/reread.exp: Check that GDB properly re-reads the
13458 executable file when it changes while no inferior is running.
13459
aaf320fa
FF
134602002-01-21 Fred Fish <fnf@redhat.com>
13461
a9c64011
AS
13462 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
13463 optionally accept the "shlib events" variation.
aaf320fa 13464
808a31f5
JB
134652002-01-21 Jim Blandy <jimb@redhat.com>
13466
13467 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
13468 call `fflush' after every `printf', so that the output is produced
13469 at predictable points, regardless of whatever buffering does (or
13470 doesn't) take place.
13471 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
13472 at different points.
13473
4420d5e2
DJ
134742002-01-20 Daniel Jacobowitz <drow@mvista.com>
13475
13476 * gdb.c++/inherit.exp: Update copyright years.
13477 * gdb.c++/method.exp: Likewise.
13478
3e36a0f4
DJ
134792002-01-20 Daniel Jacobowitz <drow@mvista.com>
13480
13481 * gdb.c++/classes.exp: Update for improved v3 support and skipping
13482 artificial methods/arguments.
13483 * gdb.c++/derivation.exp: Likewise.
13484 * gdb.c++/inherit.exp: Likewise.
13485 * gdb.c++/method.exp: Likewise.
13486 * gdb.c++/virtfunc.exp: Likewise.
13487
b4ceaee6
AC
134882002-01-18 Andrew Cagney <ac131313@redhat.com>
13489
13490 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
13491 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
13492 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
13493 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
13494 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
13495 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
13496
ecace851
JB
134972002-01-17 Jim Blandy <jimb@redhat.com>
13498
13499 * gdb.asm/asm-source.exp (info symbol): Take another shot at
13500 anchoring the pattern matching the entry point symbol's name.
13501
375fc983
AC
135022002-01-17 Andrew Cagney <ac131313@redhat.com>
13503
13504 * gdb.base/maint.exp: Update ``maint internal-error'' to match
13505 continue/quit query. Update copyright.
13506
fe6fdd96
MS
135072002-01-14 Michael Snyder <msnyder@redhat.com>
13508
13509 * gdb.base/gcore.exp: Remove extra debugging output.
13510
e017c81f
DJ
135112002-01-13 Daniel Jacobowitz <drow@mvista.com>
13512
13513 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
13514 for slightly dubious v2 mangled string.
13515
37ab3bf8
DJ
135162002-01-13 Daniel Jacobowitz <drow@mvista.com>
13517
13518 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
13519
1bc05c3a 135202002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 13521
1bc05c3a 13522 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 13523
1bc05c3a
JM
13524 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
13525 constructors.
13526 * gdb.c++/derivation.exp: Likewise.
13527 * gdb.c++/templates.exp: Likewise.
13528 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 13529
1bc05c3a
JM
135302002-01-10 Michael Snyder <msnyder@redhat.com>
13531
13532 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 13533
a911c360
MS
135342002-01-08 Michael Snyder <msnyder@redhat.com>
13535
13536 * gdb.base/gcore.exp: New test for generate-core-file command.
13537 * gdb.base/gcore.c: Testcase for above.
13538 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
13539
ea2119ec
JM
135402002-01-08 Jason Merrill <jason@redhat.com>
13541
13542 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
13543
68203136
FF
135442002-01-07 Fred Fish <fnf@redhat.com>
13545
13546 * gdb.c++/overload.exp: Remove unconditional xfails for:
13547 print foo_instance1.overloadargs(1)
13548 print foo_instance1.overloadargs(1, 2)
13549 print foo_instance1.overloadargs(1, 2, 3)
13550 print foo_instance1.overloadargs(1, 2, 3, 4)
13551 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
13552 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
13553 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
13554 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
13555 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
13556 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
13557 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
13558 print foo_instance1.overload1arg()
13559 print foo_instance1.overload1arg((char)arg2)
13560 print foo_instance1.overload1arg((signed char)arg3)
13561 print foo_instance1.overload1arg((unsigned char)arg4)
13562 print foo_instance1.overload1arg((int)arg7)
13563 print foo_instance1.overload1arg((unsigned int)arg8)
13564 print foo_instance1.overload1arg((float)arg11)
13565 print foo_instance1.overload1arg((double)arg12)
d63a86f8 13566
21b9b5b1
MS
135672002-01-07 Michael Snyder <msnyder@redhat.com>
13568
13569 * gdb.base/huge.exp: New test. Print a very large target data object.
13570 (skip_huge_test): New test variable. Define if you want to skip this
13571 test. The test reads an 8 megabyte data object from the target, so it
13572 might be very time consuming on remote targets with a slow connection.
13573 * gdb.base/huge.c: New file. Test case for above.
13574
725f922e
FF
135752002-01-07 Fred Fish <fnf@redhat.com>
13576
13577 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
13578 g_instance.bfoo, and g_instance.cfoo.
13579
634d57ec
JL
13580Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
13581
f286b2c3
JL
13582 * gdb.base/break.c (multi_line_if_conditional): New function.
13583 (multi_ilne_while_conditional): Likewise.
13584 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
13585 IF or WHILE condition puts the breakpoint at the start of
13586 the condition.
13587
634d57ec
JL
13588 * gdb.base/selftest.exp (backtrace through signal handler): Remove
13589 hppa*-*-hpux* expected failure.
13590 * gdb.base/structs.exp (do_function_calls): Similarly.
13591
13592 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
13593 watchpoints.
13594
9fbfe2dc
AC
135952002-01-06 Andrew Cagney <ac131313@redhat.com>
13596
13597 Fix PR gdb/66.
13598 * gdb.base/structs.exp: Replace skip for a29k with skip for
13599 gdb,cannot_call_functions.
13600 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
13601 * gdb.base/callfuncs.exp: Ditto.
13602 * gdb.base/call-rt-st.exp: Ditto.
13603 * gdb.base/call-strs.exp: Ditto.
13604 * gdb.base/callfwmall.exp: Ditto.
13605 * gdb.base/scope.exp: Obsolete xfail a29k.
13606 * gdb.c++/misc.exp: Ditto.
13607 * gdb.c++/cplusfuncs.exp: Ditto.
13608 * gdb.base/ptype.exp: Ditto.
13609 * gdb.base/printcmds.exp: Ditto.
13610 * gdb.base/opaque.exp: Ditto.
13611 * gdb.base/list.exp: Ditto.
13612 * gdb.base/funcargs.exp: Ditto.
13613 * gdb.base/default.exp: Ditto.
13614
8ddad156
MS
136152002-01-04 Michael Snyder <msnyder@redhat.com>
13616
ca4976a6 13617 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
13618 * gdb.base/maint.exp: Add tests for maint info sections options.
13619
1b074332
JL
13620Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
13621
13622 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
13623
7d159115
CV
136242001-12-20 Corinna Vinschen <vinschen@redhat.com>
13625
13626 * gdb.asm/arm.inc: New file.
13627 * gdb.asm/asm-source.exp: Add arm targets.
13628 * gdb.asm/configure.in: Ditto.
13629 * gdb.asm/configure: Recreated from configure.in.
13630
8fb87725
JL
13631Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
13632
afabe08c
JL
13633 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
13634 with HP's compiler.
13635 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
13636 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
13637 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
13638 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
13639
13640 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
13641 either HP's compilers or GCC.
13642
db521deb
JL
13643 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
13644 a SIGBUS or SIGSEGV.
13645
13646 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
13647
13648 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
13649 can be compiled with either HP's compiler or GCC.
13650
cfa88ab7
JL
13651 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
13652 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
13653 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
13654
ca344dff
JL
13655 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
13656 to match current gdb output. Update due to using auto-solib-limit
13657 for limiting instead of overloading auto-solib-add.
13658 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
13659 test program.
13660
3f3c6e55 13661 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
13662 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
13663 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
13664 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
13665 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
13666 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
13667 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
13668 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
13669 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
13670 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
13671 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
13672 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
13673 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 13674
8fb87725
JL
13675 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
13676 a SIGTRAP to the inferior.
13677
cf599fa7
CV
136782001-12-19 Corinna Vinschen <vinschen@redhat.com>
13679
13680 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
13681 Substitute call to target_link by call to gdb_compile.
13682
2cd045cd
JL
13683Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
13684
a9c64011
AS
13685 * gdb.base/break.exp: Fix HP specific search string when testing
13686 backtracing in a called function.
2cd045cd 13687
a9c64011
AS
13688 * gdb.base/constvars.exp: Only set lang to C++ if we're
13689 compiling the test with HP's compilers.
13690 * gdb.base/volatile.exp: Similarly.
2cd045cd 13691
99ebe9ac
JB
136922001-12-19 Jim Blandy <jimb@redhat.com>
13693
13694 * gdb.base/printcmds.exp: Expect the null character to be printed
13695 as '\0', and the '\013' to be printed as '\v'.
13696 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
13697 * gdb.base/setvar.exp: Same.
13698
b9891b29
JB
136992001-12-17 Jim Blandy <jimb@redhat.com>
13700
0eba65ab
JB
13701 * gdb.base/completion.exp: Rather than completing very long
13702 filenames, which can make the readline library produce output we
13703 don't recognize, cd to the directory first, and then complete
13704 using nice, short relative paths.
13705
6970b5b1
JB
13706 * gdb.base/completion.exp: On some systems, there is, in fact, a
13707 variable named `b' in scope, since GDB treats all static
a9c64011
AS
13708 variables as being in scope. So use `no_var_named_this'
13709 instead of `b'.
6970b5b1 13710
b9891b29
JB
13711 * gdb.base/corefile.exp: Recognize the message saying that GDB
13712 can't find the core file's registers as a failure.
13713
e6ccd35f
JSC
137142001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
13715
a9c64011
AS
13716 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
13717 test expect string more specific.
e6ccd35f 13718
105ba819
CV
137192001-12-13 Corinna Vinschen <vinschen@redhat.com>
13720
13721 * gdb.asm/asm-source.exp: Add support for xstormy16.
13722 * gdb.asm/configure.in: Ditto.
13723 * gdb.asm/configure: Rebuild.
13724 * gdb.asm/xstormy16.inc: New file.
13725
e9e79dd9
FF
137262001-12-10 Fred Fish <fnf@redhat.com>
13727
13728 * gdb.base/maint.exp: Update to match changes in type dumping code.
13729
347dc97d
JB
137302001-12-10 Jim Blandy <jimb@redhat.com>
13731
13732 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
13733 matching the entry point symbol's name at the beginning of the
13734 line.
13735
5178b9d6
DJ
137362001-12-07 Daniel Jacobowitz <drow@mvista.com>
13737
13738 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
13739 gdb.c++/inherit.exp, gdb.c++/method.exp,
13740 gdb.c++/namespace.exp, gdb.c++/templates.exp,
13741 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
13742 and class layout support.
13743
af890c52
DJ
137442001-12-07 Daniel Jacobowitz <drow@mvista.com>
13745
13746 * gdb.c++/classes.exp: Add test for static member function.
13747 * gdb.c++/misc.cc: Add class with static member function.
13748
7a345fb3
JB
137492001-12-07 Jim Blandy <jimb@redhat.com>
13750
f2e54a80 13751 If GDB says it can't find the struct the function returned, report
8032bf31
JB
13752 those tests as `unsupported'.
13753 * gdb.base/call-rt-st.exp (print_struct_call): New function.
13754 Rewrite subsequent tests to use it.
13755
13756 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
13757 those tests as `unsupported'.
13758 * gdb.base/structs.exp (call_struct_func): New function.
13759 (do_function_calls): Use call_struct_func to call the functions
13760 returning structs.
13761
0bc69509
JB
13762 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
13763 whether functions are prototyped or not, so we can't possibly pass
13764 arguments to t_float_values2 properly.
13765
7a345fb3
JB
13766 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
13767 value of `timeout' for targets other than the mips*tx39-*.
13768
edb6ede1
MS
137692001-12-06 Michael Snyder <msnyder@redhat.com>
13770
d63a86f8 13771 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
13772 and detect whether the start symbol has a leading underscore.
13773
2d842f13
JB
137742001-12-04 Jim Blandy <jimb@redhat.com>
13775
13776 * gdb.base/completion.exp: Clarify indentation.
13777
68550daf
JB
137782001-12-03 Jim Blandy <jimb@redhat.com>
13779
13780 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
13781 variables on the S/390, not `.word'.
13782
cd5195a8
JB
137832001-11-30 Jim Blandy <jimb@redhat.com>
13784
13785 Add assembly-source tests for s390-ibm-linux.
13786 * gdb.asm/s390.inc: New file.
13787 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
13788 the S/390 architecture.
a9c64011 13789 * gdb.asm/configure: Regenerated.
cd5195a8 13790
ca9efc90
MS
137912001-11-30 Michael Snyder <msnyder@redhat.com>
13792
13793 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
13794 next, info source, info sources, info line, global and static
13795 variables, and static functions.
13796 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
13797 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
13798 * gdb.asm/asmsrc1.s: Add a static function and some variables.
13799 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
13800 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
13801 (gdbasm_leave): Restore frame pointer.
13802 (gdbasm_startup): Copy stack set-up from crt0.S.
13803
d0e66976
FN
138042001-11-26 Fernando Nasser <fnasser@redhat.com>
13805
13806 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
13807 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
13808 to a local (non-static) variable. Copy tstruct.a to a static buffer
13809 and return a pointer to that buffer.
13810 * gdb.base/callfwmall.c (t_structs_a): Ditto.
13811
e2334072
MK
138122001-11-24 Mark Kettenis <kettenis@gnu.org>
13813
13814 * gdb.asm/configure.in: Fix recognition of ix86 target.
13815 * gdb.asm/configure: Regenerate.
13816
756caa3d
MS
138172001-11-21 Michael Snyder <msnyder@redhat.com>
13818
13819 * gdb.asm/sparc.inc: New file.
13820 * gdb.asm/asm-source.exp: Recognize sparc target.
13821 * gdb.asm/configure.in: Recognize sparc target.
13822 * gdb.asm/configure: Regenerate.
d63a86f8 13823
9a4d72d5
MS
138242001-11-21 Michael Snyder <msnyder@redhat.com>
13825
13826 * gdb.asm/m32r.inc: New file.
13827 * gdb.asm/asm-source.exp: Recognize m32r target.
13828 * gdb.asm/configure.in: Recognize m32r target.
13829 * gdb.asm/configure: Regenerate.
13830
a773d1cd
MS
138312001-11-20 Michael Snyder <msnyder@redhat.com>
13832
017ac23d
MS
13833 * gdb.asm/i386.inc: New file.
13834 * gdb.asm/asm-source.exp: Recognize ix86 target.
13835 * gdb.asm/configure.in: Recognize ix86 target.
13836 * gdb.asm/configure: Regenerate.
13837
a773d1cd
MS
13838 * gdb.c++/namespace.exp: Fix quotes in output messages.
13839
bb632afb
MS
138402001-11-14 Michael Snyder <msnyder@redhat.com>
13841
25d559ca 13842 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
13843 qualifier in a type cast expression, to designate an address
13844 in the instruction space (Harvard architecture).
13845
4749e309
MS
138462001-11-13 Michael Snyder <msnyder@redhat.com>
13847
13848 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
13849 Tests for expressions using 'const' and 'volatile'.
13850
25050984
CV
138512001-11-13 Corinna Vinschen <vinschen@redhat.com>
13852
13853 * gdb.asm/asm-sources.exp: Allow defining linker flags.
13854
1902c51f
DJ
138552001-11-12 Daniel Jacobowitz <drow@mvista.com>
13856
13857 * lib/mi-support.exp (mi_run_to_helper): Move comments
13858 outside of gdb_expect.
13859
dcf95b47
DJ
138602001-11-11 Daniel Jacobowitz <drow@mvista.com>
13861
13862 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
13863 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
13864 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
13865 mi0_run_to): New functions.
13866 * gdb.mi/mi-simplerun.exp: Use them.
13867 * gdb.mi/mi0-simplerun.exp: Likewise.
13868 * gdb.mi/mi-var-cmd.exp: Likewise.
13869 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 13870
45b074e1
AC
138712001-11-10 Andrew Cagney <ac131313@redhat.com>
13872
13873 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
13874 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
13875
bf50d346
AC
138762001-11-09 Andrew Cagney <ac131313@redhat.com>
13877
13878 * gdb.base/restore.exp: Include $expected value in restored test
13879 message.
13880
9383332c
AC
138812001-11-09 Andrew Cagney <ac131313@redhat.com>
13882
13883 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
13884 implemented.
13885
db62520a
MS
138862001-11-08 Michael Snyder <msnyder@redhat.com>
13887
13888 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
13889 Add pass/fail message for stop at breakpoint in call dummy function.
13890
b5703437
MS
138912001-11-07 Michael Snyder <msnyder@redhat.com>
13892
d63a86f8
RM
13893 * gdb.c++/templates.exp (test_template_breakpoints):
13894 If we get an overload menu, but it does not match what
760f6330 13895 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
13896 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
13897 making the whitespace optional. Argument for "new" may be
13898 "unsigned" as well as "unsigned int/long".
d63a86f8 13899 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
13900 making the whitespace optional. Also replace "(void) with
13901 "((void|)), making the keyword "void" optional.
d63a86f8 13902 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
13903 making the whitespace optional. Also replace "(void) with
13904 "((void|)), making the keyword "void" optional.
3bf40917
MS
13905 * gdb.base/callfuncs.c (t_float_values): This function must
13906 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 13907 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
13908 can be tested against both cases. Usually one case involves
13909 promotion of float to double, while the other does not.
13910 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
13911 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
13912 includes a stack frame for "start".
13913
c8ab4e6d
JB
139142001-11-05 Jim Blandy <jimb@redhat.com>
13915
13916 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
13917 pointers are 32 bits long, and that offsets of relocs are always
13918 stored in the data (REL-style), and not in the reloc entry itself
13919 (RELA-style).
13920 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
13921 stabs.
13922
3f08ced9
MS
139232001-11-01 Michael Snyder <msnyder@redhat.com>
13924
13925 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
13926 and regular expression operators by using quoting.
13927
cbfa24cd
MS
139282001-10-31 Michael Snyder <msnyder@redhat.com>
13929
13930 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
13931 depending on what the symbol table contains.
13932 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
13933 the output of the ptype command. Similarly, accept both "const &"
13934 and "const&".
13935
aaa68313
CV
139362001-10-31 Corinna Vinschen <vinschen@redhat.com>
13937
13938 * gdb.base/miscexprs.c (main): Add usage of preprocessor
13939 symbol `STORAGE' to allow to choose the storage class of
13940 the local datastructures.
13941 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
13942 compiler directive.
13943
91740388
MS
139442001-10-30 Michael Snyder <msnyder@redhat.com>
13945
13946 * gdb.base/jump.exp: Allow it to run for all targets.
13947
1b7c05e7
CV
139482001-10-29 Corinna Vinschen <vinschen@redhat.com>
13949
13950 * gdb.base/call-ar-st.c (print_double_array): Match for loop
13951 with new double_array size.
13952 (main): Change storage class of all local variables to static.
13953 Reduce size of double_array to 9.
13954 * gdb.base/call-ar-st.exp: Increase timeout value.
13955 Change expected output for double array to match new size in
13956 call-ar-st.c.
13957
36a22261
CV
139582001-10-29 Corinna Vinschen <vinschen@redhat.com>
13959
13960 * gdb.base/ending-run.exp: Create identical output when passing
13961 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 13962 Stormy16 target.
36a22261 13963
92b8ae91
MK
139642001-10-28 Mark Kettenis <kettenis@gnu.org>
13965
13966 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
13967 that we catch the expected failure under Linux/x86.
13968
cb135b83
OF
139692001-10-29 Orjan Friberg <orjanf@axis.com>
13970
13971 * gdb.base/setvar.exp: Escape curly braces.
13972 * gdb.stabs/weird.exp: Ditto.
13973
6884aa54
DJ
139742001-10-27 Daniel Jacobowitz <drow@mvista.com>
13975
13976 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
13977 * gdm.mi/mi0-hack-cli.exp: Likewise.
13978
0398c9aa
AC
139792001-10-25 Andrew Cagney <ac131313@redhat.com>
13980
13981 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
13982 messages.
13983
d20bf2e8
AC
139842001-10-21 Andrew Cagney <ac131313@redhat.com>
13985
13986 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
13987 checking MI enabled.
13988
03dd63aa
CV
139892001-10-09 Corinna Vinschen <vinschen@redhat.com>
13990
13991 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
13992
1d9d99f3
FCE
139932001-10-04 Frank Ch. Eigler <fche@redhat.com>
13994
13995 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
13996 if gdb child process crashes, just signal an error.
13997
838ae6c4
JB
139982001-10-02 Jim Blandy <jimb@redhat.com>
13999
14000 * lib/gdb.exp (test_xfail_format): Simplify.
14001
14002 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
14003 front of the variable name `format'. Simplify `if'.
14004
8f0cbc1c
DJ
140052001-10-01 Daniel Jacobowitz <drow@mvista.com>
14006
14007 * gdb.threads/pthreads.exp: Wait for output and delay
14008 before sending ^C.
14009
1f08dafd
DJ
140102001-10-01 Daniel Jacobowitz <drow@mvista.com>
14011
14012 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
14013 some incorrect output instead of timing out.
14014 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
14015
674f90ff
CV
140162001-09-28 Corinna Vinschen <vinschen@redhat.com>
14017
14018 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
14019 check to allow additional `int'.
14020
9b284272
DJ
140212001-09-27 Daniel Jacobowitz <drow@mvista.com>
14022
14023 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
14024 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
14025
b55a4771
MS
140262001-09-27 Michael Snyder <msnyder@redhat.com>
14027
14028 * lib/gdb.exp (test_debug_format): New proc.
14029 (setup_xfail_format): Use new proc test_debug_format.
14030 * gdb.base/constvars.exp (local_compiler_xfail_check): New
14031 proc; use new service proc test_debug_format.
14032 Replace all other "gcc_compiled" tests with this test.
14033 * gdb.base/volatile.exp (local_compiler_xfail_check): New
14034 proc; use new service proc test_debug_format.
14035 Replace all other "gcc_compiled" tests with this test.
14036
140372001-09-27 Michael Snyder <msnyder@redhat.com>
14038
14039 * gdb.base/cvexpr.exp: New file.
14040 * gdb.base/cvexpr.c: New file
14041 Test for expressions using const and volatile keywords.
14042
4e6667ac
CV
140432001-09-26 Corinna Vinschen <vinschen@redhat.com>
14044
14045 * gdb.base/constvars.exp: Check for different orders of keywords
14046 and additional "int" strings in output.
14047
4f337972
AC
140482001-09-22 Andrew Cagney <ac131313@redhat.com>
14049
14050 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
14051 responses from "help maint".
14052
2015650d
FCE
140532001-09-19 Frank Ch. Eigler <fche@redhat.com>
14054
14055 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
14056 to localhost:NNN instead of :NNN, in case Xvfb is listening
14057 only on TCP.
14058
f3bcedc1
CV
140592001-09-19 Corinna Vinschen <vinschen@redhat.com>
14060
14061 * gdb.base/recurse.exp: When checking leaving the watchpoint
14062 scope, recognize when gdb is in function's epilogue and pass.
14063
6b819c92
KS
140642001-09-18 Keith Seitz <keiths@redhat.com>
14065
14066 * lib/insight-support.exp (_gdbtk_export_target_info): Add
14067 support for running tests against sid targets.
14068 (gdbtk_done): Ditto.
14069
a10c9419
CV
140702001-09-18 Corinna Vinschen <vinschen@redhat.com>
14071
14072 * gdb.base/ending-run.c (main): Set stdout buffersize
14073 to the same reasonable value for any target.
14074 * gdb.base/ending-run.exp: Add a regular expression
14075 to make testsuite happy on Sanyo Stormy16 target.
14076
739d0d99
CV
140772001-09-17 Corinna Vinschen <vinschen@redhat.com>
14078
14079 * gdb.base/display.c (do_loops): Add float variable `f'.
14080 Increment f in loop.
14081 * gdb.base/display.exp: Increment timeout by 60 seconds.
14082 Change float display test to use variable `f'.
14083
1b8947f0
JB
140842001-09-17 Jim Blandy <jimb@redhat.com>
14085
14086 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
14087 overflowing the limited breakpoint tables on some ROM monitors
14088 (like the ROM68K).
14089
9890ac81
FCE
140902001-09-15 Frank Ch. Eigler <fche@redhat.com>
14091
14092 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
14093 the "-ac" (disable access control) flag.
14094
6db765ea
JH
140952001-08-30 Jeff Holcomb <jeffh@redhat.com>
14096
14097 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
14098 ints.
14099
4c32cc04
KS
141002001-08-30 Keith Seitz <keiths@redhat.com>
14101
14102 * lib/gdb.exp: Move all insight-related functionality into
14103 separate file.
14104 * lib/insight-support.exp: New file.
14105
8d6e6f81
FCE
141062001-08-29 Frank Ch. Eigler <fche@redhat.com>
14107
14108 * config/sid.exp (sid_start): Never set sid verbosity; disable
14109 expect_background {} that consumed its stdout; tolerate </dev/null.
14110 Attempt to set endianness override in "sid" protocol mode. Cleanup.
14111
6a90e1d0
AC
141122001-08-18 Andrew Cagney <ac131313@redhat.com>
14113
14114 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
14115 CLI jump command to start it.
14116 (mi_run_to_main): Fail immediatly when unexpected output.
14117
1759b3c3
AC
141182001-08-18 Andrew Cagney <ac131313@redhat.com>
14119
14120 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
14121 beginning of function. Fix PR gdb/191.
14122
61d11d80
FCE
141232001-08-16 Frank Ch. Eigler <fche@redhat.com>
14124
14125 * config/sid.exp (sid_start): Don't warn if we cannot figure out
14126 what to force sid endianness to.
14127
942a4df2
KS
141282001-08-15 Keith Seitz <keiths@redhat.com>
14129
14130 * lib/gdb.exp (gdbtk_start): Don't set environment
14131 variables for TCL_LIBRARY and friends. Insight will
14132 now figure these out for itself.
14133
0521c418
MS
141342001-08-02 Michael Snyder <msnyder@redhat.com>
14135
14136 * gdb.base/completion.exp: Remove the symbol "a64l" from
14137 the expect string; this is target-specific, and not related
14138 to what is being tested.
14139
74a9a58a
DB
141402001-08-02 Dave Brolley <brolley@redhat.com>
14141
14142 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
14143
c70819fa
MS
141442001-07-25 Michael Snyder <msnyder@redhat.com>
14145
c2b8fa57
MS
14146 * gdb.base/consecutive.exp: New file. Test stepping over
14147 breakpoints on consecutive instructions.
14148 * gdb.base/consecutive.c: New file.
14149
c70819fa
MS
14150 * gdb.base/call-rt-st.exp: Use double-backslash to quote
14151 curly braces in regular expressions.
14152
2b1a1355
MS
141532001-07-25 Michael Snyder <msnyder@redhat.com>
14154
14155 * gdb.base/ending-run.exp: Accept "Program exited normally" as
14156 legitimate output from stepping out of main.
14157
413eca6f
KS
141582001-07-22 Keith Seitz <keiths@redhat.com>
14159
14160 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
14161 the empty string, do not run the tests.
14162
7e5a9322
SC
141632001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14164
14165 * gdb.base/long_long.exp: Detect size of pointer. Take into
14166 account 2-byte pointers when testing for p/a results.
14167
de58f10f
SC
141682001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14169
d63a86f8 14170 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
14171 and defined to 1K for m68hc11.
14172 (random_data): Reduce table to 1K for embedded platforms (68hc11).
14173 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
14174 (sizeof_random_data): New variable to tell the size of the data table;
14175 don't test past this size; always run to main.
14176
d6f5fea1
SC
141772001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14178
14179 * gdb.base/return2.exp: return of long long and double fails for
14180 68HC11; don't execute these tests on that platform.
14181 * gdb.base/return.exp: Return of a double fails for 68hc11.
14182
c477543d
SC
141832001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14184
14185 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
14186 tests that print a float.
14187 * call-rt-st.exp: Likewise.
14188
63cf1c79
MK
141892001-07-12 Mark Kettenis <kettenis@gnu.org>
14190
14191 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
14192 running this test on Linux.
14193
112f9ab5
MC
141942001-06-24 Michael Chastain <chastain@redhat.com>
14195
14196 * gdb.base/arithmet.exp: Remove some tests to make all test names
14197 unique.
14198
4970cb0f
MS
141992001-07-03 Michael Snyder <msnyder@redhat.com>
14200
14201 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
14202 the output of the ptype command.
14203
d85da69f
MS
142042001-07-02 Michael Snyder <msnyder@redhat.com>
14205
4c8a82de
MS
14206 * gdb.base/completion.exp: Don't assume that break.c is the only
14207 source file that may contain functions named "marker".
d85da69f
MS
14208 * gdb.base/corefile.exp: Quote the curly braces in regexp.
14209
8afc772b
AC
142102001-06-28 Andrew Cagney <ac131313@redhat.com>
14211
14212 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
14213 of files to delete.
14214
14215 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
14216 * gdb.disasm/h8300s.exp: New file.
14217 gdb.disasm/h8300s.s: Likewise.
14218
cff22675
AC
142192001-06-27 Andrew Cagney <ac131313@redhat.com>
14220
14221 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
14222 empty breakpoint tables.
14223
68c81b54
AC
142242001-06-25 Andrew Cagney <ac131313@redhat.com>
14225
14226 * lib/mi-support.exp: Update args=... part of stop-reason
14227 patterns. Accept either a list or a tuple.
14228
2dd62704
AC
142292001-06-23 Andrew Cagney <ac131313@redhat.com>
14230
14231 * lib/mi-support.exp: Remove local emacs variable defining
14232 change-log-default-name.
14233
b4127474
MC
142342001-06-22 Michael Chastain <chastain@redhat.com>
14235
14236 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
14237 This is operationally compatible with the previous version.
14238
8dbfb380
JB
142392001-06-13 Jim Blandy <jimb@redhat.com>
14240
14241 * lib/gdb.exp (gdb_test): Doc fix.
14242
f2d8c86d
MC
142432001-06-10 Michael Chastain <chastain@redhat.com>
14244
14245 * gdb.base/exprs.exp: Remove a duplicate test.
14246
81564d34
JB
142472001-06-06 Jim Blandy <jimb@redhat.com>
14248
14249 * gdb.base/return2.exp (main): Use values to test float and double
14250 returns that are not NaN's, to avoid being confused by IEEE
14251 comparison rules.
14252
da55addb
MS
142532001-06-04 Michael Snyder <msnyder@redhat.com>
14254
14255 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 14256 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
14257 rather than wait for 12 more tests to time out.
14258
42c65987
JB
142592001-06-06 Jim Blandy <jimb@redhat.com>
14260
b18bced9 14261 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 14262 Don't forget to match the GDB prompt.
b18bced9 14263
42c65987
JB
14264 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
14265
5b41e5f0
JB
142662001-06-04 Jim Blandy <jimb@redhat.com>
14267
14268 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
14269 command.
14270
015e046f
KB
142712001-05-31 Kevin Buettner <kevinb@redhat.com>
14272
14273 * gdb.base/annota1.exp (info break): Match four or more spaces
14274 after "Address".
14275
fb1ffbbe
MC
142762001-05-31 Michael Chastain <chastain@redhat.com>
14277
14278 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
14279 (dm_type_int_star): Likewise.
14280 (dm_type_long_star): Likewise.
14281 (dm_type_void_star): Likewise.
14282
5ea2a32c
KB
142832001-05-29 Kevin Buettner <kevinb@redhat.com>
14284
14285 * gdb.base/completion.exp (INPUTRC): Set this environment variable
14286 to a known value in order to get consistent results regardless
14287 of the setting of INPUTRC or the presence or contents of .inputrc.
14288
ae23c492
MS
142892001-05-24 Michael Snyder <msnyder@redhat.com>
14290
ac55707e
MS
14291 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
14292 Don't require that the main thread and the manager thread are the
14293 first in the list.
14294
ae23c492
MS
14295 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
14296 debugging. If test fails, issue an "unsupported" not a "fail".
14297
400071f1
JB
142982001-05-24 Jim Blandy <jimb@redhat.com>
14299
14300 Don't assume that short is shorter than int.
14301 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
14302 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 14303 this isn't true.
400071f1
JB
14304 ("print unsigned char == (~0)"): Add test that verifies that ~0,
14305 an int, is not equal to ~0 stored in an unsigned char. This tests
14306 the same thing that the previous test meant to, but works on
14307 16-bit machines, too.
14308 ("print unsigned char != (~0)"): Same test, complemented.
14309
0816a3e5
MS
143102001-05-24 Michael Snyder <msnyder@redhat.com>
14311
14312 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 14313 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
14314 and prevents dejagnu getting out of step.
14315
f6dc23a9
KB
143162001-05-23 Kevin Buettner <kevinb@redhat.com>
14317
14318 * gdb.base/finish.exp (finish_void): Revise pattern for
14319 stopping on the call statement to not permit stopping at
14320 the start of the instructions comprising the call sequence.
14321
7dbd117d
MC
143222001-05-19 Michael Chastain <chastain@redhat.com>
14323
14324 * gdb.base/callfuncs.exp: Make all test names unique.
14325 * gdb.base/commands.exp: Make all test names unique.
14326 * gdb.base/condbreak.exp: Make all test names unique.
14327 * gdb.base/dbx.exp: Make all test names unique.
14328 * gdb.base/default.exp: Make all test names unique.
14329 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
14330 and TIMEOUT messages to their corresponding PASS message.
14331 * gdb.base/ending-run.exp: Make all test names unique.
14332 * gdb.base/long_long.exp: Remove duplicate test.
14333
6b0b0a9e
KB
143342001-05-21 Kevin Buettner <kevinb@redhat.com>
14335
14336 * gdb.base/finish.exp (finish_void): Allow "finish" command to
14337 stop on the call statement as well as the statement after the
14338 call.
14339
2caa35cb
MS
143402001-05-21 Michael Snyder <msnyder@redhat.com>
14341
14342 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
14343
40713331
EZ
143442001-05-10 Elena Zannoni <ezannoni@redhat.com>
14345
a9c64011
AS
14346 * gdb.base/completion.exp: Revamp test. Make it execute on all
14347 platforms.
40713331 14348
c2c1be8d
EZ
143492001-05-10 Elena Zannoni <ezannoni@redhat.com>
14350
a9c64011
AS
14351 * config/gdbserver.exp (gdb_load): Handle the case
14352 in which the arguments to gdbserver are given in the
14353 baseboard configuration file.
14354 Also handle the case in which the server needs to do a
14355 load.
2c9cd303 14356
9671de48
KS
143572001-05-07 Keith Seitz <keiths@cygnus.com>
14358
a9c64011
AS
14359 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
14360 set up the display for testing.
14361 (gdbtk_start): Convert all paths to paths that tcl will like.
14362 Export target information to environment.
14363 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
14364 necessary.
14365 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
14366 (to_tcl_path): New proc to convert a given pathname into
14367 a path acceptible as an argument to a tcl command.
14368 (_gdbtk_export_target_info): New proc to export target info
14369 into the environment for gdbtk testing.
14370 (gdbtk_done): New proc to signal end-of-test.
9671de48 14371
5a360f47
JB
143722001-05-06 Jim Blandy <jimb@redhat.com>
14373
14374 * restore.c: Make the code of caller0 correspond to its comment.
14375
66c756c6
MS
143762001-05-03 Michael Snyder <msnyder@redhat.com>
14377
14378 * config/sid.exp (gdb_target_sid): Check for error messages.
14379 On error or timeout, don't make expect exit (which will terminate
14380 all subsequent tests); instead just make gdb exit.
d63a86f8 14381 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
14382 return a negative value.
14383
a966fde5
JB
143842001-04-24 Jim Blandy <jimb@redhat.com>
14385
851c18e0
JB
14386 * gdb.c++/templates.exp: If we see the prompt for the overload
14387 list, but we haven't recognized any of the longer patterns,
14388 arrange for this test to fail, not hang.
14389
a966fde5
JB
14390 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
14391 variations.
14392
db144853
MC
143932001-04-22 Michael Chastain <chastain@redhat.com>
14394
14395 * gdb.c++/local.exp: Use the 'runto' library function.
14396 * gdb.c++/namespace.exp: Likewise.
14397 * gdb.c++/overload.exp: Likewise.
14398
3207ec21
KB
143992001-03-26 Kevin Buettner <kevinb@redhat.com>
14400
14401 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
14402 * gdb.base/step-line.exp: New file. Test step/next in presence of
14403 #line directives.
14404 * gdb.base/step-line.c: New file. Test program for the above.
14405 * gdb.base/step-line.inp: New file. We pretend that this file has
14406 been transformed by some other tool into step-line.c.
14407
13b57657
JB
144082001-03-21 Jim Blandy <jimb@redhat.com>
14409
14410 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
14411 unmangled operator names.
14412
754cbe1c
JB
144132001-03-20 Jim Blandy <jimb@redhat.com>
14414
14415 * gdb.threads/linux-dp.exp: Recognize an additional message
14416 generated by GDB when it doesn't understand how to debug threads
14417 on the target system.
14418
177495c9
AC
144192001-03-19 Andrew Cagney <ac131313@redhat.com>
14420
14421 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
14422
f266096b
MC
144232001-03-12 Michael Chastain <chastain@redhat.com>
14424
14425 * gdb.c++/derivation.exp: Use the 'runto' library function.
14426
cac3c2ff
MC
144272001-03-12 Michael Chastain <chastain@redhat.com>
14428
14429 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
14430
b6c11a24
MC
144312001-02-24 Michael Chastain <chastain@redhat.com>
14432
14433 * gdb.c++/ref-types.exp: Change handwritten code to library
14434 function 'runto'.
14435
6bae5bce
OF
144362001-03-16 Orjan Friberg <orjanf@axis.com>
14437
14438 * gdb.base/signals.exp: Set count to 0 explicitly.
14439
0015fd9a
MS
144402001-03-15 Mark Salter <msalter@redhat.com>
14441
14442 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
14443 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
14444 (gdb_load): Add support for additional target_info: gdb_download_size
14445 and gdb_load_timeout.
0015fd9a 14446
fc33412a
DT
14447Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
14448
14449 * gdb.base/annota1.exp: Move test of isnative to earlier in the
14450 file -- to prevent failing when the compile fails but we have no
14451 intention of running the tests anyway.
14452
14453 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
14454 tests if set.
14455
14456 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
14457 integers.
14458
14459 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
14460 * gdb.c++/namespace.exp: Ditto.
14461
115f06de
OF
144622001-03-07 Orjan Friberg <orjanf@axis.com>
14463
14464 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
14465 * gdb.base/pointers.exp: Relax pattern match of decimals.
14466
b6ba6518
KB
144672001-03-06 Kevin Buettner <kevinb@redhat.com>
14468
14469 * Makefile.in, config/abug.exp, config/cfdbug.exp,
14470 config/cpu32bug.exp, config/dve.exp, config/est.exp,
14471 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
14472 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
14473 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
14474 config/sh.exp, config/sid.exp, config/slite.exp,
14475 config/sparclet.exp, config/udi.exp, config/unknown.exp,
14476 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
14477 config/vxworks.exp, config/vxworks29k.exp,
14478 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
14479 gdb.base/all-bin.exp, gdb.base/annota1.exp,
14480 gdb.base/arithmet.exp, gdb.base/assign.exp,
14481 gdb.base/async.exp, gdb.base/attach.exp,
14482 gdb.base/bitfields.exp, gdb.base/bitops.exp,
14483 gdb.base/break.exp, gdb.base/call-ar-st.exp,
14484 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
14485 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
14486 gdb.base/commands.exp, gdb.base/completion.exp,
14487 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
14488 gdb.base/constvars.exp, gdb.base/corefile.exp,
14489 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
14490 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
14491 gdb.base/ending-run.exp, gdb.base/environ.exp,
14492 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
14493 gdb.base/finish.exp, gdb.base/foll-exec.exp,
14494 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
14495 gdb.base/funcargs.exp, gdb.base/help.exp,
14496 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
14497 gdb.base/logical.exp, gdb.base/long_long.exp,
14498 gdb.base/maint.exp, gdb.base/mips_pro.exp,
14499 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
14500 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
14501 gdb.base/pointers.exp, gdb.base/printcmds.exp,
14502 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
14503 gdb.base/regs.exp, gdb.base/relational.exp,
14504 gdb.base/remote.exp, gdb.base/reread.exp,
14505 gdb.base/restore.exp, gdb.base/return2.exp,
14506 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
14507 gdb.base/selftest.exp, gdb.base/setshow.exp,
14508 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
14509 gdb.base/sigall.exp, gdb.base/signals.exp,
14510 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
14511 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
14512 gdb.base/step-test.exp, gdb.base/structs.c,
14513 gdb.base/structs.exp, gdb.base/structs2.exp,
14514 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
14515 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
14516 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
14517 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
14518 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
14519 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
14520 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
14521 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
14522 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
14523 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
14524 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
14525 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
14526 gdb.fortran/types.exp, gdb.java/jmisc.exp,
14527 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
14528 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
14529 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14530 gdb.trace/circ.exp, gdb.trace/collection.exp,
14531 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14532 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14533 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
14534 gdb.trace/report.exp, gdb.trace/save-trace.exp,
14535 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14536 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14537 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
14538 notices.
14539
dc96c6c7 145402001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
14541
14542 * gdb.base/varargs.c (find_max_double): Fix printf format string:
14543 first arg is int not float.
14544
dc96c6c7 145452001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
14546
14547 * gdb.base/reread.exp: Unsupported for non-native targets;
14548 doesn't work for remote debugging.
14549
9b0c4aeb
FN
145502001-02-19 Fernando Nasser <fnasser@redhat.com>
14551
14552 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
14553 * gdb.base/ending-run.exp: Properly handle the BSP state when
14554 stepping past the end of main.
9b0c4aeb 14555
02aa71d5
MC
145562001-02-19 John Moore <jmoore@redhat.com>
14557
14558 * gdb.base/commands.exp (infrun_breakpoint_command_test):
14559 Converted HPUX fix for non-expected items following multiple
14560 step commands into general solution for all platforms.
14561
1fa449a4
MC
145622001-02-18 Michael Chastain <chastain@redhat.com>
14563
14564 * gdb.c++/classes.exp (do_tests): Change runto statements
14565 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14566 statements demangler agnostic.
14567 * gdb.c++/virtfunc.exp (do_tests): Likewise.
14568 (gdb_virtfunc_restart): Likewise.
14569
b2f9ec70
MC
145702001-02-14 Michael Chastain <chastain@redhat.com>
14571
14572 * gdb.c++/inherit.exp (do_tests): Change runto statements
14573 from "runto 'foo(void)'" to "runto 'foo'". This makes the
14574 statements demangler agnostic.
14575
cf74b8ca
AC
14576Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
14577
14578 * gdb.threads/pthreads.exp: Unify pass/fail messages for
14579 ``continue to bkpt at common_routine in thread 2'' and ``stopped
14580 before calling common_routine 15 times'' tests.
14581
99f78f56
MC
145822001-02-11 Michael Chastain <chastain@redhat.com>
14583
14584 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
14585 Helps the test script figure out which demangler is in use.
14586 (dm_type_foo_ref): Ditto.
14587 (dm_type_int_star): Ditto.
14588 (dm_type_long_star): Ditto.
14589 (dm_type_unsigned_int): Ditto.
14590 (dm_type_void): Ditto.
14591 (dm_type_void_star): Ditto.
99707966 14592 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
14593 Probe the gdb demangler and set variables to accommodate
14594 formatting differences.
14595 (info_func_regexp): New function. Same as info_func, but
14596 matches against a regexp.
14597 (info_func): Match against a literal string.
14598 (print_addr_2): New function. Match against a literal string,
14599 which can be different from the input to gdb.
14600 (print_addr): Simply call print_addr_2 with the same argument twice.
14601 (test_lookup_operator_functions): Use demangler formatting variables.
14602 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
14603 the tests in the same order as the C++ class declaration.
14604 (test_paddr_operator_functions): Ditto.
14605 (test_paddr_overloaded_functions): Ditto.
14606 (test_paddr_hairy_functions): Use demangler formatting variables.
14607 Add reference to gdb/19 for related tests.
14608 (do_tests): Call probe_demangler.
14609
1de8f023
KB
146102001-01-30 Kevin Buettner <kevinb@redhat.com>
14611
14612 * gdb.c++/templates.cc (printf): Remove unused function definition.
14613
ca3f91ed
MS
146142001-01-26 Felix Lee <flee@redhat.com>
14615
14616 * sid.exp (sid_exit): Pass host, not target, to remote_close.
14617
146182001-01-25 matthew green <mrg@redhat.com>
14619
14620 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
14621 up sid.
14622 (sid_exit): Call `remote_pop_conn' after GDB is gone.
14623
146242001-01-25 matthew green <mrg@redhat.com>
14625
14626 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 14627 Deprecate $sid_spawn_id.
ca3f91ed
MS
14628 (sid_exit): Remove code necessary only for `spawn.'
14629
146302001-01-25 matthew green <mrg@redhat.com>
14631
14632 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
14633
fb18ec4a
MC
146342001-01-28 Michael Chastain <chastain@redhat.com>
14635
14636 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
14637 to call when tests fail. It takes gdb out of the overloaded
14638 function choice menu back to the main prompt, so that the test
14639 program stays synchronized.
14640 (set_bp_overloaded): New proc to collect all the common
14641 code for setting a breakpoint on an overloaded name. Calls
14642 take_gdb_out_of_choice_menu when needed.
14643 (menu_overload1arg): New variable to collect the repeated
14644 instances of the expected menu for an overloaded name. Change
14645 the regular expression to handle changes in g++ type encoding:
14646 "void" can be either "void" or "", and "unsigned int" can be
14647 either "unsigned int" or "unsigned".
14648 (continue_to_bp_overloaded): Change regular expressions to handle
14649 changes in g++ type encoding.
14650 (no proc): Call take_gdb_out_of_choice_menu when needed.
14651 Remove redundant calls to "info break". Accept either "canceled"
14652 or "cancelled". Change regular expressions in "info break"
14653 calls to handle changes in g++ type encoding. Give all tests
14654 unique strings.
14655
9c646a6e
BE
146562001-01-17 Ben Elliston <bje@redhat.com>
14657
14658 * config/sid.exp: New file.
14659
9549d9c1
AC
14660Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
14661
14662 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
14663
dc96c6c7 146642000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
14665
14666 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
14667 Add a RE to accept a non-ascii char if one is ever presented.
14668
b4df4f68
FN
146692000-12-20 Fernando Nasser <fnasser@redhat.com>
14670
297dd0fd 14671 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 14672
dc96c6c7 146732000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 14674
d63a86f8 14675 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
14676 in regexp. One '\' does not suffice on Linux.
14677
4a7bddb6
MC
146782000-12-09 Michael Chastain <chastain@redhat.com>
14679
14680 * gdb.base/break.exp (test_clear_command): Use a marker function
14681 rather than 'main' for the test function. Also move this
14682 test to an execution point where the marker function names are
14683 guaranteed to be bound to functions. (Executing tests after a
14684 'finish' from main runs into name conflicts with local names
14685 in __libc_start_main).
14686
dc96c6c7 146872000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
14688
14689 * gdb.base/finish.exp: New test for gdb's "finish" command.
14690 * gdb.base/return2.exp: New test for gdb's "return" command.
14691 * gdb.base/return2.c: New source file for above.
14692
dc96c6c7 146932000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
14694
14695 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
14696 * gdb.base/miscexprs.exp: Ditto.
14697 * gdb.base/pointers.exp: Ditto.
14698 * gdb.c++/derivation.exp: Ditto.
14699 * gdb.c++/local.exp: Ditto.
14700 * gdb.c++/namespace.exp: Ditto.
14701 * gdb.c++/overload.exp: Ditto.
14702 * gdb.c++/ref-types.exp: Ditto.
14703
dc96c6c7 147042000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
14705
14706 * gdb.base/constvars.exp: Test result of "up" command.
14707 * gdb.base/miscexprs.exp: Ditto.
14708 * gdb.base/pointers.exp: Ditto.
14709 * gdb.base/scope.exp: Ditto.
14710 * gdb.c++/derivation.exp: Ditto.
14711 * gdb.c++/local.exp: Ditto.
14712 * gdb.c++/namespace.exp: Ditto.
14713 * gdb.c++/overload.exp: Ditto.
14714 * gdb.c++/ref-types.exp: Ditto.
14715
44097287
FN
147162000-11-22 Michael Chastain <chastain@redhat.com>
14717
14718 * mips_pro.exp: Accept either "middle -> top -> main" or
14719 "middle -> main" in the backtrace, because gcc can optimize
14720 tail calls to jumps. Remove setup_xfail for the hppa case.
14721 Add a comment with the original warning messages from PR 3016,
14722 which was filed in 1993, to preserve them for posterity.
14723
9d2e1bab
ND
147242000-11-17 Nick Duffek <nsd@redhat.com>
14725
14726 * lib/gdb.exp (gdb_test): Override timeout with board info.
14727
1aca8eb7
ND
147282000-11-17 Nick Duffek <nsd@redhat.com>
14729
14730 * gdb.base/display.exp: Don't kill running stub. Add "again" to
14731 the second kill and detach messages.
14732
93076499
ND
147332000-11-17 Nick Duffek <nsd@redhat.com>
14734
14735 * configure.in: Add AC_EXEEXT.
14736 * configure: Regenerate.
14737 * Makefile.in (just-check): Export EXEEXT.
14738 * lib/gdb.exp ($EXEEXT): Import from environment.
14739 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
14740 expect "maint dump-me" on Cygwin.
14741 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
14742 $EXEEXT.
14743
30e87cd3
ND
147442000-11-17 Nick Duffek <nsd@redhat.com>
14745
14746 * gdb.base/break.exp: Test backtrace and finish from called
14747 function on all platforms, not just HP-UX.
14748
dc96c6c7 147492000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
14750
14751 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
14752 code from gdb_target_monitor, so it can be used independantly
14753 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 14754
dc96c6c7 147552000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
14756
14757 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
14758 * gdb.base/corefile.exp: Expect the message "Program is being
14759 debugged already" when we send the "corefile" command, since
14760 the preceeding gdb_load may have connected gdb to a remote target.
14761 * gdb.base/display.exp: Disable hardware watchpoints if new
14762 board info variable "no_hardware_watchpoints" is true.
14763 Replace single-letter commands with more readable ones.
14764 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
14765 if new board info variable "no_hardware_watchpoints" is true.
14766 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
14767 to see if stdio (printf) testing is possible.
14768 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
14769 board info variable "no_hardware_watchpoints" is true. Use new
14770 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
14771
39124dea
FN
147722000-11-13 Fernando Nasser <fnasser@redhat.com>
14773
14774 From Orjan Friberg <orjanf@axis.com>:
14775 * gdb.base/printcmds.exp: Escape curly braces followed by a number
14776 in array print pattern match.
14777
a9e2e984
FN
147782000-11-09 Fernando Nasser <fnasser@redhat.com>
14779
14780 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
14781 spelling "cancelled" to U.S. spelling "canceled" to match changes
14782 made to gdb.
14783 * gdb.c++/ovldbreak.exp: Ditto.
14784
c7db355b
PS
147852000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
14786
14787 * gdb.base/callfuncs.c (main): Moved to end of file, call
14788 t_double_values to initialize the FPU before inferior calls are made.
14789 * gdb.base/callfuncs.exp: Test for register preservation after calling
14790 inferior functions. Add tests for continuining, finishing and
14791 returning from a stop in a call dummy.
14792
dc96c6c7 147932000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
14794
14795 * gdb.base/commands.exp: Break up long lines, and re-indent.
14796
dc96c6c7 147972000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
14798
14799 * config/gdbserver.exp: Rewritten from the ground up, to make it
14800 compatible with the current dejagnu tree, and to make it work with
14801 the new "gdbserver" in libremote.
14802
dc96c6c7 148032000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14804
14805 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
14806 * gdb.base/varargs.exp: Skip entire test if no printf support.
14807 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
14808 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
14809
dc96c6c7 148102000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
14811
14812 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
14813 no floating point support.
14814 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
14815 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
14816 * gdb.base/call-rt-st.exp: Ditto.
14817 * gdb.base/call-strs.exp: Ditto.
14818
bac5fc66
JG
148192000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
14820
14821 * gdb.base/sizeof.c: include <stdio.h>.
14822
14823 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
14824 'finish', otherwise uncaptured gdb_prompt would potentially
14825 throw remaining test points out of sync.
bac5fc66 14826
b22a6027
SB
148272000-07-26 Scott Bambrough <scottb@netwinder.org>
14828
14829 * gdb.base/recurse.exp: Run tests for all targets.
14830 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
14831 gnu-oldld case on ARM.
14832 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
14833 for ARM targets.
d63a86f8 14834
d8231941
AG
14835Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
14836
14837 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
14838 * gdb.java/configure: Rebuild.
14839
8caabe69
AG
14840Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
14841
14842 * gdb.java/jv-exp.exp: New file.
14843
9d273ca3
AG
14844Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
14845
14846 * configure: Rebuilt.
14847 * configure.in (configdirs): Add gdb.java.
14848 * gdb.java/jmisc.java: New file.
14849 * gdb.java/jmisc.exp: New file.
14850 * gdb.java/Makefile.in: New file.
14851 * gdb.java/configure: Rebuilt.
14852 * gdb.java/configure.in: New file.
14853 * lib/java.exp: New file.
14854
4f823a66
AC
14855Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14856
14857 * gdb.base/exprs.exp: Test casts to a pointer including over and
14858 underflow.
14859
2391e11d
AC
14860Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
14861
14862 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
14863 and the compilers sizes.
14864
54602222
ND
148652000-07-09 Nick Duffek <nsd@redhat.com>
14866
14867 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
14868 (use_methods): New function.
14869 (main): Call use_methods().
14870 * gdb.c++/classes.exp (test_method_param_class): New procedure.
14871 (do_tests): Call test_method_param_class.
14872
2bec0572
ND
148732000-07-09 Nick Duffek <nsd@redhat.com>
14874
14875 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
14876 spelling.
14877 (test_enums): New procedure. Move enum tests from end of script
14878 to here. Set breakpoint on function name instead of line number.
14879 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
14880 (enums2): New marker function.
14881 (enums1): New function.
14882 (main): Call enums1(). Move enum tests to enums1().
14883
78492fde
AC
14884Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
14885
14886 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
14887 compile/link program. Update line numbers.
14888 * gdb.asm/d10v.inc: Define ``startup''.
14889 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 14890
49a2cef8
AC
14891Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
14892
14893 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
14894
3e6c8688
EZ
148952000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14896
14897 * gdb.base/maint.exp: Add 'maint print architecture' item to output
14898 of 'help maint print' command.
14899
9ff5cbe9
AC
14900Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
14901
14902 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
14903 they use gdb_expect_list.
14904
17c579bd
AC
14905Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
14906
14907 * gdb.base/commands.exp: Use ``set remote
14908 memory-read-packet-size'' instead of ``set endian big'' to test
14909 long commands.
14910
e6d71bf3
DB
149112000-06-03 Daniel Berlin <dan@cgsoftware.com>
14912
14913 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 14914 g++, and stop skipping them.
e6d71bf3
DB
14915
14916 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
14917 work under g++.
14918
d63a86f8 14919 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
14920 initialization.
14921
dc96c6c7 149222000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
14923
14924 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
14925 the regular expression: accept an (almost) arbitrary sequence of
14926 "frames-invalid" and "breakpoints-invalid" messages both before
14927 and after the "starting" message.
14928
dc96c6c7 149292000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
14930
14931 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 14932
dc96c6c7 149332000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
14934
14935 * gdb.base/annota1.exp (annotate-signal-handler-caller):
14936 Relax the regular expression a little, make it pass on Solaris 8.
14937
8216cda9
KB
149382000-05-12 Kevin Buettner <kevinb@redhat.com>
14939
14940 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 14941 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
14942 Instead, it is permissible for gdb to stop on the line of the
14943 call itself.
14944
1a570b2f
MS
149452000-05-12 Michael Snyder <msnyder@.cygnus.com>
14946
14947 * gdb.base/break.exp (bp on small function, optimized file):
14948 Add a second pass pattern. The behavior differs here between stabs
14949 and dwarf for one-line functions. Stabs preserves two line symbols
14950 (one before the prologue and one after) with the same line number,
14951 but dwarf regards these as duplicates and discards one of them.
14952 Therefore the address after the prologue (where the breakpoint is)
14953 has no exactly matching line symbol, and GDB reports the breakpoint
14954 as if it were in the middle of a line rather than at the beginning.
14955
dc96c6c7 149562000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 14957
d63a86f8 14958 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
14959 rather than "send_gdb" (for consistancy).
14960
7d418785
AC
14961Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
14962
14963 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
14964 * gdb.c++/templates.cc: Properly check for GCC version number.
14965 * lib/compiler.cc: Likewise
14966
dc96c6c7 149672000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 14968
d63a86f8 14969 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
14970 gdb may not stop at the first line of main, due to code motion.
14971
dc96c6c7 149722000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
14973
14974 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
14975 This test depends on parsing the printf output from the target.
14976 Since the sparclet stub doesn't do stdio, this will never work.
14977 * gdb.base/call-rt-st.exp: ditto.
14978 * gdb.base/call-strs: ditto.
14979
dc96c6c7 149802000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
14981
14982 * gdb.base/miscexprs.exp: make sizeof long array test portable.
14983
14984 * gdb.base/ending-run.exp: After connecting to a remote target,
14985 but before running, the target will appear to be in a random
14986 location. Specify both a file and a line for breakpoints.
14987 Also, the function that calls main may be called 'init'
14988 rather than 'start'.
14989
a5a51225
EZ
149902000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
14991
14992 * gdb.base/help.exp: Update output for add-symbol-file command.
14993
7930cc7c
FN
149942000-04-10 Fernando Nasser <fnasser@cygnus.com>
14995
14996 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14997 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
14998
23e37ab1
C
149992000-04-07 J.T. Conklin <jtc@redback.com>
15000
e93c542c
C
15001 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
15002
23e37ab1
C
15003 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
15004
591b8fa3
PDM
15005Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
15006
15007 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
15008 values that can be represented exactly.
15009 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
15010 above change, and to not check against the directory part of the source
15011 file name.
15012 (step into print_long_arg_list): Likewise.
15013 (print print_small_structs from print_long_arg_list): Likewise.
15014 (print print_long_arg_list): Likewise.
15015
7a495180
EZ
150162000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15017
30b53638 15018 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 15019
beb998c6
AC
15020Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
15021
15022 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
15023
1c689132
DB
150242000-03-25 Daniel Berlin <dan@cgsoftware.com>
15025
15026 * gdb.base/commands.exp (deprecated_command_test): Add test for
15027 deprecate with no arguments.
15028
c1790a9d
JL
150292000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
15030
15031 * gdb.base/break.exp: Add new test for setting breakpoints on
15032 optimized code so we can test breakpoints work even when function
15033 prologues may be optimized away
15034
003ba290
FN
150352000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
15036
15037 From David Whedon <dwhedon@gordian.com>
a9c64011 15038 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 15039
6837a0a2
DB
150402000-03-22 Daniel Berlin <dan@cgsoftware.com>
15041
15042 * gdb.base/help.exp: Added test for new apropos command.
15043
b9593231
KB
150442000-03-21 Kevin Buettner <kevinb@redhat.com>
15045
15046 * gdb.base/pointers.c (usevar): New function.
15047 (main): Make sure that global variables v_int_pointer2, rptr,
15048 and y are all referenced someplace in the program by calling
15049 usevar() on them. [Some linkers delete symbols which are
15050 never referenced. The space remains, but there's no way to
15051 get a (symbolic) handle on the variable from the debugger.]
15052
751a959b
EZ
150532000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15054
15055 * gdb.base/printcmds.c: Add typedeffed arrays.
15056
15057 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
15058 procedure to test arrays that are typedef'd.
15059
73a93a32
JI
150602000-03-13 James Ingham <jingham@leda.cygnus.com>
15061
15062 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 15063 the library directories.
73a93a32 15064
fb40c209
AC
15065Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
15066
15067 * configure.in (configdirs): Add sub directory gdb.mi.
15068 * configure: Re-generate.
15069
15070 * gdb.mi: New directory.
d63a86f8 15071
ee4dd2c9
AC
150722000-02-25 Scott Bambrough <scottb@netwinder.org>
15073
15074 * gdb.base/long_long.exp: Correct test suite failure when printing
15075 a long long value as a double on ARM platforms.
15076
70f0cc22
JB
150772000-02-16 Jim Blandy <jimb@redhat.com>
15078
15079 * gdb.base/break.exp ("breakpoint line number"): Make sure the
15080 default source file is set properly before running this test.
15081
853819b8
EZ
150822000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15083
15084 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
15085 gdbtk/library directory, not in gdbtcl2.
15086
dfcd3bfb
JM
150872000-02-04 Jim Blandy <jimb@redhat.com>
15088
15089 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
15090 backslash from regexp pattern.
15091
15092 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
15093 procedure. Use it to run all the "continue to bp overloaded"
15094 tests. Note that this changes the names of the tests slightly.
15095 If the breakpoint hit message includes a hex PC value, because
15096 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
15097 from the real source code, still consider that a pass.
15098
15099 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
15100 XFAIL here if the breakpoint message contains a hex address. Note
15101 similar change on 1999-11-02.
15102
15103 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
15104
15105 * gdb.base/ptype.exp: Establish a default source file before
15106 calling get_debug_format.
15107
151082000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
15109
15110 * gdb.base/watchpoint.exp: Remove duplication of test messages.
15111
8b93c638
JM
151122000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15113
15114 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
15115 of successive stepi commands -- while in the prologue we should see
15116 the function entry bracket.
15117
151182000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
15119
15120 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
15121 reach __change_mode() when stepping through the end of main().
15122
c5394b80
JM
151232000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
15124
15125 * gdb.base/default.exp: Fix expected pattern.
15126 * gdb.base/help.exp: Same.
15127
0d06e24b
JM
151282000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15129
15130 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
15131 Don't use xfail's because that affects only the following test.
d63a86f8 15132
0d06e24b
JM
15133 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
15134 solaris or linux.
15135
15136 * gdb.base/selftest.exp: Update to reflect changes to main.c.
15137
dc96c6c7 151382000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 15139
d63a86f8 15140 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
15141 "A syntax error" rather than "A parse error". Accept both.
15142
151432000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
15144
15145 * gdb.base/default.exp: Remove OS dependent string from "target
15146 remote" test.
15147 * gdb.base/help.exp: Same for "help target remote" test.
15148
c3f6f71d
JM
151492000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15150
15151 From Jim Kingdon <kingdon@redhat.com>:
15152
15153 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
15154 prompt (cleanup rather than necessity, but still might keep output
15155 from spilling to next test).
15156
151572000-01-02 Fred Fish <fnf@cygnus.com>
15158
15159 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
15160 AIX, which defines them in <sys/types.h>.
15161
ed9a39eb 151621999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 15163
ed9a39eb
JM
15164 * gdb.base/default.exp: Match arm* etc instead of arm in "info
15165 float" test.
15166
151671999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 15168
ed9a39eb 15169 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
15170
15171 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
15172 outermost frame disallowed".
15173
151741999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
15175
15176 * gdb.base/setvar.exp: New tests for setting the value of a struct
15177 with a constant list.
15178
151791999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15180
15181 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
15182 require the user to type a cast before setting the value of a struct.
15183
de57eccd
JM
151841999-12-06 Jim Blandy <jimb@cygnus.com>
15185
15186 * gdb.base/default.exp: Expect the new 'info float' command on
15187 all i386 platforms.
15188
15189 * gdb.threads/linux-dp.exp: Expand our ability to recognize
15190 LinuxThreads libraries that don't support debugging.
15191
c2d11a7d
JM
15192Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15193
15194 * gdb.base/remote.c: Fill the buffer with truely random data.
15195 Change the buffer type to ``unsigned char'' to simplify size
15196 arithmetic.
15197
15198 * gdb.base/remote.exp: Reduce download numbers by one. Typical
15199 stub only handles 400-1 byte packets. Verify that the download
15200 worked.
15201
152021999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
15203
15204 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
15205 tests, using UNRESOLVED for the untested cases. Also, does not wait
15206 for a timeout if the prompt was received before a recognizable pattern.
15207
152081999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
15209
15210 * lib/gdb.exp (gdb_expect_list): Fix spelling.
15211
152121999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15213
15214 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
15215 watchpoints.
15216
152171999-11-24 Jason Merrill <jason@casey.cygnus.com>
15218
15219 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
15220
15221 * gdb.c++/local.exp: Be more flexible in recognizing local class
15222 name mangling. Don't allow horribly truncated method names.
15223 * gdb.c++/derivation.exp: Expect protected inheritance.
15224 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
15225 * gdb.c++/virtfunc.exp: Likewise.
15226 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
15227 when printing a nested enum.
15228
152291999-11-22 Jim Blandy <jimb@cygnus.com>
15230
15231 * gdb.base/step-test.exp: Properly await GDB's response to setting
15232 a breakpoint on the call to large_struct_by_value.
15233
15234 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
15235 just because we have debug info for the `start' function.
15236
152371999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
15238
15239 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
15240 "Unknown signal" messages, which indicate (on LinuxThreads) that
15241 GDB doesn't know how to debug threads on this system. This is
15242 better than hanging while philosopher 0 dumps chatter into gdb.log.
15243
152441999-11-18 Tom Tromey <tromey@cygnus.com>
15245
15246 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
15247
152481999-11-18 Fred Fish <fnf@cygnus.com>
15249
15250 * gdb.base/coremaker2.c: Add sample program for generating
15251 cores that is more self contained than coremaker.c. Eventually
15252 I'll add more code to this and tie it into the testsuite.
15253
4ce44c66
JM
152541999-11-12 Stan Shebs <shebs@andros.cygnus.com>
15255
15256 * gdb.base/dollar.exp: Remove, now in gdb.hp.
15257
152581999-11-10 Jimmy Guo <guo@cup.hp.com>
15259
15260 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
15261 from $srcdir/lib/.
15262 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
15263 and gdb.c++/.
15264
15265 * gdb.c++/derivation.exp: remove redundant get compiler info code.
15266
d63a86f8 15267 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
15268 'continue with watch' test point.
15269
152701999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
15271
15272 Merged from p2linux-990323-branch:
d63a86f8 15273
4ce44c66
JM
15274 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
15275
11cf8741
JM
15276Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
15277
15278 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
15279 {limit,fixed}''. Test ``set download-write-size''.
15280
15281Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
15282
15283 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
15284 gdb_expect_list.
15285
15286Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
15287
15288 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
15289
152901999-11-03 Mark Salter <msalter@cygnus.com>
15291
15292 * gdb.base/break.exp: Fix "stub continue" pattern.
15293
152941999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
15295
15296 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
15297
152981999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
15299
15300 * gdb.base/display.exp ("finish"): Add timeout clause.
15301
15302 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
15303 plain prompt clause, so this doesn't have to time out in order to
15304 fail.
15305
15306 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
15307 breakpoint hit messages include an address.
15308
15309 * gdb.base/display.exp: Don't forget to escape parens in regular
15310 expressions. Unix regexp notatation sucks.
15311
153121999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15313
15314 * gdb.base/annota1.exp: Test for annotate-signalled: change output
15315 order for 'signalled' message.
15316
5c44784c
JM
153171999-11-01 Stan Shebs <shebs@andros.cygnus.com>
15318
15319 From Jimmy Guo <guo@cup.hp.com>:
15320 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
15321 * gdb.base/annota1.c: Add code for tests to work with.
15322
153231999-10-26 Frank Ch. Eigler <fche@cygnus.com>
15324
15325 * gdb.base/remote.exp: New test for remote downloading settings.
15326 * gdb.base/remote.c: New file with large .data.
15327
917317f4
JM
153281999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
15329
15330 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
15331 for LinuxThreads support, merged from the Code Fusion branch.
15332
15333Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
15334
15335 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
15336 containing exp_continue into a while within an expect. Don't
15337 attempt a start more than three times. Check return value from
15338 gdb_load.
d63a86f8 15339
2df3850c
JM
15340Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
15341
15342 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
15343 a pass case.
15344
2acceee2
JM
153451999-10-01 Kevin Buettner <kevinb@cygnus.com>
15346
15347 * gdb.base/break.c (main): Added a statement that we can step
15348 off of.
15349 * gdb.base/break.exp: Added tests for setting a breakpoint
15350 at an offset and stepping onto a breakpoint.
15351
153521999-10-01 Fred Fish <fnf@cygnus.com>
15353
d63a86f8 15354 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
15355 gdb output.
15356
c2c6d25f
JM
153571999-09-18 Jim Blandy <jimb@cris.red-bean.com>
15358
15359 * gdb.base/break.exp: Code locations are in hex, don't forget!
15360 (For HP-UX.)
15361
153621999-09-17 Stan Shebs <shebs@andros.cygnus.com>
15363
15364 * condbreak.exp: Use break.c as test program.
15365 * condbreak.c: Remove, redundant with break.c.
15366
153671999-09-15 Stan Shebs <shebs@andros.cygnus.com>
15368
15369 * config/monitor.exp (gdb_target_monitor): Disable X- and
15370 Z-packets if the target needs it.
15371
153721999-09-13 James Ingham <jingham@leda.cygnus.com>
15373
15374 * gdb.c++/overload.exp: Added tests for listing overloaded
15375 functions with function pointers in the arg, explicitly calling
15376 out the version you want.
15377
cff3e48b
JM
153781999-09-09 Stan Shebs <shebs@andros.cygnus.com>
15379
15380 * long_long.exp: Add variations of test cases that work for
15381 targets with 16-bit ints and 32-bit doubles.
15382
d4f3574e
SS
153831999-09-08 Stan Shebs <shebs@andros.cygnus.com>
15384
15385 * break.c (main): Compare a possibly-uninitialized argc with an
15386 unlikely value that fits in 16 bits.
15387
153881999-09-07 Stan Shebs <shebs@andros.cygnus.com>
15389
15390 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
15391 0xfeeb, don't want negative numbers if ints are 16 bits.
15392
15393 * lib/gdb.exp (skip_cplus_tests): New proc.
15394 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15395 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
15396 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
15397 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
15398 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
15399 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
15400 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
15401 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
15402
15403 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
15404
15405Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
15406
15407 * gdb.base/corefile.exp (up): Allow a parameter to appear
15408 in the frame that we're going up to.
15409
15410 From Jim Blandy <jimb@cygnus.com>:
15411
15412 * gdb.base/default.exp (info float): Expect some output now.
15413
15414 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
15415 returning floating-point values to fail on the x86.
15416 * gdb.base/callfwmall.exp (do_function_calls): Same.
15417
15418 * gdb.base/list.exp (test_listsize): Correct expectations for
15419 listing line 1 with listsize 2. Also, listing a single line
15420 works now, as does listing three lines. [Kevin's note: There
15421 were a number of other cases fixed too where the expectations
15422 differed...]
15423
154241999-09-02 Stan Shebs <shebs@andros.cygnus.com>
15425
15426 * gdb.base/selftest.exp: Add case for when version prints as
15427 constant string instead of char pointer.
15428
104c1213
JM
154291999-08-25 Stan Shebs <shebs@andros.cygnus.com>
15430
15431 * gdb.base/ending-run.exp: Add Solaris case for what happens when
15432 stepping out of main.
15433
15434 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
15435 G++ used.
15436
15437 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
15438 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
15439
15440 * gdb.c++/ovldbreak.exp: Update match string in test that
15441 includes a warning of multiple breakpoints.
15442
154431999-08-24 Stan Shebs <shebs@andros.cygnus.com>
15444
15445 * gdb.base/display.exp: Improve precision of step-after-finish
15446 added yesterday.
15447
15448 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
15449 test.
15450
15451 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
15452 configs when using G++, not just hppa*.
15453
154541999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15455
15456 * gdb.base/async.c: New file.
15457 * gdb.base/async.exp: New file.
15458
15459Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
15460
15461 * gdb.base/break.exp: Tweak PA specific tests to properly handle
15462 PA64.
15463
53a5351d
JM
15464Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
15465
104c1213
JM
15466 * gdb.base/display.exp: "finish" can leave us mid-line on many
15467 targets, deal with it. Add a small constant to main, instead of
15468 1000 since main+1000 may not be a valid address in the target.
15469
53a5351d
JM
15470 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
15471 on hpux11.
15472
15473 * gdb.base/attach.exp: Handle another hpux11 error message variant
15474 when attaching to a process that does not exist.
15475
154761999-08-19 J.T. Conklin <jtc@redback.com>
15477
15478 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
15479 characters in 'continue to 1241' test.
15480
154811999-08-17 Stan Shebs <shebs@andros.cygnus.com>
15482
15483 * gdb.base/call-ar-st.exp: Add a shorter match case for the
15484 stop in print_long_arg_list, define and use a whitespace
15485 variable in print_small_structs test, add an XFAIL for Solaris.
15486 * gdb.base/dbx.exp: XFAIL func commands until somebody is
15487 interested enough to fix.
15488
7be570e7
JM
154891999-08-13 Keith Seitz <keiths@cygnus.com>
15490
15491 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
15492 (dbx_gdb_load): Remove. Use gdb_load instead, since that
15493 proc knows about targets other than the natives.
15494 (test_assign): Use "gdb_run_cmd" to "run" the target.
15495 Check that we've actually hit the breakpoint at main.
15496 When we attempt to assign a value to a local variable, check
15497 that the variable is in the current scope, i.e., don't use
15498 a test with an empty result.
15499
15500Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
15501
15502 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
15503 command.
15504
155051999-08-09 Stan Shebs <shebs@andros.cygnus.com>
15506
15507 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15508 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
15509 gdb.compat, gdb.threads-hp.
15510 gdb.hp/configure, gdb.hp/configure.in: New files.
15511 gdb.hp/Makefile.in: Recurse into new subdirs.
15512 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
15513 gdb.hp/gdb.objdbg: New directory, tests for debugging info
15514 in object files.
15515 gdb.hp/tools: New directory, aux tools for HP-specific tests.
15516
96baa820
JM
155171999-08-05 Stan Shebs <shebs@andros.cygnus.com>
15518
15519 * gdb.base/display.exp: Help expect by putting a newline in the
15520 funky printf, remove a bogus p/a test.
15521
155221999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15523
15524 * gdb.base/display.exp: Make sure that when we say 'run', we are
15525 connected to the target. This is necessary when running not
15526 natively.
15527
155281999-08-03 Stan Shebs <shebs@andros.cygnus.com>
15529
15530 * gdb.base/step-test.exp: Removed some extraneous messages.
15531
15532 * gdb.base/long_long.exp: Don't run memory examination tests
15533 on little-endian targets (they will need a different set of
15534 results to match).
15535
155361999-08-02 Stan Shebs <shebs@andros.cygnus.com>
15537
15538 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
15539 until somebody decides to fix GDB.
15540
15541 * gdb.base/long_long.c: Stop compiler complaint by specifying long
15542 constant as "ULL".
15543 * gdb.base/long_long.exp: Loosen x/c test, add partial result
15544 matches for a couple x/2 commands.
15545
a0b3c4fd
JM
155461999-07-30 Stan Shebs <shebs@andros.cygnus.com>
15547
15548 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
15549 by merging in ref-types2 tests.
15550 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
15551
15552 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15553 * gdb.c++/Makefile.in: Add standard actions.
15554 (EXECUTABLES): Rename from PROGS, update list.
15555 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
15556 from gdb.hp.
15557 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
15558 foo and bar locals.
15559 * gdb.c++/anon-union.exp: Fix tests to match.
15560 * gdb.c++/classes.exp: Run if HP compiler used, add extra
15561 expect matches to handle output variations.
15562 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
15563 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
15564 output, add HP alternatives for new and delete prints.
15565 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
15566 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
15567 * gdb.c++/demangle.exp: Use $style when reporting failure.
15568 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
15569 * gdb.c++/inherit.exp: Run if HP compiler used, add some
15570 match alternatives.
15571 * gdb.c++/local.exp: Add match alternatives or xfails for HP
15572 compilers.
15573 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
15574 * gdb.c++/method.exp: Add match alternatives.
15575 * gdb.c++/misc.cc: Add bool types.
15576 * gdb.c++/misc.exp: Add tests for bool types.
15577 * gdb.c++/overload.exp: Add xfails.
15578 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
15579 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
15580 add some more template parameter tests (only for HP currently).
15581 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
15582 * gdb.c++/virtfunc.cc: Add return type and value for main.
15583 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
15584 match alternatives.
d63a86f8 15585
a0b3c4fd
JM
155861999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15587
15588 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
15589
155901999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
15591
15592 * gdb.base/signals.exp: Don't expect getting a backtrace from
15593 within a signal handler to fail on Linux.
15594
155951999-07-29 Stan Shebs <shebs@andros.cygnus.com>
15596
15597 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15598 * lib/gdb.exp: Remove some gratuitious semicolons.
15599 (delete_breakpoints): Increase timeout.
15600 (gdb_expect): Add -notransfer option.
15601 (gdb_test): Use -notransfer option.
15602 (get_compiler_info): Add f77 case.
15603 (get_compiler): New proc, split out from gdb_preprocess, add f77
15604 case.
15605 (gdb_preprocess): Call get_compiler.
15606
15607 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
15608 * gdb.base/attach.exp, gdb.base/display.exp,
15609 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
15610 gdb.base/long_long.exp, gdb.base/printcmds.exp,
15611 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
15612 third arg to gdb_test.
15613 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
15614 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
15615 HP-UX xfails, add others.
15616 * gdb.base/completion.exp: Reflect name change of self-test.
15617 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
15618 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
15619 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
15620 HP failure number.
15621 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
15622 useless HP-UX 10.30 references.
15623 * gdb.base/maint.exp: Loosen matches.
15624 * gdb.base/pointers.c (main): Declare more_code.
15625 * gdb.base/pointers.exp: Match on output of a `next'.
15626 * gdb.base/structs.c: Add prototypes.
15627 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
15628 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
15629
156301999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15631
15632 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
15633 command.
15634
156351999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15636
15637 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
15638 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
15639
15640 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
15641 debug info. Deal with lack of signal hanlder info in stack.
15642
a9c64011 15643 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
15644 * gdb.base/annota1.exp: If printf has debug info, deal with it.
15645
5a2468f5
JM
156461999-07-19 Stan Shebs <shebs@andros.cygnus.com>
15647
15648 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
15649 gdb.base/foll-vfork.exp: Don't run for crosses.
15650
adf40b2e
JM
15651Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
15652
15653 * gdb.base/configure.in: Check for gdbvars.exp instead of
15654 a1-selftest.exp.
15655 * gdb.base/configure: Re-generate.
15656
156571999-07-12 Stan Shebs <shebs@andros.cygnus.com>
15658
15659 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
15660 in trying to run first and name is too long.
15661
15662 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
15663 pointers2.c and pointers2.exp, respectively.
15664 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
15665 doschk happier.
15666
43e526b9
JM
156671999-07-08 Stan Shebs <shebs@andros.cygnus.com>
15668
15669 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
15670 callfuncs2.c and callfuncs2.exp.
15671
15672 * gdb.base/list.exp: Remove mistaken xfails.
15673 * gdb.base/list0.h: Add optional prototypes.
15674
9846de1b
JM
15675Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
15676
a9c64011 15677 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 15678 calling malloc.
a9c64011
AS
15679 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
15680 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
15681 use.
15682
156831999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15684
15685 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
15686 * gdb.base/annota2.cc, annota2.exp: Move from here.
15687 * gdb.c++/annota2.cc, annota2.exp: To here.
15688 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
15689
43ff13b4
JM
15690Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
15691
15692 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
15693 a consistent format.
15694
085dd6e6
JM
156951999-06-25 Stan Shebs <shebs@andros.cygnus.com>
15696
15697 From Jimmy Guo <guo@cup.hp.com> and others at HP:
15698 * lib/gdb.exp (get_compiler_info): Add detection for assorted
15699 HP compilers, also set the globals $true and $false.
15700
15701 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
15702 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
15703 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
15704 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
15705 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
15706 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
15707 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
15708 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
15709 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
15710 whatis.c} Add C++ compatible function definitions and return
15711 types, add includes for library functions.
15712 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
15713 * gdb.base/step-test.c (myglob): Rename from glob.
15714 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
15715 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
15716 files, move here from gdb.hp.
15717 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
15718 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
15719 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
15720 Adjust line numbers in regexps.
15721
15722 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
15723 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
15724 instead of 0/1.
15725
15726 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
15727 foll-vfork.exp: New files, move here from gdb.hp.
15728 * gdb.base/page.exp: New file, test of pagination command.
15729
15730 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
15731 recursion test.
15732 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
15733
15734 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
15735 gdb.base/solib.exp: Fix compiler invocation process.
15736
15737 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
15738 HP-UX 11, turn off overload resolution explicitly.
15739 * gdb.base/commands.exp: Set argument list explicitly, add
15740 watchpoint test.
15741 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
15742 them work.
15743 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
15744 expressions properly.
15745 * gdb.base/corefile.exp: Loosen the match slightly.
15746 * gdb.base/default.exp: Allow "Error accessing memory" message
15747 also.
15748 * gdb.base/display.exp: Skip over x/0 j if PA64.
15749 * gdb.base/funcargs.exp: Add xfails for HP-UX.
15750 * gdb.base/interrupt.exp: Ditto.
15751 * gdb.base/langs.exp: Add symbolic matches governed by compiler
15752 in use.
15753 * gdb.base/list.exp: Add xfails for HP-UX.
15754 * gdb.base/long_long.exp: Refine some of the numeric matches.
15755 * gdb.base/mips_pro.exp: Xfail on HP-UX.
15756 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
15757 * gdb.base/nodebug.exp: Succeed on more varieties of output.
15758 * gdb.base/opaque.exp: Remove some HP-UX xfails.
15759 * gdb.base/ptype.exp: Succeed on more varieties of output.
15760 * gdb.base/scope.exp: Add xfails for HP-UX.
15761 * gdb.base/sect-cmd.exp: Add more cases.
15762 * gdb.base/setvar.exp: Add xfails for HP-UX.
15763 * gdb.base/shlib-call.exp: Loosen some matches slightly.
15764 * gdb.base/signals.exp: Match on void symbolically.
15765 * gdb.base/step-test.exp: Add case for PA64.
15766 * gdb.base/term.exp: Add exit and restart.
15767 * gdb.base/twice.exp: Clean up after self.
15768 * gdb.base/varargs.exp: Disable overload resolution explicitly.
15769 * gdb.base/whatis.exp: Allow more ways to pass tests.
15770
15771 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
15772 no longer useful.
15773
15774Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
15775
15776 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
15777 list of patterns.
15778 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
15779 print_double_array(double_array)", "continuing to breakpoint
15780 1018", "print print_double_array(array_d)" and "continuing to
15781 1034" tests.
d63a86f8 15782
085dd6e6
JM
157831999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
15784
a9c64011 15785 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
15786
157871999-06-24 Stan Shebs <shebs@andros.cygnus.com>
15788
15789 * config/mt-*: Remove, these haven't been used since 1996.
15790
157911999-06-22 Stan Shebs <shebs@andros.cygnus.com>
15792
15793 * gdb.base/call-strs.c, gdb.base/ending-run.c,
15794 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
15795 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
15796
9e0b60a8
JM
157971999-06-18 Stan Shebs <shebs@andros.cygnus.com>
15798
15799 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
15800 simpler match case for the ptype of the big class.
15801
158021999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15803
15804 * gdb.exp: Fix test for gdb_prompt existence.
15805
158061999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15807
15808 * gdb.exp (gdb_test): Add fail after calls to perror.
15809
158101999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15811
15812 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
15813
158141999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
15815
15816 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
15817
0f71a2f6
JM
15818Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
15819
15820 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
15821 malloc() is linked in.
15822
158231999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
15824
15825 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
15826 step at end.
15827
15828 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
15829
158301999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
15831
15832 * gdb.java/jv-print.exp: New file. (Our first Java test!)
15833
cce74817
JM
15834Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
15835
15836 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
15837 * gdb.base/mips_pro.exp: Likewise.
15838
158391999-06-02 Keith Seitz <keiths@cygnus.com>
15840
15841 * gdb.c++/templates.cc: Change all "new" operators to throw
15842 an exception.
15843 * gdb.c++/cplusfuncs.cc: Likewise.
15844
15845 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
15846
15847Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
15848
15849 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
15850 * gdb.base/ending-run.exp: When stepping out of main, accept a
15851 step into an arbitrary assembler file.
cce74817 15852
392a587b
JM
158531999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15854
d63a86f8 15855 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 15856 "breakpoint-invalid" to be printed.
d63a86f8 15857 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
15858 number of "frames-invalid" and "breakpoint-invalid" to be printed.
15859 * gdb.base/annota2.cc: Initialize a.x to 0.
15860
9e086581
JM
158611999-05-17 Keith Seitz <keiths@cygnus.com>
15862
15863 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
15864 when "skip_float_tests" set.
15865 Ditto for "print print_double_array(array_d)", "print print_small_structs",
15866 "print print_ten_doubles", and "step into print_long_arg_list".
15867 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
15868 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
15869 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
15870 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
15871 "skip_float_tests" is set.
15872 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
15873 when "skip_float_tests" set.
d63a86f8 15874
cd0fc7c3
SS
158751999-05-06 Keith Seitz <keiths@cygnus.com>
15876
15877 * gdb.base/annota2.cc: Include stdio.h.
15878
15879Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
15880
15881 * gdb.base/crossload.exp: Remove, this has been disabled ever
15882 since BFD stopped including all targets, and cross-GDB gets
15883 plenty of testing anyway.
15884 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
15885 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
15886 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
15887 * gdb.base/README: Remove, was doc for this.
15888 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
15889 needed.
15890
b83266a0
SS
158911999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15892
15893 * gdb.base/call-ar-st.exp: Fix one regular expression in test
15894 output.
15895
15896 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
15897 * gdb.base/annota2.exp: New file. More annotation tests.
15898 * gdb.base/annota1.c: New file. Source file for annota1.exp.
15899 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
15900
159011999-04-23 Angela Marie Thomas <angela@cygnus.com>
15902
15903 * config/cfdbug.exp: New file.
15904
7a292a7a
SS
159051999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
15906
15907 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
15908 Marcus Daniel's and Dale Hawkins's demangler crashes.
15909
15910 * gdb.c++/demangle.exp (test_gnu_style_demangling,
15911 test_lucid_style_demangling, test_arm_style_demangling,
15912 test_hp_style_demangling): Try Tom Tromey's core-dumping
15913 identifier under each demangling style.
15914
159151999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
15916
15917 * gdb.c++/demangle.exp: Include the current demangling style
15918 in all test names.
15919 (current_demangling_style): New global variable.
15920 (set_demangling_style, test_demangling_core, test_demangling,
15921 test_demangling_exact): New functions.
15922 (test_gnu_style_demangling, test_lucid_style_demangling,
15923 test_arm_style_demangling, test_hp_style_demangling): Use those,
15924 instead of calling gdb_test and gdb_test_exact directly.
15925 (catch_demangling_errors): New function, which reports errors
15926 signalled by the demangling test functions in an orderly way.
15927 (do_tests): Use catch_demangling_errors.
15928
159291999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
15930
15931 * gdb.base/signals.exp (test_handle_all_print): Use () for
15932 grouping in expressions, not {}.
15933
15934 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
15935 initialized yet.
15936
159371999-04-01 Stan Shebs <shebs@andros.cygnus.com>
15938
15939 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
15940 are listed.
15941
159421999-03-26 Stan Shebs <shebs@andros.cygnus.com>
15943
15944 * gdb.stabs/weird.exp: Test for CC being defined before
15945 looking at its value.
15946
159471999-03-25 Stan Shebs <shebs@andros.cygnus.com>
15948
15949 * gdb.base/call-ar-st.exp: Remove stray '#'.
15950 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
15951 "short int" and "long int".
15952 * gdb.c++/overload.cc: Cast the string added in the previous
15953 change, to mollify finicky HP compiler.
15954 * gdb.hp/reg-test.exp (testfile): Fix file name.
15955 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 15956
7a292a7a
SS
15957 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
15958 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
15959 alternate form of enum ptype.
15960
c906108c
SS
159611999-03-23 Stan Shebs <shebs@andros.cygnus.com>
15962
7a292a7a
SS
15963 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
15964 * gdb.hp/*.exp: Change all to run compiler probe only after
15965 passing skip_hp_tests, so as not to waste time on guaranteed
15966 failure.
15967
c906108c
SS
15968 * gdb.c++/overload.cc: Pass string instead of char addr, always
15969 init ccpfoo.
15970 * gdb.c++/templates.cc: Fix syntax error.
15971
7a292a7a
SS
15972Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15973
15974 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 15975 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
15976 command.
15977
159781999-03-18 James Ingham <jingham@cygnus.com>
15979
15980 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
15981
15982 * gdb.c++/method.exp: It was testing an uninitialized int on the
15983 stack and assuming it was positive.
15984
15985 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
15986
15987 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 15988 keep it from killing the rest of the tests.
7a292a7a
SS
15989 Use gdb_continue_to_end.
15990
15991 * gdb.base/sigall.exp: use gdb_continue_to_end.
15992
15993 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
15994
15995 * gdb.base/display.exp: use runto_main, not run.
15996
d63a86f8
RM
15997 * gdb.base/default.exp: Check for the current error message in the
15998 r abbreviation test.
7a292a7a
SS
15999 Add strongarm to the targets that know info float.
16000
d63a86f8 16001 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
16002 run which doesn't work with monitors.
16003
16004 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
16005
16006 * gdb.base/break.exp: use the gdb_continue_to_end proc.
16007
16008 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
16009 program. Traps the case (in Cygmon) when the program never really
16010 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
16011 more places, so I used my name. Sorry Mark...
16012
16013 * config/monitor.exp (gdb_target_monitor): added another
16014 target_info parameter: remotebinarydownload. This will set the
16015 remotebinarydownload flag if this is causing some boards trouble.
16016
160171999-03-18 Mark Salter <msalter@cygnus.com>
16018
16019 * lib/gdb.exp (continue_to_exit): New function.
16020
16021 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
16022 * gdb.base/ending-run.exp: Ditto.
16023 * gdb.base/step-test.exp: Ditto.
16024
160251999-03-16 Stan Shebs <shebs@andros.cygnus.com>
16026
16027 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
16028 (suggested by Art Haas <ahaas@neosoft.com>).
16029
160301999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
16031
16032 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
16033
16034Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
16035
16036 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
16037 descriptions of types (short unsigned int vs unsigned short, etc).
16038
160391999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
16040
16041 * gdb.base/call-strs.exp: Don't assume that `step' will step over
16042 a call to strlen; sometimes we do have sources.
16043
160441999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
16045
16046 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
16047 character, so GDB won't print garbage after its end.
d63a86f8 16048
c906108c
SS
16049 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
16050 breakpoint there instead. Sometimes GCC emits memcpy to handle
16051 the large structures being passed by value, so we step into that
16052 instead of sum_array_print, which obscures what we're really testing.
16053 * gdb.base/step-test.exp: However, we do want a test that notices
16054 the bizarre steps into memcpy, so do that here. Add check for
16055 stepping into function calls that pass large structures by value.
16056 ("Is that a noun clause, or are you just happy to see me?")
16057 Remove all references to specific line numbers.
16058 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
16059 New type and function.
16060 (main): Call large_struct_by_value, passing it a large struct by value.
16061 * lib/gdb.exp (gdb_get_line_number): New function.
16062
16063 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
16064 more portable.
16065
7a292a7a
SS
160661999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
16067
c906108c
SS
16068 * lib/gdb.exp: Doc fixes.
16069
7a292a7a
SS
160701999-03-05 Nick Clifton <nickc@cygnus.com>
16071
d63a86f8 16072 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
16073
160741999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
16075
c906108c
SS
16076 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
16077 commands. They're not germane to this test, and they don't work
16078 that way on remote targets.
16079
3fc11d3e
JM
160801999-03-01 James Ingham <jingham@cygnus.com>
16081
16082 * Changelog entries merged over from gdb development branch.
16083
3fc11d3e
JM
16084 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
16085
16086 * lib/gdb.exp (gdbtk_analyze_results): Generic function
16087 for outputting results of test run.
16088
2d4a1622 16089 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
16090
16091 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 16092
7a292a7a
SS
160931999-02-25 Felix Lee <flee@cygnus.com>
16094
16095 * lib/gdb.exp (debug_format): initialize
16096
c906108c
SS
160971999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
16098
16099 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
16100 * gdb.base/call-rt-st.c: Ditto.
16101
c906108c
SS
161021999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
16103
16104 * gdb.threads/pthreads.exp (horiz): New variable.
16105 (test_startup): Fix regexps that capture thread numbers.
16106
161071999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
16108
16109 * gdb.base/smoke.exp: Disambiguate two test case names (both
16110 called ``print'').
16111
16112Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16113
16114 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
16115 compilation.
16116
161171999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16118
16119 * gdb.base/miscexprs.exp: Change patterns to match GDB's
16120 actual output formatting.
16121 * gdb.base/smoke.exp: GDB removes leading 0's.
16122 * gdb.base/volatile.exp: Don't check type of remuneration;
16123 that variable is no longer defined in constvars.c.
16124 * gdb.base/step-test.c (main): Exit with explicit exit code.
16125 * gdb.base/step-test.exp: Remove two nexti checks--they are
16126 not portable.
16127
161281999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
16129
16130 * gdb.base/help.exp ("help delete display"): Fix test to match
16131 gdb's output.
16132
16133 * gdb.base/long_long.c (known_types): Initialize values to zero.
16134 * gdb.base/long_long.exp: Step one more line
16135 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
16136 leading zeros. Explicitly ask for hex formatting. Use
16137 unique test case names.
c906108c
SS
16138
16139Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16140
d63a86f8 16141 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
16142
16143 * gdb.c++/method.exp: Add missing close brace.
16144
161451999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
16146
16147 * gdb.base/maint.exp: Use 'set height 0' to disable page
16148 prompting, not 'set height 400'.
16149
16150 Fix a bunch of timeouts.
16151 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
16152 four separate tests, so expect doesn't take forever to match a ton
16153 of text against a regexp with lots of .* forms.
16154 ("maint print psymbols", "maint print symbols"): Make some of
16155 these greps more selective, so that expect doesn't try to wade
16156 through huge piles of output and time out.
16157
16158 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
16159
16160 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
16161 tests: one which doesn't expect shlib events to be reported, and
16162 another which does, but is XFAIL for all platforms other than
16163 HP/UX.
16164
16165 * gdb.base/break.exp: Teach the test suite that the `catch
16166 fork', `catch vfork', and `catch exec' commands produce error
16167 messages on platforms that don't provide these features.
16168
16169Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
16170
16171 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
16172 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
16173 (shortening names from solib_threshold.exp etc), won't run on
16174 anything but HP-UX for the foreseeable future.
16175 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
16176 reflect move.
16177
16178Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
16179
16180 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16181 gdb.trace/Makefile.in (clean): Remove all test executables.
16182
16183Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
16184
16185 * gdb.base/shlib-call.exp: add test cases to verify that gdb
16186 successfully re-sets breakpoints in shared libraries.
16187 * gdb.base/shmain.c (main): return 0, don't fall off the end.
16188
16189Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16190
d63a86f8
RM
16191 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
16192 and compiled w/o GCC.
c906108c
SS
16193
16194 * gdb.hp/watch-cmd.exp: ditto.
16195
16196 * gdb.hp/watch-hp.exp: ditto.
16197
16198 * gdb.hp/xdb1.exp: ditto.
16199
16200 * gdb.hp/xdb2.exp: ditto.
16201
16202 * gdb.hp/dbx.exp: ditto.
16203
16204Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
16205
16206 * constvars.c: Remove C++-isms.
16207 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
16208 with GCC.
16209
16210Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
16211
16212 The following changes are part of the HP merge.
16213
16214 * gdb.base/break.exp: new tests to verify that catchpoints for
16215 fork, vfork, and exec don't trigger inappropriately.
16216
16217 * gdb.base/opaque.exp: compile one file at a time, then link.
16218
16219 * gdb.base/signals.exp: be more restrictive about which hppa
16220 systems receive a setup_xfail. new tests.
16221
16222 * gdb.base/solib_threshold.build: new file.
16223 * gdb.base/solib_threshold.exp: new file.
16224 * gdb.base/solib_threshold.link_opts: new file.
16225 * gdb.base/solib_threshold.mk: new file.
16226 * gdb.base/gen_solib_threshold.c: new file.
16227
16228 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
16229 tests. New tests for enums inside classes.
16230
16231 * gdb.c++/compiler.cc: indicate support of template debugging.
16232
16233 * gdb.c++/demangle.exp: run hp style demangling tests.
16234
16235 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
16236 tests.
16237
16238 * gdb.c++/misc.cc: changes to support new tests.
16239
16240 * gdb.c++/templates.cc: changes to support HP's compiler; changes
16241 to support new tests.
16242
16243 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
16244 gcc, then skip these tests.
16245
16246Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
16247
16248 The following files are part of the HP merge; some had longer
16249 names at HP, but have been renamed to be no more than 14
16250 characters in length.
16251
16252 * gdb.hp/ambiguous.cc: new file.
16253 * gdb.hp/ambiguous.exp: new file.
16254 * gdb.hp/attach.exp: new file.
16255 * gdb.hp/attach2.exp: new file.
16256 * gdb.hp/classes-hp.exp: new file.
16257 * gdb.hp/ctti.exp: new file.
16258 * gdb.hp/ctti-add.cc: new file.
16259 * gdb.hp/ctti-add1.cc: new file.
16260 * gdb.hp/ctti-add2.cc: new file.
16261 * gdb.hp/ctti-add3.cc: new file.
16262 * gdb.hp/dbx.exp: new file.
16263 * gdb.hp/exception.cc: new file.
16264 * gdb.hp/exception.exp: new file.
16265 * gdb.hp/foll-exec.c: new file.
16266 * gdb.hp/foll-exec.exp: new file.
16267 * gdb.hp/foll-fork.c: new file.
16268 * gdb.hp/foll-fork.exp: new file.
16269 * gdb.hp/foll-vfork.c: new file.
16270 * gdb.hp/foll-vfork.exp: new file.
16271 * gdb.hp/inherit-hp.exp: new file.
16272 * gdb.hp/more-steps.exp: new file.
16273 * gdb.hp/namespace.cc: new file.
16274 * gdb.hp/namespace.exp: new file.
16275 * gdb.hp/optimize.exp: new file.
16276 * gdb.hp/pxdb.c: new file.
16277 * gdb.hp/pxdb.exp: new file.
16278 * gdb.hp/quicksort.exp: new file.
16279 * gdb.hp/reg-test.exp: new file.
16280 * gdb.hp/reg-test.s: new file.
16281 * gdb.hp/sized-enum.c: new file.
16282 * gdb.hp/sized-enum.exp: new file.
16283 * gdb.hp/start-stop.exp: new file.
16284 * gdb.hp/templ-hp.cc: new file.
16285 * gdb.hp/templ-hp.exp: new file.
16286 * gdb.hp/thr-lib.c: new file.
16287 * gdb.hp/thr-lib.exp: new file.
16288 * gdb.hp/thr-lib.h: new file.
16289 * gdb.hp/thr-liblib.c: new file.
16290 * gdb.hp/virtfun-hp.c: new file.
16291 * gdb.hp/virtfun-hp.exp: new file.
16292 * gdb.hp/watch-cmd.exp: new file.
16293 * gdb.hp/watch-hp.exp: new file.
16294 * gdb.hp/xdb1.exp: new file.
16295 * gdb.hp/xdb2.exp: new file.
16296 * gdb.hp/xdb3.exp: new file.
16297
16298Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
16299
16300 The following files are part of the HP merge; some had longer
16301 names at HP, but have been renamed to be no more than 14
16302 characters in length.
16303
16304 * gdb.base/ss.h: new file.
16305 * gdb.base/call-ar-st.c: new file.
16306 * gdb.base/call-ar-st.exp: new file.
16307 * gdb.base/call-rt-st.c: new file.
16308 * gdb.base/call-rt-st-exp: new file.
16309 * gdb.base/call-strs.exp: new file.
16310 * gdb.base/ena-dis-br.exp: new file.
16311 * gdb.base/environ.exp: new file.
16312 * gdb.base/long_long.exp: new file.
16313 * gdb.base/sect-cmd.exp: new file.
16314 * gdb.base/shlib-cl2.exp: new file.
16315 * gdb.base/smoke.exp: new file.
16316 * gdb.base/so-impl-ld.c: new file.
16317 * gdb.base/so-impl-ld.exp: new file.
16318 * gdb.base/so-indr-cl.c: new file.
16319 * gdb.base/so-indr-cl.exp: new file.
16320 * gdb.base/varargs.exp: new file.
16321 * gdb.base/volatile.exp: new file.
16322 * gdb.base/whatis-exp.exp: new file.
7a292a7a 16323 * gdb.base/display.exp: new file.
c906108c
SS
16324 * gdb.c++/derivation.exp: new file.
16325 * gdb.c++/local.exp: new file.
16326 * gdb.c++/member-ptr.exp: new file.
16327 * gdb.c++/overload.exp: new file.
16328 * gdb.c++/ovldbreak.exp: new file.
16329 * gdb.c++/ref-types.exp: new file.
16330 * gdb.c++/ref-types2.exp: new file.
16331 * gdb.c++/userdef.exp: new file.
d63a86f8 16332
c906108c
SS
16333Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
16334
16335 * gdb.base/default.exp: Reflect wording change in remote.c.
16336
dc96c6c7 16337Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16338
16339 * gdb.base/help.exp: Update to reflect current text.
16340
16341Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
16342
16343 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
16344 they're stack variables and contain garbage.
16345 * gdb.c++/anon-union.exp: new file.
16346
16347 The following changes were made by David Taylor
16348 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16349 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16350 in changes by HP.
16351
16352 * gdb.base/bitops.exp: new file.
16353 * gdb.base/default.exp: change expected messages for catch and
16354 info catch tests to reflect HP merge changes.
16355 * gdb.base/enable-disable-break.exp
16356 * gdb.base/ending-run.c: new file.
16357 * gdb.base/long_long.c: new file.
16358 * gdb.base/maint.exp: new file.
16359 * gdb.base/pointers2.exp: new file.
16360 * gdb.base/shlib-call2.exp: new file.
16361 * gdb.base/solib.exp: new file.
16362 * gdb.base/step-test.c: new file.
16363 * gdb.c++/anon-union.cc: new file.
16364 * gdb.c++/local.cc: new file.
16365 * gdb.c++/member-pointer.cc: new file.
16366 * gdb.c++/method.cc: new file.
16367 * gdb.c++/ref-types.cc: new file.
16368 * gdb.c++/ref-types2.cc: new file.
16369 * gdb.c++/userdef.cc: new file.
d63a86f8 16370
c906108c
SS
16371 * gdb.base/scope.exp: compile one file at a time, then link.
16372 * gdb.base/langs.exp: ditto.
16373 * gdb.base/list.exp: ditto.
d63a86f8 16374
c906108c
SS
16375Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
16376
16377 The following changes were made by David Taylor
16378 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
16379 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
16380 in changes by HP.
d63a86f8 16381
c906108c
SS
16382 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
16383 skip tests. When compiling pass c++ flag to gdb_compile.
16384 * gdb.c++/
d63a86f8 16385
c906108c
SS
16386 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
16387 test for on hppa*-*-hpux*; use args to see if c++ was specified.
16388 (skip_hp_tests): new function.
16389 (gdb_preprocess): new function.
16390
16391 * configure.in (hpdir): decide whether to configure gdb.hp.
16392 * configure: regenerated.
16393
16394 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
16395 to delete on clean.
16396 (EXECUTABLES): update to reflect new additions.
16397 * gdb.base/commands.exp: update message expected.
16398 * gdb.base/default.exp: add copyright notice.
16399 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
16400 * gdb.base/help.exp: update messages to reflect current text.
16401 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
16402 targets for recurse tests.
16403 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
16404 skip this file.
16405
16406 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
16407 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
16408 compilation.
16409 * gdb.c++/misc.exp: ditto.
16410 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
16411 run the tests. tell gdb_compile that it's a c++ compilation.
16412
16413 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 16414
c906108c
SS
16415 * gdb.base/all-bin.exp: new file.
16416 * gdb.base/arithmet.exp: new file.
16417 * gdb.base/assign.exp: new file.
16418 * gdb.base/completion.exp: new file.
16419 * gdb.base/cond-expr.exp: new file.
16420 * gdb.base/condbreak.exp: new file.
16421 * gdb.base/define.exp: new file.
16422 * gdb.base/dollar.exp: new file.
16423 * gdb.base/environment.exp: new file.
16424 * gdb.base/eval-skip.exp: new file.
16425 * gdb.base/jump.exp: new file.
16426 * gdb.base/logical.exp: new file.
16427 * gdb.base/pointers.exp: new file.
16428 * gdb.base/relational.exp: new file.
16429 * gdb.base/section_command.exp: new file.
16430 * gdb.base/whatis-expr.exp: new file.
16431
16432 * gdb.base/all-types.c: new file.
16433 * gdb.base/call-array-struct.c: new file.
16434 * gdb.base/call-return-struct.c: new file.
16435 * gdb.base/call-strings.c: new file.
16436 * gdb.base/callfuncs2.c: new file.
16437 * gdb.base/condbreak.c: new file.
16438 * gdb.base/constvars.c: new file.
16439 * gdb.base/display.c: new file.
16440 * gdb.base/int-type.c: new file.
16441 * gdb.base/jump.c: new file.
16442 * gdb.base/miscexprs.c: new file.
16443 * gdb.base/pointers.c: new file.
16444 * gdb.base/pointers2.c: new file.
16445 * gdb.base/shmain.c: new file.
16446 * gdb.base/shr1.c: new file.
16447 * gdb.base/shr2.c: new file.
16448 * gdb.base/solib.c: new file.
16449 * gdb.base/solib1.c: new file.
16450 * gdb.base/solib2.c: new file.
16451 * gdb.base/varargs.c: new file.
16452 * gdb.c++/derivation.cc: new file.
16453 * gdb.c++/overload.cc: new file.
16454 * gdb.c++/ovldbreak.cc: new file.
16455 * gdb.hp/attach.c: new file.
16456 * gdb.hp/attach2.c: new file.
16457 * gdb.hp/average.c: new file.
16458 * gdb.hp/compiler.c: new file.
16459 * gdb.hp/compiler.cc: new file.
16460 * gdb.hp/execd-program.c: new file.
16461 * gdb.hp/follow-exec.c: new file.
16462 * gdb.hp/follow-fork.c: new file.
16463 * gdb.hp/follow-vfork-and-exec.c: new file.
16464 * gdb.hp/misc-hp.cc: new file.
16465 * gdb.hp/more-steps.c: new file.
16466 * gdb.hp/optimize.c: new file.
16467 * gdb.hp/quicksort.c: new file.
16468 * gdb.hp/run-hp.c: new file.
16469 * gdb.hp/start-stop.c: new file.
16470 * gdb.hp/sum.c: new file.
16471 * gdb.hp/templates-hp.cc: new file.
16472 * gdb.hp/thread-local-in-lib.c: new file.
16473 * gdb.hp/thread-local-in-lib.h: new file.
16474 * gdb.hp/thread-local-in-lib.lib.c: new file.
16475 * gdb.hp/vforked-program.c: new file.
16476 * gdb.hp/virtfunc-hp.cc: new file.
16477 * gdb.hp/watchpoint-hp.c: new file.
16478 * gdb.hp/xdb.c: new file.
16479 * gdb.hp/xdb0.c: new file.
16480 * gdb.hp/xdb0.h: new file.
16481 * gdb.hp/xdb1.c: new file.
16482
16483Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
16484
16485 The following change was made by Edith Epstein
16486 <eepstein@cygnus.com> as part of a project to merge in changes
16487 originally made by HP; HP did not create ChangeLog entries.
16488
16489 * gdb.c++/demangle.exp: changed the expected output for some
16490 ARM-style mangling -- removed second reference to datatype.
16491 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 16492 T1<char>::~T1<char>(void)
c906108c 16493 becomes,
a9c64011
AS
16494 maint demangle __dt__11T1__pt__2_cFv
16495 T1<char>::~T1(void)
c906108c
SS
16496
16497 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 16498
c906108c
SS
16499Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
16500
16501 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
16502 * gdb.trace/backtrace.exp: Likewise.
16503 * gdb.trace/circ.exp: Likewise.
16504 * gdb.trace/collection.exp: Likewise.
16505 * gdb.trace/deltrace.exp: Likewise.
16506 * gdb.trace/infotrace.exp: Likewise.
16507 * gdb.trace/limits.exp: Likewise.
16508 * gdb.trace/packetlen.exp: Likewise.
16509 * gdb.trace/passc-dyn.exp: Likewise.
16510 * gdb.trace/passcount.exp: Likewise.
16511 * gdb.trace/report.exp: Likewise.
16512 * gdb.trace/save-trace.exp: Likewise.
16513 * gdb.trace/tfind.exp: Likewise.
16514 * gdb.trace/tracecmd.exp: Likewise.
16515 * gdb.trace/while-dyn.exp: Likewise.
16516 * gdb.trace/while-stepping.exp: Likewise.
16517
165181998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
16519
16520 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
16521
16522Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
16523
16524 From Brendan Kehoe:
16525 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
16526 int return types.
16527
16528Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
16529
16530 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
16531 remote dos host testing right.
16532
16533Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
16534
16535 * gdb.base/corefile.exp: remove some xfails.
16536
16537Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
16538
16539 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
16540 have different timestamps.
16541
16542Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
16543
16544 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
16545 gdb.base/default.exp: Replace "exec" with "executable".
16546
16547Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
16548
16549 * gdb.base/default.exp: Change else if to elseif from previous
16550 delta.
16551
16552Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
16553
16554 * gdb.base/default.exp: Add brace missing from previous delta.
16555
16556Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
16557
16558 * gdb.base/default.exp: Support test for info float for all
16559 varieties of arm toolchain.
16560
dc96c6c7 16561Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16562
16563 * gdb.trace/*.exp: remove "remote_download" command.
16564
dc96c6c7 16565Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16566
16567 * gdb.trace/*.exp: remove -gdwarf from compile.
16568
16569Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
16570
16571 * gdb.trace/configure.in(AC_INIT): typo
16572 * gdb.trace/configure: regenerated
16573
dc96c6c7 16574Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16575
16576 * config/m68k-emc.exp: New file.
16577 * lib/<emc-support.exp trace-support.exp}: New files.
16578 * configure.in: add new test directory gdb.trace.
16579 * gdb.trace/{configure configure.in Makefile.in}: New files.
16580 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
16581 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
16582 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
16583 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
16584 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
16585 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
16586 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 16587
dc96c6c7 16588Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16589
16590 * gdb.c++/classes.exp: Change all regular expressions to match
16591 arbitrary combinations of newline/carriage-return, so that they
16592 will work equally well on Unix and Windows.
16593 * gdb.c++/inherit.exp: ditto.
16594 * gdb.c++/virtfunc.exp: ditto.
16595
165961998-08-11 Dawn Perchik <dawn@cygnus.com>
16597
16598 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
16599
c2d11a7d
JM
16600Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
16601
16602 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
16603 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
16604 to use a0-a3/d0-d3 as needed.
16605
16606Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
16607
16608 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
16609 * gdb.disasm/am33.exp: Corresponding changes.
16610
c906108c
SS
166111998-07-11 Felix Lee <flee@cygnus.com>
16612
16613 * gdb.base/callfuncs.exp: add cmp10 test.
16614 * gdb.base/callfuncs.c (cmp10): new function.
16615
16616Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
16617
d63a86f8 16618 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
16619 into two parts to get around a synchronization problem in expect.
16620
3fc11d3e
JM
16621Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
16622
16623 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
16624
16625 * configure.in: Add options for gdbtk testsuite.
16626
16627 * configure: Regenerate.
16628
16629 * gdb.gdbtk: New directory to hold gdbtk tests.
16630
c906108c
SS
16631Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16632
16633 * gdb.fortran/types.exp: Escape brackets in expect patterns
16634 for test_float_literal_types_accepted tests.
16635 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
16636 before run test.
16637
c2d11a7d
JM
16638Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
16639
16640 * am33.exp: Just compile, do not link the testcase.
16641 * am33.s: Add ".am33" pseudoop to force am33 mode.
16642
c906108c
SS
166431998-06-25 Felix Lee <flee@cygnus.com>
16644
16645 * gdb.base/setshow.exp: make sure $pc is sane.
16646
16647 * gdb.stabs/weird.exp: split expect patterns properly.
16648
c2d11a7d
JM
16649Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
16650
16651 * gdb.disasm/am33.s: New disassembler testfile for the am33.
16652 * gdb.disasm/am33.exp: Run it.
16653
dc96c6c7 16654Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16655
16656 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
16657 match processing (and eliminate spurious timeouts when running).
16658
dc96c6c7 16659Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16660
16661 * gdb.base/signals.exp (test_handle_all_print): put back Mach
16662 exception test, but conditionalize it on target [mach | gnu].
16663
dc96c6c7 16664Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
16665
16666 * gdb.base/overlays.exp: fixup compile line for linker script.
16667
16668Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
16669
16670 * gdb.fortran/types.exp: don't guess at float size.
16671
16672Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
16673
16674 * gdb.base/exprs.exp: delete test that depends on int size.
16675
16676Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
16677
16678 * config/sim.exp: Removed checks for target triplets.
16679 (gdb_target_sim): Use gdb,target_sim_options.
16680
16681Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
16682
16683 * gdb.base/reread.exp: New file.
16684 * gdb.base/reread1.c: New file.
16685 * gdb.base/reread2.c: New file.
16686
16687Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
16688
16689 * config/sim.exp: Use 'target sim -sparclite' when running
16690 SPARClite programs.
16691
16692Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
16693
16694 * gdb.base/structs2.exp: New file.
16695 * gdb.base/structs2.c: New file.
16696
16697Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
16698
16699 * gdb.asm/common.inc: New file.
16700 * gdb.asm/d10v.inc: New file.
16701 * asm-source.exp: Pass -I's to gas to find .inc files.
16702 Update line numbers in expected output.
16703 * asmsrc1.s: Rewrite.
16704 * asmsrc2.s: Rewrite.
16705 * configure.in: Create arch.inc symlink.
16706 * configure: Regenerate.
16707 * Makefile.in (distclean): Delete arch.inc.
16708
16709Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
16710
16711 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
16712 (t_enum_value2): ditto
16713 (t_enum_value3): ditto
16714 (main): ditto
16715Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
16716
16717 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
16718 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
16719 change.
16720 Use gdb_test instead of send_gdb/gdb_expect sequences.
16721
16722Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
16723
16724 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
16725 not void.
16726
16727Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
16728
16729 * gdb.base/branches.c: Code with lots of loops and
16730 subroutines. Used to test gdbs ability to single step through PC
16731 changes, especially to test mips-tdep.c:mips_next_pc
16732
16733Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
16734
16735 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
16736 more rigorous EGCS C++ error checking.
16737
16738Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16739
a9c64011
AS
16740 * gdb.base/help.exp: Clean up `help set args' and `help show args'
16741 tests.
16742 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
16743 function when asleep.
16744 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
16745 for i*86 Linux and SVR4 signal handling problems.
16746 Remove linux xfail for `next to handler in signals_tests_1', fixed
16747 by recent infrun.c change.
16748 Limit backtrace to 10 frames to avoid timeout problems with infinite
16749 stack backtraces.
16750 Adjust expect pattern in `handle all print' test to match Apr 28 1997
16751 target.[ch] change.
c906108c
SS
16752
16753Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
16754
16755 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
16756 for a newline from gdb before continuing.
16757 (default_gdb_exit): Just look for y or n.
16758 (gdb_test): Detect abnormal exit from GDB running on DOS; if
16759 it does, fail the rests of the tests in the file.
16760
16761Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
16762
16763 * config/cygmon.exp: New file.
16764
16765Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
16766
16767 * gdb.base/list.exp: Fix problem with "list default lines around
16768 main" test on remote targets.
16769
16770 * gdb.base/scope.exp: Fix problem with filelocal_bss before
16771 run test on remote targets.
16772
16773Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
16774
16775 * gdb.asm: New directory.
16776 * configure.in: Configure it.
16777 * configure: Regenerate.
16778 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
16779 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
16780
16781Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
16782
16783 * config/mn10300-eval.exp: New file to support MN10300 eval board.
16784
dc96c6c7 16785Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16786
a9c64011
AS
16787 * gdb.base/overlays (several files): Merge the two overlay
16788 managers into one. Change variables (foox, barx, bazx, grbxx)
16789 back into ints but force them to load in their proper sections.
c906108c
SS
16790
16791Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
16792
16793 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
16794 on-chip insn memory and IMAP1 to upper 128k.
16795 (D10VCopy): Handle memory regions crossing 16k boundaries.
16796 (D10VCopy): Transfer data in 32 bit chunks.
16797
16798Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
16799
16800 * gdb.base/overlays.c (main): Exit normally when result is
16801 correct.
16802
16803 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
16804 map. Include space for printf in .text segment.
16805
16806 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
16807 updated d10v memory VMA/LMA map.
16808 (D10VCopy): Call D10VTranslate.
d63a86f8 16809
c906108c
SS
16810Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
16811
16812 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
16813
16814 * gdb.base/bar.c (barx, bar): Change variable to small array so
16815 that it won't be put into the .sdata - small data -
16816 section. Update reference.
16817 * gdb.base/baz.c (bazx, baz): Ditto.
16818 * gdb.base/foo.c (foox, foo): Ditto.
16819 * gdb.base/grbx.c (grbxx, grbx): Ditto.
16820
16821 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
16822 to be arrays.
d63a86f8 16823
dc96c6c7 16824Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 16825
a9c64011
AS
16826 * gdb.base/overlays.exp: fix up and get working again.
16827 Add tests for backtraces from an overlay function.
d63a86f8 16828
c906108c
SS
16829Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
16830
16831 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
16832 "calling function with watchpoint enabled".
16833
16834Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
16835
16836 * gdb.base/break.exp (test_next_with_recursion): Remove
16837 gdb_suppress_tests for d10v-*-*.
16838 * lib/gdb.exp (gdb_suppress_tests): Disable this function
16839 pending review of whether it is useful or not.
16840
16841Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
16842
16843 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
16844
16845Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
16846
16847 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
16848 * config/dve.exp: New file to support Densan boards.
16849
16850Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
16851
16852 * gdb.base/interrupt.exp: Document problem of simulators, signals,
16853 reads and BSD.
16854
16855Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
16856
16857 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
16858 response.
16859
16860 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
16861
16862Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
16863
16864 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
16865 test.
16866
16867 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
16868 target_sizeof_long and target_bigendian_p.
16869 (structs_by_value, structs_by_reference): Check values according
16870 to targets word size and endianess.
d63a86f8 16871
c906108c
SS
16872Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
16873
16874 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
16875 output.
16876
16877Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
16878
16879 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
16880 Update test of set args help to match source change.
16881
16882Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
16883
16884 * gdb.base/default.exp: Expect help system output to be in
16885 alphabetical order.
16886 * gdb.base/help.exp: Ditto.
16887
16888Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
16889
16890 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
16891 "i*86-pc-linux-gnu*".
16892 * gdb.base/interrupt.exp: Ditto.
16893 * gdb.base/corefile.exp: Ditto.
16894
16895 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
16896 define vxworks when building the testcase.
16897
16898 * gdb.base/ptype.exp: Fix testnames to be unique.
16899 * gdb.base/radix.exp: Ditto.
16900 * gdb.base/term.exp: Ditto.
16901 * gdb.base/whatis.exp: Ditto.
16902 * gdb.c++/classes.exp: Ditto.
16903
16904Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
16905
16906 * gdb.base/callfuncs.exp: Fix indentation.
16907
16908 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
16909 suppress_flag has been set.
16910 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
16911 target feature.
16912
16913Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
16914
16915 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
16916 the testcase.
16917
16918 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
16919 set_debug_traps() and breakpoint().
16920 * gdb.c++/misc.cc (main): Ditto.
16921 * gdb.c++/templates.cc (main): Ditto.
16922 * gdb.c++/virtfunc.cc (main): Ditto.
16923
16924Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
16925
16926 * lib/gdb.exp(gdb_step_for_stub): New function.
16927 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
16928 exists, reload the executable and do a "continue" instead of
16929 doing a jump.
16930 (runto_main): Use gdb_step_for_stub.
d63a86f8 16931
c906108c
SS
16932 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
16933 tests to have unique names.
16934 * gdb.base/callfuncs.exp: Ditto.
16935 * gdb.base/commands.exp: Ditto.
16936 * gdb.base/default.exp: Ditto.
16937 * gdb.base/help.exp: Ditto.
16938 * gdb.base/list.exp: Ditto.
16939 * gdb.base/opaque.exp: Ditto.
16940 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
16941 similar tests.
d63a86f8 16942
c906108c
SS
16943 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
16944 * gdb.c++/cplusfuncs.cc: Ditto.
16945 * gdb.c++/virtfunc.cc: Ditto.
16946
16947 * config/monitor.exp: Keep track of the last file we saw, rather
16948 than trying to get the info from gdb.
16949
16950 * gdb.fortran/types.exp: Move comment to previous line.
16951
16952Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
16953
16954 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
16955 target mode.
16956
16957Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
16958
16959 From Bob Manson:
16960 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
16961 string from GDB when it connects.
16962
16963 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
16964
16965Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
16966
16967 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
16968 if we can't get a debug format from GDB (we may be testing an
16969 older GDB). Use a 10 second timeout when checking for the format.
16970
16971 * gdb.stabs/weird.exp: Fix quoting.
16972
16973 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
16974
16975Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
16976
16977 * config/arm-ice.exp: New file.
16978
16979Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
16980
16981 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
16982 until it has been modified to work with the new testsuite.
16983
99707966 16984 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
16985 testcase won't compile, cause all of the testcases in the file to
16986 fail instead.
16987
16988 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
16989 (gdb_clear_suppressed): New procedure.
16990 (gdb_stop_suppressing_tests): Only clear suppress_flag if
16991 it contains a positive value.
16992
16993Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
16994
16995 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
16996
16997 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
16998
16999Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
17000
17001 * lib/gdb.exp (setup_xfail_format): New function.
17002 (get_debug_format): New function to get debug format.
17003 (debug_format): New global variable to hold last value set
17004 by get_debug_format.
17005 * gdb.base/list.exp: Call get_debug_format and expect some
17006 tests to fail for DWARF 1 and COFF formats.
17007 * gdb.c++/ptype.exp: Ditto.
17008 * gdb.c++/classes.exp: Ditto.
17009 * gdb.c++/cplusfuncs.exp: Ditto.
17010 * gdb.c++/inherit.exp: Ditto.
17011 * gdb.c++/templates.exp: Ditto.
17012 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 17013
c906108c
SS
17014Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
17015
17016 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
17017 host doesn't have a currently-open connection.
17018
17019 * config/sparclet.exp: Cleanups and fixes to make it generic for
17020 any gdb stub target. Handle cases where gdb doesn't respond when
17021 interrupted in a sane fashion.
17022
17023 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
17024 same thing in a totally different way.
17025
17026 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
17027 setting "timeout".
17028 (gdb_start): We set the global gdb_prompt variable in
17029 default_gdb_init now.
17030
17031Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
17032
17033 * gdb.base/printcmds.exp: Fix "check for floating addition"
17034 regexp to accept results within approx +/- .01 of exact value.
17035 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
17036
17037Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
17038
17039 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
17040 properly.
17041 (gdb_expect): Add optional timeout parameter, and add timeout
17042 value to various calls.
17043 (gdb_suppress_tests): Only give one warning message per group.
17044
17045Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
17046
17047 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
17048 global variables. Handle getting a value for $timeout more
17049 gracefully.
17050
17051Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17052
17053 * lib/gdb.exp: Close connection to remote host if gdb doesn't
17054 initialize.
17055 (default_gdb_init): New procedure; allow gdb_init to be overridden
17056 by a target configuration file.
17057 (gdb_expect): Pass the timeout to remote_expect.
17058
17059 * config/monitor.exp(gdb_load): Fix typo in regexp.
17060
17061Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
17062
17063 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
17064
17065Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
17066
17067 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
17068 here. Call gdb_target_exec before rebooting the target, to make
17069 sure the connection to the target is closed.
17070 (gdb_load): Pass the name of the executable to gdb_target_monitor.
17071 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
17072 Also detect "Timeout reading from remote" error.
17073
17074 * config/gdbserver.exp: Pass the executable being loaded to
17075 gdb_target_monitor. Don't call gdb_file_cmd here; let
17076 gdb_target_monitor do it.
17077
17078 * gdb.disasm/hppa.exp: Don't use exec_output.
17079
17080Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
17081
17082 * gdb.base/list.exp: If we're debugging a non-native target,
17083 try to set the pc register to point to the start of the
17084 program before doing the first list command.
17085
17086 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
17087 test_calls after restarting.
17088
17089 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
17090 reloading.
17091
17092 * gdb.base/watchpoint.exp: Fix typo.
17093
17094 * gdb.base/setshow.exp: Check for use_gdb_stub.
17095
17096 * gdb.base/break.exp: Fix continue until exit test for the gdb
17097 stub case.
17098 * gdb.base/langs.exp: Ditto.
17099
17100 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
17101 gdb_load_offset. If we weren't given a file to load, figure out
17102 what the current file is and use it.
17103
17104 * config/i386-bozo.exp: New file.
17105
17106Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
17107
17108 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
17109 feature.
17110
17111 * config/proelf.exp: New entry.
17112
17113Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
17114
17115 * lib/gdb.exp: Remove spurious .* patterns at the beginning
17116 of regexps.
17117
17118 * gdb.base/watchpoint.exp: Don't run the test_stepping
17119 tests if gdb can't call functions on the target.
17120
17121 * gdb.base/setshow.exp: Don't run the set prompt tests if
17122 the board has gdb_prompt set.
17123
17124Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
17125
17126 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
17127 * gdb.base/commands.exp: Likewise.
17128 * gdb.base/setshow.exp: Likewise.
17129
17130Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
17131
17132 * config/monitor.exp(gdb_start): Look for gdb_prompt target
17133 feature.
17134
17135 * config/i960.exp: New file.
17136
17137Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
17138
17139 * gdb.base/funcargs.exp: Check for gdb,short_int target
17140 feature instead of looking for explicit target triplets.
17141
dc96c6c7 17142Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 17143
d63a86f8 17144 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
17145 "p 123DEADBEEF", to check parse_number.
17146 * top.c: change "to enable to enable" to "to enable" in a couple
17147 of help strings.
17148
17149Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
17150
17151 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
17152 on the mn10300.
d63a86f8 17153
c906108c
SS
17154Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
17155
17156 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
17157 where the test executable is run with explicit args.
17158 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
17159
17160Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
17161
17162 * gdb.base/run.c: Use FAKEARGV to build test executable that
17163 does not require a command line arg, since most simulators
17164 don't currently support passing such an arg into the simulated
17165 program.
17166 * gdb.base/commands.exp: Change tests to insert the proper
17167 value as the arg to the first recursive factorial call. Change
17168 compilation line to define FAKEARGV at compile time.
17169
17170Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
17171
17172 * gdb.base/recurse.exp: Enable these tests for the mn10300.
17173 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
17174 function with watchpoint enabled" test.
17175
17176Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
17177
17178 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
17179 Don't call gdb_test when the command doesn't return to a gdb prompt.
17180
17181 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
17182 "Tests restarted" messages.
17183
17184Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
17185
17186 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
17187
dc96c6c7 17188Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17189
17190 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
17191 for INFO SYMBOL; add help tests for OVERLAY commands.
17192 * gdb.base/default.exp: add tests for INFO SYMBOL command;
17193 add tests for OVERLAY commands
17194 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
17195 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
17196 * gdb.base/sigall.c: add usestubs code frag
17197 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 17198
c906108c
SS
17199Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
17200
17201 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
17202 failures.
17203 (gdb_stop_suppressing_tests): Note that tests have restarted.
17204
17205Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
17206
17207 * config/h8300.exp: New file.
17208
17209Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
17210
17211 * gdb.base/setshow.exp: Check for the existence of a
17212 feature, not its value.
17213
17214Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
17215
17216 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
17217
17218 * gdb.base/scope.exp: It's now init0(), not init().
17219
17220 * gdb.base/scope0.c: For now, change init() to be init0().
17221
17222 * config/monitor.exp: Use gdb_serial in preference to serial
17223 or netport.
17224
17225 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
17226 and it's not already set.
17227
17228Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
17229
17230 * gdb.base/setshow.exp: Only test the run command if the target
17231 isn't using a stub and if it supports argument passing.
17232
17233Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
17234
17235 * config/udi.exp(gdb_start): Make sure UDICONF is set
17236 properly before starting gdb.
17237
17238Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
17239
17240 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
17241 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
17242 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
17243
17244Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
17245
17246 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
17247 specialized code to reboot the board, use remote_reboot instead.
17248
17249 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
17250
17251 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
17252
17253 * config/monitor.exp: Make sure we disconnect from the target.
17254 Also, try a reboot/reload cycle instead of failing if the
17255 load fails.
17256
17257Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
17258
17259 * gdb.base/default.exp: Don't set match_max.
17260 * gdb.base/help.exp: Ditto.
17261 * gdb.base/list.exp: Ditto.
17262 * gdb.base/signals.exp: Ditto.
17263
17264 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
17265 set, use remote_ld to download the testcase instead of
17266 the GDB loader.
17267
17268Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
17269
17270 * config/vr5000.exp: New file.
17271
17272 * config/monitor.exp(gdb_target_monitor): Add pattern for
17273 "Ending remote" to detect errors in connecting.
17274
17275 * gdb.base/setshow.exp: Add .* within auto language test.
17276
17277 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
17278 target feature.
17279
17280 * config/monitor.exp(gdb_load): Check for a failure when loading,
17281 and reboot the board if necessary.
17282
17283 * gdb.base/setvar.exp(test_set): Handle multiple prints within
17284 a set of tests. Remove print.* from the patterns being checked.
17285
17286Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
17287
17288 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
17289 refer to gdb_spawn_id.
17290
17291 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
17292 longer used.
17293 * config/sparclet.exp: Ditto.
17294 * config/sparclet-old.exp: Ditto.
17295 * config/slite.exp: Ditto.
17296 * config/sim.exp: Ditto.
17297 * gdb.base/funcargs.exp: Ditto.
17298
17299 * lib/gdb.exp:Remove references to gdb_spawn_id.
17300 (gdb_expect): Move to remote.exp.
17301
17302Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
17303
17304 * config/monitor.exp: Detect the "Couldn't establish connection"
17305 message from GDB.
17306
17307Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
17308
17309 * gdb.base/bitfields.exp: Use runto instead of explicit
17310 gdb_run_cmd/gdb_expect sequences.
17311
17312 * gdb.base/break.exp(text_next_with_recursion): Add match for
17313 gdb_expect call.
17314
17315 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
17316 We also need to handle the "A program is being debugged already"
17317 prompt from gdb. Use gdb_test to set the baud rate.
17318
17319 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
17320 to 20000. Really. I mean it.
17321
17322Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
17323
17324 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
17325 fails. If suppress_flag is set, skip perror message about not
17326 being able to send to GDB.
17327 (send_gdb): If suppress_flag is set, don't try to send commands to
17328 GDB.
17329 (gdb_expect): If suppress_flag is set, always fail immediately.
17330 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
17331 (gdb_init): Call gdb_stop_suppressing_tests.
17332 (default_gdb_exit): Ditto.
17333 (default_gdb_start): Ditto.
17334
17335 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
17336 gdb_stop_suppressing_tests as appropriate.
17337 * gdb.base/break.exp: Ditto.
17338 * gdb.base/callfuncs.exp: Ditto.
17339 * gdb.base/commands.exp: Ditto.
17340 * gdb.base/exprs.exp: Ditto.
17341 * gdb.base/funcargs.exp: Ditto.
17342 * gdb.base/list.exp: Ditto.
17343 * gdb.base/recurse.exp: Ditto.
17344 * gdb.base/scope.exp: Ditto.
17345 * gdb.base/structs.exp: Ditto.
17346 * gdb.c++/inherit.exp: Ditto.
17347
17348Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
17349
17350 * config/vr4300.exp: New file.
17351
99707966 17352 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 17353
99707966 17354 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
17355
17356Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
17357
17358 * lib/gdb.exp(gdb_init): New function.
17359
17360 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
17361 for each individual variable set.
17362
17363 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
17364 name.
17365
17366 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
17367
17368 * gdb.base/scope.exp: Use gdb_test.
17369
17370 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
17371 aborting; the testsuite driver will do that for us (see
17372 gdb_finish). Also, use gdb_test in a few more places.
17373
17374Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17375
17376 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
17377
17378Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
17379
17380 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
17381 and "add_tests" are not at the same address.
17382
17383Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
17384
17385 * gdb.base/ptype.exp: Use gdb_test.
17386
17387Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
17388
17389 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
17390 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
17391 left in. No longer expect them to fail.
17392
17393 * gdb.stabs/*.mt; Deleted, no longer used.
17394 * gdb.stabs/configure.in: Remove references to target makefile
17395 frags.
17396 * gdb.stabs/configure: Rebuilt.
17397
17398 * gdb.disasm/*.mt: Deleted, no longer used.
17399 * gdb.disasm/configure.in: Remove references to target makefile
17400 frags. Use "sh3.s" as the unique filename for this directory.
17401 * gdb.disasm/configure: Rebuilt.
17402
17403 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
17404 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
17405 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
17406
17407Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
17408
17409 * config/udi.exp: Use mondfe,name instead of remote_host.
17410
17411Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
17412
17413 * gdb.base/watchpoint.exp: Don't expect a failure when calling
17414 a function with a watchpoint enabled on the mn10200.
17415
17416 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
17417 before trying to create it!
17418
17419Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
17420
17421 * config/vx.exp: Use hostname instead of netport.
17422
17423 * config/vxworks.exp: New file.
17424
17425 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
17426
17427 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
17428 gdb before assuming everything worked. Send a ^C if a timeout
17429 occurs.
17430
17431 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
17432 $gdb_spawn_id directly.
17433 (gdb_run_cmd): Try _start as well as start. Use the target feature
17434 gdb,start_symbol as the symbol to start from when jumping.
17435
17436Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
17437
17438 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
17439 redundant) test.
17440
17441 * gdb.base/recurse.exp: Relax final value test for 'b' so that
17442 it doesn't lose for 16bit integer systems.
17443
17444Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
17445
17446 * gdb.fortran/types.exp: If the target doesn't support "double"
17447 data types, then expect "real" types to only be 4 bytes.
17448
17449 * gdb.c++/virtfunc.exp: Expect failure for virtual function
17450 call tests if the target doesn't support inferior function calls.
17451
17452 * gdb.base/printcmds.exp: Allow minor deviation in FP values
17453 in printf tests.
17454
17455Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
17456
17457 * gdb.base/help.exp: Disable "help set", "help show", and
17458 "help support". Simplify regexp for "help stack".
17459
17460 * gdb.base/default.exp: Set match_max to 5000 and the timeout
17461 to 60 seconds. Temporarily set match_max to 15000 around the
17462 "info copying" test.
17463
17464 * gdb.base/nodebug.exp: Don't try to do an inferior function
17465 call if the target doesn't support them.
17466 * gdb.base/printcmds.exp: Likewise.
17467 * gdb.base/setvar.exp: Likewise.
17468 * gdb.base/structs.exp: Likewise.
17469 * gdb.c++/templates.exp: Likewise.
17470 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
17471
17472 * gdb.base/recurse.exp: Enable for the mn10200.
17473
17474 * configure.in: Do configure gdb.stabs directory for *-*-elf
17475 targets.
17476 * configure: Rebuilt.
17477
17478 * gdb.base/break.exp: Check for gdb,noresults before testing
17479 exit status and/or results from the target.
17480 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
17481 * lib/gdb.exp: Remove old (now bogus) initialization of
17482 noinferior, noargs, noresults and nosignals.
17483
17484Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
17485
17486 * config/sh.exp: New file.
17487
17488 * config/slite.exp: Try to connect multiple times to the board
17489 before rebooting. Only send a "monitor run" if need_monitor_run
17490 is set.
17491
17492 * gdb.base/break.exp: Don't do the "stub continue" test if
17493 the target has gdb_stub set.
17494
17495 * gdb.base/callfuncs.exp: Increase the timeout.
17496
17497 * gdb.base/interrupt.exp: Don't even try to compile the testcase
17498 if the target has gdb,noinferiorio set.
17499
17500 * gdb.base/list.exp: Increase match_max to 10000 characters.
17501
17502 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
17503
17504 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
17505 target.
17506
17507 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
17508
17509Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
17510
17511 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
17512 trying to delete the copy of gdb. Catch the file delete so we
17513 don't die if the delete fails; also, the file should be copied to
17514 the host, not to the build.
17515
17516Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
17517
17518 * lib/gdb.exp(gdb_test): Surround the result pattern with
17519 parenthesis in case it contains multiple regexps separated
17520 with |.
17521
17522 * gdb.base/watchpoint.exp: Use gdb_test.
17523 * gdb.base/default.exp: Ditto.
17524
17525Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
17526
99707966 17527 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 17528
c906108c
SS
17529 * gdb.base/scope.exp: Use gdb_test.
17530 * gdb.c++/classes.exp: Ditto.
17531 * gdb.c++/inherit.exp: Ditto.
17532
17533Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
17534
17535 * gdb.base/crossload.exp: Don't use execute_anywhere, use
17536 remote_exec instead.
17537 * gdb.base/corefile.exp: Don't be ridiculous.
17538 * gdb.base/*.c: Add missing stub invocations.
17539
17540Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
17541
17542 * config/slite.exp: Miscellaneous fixes.
17543
17544 * lib/gdb.exp: Fix runto.
17545
17546 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
17547 the target.
17548
17549 * gdb.base/watchpoint.exp: Fix regexp.
17550
17551 * lib/gdb.exp(default_gdb_exit): Add a catch to the
17552 close and wait commands, as the descriptor may now be
17553 invalid. Always call "remote_close host".
17554
17555Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
17556
17557 Major rewrite for testsuite revision.
d63a86f8 17558
c906108c
SS
17559 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
17560 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
17561 instead of relying on spawn_id to always contain a valid
17562 spawn id.
17563 (get_compiler_info): New procedure to build the ${binfile}.ci
17564 file, instead of replicating this in N different places.
17565 (gdb_compile): New procedure.
d63a86f8 17566
c906108c
SS
17567 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
17568 appropriate arguments) instead of compile. Use gdb_test in a lot
17569 more places. Use send_gdb instead of send. Always run gdb_start
17570 at the start of a testcase, as this is no longer done magically.
17571
17572 config/*-gdb.exp: Rename without the -gdb suffix.
17573
17574 config/mips.exp: Use remote_close instead of exit_remote_shell.
17575 config/monitor.exp: Use target_info instead of looking at
17576 baud, timeout, etc.
17577 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
17578
17579Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17580
17581 * gdb.c++/templates.exp (test_ptype_of_templates),
17582 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
17583 Update expect patterns for destructors and assignment operators
17584 to match corresponding c-typeprint.c changes.
17585 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
17586 to destructor breakpoint test, GDB should be able to set the
17587 destructor breakpoint without specifying arguments.
17588
17589Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
17590
17591 * gdb.threads/pthreads.exp: Change result for failure to compile due
17592 to lack of pthreads runtime support from an error to simply an
17593 unsupported test, per dejagnu standards.
17594
17595Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17596
17597 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
17598 where GDB exits to reduce pattern match time.
17599 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
17600
17601 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
17602
dc96c6c7 17603Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17604
17605 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
17606 * gdb.base/default.exp: ditto.
17607 * gdb.base/nodebug.exp: ditto.
17608 * gdb.base/printcmds.exp: ditto.
17609 * gdb.base/ptype.exp: ditto.
17610 * gdb.base/setvar.exp: ditto.
17611 * gdb.base/structs.exp: ditto.
17612 * gdb.base/setshow.c: Guard against uninitialized values of argc.
17613
17614Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
17615
17616 * configure, */configure: Rebuild with autoconf 2.12.
17617
17618Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
17619
17620 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
17621 use new i*86-pc-linux*-gnu quads.
17622 * gdb.base/corefile.exp: Ditto.
17623 * gdb.base/signals.exp: Ditto.
17624 * gdb.base/sigall.exp: Ditto.
17625 * gdb.base/interrupt.exp: Ditto.
17626
17627 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
17628 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
17629 RedHat 4.0.
d63a86f8 17630
c906108c
SS
17631 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
17632 linux. This allows the test case to at least compile on latest
17633 linux, but still not run due to missing the threads runtime library.
17634
17635Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17636
17637 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
17638 directory to search gdb directory. Accept and step over conditional
17639 stack alignment code. Consume $prompt in failure cases.
17640 Reset timeout to $oldtimeout instead of some arbitrary value.
17641 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
17642 timeout problems with infinite stack backtraces.
17643 * gdb.base/ptype.exp (ptype struct link, union tu_link):
17644 Accept function parameters for linkfunc member.
17645
17646Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
17647
17648 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
17649 (CXXFLAGS): Remove, unreferenced.
17650 (B_OPTIONS): Add for -B options and add code to initialize with
17651 previous -B options and also add -B option to pick up cross compiled
17652 runtime.
17653 (TARGET_INCLUDES): Add for -I options and add code to initialize when
17654 doing cross compiles.
17655 (target_alias): Declare global.
17656 (xgcc): Set variable to full path of gcc in build tree. Use findfile
17657 to verify that gcc exists in build tree, and if so set CC to that
17658 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 17659
c906108c
SS
17660Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
17661
17662 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
17663 ptype test for anonymous union. Fixup testcase to match
17664 current gcc debug output.
17665
17666Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
17667
17668 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
17669 force argument to an unsigned long type.
17670
17671Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
17672
17673 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
17674 tests and anonymous union print/ptype tests.
17675 * gdb.base/list.exp (test_forward-search): Increase timeout by
17676 5 minutes for the "search extremely long line" case.
17677 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
17678 completely optional and that the pass/fail messages use the command as
17679 the message if that third arg is a null string.
17680 (gdb_test_exact): Arrange that a null string pattern means match a
17681 null string output rather than any output, which might include random
17682 errors.
17683 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
17684 backtrace test.
17685 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
17686 always failing and failure is now exposed by gdb.exp changes.
17687
17688Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
17689
17690 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
17691 weren't being noted.
17692
17693Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17694
17695 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
17696 * gdb.stabs/weird.exp: Remove v_comb xfails.
17697
dc96c6c7 17698Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17699
17700 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 17701 list.exp scope.exp watchpoint.exp]
c906108c 17702 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 17703
dc96c6c7 17704Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17705
17706 * config/monitor.exp: Increase download timeout to 1000 seconds.
17707
dc96c6c7 17708Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17709
17710 * config/m32r.exp: Increase timeout to 120 seconds.
17711
17712Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
17713
17714 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
17715 and accept older ordering as obsolescent gcc or gdb.
17716 * gdb.c++/templates.exp: Ditto.
17717 * gdb.c++/virtfunc.exp: Ditto.
17718
17719Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
17720
17721 * gdb.base/coremaker.c: Add code to mmap some data so we
17722 can check that it ends up in the core file.
17723 * gdb.base/corefile.exp: Add test to read mmapped data
17724 from core file.
17725
dc96c6c7 17726Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17727
17728 * config/m32r.exp: New file.
17729
17730Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
17731
17732 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
17733 that cflags can contains -gstabs, and work correctly for other tests.
17734
dc96c6c7 17735Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
17736
17737 * gdb.base/setshow.exp: New file, tests show and set.
17738 * gdb.base/setshow.c: New file, tests show and set.
17739 * gdb.base/help.exp: Add test for help set|show annotate.
17740 * gdb.base/default.exp: Add test for set|show annotate.
17741
17742Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
17743
17744 * testsuite/gdb.base/break.exp: Make backtrace from factorial
17745 errors unique.
17746 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
17747 explicitly.
17748
17749Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
17750
17751 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
17752 and width commands. This is done elsewhere.
17753 * (gdb_start): Don't call gdb_start_sim here. That's already
17754 done in gdb_load. This fixes lots of failures in default.exp.
17755
17756Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
17757
17758 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
17759 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
17760 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
17761 in the same we we treat other failures (since it may be an expected
17762 condition), rather than as an error.
17763 * gdb.base/signals.exp (test_handle_all_print): Revert back to
17764 old test format.
17765
17766Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
17767
17768 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
17769 (distclean maintainer-clean realclean): No need to remove files
17770 twice. Nuke the duplicates.
17771 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 17772 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
17773 Remove config.h along with other config files.
17774
17775Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
17776
17777 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
17778 "p func1 ()" and note that rests of tests are skipped.
17779 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
17780 setup_xfails for "print func2::coremaker_local".
17781 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
17782 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
17783 affected by the previous run test.
17784 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
17785 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
17786 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
17787 "pass int powerset tuple" and "pass modeless int powerset tuple".
17788 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
17789 "real write 4" and "real write 8".
17790 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
17791 setup_xfails for "print vs1 after tuple assign 2",
17792 "print \$i after tuple assign 2", and
17793 "print vs2 after tuple assign 2".
17794 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
17795 meaningful error message and return -1 so the caller can
17796 suppress further tests and avoid a cascade of errors.
d63a86f8 17797
c906108c
SS
17798Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
17799
17800 * gdb.base/a1-selftest.exp: Tweak tests to account for new
17801 format for printing version.
17802 * gdb.base/default.exp: Ditto.
17803 * gdb.base/interrupt.exp: Fix problem with cascade of
17804 errors if child process dies while calling a function.
d63a86f8 17805
c906108c
SS
17806Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
17807
17808 * Makefile.in (VPATH): Add
17809 * Makefile.in (Makefile, config.status): Fix rules so things get
17810 remade when necessary.
17811
17812Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
17813
17814 * Makefile.in (just-check): Add path to sibling expect dir
17815 to environment variable specified by RPATH_ENVVAR.
17816
17817Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
17818
17819 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
17820 (just-check): Add shared library paths for libstdc++, tk,
17821 tcl, bfd, and opcodes to the environment variable specified
17822 in RPATH_ENVVAR.
17823 * configure.in: Add support to recognize --enable-shared flag
17824 and generate correct value for RPATH_ENVVAR.
17825 * configure: Regenerated with autoconf.
17826
17827Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
17828
17829 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
17830 include all osf versions.
17831 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
17832 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
17833 when target is linux. When failing to build pthreads test
17834 executable, give more meaningful message.
17835 * gdb.threads/pthreads.c: Hpux also uses old definition of second
17836 arg for pthread_create.
d63a86f8 17837
c906108c
SS
17838Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
17839
17840 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
17841 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
17842 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
17843 and -lpthreads (everybody else).
17844 (test_startup): Fail gracefully if threads are not supported.
17845 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
17846 "p/c array_index("abcdef",2)" when not gcc compiled.
17847 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
17848 "print func2::coremaker_local" when not gcc compiled.
17849 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
17850 "ptype on opaque struct tagname (statically)",
17851 "ptype on opaque struct tagname (dynamically) 1", and
17852 "ptype on opaque struct tagname (dynamically) 2"
17853 for not compiled with gcc.
17854 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
17855 backtrace when compiled with gcc.
d63a86f8 17856 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
17857 than always return success.
17858
17859Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
17860
17861 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
17862
17863Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
17864
17865 * gdb.base/structs.exp: Undo last change.
17866
17867Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
17868
17869 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
17870 encapsulate all the steps/nexts done during self test, starting
17871 at main, and makes them less sensitive to optimization issues.
17872 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
17873 signal handler" test.
17874 * gdb.threads/pthreads.exp: Only run this for native configs.
17875 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
17876 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
17877 tests.
17878 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
17879 for "runto test_calls(void)" test.
d63a86f8 17880
c906108c
SS
17881Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
17882
17883 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
17884 and don't expect address info in breakpoint confirmations.
17885
17886Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
17887
17888 * gdb.base/list.exp (test_forward_search): Increase timeout
17889 temporarily by 60 seconds for searching extremely long line,
17890 and then reset to old value when done. Increase expect input
17891 buffer to 10000.
17892
17893Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
17894
17895 * gdb.base/list.exp (test_forward_search): Fix to handle very
17896 long source line without overflowing expect's input buffer.
17897
17898Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
17899
17900 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
17901 "buffer_full".
17902
17903 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
17904 "buffer_full".
17905
17906 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
17907 "buffer_full".
17908
17909 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
17910 "buffer_full".
17911
17912Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
17913
17914 * configure.in (configdirs): Add gdb.threads.
17915 * configure: Regenerated with autoconf.
17916 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
17917 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
17918 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 17919
c906108c
SS
17920Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
17921
17922 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
17923
17924Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
17925
17926 * gdb.base/signals.exp (test_handle_all_print): Test separately for
17927 each signal's status in the output of "handle all print".
17928 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
17929 the \r\n sequence that immediately precedes the gdb prompt.
17930 * gdb.base/a1-selftest.exp: Save original timeout and restore
17931 after test.
17932
17933Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
17934
17935 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
17936 symbol.
17937
17938Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17939
17940 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
17941
17942Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
17943
17944 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
17945 timeout by 60 seconds.
17946
17947Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
17948
17949 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
17950 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
17951 error return.
17952
17953Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
17954
17955 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
17956 gdb initialization, also report how long dejagnu waited. Restore
17957 old timeout before doing error return. Temporarily increase timeout
17958 by 3 minutes to allow for slow startups over heavy NFS use.
17959
17960Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
17961
17962 * lib/gdb.exp: Report timeout value for verbosity level 2.
17963 * config/gdbserver.exp: Ditto.
17964 * config/hppro.exp: Ditto.
17965 * config/mips-gdb.exp: Ditto.
17966 * config/monitor.exp: Ditto.
17967 * config/netware.exp: Ditto.
17968 * config/sim-gdb.exp: Ditto.
17969 * config/slite-gdb.exp: Ditto.
17970 * config/udi-gdb.exp: Ditto.
17971 * config/unix-gdb.exp: Ditto.
17972 * config/vx-gdb.exp: Ditto.
17973 * gdb.base/a1-selftest.exp: Ditto.
17974 * gdb.base/a2-run.exp: Ditto.
17975 * gdb.base/break.exp: Ditto.
17976 * gdb.base/corefile.exp: Ditto.
17977 * gdb.base/list.exp: Ditto.
17978 * gdb.base/recurse.exp: Ditto.
17979 * gdb.base/scope.exp: Ditto.
17980 * gdb.base/signals.exp: Ditto.
17981
17982Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17983
17984 * gdb.threads/Makefile.in (docdir): Removed.
17985
17986Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17987
17988 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 17989 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 17990 @srcdir@.
d63a86f8 17991 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
17992 autoconf 2.5 or higher.
17993 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
17994
17995Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
17996
17997 * configure: Regenerated.
17998 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
17999 avoid name clashes with SunOS headers.
18000
18001Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
18002
18003 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
18004
18005Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
18006
18007 * gdb.base/callfuncs.exp: Finish last change -- make sure the
18008 prototype information ends up in the compiler info file.
18009
18010Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
18011
18012 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
18013 attempting to regenerate it. Eliminate use of a temporary file
18014 and just generate the info file directly. Source it immediately,
18015 for consistency of use.
18016 * gdb.base/corefile.exp: Ditto
18017 * gdb.base/exprs.exp: Ditto.
18018 * gdb.base/funcargs.exp: Ditto.
18019 * gdb.base/langs.exp: Ditto.
18020 * gdb.base/list.exp: Ditto.
18021 * gdb.base/mips_pro.exp: Ditto.
18022 * gdb.base/nodebug.exp: Ditto.
18023 * gdb.base/opaque.exp: Ditto.
18024 * gdb.base/ptype.exp: Ditto.
18025 * gdb.base/scope.exp: Ditto.
18026 * gdb.base/setvar.exp: Ditto.
18027 * gdb.base/signals.exp: Ditto.
18028 * gdb.base/whatis.exp: Ditto.
18029 * gdb.c++/templates.exp: Ditto.
18030 * gdb.c++/virtfunc.exp: Ditto.
18031 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
18032 whether or not to add -lstdc++ to the compile command line args.
18033
18034Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18035
18036 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
18037 it got fixed by the recent lookup_minimal_symbol_by_pc change.
18038 Increase timeout, a lot of single stepping might be needed if the
18039 target has no hardware watchpoints.
18040
18041Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
18042
18043 * gdb.base/break.exp: Ignore compiler warnings when compiling
18044 break.c.
18045 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
18046 * gdb.base/default.exp: Add h8300 xfails. Handle messages
18047 from remote-sim.
18048 * gdb.base/exprs.exp: Add h8300 xfails.
18049 * gdb.base/funcargs.exp: Likewise.
18050 * gdb.base/nodebug.exp: Likewise.
18051 * gdb.base/printcmds.exp: Likewise.
18052 * gdb.base/ptype.exp: Likewise.
18053 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
18054 h8300 xfails.
d63a86f8 18055 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
18056 on the h8300.
18057 * gdb.base/funcargs.c: Explicitly make last constant argument to
18058 call_after_alloca_subr an unsigned long type.
18059 * gdb.base/return.c: Include stdio.h.
18060
18061Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18062
18063 * config/abug.exp: New file for the older Motorola Bug monitor
18064 that runs on the mvme13x series VME boards.
18065 * config/monitor.exp: Use the new config array for target settings
18066 if they exist.
18067
18068Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
18069
18070 * sim-gdb.exp: Make the SH simulator allocate less space when
18071 it is targeted.
18072
18073Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
18074
18075 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
18076 test.
18077
18078Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
18079
18080 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
18081 "rs6000-*-*" for "list function in include file" when gcc compiled.
18082 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
18083 for "p ctable1[120]".
18084 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
18085 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
18086 Remove setup_xfail for "rs6000-*-*" for
18087 "print 'scope0.c'::filelocal before run".
18088 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
18089 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
18090 since some compilers don't allow both options to be given
18091 on the same command line. Create object file and move it.
d63a86f8 18092
c906108c
SS
18093Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
18094
18095 * gdb.base/corefile.exp: Always regenerate the core file, since
18096 we always regenerate the coremaker program. Detect special case
18097 where registers cannot be read from core file.
d63a86f8 18098
c906108c
SS
18099Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
18100
18101 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
18102 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
18103 * gdb.c++/templates.exp: Only match on basename of file since
18104 some formats like xcoff don't encode directory information.
18105 * gdb.stabs/weird.exp: Use the right sed script for powerpc
18106 and rs6000 AIX xcoff targets.
18107 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
18108 * configure: Regenerate.
18109 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
18110 here, rather than in distclean.
d63a86f8 18111
c906108c
SS
18112Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
18113
18114 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
18115 defined, and use it to compile the test case with -O2. The
18116 native compilation still uses no optimization.
18117 * gdb.base/mips_pro.c: Remove inline assembly code since
18118 it is compiled PIC by default, which results in assembler
18119 warnings that make the testsuite think the compilation
18120 was unsuccessful.
18121
18122Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
18123
18124 * gdb.c++/misc.exp: Add note to message for
18125 "print s.a for foo struct" that this is a known gcc 2.7.2
18126 and earlier bug.
18127
18128Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
18129
18130 * gdb.base/break.exp: Fix pattern for matching "Delete all
18131 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
18132 setup_xfail for deleting all breakpoints test. Fix various
18133 timeout messages to include "(timeout)".
18134 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
18135 for "p t_float_values2(3.14159,float_val2)".
18136 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
18137 for "continue to call2g" when gcc compiled.
18138 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
18139 "up to foo in langs.exp", "show language at foo in langs.exp",
18140 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
18141 and "show language at fsub in langs.exp".
18142 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
18143 "list line 1 in include file", "list message for lines past EOF",
18144 "list function in include file", "list list0.h:foo", and
18145 "list filename:function; nonexistant function".
18146 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
18147 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
18148 and "ptype t_char_array" to be for native cc only.
d63a86f8 18149
c906108c
SS
18150Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
18151
d63a86f8 18152 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
18153 setup_xfail for "print coremaker_bss", "print coremaker_ro",
18154 "print func2::coremaker_local", and "backtrace in corefile.exp".
18155
18156Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
18157
18158 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
18159 "bt in signals.exp". This problem only appears when running
18160 the testsuite, and then only intermittently.
18161
18162Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18163
18164 * gdb.base/return.exp (return_tests): Differentiate between
18165 two tests of continuing.
18166
18167Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18168
18169 * */Makefile.in (maintainer-clean): Remove config.log.
18170 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
18171 * gdb.c++/Makefile.in (PROGS): Add inherit.
18172 (clean): Remove *.ci.
18173
18174Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
18175
18176 * gdb.c++/misc.cc: Add test code from Mike Stump.
18177 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
18178
18179Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
18180
18181 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
18182 to "alpha-*-osf2*" and add comment.
18183 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
18184 setup_xfail for "step over execarg initialization" and
18185 "step over corearg initialization".
18186 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
18187 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
18188 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
18189 gcc compiled for "print coremaker_bss", "print coremaker_ro",
18190 "print func2::coremaker_local", and "backtrace in corefile.exp".
18191 * gdb.base/signals.exp: Build and source signals.ci.
18192 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
18193 to be for gcc only.
18194 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 18195
c906108c
SS
18196Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18197
18198 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
18199 Feb 3 procfs.c change.
18200
18201Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
18202
18203 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
18204
18205Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
18206
18207 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
18208 from dejagnu's apparent default of 10 seconds, which gives random
18209 results when running the tests over NFS on moderately loaded systems.
18210 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
18211
18212Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
18213
18214 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
18215 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
18216 result reports.
18217
18218Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
18219
18220 * configure.in (CY_AC_PATH_TCLH): Remove.
18221 * configure: Regenerate.
18222
18223Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
18224
18225 * gdb.c++/Makefile.in (clean): Add missing '{'.
18226
18227Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
18228
18229 * lib/gdb.exp: Provide a default value for noinferior.
18230
18231 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
18232 Load libgloss.exp.
18233
18234Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
18235
18236 * gdb.disasm/hppa.exp: Compile directly into an executable, use
18237 the executable, not the .o to run the tests from.
18238
18239Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
18240
18241 * gdb.base/break.exp: Don't test for program exit or exit status
18242 if $noresults if nonzero.
18243 * gdb.base/langs.exp: Likewise.
18244 * gdb.base/watchpoint.exp: Likewise.
18245
18246 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
18247 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
18248 trying to compile the testcase.
18249
18250Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
18251
18252 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
18253 * gdb.base/signals.exp (continue to handler): Likewise.
18254
18255Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
18256
18257 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
18258
18259 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
18260
18261Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
18262
18263 * gdb.base/corefile.exp: Recognize "not found" as failure
18264 when trying to determine if a core file was generated.
18265 If no core file was generate the first time, try again without
18266 the ulimit -c to work around braindamaged shells.
18267
18268Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
18269
18270 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
18271 [] tests with "test" and enclose string in quotes.
18272 * gdb.stabs/configure: Rebuild
d63a86f8 18273
c906108c
SS
18274Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
18275
18276 Changes in sync with expect:
18277 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
18278 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
18279 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
18280 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
18281 argument to AC_REQUIRE.
18282 * configure: Regenerated.
18283
18284Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
18285
18286 * gdb.base/corefile.exp: When generating a core, discard any
18287 error messages about ulimit not found and the "core dumped"
18288 message from the shell that runs the coredumper.
18289
18290Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
18291
18292 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
18293
18294 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
18295 which sed script to run. Expect failure for v_comb test
18296 on PA targets too.
d63a86f8 18297
c906108c
SS
18298Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
18299
18300 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
18301 "print func2::coremaker_local" and for "backtrace in corefile.exp"
18302
18303Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
18304
18305 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
18306 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
18307 "sparc-sun-solaris*" xfails for "p v_comb".
18308 * lib/gdb.exp (default_gdb_start): Fix typo.
18309 * gdb.base/corefile.exp: Allow "Core was generated by ..."
18310 messages to not include the full program name that caused
18311 the core dump since some systems (such as solaris) apparently
18312 truncate this path to about 80 characters.
18313 When generating a core file first try increasing the core file
18314 size limit to unlimited since some systems may default it to
18315 zero, and it is harmless to try it. Move the test for failing
18316 to generate a core file to where it will actually get executed.
18317 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
18318 new gdb result from g++ debug info improvements and make old
18319 pattern obsolescent. Also account for size_t differences
18320 (may be int or long).
18321 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
18322 initialization before function call is placed in the delay slot
18323 and thus appears to be skipped over by commands such as "next".
18324
18325Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18326
18327 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
18328
18329Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
18330
18331 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
18332 input source file; fix code to compile test to deal with this
18333 convention.
18334 * gdb.c++/*.exp: Likewise.
18335
18336Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
18337
18338 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
18339 "bt in signals.exp".
18340
18341Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
18342
18343 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
18344 "step over execarg initialization" and
18345 "step over corearg initialization".
18346
18347Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
18348
18349 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
18350 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
18351
18352Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
18353
18354 From Rob Savoye (rob@poseidon.cygnus.com)
18355 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
18356 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
18357 configure.in}, gdb.disasm/{Makefile.in, configure.in},
18358 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
18359 configure.in}: Major reworking for autoconfig.
18360 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
18361 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
18362 New files.
18363 * config/unix-gdb.exp: Make GDB global.
18364 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
18365 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
18366 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
18367 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
18368 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
18369 term.exp, twice.exp, watchpoint.exp, whatis.exp},
18370 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
18371 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
18372 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
18373 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
18374 pr-8136.exp, result.exp, string.exp, tuples.exp},
18375 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
18376 to returns as necessary, arrange for test to compile own testcase
18377 executable.
18378 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 18379
c906108c
SS
18380Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
18381
18382 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
18383 clear_xfail at end of test which might not call either pass or fail.
18384 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
18385 "backtrace through signal handler".
18386
18387Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18388
18389 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
18390 continuing from a job control stop signal.
18391 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
18392
18393Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
18394
18395 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
18396 * gdb.base/corefile.exp: Likewise.
18397 * gdb.base/funcargs.exp: Likewise.
18398
18399Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
18400
18401 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
18402 * config/monitor.exp: Add support for setting baud rate.
18403
18404Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
18405
18406 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
18407 i*86-*-linux* xfails for "backtrace through signal handler".
18408 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
18409 "print func2::coremaker_local".
18410 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
18411 alpha-dec-osf2* xfail for
18412 "delete all breakpoints when none".
18413
18414Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
18415
18416 * gdb.base/break.exp: Change test that deletes all breakpoints
18417 when no user breakpoints are installed. A post 4.15 change
18418 causes gdb to no longer prompt in this case.
18419
18420Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
18421
18422 * gdb.base/return.exp (return_tests): Change xfail for test
18423 "correct value returned double test" to stop xfailing at
18424 Solaris 2.5. Apparently the bug has been fixed.
18425
18426Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
18427
18428 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
18429 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
18430
18431Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
18432
18433 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
18434 * gdb.disasm/hppa.s: Corresponding changes.
18435
18436Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
18437
18438 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
18439 makefile fragment.
18440 * config/mt-hpux: Deleted.
18441
18442Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
18443
d63a86f8 18444 * Many files: When warning about suppressed tests due to a
c906108c
SS
18445 nonexistant test binary, avoid incrementing the warning count.
18446
18447Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
18448
18449 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 18450
c906108c
SS
18451Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18452
18453 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
18454 "sparc-*-solaris2*".
18455
18456Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18457
18458 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
18459 Add global and local variables and initialize them.
18460 * gdb.base/corefile.exp: Test correct mapping of corefile sections
18461 by printing variables. Remove rs6000 and powerpc xfails, BFD now
18462 extracts the file name and terminating signal from the core file.
18463 * TODO: Remove note about tests for correct mapping of corefile.
18464 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
18465 from optimizing it away.
18466 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
18467 handles common blocks.
18468
18469Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
18470
18471 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
18472 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
18473
18474Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
18475
18476 * Makefile.in (maintainer-clean): New target, synonym for
18477 realclean.
18478 * gdb.base/Makefile.in (maintainer-clean): Likewise.
18479 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
18480 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
18481 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
18482 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
18483 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
18484
18485Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
18486
18487 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
18488 xfails when not gcc compiled for "print foo::funclocal".
18489 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
18490 "print foo::funclocal at foo",
18491 "print 'scope1.c'::foo::funclocal at foo",
18492 "print foo::funclocal_bss at foo",
18493 "print 'scope1.c'::foo::funclocal_bss at foo",
18494 "print foo::funclocal_ro at foo",
18495 "print 'scope1.c'::foo::funclocal_ro at foo",
18496 "print bar::funclocal at foo" and
18497 "print 'scope1.c'::bar::funclocal at foo".
18498 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
18499 gcc compiled for "print foo::funclocal at bar".
18500 Expand all messages to ensure that they identify that
18501 the test is at bar().
18502 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
18503 gcc compiled for:
18504 "ptype on opaque struct pointer (statically)",
18505 "ptype on opaque struct tagname (statically)",
18506 "ptype on opaque struct pointer (dynamically) 1",
18507 "ptype on opaque struct tagname (dynamically) 1",
18508 "ptype on opaque struct pointer (dynamically) 2" and
18509 "ptype on opaque struct tagname (dynamically) 2
18510 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
18511 gcc compiled for:
18512 "p datalocal"
18513 "whatis datalocal",
18514 "ptype datalocal",
18515 "p bsslocal",
18516 "whatis bsslocal", and
18517 "ptype bsslocal".
18518 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
18519 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
18520 when not gcc compiled.
18521 * gdb.base/funcargs.exp (float_and_integral_args): Add
18522 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
18523 compiled.
18524 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
18525 "backtrace from call6a" when not gcc compiled.
18526 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
18527 "backtrace from call7a" when not gcc compiled.
18528 * gdb.base/callfuncs.exp (do_function_calls):
18529 Add "hppa*-*-hpux*" xfail when not gcc compiled for
18530 "p t_char_array_values(char_array_val2,char_array_val1)",
18531 "p t_char_array_values(char_array_val1,char_array_val2)",
18532 "p t_char_array_values("carray 1","carray 2")",
18533 "p t_char_array_values("carray 1",char_array_val2)",
18534 "p t_char_array_values(char_array_val1,"carray 2")",
18535 "p sum_args(1,{2})",
18536 "p sum_args(2,{2,3})",
18537 "p sum_args(3,{2,3,4})",
18538 "p sum_args(4,{2,3,4,5})"
18539 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
18540 "backtrace in corefile.exp" when not gcc compiled.
18541
18542Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18543
18544 * gdb.base/signals.exp: Rewrite `handle all print' test as
18545 a procedure. Accept blanks or TABs as whitespace, increase
18546 timeout and expect input buffer size for the large output
18547 from the command. Remove "i*86-*-bsdi2.0" xfail.
18548
18549Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18550
18551 * gdb.base/setvar.exp: Add new testcases for truncation when
18552 assigning invalid values to bitfields.
18553
18554Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
18555
d63a86f8 18556 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
18557 mips-sgi-irix* xfail for
18558 "call inferior func with struct - returns char *"
18559 and fix test so that an optional (unsigned char *) cast is
18560 accepted in the result.
18561
18562Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
18563
18564 * gdb.base/funcargs.exp (float_and_integral_args): Remove
18565 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
18566 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
18567 * gdb.base/signals.exp: Remove duplicate "handle all print" test
18568 that accidentally got checked in.
18569
18570Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
18571
d63a86f8 18572 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
18573 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
18574 compiled test.
18575 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
18576 Add mips-sgi-irix5* xfail for not gcc compiled.
18577 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
18578 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
18579 "p top", "whatis top", "p middle", and "whatis middle".
18580 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
18581 "whatis signed char" for not gcc compiled.
18582 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
18583 "set variable signed char=-1 (-1)" and
18584 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
18585 * gdb.base/funcargs.exp (float_and_integral_args):
18586 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
18587 Add mips-sgi-irix* xfail when not gcc compiled for
18588 "continue to call2b".
18589 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
18590 "continue to call2g".
18591 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
18592 "backtrace from call6a"
18593 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
18594 "backtrace from call7k".
18595 Add mips-sgi-irix5* xfail when not gcc compiled for
18596 "backtrace from call7a".
18597 (localvars_after_alloca): Fix gdb_test cmds for
18598 "print * after runto ...".
18599 Remove rs6000-*-* xfails for
18600 "print i after runto localvars_after_alloca" and
18601 "print l after runto localvars_after_alloca"
18602 for all compilers.
18603 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
18604 when not compiled with gcc, for:
18605 "print signed char == (minus)",
18606 "print signed char != (minus)",
18607 "print signed char < (minus)",
18608 "print signed char > (minus)".
18609 * gdb.base/callfuncs.exp (do_function_calls):
18610 Add mips-sgi-irix* xfail, when compiled with native compiler, for
18611 "call inferior func with struct - returns char *".
d63a86f8 18612 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
18613 "correct value returned double test" to include Solaris 2.4.
18614 * gdb.base/funcargs.exp (float_and_integral_args):
18615 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 18616
c906108c
SS
18617Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18618
18619 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
18620 enumeration bitfields if compiling with GNU C.
18621 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
18622 to empty' prompt.
18623
18624Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
18625
18626 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
18627 test for PRO targets.
18628
18629 * gdb.base/funcargs.exp: Avoid ever setting more than 8
18630 breakpoints in the inferior at any given time by making
18631 two groups of breakpoints for call2*, call6* and call7*
18632 tests.
18633
18634Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18635
18636 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
18637 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
18638 from optimizing it away.
18639 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
18640 "call inferior func with struct".
18641
18642Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
18643
18644 * configure.in: Only configure gdb.chill for particular targets.
18645
18646Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
18647
18648 * gdb.base/Makefile.in: Add action to .c.o transformation
18649 rule that generates a .ci file for each .o file and remove
18650 explicit .c.o rules except for callfuncs.o.
18651 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
18652 generates a .ci file for each .o file and remove explicit
18653 .cc.o rules.
18654 (clean): Remove *.tmp *.ci files.
18655 (EXECUTABLES): Remove templ-info.exp.
18656 * gdb.base/compiler.c: New file.
18657 * gdb.c++/compiler.cc: New file
18658 * gdb.base/scope.exp: Source gdb.base/scope.ci.
18659 Change rs6000-*-* xfail for
18660 "print 'scope0.c'::filelocal_ro" and
18661 "print 'scope1.c'::filelocal" and
18662 "print 'scope1.c'::filelocal_bss" and
18663 "print 'scope1.c'::filelocal_ro" and
18664 "print 'scope1.c'::foo::funclocal" and
18665 "print 'scope1.c'::foo::funclocal_ro" and
18666 "print 'scope1.c'::bar::funclocal" and
18667 "print 'scope0.c'::filelocal_ro" and
18668 "print 'scope1.c'::filelocal at foo" and
18669 "print 'scope1.c'::filelocal_bss at foo" and
18670 "print 'scope1.c'::filelocal_ro at foo" and
18671 "print 'scope1.c'::foo::funclocal at foo" and
18672 "print 'scope1.c'::foo::funclocal_bss at foo" and
18673 "print 'scope1.c'::foo::funclocal_ro at foo" and
18674 "print 'scope1.c'::bar::funclocal at foo" and
18675 "print 'scope0.c'::filelocal_ro" and
18676 "print 'scope1.c'::filelocal" and
18677 "print 'scope1.c'::filelocal_bss" and
18678 "print 'scope1.c'::filelocal_ro" and
18679 "print 'scope1.c'::foo::funclocal" and
18680 "print 'scope1.c'::foo::funclocal_bss" and
18681 "print 'scope1.c'::foo::funclocal_ro" and
18682 "print 'scope1.c'::bar::funclocal" and
18683 "print 'scope1.c'::bar::funclocal_bss"
18684 to only be xfail'd when not compiled with gcc.
d63a86f8 18685 Add rs6000-*-* xfail for
c906108c
SS
18686 "print 'scope0.c'::filelocal_bss before run"
18687 when compiled with gcc.
18688 (test_at_main): Add rs6000-*-* xfail for
18689 "print filelocal_ro in test_at_main"
18690 when compiled with gcc.
18691 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 18692 Add rs6000-*-aix* xfail for
c906108c
SS
18693 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
18694 "ptype t_char_array", not compiled with gcc.
18695 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
18696 xfail for "list foo (in include file)" when gcc compiled.
18697 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
18698 (integral_args): Add rs6000-*-* xfail for
18699 "run to call0a" if not compiled with gcc.
18700 (unsigned_integral_args): Add rs6000-*-* xfail for
18701 "run to call1a" if not compiled with gcc.
18702 (float_and_integral_args): Add rs6000-*-* xfail for
18703 "run to call2a" if not compiled with gcc and for
18704 "continue to call2b" for any compiler.
18705 Add rs6000-*-* xfail to
18706 "print f1 after run to call2a" for gcc compiled.
18707 (discard_and_shuffle): Add rs6000-*-* xfail for
18708 "run to call6a".
18709 (shuffle_round_robin): Add rs6000-*-* xfail for
18710 "backtrace from call7a" if not compiled with gcc.
18711 Add rs6000-*-* xfail for
18712 "backtrace from call7b" if compiled with gcc.
18713 (call_after_alloca): Add rs6000-*-* xfail for
18714 "print c in call_after_alloca" and
18715 "print s in call_after_alloca" and
18716 "backtrace from call_after_alloca_subr"
18717 if not compiled with gcc.
18718 (localvars_in_indirect_call): Add rs6000-*-* xfail for
18719 "print c in localvars_in_indirect_call" and
18720 "print c in localvars_in_indirect_call" and
18721 "backtrace in indirectly called function" and
18722 "stepping into indirectly called function"
18723 if not compiled with gcc.
18724 (localvars_after_alloca): Add rs6000-*-* xfail for
18725 "print c after runto localvars_after_alloca" and
18726 "print s after runto localvars_after_alloca" and
18727 "print i after runto localvars_after_alloca" and
18728 "print l after runto localvars_after_alloca"
18729 for all compilers.
18730 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
18731 than whatis-info.exp.
18732 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
18733 than opaque-info.exp.
18734 Setup rs6000-*-* xfail for
d63a86f8 18735 "ptype on opaque struct pointer (statically)" and
c906108c
SS
18736 "ptype on opaque struct pointer (dynamically)" when
18737 not compiled with gcc.
18738 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
18739 rather than callf-info.exp.
18740 (do_function_calls): Add clear_xfail for rs6000-*-* for
18741 "p t_float_values2(3.14159,float_val2)". Seems to work
18742 fine there, both with xlc and gcc. Need to find out what
18743 it is doing right and fix other platforms.
18744 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
18745 "call inferior func with struct - returns int",
18746 "call inferior func with struct - returns long",
18747 "call inferior func with struct - returns float",
18748 "call inferior func with struct - returns double",
18749 "call inferior func with struct - returns char *",
18750 but only if not gcc compiled (presumes xlc compiled).
18751 Change rs6000-*-* xfails for
18752 "call inferior func with struct - returns char" and
18753 " call inferior func with struct - returns short" to only
18754 xfail if not using gcc.
18755 (clean mostlyclean): Remove *.ci and *.tmp files.
18756 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
18757 than templ-info.exp.
18758 * gdb.base/langs.exp: Source gdb.base/langs.ci.
18759 Add rs6000-*-* xfail for "up to foo in langs.exp"
18760 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
18761 when not gcc compiled.
d63a86f8 18762
c906108c
SS
18763Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18764
18765 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
18766 * gdb.base/corefile.exp: Likewise.
18767 * gdb.base/list.exp: Likewise.
18768 * gdb.base/scope.exp: Likewise.
18769 * gdb.base/siganls.exp: Likewise.
18770
18771 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
18772 compiler output.
18773 * gdb.base/whatis.exp: Likewise.
18774
18775Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
18776
18777 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
18778 failure (opcode table has been fixed to match reality).
18779
18780Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
18781
18782 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
18783 "call inferior func with struct - returns char",
18784 "call inferior func with struct - returns short"
18785
18786 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
18787 "print 'scope0.c'::filelocal at main",
18788 "print 'scope0.c'::filelocal_bss in test_at_main",
18789 "print 'scope0.c'::filelocal at foo",
18790 "print 'scope0.c'::filelocal_bss in test_at_foo",
18791 "print 'scope0.c'::filelocal at bar",
18792 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 18793
c906108c
SS
18794 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
18795 in source file 1". This bug seems to have been fixed with both
18796 gcc and native cc (was native assembler bug?).
18797
18798Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
18799
18800 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
18801 "backtrace through signal handler" to "i*86-*-sysv4*".
18802 * gdb.base/signals.exp: Add xfail for "'next' behaved as
18803 continue" case. Add "known SVR4 bug" to fail message.
18804 Add "i*86-*-bsdi2.0" xfail for "handle all print".
18805 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
18806 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
18807 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
18808 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
18809 "up to foo in langs.exp", "show language at foo in
18810 langs.exp", "up to cppsub_ in langs.exp", "show
18811 language at cppsub_ in langs.exp", "up to fsub in
18812 langs.exp", and "show language at fsub in langs.exp".
18813 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
18814 "bactrace in corefile.exp".
18815 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
18816 "call inferior function with struct - returns float" and
18817 "call inferior function with struct - returns double".
d63a86f8 18818
c906108c
SS
18819Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
18820
18821 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
18822 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
18823 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
18824 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
18825
18826Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
18827
18828 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
18829 (or overriden) "CHILL" macro rather then bare "gcc".
18830 Also look for ../../gcc/xgcc since that is what we will
18831 actually need, not "Makefile". Remove following assignment
18832 of CHILL to CHILL_FOR_TARGET because that results in
18833 recursive definition.
18834
18835Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
18836
18837 * gdb.base/corefile.exp: Change xfail for backtrace in
18838 corefile.exp from linuxaout to all linux.
18839 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
18840 cases where we miss the breakpoint at the signal handler
18841 for some reason. Setup xfail for linuxoldld/linuxaout and
18842 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18843 hitting SIGURG breakpoint.
18844 * gdb.base/signals.exp: Setup xfail for "next" acting like
18845 continue to add linuxoldld. Setup xfail for all linux for
18846 "next to handler in signals_tests_1", "backtrace in
18847 signals_tests_1", "continue to func1", "pass SIGUSR1",
18848 and continue to handler".
18849
18850Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
18851
18852 * Update all FSF addresses except those in COPYING* files.
18853
18854Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
18855
18856 * gdb.base/a2-run.exp: Change messages to be more explicit about
18857 the status of args, and quote binfile in results.
18858
18859Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
18860
18861 * gdb.base/callfuncs.exp: Add tests for passing structs to
18862 inferior functions and return various types.
18863 * gdb.base/callfuncs.c: Add functions to receive a struct
18864 and return a member of the struct, in various types.
18865
18866Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18867
18868 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
18869
18870Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18871
18872 * config/vxworks29k.exp: New file, sources vxworks.exp.
18873
18874Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18875
18876 * config/gdbremote.exp: New file. Testing framework using
18877 gdbserver.
18878
18879Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
18880
18881 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
18882 "call function when asleep" and "send end of file".
18883 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
18884 for "backtrace in corefile.exp".
18885 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
18886 for "backtrace through signal handler".
18887 * gdb.base/corefile.exp: Make sure we actually generate a core file
18888 before trying the core tests. Some systems allow the user to suppress
18889 generation of core files and default to that (linux for example).
18890 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
18891 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
18892
18893Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18894
18895 * gdb.threads: New directory with some crude multi-threaded
18896 gdb tests (step.exp and step2.exp).
18897 * config/mt-lynx (STEP_EXECUTABLE): Define.
18898 (THREADFLAGS): Define.
18899
18900Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
18901
18902 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
18903
18904 * gdb.base/signals.exp: Disable whole file for lynx until
18905 further notice.
18906
18907 * gdb.base/signals.exp: xfail test where "next" acts like
18908 "continue" for lynx.
18909
18910 * gdb.base/interrupt.exp: xfail test for calling function while
18911 inferior is asleep for lynx.
18912
18913 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
18914 than one cr-lf after each command.
18915
18916Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18917
18918 * configure.in: Reinstate setting of stabsdirs variable, fix
18919 typo in setting up configdirs for native builds.
18920
18921 * gdb.base/return.exp: Fix typo in return double test.
18922 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
18923 compiler from optimizing them away.
18924
18925Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
18926
18927 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
18928 sequences to be echo'd by gdb when using gdb_test.
18929 * gdb.chill/chexp.exp: Likewise.
18930 * gdb.fortran/exprs.exp: Likewise
18931
18932Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18933
18934 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
18935 after the inferior gdb has started.
18936
18937 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
18938 after each command.
18939 * gdb.base/funcargs.exp: Likewise.
18940 * gdb.base/gdbvars.exp: Likewise.
18941 * gdb.base/interrupt.exp: Likewise.
18942 * gdb.base/list.exp: Likewise.
18943 * gdb.base/watchpoint.exp: Likewise.
18944 * gdb.c++/demangle.exp: Likewise.
18945 * gdb.c++/inherit.exp: Likewise.
18946 * gdb.chill/chexp.exp: Likewise.
18947 * gdb.fortran/exprs.exp: Likewise.
18948
18949 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
18950 test if we can't handle IO to/from the inferior.
18951
18952 * gdb.c++/misc.exp: Always check for a program already being
18953 started after sending a "run" command to gdb.
18954
18955 * gdb.base/twice.exp: Start with a fresh gdb.
18956
18957 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
18958 only depend on gdb's expression code, not the chill runtime.
18959
18960 * gdb.base/return.c: Put return values into variables so we
18961 can have gdb print them rather than depending on the program
18962 to print them.
18963 * gdb.base/return.exp: Corresponding changes.
18964
18965 * lib/gdb.exp: Provide default value for noinferiorio.
18966 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
18967 the inferior.
18968
18969 * gdb.base/break.exp: Always check for a program already being
18970 started after sending a "run" command to gdb.
18971 (text_next_with_recursion): Don't check the output from the
18972 program's printf statement. Instead just make sure the program
18973 exited.
18974
18975 * gdb.base/commands.exp: Protect tests which need arguments with
18976 $noargs conditionals.
18977
18978Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18979
18980 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
18981 of structure member arrays to match gdb/valops.c:value_addr change.
18982
18983Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
18984
18985 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
18986 cases.
18987
18988Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
18989
18990 * configure.in (configdirs): Remove gdb.chill from default list
18991 of subdirs and then add it back in only if doing a native build.
18992 The current chill compiler does not yet work in any cross build.
18993 * Revert all signal changes from Jul 6.
18994 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
18995 for sh-hms targets, allowing these tests to link, with no other
18996 changes. Testing is suppressed by setting "nosignals" in site.exp.
18997
18998Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
18999
19000 * configure.in (signaldirs): Define and add to configdirs for all
19001 targets except some specific ones that are known to not support signals.
19002 Also clean up formatting.
19003 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
19004 (signals, sigall): Remove rules to build.
19005 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
19006 Moved to new gdb.signals directory.
19007 * gdb.signals: New test directory.
19008 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
19009 signals.c signals.exp}: New or moved files.
19010
19011Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
19012
19013 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
19014
19015Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
19016
19017 * gdb.base/return.exp: Xfail `return double' test failure
19018 on at least Solaris 2.3 and handle future/past versions on
19019 a case by case basis as appropriate. Also update message
19020 to include i*86 failures.
19021
19022Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19023
19024 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
19025
19026 * lib/gdb.exp: Fix comment which erroneously identified
19027 gdb_file_cmd as gdb_load (the 19 May change was in fact to
19028 gdb_file_cmd not gdb_load).
19029 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
19030
19031 * gdb.base/setvar.exp: Make test names consistent between pass and
19032 fail cases. Use gdb_test more.
19033
19034Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19035
19036 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
19037
19038Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19039
19040 * gdb.base/help.exp: Fix expected help string for `show commands'.
19041
19042Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
19043
19044 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
19045
19046 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
19047 of a text section.
19048
19049Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
19050
19051 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
19052 that loop eventually terminates. Fix Connection refused logic so
19053 that testsuite will expire nicely.
19054
19055Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
19056
19057 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
19058 config/rom68k.exp: New tcl glue for the appropriate monitors.
19059 These all just end up calling monitor.exp.
19060 * config/monitor.exp (gdb_target_monitor): Handle `Connection
19061 refused' by retrying. Cleanup some timeout issues.
19062 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
19063 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
19064 callers don't have to set/restore global timeout variable.
19065
19066 * The following set of changes centralizes management of the global
19067 timeout variable. This way, it can be set in one target dependent
19068 place instead of dozens of places scattered throughout the test suite.
19069 If you need to lengthen a timeout, then you should either set timeout
19070 in one of the config/{target}.exp files, or multiply it by a factor.
19071 Setting it to an absolute value is always going to lose for some
19072 targets.
19073 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
19074 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
19075 * gdb.base/funcargs.exp: Don't set timeout.
19076 * gdb.base/list.exp (test_forward_search): Only use local timeout.
19077 * gdb.base/printcmds.exp (test_print_string_constants
19078 test_print_array_constants): Don't set timeout.
19079 * gdb.base/ptype.exp: Don't set timeout.
19080 * gdb.base/recurse.exp: Don't set timeout.
19081 * gdb.base/return.exp: Don't set timeout.
19082 * gdb.base/watchpoint.exp: Don't set timeout.
19083 * gdb.c++/classes.exp (do_tests): Don't set timeout.
19084 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
19085
19086Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
19087
19088 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
19089
19090Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19091
19092 * lib/gdb.exp: Disable chill tests for irix5.
19093
19094Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19095
19096 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
19097 each test pass or fail.
19098
19099Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19100
19101 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
19102 xlc not gcc.
19103
19104Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
19105
19106 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
19107
19108Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
19109
19110 * config/est.exp: Fix copyright and comments. Remove dead code.
19111 Use targetname, serialport and baud variables instead of fixed
19112 constants.
19113 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
19114 * config/cpu32bug.exp: New file to support cpu32bug monitors.
19115
19116Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19117
19118 * gdb.base/watchpoint.exp: Don't run
19119 test_watchpoint_triggered_in_syscall for sunos.
19120
19121Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19122
19123 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
19124 they don't seem to exist. Do include stdio.h.
19125
19126Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19127
19128 * gdb.base/a1-selftest.exp: Add alpha xfail.
19129
19130Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19131
19132 * gdb.base/watchpoint.c (main): Prompt before calling read().
19133 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
19134 Revise accordingly. Remove cruft about sending "123" several
19135 times, until it gets noticed. Clean up the "print buf[0]" stuff
19136 so that it passes or fails, and waits for prompts in the usual way.
19137
19138Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19139
19140 * gdb.base/recurse.exp: Fix comment.
19141
19142 * TODO: Remove item about printing variables in nodebug.exp. Add
19143 item about enabling tests which are only run on some targets.
19144
19145 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
19146 fail, make test names unique, use new gdb_test convention
19147 regarding pattern, use gdb_test more, etc.).
19148
19149 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
19150 fail, make test names unique, etc.).
19151
19152Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19153
19154 * gdb.base/nodebug.c: Change return type of top and middle to
19155 short.
19156 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
19157 are fixed by the recent mdebugread.c changes. Allow `short ()'
19158 as type for top and middle.
19159
19160Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19161
19162 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
19163 nearly as I can tell, the whole thing was an accident in Stu's
19164 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
19165 to replace a send/expect pair with gdb_test, but ended up only
19166 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
19167 of 30 Mar 1995 took care of it, but left this vestigial comment
19168 which I am now nuking.
19169
19170Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19171
19172 * gdb.base/break.exp: Look for different line number for
19173 breakpoint at main depending on usestubs.
19174
19175Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19176
19177 * gdb.base/list.exp: Adjust some alternate expect patterns to
19178 match recent list0.c change. Add alternate expect pattern for
19179 output from `list default lines around main' for optimizing
19180 compilers.
19181
19182Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19183
19184 * lib/gdb.exp: If nosignals is not set, set it to 0.
19185
19186Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
19187
19188 * config/slite-gdb.exp: Responds to load symbol table prompt.
19189 * gdb.base/break.exp: Adjust line number, fix rerun.
19190 * gdb.base/langs0.c: Add #ifdef usestubs.
19191
19192Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
19193
19194 * gdb.base/list.exp: Adjust line contents after adding new lines in
19195 list0.c. Also fix a syntax error.
19196
19197 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
19198 * gdb.base/break.exp: ditto.
19199 * gdb.base/list.exp: ditto.
19200 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
19201 * gdb.base/run.c: ditto.
19202 * gdb.base/list0.c: ditto.
19203 * gdb.base/funcargs.c: ditto.
19204
19205Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
19206
19207 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
19208 $targetname, $serialport and $baud instead of hardwired variables.
19209 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
19210 target doesn't support signals.
19211
19212Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
19213
19214 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
19215
19216Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19217
19218 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
19219 Don't rely on the value of an auto variable before it has been
19220 initialized. Use gdb_test more.
19221
19222Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19223
19224 * lib/gdb.exp (default_gdb_version): A version number must start
19225 with a digit, but other than that contains all characters up to
19226 the first whitespace character.
19227
19228Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19229
19230 * gdb.base/commands.exp (breakpoint_command_test): New tests.
19231
19232Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19233
19234 * gdb.c++/*.exp: Warn if executable does not exist. The original
19235 reason for skipping the warning was that configure.in sometimes
19236 intentionally skipped building the executables but the tcl code
19237 had no way of knowing. That (a) was always bogus with respect to
19238 error handling, (b) is no longer true (right now there is no way
19239 to skip C++ tests).
19240
19241 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
19242
19243Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19244
19245 * gdb.base/list.exp: Add expect patterns for output from
19246 SunPRO compiled executables.
19247 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
19248 types.
19249
19250Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19251
19252 * gdb.base/break.exp (test_next_with_recursion): Accept any line
19253 number (we are already testing that the correct source line text
19254 gets printed).
19255
19256 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
19257 that is what is intended, but something needed to be done to get
19258 sunos4 native working again.
19259
19260 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
19261
19262 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
19263 apparently went with a (very) old xfail.
19264
19265Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
19266
19267 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
19268 runto_main is a proc in gdb.exp that will do 'step' for target use
19269 stubs.
19270 * gdb.base/exprs.exp: ditto.
19271 * gdb.base/interrupt.exp: ditto.
19272 * gdb.base/opaque.exp: ditto.
19273 * gdb.base/printcmds.exp: ditto.
19274 * gdb.base/ptype.exp: ditto.
19275 * gdb.base/scope.exp: ditto.
19276 * gdb.base/setvar.exp: ditto.
19277 * gdb.base/signals.exp: ditto.
19278 * gdb.base/twice.exp: ditto.
19279 * gdb.c++/classes.exp: ditto.
19280 * gdb.c++/inherit.exp: ditto.
19281 * gdb.c++/templates.exp: ditto.
19282 * gdb.base/break.exp: no run and hit main for stubs. Change line
19283 numbers for breakpoints and info breakpoint.
19284 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
19285 breakpoint().
19286 * gdb.base/callfuncs.c: ditto.
19287 * gdb.base/exprs: ditto.
19288 * gdb.base/interrupt.c: ditto.
19289 * gdb.base/opaque0.c: ditto.
19290 * gdb.base/printcmds.c: ditto.
19291 * gdb.base/ptype.c: ditto.
19292 * gdb.base/scope0.c: ditto.
19293 * gdb.base/setvar.c: ditto.
19294 * gdb.base/signals.c: ditto.
19295 * gdb.base/twice.c: ditto.
19296 * gdb.c++/misc.cc: ditto.
19297 * gdb.c++/templates.cc: ditto.
19298
19299Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19300
19301 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
19302
19303 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
19304 somewhere between `read' and `main.c'. I'm pretty sure the
19305 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
19306 and it isn't particularly useful.
19307
19308 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
19309
19310Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19311
19312 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
19313
19314Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
19315
19316 * config/mt-slite: add LIBS and -nostdlib.
19317 * config/slite-gdb.exp: add this new file to support sparclite target.
19318
19319Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
19320
19321 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
19322
19323 * gdb.base/a2-run.exp: Change argument to istarget from
19324 "*-*-vxworks" to "*-*-vxworks*".
19325 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
19326
19327Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
19328
19329 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
19330 will not runto main but do a 'step' to step out of breakpoint().
19331 * config/mt-slite: add -Dusestubs.
19332
19333Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19334
19335 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
19336 instead of just @.
19337
19338 * gdb.base/signals.exp: Add test for "handle all print".
19339 * TODO: Remove "handle all print". Also remove item about
19340 checking copyright date (I don't like the idea of a spurious FAIL
19341 based on when we run the tests).
19342
19343 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
19344 for SunOS4 (reason for failure not investigated). Remove
19345 redundant test for $binfile.
19346
19347 * gdb.base/nodebug.c (array_index): Call malloc.
19348
19349 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
19350
19351Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
19352
19353 * gdb.base/recurse.exp: Update gdb_test invocation to use new
19354 conventions and slightly simplify the matching regexp.
19355
19356Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19357
19358 * gdb.base/break.exp: Update gdb_test invocation to use new
19359 convention.
19360
19361 * lib/gdb.exp: If noargs is not set, set it to 0.
19362
19363 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
19364 tests unique.
19365
19366 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
19367
19368Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19369
19370 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
19371 one argument of type "<non-float parameter>".
19372
19373Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
19374
19375 * config/rom68k.exp: New file to support Motorola IDP board.
19376 * gdb.base/a2-run.exp: Skip this file if noargs is set.
19377 * gdb.base/break.c: Change things around so that this program
19378 doesn't depend upon args. This is necessary to make remote
19379 targets work (in general, they can't take args).
19380 * gdb.base/break.exp: Don't try to send args to program. Don't
19381 expect output. Also, replace lots of code with gdb_test.
19382
19383Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19384
19385 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
19386 printing of '\'' (which is what the comment says we are testing,
19387 even though we were not), not '''.
19388 (test_integer_literals_rejected): Test that printing ''' is an error.
19389
19390 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19391 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
19392 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
19393 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
19394 Use gdb_test not test_print_accept.
19395 * lib/gdb.exp: Remove test_print_accept.
19396
19397 * gdb.base/signals.exp (signal_tests_1): Make pass message
19398 consistent with fail message.
19399
19400 * gdb.base/whatis.exp: Remove xfails for printing char vs.
19401 unsigned char; the bug (PR 1821) is fixed.
19402
19403 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
19404
19405 * gdb.base/scope.exp (test_at_localscopes): Call pass for
19406 successful tests--makes xfailing them work right.
19407
19408Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19409
19410 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
19411 only \r\n, not .*. The test can pass .* as the last thing in
19412 $pattern if that is what it wants. In addition to providing this
19413 flexibility, this change should speed up pattern matching in cases
19414 where the pattern already ended with .* (there were a number of
19415 them). This change also helps catch bad patterns--in the old
19416 scheme the typo "char \*" instead of "char \\*" would pass. Now
19417 it is caught.
19418 * Many .exp files: Update callers.
19419
19420 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
19421 clearer and does not spuriously match multiple ('s. Likewise for
19422 ) and *.
19423
19424 * gdb.base/nodebug.exp: Test ability to call a function and pass
19425 it a string (even with no debugging info).
19426
19427 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
19428 "p '\'", which is the same as "p ''" once tcl gets done with
19429 quoting, to "p '\\'", which I suspect is what is intended (one
19430 backslash gets sent to GDB).
19431
19432 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
19433
19434Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19435
19436 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
19437 1817) was fixed literally years ago.
19438
19439Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19440
19441 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
19442 test, it causes stepping out of call_after_alloca_subr with
19443 optimizing compilers.
19444 (localvars_in_indirect_call): Consume GDB prompt if `finish'
19445 fails.
19446
19447 * gdb.c++/templates.exp: Source templ-info.exp only if
19448 the templates executable exists.
19449
19450 * gdb.c++/misc.cc (class Contains_static_instance,
19451 class Contains_nested_static_instance),
19452 gdb.c++/classes.exp (test_static_members): Test printing of
19453 a class that contains a static instance of the class.
19454
19455Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19456
19457 * gdb.base/langs2.c (cppsub_): Don't prototype.
19458 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
19459 only, I believe).
19460
19461Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19462
19463 * lib/gdb.exp (skip_chill_tests): New procedure.
19464
19465 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
19466
19467Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
19468
19469 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
19470 each expect pattern. Cuts runtime from 12 to about 4 seconds.
19471
19472Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19473
19474 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
19475
19476 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
19477 disassemble 8, not 16, instructions for part 4.
19478
19479 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
19480 support the latter anymore.
19481
19482 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
19483 -DNO_PROTOTYPES.
19484 * gdb.base/callfuncs.c: Control use of prototypes based on
19485 NO_PROTOTYPES, not __STDC__.
19486 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
19487 t_float_values2 tests if prototypes in use.
19488
19489 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
19490 t_double_values): When checking differences against DELTA, check
19491 that difference is within the range (-DELTA,DELTA), not just
19492 (-infinity,DELTA).
19493
19494Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
19495
19496 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
19497 'file' command firts, then 'target', then 'load', this is due to gdb
19498 target set up.
19499 * config/mips-gdb.exp: Fix a couple regular exp bugs.
19500
19501Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
19502
19503 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
19504 FP load/store variants.
19505 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
19506
19507Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19508
19509 * gdb.base/term.exp: Do not give a warning if not native, it is
19510 not an abnormal condition.
19511
19512Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
19513
19514 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
19515 t_char_array".
19516
19517Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
19518
19519 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
19520 are getting the version number.
19521
19522 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
19523 if not native, it is not an abnormal condition.
19524
19525Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19526
19527 * lib/gdb.exp: Just use "file exists", rather than undocumented
19528 dejagnu procedure "findfile".
19529
19530Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19531
19532 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
19533 (LDFLAGS): Set to -Xlinker -Ur.
19534
19535 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
19536 Removed, these values are set by lib/gdb.exp.
19537
19538 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
19539
19540Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19541
19542 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
19543 of replicating gdb startup code.
19544
19545 * config/mt-vxworks (LDFLAGS): Set to -r.
19546 (CFLAGS_FOR_TARGET): Removed.
19547
19548 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
19549 (gdb) and gdb for vxworks uses (vxgdb).
19550
19551 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
19552 executable is not in the tree and host != target, use sed and
19553 program_transform_name to determine the gdb name used by the
19554 target.
19555
19556 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
19557 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
19558
19559Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19560
19561 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
19562 floats, chars, and shorts where there are ANSI-style function
19563 definitions.
19564
19565 * gdb.base/langs.exp, gdb.base/langs*: New test.
19566 * gdb.base/Makefile.in: Build it.
19567 * TODO: Remove item about checking that C names don't get C++
19568 demangling applied; this test tests it.
19569
19570Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19571
19572 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
19573 went with the const70 xfail. The xfail went away a year ago.
19574
19575 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
19576
19577 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
19578 for hp300.
19579
19580 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
19581
19582 * gdb.base/a1-selftest.exp: Don't run on hp300.
19583
19584Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19585
19586 * Makefile.in (site.exp): Set host_alias and target_alias as well
19587 as host_triplet and target_triplet.
19588
19589Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19590
19591 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
19592
19593 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
19594 places as other ecoff systems).
19595
19596 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
19597 ultrix.
19598
19599Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19600
19601 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
19602 remove them.
19603 * gdb.base/nodebug.exp: Accept "function" in addition to "text
19604 variable and "variable" in addition to "data variable".
19605 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
19606
19607 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
19608 2.
19609 * gdb.base/list1.c (long_line): Add additional statement at start
19610 of function.
19611 * gdb.base/list.exp (test_forward_search): Update line number to
19612 reflect new statement.
19613
19614Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19615
19616 * gdb.base/signals.exp: Reinitialize searched source directories
19617 after gdb_start call.
19618
19619Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
19620
19621 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
19622 * gdb.stabs/Makefile.in: Likewise.
19623
19624 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
19625 change. Instead split the tests into smaller pieces.
19626 * gdb.disasm/hppa.s: Corresponding changes.
19627
19628Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19629
19630 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19631 Quote ^C when passing it to stty. For some shells ^ is a pipe.
19632
19633 * gdb.base/funcargs.exp: Modify many tests so that every test
19634 either passes or fails. Make some test names unique.
19635
19636Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19637
19638 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
19639 Call stty to set interrupt character.
19640
19641 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
19642 for HP assembler versus GNU assembler based on actual behavior of
19643 $(CC), rather than assuming that $(AS) is always the GNU assembler.
19644
19645 * TODO: Suggest a few more stepping tests.
19646
19647Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
19648
19649 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
19650 restart GDB for h8300 after a continue.
19651 (return): Add pattern to match a29k-udi behavior.
19652 * gdb.base/nodebug.exp: Remove obsolete comment.
19653 * gdb.base/regs.exp: New file, testing of register displays.
19654 * gdb.base/return.exp: Fix typo in reference to $objdir.
19655 * gdb.base/whatis.exp: Always start with a fresh GDB.
19656
19657Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19658
19659 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
19660 higher, these tests generate a lot of output.
19661
19662Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19663
19664 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
19665 code following the catch silently ignored some errors; without the
19666 catch they should be thrown like any other tcl error. Also, the
19667 catch used "" instead of {} which meant all the callers who wanted
19668 to include one of the characters "[]$ had to quote it an extra time.
19669 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
19670 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
19671 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
19672 Remove extra quoting.
19673
19674Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
19675
19676 * gdb.base/commands.exp: Make test names unique; every test either
19677 passes or fails. Update some comments.
19678
19679 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
19680
19681Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19682
19683 The following fixes a FAIL caused by the fact that the alpha stabs
19684 configuration didn't use the ".if alpha" code in weird.def.
19685 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
19686 bit pointer, so the 32 bit version works even on the alpha.
19687 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
19688 Remove the stuff which allowed us to have separate versions for
19689 alpha and everything else.
19690
19691 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
19692 regexp which "info func operator\[\](" is supposed to match. Fix
19693 string to send to GDB. Note that GDB still doesn't work right. Add a
19694 new test for "info func .perator\[\](" which GDB does handle correctly.
19695
19696 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
19697
19698Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19699
19700 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
19701 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
19702 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
19703 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
19704 it makes the tests harder to understand and confuses test-o-matic.
19705 The preferred style is that each test provides a PASS or a FAIL,
19706 and has a unique message (e.g. "continue #54" not just "continue")
19707 which is the same for the pass and the fail.
19708 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
19709 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
19710 to lib/gdb.exp.
19711 * gdb.base/printcmds.exp: Use test_print_accept. Remove
19712 prt_accept which was basically the same thing. Likewise for
19713 test_print_reject and prt_reject.
19714 * lib/gdb.exp (test_print_reject): Add some more error message
19715 patterns to match from the former printcmds.exp (prt_reject).
19716 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
19717 One defect of the passcount stuff is that some of it failed to
19718 report XPASS where appropriate.
19719 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
19720 stuff before and after arg in expected pattern.
19721 (test_paddr_operator_functions): Re-do test without print_addr_of;
19722 this is the only test which seems to want extra stuff there.
19723
19724Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19725
19726 * gdb.base/nodebug.exp: Update new tests to reflect improved
19727 wording of gdb output.
19728
19729 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
19730 and "ptype" work on variables in files compiled without -g.
19731 Replaces commented out "maint print msymbol" tests.
19732
19733Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19734
19735 * gdb.base/setvar.c (dummy): Call malloc.
19736
19737 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
19738 losing with the irix4 sed.
19739
19740 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
19741 ALRM" on irix4.
19742
19743Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19744
19745 * TODO: Remove items about corefile.exp testing new exec-file and
19746 backtrace; both are now done. Add items about printing enums.
19747
19748Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19749
19750 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
19751 "get signal $thissig" test fails.
19752
19753 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
19754
19755Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19756
19757 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
19758 compiler warning with dec alpha compiler.
19759
19760 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
19761 extra \n from gdb_test call (this explains why the prompt test
19762 that I removed yesterday was there).
19763 (user_defined_command_test): Remove extra \n and prompt test.
19764
19765 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
19766 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
19767 doesn't exist.
19768 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
19769 Also remove alpha workaround, which turns out to be because
19770 SIGABRT == SIGLOST.
19771
19772 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
19773
19774 * gdb.base/help.exp: Don't test "help show".
19775
19776Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19777
19778 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
19779 "set print address" is on.
19780 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
19781 pass prompt to gdb_test; gdb_test already looks for the prompt.
19782
19783 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
19784
19785 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
19786 was a vestige of the manual TESTSTRATEGY, and the purpose of it
19787 was to make sure that gdb can read a core file. But (a) the "read
19788 the corefile" part didn't make it to a1-selftest.exp, we just
19789 delete the corefile after creating it, and (b) we test reading
19790 corefiles in corefile.exp anyway. Also, this test left around a
19791 xgdb process on Solaris.
19792
19793 * gdb.base/corefile.exp: Also test backtrace.
19794
19795Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
19796
19797 * gdb.base/commands.exp: Test a simple user defined command with
19798 arguments and if/while statements; verify the full user command is
19799 printed by "show user".
19800
19801 * gdb.base/commands.exp: Test if/while commands as part of a
19802 breakpoint command list; verify they appear in breakpoint
19803 information.
19804
19805Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19806
19807 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
19808 than by dividing by zero.
19809
19810Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
19811
19812 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
19813 performing an inferior call with watchpoints enabled.
19814 * gdb.base/watchpoint.c (main): Delete second unnecessary read
19815 call.
19816
19817Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19818
19819 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
19820 of "file" command.
19821
19822 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
19823 Add additional pattern for when "int operator int(void);" appears
19824 in a different order.
19825
19826Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19827
19828 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
19829
19830 * gdb.base/help.exp: Replace most of docstrings for "info signals"
19831 and "signal" with ".*".
19832
19833Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19834
19835 * TODO: Add note about "handle all nostop".
19836
19837 * gdb.base/{sigall.c, sigall.exp}: New test.
19838 * gdb.base/Makefile.in: Add it.
19839
19840Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
19841
19842 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
19843 when invoking GDB, suppresses any windowing interface.
19844
19845Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
19846
19847 * config/sim-gdb: New file, simulator testing support.
19848
19849Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
19850
19851 * gdb.base/interrupt.exp: Test calling func1 twice.
19852
19853Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
19854
19855 * gdb.base/list.exp (test_forward_search): Set timeout higher
19856 when we'll be getting lots of output from gdb.
19857
19858 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
19859 "init_malloc" to after the expect statement. Run it if that
19860 regexp is taken, but also for two others which happen if source
19861 cannot be found.
19862
19863Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19864
19865 * gdb.base/printcmds.exp: New test, for printing register before
19866 program is running.
19867
19868Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19869
19870 * gdb.base/list.exp: Correct some alternate expect patterns
19871 to reflect changes in list1.c.
19872
19873Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19874
19875 * TODO: Add item regarding large frames.
19876
19877 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
19878
19879 * TODO: Remove item about enabling return.exp; it
19880 is enabled. Suggest a few more "return" tests.
19881
19882Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19883
19884 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
19885 anonymous unions.
19886
19887Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19888
19889 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
19890 and pr-5646.o, so "make" is the same as "make all", not "make
19891 pr-4975.o".
19892
19893Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
19894
19895 * gdb.base/list.exp: Adjust expectations to reflect changes in
19896 list1.c.
19897 (test_forward_search): New test proc.
19898 * gdb.base/list1.c (long_line): New function, has long source line.
19899
19900Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
19901
19902 * gdb.base/a1-selftest.exp: Change initial stepping to know about
19903 additional line of code that was added.
19904
19905Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
19906
19907 * gdb.disasm/hppa.s: Break the large branching tests into smaller
19908 tests so as not to overflow expect's input buffers.
19909 * gdb.disasm/hppa.exp: Corresponding changes.
19910
19911Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19912
19913 Beginnings of template debugging tests.
19914 * gdb.c++/templ-info.cc: New file to test for template
19915 debugging capability of the compiler.
19916 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
19917 templ-info.cc.
19918 * gdb.c++/templates.cc: Add explicit template instantiations
19919 to enable compiling with -fno-implicit-templates. Add destructor
19920 and 'value' method to T5 class for template tests.
19921 * gdb.c++/templates.exp: Add testcases for printing of template
19922 types, setting breakpoints on template methods and calling a
d63a86f8 19923 template method.
c906108c
SS
19924
19925Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
19926
19927 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
19928 branch target since some assemblers (gas-2.5) may emit a
19929 relocation for the branch instead of resolving it in the
19930 assembler.
19931
19932Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19933
19934 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
19935 through signal handler.
19936
19937Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19938
19939 * configure.in (*-*-netware): Use config/mt-netware.
19940
19941 * config/mt-netware: New file.
19942 * config/mt-i386-netware: Removed, separate configs for different
19943 netware architectures are no longer needed now that we have
19944 --with-headers.
19945
19946Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19947
19948 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
19949 by the recent changes to use ANSI C arithmetic conversions.
19950
19951Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19952
19953 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
19954 bug involving using inferior_pid to figure out whether to select a
19955 frame.
19956
19957Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
19958
19959 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
19960 match the current disassembler output.
19961
19962Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
19963
19964 * gdb.fortran/exprs.exp: Expect VOID instead of void.
19965 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
19966 types, expect "int" as type of integer values (for now).
19967
19968Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
19969
19970 * gdb.base/commands.exp: New tests for if/while commands.
19971
19972Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
19973
19974 * lib/gdb.exp (runto): Replace sub-pattern for hex value
19975 by .*, since hex values have different syntax in Chill mode.
19976
19977Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19978
19979 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
19980 linefeed from expect pattern for repeated types with indices > 9.
19981
19982Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
19983
19984 First part of Fortran test suite.
19985 * gdb.fortran: New directory.
19986 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
19987
19988Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19989
19990 * gdb.base/default.exp: Update expect pattern for load command
19991 without arguments.
19992
19993Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19994
19995 * configure.in: Change i386 to i[345]86.
19996 * gdb.base/configure.in: Likewise.
19997 * gdb.c++/configure.in: Likewise.
19998 * gdb.chill/configure.in: Likewise.
19999
20000Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
20001
20002 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
20003 patterns, since that is not a valid context for comments.
20004
20005Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
20006
20007 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
20008 repeated types and repeated types with indices > 9.
20009
20010Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
20011
20012 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
20013 2417; old bug has been fixed.
20014
20015Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
20016
20017 * gdb.base/interrupt.exp: When trying to wake up the inferior,
20018 send the newline ourselves instead of assuming gdb_test will do
20019 so when passed an empty input string.
20020
20021 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
20022 stabs testcode.
20023
20024Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20025
20026 * lib/gdb.exp (gdb_test): Don't send anything if the first
20027 argument is an empty string. This makes cases where we want to
20028 match output that is already in expect's buffers (for example,
20029 matching a breakpoint after gdb_run_cmd has been called) work
20030 reliably.
20031
20032Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20033
20034 * config/netware.exp: New file.
20035
20036Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20037
20038 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
20039 the -B and -L prefixes so we can find the debugging stub.
20040
20041 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
20042 there and we are using the gcc from the tree.
20043
20044 * gdb.base/types.c: Removed.
20045
20046 * gdb.base/configure.in: Look for makefile fragments in ../config.
20047 Recognize i386-*-netware.
20048 * gdb.c++/configure.in: Likewise.
20049
20050Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20051
20052 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
20053 the correct TCL syntax.
20054
20055Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20056
20057 * gdb.base/opaque.exp: use runto instead of messing around with
20058 breakpoints. Simplify by using gdb_test.
20059
20060 * gdb.base/bitfields.exp: restart between tests on netware targets
20061 because breakpoints aren't relocated after target death. Run
20062 processes to completion.
20063
20064 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
20065
20066Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
20067
20068 * Makefile.in: Remove extra tabs that confuse some versions
20069 of "make". Use the newly built gdb to test with by default,
20070 rather than the first one in the tester's search path.
20071
20072Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
20073
20074 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
20075
20076 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
20077 condition help.
20078
20079Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20080
20081 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
20082
20083 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
20084 running.
20085 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
20086 * gdb.base/funcargs.exp: Likewise.
20087
20088 * gdb.base/bitfields.exp: Simplify by using gdb_test.
20089 * gdb.base/funcargs.exp: Likewise.
20090
20091 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
20092 message is "".
20093
20094Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20095
20096 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
20097 return,signals,twice}.exp: Handle non-existant binaries
20098 consistantly.
20099
20100 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
20101 * gdb.base/Makefile.in: Don't try to generate a core dump, we
20102 might testing a cross development system.
20103
20104Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20105
20106 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
20107 runtest script is relative to ${srcdir}, not ${rootdir}.
20108
20109Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
20110
20111 * gdb.base/signals.exp: Allow for optionality of breakpoint
20112 address.
20113
20114Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20115
20116 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
20117
20118Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20119
20120 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
20121 for size_t definition.
20122 * gdb.c++/templates.cc: Likewise
20123
20124 * config/mt-i386-netware: New file.
20125
20126 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
20127 defined.
20128
20129 * gdb.base/Makefile.in: Added support for systems that name core
20130 files by appending "core" to the program name.
20131 * gdb.base/a1-selftest.exp: Likewise.
20132
20133Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20134
20135 * gdb.base/return.exp: Add comment and message for `return double'
20136 test failure on Sparc Solaris.
20137
20138Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
20139
20140 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
20141
20142Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20143
20144 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
20145 from optimizing them away.
20146 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
20147 patterns to include default constructors and assignment operators,
20148 to match gcc versions beyond 2.5.8. Accept any cplus demangling
20149 character in the output of the virtual base pointer.
20150
20151Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20152
20153 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
20154 expression match in print_addr_of to avoid unintented matches.
20155 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
20156 versions up to 2.5.8.
20157
20158Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20159
20160 * gdb.base/list.exp: Tweak alternate pattern for listing of an
20161 included file to run under newer versions of expect.
20162 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
20163 consecutive >'s in templates to accomodate recent cplus-dem.c change.
20164 Remove xfail for the virtual table of BDDHookV.
20165
20166Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20167
20168 * lib/gdb.exp (string_to_regexp): Set a default result.
20169 (default_gdb_start): Fix misleading message.
20170
20171Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
20172
20173 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
20174 Remove all CC, etc definitions.
20175 * config/mt-hpux: New file.
20176 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
20177 (CFLAGS, LDFLAGS): Define.
20178 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
20179
20180 * Makefile.in (site.exp): Don't insert host_os, etc.
20181 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
20182 (distclean): Check existence of subdir.
20183 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
20184 * gdb.base/Makefile.in: General cleanup and simplification.
20185 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20186 to build executables. Use default rule to build .o files.
20187 (EXPECT, RUNTEST, CC): Fix relative pathname.
20188 (site.exp): Don't insert host_os, etc.
20189 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
20190 and/or SIGUSR1 defined.
20191 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
20192 * gdb.c++/Makefile.in: General cleanup and simplification.
20193 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
20194 (CFLAGS): Remove.
20195 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
20196
20197Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
20198
20199 * gdb.base/recurse.exp: Misc changes to get tests running again
20200 after Kung's changes to the watchpoint code.
20201 * gdb.base/watchpoint.exp: Likewise.
20202
20203Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
20204
20205 * lib/gdb.exp (string_to_regexp): Convert {\} also.
20206
20207Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
20208
20209 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
20210 * lib/gdb.exp (default_gdb_start): Define.
20211 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
20212 gdb.base/funcargs.exp, gdb.base/opaque.exp,
20213 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
20214 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
20215 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
20216 Don't call gdb_target_udi in between tests.
20217
20218Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20219
20220 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
20221 (which was basically just a local version of the same thing). In
20222 addition to avoiding duplication, gdb_test_exact is faster.
20223 * lib/gdb.exp (gdb_test_exact): Fix typo.
20224
20225 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
20226 don't give an error.
20227
20228 * gdb.base/term.exp: Call delete_breakpoints before starting.
20229
20230 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
20231 (t10): Add comment.
20232
20233Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20234
20235 Reorganization of the GDB Test Suite.
20236
20237 * gdb.base: New directory, contains all the basic tests.
20238 * gdb.c++: New directory, tests specific to C++.
20239 * gdb.chill: New directory, tests specific to Chill.
20240 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
20241 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
20242 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
20243 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
20244 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
20245 t30-31 to chill).
20246 * */gdbme.*: Rename to match appropriate expect scripts.
20247 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
20248 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
20249 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
20250 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
20251 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
20252 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
20253 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
20254 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
20255 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
20256 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
20257 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
20258 gdb.c++/virtfunc.cc: New names of C++ files.
20259 * gdb.chill/chillvars.ch: New name of Chill file.
20260 * gdb.base/configure.in, gdb.c++/configure.in,
20261 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
20262 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20263 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
20264 * configure.in (configdirs): Update to reflect directory changes.
20265 (target_abbrev): No longer define for any configuration.
20266 * Makefile.in: Cosmetic improvements to header comments.
20267
20268Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20269
20270 Various changes to gdb.t31:
20271
20272 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
20273 * gdbme.ch: Make all key-words and predefineds be upper-case.
20274 * chillvars.exp: Expect key-words and predefinds in upper-case.
20275
20276 * chillvars.exp: Use gdb_test_exact many places.
20277 Change expected output for arrays (which now includes index labels).
20278
20279 * pr-5020.exp, gdme.ch (module PR_5020):
20280 New test, for PR-5020.
20281
20282Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
20283
20284 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
20285 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
20286
20287Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
20288
20289 * Makefile.in: Fix bit-rot in definitions of CHILL,
20290 CHILL_FOR_TARGET and Chill_LIB.
20291 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
20292 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
20293 CHILL, and CHILL_LIB.
20294
20295Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
20296
20297 * Revert the previous changes. Please see Rob's directory
20298 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
20299
20300Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
20301
20302 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
20303 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
20304 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
20305 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
20306 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
20307 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
20308 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
20309 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
20310 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
20311 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
20312 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
20313 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
20314 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
20315 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
20316 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
20317 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
20318 changes from 94Q1.
20319
20320Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
20321
20322 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
20323 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
20324 Rob's new testing fragments.
20325
20326Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
20327
20328 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 20329 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
20330
20331Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
20332
20333 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
20334 version also, match on casted version strings, and match on
20335 gdb startup case where the line numbers might be messed up.
20336
20337Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
20338
20339 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 20340 (CFLAGS): Delete it from here.
c906108c
SS
20341
20342Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
20343
20344 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
20345
20346Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
20347
20348 * Makefile.in (RUNTEST): Default to just "runtest".
20349
20350Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20351
20352 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
20353 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
20354 the code has been restructured.
20355
20356Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20357
20358 * gdb.t00/default.exp (set write): Allow any number of \r and/or
20359 \n, not just one of each.
20360
20361 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
20362 /bin/cc gives a warning if you do.
20363
20364Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
20365
d63a86f8 20366 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
20367 __t10ListS_link1ZUiRCUiPT0
20368
20369Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20370
20371 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
20372 on local variables in recursive functions.
20373
20374 * gdb.t07/Makefile.in: Build the new test.
20375
20376Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20377
20378 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
20379 directly. Instead compare the return values from actual calls.
20380
20381Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
20382
20383 * Makefile.in (check): Set TCL_LIBRARY for runtest.
20384
20385Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20386
20387 * From Peter Schauer with minor modifications.
a9c64011
AS
20388 * gdb.t15/return.exp (return_tests): Handle targets where "return"
20389 stops in mid-line in the caller. Add xfail for returning a float
20390 value on X86 targets.
c906108c
SS
20391
20392Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20393
20394 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
20395 to avoid expect lossage.
20396 (fmem_LRbug_tests): Likewise.
20397 * gdb.disasm/hppa.s: Corresponding changes.
20398
20399 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
20400 conditions to work with latest dejagnu/expect.
20401
20402 * gdb.t15/funcargs.exp (finish from indirect call): No longer
20403 expected to fail on the PA.
20404 (backtrace in call with trampolines): Explicitly require main
20405 to be frame #1 (no trampolines should show up in backtrace).
20406
20407 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
20408 "continue -expect".
20409 * gdb.t06/break.exp: Likewise.
20410 * gdb.t07/watchpoint.exp: Likewise.
20411 * gdb.t13/bitfields.exp: Likewise.
20412 * gdb.t15/{funcargs,return}.exp: Likewise.
20413 * gdb.stabs/weird.exp: Likewise.
20414 * config/{mips,udi}-gdb.exp: Likewise.
20415
20416 * hppa.sed: Enclose comments within a sed command to avoid
20417 losing with the old OSF1 sed.
20418
20419Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20420
20421 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
20422 sequent dynix.
20423 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
20424 * gdb.t15/funcargs.exp: Conditionally step again to really
20425 finish from marker_call_with_trampolines. Handle the case where
20426 the first step from within call_with_trampolines already steps
20427 us back to main.
20428 * gdb.t15/gdbme.c: Add comment to closing brace of
20429 call_with_trampolines for funcargs.exp.
20430
20431Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20432
d63a86f8 20433 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
20434 Fix typo(s).
20435
20436Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20437
20438 * gdb.t07/gdbme.c: More code for watchpoint testing.
20439
20440 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
20441 "Hardware watchpoint" throughout file.
20442 (test_watchpoint_triggered_in_syscall): New test.
20443 (test_complex_watchpoint): New test.
20444
20445Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20446
20447 * gdbme.c (call_with_trampolines): New function to try and step
20448 into. Tests trampoline problems on the PA.
20449
20450 * funcargs.exp (localvars_in_indirect_call): No longer expect
20451 stepping into indirect call to fail on PAs.
20452 (test_stepping_over_trampolines): New test.
20453
20454Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20455
20456 * TODO: Add suggestions for static member function tests, and
20457 completion tests.
20458
20459Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20460
20461 * TODO: Add suggestions for "p/a" tests.
20462
20463 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
20464 (default_gdb_exit): Replace all the hair with sending "quit" to
20465 the process with a simple close.
20466
20467Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20468
20469 * TODO: Add suggestions for shared library tests.
20470
20471Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20472
20473 * TODO: Add suggestions for x/s tests.
20474
20475Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20476
20477 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
20478 "enable once", and "enable breakpoints once" with ".*".
20479
20480Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20481
20482 * TODO: Add suggestions about structure passing tests.
20483
20484Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20485
20486 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
20487 the primary1 test, use work around if __GNUC__ < 2.
20488 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
20489 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
20490 Test for bad output rather than waiting for timeout. Issue
20491 second continue only if first continue failed.
20492
20493Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20494
20495 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
20496 operator[] test with gdb_test because the old code didn't seem to
20497 be getting the quoting right with the new dejagnu.
20498
20499Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
20500
20501 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
20502 one from the path.
20503 * Makefile.in: Use a fresh expect if there is one, use runtest
20504 from the src tree if there is one.
d63a86f8 20505
c906108c
SS
20506Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20507
20508 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
20509 next over recursive call. Revise the tests from that point on
20510 (which had been skipped) to match GDB's actual (correct) output.
20511
20512 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
20513 with next over a breakpoint whose condition is false.
20514
20515 * gdb.t00/help.exp: Comment out "help set print" tests just like
20516 (and for same reason as) "help set" test.
20517
20518Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20519
20520 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
20521 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
20522
20523Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20524
20525 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
20526 necessary gdb_target_udi.
20527
20528 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
20529
20530 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
20531 1838 and 2417; they are fixed.
20532
20533 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
20534 gdb.t03/ptype.exp (ptype structure, ptype union):
20535 Remove xfails; the test is looser than when the xfails were added.
20536
20537 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
20538 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
20539
20540 * gdb.t01/run.exp: Only run shell test if isnative.
20541
20542 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
20543 since "run" automatically loads if necessary. Call gdb_target_udi
20544 after the "file" since "file" kills any execution target.
20545
20546 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
20547 GDB. GDB doesn't work that way (not anymore at least) on UDI.
20548 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
20549 argument for UDI.
20550
20551Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20552
20553 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
20554
20555 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
20556
20557Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20558
20559 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
20560 properly quoting regexps. This makes the second argument to
20561 demangle a fixed string, which matches the callers, instead of a
20562 shell-style pattern which is what the previous implementation
20563 used. Update some of the callers.
20564
20565Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20566
20567 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
20568 (comib_nullified_tests): Fix typo.
20569 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
20570 strings. No longer expected to fail.
20571
20572 * gdb.disasm/hppa.s (addib_tests): Fix typo.
20573 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
20574 strings. No longer expected to fail.
20575
20576 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
20577 string. No longer expected to fail.
20578
20579Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20580
20581 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
20582 No longer expected to fail.
20583
20584 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
20585 string. No longer expected to fail.
20586
20587Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20588
20589 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
20590 only in the names (I probably got most of them). I was even
20591 generous with some which differed in underscores in names, and
20592 probably missed a few, and I *still* was able to remove almost a
20593 third of the file with almost no impact on testsuite coverage.
20594
20595Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20596
20597 * gdb.t00/default.exp: Match udi_attach error message as well as
20598 the one from child_attach.
20599
20600 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
20601
20602 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
20603
20604 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
20605 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
20606
20607 * Move test with enums and partial symbols back to
20608 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
20609 Reverts the change of 26 May 93. Per today's change to
20610 stabs.texinfo, the behavior that weird.exp was expecting was
20611 unreasonable; what is important is that the compiler+gdb get
20612 things right, which happens with a recent gcc. Also fix the test
20613 to deal with native compilers which put out the stab gdb can't
20614 deal with.
20615
20616Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20617
20618 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
20619 in the names. The main thing these accomplish is to slow things down.
20620 Many more such duplicates surely remain.
20621
20622 * gdb.t00/help.exp: Comment out "help support" test just like
20623 (and for same reason as) "help set" test.
20624
20625Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
20626
20627 * gdb.t06/break.exp: Remove setup_xfails for
20628 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
20629 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
20630 about known bug in gcc to include up through 2.5.8.
20631 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
20632 well as "_vb$".
20633 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
20634 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
20635 with latest gcc and gdb.
20636 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
20637 well as "_vb$".
20638
20639Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20640
20641 * configure.in (hppa*-*-*): Also configure and build stabs-only
20642 tests.
20643
20644Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20645
20646 * gdb.t10/hppa.mt: A makefile fragment for the PA.
20647 * gdb.t10/configure.in (hppa*-*-*): Use it.
20648
20649Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20650
20651 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
20652
20653Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20654
20655 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
20656 versions prior to 1.13.5.
20657
20658Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20659
20660 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
20661 the prompt is at the start of a line.
20662
20663Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20664
20665 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
20666 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
20667 in the copr tests now.
20668 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
20669 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
20670 expected to fail.
20671
20672Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
20673
20674 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
20675 gdb.t31/chillvars.exp, lib/gdb.exp:
20676 Tweak to run under either version of expect.
20677 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
20678 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
20679 * gdb.t11/list.exp: Remove extraneous whitespace.
20680
20681Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20682
20683 * gdb.t16/printcmds.exp (test_print_strings): Accept
20684 "(unsigned char *) " before the string.
20685
20686 * TODO: Add notes about printing of fancy types and GDB expressions.
20687
20688Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
20689
20690 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
20691 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 20692 if doing mips-idt-ecoff.
c906108c
SS
20693
20694Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
20695
20696 * Most .exp files: Tweak to run under either version of expect.
20697
20698Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20699
20700 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
20701 xfails; I'm not sure why they are failing, but not because of PR 1806.
20702
20703Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
20704
20705 * config/unix-gdb.exp: Remove gdb_unload cause it's already
20706 defined in lib/gdb.exp.
20707
20708Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20709
20710 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
20711 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
20712 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
20713 have to be typeless.
20714
20715Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20716
20717 * TODO: Add suggestion for copyright year test.
20718
20719Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
20720
20721 * configure.in (*-*-lynxos*): Add stabs tests.
20722
20723Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20724
20725 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
20726 so insert a tab before any assembler directive in column zero.
20727
20728 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
20729 stores.
20730 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
20731 stores.
20732 (fpu_short_memory_tests): Likewise.
20733
20734Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20735
20736 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
20737 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
20738 .stabs directives in comments.
20739
20740Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20741
20742 * TODO: New file, describing tests we could write.
20743 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
20744
20745Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20746
20747 * gdb.t06/signals.exp: Add kludge to force re-sync.
20748
20749 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
20750 to xgdb instead of gdb, get out of gdb.
20751
20752Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
20753
20754 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
20755 for info.
20756
20757Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20758
20759 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
20760 * gdb.stabs/configure.in (hppa*-*-*): Use it.
20761 * gdb.stabs/hppa.sed: New sed script for the PA.
20762
20763Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20764
20765 * gdb.stabs: Re-write weird.def and configuration to use sed
20766 instead of cpp. sed is portable and POSIX; cpp is neither.
20767
20768Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20769
20770 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
20771
20772Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20773
20774 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
20775
20776Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20777
20778 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
20779 "_vb$".
20780 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
20781 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
20782
20783Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20784
20785 * lib/gdb.exp: Comment out code which depends on non-existent
20786 `transform' procedure.
20787
20788Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
20789
20790 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
20791 * lib/gdb.exp: Transform tool name.
20792 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
20793 1.1's new error handling system.
20794
20795Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20796
20797 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
20798
20799Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20800
20801 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
20802 They made pattern matching so slow that timeouts happened on
20803 heavily loaded systems. Now any output from "show print" which
20804 gets us back to the GDB prompt is a PASS.
20805
20806Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
20807
20808 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
20809
20810Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20811
20812 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
20813
20814 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
20815 It is not from PR 3220.
20816
20817Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20818
20819 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
20820 just started failing because they depended on the order the
20821 subcommands are presented, or exact docstring text. This kind of
20822 test is a pain and has minimal benefit.
20823
20824Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20825
20826 * gdb.t09/corefile.exp: At end of test, use "core" command with
20827 no arguments.
20828
20829Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
20830
20831 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
20832 17}/Makefile.in: Make it possible to run the testsuite with Sun
20833 make and CC = cross gcc by adding explicit build rules for .o
20834 files.
20835
20836Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20837
20838 * gdb.t15/funcargs.exp: Don't put comments on same line as
20839 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 20840
c906108c
SS
20841Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20842
20843 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
20844
20845Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
20846
20847 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
20848 * gdb.t20/inherit.exp: remove three dumplicate entries.
20849
20850Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20851
20852 * gdb.t06/break.exp: For "next over recursive call", fail on any
20853 incorrect output, not just on "factorial (value=2)".
20854
20855Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20856
20857 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
20858 working now. Add an xfail if accesing a bss variable causes
20859 a memory error if the target is not yet run.
20860
20861Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20862
20863 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
20864 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
20865 name of __st* demangling (2 strings). Did Kung really get the
20866 more than 95 others right without testing them?
20867
20868Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
20869
20870 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
20871
20872Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
20873
20874 * configure.in (configdirs): Add gdb.disasm
20875 * gdb.disasm: New directory for GDB disassembler tests.
20876 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
20877
20878Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20879
20880 * gdb.t00/help.exp: Don't test "help set".
20881
20882 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
20883 from within expect statements. None of these happen anymore and
20884 they cause regressions to be silently unnoticed.
20885
20886 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
20887 messages) about known failures with gcc cygnus-2.4.5-930417.
20888
20889 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
20890 comp-info.exp so it gets built if it doesn't exist.
20891
20892 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
20893 it is no longer used.
20894 * gdb.t13/comp-info.c: Removed.
20895
20896Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
20897
20898 * gdb.t06/signals.exp: Add xfail for sun3.
20899
20900Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20901
20902 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
20903 relevant because ^C doesn't get sent but failure can be reproduced
20904 interactively).
20905
20906Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20907
20908 * gdb.stabs/alpha.mt: New configuration file for alpha.
20909 * gdb.stabs/configure.in: Use it.
20910 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
20911 sharing with alpha.mt, redefine long to word via preprocessor.
20912 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
20913 for alpha.
20914 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
20915 native cc.
20916 * gdb.t00/teststrategy.exp: Change expect string so that we
20917 consume the `(xgdb)' from the command echo and from the gdb prompt.
20918 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
20919 gdb currently compares all values as long, so this failure probably
20920 applies to any configuration where LONGEST is bigger than a target int.
20921 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
20922 with gcc.
20923 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
20924 to handle opaque pointers, gcc is.
20925 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
20926 as first argument. Include <sys/types.h> and change all operator
20927 new definitions to use size_t.
20928 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
20929 now that we use size_t.
20930
20931Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20932
a9c64011 20933 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 20934 a long or float array cast all array members to the same type.
a9c64011 20935 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 20936 with 64 bit longs.
a9c64011 20937 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 20938 on alpha.
a9c64011 20939 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
20940
20941Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20942
20943 * gdb.t24 (demangle.exp): Constructors of templates have names like
20944 vector<int>::vector(int) not vector<int>::vector<int>(int). See
20945 section 14.6 of the ARM.
20946
20947 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
20948 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
20949 accomplish little and slow down the testsuite.
20950
20951 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
20952 Accept spaces various places.
20953
20954Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20955
20956 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
20957 with watchpoint enabled.
20958
20959 * Makefile.in: Remove definition of CC and remove the second
20960 definition of CXX (the "CXX = gcc" one remains). These definitions
20961 were causing backquotes to be expanded within backquotes, which
20962 doesn't work.
20963
20964Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
20965
20966 * gdb.t17/callfuncs.exp: Add "return 0" to end.
20967
20968Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20969
a9c64011
AS
20970 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
20971 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
20972 by mips cc and contains no stabs entries.
20973
20974Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
20975
20976 * config/vx-gdb.exp: Use fake device to load files rather than
20977 NFS.
20978 * lib/gdb.exp: New proc to do "file" command.
20979 * config/unix-gdb.exp: Use new "file" proc.
20980
20981Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20982
20983 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
20984 Rework board rebooting slightly.
20985 (gdb_exit): Don't exit from the remote shell; there isn't one.
20986 * gdb.stabs/weird.exp: If a program is being debugged already,
20987 kill it.
20988 * gdb.t04/setvar.exp: Stop and restart gdb.
20989 * gdb.t05/expr.exp: Likewise.
20990 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
20991 restart gdb and reload the program.
20992 * gdb.t08/opaque.exp: Likewise.
20993 * gdb.t12/scope.exp: Likewise.
20994 * gdb.t13/bitfields.exp: Likewise.
20995 * gdb.t15/funcargs.exp: Likewise.
20996 * gdb.t20/classes.exp: Likewise.
20997 * gdb.t03/ptype.exp: Increase timeout.
20998 * gdb.t16/printcmds.exp (test_print_string_constants,
20999 test_print_array_constants): Likewise.
21000 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
21001 * gdb.t20/classes.exp (do_tests): Likewise.
21002 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
21003
21004Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
21005
21006 * gdb.stabs: Renamed *wierd* to *weird*.
21007
21008Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21009
21010 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
21011 for timeout. Add "known gcc 2.4.5 bug" to failure message.
21012
21013Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
21014
21015 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
21016 (do_tests): Remove xfail for whatis on one_var and two_var.
21017
21018Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
21019
21020 * Makefile.in: Made cross building work better by adding
21021 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
21022
21023Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21024
21025 * gdb.t15/{return.c,return.exp,Makefile.in}:
21026 New test, currently commented out.
21027
21028Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
21029
21030 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
21031 still running and removes the leftover named socket so GDb can do
21032 clean restarts.
21033
21034Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
21035
21036 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
21037 console, not GDB.
21038 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
21039 cross testing works better with "make check"
21040 * config/unix-gdb: Use default procedures for exit and version.
21041 * config/vx-gdb.exp: Cleaned up and massaged back to working order
21042 with the newest VxWorks.
21043
21044Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21045
21046 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
21047 old form.
21048
21049 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
21050 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
21051
21052 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
21053
21054 * config/unix-gdb.exp: Remove this version of gdb_exit
21055 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
21056 Rob says he'll look at it when he gets back to testing boards.
21057
21058Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
21059
21060 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
21061 an expected fail for certain ptype commands.
21062
21063 * gdb.t20/classes.exp: Update expected results of "ptype class
21064 Base1" to account for the constructor that now appears in the type.
21065
21066Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
21067
21068 * configure.in (configdirs): Restore gdb.t04, which mysteriously
21069 disappeared from list.
21070 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
21071 "alldone" proc with call to cleanup and exit.
21072 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
21073 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
21074 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
21075 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
21076 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
21077 "alldone" proc with simple returns that suppress remaining
21078 tests. The alldone proc went away many months ago.
21079
21080Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21081
21082 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
21083
21084 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
21085
21086Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21087
21088 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
21089 as vax gdb will display them.
21090
21091Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21092
21093 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
21094 optimizers.
21095
21096 * scope.exp: Change "bad value for localval" messages so each one
21097 is unique.
21098
21099 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
21100 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
21101
21102 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
21103
21104Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21105
21106 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
21107 doesn't exist (due to optimization).
21108
21109Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21110
21111 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
21112 contains \r because the filename is long.
21113
21114 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
21115 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
21116
21117Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21118
21119 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
21120 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
21121 Ultrix.
21122 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
21123 int tests.
21124 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
21125
21126Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
21127
21128 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
21129
21130 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 21131 to match does not match the passing case but still matches the
c906108c
SS
21132 failing case.
21133
21134Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21135
21136 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
21137
21138Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
21139
21140 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
21141 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
21142 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
21143 Remove various versions of gdb_exit.
21144 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
21145 gdb_exit.
21146 * config/unix-gdb.exp: gdb_exit remains here, and should override
21147 the generic version, since it's doing a lot of wierd stuff that
21148 the other versions aren't. FIXME, fold it in, or abandon this
21149 version.
21150
21151Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21152
21153 * gdb.t24/demangle.exp: Add tests for PR 3220.
21154
21155Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21156
21157 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
21158
21159Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
21160
21161 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
21162 "i386-*-*". Works for i486 as well.
21163
21164 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
21165 bug, and expand domain of xfail to all SVR4 systems, since the
21166 actual problem is likely to be in generic SVR4 /proc support.
21167
21168Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21169
21170 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
21171
21172Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
21173
21174 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
21175 xfails for other systems. Match a missing 'Continuing.' as an
21176 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
21177
21178 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
21179 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
21180 Only issue warning for missing executables if -all option is used.
21181
21182 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
21183 file if -all option is used. It's like an unpredictable XFAIL.
21184
21185Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21186
21187 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
21188 for dynamically linked binaries.
21189
21190 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
21191
21192Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21193
21194 * gdb.t20/inherit.exp: Change message for "print tagless struct"
21195 to state that this is a known bug in old versions of g++.
21196
21197Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21198
21199 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
21200 while waiting for `Continuing'.
21201
21202Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
21203
21204 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
21205 in text, data, and bss.
21206 * gdb.t10/nodebug.c: Add local and global test variables for
21207 initialized and uninitialized data.
21208
21209Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21210
21211 * config/unix-gdb.exp (gdb_exit): Add "wait".
21212
21213Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21214
21215 * gdb.t06/signals.exp: xfail the continue from the handler for all
21216 targets.
21217
21218 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
21219 function with watchpoints enabled, the i386 call dummy starts with
21220 a call.
21221
21222 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
21223 386 bsd names its corefiles.
21224
21225Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
21226
21227 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
21228 compilers don't grok it.
21229 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
21230 with small octal ints rather than character constants, which
21231 are signed and might not fit if first promoted to int.
21232
21233Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
21234
21235 * gdb.t09/Makefile.in (clean): Remove corefile.
21236
21237Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21238
21239 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
21240
21241Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21242 and Jim Kingdon (kingdon@cygnus.com)
21243
21244 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
21245 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
21246 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
21247
21248Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21249
21250 * gdb.t17/interrupt.exp: Add xfail for hppa.
21251
21252Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21253
21254 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
21255 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
21256 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
21257 to determine signed-ness of bitfields and use the result to setup
21258 the xfail.
21259 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
21260 * gdb.t15/funcargs.exp: Use them to step until the second indirect
21261 call line is reached if necessary.
21262
21263Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21264
21265 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
21266
21267Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21268
21269 * gdb.t06/break.exp: Also test `clear' command.
21270
21271Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21272
21273 * gdb.t00/teststrategy.exp: Remove extra quote.
21274
21275 * gdb.t07/watchpoint.exp: Change xfail for calling function with
21276 watchpoint enabled to be for all non-68k machines.
21277
21278 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
21279
21280Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21281
21282 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
21283 targets use aout.mt instead of ecoff.mt as gas understands
21284 standard aout format.
21285
21286Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21287
21288 * lib/gdb.exp (runto): Don't insist that function we are running to
21289 was compiled with -g.
21290
21291 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
21292
21293 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
21294 to get back into the read system call.
21295 Accept leading newline in case where we woke it up.
21296
21297Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21298
21299 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
21300 to make the stabs test work on ecoff systems using gcc and -with-stabs.
21301 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
21302 enable ecoff configuration.
21303
21304Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21305
21306 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
21307
21308Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21309
21310 * gdb.t16/printcmds.exp: Add another printf test.
21311
21312Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
21313
21314 * configure.in: If configured -with-stabs on any target, add
21315 stabsdirs to configdirs.
21316
21317Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21318
21319 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
21320 fun" so pattern does not match the command itself.
21321
21322Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21323
21324 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
21325
21326Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21327
21328 * gdb.t17/interrupt.exp: Test for more things.
21329
21330Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21331
21332 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
21333 compiler arranges the code and line numbers.
21334
21335 * gdb.t17/interrupt.exp: Don't send \n after ^C.
21336
21337Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21338
21339 * gdb.t00/help.exp: Increase expect input buffer size.
21340
21341Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21342
21343 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
21344
21345 * gdb.t07/watchpoint.exp: Add xfail for hppa.
21346
21347 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
21348
21349 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
21350 [0-9]*, not just [0-9].
21351
21352Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21353
21354 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
21355
21356 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
21357
21358Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21359
21360 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
21361
21362Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21363
21364 * gdb.t06/signals.c: Add xfails for sun3.
21365
21366 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
21367
21368 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
21369 test_stepping tests.
21370
21371Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21372
21373 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
21374
21375 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
21376
21377 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
21378 rather than actually putting it through cpp twice.
21379
21380 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
21381
21382Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
21383
21384 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
21385 no longer needed.
21386
21387Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21388
21389 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
21390
21391 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
21392 C++ features prints as "struct", make it a pass, not an xfail.
21393
21394Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21395
21396 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
21397 Don't require VA to print as "class" rather than "struct".
21398
21399Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
21400
21401 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
21402
21403Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21404
21405 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
21406
21407Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21408
21409 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
21410 order.
21411
21412Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21413
21414 * gdb.t16/printcmds.exp: Add printf tests.
21415
21416 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
21417
21418 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
21419
21420Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
21421
21422 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
21423 pass counts, to counteract any existing or future setup_xfails.
21424
21425Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21426
21427 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
21428 {BEGIN,END}_COMMON for common block instead of STAB.
21429 * gdb.stabs/wierd.exp: Add xfail for rs6000.
21430
21431 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
21432 intp_var should be N_GSYM not N_LSYM.
21433 wierd-aout.S: Use a label for the value of the N_SO.
21434 wierd.def: Remove all backslashes.
21435 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
21436
21437Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21438
21439 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
21440 get the expected next to inheritance3.
21441
21442Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21443
21444 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
21445 now that gcc-2.4 gets it right.
21446
21447Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21448
21449 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
21450
21451 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
21452 generating comp-info.exp which works for cross-compilation.
21453
21454Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
21455
21456 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
21457 "*-*-sysv4.*".
21458
21459Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
21460
21461 * gdb.t01/run.exp: Start with a fresh gdb.
21462 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
21463 SVR4.x.
21464
21465Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
21466
21467 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
21468 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
21469 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
21470 Makefile.in (distclean, realclean): Remove gdbme.c from list of
21471 things to remove.
21472
21473Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
21474
21475 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
21476 test cases from bug reports.
21477
21478Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
21479
21480 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
21481 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
21482 avoid spurious xfails.
21483 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
21484 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
21485 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
21486
21487Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
21488
21489 * gdb.t00/teststrategy.exp: Rework to provide more useful
21490 description of each test, fix problem with systems that define
21491 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
21492 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
21493 results for "next over recursive call" so timeouts aren't taken
21494 by error.
21495
21496Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
21497
21498 * gdb.t12/scope.exp: Test printing of variables before run.
21499
21500 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
21501 printed in wrong order due to sorting.
21502
21503Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
21504
21505 * gdb.t00/teststrategy.exp: Fix expected results for printing
21506 user entered string constant. Is array of char, prints with no
21507 address.
21508
21509 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
21510 commands.
21511 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
21512 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
21513 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
21514 of struct of char arrays.
21515 * gdb.t00/radix.exp: New tests for radix commands.
21516
21517Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
21518
21519 * gdb.t16/printcmd.exp: Print a variable before running program
21520 (with xfail for AIX).
21521
21522Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
21523
21524 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
21525
21526 * gdb.t16/printcmd.exp: Don't print variables before running program.
21527
21528 * gdb.t06/break.exp: Don't require envp argument to main.
21529
21530 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
21531
21532 * gdb.t02/whatis.exp, gdb.t11/list.exp:
21533 Add xfails for rs6000.
21534
21535 * gdb.t02/whatis.exp: Change other tests not to re-test something
21536 we already tested.
21537
21538 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
21539 each type used has a variable of that type.
21540
21541Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21542
21543 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
21544
21545Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21546
21547 * configure.in: change srctrigger to be a file, not a directory
21548
21549Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
21550
21551 * configure.in (mips-idt-ecoff*): Added trailing '*'.
21552
21553 * gdb.t11/list.exp: Fixed a couple of typos.
21554
21555Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
21556
21557 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
21558 is fixed and PR is closed.
21559 * gdb.t16 (gdbme.c): Add simple test string variable.
21560 * gdb.t16 (printcmds.exp): Add tests with simple test string
21561 variable, primarily for boundaries on "set print elements".
21562
21563Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
21564
21565 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
21566 Make leading 0's optional and don't expect a tab in the middle
21567 of the number.
21568
21569 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
21570
21571 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
21572 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
21573 don't end command passed to gdb_test with newline.
21574
21575 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
21576 signed keyword away, don't expect signed bitfields to be signed.
21577
21578 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
21579 printing with only as many 1's as are in the field as well as printing
21580 with 32 1's (see comment).
21581
21582Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
21583
21584 * gdb.t00/default.exp: Start with a fresh gdb.
21585 * configure.in (configdirs): Remove gdb.t31 until the chill
21586 compiler works again. It no longer is able to find chillrt0
21587 since it isn't in libchill.a anymore.
21588 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
21589 wierd.o, make more modular.
21590 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
21591 spurious newlines that caused problems.
21592
21593Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21594
21595 * Move test with enums and partial symbols from gdb.t03/ptype.exp
21596 to gdb.stabs/wierd.exp since GCC has worked around the bug.
21597 gdb.stabs/wierd.{exp,def}: Many new tests.
21598
21599 * gdb.t00/default.exp: update info line for new message.
21600
21601 * gdb.t02/{whatis.exp,gdbme.c}:
21602 Test that "char *" doesn't print as "caddr_t".
21603
21604Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21605
21606 * gdb.t00/help.exp: Use .* in place of some help messages which
21607 just changed.
21608 gdb.t00/default.exp: Update "info frame" test for new message.
21609 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
21610 Remove some xfails
21611
21612Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21613
21614 * gdb.t03/{gdbme.c,ptype.exp}:
21615 Add tests for typedef'd struct and union without tags.
21616 Also check "whatis" on a variable of a typedef'd enum without a tag.
21617
21618 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
21619 PRMS 1823; the bug still exists but isn't reproduced by this test
21620 anymore), and remove rs6000 XFAIL (the bug is fixed).
21621
21622 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
21623 duplicated from whatis.exp. For those that are left, accept
21624 "long", "long int", or "int" for long variables (whatis.exp already
21625 has an XFAIL for "int", so no need to fail it here).
21626
21627 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
21628 Deal with GCC's names for types now that GDB uses the compiler's names.
21629
21630 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
21631 setup_xfail's for sunos4. If we #defined the signed keyword away,
21632 don't expect GDB to know that char it is signed.
21633
21634 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
21635
21636Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
21637
21638 * configure.in (configdirs): Add gdb.t24 for C++ tests that
21639 should work on any system, regardless of debugging format.
21640 * gdb.t21/demangle.exp: Move to gdb.t24.
21641 * gdb.t24/demangle.exp: Move from gdb.t21.
21642 * gdb.t24/{Makefile.in, configure.in}: New files.
21643
21644Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21645
21646 * configure.in: Do gdb.stabs and C++ tests only for stabs.
21647 * gdb.stabs: New directory.
21648
21649Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21650
21651 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
21652 not just "Quit anyway?".
21653
21654Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
21655
21656 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
21657 that all setup_xfails are immediately followed by clear_xfails.
21658
21659Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
21660
21661 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
21662 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
21663 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
21664 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
21665 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
21666 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21667 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21668 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
21669 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
21670 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
21671 gdb.t31/chillvars.exp, lib/gdb.exp:
21672 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
21673 bug-gdb@prep.ai.mit.edu.
21674
21675Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
21676
21677 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
21678 with 0.0, not integer 0.
21679
21680Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
21681
21682 * gdb.t06/break.exp: Update for "Kill the program" message change.
21683
21684Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
21685
21686 * Makefile.in (GDBFLAGS): Set to -nx.
21687 * Makefile.in (site.exp): Use GDBFLAGS.
21688
21689Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21690
21691 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
21692 Makefiles.
21693 (check): depend on just-check.
21694 (just-check): added so that tests can be run without a noop
21695 build pass.
21696
21697Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21698
21699 Switch to using configure's configdirs.
21700 * Makefile.in (Makefile): add configure.in dependency.
21701 (SUBDIRS): removed redundant assignment.
21702 * configure.in: switch subdirs assignment to configdirs.
21703 * gdb.t*/configure.in: new files.
21704
21705Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
21706
21707 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
21708 works.
21709
21710Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
21711
21712 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
21713 in explicit rules. Apparently this is not supported by some makes.
21714
21715Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
21716
21717 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
21718
21719Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21720
21721 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
21722 disappeared.
21723
21724Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
21725
21726 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
21727
21728Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
21729
21730 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
21731 watchpoint problem that is now fixed.
21732 * gdb.t30/chexp.exp: Remove setup_xfail for printing
21733 uninitialized convenience variables.
21734 * gdb.t31/chillvars.exp: Fix expected patterns for printing
21735 structures.
21736
21737Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21738
21739 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
21740 which causes expect to get out of sync with gdb on long output
21741 from help set.
21742 * gdb.t09/corefile.exp: Make expected pattern for core file
21743 failing signal and frame output format less sun specific.
21744
21745Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
21746
21747 * gdb.t31/chillvars.exp: Add and remove initial dummy
21748 breakpoint, so that symbol table is forced in.
21749 (Needed at least on Sunos4, though it seems not SVR4.)
21750 * gdb.t31/chillvars.exp: Update for changed output format.
21751
21752Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
21753
a9c64011 21754 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
21755
21756Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
21757
21758 * Makefile.in: Added --srcdir when invoking runtest, removed the
21759 need for a local config file. (optional now)
21760
21761Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
21762
21763 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
21764 failure count used to force early termination. Add some more
21765 expected failures for gnu style demangling.
21766
21767Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21768
21769 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
21770 pmi variable from gdb.t20/gdbme to get optimized away.
21771 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
21772 Check for written corefile upon timeout _and_ eof.
21773
21774Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21775
21776 * config/unix-gdb.exp: Add missing return 0.
21777
21778Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21779
21780 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21781 test termination.
21782
21783Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
21784
21785 * configure.in (subdirs): Put back gdb.t17 which mysteriously
21786 disappeared.
21787
21788Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
21789
21790 * gdb.t10/crossload.exp: Disable the i860-elf test until such
21791 time as i860 support works.
21792
d63a86f8 21793 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
21794 "backtrace 100\r" rather than just "backtrace\r", to match last
21795 change.
21796
21797Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
21798
21799 * config/udi-gdb.exp (gdb_exit): Remove close command.
21800 (gdb_target_udi): New procedure to set the UDI target.
21801 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
21802 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
21803 Added waits for prompts after several question responses. Added
21804 some more responses used by a29k-amd-udi-gdb.
21805 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
21806 pass different arguments, restart UDI connection after program
21807 completion.
21808 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
21809 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
21810 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
21811 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
21812 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
21813 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
21814 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
21815 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
21816 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
21817 after program completion.
21818 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
21819 compiled with a SELECT_VECS setting.
21820 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
21821 infinite recursion.
21822
21823 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
21824 Added checks for COFF results, and made them expected failures for
21825 all targets. It would be better to make them expected failures
21826 for COFF targets only.
21827
21828Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21829
21830 * Makefile.in: add null dvi target, don't bother to recurse
21831 through test directories for info and install-info; rename
21832 $(datadir) to be dejagnu instead of deja-gnu
21833
21834Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
21835
21836 * gdb.t31/gdbme.ch: Re-enable code that previously caused
21837 compiler to coredump.
21838 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
21839 code.
21840
21841Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
21842
21843 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
21844 coredump.
21845 * gdb.t31/chillvars.exp: Comment out tests that depend on that
21846 code.
21847
21848Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
21849
21850 * gdb.t03/ptype.exp: tests for return code from gdb_test.
21851 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
21852 which in a shell. Deletes xgdb when done.
21853 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
21854 Tests the return from the "set height" or "set width" commands.
21855 Added a few return codes where needed.
21856
21857Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
21858
21859 * Makefile.in (SUBDIRS): Add gdb.t17.
21860 * configure.in (subdirs): Add gdb.t17.
21861 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
21862 files to test gdb's calling of functions in the inferior with
21863 the correct arguments and gdb's ability to retrieve any
21864 result returned.
21865
21866Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
21867
21868 * config/unix-gdb.exp (gdb_exit): Remove close commands that
21869 may be called after gdb goes away. Previous versions of expect
21870 needed these to avoid file descriptor leaks, but they cause
21871 errors with the current revision of expect.
21872 * gdb.t00/gdbvars.exp: Use -re on expected output after
21873 setting sevenbit-strings.
21874 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
21875 to set sevenbit-strings consistent across tests.
21876 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
21877 set sevenbit-strings consistent across tests.
21878
21879Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
21880
21881 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
21882 expected output to match current "expect" expectations.
21883
21884Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
21885
21886 * gdb.t00/default.exp: Change expected output for default "source"
21887 command, to match new gdb behavior which requires a filename to
21888 source.
21889
21890Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
21891
21892 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
21893 expected fail for i486-*-* that misses the marker2 function.
21894 * gdb.t10/crossload.exp (bfddefault): Allow successful
21895 recognition of a format to pass even if no symbols are found.
21896 Explicitly catch failures where the format is not recognized
21897 or is ambiguous, and add the reason to the fail message.
21898 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
21899 the cause is and invalid target and add reason to failure message.
21900 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
21901 elf32-i386, elf32-sparc, and elf32-i860.
21902 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
21903 Set up expected failure for 'filename'::variable scope resolution,
21904 which is now apparently broken on all targets.
21905 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
21906 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
21907 gdb.t23/templates.exp: Change failure for missing binfile into
21908 just a warning.
21909 gdb.t21/demangle.exp: Change all cfront references to 'arm'
21910 references.
21911
21912Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
21913
21914 * gdb.t00/default.exp: Add expected output for default "source"
21915 command, to match new gdb behavior.
21916 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
21917
21918Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
21919
21920 * config/*-gdb.exp: returns an error, rather than exiting on
21921 internal errors.
21922
21923Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
21924
21925 * gdb.t03/gdbme.c: Add pointer to struct variable.
21926 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
21927 referencing struct members.
21928
21929Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
21930
21931 * configure.in (mips-idt-ecoff): New target.
21932 * config/mips-gdb.exp: New file for remote board using MIPS remote
21933 debugging protocol.
21934
21935 * Redid configuration scheme. Removed gdb.t*/configure.in.
21936 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
21937 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21938 distclean targets. Built executables via .o files. Adjusted
21939 tests to account for source files in $(srcdir) rather than
21940 $(objdir).
21941 * lib/gdb.exp (runto): Don't expect () after the function name,
21942 because it may have arguments.
21943
21944Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
21945
21946 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
21947 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
21948 expected failures for mips-idt-* and mips-sgi-*.
21949 * gdb.t00/default.exp (attach): Kill process if requested.
21950 * gdb.t00/help.exp (help target core, help target): Accept a gdb
21951 that does not read core files.
21952 * gdb.t01/run.exp: Removed checks for exit status code.
21953 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
21954 it is linked in.
21955 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
21956 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
21957 appropriate, rather than doing it by hand.
21958 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
21959 execution.
21960 * gdb.t10/crossload.exp: Kill existing program if needed.
21961 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
21962 appropriate, rather than doing it by hand. Always increase
21963 timeout for this test, not just for VxWorks.
21964
21965Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
21966
21967 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
21968 of Chill STRUCT types and STRUCT values.
21969 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
21970 than "char".
21971 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 21972 struct2): New struct definitions and initializations to test
c906108c
SS
21973 simple Chill STRUCT types.
21974
21975Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
21976
21977 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
21978 the null byte at the end of strings.
21979 * gdb.t00/default.exp: Make show version insensitive to copyright
21980 date.
21981 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
21982 to avoid dependencies on target char signedness.
21983 * gdb.t16/printcmds.exp: Update expected results for explicitly
21984 unsigned char.
21985 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
21986 now work.
21987 * gdb.t21/demangle.exp: Add many more patterns for template
21988 demangling, most of them being expected failures.
21989 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
21990 string we are matching for, to match on the whole string.
21991 * gdb.t21/demangle.exp: Add many new test strings to demangle,
21992 and fix a whole bunch that had incorrect expected output but were
21993 passing anyway because of the bug in "proc demangle".
21994 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
21995 type.
21996 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
21997
21998Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
21999
a9c64011
AS
22000 * gdb/testsuite: made modifications to testcases, etc., to allow
22001 them to work properly given the reorganization of deja-gnu and the
22002 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
22003
22004Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
22005
22006 * gdb/testsuite: Initial creation of gdb/testsuite.
22007 Migrated dejagnu testcases and support files for testing nm to
22008 gdb/testsuite from deja-gnu. These files were moved "as is"
22009 with no modifications. This migration is part of a major overhaul
22010 of dejagnu. The modifications to these testcases, etc., which
22011 will allow them to work with the new version of dejagnu will be
22012 made in a future update.
48efe704 22013
8d8cb839 22014 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 22015\f
8d8cb839
EZ
22016;; Local Variables:
22017;; mode: change-log
22018;; left-margin: 8
22019;; fill-column: 74
22020;; version-control: never
22021;; End:
902f2ccb
MC
22022
22023 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 22024 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
22025 Copying and distribution of this file, with or without modification,
22026 are permitted provided the copyright notice and this notice are preserved.
This page took 2.223265 seconds and 4 git commands to generate.